@charset "utf-8";
/* CSS Document */
#title_cat_area{
	width:100%;
	height:115px;
	background: #82c0c2; /* Old browsers */
	background: -moz-linear-gradient(left, #82c0c2 0%, #dfefe4 50%, #b6d898 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #82c0c2 0%,#dfefe4 50%,#b6d898 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #82c0c2 0%,#dfefe4 50%,#b6d898 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
#title_cat_area.member {
background: #f9b7b9; /* Old browsers */
background: -moz-linear-gradient(left, #f9b7b9 0%, #feeadf 40%, #feeadf 60%, #f9b7b9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f9b7b9 0%,#feeadf 40%,#feeadf 60%,#f9b7b9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f9b7b9 0%,#feeadf 40%,#feeadf 60%,#f9b7b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.patient #title_cat_area{
	background: url("../img/bg_title_cat_pati.png") repeat 0 0;
}
.patient #patient_ani_area{
	background: url("../img/bg_title_cat_pati.png") repeat 0 0;
	height: 220px;
}
#title_cat{
	width:1110px;
	height: 115px;
	margin:0 auto 0 auto;
	font-size:30px;
	color:#001c58;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding:60px 0 0 0;
	line-height: 1;
	background: url("../img/bg_title_cat.png");
	background-repeat: no-repeat;
	background-position: top right;
	}
#title_cat.member {
	background-image: url("../img/bg_title_cat_mem.png");
}
.patient #title_cat {
	width:1110px;
	height: 115px;
	margin:0 auto 0 auto;
	font-size:30px;
	color:#001c58;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding: 52px 0 0 35px;
	line-height: 1;
	background: url("../img/hormon.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.patient #title_cat img {
	width: 210px;
	height: auto;
}
.patient #p_title_cat {
	width:1110px;
	height: 220px;
	margin:0 auto 0 auto;
	font-size:30px;
	color:#001c58;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding: 52px 0 0 35px;
	line-height: 1;
	background: url("../img/bg_ptop.png");
	background-repeat: no-repeat;
	background-position: top right;
	box-sizing: border-box;
}
.patient #p_title_cat img.ptop {
	width: 285px;
	height: auto;
}
#p_notice {
	margin-top: 7px;
	font-size: 16px;
	line-height: 1.6;
	width: 450px;
}
#contents{
	width:1110px;
	margin:0 auto 0 auto;
	padding:30px 0 0 0;
	box-sizing: border-box;
	}
#leftcolumn{
	width:270px;
	float:left;
	padding:0;
	margin: 0 0 30px 0;
	}
#rightcolumn{
	width:810px;
	float:right;
	padding:0 0 30px;
	position:relative;
	font-size: 1.1em;
	margin: 0 0 30px 0;
	background: #FFF;
	min-height: 500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	}
#leftcolumn div.h3_kanren {
	display: none;
}
.breadcrumbs{
	position:absolute;
	top:-130px;
	left:-300px;
	font-size: 0.85em;
	line-height:1.2;
	z-index: 10;
	font-weight: bold;
	}
.breadcrumbs span {
	color: #2ba6ac;
}
.patient .breadcrumbs span {
	color: #a973bf;
}
.breadcrumbs a{
	font-weight: normal;
	text-decoration: none !important;
}
.home{
	padding:0 0 0 20px;
	background:url(../img/ico_home_b.png) no-repeat 0 center;
	}
.patient .home{
	background:url(../img/ico_home_p.png) no-repeat 0 center;
	}
.lastupdate{
	text-align:right;
	font-size:13px;
	margin:0 0 15px 0;
	}
#subnavi{
	border:1px solid #cecece;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:2px 2px 1px 2px;
	margin:0 0 25px 0;
	overflow:hidden;
	}
#title_subnavi{
	background: #707070;
	font-size: 9px;
	color:#FFF;
	padding: 0 20px;
	text-align: center;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}
div.aninv {
	display: none;
}
#subnavi ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#subnavi ul li{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d2dde2;
	}
#subnavi ul li:last-child{
	border-bottom: none;
	}
#subnavi ul li a{
	display:block;
	color:#000;
	transition: .1s ease-out;
	padding: 10px 10px 10px 30px;
	background:url(../img/ico_arrow_02.png) no-repeat 14px 14px #eff5f5;
	line-height: 1.35em;
	transition: .1s ease-out;
	}
