﻿body {
  margin: 0;
  padding: 0;
  min-width: 1100px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #444;
}

div,h1,h2,h3,h4,h5,h6,article,section,header,footer,figure { margin: 0; padding: 0; }
ul, ol { margin-top: 0; }
p { line-height: 1.7em; }
img { border-style: none; }
table { border-collapse: collapse; border-spacing: 0; }



a.TelLink {
  display: inline-block;
  pointer-events: none;
}

.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

.BrSmp { display: none; }
.PcNone { display: none; }

/* ///// HEADER /////////////////////////////// */
header {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 60px;
}
#hd_body {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  overflow: hidden;
}
#hd_logo {
  position: absolute;
  top: 16px;
  left: 2px;
  width: 205px;
  height: 30px;
}
#hd_logo img {
  margin: 0;
  padding: 0;
  width: 205px;
  height: auto;
}

/* ///// CONTENT ////////////////////////////// */

/* MAIN_IMAGE
--------------------------- */
#main_image_area {
  clear: both;
  width: 100%;
  background: ;
}
#main_image {
  background: #efedea url(./img/bg.png) repeat-x;
  position: relative;
  margin: 0px auto;
  width: 100%;
  min-width: 1100px;
  height: 868px;
  overflow: hidden;
}
#main_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


/* CONTENT AREA
--------------------------- */
.ContentArea {
  clear: both;
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
}
.ContentBody {
  margin: 0px auto;
  width: 980px;
}

#about_contest { 
  display: none; 
}
  


//* ///// テーブル ///////////////////////////// */
.TableBox_ table caption { font-weight: bold; }

/* Preset Style */
table.TblStyleA_ { border: 1px #bca075 solid; }
table.TblStyleA_ tr { border-bottom: 1px #bca075 dotted; }
table.TblStyleA_ th { border: 1px #fff dotted; background-color: #bca075; text-align:left; color:#fff; font-style:normal; width: 200px; padding: 10px;}
table.TblStyleA_ td { background-color: #fff; padding: 10px;}

table.TblStyleB_ { border:  }
table.TblStyleB_ tr { border-bottom: 0px; }
table.TblStyleB_ th { border: 0px; background-color: #fff;  text-align:left;  width: 50px; padding: 3px; color: #444;}
table.TblStyleB_ td { background-color: #fff; padding: 3px;}

/* ///// ボタン /////////////////////////////// */
.ButtonBox_ a {
  display: table;
  box-sizing: border-box;
  margin: 0 auto;
  width: 280px;
  padding: 10px 30px;
  text-align: center;
  text-decoration:none;
}

.Col3_ .ButtonBox_ a { width: 250px; }
.Col4_ .ButtonBox_ a { width: 100%; }
.Col5_ .ButtonBox_ a { width: 100%; }

/* Preset Style */
a.BtnStyleA_ {
  border-radius: 5px;
  background: #3b6800 url(/img/fm/momo01/ic-btn-arrow.png) 20px center no-repeat;
  color: #fff;
}
a.BtnStyleA_:hover {
  background-color: #518204;
  text-decoration: none;
}

.MB30_ {
  margin-bottom: 30px;
}
.MB20_ {
  margin-bottom: 20px;
}
.aCenter_ {
  text-align: center;
}


.NewsBox {
	margin:0 0 40px;
	padding:3px;
	background-color:#f4f2e8;
}
.NewsBox dl {
	margin:0;
	padding: 38px;
	border: #bca075 1px solid;
	background-color:#f4f2e8;
}
.NewsBox dl dt {
	margin:0;
	padding-bottom:10px;
	border-bottom:#bca075 dotted 1px;
	font-size:20px;
	font-weight:bold;
	color:#872503;
}
.NewsBox dl dd {
	margin:15px 0 0;
	padding:0;
}
.NewsBox dl dd p {
	margin:10px 0 0;
	padding:0;
}
.NewsBox dl dd p span {
	margin:0 20px 0 0;
	padding:0;
	display:inline-block;
	color:#806b4d;
}
.NewsBox dl dd p a {
	color:#444;
}

.headline {
  background-color: #872503;
  margin-bottom: 10px;
  width:100%;
  height: 40px;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
}
#concept-sheet {
  background: #fff;
  border: 1px #bca075 solid;
  padding: 10px;
}
em {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color:#4f022a;
}
.sp {
  background: #f8f6e7;
  padding: 10px;
  font-weight: bold;
}


.HdgStyleC_ {
  border-bottom: 1px #b0954f solid;
  padding: 3px;
  margin-bottom: 10px;
}
h2 {
  font-size: 25px;
  color: #ffffff;
}
h3 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #872503;
}
h4 {
  font-size: 16px;
  font-weight: bold;
}
div.theme{
  margin-bottom: 30px;
}
hr {
  border: 1px #efedea dotted;
}
#sample_photo {
  float: right;
  margin-left: 10px;
}
#egift {
  float: right;
  margin-left: 10px;
}

/* footer
-------------------------------------------- */
#ins-footer {
  padding: 50px 0 10px;
  color: #111;
  background-color: #fff;
}
#ins-footer .ins-ftBox {
  padding-top: 50px;
  border-top: 1px solid #ddd;
}
#ins-footer .ins-ftNav {
  padding-left: 0;
  font-size: 93%;
  line-height: 1;
}
#ins-footer .ins-ftNav li {
  border-left: 1px solid #c1c1c1;
  display: inline;
  padding: 0 10px 0 15px;
}
#ins-footer .ins-ftNav li:first-child {
  border: 0;
  padding-left: 0;
}
#ins-ftLogo {
  float: right;
}
#ins-ftTagline {
  font-size: 86%;
  margin: 20px 0 25px;
}
.ins-lp03FtTagline {
  float: left;
  width: 910px;
  padding-top: 15px;
}
.ins-lp03PMark {
  float: right;
  width: 70px;
}
#ins-ftCopyright {
  color: #989898;
  font-size: 93%;
}

.ins-lp03LayoutA {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}
ul.LStyle_A,
ol.LStyle_A
 {
  padding-left: 20px;
}
ol.LStyle_A li {
  margin-bottom: 20px;
}