* {
	font-family: sans-serif;
}
body,ul,li,h1,h2,h3,h4,h5,p,th,td,input,form,hr {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 100%;
	color: #333;
}
img {
	border: 0;
}
li {
	list-style: none;
}
a {
	color: #0080cc;
	text-decoration: none;
}
a:hover {
	color: #355492;
	text-decoration: underline;
}

a.link {
	padding-left: 17px;
	background-image: url('/common/images/icon_link.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.back {
	padding-left: 13px;
	background-image: url('/common/images/icon_back.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.return {
	padding-left: 13px;
	background-image: url('/common/images/icon_return.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.popup {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_popup.gif');
	background-position: left 3px;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.close {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_close.gif');
	background-position: left 3px;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.edit {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_edit.gif');
	background-position: left 1px;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.down {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_down.gif');
	background-position: left 1px;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.plus {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_plus.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.opener {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_opener.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.closer {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_closer.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.over {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_over.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.lower {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_lower.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.copy {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_copy.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.0;
}
a.delete {
	display: inline-block;
	padding-left: 13px;
	background-image: url('/common/images/icon_delete.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.0;
}
.menu_link {
	background-image: url('/common/images/icon_link.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
.menu_link a, .menu_link a:hover {
	color: #DE8003;
	text-decoration:none;
	border-bottom: 2px #EECAA1 solid;
	margin-left: 19px;
}

.next_link {
	background-image: url('/common/images/icon_link.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
.next_link a, .next_link a:hover {
	color: #DE8003;
	text-decoration:none;
	border-bottom: 2px #EECAA1 solid;
	margin-right: 19px;
}
.prev_link {
	background-image: url('/common/images/icon_back.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
.prev_link a, .prev_link a:hover {
	color: #DE8003;
	text-decoration:none;
	border-bottom: 2px #EECAA1 solid;
	margin-left: 19px;
}
.plus_link {
	background-image: url('/common/images/icon_plus.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
.plus_link a, .plus_link a:hover {
	color: #DE8003;
	text-decoration:none;
	border-bottom: 2px #EECAA1 solid;
	margin-left: 19px;
}
.delete_link {
	background-image: url('/common/images/icon_delete.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
.delete_link a, .delete_link a:hover {
	color: #DE8003;
	text-decoration:none;
	border-bottom: 2px #EECAA1 solid;
	margin-left: 19px;
}
.edit_link {
	background-image: url('/common/images/icon_edit.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
.edit_link a, .edit_link a:hover {
	color: #DE8003;
	text-decoration:none;
	border-bottom: 2px #EECAA1 solid;
	margin-left: 19px;
}
hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #dbd8d0;
	height: 1px;
}

input.button {
	padding: 6px 20px;
	font-weight: bold;

	border-radius: 6px;
	border: 1px solid #999999;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#c0c0c0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c0c0c0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f0f0f0,  #c0c0c0); /* for firefox 3.6+ */
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	overflow: hidden;
	cursor: pointer;
}
input.button:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b0b0b0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b0b0b0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #b0b0b0); /* for firefox 3.6+ */
}
input.button:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b0b0', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#b0b0b0), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #b0b0b0,  #ffffff); /* for firefox 3.6+ */
}

input.button_submit, a.button_submit {
  color: #fff;
	text-decoration: none;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #F68D11;
  background: -webkit-gradient(linear, left top, left bottom,   from(#F68D11), to(#F77B12));
  background: -webkit-linear-gradient(top, #F68D11, #F77B12);
  background: -moz-linear-gradient(top, #F68D11, #F77B12);
  background: -ms-linear-gradient(top, #F68D11, #F77B12);
  background: -o-linear-gradient(top, #F68D11, #F77B12);
  background: linear-gradient(to bottom, #F68D11, #F77B12);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F68D11, endColorstr=#F77B12);
  cursor: pointer;
}

input.button_submit:hover, a.button_submit:hover {
  color: #fff;
	text-decoration: none;
  background-color: #F77B12;
  background: -webkit-gradient(linear, left top, left bottom, from(#F77B12), to(#F68D11));
  background: -webkit-linear-gradient(top, #F77B12, #F68D11);
  background: -moz-linear-gradient(top, #F77B12, #F68D11);
  background: -ms-linear-gradient(top, #F77B12, #F68D11);
  background: -o-linear-gradient(top, #F77B12, #F68D11);
  background: linear-gradient(to bottom, #F77B12, #F68D11);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F77B12, endColorstr=#F68D11);
}

input.button_cancel, a.button_cancel, div.button_white {
  color: #6D6960;
	text-decoration: none;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom,   from(#fff), to(#efefef));
  background: -webkit-linear-gradient(top, #fff, #efefef);
  background: -moz-linear-gradient(top, #fff, #efefef);
  background: -ms-linear-gradient(top, #fff, #efefef);
  background: -o-linear-gradient(top, #fff, #efefef);
  background: linear-gradient(to bottom, #fff, #efefef);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#efefef);
  cursor: pointer;
}

input.button_cancel:hover, a.button_cancel:hover, .uploadify:hover div.button_white {
  color: #6D6960;
	text-decoration: none;
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fff));
  background: -webkit-linear-gradient(top, #efefef, #fff);
  background: -moz-linear-gradient(top, #efefef, #fff);
  background: -ms-linear-gradient(top, #efefef, #fff);
  background: -o-linear-gradient(top, #efefef, #fff);
  background: linear-gradient(to bottom, #efefef, #fff);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#efefef, endColorstr=#ffffff);
}




.fixed {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.fixed:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div.jump_top {
	clear: both;
	margin-top: 1em;
	text-align: right;
}
div.jump_top a {
  padding-right: 31px;
  background-image: url('/common/images/icon_top.gif');
  background-repeat: no-repeat;
  background-position: right;
  display: block;
  font-weight: bold;
  color: #6D6960;
  line-height: 27px;
}

div.modal {
	position: absolute;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*behavior:url(/common/script/border-radius.htc);*/

	border: 1px solid #dbd8d0;
	background-color: #ffffff;
	padding: 0;
}
div.modal h3 {
	border-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	/*behavior:url(/common/script/border-radius.htc);*/

	background-color: #cc00cc;
	padding: 3px;
}
div.modal_family_share {
	position: absolute;
	top:0;
	left:0;
	width: 300px;
	background-color: #ccffff;
}

.nodata {
	color: #999999;
	font-size: 90%;
	line-height: 1.2;
}

.floatBox {
	overflow: hidden;
	height: auto;
	display: inline-block;
}
.floatBox:after {
	content: "";
	display: block;
	clear: both;
}

img.help {
	border-style: none !important;
	cursor: pointer;
}

.watermark {
	color: #aaa !important;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
input.noborder, textarea.noborder {
	padding: 2px;
	border: 0;
}

.block {
	display: block;
	zoom: 1;
}

/* use a semi-transparent image for the overlay */
#overlay {
	height: 500px;
	color: #303030;
	z-index: 1000;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height: 370px;
	margin: 10px;
	overflow-y: auto;
}


/* the overlayed element */
.apple_overlay {
	
	display: none;	/* initially overlay is hidden */
	background-image: url(/common/images/lib/overlay-bk_white2.png);	/* growing background image */
	_background-image: none;	/* growing background image */
	_background-color: #ffffff;	/* growing background image */
	width: 400px;	/* width after the growing animation finishes, height is automatically calculated */
	padding: 35px;	/* some padding to layout nested elements nicely  */
	font-size: 90%;	/* a little styling */	
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/common/images/lib/overlay-close.png);
	position:absolute; right:-3px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.contentWrap {
	position: relative;
}

div.contentWrap #LIST_ALL {
	position: relative;
}

div.contentWrap #LIST_ALL dt {
	clear: both;
	float: left;
	padding-top: 6px;
	z-index: 50;
}
div.contentWrap #LIST_ALL dt img {
	padding: 2px;
	border: 1px solid #00b0ec;
	z-index: 100;
}
div.contentWrap #LIST_ALL dt img.expert {
	border: 1px solid #0fbca9;
}
div.contentWrap #LIST_ALL dd {
	position: relative;
	min-height: 62px;
	margin: 0;
	padding: 6px 0 0 70px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 110%;
}
div.contentWrap #LIST_ALL dd a {
	display: block;
}
div.contentWrap #LIST_ALL dd .name {
	font-size: 110%;
	font-weight: bold;
}

div.contentWrap #FRIEND_LIST_ALL {
	position: relative;
	width: 100%;
	/width: 95%;
	border-collapse: collapse;
}

div.contentWrap #FRIEND_LIST_ALL th,
div.contentWrap #FRIEND_LIST_ALL td {
	padding: 6px;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
}
div.contentWrap #FRIEND_LIST_ALL th div,
div.contentWrap #FRIEND_LIST_ALL td div {
	position: relative;
}

div.contentWrap #FRIEND_LIST_ALL th img {
	padding: 2px;
	border: 1px solid #00b0ec;
}
div.contentWrap #FRIEND_LIST_ALL th img.expert {
	border: 1px solid #0fbca9;
}
div.contentWrap #FRIEND_LIST_ALL th img.social_icon {
	position: absolute;
	top: 39px;
	right: 3px;
	padding: 0;
	border: none;
}
div.contentWrap #FRIEND_LIST_ALL td {
	width: 99%;
	margin: 0;
	font-size: 110%;
	text-align: left;
	vertical-align: center;
}
div.contentWrap #FRIEND_LIST_ALL td a {
	display: block;
}
div.contentWrap #FRIEND_LIST_ALL td .name {
	font-size: 110%;
	font-weight: bold;
}

/* =========================================================
   COMMON 
 ======================================================== */

/* ----------------------------- H E A D ---------------------------- */
#HEAD {
	position: relative;
	height: 51px;
	padding: 4px 0 3px;
	background-color: #F89E12;
	/* border-bottom: 1px solid #ee7416; */
	background-repeat: repeat-x;
}

#HEAD img.logo {
	margin-top: 6px;
}

#HEAD span.type {
	position: absolute;
	top: 16px;
	left: 180px;
	color: #ffffff;
	padding-top: -25px;
	font-size: 80%;
	font-weight: bold;
}

#HEAD .subnavi ul {
	position: absolute;
	top: 11px;
	right: 0px;
	list-style-type: none;
}
#HEAD .subnavi ul li {
	float: left;
	margin: 2px 0 0 17px;
}
#HEAD .subnavi ul li.arrow {
	margin-top: 13px;
	padding-left: 13px;
	list-style: none;
	background-image:  url('/common/images/icon_inner_link_w.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#HEAD .subnavi ul li.noarrow {
	padding-left: 0;
	background-image: none;
}
#HEAD .subnavi ul li.noarrow>a.setting_button>img {
  vertical-align: middle;
  padding: 0px 9px 3px 0;
}
a.button_submit.setting_button {
  padding: 10px 17px;
}
#HEAD .subnavi ul li.noarrow>a.logout>img {
  vertical-align: middle;
  padding: 0px 3px 3px 0;
}
a.button_submit.logout {
  padding: 10px 10px;
}

#HEAD .subnavi ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#HEAD .subnavi a {
	color: #ffffff;
}

#HEAD .search {
	position: absolute;
	right: 0;
	top: 7px;
	padding: 2px;
	background-color: #f8f7ed;
}
#HEAD .search input.text {
	font-size: 90%;
	width: 166px;
	height: 17px;
	padding: 0 5px;
	border-style: none;
	background-color: #f8f7ed;
}
#HEAD .search input.submit {
	border-left: 1px solid #dbd8d0;
}

/* ----------------------------- F O O T ---------------------------- */
#FOOT {
	position: relative;
	height: 40px;

	padding: 20px 0;

	background-color: #F89E12;
	color: #ffffff;
	text-align: left;
}
#FOOT ul li {
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ffffff;
	text-align: left;
}
#FOOT ul li.last {
	border-right: none;
}
#FOOT ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#FOOT a {
  font-size: 15px;
	color: #ffffff;
}
#FOOT p.copy {
    clear: both;
    margin-top: 1em;
	font-size: 80%;
}

/* ----------------------------- G N A V I ---------------------------- */
#GNAVI {
	padding: 7px 0;
	background-color: #ffffff;
}
#GNAVI ul li {
	float: left;
	margin: 0 19px 0 -3px;
	position: relative;
}
#GNAVI ul li .notice_count {
	display: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 5px 8px;
	background-color: #ff4400;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;

	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}
#GNAVI ul li.last {
	margin: 0 -3px 0 -3px;
}
#GNAVI ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#CONTENTS {
	clear: both;
	position: relative;
	padding: 29px 0 20px 0;
	background-image: url('/common/images/bg_contents.gif');
	background-repeat: repeat-x;
}

/* =========================================================
   INDEX
 ======================================================== */
#INDEX #HEAD {
	position: relative;
	height: 61px;
	background-color: #0080cc;
}

#INDEX #HEAD .login {
	position: absolute;
	top: 10px;
	right: 0;
	color: #ffffff;
}

#INDEX #HEAD .login input.noborder {
	margin: 0 3px 5px 5px;
}

#INDEX #HEAD a {
	color: #ffffff;
}

#INDEX #VISUAL {
	height: 389px;
}

#INDEX #FOOT {
	position: relative;
	padding: 19px 0;
	background-color: #0080cc;
	color: #ffffff;
}
#INDEX #FOOT ul li {
	float: left;
	margin: 0 20px 0 0;
}
#INDEX #FOOT ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#INDEX #FOOT a {
	color: #ffffff;
}
#INDEX #FOOT p.copy {
    clear: both;
    position: absolute;
	top: 0;
    right: 0;
	font-size: 80%;
}

