﻿@charset "utf-8";
/* CSS Document */

/*　ALL　*/
a {
	color: #F21011;
	text-decoration: none;
}
a:hover {
	color:#F21011;
	/* opacity: 0.8; */
	text-decoration: underline;
}
h1 {
	width: 910px;
	margin: 0 auto;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFF;
	/* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
}
h1 a {
	color: #FFF;
	text-decoration: none;
}
h1 a:hover {
	color: #FFF2DD;
	text-decoration: none;
}
h2 {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 2.5;
	margin: 0 auto 3%;
	text-align: center;  
	color: #FFF;
	/* border-top: solid 1px #333; */
	/* border-bottom: solid 1px #333; */
	/*-webkit-background-size: 10px 10px;  -moz-background-size: 10px 10px;  */background-size: 10px 10px;  background-color: #F21011;  /*background-image: -webkit-gradient(linear, 0 100%, 100% 0,              color-stop(.25, #ffb844), color-stop(.25, transparent),              color-stop(.5, transparent), color-stop(.5, #ffb844),              color-stop(.75, #ffb844), color-stop(.75, transparent),              to(transparent));  background-image: -webkit-linear-gradient(45deg, #ffb844 25%, transparent 25%,            transparent 50%, #ffb844 50%, #ffb844 75%,            transparent 75%, transparent);  background-image: -moz-linear-gradient(45deg, #ffb844 25%, transparent 25%,            transparent 50%, #ffb844 50%, #ffb844 75%,            transparent 75%, transparent);  background-image: -ms-linear-gradient(45deg, #ffb844 25%, transparent 25%,            transparent 50%, #ffb844 50%, #ffb844 75%,            transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, #ffb844 25%, transparent 25%,            transparent 50%, #ffb844 50%, #ffb844 75%,            transparent 75%, transparent);  background-image: linear-gradient(45deg, #ffb844 25%, transparent 25%,            transparent 50%, #ffb844 50%, #ffb844 75%,            transparent 75%, transparent);*/
	/* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
}
h3 {
	font-size: 16px;
	letter-spacing: 2px;
	/* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
}
p {
	letter-spacing: 1px;
	line-height: 2;
	/* text-indent: 1em; */
}
body {
}
.container {
	width: 100%;
	margin: 0 auto;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}