.patient #subnavi ul li a{
	background:url(../img/ico_arrow_02_p.png) no-repeat 14px 14px #f8f8f8;
	}
#subnavi ul li.on a, #subnavi ul li a:hover {
	padding:10px 10px 10px 30px;
	background:url(../img/ico_arrow_03.png) no-repeat 14px 14px #2ba6ac;
	color:#FFF;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.patient #subnavi ul li.on a, .patient #subnavi ul li a:hover {
	background:url(../img/ico_arrow_03_p.png) no-repeat 14px 14px #a973bf !important;
}

#subnavi ul li.sub{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-bottom: 1px solid #e7f0f0;
	border-top: 1px solid #e7f0f0;
	}
#subnavi ul li.sub a{
	padding: 4px 5px 4px 30px;
	background: #e7f0f0 url(../img/ico_arrow_05.png) no-repeat 20px 11px;
	font-size: 0.92em;
	color: #444;
	line-height: 1.2em;
	}
#subnavi ul li.sub.on a, #subnavi ul li.sub a:hover {
	background: #2ba6ac url(../img/ico_arrow_06.png) no-repeat 20px 11px;
	color:#FFF;
}
.patient #subnavi ul li.sub{
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	}
.patient #subnavi ul li.sub a{
	background: #f1f1f1 url(../img/ico_arrow_05_p.png) no-repeat 20px 11px;
	}
.patient #subnavi ul li.sub.on a, .patient #subnavi ul li.sub a:hover {
	background: #a973bf url(../img/ico_arrow_06.png) no-repeat 20px 11px !important;
}
#rightcolumn #p_index_con, #rightcolumn #p_index_con2 {
	width: 750px;
	overflow: hidden;
	margin-bottom: 40px;
}
#rightcolumn .p_index_outer, #rightcolumn .p_index_outer2 {
	width: 790px;
}
#rightcolumn .p_index_outer p, #rightcolumn .p_index_outer2 p {
	width: 335px;
	margin: 10px 20px 10px 20px !important;
	float: left;
}
#rightcolumn .p_index_outer p a {
	display: block;
	border-radius: 5px 5px 0 0;
	border-top: 1px #d2d2d2 solid;
	border-right: 1px #d2d2d2 solid;
	border-left: 1px #d2d2d2 solid;
	background: url("../img/bg_h1_p.png") no-repeat -30px 0;
	padding: 20px 15px;
	box-sizing: border-box;
	color: #555;
	text-decoration: none;
	font-size: 1.15rem;
	font-weight: bold;
	line-height: 1.3;
}
#rightcolumn .p_index_outer p:nth-child(2n) a {
	background: url("../img/bg_h1_p.png") no-repeat -280px 0;
}
#rightcolumn .p_index_outer p a span {
	background: url(../img/ico_arrow_07.png) no-repeat 0 5px;
	padding-left: 18px;
}
#rightcolumn .p_index_outer p span.index_n {
	display: block;
	border-radius: 0 0 5px 5px;
	border-right: 1px #d2d2d2 solid;
	border-bottom: 1px #d2d2d2 solid;
	border-left: 1px #d2d2d2 solid;
	padding: 10px 15px 20px 15px;
	box-sizing: border-box;
	color: #111;
	font-size: .92rem;
	line-height: 1.5;
}
#rightcolumn .p_index_outer p br {
	display: none;
}
#rightcolumn .p_index_outer2 p a {
	display: block;
	border-radius: 5px;
	border-top: 1px #d2d2d2 solid;
	border-right: 1px #d2d2d2 solid;
	border-bottom: 1px #d2d2d2 solid;
	border-left: 8px #c7a2e8 solid;
	background: #fff url(../img/ico_arrow_07.png) no-repeat 15px 24px;
	padding: 20px 15px 20px 34px;
	box-sizing: border-box;
	color: #555;
	text-decoration: none;
	font-size: 1.15rem;
	font-weight: bold;
	line-height: 1.3;
}








#box_main{
	border:1px solid #dcdcdc;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height:500px;
	box-shadow: 0 10px 8px -6px rgba(0,0,0,.3);
	padding-bottom: 3em;
	}
