@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
html,body{
    height: 100%;
}

body {
    font-family: 'Meiryo', 'メイリオ', '平成明朝', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 0.06em;
    font-size: 15px;
    background-image: url("");
    background-color: #FFF;
    background-repeat: no-repeat;
}
p,.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6,dl {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
ul{
  list-style: none;
  margin-bottom: 0;
}
#wrapper{
    overflow: hidden;
	background: #bbe2f1;
}
/* header */
#header {
    margin: 0;
    width:100%;
    text-align: center;
	background:url(../img/bg.jpg);

}

/* sp-footer */
#footer{
    background-color: #68a4d9;
    padding-bottom: 1em;
}
#sp-footer{
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
#sp-footer li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    list-style: none;
    width: 32%;
    font-size: 70%;
    text-align: center;
    line-height: 1.6em;
    letter-spacing: .1em;
}
#sp-footer span,
#sp-footer i {
    font-size: 180%;
}
#sp-footer a {
    color: #FFF;
}

#sp-footer a {
    display: block;
    padding: .8em;
}
#sp-footer a:hover,
#sp-footer a:active {
    background: #FFFFBA;
    color: #68a4d9;
    border-radius: 8px;
    text-decoration: none;
}
#copyright{
    text-align: center;
    padding: 1em;
    font-size: .8em;
	color: #FFFFBA;
}
/*SNS*/
.snsbtn {
padding-top: 1em;
margin-bottom: 1em;
overflow: visible;
padding-left:0;
text-align:center;
}
.snsbtn li {
display:inline-block;
vertical-align:bottom;
margin-right: 15px;
}
.snsbtn li:last-child {
margin-right: 0;
}
.fb_iframe_widget > span {
vertical-align: baseline !important;
}
/* pagetop */
#pagetop {
  position: fixed;
  right: 12px;
  bottom: 50px;
  width: 54px;
  height: 54px;
  text-align: center;
  z-index: 999;
  background: #FFF;
  box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  -webkit-box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  -moz-box-shadow: rgba(60, 60, 60, 0.6) 0px 2px 6px 0px;
  border-radius: 50%;
  overflow: hidden;
}

#pagetop a {
  display: block;
  padding-top: .3em;
  font-size: 1.2em;
  color: #FFF;
  background: #FF43A6;
  height: 54px;
}
#pagetop a:hover {
  color: #FFF;
  background: #FBB03B;
}
/* caution */

ul.caution{
    margin-bottom: 1em;
    list-style: none;
    line-height: 1.4em;
	padding: 0.5em;
}
.caution li{
    font-size: .8em;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: .3em;
}
.red,
.caution li.red{
    color: #F00;
}
p.caution{
    position: relative;
    padding-left: 1.2em;
}
p.caution:after,
.caution li:before{
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

/* main_contents */
.description{
  margin: 1em auto;
}
.hiddenlink{
    color: #FFF;
    border: 2px solid #888;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: .8em 0;
    border-radius: 8px;
    margin: .8em auto;
    background: #AAA;
    max-width: 600px;
}
.formlink{
    font-size: 1.6em;
    padding: .4em 0;
    margin: .8em auto;
    max-width: 600px;
}
.formlink{
    color: #FFF;
    border: 2px solid #AD0606;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: .8em 0;
    border-radius: 8px;
    margin-top: .8em;
    box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
-webkit-box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
-moz-box-shadow: rgba(113, 135, 164, 0.37) 0px 5px 3px -3px;
background: #ff6085;
background: -moz-linear-gradient(top,  #ff6085 0%, #ff1c1f 100%);
background: -webkit-linear-gradient(top,  #ff6085 0%,#ff1c1f 100%);
background: linear-gradient(to bottom,  #ff6085 0%,#ff1c1f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6085', endColorstr='#ff1c1f',GradientType=0 );

}
.formlink:hover,
.formlink:focus{
    color: #FFF;
    text-decoration: none;
    background: #d6334e;
background: -moz-linear-gradient(top,  #d6334e 0%, #e01818 100%);
background: -webkit-linear-gradient(top,  #d6334e 0%,#e01818 100%);
background: linear-gradient(to bottom,  #d6334e 0%,#e01818 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6334e', endColorstr='#e01818',GradientType=0 );
}
.limit-day{
  max-width: 500px;
  padding: .5em;
  color: #F00;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #F00;
  margin: 1em auto;
  background: #FFF;
}
.dl-horizontal dt{
  background: #68a4d9;
  padding: .5em;
  color: #FFFFFF;
}
.dl-horizontal dd{
  padding: .5em;
  border: 1px solid #DDD;
  margin-bottom: 1em;
}
#form{
  margin: 2em auto;
}
.brand_logo{
	width: 100%;
	background: #FFF;
	padding: 1em;
}
/* 追加*但し書き*/
.winning {
	margin: 1em 0;
	}
.winning p{
color: #ea5550;
	font-size: 1.1em;
}
#thanks{
	background: #FFF;
	margin: 1em auto;
	padding: 1.5em 1em;
	font-size: 1.1em;
	color: #594e52;
	}
.thankshead {
	font-size: 1.4em;
	font-weight: bold;
	color: #F03;
	text-align: center;
	padding-bottom: 0.5em;
	}
.hiddenlink{
    color: #FFF;
    border: 2px solid #888;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: .8em 0;
    border-radius: 8px;
    margin: .8em auto;
    background: #AAA;
}
/* PC */
@media (min-width: 768px) {

    #wrapper {
    width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
    }
    #content{
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 136px;
    }
    #footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 120px;
    }
    #pnkz{
    max-width: 980px;
    margin: .5em auto 1em;
    padding: 0 1em;
	color: #FFFFBA;
    }
#pnkzr a {
    color: #fff462;
}
#pnkz a:hover,
#pnkz a:active {
    color: #e62f8b;
	text-decoration: none;
}


    #copyright{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1em;
    text-align: center;
	color: #FFFFBA;
    }
    .snsbtn {
    margin-bottom: .3em;
    }
/* pagetop */
    #pagetop{
    bottom: 92px;
    right: 3%;
    }

/* main_contents */
#content{
  max-width: 840px;
  font-size: 16px;
  line-height: 1.8em;
}
.dl-horizontal{
  background: #68a4d9;
  border-bottom: 1px solid #DDD;
}
.dl-horizontal dt{
  border: none;
  border-top: 1px dotted #DDD;
  background: none;
  padding: 1em 0 0;
  text-align: center;
  width: 160px;
  color: #fff;
}
.dl-horizontal dd{
  background: #FFF;
  border: none;
  border-top: 1px dotted #DDD;
  margin-bottom: 0;
  margin-left: 160px;
  padding: 1em;
}
.brand_logo{
	width: 100%;
	background: #FFF;
	text-align: center;
}
.provision{
	background-image:url(../img/illustration.png) ;
	background-position: right;
	background-repeat: no-repeat;
}
}
