@charset "utf-8";
body{
background: #f6f6f1;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
#container {
	width:1110px;
	background:#FFF;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	overflow:hidden;
	}
header{
	width:1110px;
	margin:0 auto 0 auto;
	padding:0;
	height:90px;
	text-align:left;
	position:relative;
	background:url(../img/bg_header.png) no-repeat center center;
	}
header h1{
	margin:0;
	padding:22px 0 0 164px;
	width:188px;
	height:46px;
	}
.patient header {
	background-image: none;
}
.logo{
background: #f6f6f1;
width: 160px;
height: 140px;
text-align: center;
padding: 0 0 0 0;
position: absolute;
top: 0;
left: 0;
z-index: 1000;
}
.logo a{
display: block;
padding: 30px 0 30px 0;
}
#box_lang{
	width:146px;
	height:38px;
	background:#2963b5;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position:absolute;
	top:0;
	right:0;
	}
#box_lang a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	background:url(../img/ico_lang.png) no-repeat 30px 9px;
	padding: 6px 0 6px 60px;
	}
#box_lang a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#box_member{
	width:174px;
	height:38px;
	background:#696969;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position:absolute;
	top:0;
	right:156px;
	}
#box_member a {
    display: block;
    text-align: left;
    background: url(../img/ico_member.png) no-repeat 30px 10px;
    padding: 4px 0 6px 50px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-family: georgia;
    line-height: 0.9;
}
#box_member a.logout {
	background:url(../img/ico_member_logout.png) no-repeat 48px center;
	padding: 0 0 0 25px;
	}
#box_member a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#box_medical {
	width:174px;
	height:38px;
	background:#2ba6ac;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position:absolute;
	top:0;
	right:156px;
	}
#box_medical a{
	display:block;
	text-align:center;
	background:url(../img/ico_medical.png) no-repeat 16px center;
	padding: 6px 0 6px 24px;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	}
#box_medical a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#box_search{
	position:absolute;
	top:48px;
	right:0;
	}
#box_search_in{
	position:relative;
	width:246px;
	height:35px;
	}
.search_text{
	background:#f7f7f7;
	-webkit-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.2);
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	padding:9px 10px 8px 10px;
	display:block;
	width:183px;
	font-size:12px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	}
.search_btn{
	position:absolute;
	top:0px;
	right:0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}
nav#header_navi{
	position:absolute;
	top:52px;
	right:262px;
	}
nav#header_navi ul{
	list-style:none;
	margin:0;
	padding:0;
	}
nav#header_navi ul li{
	margin:0 0 0 15px;
	padding:0;
	float:left;
	}
nav#header_navi ul li a{
	font-size:14px;
	color:#333333;
	text-decoration:none;
	padding:0 0 0 20px;
	}
.ico_sitemap{
	background:url(../img/ico_sitemap.png) no-repeat 0 center;
	}
.ico_link{
	background:url(../img/ico_link.png) no-repeat 0 center;
	}
.ico_inquiry{
	background:url(../img/ico_inquiry.png) no-repeat 0 center;
	}
nav#header_navi ul li a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}
nav#global_navi{
	background: #316aae;
	height: 50px;
	}
#global_navi_in{
	width: 1110px;
	margin: 0 auto;
	}
nav#global_navi ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 160px;
	}
nav#global_navi ul li{
	margin:0 0 0 0;
	padding:0;
	height:50px;
	float:left;
	position:relative;
	color:#FFF;
	width: 141px;
	background: url(../img/line.png) no-repeat left center;
	}
.patient nav#global_navi{
	background: #c7a2e8;
}
.patient nav#global_navi ul li a:hover, .patient nav#global_navi ul li a.on{
	background: url(../img/ico_active_03.png) no-repeat center 42px;
}
.patient nav#global_navi ul li{
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}
nav#global_navi ul li.gn_01 {
	background: url(../img/ico_home.png) no-repeat center 8px;
	width: 104px;
}
.patient nav#global_navi ul li.gn_01 {
	background: url(../img/ico_home.png) no-repeat center 8px;
	width: 64px;
}
nav#global_navi ul li a{
	display: block;
	text-align: center;
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,0.35);
	padding: 13px 0 12px 0;
	}
.patient nav#global_navi ul li a{
	text-shadow: 0px 1px 3px rgba(0,0,0,0.75);
}
nav#global_navi ul li a:hover,nav#global_navi ul li a.on{
	background: url(../img/ico_active_02.png) no-repeat center 42px;
	}
nav#global_navi ul li.gn_01 a{
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 10px;
	padding: 26px 0 7px 0;
}
nav#global_navi ul li.gn_01 a:hover,nav#global_navi ul li.gn_01 a.on{
	background: url(../img/ico_active_01.png) no-repeat center 42px;
	}
.patient nav#global_navi ul li.gn_01 a:hover, .patient nav#global_navi ul li.gn_01 a.on{
	background: url(../img/ico_active_03.png) no-repeat center 42px;
	}