#contents h1{
	background: url("../img/bg_h1.png"), #5da9ae; /* Old browsers */
	background: url("../img/bg_h1.png"), -moz-linear-gradient(left, #5da9ae 0%, #a7d6cf 47%, #a7d6cf 68%, #87c082 100%); /* FF3.6-15 */
	background: url("../img/bg_h1.png"), -webkit-linear-gradient(left, #5da9ae 0%,#a7d6cf 47%,#a7d6cf 68%,#87c082 100%); /* Chrome10-25,Safari5.1-6 */
	background: url("../img/bg_h1.png"), linear-gradient(to right, #5da9ae 0%,#a7d6cf 47%,#a7d6cf 68%,#87c082 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat: no-repeat;
	background-position: top right;
	font-size:24px;
	padding:28px 20px 27px 30px;
	margin:0 0 0 0;
	line-height:1.4;
	font-weight:normal !important;
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,0.34);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.patient #contents h1{
	background: url("../img/bg_h1_p.png") no-repeat 0 0;
	border-bottom: 3px #a973bf solid;
	color: #59493f;
	text-shadow: none;
	font-weight: bold !important;
}
#contents h2{
	font-weight:400;
	background:url(../img/bg_h2_in.png) no-repeat 10px 8px;
	border:1px solid #d6d6d6;
	font-size:1.15em;
	padding:10px 10px 8px 30px;
	font-weight:bold;
	margin:30px 0;
	line-height:1.4;
	}
.patient #contents h2, #contents h2.patient {
	background:url(../img/bg_h2_in_p.png) no-repeat 10px 8px;
	}
#contents h3{
	margin:1.5em 0;
	padding:0 0 5px 0;
	font-size:1.1em;
	font-weight:bold;
	border-bottom:2px solid #2ba6ac;
	line-height:1.4;
	color: #333;
	}
.patient #contents h3{
	border-color: #a973bf;
	}
#contents h4{
	margin:1.5em 0;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4;
	color: #333;
	}
#contents h4.trigger {
	margin: 1.5em;
	cursor: pointer;
	background: url(../img/ico_trg.png) no-repeat 0 3px;
	border-bottom: 1px
	#ccc dotted;
	box-sizing: border-box;
	padding-left: 16px;
	font-size: 1.02em;
	color: #59493f;
	}
#contents h4.trigger:hover {
	text-decoration: underline;
}
.toggle_container {
    margin: 0 0 15px;
    padding: 0;
    font-size: 93%;
    clear: both;
}
.toggle_container .block {
    padding: 10px;
}
.toggle_container .block p img {
	line-height: 0;
}
#contents img {
	max-width: 100%;
}
#contents p,#contents table{
	margin: 1em 0 1em 30px !important;
	max-width: calc(100% - 30px) !important;
	}
.lastupdate{
	font-size:13px;
	text-align:right;
	padding:5px 20px 5px 0;
	margin:0 0 30px 0;

	}
#rightcolumn a:link { color: #20419A; text-decoration: underline;}
#rightcolumn a:visited { color: #20419A;}
#rightcolumn a:hover { color: #5cb4ff; text-decoration: none;}
#rightcolumn a:active { color: #5cb4ff;}

#rightcolumn article{
	padding:0 30px;
	}
#rightcolumn #news_en_list article {
	padding:0;
	margin-top: -30px;
}
#rightcolumn p{
	margin:1.5em 0;
	line-height: 1.83em;
	font-size: 0.94em;
	}
#rightcolumn table{
	margin:1em 0;
	}
#rightcolumn ul,#rightcolumn ol{
	margin: 1em 0 1em 70px;
	}
