body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 15px;
  color: #444;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}

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.4em; }
img { border-style: none; }
table { border-collapse: collapse; border-spacing: 0; }


.CL { clear: both; }
.CF:after { clear: both; display: block; content: ""; }

.BrPc { display: none; }
.SmpNone { display: none; }

/* ///// HEADER /////////////////////////////// */
header { width: 100%; }
#hd_body { width: 100%; }

h1 { display: none; }
ul#hd_menu { display: none; }

#hd_logo {
  position: relative;
  border-bottom: 1px #ccc dotted;
  width: 100%;
  height: 30px;
}
#hd_logo img {
  position: absolute;
  top: 5px;
  left: 10px;
  margin: 0;
  padding: 0;
  width: 120px;
  height: auto;
}


/* CONTENT BLOCK
--------------------------- */
.ContentArea {
  padding: 5px 0 10px;
  width: 100%;
  overflow: hidden;
}
.ContentBody {
  box-sizing: border-box;
  padding: 0;
  width: 100%;

}
.ContentBody:after {
  clear: both;
  display: block;
  content: "";
}



//* ///// テーブル ///////////////////////////// */
.TableBox_ table caption { font-weight: bold; }

/* Preset Style */
table.TblStyleA_ {
  margin-bottom: 20px;
  width: 100%;
}
table.TblStyleA_ tr { 

}
table.TblStyleA_ th { 
  background-color: #efefdd;
  border-left: 10px #c1ac69 solid; 
  border-bottom: 1px #c1ac69 solid;  
  text-align:left; 
  font-style:normal; 
  width: 100%; 
  padding: 5px;
  text-indent: 10px;
  float: left;
}
table.TblStyleA_ td { 
  background-color: #fff; 
  padding: 10px; 
  float: left;
}

/* ///// ボタン /////////////////////////////// */
.ButtonBox_ a {
  box-sizing: border-box;
  margin: 20px auto 20px 60px;
  width: 100%;
  padding: 5px 60px;
  text-align: center;
  text-decoration:none;
}
/* Preset Style */
a.BtnStyleA_ {
  border-radius: 5px;
  background: #033c75 center no-repeat;
  color: #fff;
}
a.BtnStyleA_:hover {
  background-color: #0056ab;
  text-decoration: none;
}

.MB30_ {
  margin-bottom: 30px;
}
.MB20_ {
  margin-bottom: 20px;
}

.aCenter_ {
  text-align: center;
}


#about_card {
  margin: 0 5px;
  background: #fffff8;
  border: 1px #b0954f solid;
  padding: 1px 6px;
}
#about_contest h1 {
  font-size: 20px;
  color: #bca075;
}
#about_contest p {
  margin-bottom: 0;
  color: #634d30;
}

#outline {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
  text-align: center;
}

#concept-sheet {
  margin: 0 5px;
  background: #fff;
  border: 1px #bca075 solid;
  padding: 10px;
}
em {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
}
.sp {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 10px;
}
.sp2 {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 10px;
  width: 95%;
}
.HdgStyleC_ {
  border-bottom: 1px #b0954f solid;
  padding: 3px;
  margin-bottom: 10px;
}
h2 {
  font-size: 21px;
  color: #c1ac69;
}

/* MAIN_IMAGE
--------------------------- */
#main_image_area {
  width: 100%;
}
#main_image { width: 100%; }
#main_image img { width: 100%; 
}


.FormBox {
  height: 100%;
  scroll: scroll;
}

/* footer
-------------------------------------------- */
#ins-footer {
  width: 100%;;
  padding: 50px 0 10px;
  color: #111;
  background-color: #fff;
}
#ins-footer .ins-ftBox {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
#ins-footer .ins-ftNav {
  padding-left: 0;
  font-size: 93%;
  line-height: 14px;
}

#ins-footer .ins-ftNav li {
  border: 0;
  padding-left: 0;
  line-height: 1.4em; 
  list-style: none;
}
#ins-ftLogo {
}
#ins-ftTagline {
  font-size: 86%;
  margin: 20px 0 25px;
}
.ins-lp03FtTagline {
  float: left;
  padding-top: 15px;
}
.ins-lp03PMark {
  width: 70px;
}
#ins-ftCopyright {
  color: #989898;
  font-size: 93%;
}

.ins-lp03LayoutA {
  margin-right: auto;
  margin-left: auto;
  width: 80%;;
}
#sample_photo {
  float: right;
  margin-left: 20px;
  width: 120px;

}
.menu {
	text-align: justify;
	text-justify: distribute-all-lines;
	margin:20px 0 0;
	padding:0;
}
 
.menu:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}
 
.menu li{
  display: inline-block;
  list-style:none;
  margin:0;
  padding:0;
  width:49%;
}
.menu li img{
	max-width:100%;
	height:auto;
}

ul.LStyle_A {
  margin-left: 10px;
  padding-left: 20px;
}
ul.LStyle_A li{
  list-style-image: url(dot.png);
}
#pankuzu {
  display: none; 
}

table.TblStyleB_ { }
table.TblStyleB_ tr { border:none; }
table.TblStyleB_ th { border:none; background-color: #fff; text-align:left; font-style:normal; width: 130px; padding: 3px;  color: #444; font-weight: normal;}
table.TblStyleB_ td { border:none; padding: 3px;}

#intro {
  padding: 0 10px;
}

#present { width: 100%; }
