<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*PCサイト用のCSS*/
#smart_wrapper{
display:none;
}
#smart_footer{
display:none;
}
/*以下は画像などの表示制御クラス*/
.pc_img_class{
display:inline;
}
.smart_img_class{
display:none;
}
/*それ以外の表示要素は適当に*/


* {
	margin: 0;
	padding: 0;
}

a {
	color: #20264c;
	text-decoration: none;
}	
a:active { outline: none; }
a:hover {
	color:#666666;
	text-decoration: underline;
	outline: none;
}
a:visited { 
	color: #20264c;
	text-decoration: none;
}
a img { border: 0; 
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


hr {
    height:0;
    border:0;
	width:100%;
    border-top:1px solid #999999;
    border-bottom:1px solid #ffffff;
}

/* Global Form Styles */
input, textarea{
	background: #fff;
	border: 1px solid #ddd;
}
input:hover, textarea:hover {
	background:#d7d6ea;
}
input:focus, textarea:focus {
	background: #d7d6ea;
}
.submit { border: 0; width: auto; }
.submit:hover, .submit:active { border:0; }
.radio { background: none; border: 0; }



/* クラス------------------------------------------- */
.txt_right {
	text-align:right;
}
.txt_left {
	text-align:left;
}

.solbottom_line {
	border-bottom:solid #ddd 1px;
}
.no_line {
	background-image:ne;
	border:0;
}
.sol_line {
	border:solid #666666 1px;
}

.top_con {
	border-width:1px;
	border-color:#CCC;
	border-style:solid;
	padding:0px 0px 5px 5px;
	margin-bottom:20px;
}

.step {
	border-bottom:solid 2px #eee;
	font-style:normal;
	line-height:150%;
}
.tit_h3 {
	border-left: solid 3px #20264c;
	padding-left:5px;
	font-size:16px;
	margin-bottom:10px;
}


.main_table {
	width:100%;
	border-collapse:collapse;
	padding:5px;
}

.sub_table {
	width:100%;
	border-collapse:collapse;
	border:solid #ddd 1px;
	padding:5px;
}

.photo_table {
	width:640px;
	border-collapse:collapse;
	border:solid #ddd 1px;
	margin-top:20px;
	text-align:center;
}

.photo_table td{
	padding:1;
	text-align:center;
}


.b_table {
	width:100%;
	border-collapse:collapse;
	border:solid #ddd 1px;
	margin-top:20px;
}

.b_table td{
	padding:2px 5px;
}



/* 文字 */
.f10 {
	font-size: 10px;
	line-height: 140%;
}
.f12 {
	font-size: 12px;
	line-height: 150%;
}
.f14 {
	font-size: 14px;
	line-height: 150%;
}
.f16 {
	font-size: 16px;
	line-height: 150%;
}
.f18 {
	font-size: 18px;
}
.f_white {
	color: #FFFFFF;
}
.f_red {
	color: #990000;
}

.f_blue {
	color: #004ca8;
}
.f_gray {
	color: #999999;
}
.f_black {
	color:#333;
}
.line_hight180 {
	line-height:180%;
}
.display_block {
	display:block;
}

.t_center {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

.t_right {
	text-align:right;
	padding-left:5px;
	padding-right:5px;
}



/* パディング　マージン */
.p_all5 { padding: 5px;}
.p_all10 { padding: 10px;}
.p_b0 { padding-bottom:0;}
.p_top3 { padding-top: 3px;}
.p_top5 { padding-top: 5px;}
.p_top10 { padding-top: 10px;}
.p_top15 { padding-top: 15px;}
.p_top20 { padding-top: 20px;}
.p_top25 { padding-top: 25px;}
.p_top30 { padding-top: 30px;}
.p_b10 { padding-bottom: 10px;}
.p_b20 { padding-bottom: 20px;}
.p_b30 { padding-bottom: 30px;}
.p_left19 {	padding-left: 17px;}
.p_left5 {	padding-left: 5px;}
.p_left10 {	padding-left: 10px;}
.p_left15 {	padding-left: 15px;}
.p_left20 {	padding-left: 20px;}
.p_right5 {	padding-right: 5px;}
.p_right10 { padding-right: 10px;}
.p_right15 { padding-right: 15px;}
.p_right20 { padding-right: 20px;}
.m_all5 {margin:5 5 5 5;}
.m_all10{margin:10 10 10 10;}
.m_top10 { margin-top: 10px;}
.m_top20 { margin-top: 20px;}
.m_top30 { margin-top: 30px;}
.m_left10 {	margin-left: 10px;}
.m_left5 {	margin-left: 5px;}
.m_right10 {margin-right: 10px;}
.m_right20 {margin-right: 20px;}
.m_b0 { margin-bottom:0;}
.m_b5 {	margin-bottom: 5px;}
.m_b10 { margin-bottom: 10px;}
.m_b15 { margin-bottom: 15px;}
.m_b20 { margin-bottom: 20px;}
.m_b25 { margin-bottom: 25px;}
.m_b30 { margin-bottom: 30px;}
.m_b40 { margin-bottom: 40px;}
.m_b100 { margin-bottom: 100px;}
.m_b200 { margin-bottom: 200px;}
.notice { text-indent: -1em;	margin-left: 1em;}


.clear {
	clear:both;
}


/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* 全体 */

body {
	margin:0;
	padding:0;
	font-size:11px; 
	color: #333333;
	background-color:#eeeeee;
	line-height:1.5;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif\9";

}

#wrapper { margin: 0 auto; }

#container {
	width:1080px; 
	height:100%;
	margin: 0 auto;
	padding:0 10px;
	background-color:#fcfcfc;
	
	 }


/*h1*/

h1 {
	color:#20264c;
	font-family:"Impact";
	font-size:20px;
}
	


/* サイドバー */
.fixed{
	position:fixed;
	top:15px;/*固定させたい位置*/
}	


#sbmenu  {
	float:left;
	width:200px;
	padding:10px 0px;
	margin-left:10px;
	margin-top:15px;
	font-family:"Impact";
	text-align:right;
}


#sbmenu ul {
	margin-top:10px;
	margin-bottom:50px;
}

#sbmenu li {
	position:relative;
	font-size:18px;
	padding-top:5px;
	padding-left:10px;
	display:block;
}

#sbmenu table {
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding:0;
}




/* メイン */
#main {
	float:right;
	text-align:left;
	width:800px;
	margin-top:15px;
	margin-right:10px;
	padding:10px 0px;
	height:100%;
}


.mainbox {
	padding-bottom:50px;
	height:100%;
}


.mainbox table {
	width:100%;
	margin-top:25px;
}

.mainbox table td {
	padding:5px;
}






/* フッター */
#footer {
	clear:both;
	font-size:10px;
	background-color:#f4f4f4;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:20px;
	height:125px;
}





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