#rightcolumn ul li,#rightcolumn ol li {
	line-height: 1.83em;
	font-size: 0.94em;
}
#rightcolumn blockquote, #rightcolumn fieldset, #rightcolumn dl, #rightcolumn dir {
	margin: 1em 0;
}
#rightcolumn dl {
	margin:1.5em 0;
}
#rightcolumn dt {
	font-weight: bold;
	line-height: 1.83em;
}
#rightcolumn dd {
	margin-left: 40px;
	line-height: 1.83em;
}
#rightcolumn ul.ul_index {
	list-style:none;
	margin-top:2em;
	margin-bottom:2em;
	padding:0;
}
#rightcolumn ul.ul_index li {
	margin: 0.4em auto;
}
#rightcolumn ul.medi_index {
	list-style:none;
	margin-top:2em;
	margin-bottom:2em;
	margin-left: 30px !important;
	padding:0;
}
#rightcolumn ul.medi_index li {
	margin: 0.4em auto;
	font-size: 0.9em;
	line-height: 1.42em;
	margin-bottom: 0.6em;
	padding-bottom: 0.4em;
	border-bottom: 1px #ddd dotted;
}
#rightcolumn ul.fixHeight {
	list-style: none;
	padding: 0;
	margin-left: 30px;
	margin-bottom: 30px;
}
#rightcolumn ul.fixHeight:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#rightcolumn ul.fixHeight li {
	display: block;
	width: 155px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	margin: 0 15px 8px 3px;
}

#rightcolumn hr {
	height: 1px;
	background: #bbb;
	background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
	background-image: -moz-linear-gradient(left, #eee, #777, #eee);
	background-image: -ms-linear-gradient(left, #eee, #777, #eee);
	background-image: -o-linear-gradient(left, #eee, #777, #eee);
	margin: 1.6em 0;
}
a.pico_hide {
	color: #999 !important;
	text-decoration: none !important;
}
div.digit {
	padding: 10px 10px 10px 10px;
	margin: 1em 0;
	background: #faefaf;
	border: 1px #cdcdc3 solid;
	border-left: 6px #febb24 solid;
	font-size: 90%;
	line-height: 1.3;
}

/* 更新情報 */
ul.glist{
	margin: 20px 30px 1em 30px !important;
	padding: 0 !important;
	line-height: 1.6em;
	list-style: none !important;
}
ul.glist li {
	border-bottom: 1px dotted #a6a6a6;
	padding: 0.7em 0;
	line-height: 1.42em;
	margin-bottom: 3px;
}
ul.glist li span.title {
	font-size: 103%;
}


/* 水平リスト */
#rightcolumn ul.horizontal_list {
	margin-left: 30px;
	margin-right: 0;
}
ul.horizontal_list:before, ul.horizontal_list:after {
	content:"";
	display:table;
}
ul.horizontal_list:after {
	clear:both;
}
ul.horizontal_list li {
	display: inline; 
	padding: 0; 
	margin: 0 15px 6px 0; 
	float: left;
}
ul.horizontal_list li a {
	display: block; 
	padding: 0 10px;
	text-decoration: none;
	text-align: left;
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	font-size: 1em;
}
ul.horizontal_list li a::before,
ul.horizontal_list li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle; 
}
ul.horizontal_list li a::before {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
ul.horizontal_list li a::after {
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* テーブル */
#rightcolumn table{
	border-collapse: collapse;
	margin:1em 0;
}
#rightcolumn table th,#rightcolumn table td {
	border:1px solid #9f9f9f;
	vertical-align:middle;
}
#rightcolumn table th{
	background:#EFEFEF;
	font-weight: bold;
	padding:6px 8px;
	font-size: 86%;
	text-align: center;
	vertical-align: middle;
}
#rightcolumn table td{
	padding:6px 8px;
	font-size: 0.94em;
	line-height: 1.42em;
}
#rightcolumn table.nonborder {
	border-collapse: collapse;
	margin:1em 0;
}
#rightcolumn table.nonborder td {
	border:none;
	vertical-align:top;
	padding: 2px;
}
/* 1行2名の顔写真付き先生紹介 */
#rightcolumn table.namelist {
	margin: 1.5em 0;
}
#rightcolumn table.namelist th, #rightcolumn table.namelist td {
	border-color: #fff;
	padding-left: 10px;
	padding-bottom: 1.2em;
	vertical-align: top;
	font-size:90%;
}
#rightcolumn table.namelist td:nth-child(2n+1) {
	text-align: center;
	width: 140px;
}
#rightcolumn table.namelist td:nth-child(2n) {
	text-align: left;
	width: 180px;
}
#rightcolumn table.namelist td img {
	width: 140px;
}
/* 1行1名の顔写真付き先生紹介 */
#rightcolumn table.namelist.wid td:nth-child(2n) {
	width: calc(100% - 180px);
}


