@charset "utf-8";


/* ---------------------------------------------
　base modules
------------------------------------------------ */

.body {
	clear:both;
}

.wrap{
	clear:both;
}

.inner{
	width:980px;
	margin:0 auto;
}


/* ---------------------------------------------
　header
------------------------------------------------ */
header{
	width: 100%;
	position: fixed;
	z-index: 999;
	background: #fff;
}
header .header{
	padding: 10px;
}
header .header h1{
	float: left;
}
header .header h1 img{
	width: 80%;
}
header .header h1 span{
	display: block;
	font-size: 84%;
	line-height: 1.0;
	padding: 0 0 0 50px;
}
header .header p.tai{
	float: left;
}
header .header p.tai img{
    width: auto;
    height: 56px;
}
header .utility{
	float: right;
}
header .utility p.tel{
	float: left;
	padding: 18px 0 0 0;
}
header .utility p.access{
	float: left;
	margin: 0 15px;
	padding: 10px 0 0 0;
}
header .utility p.faq{
	float: left;
}
header .utility p.faq a{
	display: block;
	color: #139365;
	border: #139365 solid 1px;
	padding: 14px 15px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
header .utility p.faq a:hover{
	color: #fff;
	background: #139365;
}
header .utility p.medical{
	float: left;
	margin: 0 0 0 15px;
}
header .utility p.medical a{
	display: block;
	color: #168c62;
	background: #b9dcd0;
	border: #168c62 solid 1px;
	padding: 14px 15px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
header .utility p.medical a:hover{
	color: #168c62;
	background: #fff;
}

header .gNav{
	border-top: #139365 solid 1px;
	border-bottom: #139365 solid 1px;
	background: url(../images/bg_menu.png) repeat-x center center;
}
header .gNav ul li{
	float: left;
	width: 20%;
	background: url(../images/bg_bar.png) no-repeat left center;
}
header .gNav ul li a{
	display: block;
	padding: 7px 0;
	text-align: center;
	color: #139365;
	text-decoration: none;
}
header .gNav ul li:last-child{
	background: none;
}
header.ma .gNav ul li:nth-child(2){
	background: none;
}
header .gNav ul li.makeup{
	background: #e3bab7;
}
header .gNav ul li.makeup a{
	color: #fff;
}
header .gNav ul li.kidsroom{
	background: #daa921;
}
header .gNav ul li.kidsroom a{
	color: #fff;
}
header .gNav ul li.menu{
	background: none;
}
header .gNav ul li.menu button{
	background: #139365;
	color: #fff;
	padding: 9px 0;
	text-align: center;
	width: 100%;
	border: none;
}
header .gNav ul li.menu button span{
	padding: 0 0 0 30px;
	background:  url(../images/btn_menu.png) no-repeat left center;
}


.drawer--left .drawer-nav{
	background: #139365;
}
.drawer--left .drawer-nav ul{
	padding: 50px 30px;
}
.drawer--left .drawer-nav ul li a{
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border-bottom: #fff solid 1px;
	text-decoration: none;
}
.drawer--left .drawer-nav ul li:last-child a{
	border-bottom: none;
}

/* ---------------------------------------------
　container
------------------------------------------------ */
.container{
	padding: 122px 0 0 0;
	width:100%;
}
.keyvisual{
	width:100%;
}


/* ------ title -------------------------------- */

.page-title{
	background:#eee;
	position:relative;
}

.page-title h1{
	font-size: 280%;
	font-weight: normal;
	padding: 120px 0;
	color: #0f9265;
}

.medical_personnel .page-title{
	background:url(../images/bg_h1_medical_personnel.jpg) center no-repeat;
	background-size: cover;
}
.privacy .page-title{
	background:url(../images/bg_h1_medical_personnel.jpg) center no-repeat;
	background-size: cover;
}
.access .page-title{
	background:url(../images/bg_h1_access.jpg) center no-repeat;
	background-size: cover;
}
.contactPage .page-title{
	background:url(../images/bg_h1_contact.jpg) center no-repeat;
	background-size: cover;
}
.consultation .page-title{
	background:url(../images/bg_h1_consultation.jpg) center no-repeat;
	background-size: cover;
}
.hospitalization .page-title{
	background:url(../images/bg_h1_hospitalization.jpg) center no-repeat;
	background-size: cover;
}
.inspection .page-title{
	background:url(../images/bg_h1_inspection.jpg) center no-repeat;
	background-size: cover;
}
.introduction .page-title{
	background:url(../images/bg_h1_introduction.jpg) center no-repeat;
	background-size: cover;
}
.outpatient .page-title{
	background:url(../images/bg_h1_outpatient.jpg) center no-repeat;
	background-size: cover;
}
.seminar .page-title{
	background:url(../images/bg_h1_seminar.jpg) center no-repeat;
	background-size: cover;
}
.recruit .page-title{
	background:url(../images/bg_h1_recruit.jpg) center no-repeat;
	background-size: cover;
}
.search .page-title{
	background:url(../images/bg_h1_search.jpg) center no-repeat;
	background-size: cover;
}
.vaccination .page-title{
	background:url(../images/bg_h1_vaccination.jpg) center no-repeat;
	background-size: cover;
}
.news .page-title{
	background:url(../images/bg_h1_news.jpg) center no-repeat;
	background-size: cover;
}
.notf .page-title{
	background:url(../images/bg_h1_notf.jpg) center no-repeat;
	background-size: cover;
}
.pharmacy .page-title{
	background:url(../images/bg_h1_pharmacy.jpg) center no-repeat;
	background-size: cover;
}

.inspection .content .layout-unit.grid-6-w p{
	margin: 40px 0 0 0;
}
.recruit table th {
	width: 180px;
}


/* ------ topic-path --------------------------- */

.container .topic-path {
	text-align: left;
	padding: 10px 0;
	font-size: 94%;
	border-bottom: 1px solid #0f9265;
}

.topic-path a,
.topic-path a:link,
.topic-path a:hover,
.topic-path a:visited,
.topic-path a:active {
	color:#333;
	text-decoration:none;
}

/* ------ pagetop ------------------------------ */
.pagetop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.pagetop p{
	margin: 20px 0 0 0;
}


/* content
------------------------------------------------ */

.content {
	width:980px;
	margin: 50px auto;
	text-align:left;
	padding:0;
}

.content-blog {
	width:980px;
	margin: 50px auto;
	text-align:left;
	padding:0;
}
.content-blog .content {
	width: 720px;
	margin: 0;
	float: left;
}

.content .anchor{
	margin: -122px 0 0 0;
	padding: 122px 0 0 0;
}

.search ul.list li {
	width: 30%;
	margin: 10px 0 0 0;
    padding-left: 2%;
	float: left;
}
.search .searchContent{
	margin: 30px 0 0 -20px;
}
.search .searchContent p{
	width: 230px;
	float: left;
	margin: 0 0 15px 20px;
}
.search .searchContent p a{
	text-decoration: none;
	color: #f3a50f;
}
.search .searchContent p span{
	display: block;
	text-align: center;
	margin: 5px 0 0 0;
}

.outpatient table td{
	width: 100px;
}

.content .contactArea{
	width: 700px;
	margin: 30px auto 0 auto;
	padding: 20px;
	text-align: center;
	background: #b9dcd0;
	border: solid 3px #124911;
}
.content .contactArea h3{
	font-size: 134%;
	border-bottom: none;
	margin: 0;
	padding: 0;
	color: #124911;
}
.content .contactArea p.tel{
	font-size: 134%;
	font-weight: bold;
	margin: 0;
}
.content .contactArea p.tel span{
	color: #f00;
	display: block
}


/* sidebar
------------------------------------------------ */

.sidebar{
	width: 220px;
	float:right;
	text-align:left;
}


/* ------ local-navigation --------------------- */

.sidebar .local-navigation{
	border:1px solid #0f9265;
	margin-bottom:20px;
}

.sidebar .local-navigation h2{
	margin:0;
	background:#0f9265;
	padding:10px 15px;
	color:#fff;
	font-weight:bold;
}

.sidebar .local-navigation ul{
	margin:10px 15px;
}

.sidebar .local-navigation ul span{
	font-size:78%;
}

.sidebar .local-navigation ul li{
	padding:5px 0;
}

.sidebar .local-navigation li a:link,
.sidebar .local-navigation li a:visited,
.sidebar .local-navigation li a:hover,
.sidebar .local-navigation li a:active{
	text-decoration:none;
}



/* ---------------------------------------------
　contact
------------------------------------------------ */
.contact{
	background: url(../images/bg_contact001.png) repeat-x center top, url(../images/bg_contact002.png) repeat-x center bottom;
	margin: 60px 0 0 0;
	padding: 36px 0 18px 0;
}
.contact .contactArea{
	background: #aad4a5;
	padding: 50px 0;
}
.contact .contactArea h2{
	margin: 0 0 30px 0;
	text-align: center;
}
.contact .contactArea .buttonArea{
	max-width: 10px 0 0 0;
	text-align: center;;
}
.contact .contactArea .buttonArea p{
	margin: 0 10px;
	display: inline-block;;
}


/* ---------------------------------------------
　footer
------------------------------------------------ */

.footer{
	clear:both;
	padding: 60px 0 0 0;
}
.footer a{
	color: #139365;
	text-decoration: none;
}
.footer .logoArea{
    width: 820px;
	margin: 0 auto 40px auto;
}
.footer .logoArea h2{
	float: left;
}
.footer .logoArea p.tai{
    float: right;
}
.footer .footerArea .Box{
	width: 25%;
	float: left;
}
.footer .footerArea .Box h3{
	font-size: 114%;
}
.footer .footerArea .Box ul{
	margin: 5px 0 0 10px;
}

.copyright{
	font-size: 86%;
	color: #aad4a5;
	padding: 30px 0;
	text-align: center;
}



