@charset "utf-8";
/* CSS Documents */

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

/* tags
-------------------------------------------------- */

html,body,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline:0;
  vertical-align: baseline;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: ;
  background: ;
}

body{
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
  font-size: 83%;
  background: #000;
  text-align: center;
  color: #fff;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}


/* container
-------------------------------------------------- */

.container {
  background: url(../img/bg_main01.jpg);
}


/* sns
-------------------------------------------------- */

.sns {
  position: relative;
  overflow: hidden;
  margin: 16px 0 16px;
}

.sns ul {
  position: relative;
  float: left;
  left: 50%;
}

.sns li {
  position: relative;
  float: left;
  left: -50%
}

.sns li:nth-child(2) {
  
}

.sns li:nth-child(3) {
  
}


/* bnr
-------------------------------------------------- */

.bnr {
  margin: 12px 0 24px;
}

.bnr p {
  margin: 0 0 12px;
}

.bnr li {
  margin: 0 0 16px;
}


/* info
-------------------------------------------------- */

.info {
  margin: 12px 0  0;
}

.infotext {
  font-size: 67%;
  float: left;
}

.infotext dl {
  width: 174px;
}

.infotext dt {
  float: left;
}

.infotext dd {
  text-align: left;
  margin-left: 50px;
}


.storebtn {
  float: right;
}


/* system
-------------------------------------------------- */

.system {
  margin: 0 0 28px;
}

.system h2 {
  margin: 16px 0 16px;
  padding: 4px 0 4px;
  font-size: 117%;
  font-weight: bold;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #c90;
}

.system p {
  margin: 8px 0 8px;
  text-align: left;
}


/* menu
-------------------------------------------------- */

.menu {
  margin: 20px 0 20px;
}

.menu li {
  margin: 0 0 8px;
  line-height: 42px;
  border-radius: 12px;
  background: #b18904;
  font-weight: bold;
  background: -moz-linear-gradient(top,  #fceabb 0%, #b78d22 51%, #aa7100 52%, #fbdf93 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(51%,#b78d22), color-stop(52%,#aa7100), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fceabb 0%,#b78d22 51%,#aa7100 52%,#fbdf93 100%); /* W3C */
}

.menu a {
  color: #fff;
  text-decoration: none;
}

.menu a:visited {
  color: #fff;
}


/* notice
-------------------------------------------------- */

.notice {
  margin: 36px 0 0;
}

.noticeText {
  overflow: hidden;
  height: 300px;
}

.notice h1 {
  margin-bottom: 16px;
}

.notice ul {
}

.notice li {
  border-bottom: 1px solid #2e2e2e;
}

.notice li:nth-child(1) {
  border-top: 1px solid #2e2e2e;
}

.notice li p:nth-child(1) {
  color: #848484;
}

.notice li p:nth-child(2) {
  color: #424242;
  margin-top: 8px;
}

.notice li a {
  position: relative;
  display: block;
  padding: 12px 24px 12px 12px;
  text-decoration: none;
}

.notice li a:before, .notice li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: "";
  width: 12px;
  height: 3px;
  background: #888;
  border-radius: 4px;
}

.notice li a:before {
  margin-top: -4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.notice li a:after {
  margin-top: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.notice_n {
  background: #faac58;
  padding: 1px 8px 1px;
  color: #fff;
  margin: 0 8px 0 0;
}




/* mainfooter
-------------------------------------------------- */

.mainfooter {
  padding: 24px 16px 12px;
  font-size: 75%;
}

.mainfooter p:nth-child(2) {

  margin: 8px 0 0;
}

.mainfooter p:nth-child(3) {
  margin: 0;
}

.mainfooter p:nth-last-child(1) {
  color: #848484;
}

.mainfooter img {
  margin: 0 0 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainfooter img:hover {
  opacity: 0.6;
}

.mainfooter a {
  color: rgba(180,180,180,1);
  -wenkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}

.mainfooter a:hover {
  color: rgba(255,255,0,1);
}


/* clearfix
-------------------------------------------------- */

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}


#law {
  max-width: 100%;
  margin: 10px auto 20px;
  padding: 0 20px 0;
  text-align:left;
  font-size:12px;
}


/* unizon
-------------------------------------------------- */

.unizon {
  margin: 0 0 20px;
}

.unizon p {
  margin: 20px 0 20px;
}