@charset "utf-8";
/* init */
body, form, fieldset, p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}
body {
  background: url(../images/bg.gif) repeat-y #f1fdff 50% 430px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 1em;
  line-height: 1.5em;
}
a img {
  border: none;
}
a:link {
  color: #ff7200;
}
a:visited {
  color: #ff7200;
}
a:hover {}
/* レイアウト */
#main_wrapper {
  background: url(../images/bg_main.png) 50% top repeat-x;
  height: 480px;
}
#mainImg {
  width: 900px;
  height: 400px;
  margin: 0 auto;
}
#contents_wrapper {
  margin: 0 auto;
  margin-top: 20px;
}
.contents_what {
  background: #40d5fa;
  border: 1px solid #02bfe1;
  width: 858px;
  padding: 20px;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
#about {
  color: #362e2b;
  font-weight: bold;
  line-height: 1.7em;
  position: relative;
}
#about_txt {
  position: absolute;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6;
  left: 0px;
  top: 10px;
}
.contents_1, .contents_2 {
  position: relative;
  width: 613px;
  margin: 0 auto 25px;
  border: 1px solid;
}
.contents_3 {
  position: relative;
  width: 613px;
  margin: 0 auto 15px;
  border: 1px solid;
}
.contents_1 {
  border-color: #ffcd03;
  background-color: #ffed25;
  padding: 15px 15px 10px 270px;
  margin-top: 20px;
}
.contents_2 {
  border-color: #ff8224;
  background-color: #ffa119;
  padding: 15px 270px 10px 15px;
}
.contents_3 {
  border-color: #60c505;
  background-color: #a1dc01;
  padding: 15px 15px 10px 270px;
}
/*リンクボタン*/
.button_ws {
  margin-left: 20px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 75%;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  font-weight: 600;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background-color: #00712C; /*ボタン色*/
  border-radius: 20px; /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.button_ws:hover {
  color: #FFF;
  background-color: #67CB00; /*ボタン色*/
}
div.rule {
  position: relative;
  width: 610px;
}
#incttl {
  width: 503px;
  height: 110px;
  /*height: 87px;*/
  position: absolute;
  left: 20px;
  top: 36px;
  font-size: 0.95em;
  line-height: 1.4;
}
.text_red {
  color: #FF7004;
  font-weight: 600;
}
#goto_votepage {
  margin-top: 15px;
  width: 584px;
  height: 55px;
}
#goto_votepage p {
  margin-left: 150px;
}
#goto_votepage p a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 267px;
  height: 55px;
  background: url(../images/btn_vote_off.gif) no-repeat;
}
#goto_votepage p a:hover {
  background: url(../images/btn_vote_on.gif) no-repeat;
}
/* どんぐりスト */
#winners {
  background: url(../images/best_bg.png) no-repeat;
  position: relative;
  width: 909px;
  height: 201px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
#winners p {
  position: absolute;
  top: 110px;
  left: 385px;
  text-indent: -9999px;
}
#winners p a {
  width: 268px;
  height: 55px;
  overflow: hidden;
  display: block;
  background: url(../images/tobest_on.png) no-repeat;
}
#winners p a:hover {
  background: url(../images/tobest_off.png) no-repeat;
}
/* 上位作品 */
#joui {
  background: url(../images/webvote_bg.png) no-repeat;
  position: relative;
  width: 909px;
  height: 201px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
#joui p {
  position: absolute;
  top: 115px;
  left: 319px;
  text-indent: -9999px;
}
#joui p a {
  width: 268px;
  height: 55px;
  overflow: hidden;
  display: block;
  background: url(../images/to_webvote_on.png) no-repeat;
}
#joui p a:hover {
  background: url(../images/to_webvote_off.png) no-repeat;
}
/* web投票終了 */
#webend {
  background: url(../images/webend_bg_wed.png) no-repeat;
  position: relative;
  width: 909px;
  height: 198px;
  margin: 0 auto 30px auto;
}
#webend p {
  display: none;
}

#footer_wrapper {
  height: 470px;
  background: url(../images/img_grass.png) repeat-x bottom;
}
#footer {
  width: 900px;
  height: 470px;
  margin: 0 auto;
}
/* パーツ */
.btn_best {
  display: block;
  margin: 0 auto;
}
h1 {
  margin-bottom: 10px;
}
.what {
  color: #FFF;
  font-size: 1em;
  line-height: 1.5em;
}
.kako-flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: flex-start;
}
.kako {
  padding: 0px;
  margin-top: 0;
  /*margin-left: 80px;*/
  margin-bottom: 10px;
  display: block;
  /*margin-right: 20px;*/
}
.kako li {
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  list-style-type: none;
  background: url(../images/icon_crown.png) no-repeat left top;
  font-size: 1em;
}
.kako li a {
  color: #f7ec12;
  border-bottom: 1px dotted #f1fdff;
  text-decoration: none;
}
.kako li a:hover {
  color: #FFF;
  border-bottom: 1px dotted #fcad3a;
  text-decoration: none;
}
#yousu {
  width: 844px;
  height: 211px;
}
.step1 {
  position: absolute;
  left: -43px;
  top: -7px;
}
.step2 {
  position: absolute;
  left: 641px;
  top: -13px;
}
.syuryou { /*終了しました*/
  position: absolute;
  right: 25px;
  top: 257px;
	width: 65%;
}
.table01 {
  border-collapse: collapse;
  width: 613px;
  margin: 5px 0 0 0;
}
.table01 td, .table01 th {
  border-top: 1px dotted #8b3f0c;
  border-bottom: 1px dotted #8b3f0c;
  font-size: 0.9em;
  text-align: left;
  vertical-align: middle;
  padding: 10px 0;
  background-color: #ffffff;
}
.table01 th {
  font-size: 0.9em;
  font-weight: normal;
  color: #5f3300;
  padding-left: 15px;
  width: 20%;
}
.txt_field {
  background-color: #FFF;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
.txt_field p {
  font-size: 1em;
  line-height: 1.6em;
}
.txt_field02 {
  background-color: transparent;
  margin-bottom: 15px;
}
.txt_field3 {
  background-color: #FFF;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}
.txt_field04 {
  background-color: #ffffe2;
  width: 398px;
  padding: 5px 0 5px 8px;
  margin: 15px 0 5px 0;
  font-size: 0.8em;
  line-height: 1.4em;
}
#img_present {
  position: absolute;
  top: 7px;
  left: 440px;
}
.craftday {
  width: 900px;
  margin: 0 auto 25px;
}
/* padding margin */
.maT20 {
  margin-top: 20px;
}
.maT15 {
  margin-top: 15px;
}
.maT10 {
  margin-top: 10px;
}
.maT5 {
  margin-top: 5px;
}
.maB10 {
  margin-bottom: 10px;
}
.maB15 {
  margin-bottom: 15px;
}
.maB20 {
  margin-bottom: 20px;
}
.maB8 {
  margin-bottom: 8px;
}
.maB25 {
  margin-bottom: 25px;
}
.paT10 {
  padding-top: 10px;
}
/* テキスト装飾 */
.small {
  font-size: 80%;
  line-height: 1.3em;
}
.note {
  color: #fd8015;
}
.align_right {
  text-align: right;
}
.torikeshi {
  text-decoration: line-through;
}
.bold {
  font-weight: bold;
}
.brown {
    color: #47210D;
}
.markerboldY {
  background: #ffed25;
  font-weight: 600;
}
.markerboldP {
  background: #ffb7ea;
}
/*その他 */
.clear {
  clear: both;
}