<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ************************************
	基本設定

	 =1 初期設定解除
	 =2 全体設定 
	 =3 ヘッダー設定
	 =4 コンテンツエリア
	 =5 フッター設定
			  
************************************ */

/*　----------------------------------------------------------------- =1 初期設定解除 */

body, h1, h2, h3, h4, h5, p, img, a, ul, li, dl, dt, dd, table, address {
	margin:0px 0px;
	padding:0px 0px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
	border:none;
	border-style:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*　----------------------------------------------------------------- =2 基本設定 */
body {
	background-image:url(../img/com/bg_all.jpg);
	background-repeat:repeat-x;
}
#wrap {
	width:900px;
	margin:0px auto 10px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:13px;
}
.head {
	width:900px;
	height:122px;
	background-image:url(../img/com/head.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
}
.rogo {
	position:absolute;
	top:20px;
	left:20px;
}
.Gnavi {
	width:900px;
	position:absolute;
	top:95px;
	left:0px;
	letter-spacing:-0.4em;
}
.Gnavi li {
	float:left;
}
.Gnavi li a {
}
.Hnavi {
	position:absolute;
	top:70px;
	left:790px;
}

.fontSize {
	position:absolute;
	top:22px;
	left:780px;
}
.fontSize li {
	float:left;
	margin-right:5px;
}/*
.fontSize li a {
	display:block;
}
#default {
	background-image:url(../img/com/txtb_n.jpg);
	width:42px;
	height:22px;
}
#tobig {
	background-image:url(../img/com/txtb_b_on.jpg);
	width:45px;
	height:26px;
}*/
a {	color:#0066cc;
	text-decoration:underline;
}
a:hover {color:#D76011;}
/* -------------- add member */
.btn-member{position: absolute;
top:14px;
right:270px;
text-align: center;
width: 140px;
padding:1px;
border:1px #0C3561 solid;
border-radius:6px;
}
.btn-member a{display: block;
background:#0C3561;
color:#fff;
padding: 10px 0;
text-decoration: none;
border-radius:6px;
}
.btn-member a:hover{background:#209790;}
/*　--------- = フッター設定 */
.fut {
	font-size:12px;
	height:186px;
	clear:both;
	background-image:url(../img/com/bg_fut.jpg);
	background-repeat:repeat-x;
	
}
#footer {
	width:900px;
	height:186px;	
	margin:0px auto;
	background:url(../img/com/fut.jpg) no-repeat;
	position:relative;
	top:0px;
	left:0px;
	
}
.fut ul {
	text-align:center;
	padding-top:47px;
}
.fut ul li {
	letter-spacing:normal;/*隙間をなくすためのハック*/
	display:inline-block;
*display: inline;
*zoom: 1;
	color:#2565a5;
}
.fut ul li a {
	color:#2565a5;
	text-decoration:none;
}
.fut ul li a:hover {
	color:#FF6600;
}
.fut dl {
position:absolute;
top:90px;
left:100px;
}
.fut dt {
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
}
.retop{
position:absolute;
top:4px;
left:750px;}
/* --------------------------------------------------------------------------- =2 ページ設定 */
#main{
width:960px;
padding-top:20px;
padding-bottom:30px;
margin:10px auto 0px;
background-color:#fff;
border:1px #ccc solid;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1.tit{
width:860px;
font-size:22px;
padding:8px 0;
margin:40px auto 20px;
border:1px #999 solid;
border-top:5px #85d6d2 solid;
}
.tit span{
font-size:24px;
margin-right:10px;
color:#85d6d2;	
}
.sgp-contBox{
width:760px;
margin:0 auto 30px;	
}

.map-description p{
margin-bottom:1em;	
}

.al_c{
text-align:center;	
}
.st_marL{
width:760px;
margin:0 auto;	
}
/* --- 主治医意見書問診票 */
.information-box{
}
.link-btn{
width:410px;
margin:0 auto;
}
.link-btn span{
margin-right:10px;
font-size:20px;	
font-weight:bold;
}
.link-btn a{
width:410px;
height:60px;
display:block;
line-height:60px;
color:#000;
font-weight:bold;	
text-decoration:none;
text-align:center;
border-radius:5px;
border-bottom:5px #E05E12 solid;
background-color:#F18D15;	
}
.link-btn a:hover{
opacity:0.8;
filter:alpha(opacity=80);	
}
.link-sty li{
display:inline;
margin-right:30px;	
}
.link-sty{
margin-top:50px;
text-align:center;
padding:30px 0;
border:1px #666 dashed;	
}
.link-sty li:before{
content:"●";
margin-right:3px;	
}
.link-mark{
color:#F18D15;
font-weight:bold;
margin-left:15px;
margin-right:5px;	
}
.link-sty li a:after{
content:url(../img/cont/icon_pdf.gif);
margin-left:3px;
}
.pB50{
padding-bottom:50px;	
}
.mT50{
margin-top:50px;	
}


/* --------------------------------------------------------- cssハック */


</pre></body></html>