@charset "utf-8";
/* CSS Document */
/*layout*/
body {
	width: 100%;
	background-color: #FFF;
  font-size: 15px;
  line-height: 1.8;
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
/*--- リンク ---*/
a:link, a:visited {
	color: #339966;
	text-decoration: none;
}

a:hover, a:active {
	color: #339966;
	text-decoration:underline;
}

a:hover img {
	filter: alpha(opacity=80);
	opacity:0.8;
}
img {
  vertical-align: bottom;
}


/*--- フルードイメージ ---*/
/* 拡大縮小 */
.fluidimg {
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* 画像サイズ内で縮小 */
.fluidimg2 {
	width: auto;
	max-width: 100%;
	height:auto;
}


/*----- lauout -----*/

#header {
  width: 960px;
  height: 80px;
  margin: 0px auto;
  position: relative;
}
#header h1 {
  position: absolute;
  left: 0px;
  top:10px;
}

/*--- メイン画像 ---*/
#mainimg {
  background:url('../img/main_bg.jpg') no-repeat center center;
	background-size:cover;
  height: 660px;
}
#mainimg h2 {
  text-align: center;
  width: 1024px;
  display: block;
  margin: 0px auto;
}



/*--- コンテンツ ---*/
.ttl {
  font-size: 24px;
  margin-top: 60px;
  text-align: center;
}
.ttl span {
  font-size: 14px;
  color: #339966;
  display: block;
  margin-bottom: 40px;
}

.ttl2 {
  background-color: #339966;
  font-weight: bold;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 50px 0px 20px;
  font-size: 16px;
}

/*--- イントロ ---*/
.intro {
  box-sizing: border-box;
  width: 960px;
  height: 220px;
  margin: 50px auto;
  padding: 40px 50px;
  background:url('../img/intoro_bg.png') no-repeat center center;
}
.intro p {
  padding: 0px 30px;
  line-height: 2.4;
}

/*--- 商品　---*/
.prodlist {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 50px auto;
}

.prodlist ul {
  list-style: none;
  width: 100%;
}
.prodlist ul li {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  padding: 3px;
}
.prodlist ul li .prodbox {
  box-shadow: 0px 0px 3px #CCCCCC;
  background-color: #fafeec;
}
.prodlist ul li .prodbox .picArea {
  
}
.prodlist ul li .prodbox .txtArea {
  padding: 20px 20px 10px;
}
.prodlist ul li .prodbox .txtArea .txt1 {
  margin-bottom: 20px;
}
.prodlist ul li .prodbox .txtArea .txt1 .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.prodlist ul li .prodbox .txtArea .txt1 .prod {
  font-size: 14px;
}
.prodlist ul li .prodbox .txtArea .txt2 {
  /*margin-bottom: 20px;*/
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 20px;
}
.prodlist ul li .prodbox .btn {
  padding: 0px 20px 20px;
}

/*-- ボタン --*/
.btnA {
  margin:0px;
}
.btnA a {
  text-align: center;
  color: #FFFFFF;
  background-color: #c2b525;
  line-height: 1;
  font-size: 14px;
  padding: 5px 10px;
  display: block;
  transition: .2s linear;
  position: relative;
  border-radius: 3px;
}
/*--- リンク ---*/
.btnA a:link, .btnA a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btnA a:hover, .btnA a:active {
	color: #FFFFFF;
	text-decoration: none;
  background-color:#f6721a;
}


/*--- 応募　--*/
.entry {
  width: 960px;
  margin: 0px auto;
}
.entry .box {
  padding: 30px;
  background-color: #EFEFEF;
  line-height: 2.4;
  margin: 30px 0px;
}
.entry .btn {
  margin: 0px 50px;
  text-align: center;
  padding: 50px 0px 150px;
}

#footer {
  background-color: #c2b525;
}
#footer .copy {
  width: 960px;
  padding: 6px 0px;
  margin: 0px auto;
  font-size: 12px;
  color: #FFFFFF;
}

