@charset "utf-8";
/********* スマホページ専用CSS *********/

body,tr,td,th,input,textarea,select,option {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0; 
	line-height:145%; 
  -webkit-text-size-adjust: 100%;
}
body{ color:#000000;background-color:#ffffff; }
body,td{ font-size:14px; }
a { text-decoration:none;}
a:link,a:visited{ color:#0000ff; }
a:hover,a:active{ color:#f7657b;  }
img{ border:0;}

.center{ text-align:center; }
.right{ text-align:right; }
.left{ text-align:left;margin:0 0 3px; }
.nowrap{ white-space:nowrap; }
.b{font-weight:bold;}

#content{
	width:90%;
	margin: 0 auto 0;
}

/* ヘッダ部 */
.headertable{
	background-image:url(image/head_back.gif); background-repeat:repeat;
	height:40px;width:100%;
	padding:0;border-spacing:0;
	margin:0 auto 10px;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#c6ceff));
	text-shadow:0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-sizing: border-box;
}
.header{vertical-align:middle;text-align:center; font-size:15px;}
.header p {width:80%;margin:2px auto 2px;}

/* フッタ部 */
.footer{
	background-image:url(image/foot_back.gif); background-repeat:repeat;
	height:60px;width:100%;
	padding:0;
	border-spacing:0;
	margin:5px auto 0;
}
.footer td{
	vertical-align:middle;text-align:center; font-size:13px;
}
.footer p {width:80%;margin:2px auto 2px;}

/* メッセージ */
.message{ 
	border: #b0b3c6 1px solid;
	padding:10px; margin:10px 0 10px;
}
/* カテゴリ */
.cate{margin:3px 0 15px;}
/* キーワード */
.key{width:200px;}

/* 角丸 */
.radius, .message, .linklist li{
	border-radius: 5px;
}
/* 箱の影 */
.shadowb, .headertable, .footer{
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

/* 戻るリンク */
.backlink{
	margin:5px 0 5px; padding:15px 0 15px;text-align:center;
}
/* ボタン */
.button{
	background-color:#deeaf7; border: #b0b3c6 1px solid;color:#0000ff;
	font-weight:bold;font-size:14px; padding:3px 10px 3px;
	border-radius: 3px;
}

/* データ リンク リスト */
.linklist{
	margin:13px 0 15px 0;padding:0;list-style-type:none; 
}
.linklist li{
	text-align:left; margin:5px 0 5px;padding:3px 10px 3px; background-color:#ffffff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.linklist li a{ display: block; }

/* ページトップに戻る ボタン */
#pageTop{ position:fixed;bottom:10px;right:10px; 
    opacity:0.8;
}
a#pageTop:hover img{
    cursor:pointer;
    opacity:0.6;
}

