@charset "UTF-8";

/* 基本クラス
---------------------------------------------------------- */

/* リセット
---------------------------------------------------------- */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, th, td {  
    margin: 0;
	padding: 0;  
	font-size: 100%;
} 

img { 
	border: 0;
}

ul {
	list-style: none;
}

ol {
	margin-left: 20px;
}


/* レイアウト
---------------------------------------------------------- */

body {
	color: #333333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.5;
	background: #FFFFFF;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ef8c36;
	text-decoration: none;
}


/* ヘッダー
---------------------------------------------------------- */
#header {
	margin: 0 auto;
	padding: 10px 0;
}

#header .logo {
	float: left;
	width: 245px;
}

#header .btn_menu {
	float: right;
	width: 74px;
	border-left: solid 1px #7a8e9d;
}

#gmenu {
	position: absolute;
	width: 100%;
	z-index: 50;
	background-color: #000000;
	opacity: 0.9;
	font-size: 108%;
}

#gmenup_block {
	height: 100%;
	padding: 0 0 0 0;
	position: relative;
	z-index: 10;
	display: none;
}

#gmenu #menu_close {
	text-align: right;
	background-color: #095d3d;
}

#gmenu #menu_close a{
	display:block;
	color: #ffffff;
	padding: 8px 10px;
	text-decoration: none;
}

#gmenu_block ul li {
	border-top:1px solid #535353;
}

#gmenu_block ul li a {
	display: block;
	padding: 15px 2%;
	color: #ffffff;
	text-decoration: none;
	background: url(/hospital/img/sp/common/icon_arrow_red.png) 98% center no-repeat;
	background-size: 10px auto;
	-webkit-background-size: 10px auto; /* Safari,Google Chrome用 */
	-moz-background-size: 10px auto; /* Firefox用 */
	-o-background-size: 10px auto; /* Opera用 */
}


/* フッダー
---------------------------------------------------------- */

/* フッター機能ナビ */
ul.fknavi {
	clear: both;
	width: 88%;
	margin: 0 auto 20px auto;
}

ul.fknavi li {
	list-style: none;
	font-size: 117%;
	letter-spacing: 0.05em;
	border: 2px solid #bcbcbc;
	border-radius: 5px;
	background: #ffffff;
	margin-bottom: 5px;
}

ul.fknavi li a {
	display: block;
	padding: 6px 3%;
	text-decoration: none;
	background: url(/hospital/img/sp/common/icon_arrow_green.png) 98% center no-repeat;
	background-size: 10px auto;
	-webkit-background-size: 10px auto; /* Safari,Google Chrome用 */
	-moz-background-size: 10px auto; /* Firefox用 */
	-o-background-size: 10px auto; /* Opera用 */
}

/* フッターナビ */
ul.fnavi {
	clear: both;
	width: 88%;
	margin: 0 auto 20px auto;
}

ul.fnavi li {
	list-style: none;
	font-size: 117%;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #FFFFFF;
	background: #deefe8;
	color: #840a44;
}

ul.fnavi li a {
	display: block;
	padding: 8px 2%;
	text-decoration: none;
	color: #4d826e;
}

.btn_pc {
	text-align: center;
	color: #095d3d;
	letter-spacing: 0.05em;
	font-weight: bold;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}

.btn_pc a {
	color: #095d3d;
	display: block;
	padding: 10px;
	text-decoration: none;
}

img.icon {
	vertical-align: middle;
	margin: 0 5px 4px;
}

#copyright {
	text-align: center;
}

.address {
	font-style: normal;
	color: #666666;
}

.address span {
	font-size: 117%;
	font-weight: bold;
}

.copy {
	border-top: 1px solid #bcbcbc;
	padding-top: 10px;
	font-size: 83%;
	color: #999999;
}

/* 汎用クラス
---------------------------------------------------------- */


/* clearfix
---------------------------------------------------------- */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*?*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}



/* float
---------------------------------------------------------- */

.clear { 
	clear: both; 
	display: block;
}

.float_l { float: left; }

.float_r { float: right; }

