@charset "UTF-8";

body {
	color: #585858;
	font-size: 13px;
}
#container {
	width: 100%;
	position: relative;
}
/* ヘッダ */
#header {
	width: 100%;
	position: relative;
	z-index: 20;
}
#headerNav {
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid #efefef;
	box-shadow: 1px 1px 1px rgba(251, 251, 251, 0.1);
	width: 100%;
	position: absolute;
	top: 0px;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 15px;
}
#inHeaderNav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
#inHeaderNav div h2 {
	width: 20%;
	float: left;
}
#inHeaderNav div ul {
	width: 78.125%;
	float: left;
	display: table;
}
#inHeaderNav div ul li {
	width: 15.625%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	/display: inline;
	/zoom: 1;
}
#inHeaderNav div ul li a {
	width: 100%;
	line-height: 45px;
	text-decoration: none;
	color: #585858;
	font-size: 1.1em;
	display: block;
	height: 45px;
	border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	-moz-border-radius: 7.5px;
}
#inHeaderNav div ul li a:hover {
	color: #ffffff;
	/*
	background-color: #000000;
	text-shadow: 1px 1px 1px rgba(204, 0, 12, 1);
	*/
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	-moz-border-radius: 7.5px;
	background-image: url(../images/ayace_pattern_80.png);
	background-repeat: repeat;
}
/* コンテンツ */
#contents {
	position: relative;
	top: 0;
}
.mainImg {
	width: 100%;
	overflow: hidden;
	background-position: center top;
	background-size: 100%;
	display: table;
	background-repeat: no-repeat;
}
.mainImg div {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	height: 100%;
}
.mainImg div dl {
	color: #000000;
	vertical-align: middle;
	display: table-cell;
	/display: inline;
	/zoom: 1;
}
.mainImg div dl dt h3 {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'MS P 明朝', 'MS PMincho', serif;
	font-size: 40px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,1);
	-moz-text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
.mainImg div dl dd {
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,1);
	-moz-text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
/* サブナビ */
.contentNavBox {
	height: 30px;
	width: 100%;
	/*
	background-color: #eeeeee;
	*/
	background-image: url(../images/ayace_pattern_15.png);
	background-repeat: repeat;
}
.contentNavBox ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	height: auto;
}
.contentNavBox ul li {
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 30px;
	vertical-align: middle;
	display: table-cell;
	/display: inline;
	/zoom: 1;
	cursor: pointer;
}
.contentNavBox ul li:hover {
	background: #ffffff;
	color: #585858;
}
.contentNavBox ul li.active{
	background: #ffffff;
	color: #cc000c;
	font-weight: bold;
}
/* フッタ */
#footer {
	width: 100%;
}
#f-upper {
	text-align: center;
	padding-top: 5em;
	padding-bottom: 5em;
	background-image: url(../images/ayace_pattern_15.png);
	background-repeat: repeat;
	/*
	background: #eeeeee;
	background: rgba(204, 0, 13, 0.075);
	*/
}
#f-upper #form-info {
	background-color: #ffffff;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
#f-upper #form-info span {
	font-size: 11px;
	line-height: 1.3;
}
#f-upper #form-info span a {
	color: #585858;
}
#f-upper #form-info p {
	margin-top: 1em;
}
#f-lower {
	color: #585858;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
}
#f-lower a {
	color: #585858;
	text-decoration: none;
}
#f-lower-in {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	display: table;
}
#f-lower h2 {
	vertical-align: middle;
	display: table-cell;
	width: 20%;
}
#f-lower-r {
	vertical-align: middle;
	display: table-cell;
	width: 80%;
	text-align: right;
}
#f-lower-r p {
	font-size: 11px;
	text-align: right;
	margin-top: 1em;
}
@media screen and (min-width:769px) and (max-width:959px) {
#inHeaderNav {
	width: 100%;
}
}
@media screen and (max-width:768px) {
#inHeaderNav {
	width: 100%;
}
#f-upper {
	width: 100%;
	padding-top: 4em;
	padding-bottom: 4em;
}
#f-upper #form-info {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding: 5%;
}
#f-upper #form-info p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#f-lower-in {
	padding-top: 20px;
	text-align: center;
	width: 100%;
	display: block;
}
#f-lower h2 {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}
#f-lower h2 img {
	height: 35%;
	width: 35%;	
}
#f-lower-r {
	width: 100%;
	text-align: center;
	display: block;
}
#f-lower-r p {
	text-align: center;
	font-size: 10px;
	margin-top: 0.5em;
}
}
