@charset "UTF-8";


body{
	background-color: #fff;
}



/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:1011px){




header .user{
	font-size: 22px;
	color: #FFF;
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 21px;
	padding-right: 15px;
}

header .bt.login a{
	width: 120px;
}


/* メニュー
--------------------------------------------*/
nav#menu{
	width:100%;
	text-align:left;
	background-color: #fbfbfb;
	display: block;
	overflow: hidden;
	height: 52px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
nav#menu .in{
	width:1010px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
nav#menu .hosp{
	text-align: right;
	padding-top: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}
nav#menu .hosp p{
	font-size: 26px;
	font-weight: bold;
	color: #777;
	text-align: right;
}
nav#menu .bt{
	display: none;
}
nav#menu ul{
	width:1010px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
nav#menu li{
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	color: #009fa8;
	float: left;
}
nav#menu li a{
	display: block;
	padding: 16px;
	margin-right: 10px;
}
nav#menu li a:link ,
nav#menu li a:visited {
	color:#009fa8;
	text-decoration: none;
}
nav#menu li a:active ,
nav#menu li a:hover {
	color:#009fa8;
	text-decoration: none;
	background-color: #ddf5f6;
}



#gray_bg{
	background-color:#f6f5f5;
}


h2{
	font-size: 48px;
	font-weight: bold;
	color: #666;
	text-align: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




}


/* タブレット*/
@media only screen and (max-width:1010px){




header .user{
	font-size: 22px;
	color: #FFF;
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 21px;
	padding-right: 15px;
}

header .bt.login a{
	width: 120px;
}


/* メニュー
--------------------------------------------*/
nav#menu{
	width:100%;
	text-align:left;
	background-color: #fbfbfb;
	display: block;
	overflow: hidden;
	height: 105px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
nav#menu .in{
}
nav#menu .hosp{
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
nav#menu .hosp p{
	width:680px;
	margin-right: auto;
	margin-left: auto;
	font-size: 26px;
	font-weight: bold;
	color: #777;
	text-align: right;
}
nav#menu .bt{
	display: none;
}
nav#menu ul{
	width:680px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
nav#menu li{
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	color: #009fa8;
	float: left;
}
nav#menu li a{
	display: block;
	padding: 16px;
	margin-right: 10px;
}
nav#menu li a:link ,
nav#menu li a:visited {
	color:#009fa8;
	text-decoration: none;
}
nav#menu li a:active ,
nav#menu li a:hover {
	color:#009fa8;
	text-decoration: none;
	background-color: #ddf5f6;
}



#gray_bg{
	background-color:#f6f5f5;
}


h2{
	font-size: 48px;
	font-weight: bold;
	color: #666;
	text-align: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 110%;
}




}






/* スマートフォン２*/
@media only screen and (max-width:440px){



header {
	height: 130px;
}


header .user{
	font-size: 22px;
	color: #FFF;
	float: right;
	width: 100%;
	text-align: right;
	margin-top: 0px;
	padding-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 10px;
}

header .bt.login a{
	width: 150px;
	margin-bottom: 10px;
}


/* メニュー
--------------------------------------------*/
nav#menu{
	width:440px;
	text-align:left;
	background-color: #fbfbfb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: block;
	height: 63px;
	overflow: visible;
	position: absolute;
	z-index: 10000;
	margin: 0px;
	padding: 0px;
}
nav#menu .in{
	position: relative;	
	width:440px;
	z-index: 10000;
}
nav#menu .hosp{
	width:100%;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
nav#menu .hosp p{
	width:400px;
	font-size: 26px;
	font-weight: bold;
	color: #777;
	text-align: left;
	padding-left: 10px;
}
nav#menu .bt{
	display: block;
	height: 35px;
	width: 35px;
	background-image: url(../images/slide_down.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	right: 20px;
}
nav#menu .bt.active{
	height: 35px;
	width: 35px;
	background-image: url(../images/slide_up.png);
	background-repeat: no-repeat;
}
nav#menu ul{
	width:100%;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 10000;
	position: relative;
}
nav#menu li{
	list-style-type: none;
	width: 100%;
	z-index: 10000;
	position: relative;
	
}
nav#menu li a{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #009fa8;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 46px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 20px 23px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	z-index: 10000;
	position: relative;
}
nav#menu li a:link ,
nav#menu li a:visited {
	color:#009fa8;
	text-decoration: none;
}
nav#menu li a:active ,
nav#menu li a:hover {
	color:#009fa8;
	text-decoration: none;
	background-color: #ddf5f6;
}



#gray_bg{
	background-color:#f6f5f5;
	padding-top: 50px;
}


h2{
	font-size: 35px;
	font-weight: bold;
	color: #666;
	text-align: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

}



/* スマートフォン*/
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5), and (max-width:640px){



header {
	height: 130px;
}


header .user{
	font-size: 22px;
	color: #FFF;
	float: right;
	width: 100%;
	text-align: right;
	margin-top: 0px;
	padding-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 10px;
}

header .bt.login a{
	width: 150px;
	margin-bottom: 10px;
}


/* メニュー
--------------------------------------------*/
nav#menu{
	width:640px;
	text-align:left;
	background-color: #fbfbfb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: block;
	height: 63px;
	overflow: visible;
	position: absolute;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}
nav#menu .in{
	position: relative;	
	width:640px;
}
nav#menu .hosp{
	width:100%;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
nav#menu .hosp p{
	width:600px;
	font-size: 26px;
	font-weight: bold;
	color: #777;
	text-align: left;
	padding-left: 20px;
}
nav#menu .bt{
	display: block;
	height: 35px;
	width: 35px;
	background-image: url(../images/slide_down.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	right: 20px;
}
nav#menu .bt.active{
	height: 35px;
	width: 35px;
	background-image: url(../images/slide_up.png);
	background-repeat: no-repeat;
}
nav#menu ul{
	width:100%;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
nav#menu li{
	list-style-type: none;
	width: 100%;
	
}
nav#menu li a{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #009fa8;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 46px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 20px 23px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
nav#menu li a:link ,
nav#menu li a:visited {
	color:#009fa8;
	text-decoration: none;
}
nav#menu li a:active ,
nav#menu li a:hover {
	color:#009fa8;
	text-decoration: none;
	background-color: #ddf5f6;
}



#gray_bg{
	background-color:#f6f5f5;
	padding-top: 50px;
}


h2{
	font-size: 48px;
	font-weight: bold;
	color: #666;
	text-align: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

}