@charset "UTF-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;}
img{max-width: 100%;}
a {color:#747474;text-decoration:none;-webkit-touch-callout:none;outline:none;}
a:link{color:#747474;}
a:visited{color:#0ABFBF;}
a:hover{color:#0ABFBF;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:middle; border-style:none;//IE8}
.clrfx:before,.clrfx:after {content: " ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.dn{display: none;}
.vh{visibility: hidden;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{filter: alpha(opacity=40);opacity: 0.4;}
.forPc{display:block;}
.forSp{display:none;}
.bracket {text-indent: -0.5em;display: inline-block;}
.pcBr{display: inline}
.spBr{display: none}
/* Common
 * --------------------------------------------------------*/
body         { 
  background-color: #FFCD1E; 
  font:normal 16px/28px "秀英丸ゴシック L", "Shuei MaruGo L", "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2{
	font-size:150%;
}
.wrpper{
	margin:0 auto;
	width:450px;
}
.text h2 {
	font-size: 26px;
	line-height:36px;
	font-family:"秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
	padding-bottom:40px;
}
.text p {
	padding-bottom:32px;
}
header{
	text-align:center;
background: #ffe200; /* Old browsers */
background: -moz-linear-gradient(top, #ffe200 0%, #ffcd1e 70%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffe200 0%,#ffcd1e 70%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffe200 0%,#ffcd1e 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe200', endColorstr='#ffcd1e',GradientType=0 ); /* IE6-9 */
padding-bottom:30px;
}
.container   { background-color: #ffffff; }
.well        { border-width: 3px; }
.center      { text-align: center; }
.header-info { display: none; }
.ct_footer      { border-top: solid 1px #f0f0f0; padding-top: 10px;}

#banner {
  width:750px;
  margin:0 auto;
  padding: 30px 0 50px 0;
}
#banner01{
	padding-bottom:16px;
}

footer {
  text-align: center;
  padding: 30px 0;
}
footer li {
  padding: 0 10px;
}
footer .copy {
  font-size: 11px;
  text-align: center;
  padding: 50px 0;
  letter-spacing: 0.05em;
  font-family: Arial, Helvetica, sans-serif;
}
#form-footer {
  margin: 20px 0px;
}


@media (min-width: 768px) {
  .container {
    max-width: 730px;
    border-radius:5px;
    margin-top: 30px;
    margin-bottom: 64px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .header { 
	margin-top: 15px; 
}
  .header-info { display: block; }
}

.myButton {
  background-color:#599bb3;
  -moz-border-radius:28px;
  -webkit-border-radius:28px;
  border-radius:28px;
  border:1px solid #29668f;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:17px;
  padding:16px 31px;
  text-decoration:none;
  text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
  background-color:#408c99;
}
.myButton:active {
  position:relative;
  top:1px;
}

/* sp
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
  body {width: 100%;margin: 0 auto;}
  img{max-width:100%;height:auto;}
  .hoverOp:hover{filter: alpha(opacity=100);opacity: 100;}
  .wrpper{width: 90%;}
  .fl,.fr {float: none;}
  .forPc{display:none;}
  .forSp{display:block;}
  .pcBr{display: none}
  .spBr{display: inline}
  .bracket {text-indent: -0.5em;display: inline;}
  br.adj { display: none; }
  h2 { font-size: 26px; }
  h3 { font-size: 20px; }
header {
	padding-top:50px;
}
.text h2 {
	font-size: 18px;
	line-height:28px;
	padding-bottom:32px;
}
.text p {
	font-size: 15px;
	line-height:25px;
	padding-bottom:30px;
}
  .container {
    margin-top: 32px;
    margin-bottom: 64px;
	padding-top:32px;
	padding-bottom:32px;
  }
#banner {
  width:90%;
  margin:0 auto;
  padding: 30px 0 50px 0;
}
  footer {
    width: 100%;
    padding: 20px 0 0 0;
  }
  footer li{
    display: inline-block;
  }
  footer #btn_fb{
    padding-top: 15px;
  }
  footer .copy {
    font-size: 9px;
    padding: 30px 0 30px 0;
  }
}
