@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}
.hidden {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{
	width:100%;
	height:700px;
	text-align:center;
	background-image:url(../images/bkg_pc.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	padding-bottom:30px;
}
.ttl {
	width:730px;
	padding-top:40px;
	padding-bottom:15px;
	border-bottom:#ffffff solid 1px;
	text-align:center;
	margin:0 auto;
}
.ttl p {
	font-family:"秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
	font-size:28px;
	letter-spacing:1px;
	color:#FFFFFF;
}
.name {
	font-size:45px;
	color:#FFFFFF;
	letter-spacing:1px;
}
#name_list {
  height: 540px;
  overflow-y: auto;
  width: 730px;
  margin: 0 auto;
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: #ffffff solid 1px;
}
#name_list .you {
  padding-bottom: 36px;
  font-size: 32px;
}
#name_list .you .andmore {
  font-size: 28px;
}
#name_list ul {
  text-align: left;
  width: 730px;
  margin: 0 auto;
}
#name_list li {
	font-size:12px;
  width: 130px;
  max-height: 80px; 
  padding: 2px 8px;
  text-align: left;
  vertical-align: top;
  line-height: 1.3em;
  letter-spacing: -0.8px;
}
#name_list li .me {
	font-size:24px;
}
#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;
}


@media (min-width: 768px) {
  .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{
	width:100%;
	height:500px;
	text-align:center;
	background-image:url(../images/bkg_sp.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	padding-bottom:30px;
}
.ttl {
	width:90%;
	padding-top:20px;
	padding-bottom:5px;
}
.ttl p {
	font-family:"秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
	font-size:15px;
}
.name {
	font-size:21px;
}
#name_list {
  height: 400px;
  overflow-y: auto;
  width: 90%;
  padding-top: 20px;
}
#name_list .you {
  padding-bottom: 20px;
  font-size: 20px;
}
#name_list .you .andmore {
  font-size: 14px;
}
#name_list ul {
  width: 290px;
}
#name_list li {
  font-size:10px;
  width: 88px;
  padding: 2px 4px;
}

.text h2 {
	font-size: 18px;
	line-height:28px;
	padding-bottom:32px;
}
.text p {
	font-size: 15px;
	line-height:25px;
	padding-bottom:30px;
}
#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;
  }
}
