﻿@charset "UTF-8";
/* --------------------------------------------
* リセット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;
}
/* --------------------------------------------
* 全体の基本設定
* -------------------------------------------- */
body {
	line-height: 150%;
	background: #fff;
	color: #545454;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Meiryo, "メイリオ",  sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none; 
}
a {
	color: #4169e1;
}
img {
	border: none;
	vertical-align: bottom;
}
/*////////////////////////////// 背景色・ボーダー・文字色 ///*/
header h1, #main h2, #menu h2, #smap h2, #btn-top {
	background: #e97fff;
}
#about h2, #smcopy {
	background: #ff7f94;
}
#menu ul li, #pank li a {
	background: #fff;
}
#menu ul li {
	border-bottom: solid 1px #ff7f94;
}
hr{
	border:none;
	border-top: solid 1px #ff7f94;
	height:1px;
	width:90%;
	margin-bottom: 1em;
}
header, #main h2, #menu h2, #smap h2, #btn-top a {
	color: #fff;
}
#about h2, #smcopy, #smcopy a {
	color:#fff;
}
#pank li a, #menu ul li a {
	color:#838d95;
}
#menu li a:hover {
	color: #e97fff;
	background-color: #ffe97f;
}

/* --------------------------------------------
* 細かい設定
* -------------------------------------------- */
/*////////////////////////////// ヘッダー ///*/
header h1 {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	overflow: hidden;
	font-size: 130%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
	
/*/////////////パンくずリスト///////////////////*/
#pank li {
	list-style: none;
	float: left;
	line-height:14px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 80%;
	text-align: center;
}
#pank li a {
	text-decoration: none;
	display: inline;
}
#pank ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
/*////////////////////////////// 説明文 ///*/
#about {
	padding-bottom: 10px;
}
#about h2 {
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	padding: 0 10px;
	overflow: hidden;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#about p {
	padding: 0 10px;
}

/*////////////////////////////// メイン ///*/
#main {
	padding-bottom: 10px;
}
#main h2 {
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	padding: 0 10px;
	overflow: hidden;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main p, #main .img-l, #main .img-r {
	margin-right: 10px;
	margin-left: 10px;
}
#main p, #main  .img320 {
	margin-bottom: 5px;
}
#main .img320 {
	margin-right: 0;
	margin-left: 0;
}
#main .img-l, #main .img-r {
	margin-bottom: 0;
}	
#main .img-l { float: left; }
#main .img-r { float: right; }
#main .img-lr:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

/*////////////////////////////// サイトマップ ///*/
#smap h2 {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	overflow: hidden;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#smap ul {
	margin: 10px 10px 0;
}
#smap ul li {
	margin-bottom: 10px;
}
#smap ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*////////////////////////////// メニュー ///*/
#menu h2 {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	overflow: hidden;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#menu li {
	height: 45px;
	line-height: 45px;
}
#menu li:last-child {
	border-bottom: none;
}
#menu li a {
	padding: 0 10px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#menu li a:hover {
	display: block;
	font-weight: bold;
	text-decoration: none;
}


/*////////////////////////////// フッター ///*/
footer {
	text-align: center;
}
#btn-top {
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	padding: 0 10px;
}
#btn-top a {
	text-decoration: none;
}
.sm {
	height: 45px;
	line-height: 45px;
}
.copy {
	height: 30px;
	line-height: 30px;
	font-size: 85%;
}
/* --------------------------------------------
* テキストの個別設定
* -------------------------------------------- */
/* 行揃え */
.center { text-align: center; }
.right { text-align: right; }
/* 文字色 */
.gray { color: #808080; }
.green { color: #408080; }
.brown { color: #804000; }
.orange { color: #ff8000; }
.red { color: #ff6347; }
.pink { color: #ff0080; }