#INDEX #CONTENTS {
	clear: both;
	position: relative;
	padding: 29px 0 20px 0;
	background-image: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
}
#container .fixed{
	margin-left: -20px;
}
table.form_base {
    margin: 10px 0 0 0;
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid #dbd8d0;
    border-left: 1px solid #dbd8d0;
}
table.form_base tr {
}
table.form_base tr th {
    font-weight: normal;
    background-color: #F7F6F1;
    border-bottom:solid 1px #dbd8d0;
    border-right:solid 1px #dbd8d0;
    width: 115px;
    padding: 10px;
    color: #333333;
}
table.form_base tr td {
    padding: 10px;
    color: #777777;
    background:#FFF;
    border-bottom:solid 1px #dbd8d0;
    border-right:solid 1px #dbd8d0;
}

table.form_base input[type="text"], table.form_base input[type="text"] textarea {
    font-size: 16px;
	color: #333;
    border:solid 1px #dbd8d0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
input:-webkit-input-placeholder,
input:-moz-placeholder {
	color: #aaa;
}


#LOGOUT_MODAL_INNER {
	border: 1px solid #dbd8d0;
	border-radius: 10px;
	padding: 20px;
	background-color: white;
	width: 200px;
	height: 100px;
	position: relative;
	text-align: center;
	font-size: 14px;
}
#LOGOUT_MODAL_INNER .action_buttons {
  margin: 15px 5px 25px;
}
#LOGOUT_MODAL_INNER .action_buttons a {
  margin: 0 5px;
  padding: 12px 0px;
  width: 80px;
  display: block;
  float: left;
  line-height: 1.0;
}
#LOGOUT_MODAL_INNER .action_buttons a.button_submit {
  border: 1px solid #F77B12;
  border-radius: 5px;
}
#LOGOUT_MODAL_INNER #logoutCloseButton {
	position: absolute;
  top: -14px;
  right: -14px;
}

#lean_overlay{
	position: fixed; z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
	display: none;
}

ul.content_menu {
  background-color: #fff;
}
ul.content_menu li {
	/* display: inline-block; */
  float: left;
  border-right: 1px solid #dbd8d0;
  border-bottom: 1px solid #dbd8d0;
  height: 40px;
}

ul.content_menu li:last-child {
  border-right: 0;
}
ul.content_menu li:hover,
ul.content_menu li.here {
}

ul.content_menu li a {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #6D6960
}
ul.content_menu li:hover a,
ul.content_menu li.here a {
  color: #ea800a;
  background-color: #fff6e7;
  /* li要素にborder-bottomを設定すると、li要素のborder-rightの影響で、下線がジャギる。なのでa要素に設定する */
  border-bottom: 3px solid #f89512;
  height: 41px;
  *height: 23px;
  box-sizing: border-box;
}
ul.content_menu li:first-child:hover a,
ul.content_menu li.here:first-child a {
  border-top-left-radius: 5px;
}
ul.content_menu li:last-child:hover a,
ul.content_menu li.here:last-child a {
  border-top-right-radius: 5px;
}