img.l { 
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.r { 
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}


/* text-align
---------------------------------------------------------- */

.center { text-align: center !important; }

.right { text-align: right !important; }

.left { text-align: left !important; }



/* font
---------------------------------------------------------- */

.font10 { font-size: 77% !important; }

.font11 { font-size: 85% !important; }

.font14 { font-size: 108% !important; }

.font15 { font-size: 116% !important; }

.font16 { font-size: 123.1% !important; }

.font17 { font-size: 131% !important; }

.font18 { font-size: 138.5% !important; }

.font19 { font-size: 146.5% !important; }

.font20 { font-size: 153.9% !important; }

.font21 { font-size: 161.6% !important; }

.font22 { font-size: 167% !important; }

.font23 { font-size: 174% !important; }

.font24 { font-size: 182% !important; }

.font25 { font-size: 189% !important; }

.font26 { font-size: 197% !important; }

.fontb { font-weight: bold !important; }

.red { color: #e01111; }

.blue { color: #0096d9; }

.orange { color: #ff7011; }

.green { color: #bed84a; }

.black { color: #000000; }


/* margin
---------------------------------------------------------- */

.mt05{ margin-top: 5px !important; }

.mt10{ margin-top: 10px !important; }

.mt15{ margin-top: 15px !important; }

.mt20{ margin-top: 20px !important; }

.mt25{ margin-top: 25px !important; }

.mt30{ margin-top: 30px !important; }

.mr05{ margin-right: 5px !important; }

.mr10{ margin-right: 10px !important; }

.mr15{ margin-right: 15px !important; }

.mr20{ margin-right: 20px !important; }

.mr25{ margin-right: 25px !important; }

.mr30{ margin-right: 30px !important; }

.ml05{ margin-left: 5px !important; }

.ml10{ margin-left: 10px !important; }

.ml15{ margin-left: 15px !important; }

.ml20{ margin-left: 20px !important; }

.ml25{ margin-left: 25px !important; }

.ml30{ margin-left: 30px !important; }

.mb0 { margin-bottom: 0 !important; }

.mb05 {	margin-bottom: 5px !important; }

.mb10 {	margin-bottom: 10px !important; }

.mb15 {	margin-bottom: 15px !important; }

.mb20 {	margin-bottom: 20px !important; }

.mb25 {	margin-bottom: 25px !important; }

.mb30 {	margin-bottom: 30px !important; }

.mb35 { margin-bottom: 35px !important; }

.mb40 {	margin-bottom: 40px !important; }

.mb45 {	margin-bottom: 45px !important; }

.mb50 {	margin-bottom: 50px !important; }

.mb60 {	margin-bottom: 60px !important; }

.m_auto { margin: 0 auto !important; }



/* padding
---------------------------------------------------------- */

.pb0 { padding-bottom: 0 !important; }

.pt05 {	padding-top: 5px !important; }

.pt10 {	padding-top: 10px !important; }

.pt15 {	padding-top: 15px !important; }

.pt20 {	padding-top: 20px !important; }

.pt30 {	padding-top: 30px !important; }

.pt15 {	padding-top: 15px !important; }

.pb05 {	padding-bottom: 5px !important; }

.pb15 {	padding-bottom: 15px !important; }

.pb20 {	padding-bottom: 20px !important; }

.pb30 {	padding-bottom: 30px !important; }



/* display
---------------------------------------------------------- */

.hidden {
	display: none;
}


/* ページャー
---------------------------------------------------------- */
ul.pager {
	clear: both !important;
	list-style: none !important;
	text-align: center !important;
	margin: 30px 10px !important;
	border: 0 !important;
	color: #293e89;
	font-size: 92.3% !important;
}

ul.pager li{
	font-size: 100% !important;
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

ul.pager li span
{
	display: inline-block !important;
	*display: inline !important;
	margin: 0 5px 5px 0 !important;
	padding: 3px 8px !important;
	border: solid 1px #293e89;
	vertical-align: middle;
}

ul.pager li a
{
	display: inline-block !important;
	*display: inline !important;
	margin: 0 5px 5px 0 !important;
	padding: 3px 8px !important;
	border: solid 1px #293e89;
	background: #293e89;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}

ul.pager li.current {
	display: inline-block !important;
	*display: inline !important;
	margin: 0 5px 5px 0 !important;
	padding: 3px 8px !important;
	border: solid 1px #293e89;
	vertical-align: middle;
}
