﻿@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: #f5f5f5;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Meiryo, "メイリオ",  sans-serif;
	font-size: 14px;
}
a {
	color: #4169e1;
}
img {
	border: none;
	vertical-align: bottom;
}
/* --------------------------------------------
* 細かい設定
* -------------------------------------------- */
/*////////////////////////////// ヘッダー ///*/
header {
	background: #0090FB;
	box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
}
header h1 {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	color: #f5f5f5;
	font-size: 160%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
header p {
	padding: 0 10px 0 50px;
	color: #f9e2e2;
	font-size: 80%;;
}
#pank {
	height: 25px;
	border-top: 1px solid #f9e2e2;
}
#pank ul {
	line-height: 25px;
	color: #f9e2e2;
	font-size: 80%;
}
#pank li {
	list-style: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #f9e2e2;
}
	#pank li:first-child {
		border-left: none;
	}
#pank li a {
	color: #f9e2e2;
	text-decoration: none;
}
#pank ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
/*////////////////////////////// メイン ///*/
#container {
	margin-top: 15px;
}
#main article {
	margin-bottom: 15px;
	background: #FFD5FD;
	border-bottom: 1px solid #eeeeee;
}
#main article h2 {
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	background: #FF1995;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #f5f5f5;
}
#main article h2, #main article p {
	margin-bottom: 10px;
	padding: 0 10px;
}
#main article .img {
	padding: 0;
}
hr {
	border-top: 1px solid #8b8b8b;
}
/*////////////////////////////// メニュー ///*/
#menu {
	background: #FFD5FD;
}
#menu h2 {
	height: 25px;
	line-height: 25px;
	background: #FF1995;
	font-size: 110%;
    color: #f5f5f5;
}
#menu ul li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #333333;
}
#menu h2, #menu ul li {
	padding: 0 10px;
}
#menu ul li:last-child{
	border-bottom: none;
}
#menu ul li a {
	color: #333;
	text-decoration: none;
}
/*////////////////////////////// フッター ///*/
footer {
	padding-left: 10px;
	border-top: 1px solid #8b8b8b;
	color: #8b8b8b;
	text-align: center;
}
#copy {
	line-height: 25px;
	font-size: 85%;
}
#sm {
	line-height: 45px;
}
#sm a {
	color: #8b8b8b;
}
/*////////////////////////////// トップへスクロール ///*/
.scroll-top {
 position: fixed;
 bottom: 0px;
 right: 10px;
}
/*////////////////////////////// サイトマップページ ///*/
#smap {
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}
#smap h2 {
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	background: #FF1995;
	font-size: 110%;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #f5f5f5;
}
#smap ul {
	padding: 0 10px;
}
#smap ul li {
	line-height: 40px;
	list-style-type: square;
	list-style-position: inside;
}
/* --------------------------------------------
* テキストの個別設定
* -------------------------------------------- */
/* 行揃え */
.center { text-align: center; }
.right { text-align: right; }
/* 文字色 */
.gray { color: gray; }
.blue { color: mediumblue; }
.green { color: green; }
.yellow { color: gold; }
.orange { color: darkorange; }
.red { color: crimson; }
.pink { color: lightpink; }
.purple { color: mediumorchid; }
/* 文字のサイズ */
.fsize_50 { font-size: 50%; }
.fsize_60 { font-size: 60%; }
.fsize_70 { font-size: 70%; }
.fsize_80 { font-size: 80%; }
.fsize_90 { font-size: 90%; }
.fsize_110 { font-size: 110%; }
.fsize_120 { font-size: 120%; }
.fsize_130 { font-size: 130%; }
.fsize_140 { font-size: 140%; }
.fsize_150 { font-size: 150%; }
/* --------------------------------------------
* ボックスエフェクト
* -------------------------------------------- */
.effect
{
  position: relative;
}
.effect:before, .effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