/* トピックス枠 */
.box_topics {
	margin: 3em 0;
	padding: 15px 30px;
	background-color: #edf6e9;
    border: 2px solid #d3edc7;
    border-radius: 8px;
    font-size: 0.9em;
}
.box_topics img {
	margin: 1em 0;
	max-width: 565px;
	height: auto;
}
.box_topics h3 {
	color: #41955D;
}
/* shisetsu2 */
#map_canvas2 {
	height: 600px;
}
#contents .gm-style-iw h1 {
	background: none;
	font-size: 1.15em;
	font-weight: normal;
	padding: 8px 0;
	line-height: 1.4;
	font-weight: bold;
}

/* box */
.box {
	margin: 1.5em 0 1.5em 1.5em;
	padding: 15px;
	background-color: #f6f6f6;
    border: 1px solid #999;
    line-height: 1.83em;
	font-size: 0.94em;
}
.boxred {
    margin: 1.5em 0 1.5em 1.5em;
	padding: 7px 15px;
	background-color: #FDF7F7;
    border: 1px solid #cc0000;
    line-height: 1.83em;
	font-size: 0.94em;
}
blockquote {
	padding-left: 2em;
}

.bnr_contents{
	border:1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:1;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	}
.bnr_contents a{
	display:block;
	margin:0;
	padding:0;
	}
.bnr_contents a img{
	display:block;
	margin:0;
	padding:0;
	}

#contents p.pdf_box {
    border: 1px solid rgb(204, 204, 204);
    padding: 6px;
    margin: 2.5em 0 !important;
    background: rgb(238, 238, 238);
    text-align: center;
    font-size: 80%;
    color: rgb(51, 51, 51);
    width: calc(100% - 12px) !important;
}
#contents p.pdf_box a {
	background-image: none !important;
	padding-right: 5px !important;
	vertical-align: middle !important;
}
#contents p.pdf_box img {
	vertical-align: middle !important;
}

/* Related Page */
#box_kanren{
	border: 2px solid #515458;
	background:#f7f5f0;
	padding: 45px 10px 18px 0;
	margin: 30px;
	overflow:hidden;
	}
div.h3_kanren{
	display: inline-block;
	position: relative;
	top: 72px;
	left: 30px;
	margin-right: -30px;
	margin-bottom: -72px;
	border-bottom:none;
	font-size: 1em;
	margin: 0 0 8px 0;
	background: #515458 url(../img/ico_relation.png) no-repeat 10px center;
	padding: 3px 20px 4px 30px;
	color: #fff;
	font-weight: normal;
	}
#box_kanren ul{
	list-style:none;
	padding:0 10px 0 10px;
	margin:0;
	}
#box_kanren li{
	float:left;
	margin-left:15px;
	font-size: 0.9em;
	}
#box_kanren li a {
	background:url(../img/ico_relationli.png) no-repeat 0 6px;
	padding-left:10px;
	color: #362e2b !important;
	text-decoration: none !important;
	}
#box_kanren li a:hover {
	text-decoration: underline !important;
	}

img.topics {
	float: right;
	margin-left: 15px;
	border: 1px #cccccc solid;
	width: 120px;
	}
#title_submenu{
	display: none;
}
#contents #memtop_list {
	padding: 0 30px;
}
#contents #memtop_list h2{
	font-size:16px;
	padding:0 0 5px 0;
	margin-bottom: 0;
	font-weight:bold;
	background-image: none;
	border: none;
	border-bottom: 2px solid #1b1b1b;
	}
#contents #memtop_list .box_more{
	position: relative;
	top: -27px;
	right: 0;
	font-size: 0.9em;
	text-align: right;
	margin-bottom: -22px;
	}
#contents #memtop_list .box_more a{
	background:url(../img/ico_arrow_01.png) no-repeat 0 center;
	padding:0 0 0 16px;
	}
