﻿@charset "UTF-8";
/*////////////////////////////// RESET ///
	リセットCSS
///////////////////////////////////*/
body {
	line-height: 1;
	margin: 0;
}
h1, h2, h3, h4, p {
	margin: 0;
}
header,nav,section,footer {
	display: block;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	padding: 0;
}
a {
	display: block;
	/* リンクをタップしたときの半透明を消す */
	-webkit-tap-highlight-color: transparent;
}
/*////////////////////////////// GENERAL SETTING ///
	サイト全体の設定
///////////////////////////////////*/
body {
	background: #d5dcf2;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Osaka,  sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none; 
}
a {
	color: #4169e1;
}
img {
	border: none;
	/* 画像の縦方向の揃え位置を指定 */
	vertical-align: bottom;
}
/*////////////////////////////// LAYOUT ///
	レイアウト
///////////////////////////////////*/
header {
	text-align: center;
}
#pank,#main, #smap, #menu, #back, footer {
	margin-top: 10px;
}
#main, #menu, #smap {
	border-top: 1px solid #c5cbe0;
	border-bottom: 1px solid #c5cbe0;
}
#back {
	text-align: center;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
footer {
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#686868),to(#333));
	background: -moz-linear-gradient(#686868,#333);
	color: #fff;
	text-align: center;
}
/*////////////////////////////// HEADER ///
	ヘッダー
///////////////////////////////////*/
header h1 {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#686868),to(#333));
	background: -moz-linear-gradient(#686868,#333);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	font-size: 130%;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*////////////////////////////// PANK ///
	パンくずリスト
///////////////////////////////////*/
#pank {
	margin-top: 15px;
	height: 15px;
	line-height: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px #3d3d3d solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#545454),to(#000));
	background: -moz-linear-gradient(#545454,#000);
}
#pank ul {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
}	
#pank ul li {
	list-style: none;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px #686868 solid;
	font-size: 80%;
	color: #fff;
	text-align: center;
}
#pank ul li:first-child {
	padding-left: 0;
	border-left: none;
}
#pank li a {
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*////////////////////////////// MAIN ///
	メイン
///////////////////////////////////*/
#main h2 {
	position: relative;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background: #a6aabc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccd3e8),to(#a6aabc));
	background: -moz-linear-gradient(#ccd3e8,#a6aabc);
	font-size: 110%;
}
#main article {
	padding-top: 20px;
	padding-bottom: 10px;
	background: #ffffff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	text-align: center;
}
#main p {
	margin: 0px 20px 10px 20px;
}
.mr {
	color: #cc0000;
}
/*////////////////////////////// NAV MENU ///
	メニュー
///////////////////////////////////*/
#menu h2 {
	position: relative;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background: #a6aabc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccd3e8),to(#a6aabc));
	background: -moz-linear-gradient(#ccd3e8,#a6aabc);
	font-size: 110%;
}
#menu ul {
	background: #ECEDF2;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
#menu li {
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #eeeeec;
	background: url(images/list_mark.png) no-repeat 100% 50%;
	font-size: 95%;
}
#menu li a {
	overflow: hidden;
	padding-right: 30px;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
 	border-bottom: solid 2px;
	border-bottom-color: #A5A8C0;
}

nav li a:hover {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #CDCFDC;
}

/*////////////////////////////// FOOTER ///
	フッター
///////////////////////////////////*/
.sm {
	height: 35px;
	line-height: 35px;
	font-size: 85%;
}
.sm a {
	color: #fffdfc;
}
.copy {
	height: 30px;
	line-height: 30px;
	font-size: 70%;
}
/*////////////////////////////// MAP ///
	サイトマップ
///////////////////////////////////*/
#smap h2 {
	position: relative;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background: #a6aabc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccd3e8),to(#a6aabc));
	background: -moz-linear-gradient(#ccd3e8,#a6aabc);
	font-size: 110%;
}
#smap ul {
	padding: 10px;
	background: #ffffff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
#smap li {
	list-style-image: url('images/list_mark2.png');
	list-style-position: inside;
	height: 35px;
	line-height: 35px;
}
#smap li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}