li.link {
	letter-spacing: 1px;
	line-height: 2;
}
/*　header　*/
header {
	overflow: hidden;
	line-height: 0;
	background-color: #F21011;
}
.main {
	width: 100%;
	margin: 0 auto;
	height: 360px;
	position: relative;
	overflow: hidden;
}
.main img,.sub-img img {
	width: 2500px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -1250px;
}
.sub-img {
width: 100%;
margin: 0 auto;
height: 260px;
position: relative;
overflow: hidden;
}
/*　contents　*/
.wrap {
	width: 910px;
	margin: 0 auto;
}
.contents {
	width: 100%;
	/* background-color: #FDFDDB; */       
}
.contents:nth-child(2n+1) {/* background-color: #F7F4E5; */}
.contents:nth-child(2n+0) {background-color: #FFFFFF;}
.block {
	overflow: hidden;
	width: 910px;
	margin: 0 auto;
	padding: 40px 0;    
}
article.box {
	margin: 0 0 30px;    
}
article.box h3 {
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 2.5;
	margin: 0 auto 3%;
	text-align: center;
	color: #000;
	border-bottom: solid 1px #333;
}
article.box p.readmore {
	margin: 0 0 0 67%;
	line-height: 3;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background: none;
	text-indent: 0;
	color: #CD7E00;
	border: dotted 1px #CD7E00;  border-radius: 3px;
}
article.box p.readmore:hover {
	background: #CD7E00;
	border: bold 1px ;
}
.box p.readmore a {
	background-color:red;
	color: #080808;
	border: bold 1px ;
}
.box p.readmore a:hover {
	background-color:white;
	color: #F21011;
	text-decoration:underline;
}
article.box02 {
	width: 24.99%;
	float: left;
	background-color: #F21011;
	border: 4px solid #D5D5D5;
	padding: 3%;
	margin: 0 20px 20px 0;
}
article.box02:nth-child(3n) {
	margin-right: 0;
}
article.box02:nth-child(5) {
	margin-bottom: 0;
}
article.box02:nth-child(6) {
	margin-bottom: 0;
}
article.box02 h3 {
	margin: 0 0 5%;
	text-align: center;
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: solid 2px #333;
}
article.box02 p.readmore {
	margin: 9% 0 1%;
	padding: 3% 4%;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background-color: #2E322E;
	border: 4px solid #D5D5D5;
}
article.box02 p.readmore {
	color: #FFF;
}
article.box02 p.readmore:hover {
	background-color: #500101;
}
.box02 p.readmore a {
	color: #fff;
}
.readmore a {
	display: block;  
}
.readmore a:hover {
	text-decoration: none;
}
article.box03 {
	width: 31%;
	float: left;
	border: 1px solid #000;
	padding: 3%;
	margin: 0 31px 0 0;
}
article.box03:nth-child(3n) {
	margin-right: 0;
}
article.box03 h3 {
	margin: 0 0 7%;
	text-align: center;
	font-size: 18px;
}
article.box03 p.readmore {
	border: 2px solid #000;
	margin: 9% 0 1%;
	padding: 4%;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
}
article.box03 p.readmore a {
	color: #000;
}
article.box03 p.readmore a:hover {
	color: #FA3B52;
}
.TopContents {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #FFFFFF;
}
.TopContents article {
	padding: 3% 0;
}
.TopContents article p {
	margin: 0 0 2%;
}
.TopContentsInner {
	width: 910px;
	margin: 0 auto;
	/* background: #FFF; */
	/* padding: 10px; */
	/* box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); */
	/* border-radius: 3px; */
}
.TopContentsInner h3 {
	line-height: 3;
}
/*　LINK　*/

.PRlink {
	width: 100%;
	padding: 2% 0;
	background-color: #FFFFFF;
}
.list {
	width: 910px;
	margin: 0 auto;
	/* background: #FFF; */  
	/* padding: 10px; */
	/* box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); */
	border-radius: 3px;
}
.list h3 {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 2.5;
	margin: 0 auto 3%;
	text-align: center;
	color: #FFF;
	/* border-top: solid 1px #333; */  
	/* border-bottom: solid 1px #333; */
	/*-webkit-background-size: 10px 10px;  -moz-background-size: 10px 10px;  background-size: 10px 10px;*/  background-color: #FF0000;  /*/////background-image: -webkit-gradient(linear, 0 100%, 100% 0,              color-stop(.25, #ffb844), color-stop(.25, transparent),              color-stop(.5, transparent), color-stop(.5, #ffb844),              color-stop(.75, #ffb844), color-stop(.75, transparent),              to(transparent));  background-image: -webkit-linear-gradient(45deg, #ffb844 25%, transparent 25%,            transparent 50%, #ffb844 50%, #ffb844 75%,            transparent 75%, transparent);  background-image: -moz-linear-gradient(45deg, #ffb844 25%, transparent 25%,            transparent 50%, #ffb844 50%, #ffb844 75%,            transparent 75%, transparent);  background-image: -ms-linear-gradient(45deg, #ffb844 25%, transparent 25%,            transparent 50%, #ffb844 50%, #ffb844 75%,            transparent 75%, transparent);  background-image: -o-linear-gradient(45deg, #ffb844 25%, transparent 25%,            transparent 50%, #ffb844 50%, #ffb844 75%,            transparent 75%, transparent);  background-image: linear-gradient(45deg, #ffb844 25%, transparent 25%,            transparent 50%, #ffb844 50%, #ffb844 75%,            transparent 75%, transparent);*/
}
.list li.link {
	line-height: 2.5;
}
/*　FOOTER　*/
.copyright {
	padding: 1% 0;
	text-align: center;
	color: #FFF;
	background-color: #F21011;
}
.copyright a {
color: #080808;
text-decoration: none;
}
.copyright a:hover {
color: #FFF;
text-decoration:underline;
}
/*　SUB page　*/
.sub {
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
}
.subInner {
	width: 910px;
	margin: 0 auto;
}
.sub h3 {
	font-size: 18px;
	line-height: 2;
}
.sub p {
	padding: 0 0 10px;
}