nav#global_navi ul li:hover .box_pulldown{
	display:block;
	}
nav#global_navi ul li:hover .ico_pulldown{
	display:block;
	}
nav#global_navi ul li.gn_05 .box_pulldown{
	left:-134px;
	}
nav#global_navi ul li.gn_06 .box_pulldown{
	left:-275px;
	}
nav#global_navi ul li.gn_07 .box_pulldown{
	right: 0;
	}
nav#global_navi ul li.gn_en_04 .box_pulldown{
	left:-70px;
	}
nav#global_navi ul li.gn_en_05 .box_pulldown{
	left:-203px;
	}
nav#global_navi ul li.gn_en_06 .box_pulldown{
	left:-337px;
	}
nav#global_navi ul li.gn_en_07 .box_pulldown{
	left:-591px;
	}

.box_pulldown{
	display:none;
	background:rgba(255,255,255,0.95);
	position:absolute;
	z-index:1000;
	top:50px;
	border:1px solid #d7d7d7;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding:25px 30px !important;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.22);
	width:495px;
	height:auto;
    color: #333;
    font-weight: normal;
	text-align: left;
	}
.box_pulldown_in{
	-moz-column-width: 240px;
	-webkit-column-width: 240px;
	column-width: 240px;
	margin:0;
	padding:0;
	}

.box_pulldown ul.list_pulldown{
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	}
.box_pulldown ul.list_pulldown li{
	break-inside:avoid-column;
	width: 230px !important;
	height: auto !important;
	float: none !important;
	background: none !important;
	border-bottom:1px solid #d7d7d7;
	}
.box_pulldown ul li a{
	margin:0 0 0 0 !important;
	height:auto !important;
	position:inherit !important;
	color:#333 !important;
	width:230px !important;
	text-align: left !important;
	text-shadow: none !important;
	background: url(../img/ico_arrow_04.png) no-repeat 0 center;
	padding: 9px 0 9px 24px !important;
	line-height: 1.2;
	
	}
.box_pulldown ul li a:hover{
	background: url(../img/ico_arrow_04.png) no-repeat 0 center !important;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}
.tbc_list {
	width: 240px !important;
	height: auto !important;
	float: none !important;
	background: none !important;
	border-bottom: 1px solid #d7d7d7;
}
.tbc_list a {
	display: block;
	margin: 0 0 0 0 !important;
	height: auto !important;
	position: inherit !important;
	color: #333 !important;
	width: 230px !important;
	text-align: left !important;
	text-shadow: none !important;
	background: url(../img/ico_arrow_04.png) no-repeat 0 12px;
	padding: 9px 0 9px 20px !important;
	line-height: 1.2;
}
.tbc_list a:hover {
	background: url(../img/ico_arrow_04.png) no-repeat 0 12px !important;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

footer{
	background: #FFF;
	clear:both;
	border-top:1px solid #dddddd;
	}
#footer_in{
	width:1110px;
	margin:0 auto 0 auto;
	position:relative;
	padding:20px 0;
	overflow:hidden;
	}
.logo_footer{
		width:98px;
		float:left;
		}
.title_logo{
	padding: 15px 0 0 98px;
	font-size:15px;
	line-height: 1.4;
}
.title_logo span {
	font-size:17px;
	font-family: georgia, serif;
	font-style: oblique;
}
.address_footer{
	font-size: 14px;
	text-align: right;
	position: absolute;
	top:30px;
	right: 0;
}
.address_footer a.arrow {
	padding-left: 15px;
	color: #20419A;
	background-position-y: 5px;
}
#copy{
	clear:both;
	text-align:center;
	color:#FFF;
	font-size:12px;
	background:#32332e;
	padding:15px 0;
	}
.box_news{
	padding:25px 0;
	margin: 0 0 1em 0;
	font-size:0.94em;
	}
.date_news{
	font-size:0.95em;
	color:#555555;
	}
.title_news{
	margin:0 0 9px 0;
	padding:0 0 9px 0;
	border-bottom:1px dotted #CCC;
	line-height: 1.35em;
	}
.title_news a{
	display:inline-block;
	font-size:1.05em;
	padding:0 0 0 0;
	color: #0044cc;
	}