/* Index of Category */
#catindex_con {
	width: 100%;
	overflow: hidden;
}
div.catindex_outer {
	width: calc( 100% + 30px );
}
div.catindex_outer:after {
	display: block;
	clear: both;
	content: "";
}
.box_ctop {
	width: calc( 50% - 30px);
	margin: 0.7em 30px 0.7em 0;
	float: left;
}
p img.icon_ctop {
	float: left;
}
#contents .box_ctop h3 {
	margin: 0 0 1em 0 !important;
	font-size: 0.9em !important;
	background-image: none !important;
	padding: 0 !important;
	border-bottom: none;
}
#contents .box_ctop h3 a {
	display: block;
	background: url(../img/ico_arrow_05.png) no-repeat 0 center #fdebef !important;
	margin: 0;
	padding: 8px 0 8px 15px !important;
	color: #333;
	position: relative;
	text-decoration: none;
	line-height: 1.4 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contents .box_ctop h3 a:hover {
	background-color: #fbd9e0 !important;
	-webkit-transition: .1s ease-out;
	transition: .1s ease-out;
}
div#contents.member .box_ctop h3 a {
	background-color: #e86c19 !important;
}
div#contents.member .box_ctop h3 a:hover {
	background-color: #cb6e30 !important;
}
#rightcolumn .box_ctop ul {
	padding-top: 0;
	padding-left: 0 !important;
	margin-left: 15px;
}
.box_ctop ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	list-style-type: none !important;
	background: url("../img/ico_arrow_04.png") no-repeat scroll 0 12px transparent;
	line-height: 136%;
}
.box_ctop ul li a {
	font-size: 100% !important;
}
div#contents.member .box_ctop ul li {
	background-image: url("../img/arrow_sub_02_a.png");
}
.box_ctop ul li a img {
	vertical-align: middle !important;
}
ul.ul_sitemap {
	list-style: none;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0;
}
ul.ul_sitemap li {
	margin: 0.4em auto;
	font-size: 0.92em;
	line-height: 1.46em;
}
ul.ul_sitemap li a {
	background: url(../img/ico_arrow_01.png) no-repeat 0 6px;
	padding: 0 0 0 15px;
}
ul.ul_sitemap li.sub a {
	background: url(../img/ico_branch.png) no-repeat 15px 1px;
	padding: 0 0 0 30px;
}

/* icon */
#rightcolumn a[target$='_blank']{ 
	display: inline-block;
	padding-right: 17px;
	background: transparent url(../img/icon_external.gif) no-repeat scroll right 4px;
	vertical-align: top;
}
#rightcolumn a.arrow {
    background: url(../img/ico_arrow_01.png) no-repeat 0 center;
    padding: 0 0 0 16px;
}
#rightcolumn a[href$=".pdf"] {
	display: inline-block;
	padding-right: 0;
	padding-left: 20px;
	background: transparent url(../img/icon_pdf.gif) no-repeat left 4px;
	vertical-align: top;
}
#rightcolumn a[href$='.doc'], #rightcolumn a[href$='.docx'] { 
	display: inline-block;
	padding-right: 0;
	padding-left: 20px;
	background: transparent url(../img/icon_word.gif) no-repeat left 4px;
	vertical-align: top;
}
#rightcolumn a[href$='.xls'], #rightcolumn a[href$='.xlsx'] { 
	display: inline-block;
	padding-right: 0;
	padding-left: 20px;
	background: transparent url(../img/icon_xls.gif) no-repeat left 4px;
	vertical-align: top;
}
#rightcolumn a[href$='.ppt'], #rightcolumn a[href$='.pptx'] { 
	display: inline-block;
	padding-right: 0;
	padding-left: 20px;
	background: transparent url(../img/icon_ppt.gif) no-repeat left 4px;
	vertical-align: top;
}
#rightcolumn a.none{
	background:none !important;
	padding:0 !important;
	display:inline !important;
}
.box_declaration {
	margin: 10px 0 60px 0;
}
#contents h2.countd {
	text-align: center;
	font-weight: bold;
	background-image: none;
	border: none;
	font-size: 1.55em;
	padding: 0;
	margin: 30px 0 20px;
	line-height: 1.4;
	color: #444;
}
#rightcolumn div#countOutput {
	font-size: 3.8em;
	color: #5ea9ae;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
#rightcolumn div#countOutput span {
	text-align: center;
	background-image: none;
	border: none;
	font-size: .4em;
	padding: 0;
	margin: 30px 3px 0;
	line-height: 1;
	color: #444;
}