.ico_s{
	font-size: 11px;
	color: #FFF;
	background: #009c7c;
	line-height: 1;
	padding: 3px 0;
	width: 65px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin-left: 5px;
}
.ico_j{
	font-size: 11px;
	color: #FFF;
	background: #0075bf;
	line-height: 1;
	padding: 3px 0;
	width: 65px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin-left: 5px;
}
.ico_se{
	font-size: 11px;
	color: #FFF;
	background: #7d7d7d;
	line-height: 1;
	padding: 3px 0;
	width: 65px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin-left: 5px;
}
.ico_o{
	font-size: 11px;
	color: #7d7d7d;
	background: #ffffff;
	line-height: 1;
	padding: 2px 0;
	width: 63px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin-left: 5px;
	box-sizing: border-box;
	border: 1px solid #7d7d7d;
}
.ico_m{
	font-size: 11px;
	color: #FFF;
	background: #ec6941;
	line-height: 1;
	padding: 3px 0;
	width: 65px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin-left: 5px;
}
.bnr_nyukai{
	text-align: center;
	margin: 0 0 15px 0;
}
.bnr_nyukai a{
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #0879c1;
	display: block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	padding: 6px 0 2px 0;
}
.title_nyukai_01{
	display: block;
	font-size: 18px;
	color: #0075bf;
	font-weight: 500;
	line-height: 1;
}
.title_nyukai_02{
	display: block;
	font-size: 12px;
	color: #0075bf;
	font-family:Arial, Helvetica, "sans-serif";
}
div.bnr_top {
	margin-bottom:15px;
	padding: 0;
	background: #fff;
}
.bnr_top a {
	border:1px solid #e5e5e4;
	display:block;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	line-height: 1.4;
	height:70px;
	overflow: hidden;
}
div.bnr_top a:hover {
}
.thumbnail_bnr_top{
	width: 74px;
	float: left;
	text-align: center;
	padding: 15px 0 0 0;
}
.title_bnr_top_01{
	display: block;
	font-size: 14px;
	padding: 17px 0 0 0;
}
.title_bnr_top_02{
	display: block;
	font-size: 12px;
	color: #444444;
}
.bnr_jes{
	height: 130px;
	margin: 0 0 15px 0;
}
.bnr_jes a{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: block;
	background: url(../img/bnr_jeswecan.png) no-repeat 0 0;
	text-align: center;
	color: #3d3d3d;
	font-size: 12px;
	padding: 78px 0 20px 0;
	line-height: 1.4;
}
.btn_top a {
	display: block;
	margin: 15px 0;
	padding: 8px 15px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	border-radius: 4px;
	border: 1px #ccc solid;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.btn_top a:hover {
	background-color: #eee;
	color: #000;
}
.bnr_youngdoctor{
	height: 130px;
	margin: 0 0 15px 0;
}
.bnr_youngdoctor a{
	display: block;
	background: url(../img/bnr_youngdoctor.png) no-repeat 0 0;
	text-align: center;
	color: #3d3d3d;
	font-size: 12px;
	padding: 78px 0 20px 0;
	line-height: 1.4;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.box_bnr_j{
	margin: 15px 0;
}
.box_bnr_j a{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
.bnr_j{
	height: 80px;
	margin: 0 0 15px 0;
}
.box_bnr_citizen{
	background: #FFF;
	position: relative;
	margin: 0 0 15px 0;
}
.img_hormone{
	position: absolute;
	top:8px;
	right: 5px;
}
.ico_new{
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 10;
}
.title_bnr_citizen{
	background: #b379c9;
	/* background: url(../img/bg_title_citizen.png) no-repeat right center #b379c9; */
	padding: 10px 0;
	-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;
	display: block;
}
#contents #rightcolumn a .title_bnr_citizen {
	transition: .2s ease-out;
}
#contents #rightcolumn a:hover .title_bnr_citizen {
	background: #caa1d9;
}
.title_bnr_chara {
	position: relative;
	top: -80px;
	left: 168px;
	margin-bottom: -100px;
	height: 92px;
	width: 72px;
}
#leftcolumn .title_bnr_citizen{
	background:#b379c9;
}
.text_bnr_citizen{
	padding: 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: 1px solid #d7b8e2;
	border-left: 1px solid #d7b8e2;
	border-right: 1px solid #d7b8e2;
}
.text_bnr_citizen ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.text_bnr_citizen ul li{
	padding: 0;
	margin: 0 0 0.1em 0;
}
.text_bnr_citizen ul li a{
	color: #8e53a4;
}
.text_bnr_citizen ul li span{
	color: #b6d7ce !important;
}
.title_bnr_citizen_01{
	padding: 0 0 0 34px;
	color: #FFF;
	font-size: 18px;
	text-shadow:1px 1px 1px rgba(105,49,126,0.75);
	display: block;
}
.title_bnr_citizen_02{
	padding: 0 0 0 34px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	text-shadow:1px 1px 1px rgba(105,49,126,0.75);
	display: block;
}
.bnr_senmoni{
	background: url(../img/bg_bnr_senmoni.png) no-repeat center 65px #2b8ddc;
	height: 130px;
	margin: 0 0 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bnr_senmoni a{
	display: block;
	text-align: center;
	color: #FFF;
	text-shadow:2px 2px 3px rgba(3,105,125,0.77);
	line-height: 1.4;
	padding: 15px 0 70px 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.title_bnr_senmoni_01{
	display: block;
	font-size:16px;
}
.title_bnr_senmoni_02{
	display: block;
	font-size:18px;
}
.box_bnr_area{
	overflow: hidden;
	margin: 0 0 15px 0;
}



















