@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.5em;
	color:#ccc;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0;
	/*background-size: 100% 13px;*/
}



#wrapper{
	position:relative;
	margin: 0;
	padding: 0;
}

#about {
	color: #ccc;
}

#footer{
	padding: 50px 0 30px;
	text-align: center;
	font-size: 12px;
}
#footer a{
	color: rgba(204,204,204,1.00);
	padding: 0 10px;
	line-height: 1em;
	text-decoration: none;
}
#footer a:hover{
	color: rgba(204,204,204,0.70);
	text-decoration: none;
}
#footer a img{
	vertical-align: bottom;
	margin-bottom: 0px;
}

a {
	color: #33d0f4;
	text-decoration: none;
}
a:hover { 
	color: #fff;
	text-decoration: underline;
}
a:hover img {
  filter:alpha(opacity=80);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
a img{
	border:0;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}



#main{
	color:#ccc;
	padding-top: 0;
	text-align: center;
}

#main #wrap {
	text-align: center;
	margin:0;
	padding:20px 0;
}

#main #wrap .logo {
	text-align: left;
	width: 1000px;
	height: 200px;
	margin:0 auto;
	padding:20px 0;
}

#main #wrap .logo img {
	/*text-align: center;
	margin:0 auto;
	padding:0;
	width:500px;
	height:250px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;*/
	width: 250px;
}
.logo a:hover img {
	opacity: 1.0;
}

#main #wrap .title {
	text-align: right;
	width: 1000px;
	margin:0 auto;
	padding:20px 0;
}

#main #wrap .title img {
	width: 250px;
}

#main ul {
    width:860px;
    margin:0 auto;
	list-style: none;
    padding: 30px 0;
}

#main li {
	width:200px;
	margin:0 5px;
	display: inline-block;
}
/*#menu li img {
	border: 1px solid #c80066;
}*/

#main table {
	width:900px;
	text-align:center;
	margin: 0 auto;
	padding: 0;
    /*border-collapse: collapse;*/
	/*border: 1px solid #e23368;*/
    border-spacing:2px;
	border-collapse: separate;
	border: 1px solid #bc9f4b;

}

#main table th {
	/*color: #e30077;*/
	color: #000;
	padding: 12px;
	/*border: 1px solid #000;*/
	background-color: #bc9f4b;
	text-align: center;
}
/*.th_right{
	border-right: 1px solid rgba(226,51,104,0.70);
}*/

#main table td {
	/*color:#fff;*/
	padding: 12px;
	/*border: 1px solid #000;*/
	/*background-color: rgba(84,195,241,0.90);*/
	border: 1px solid #bc9f4b;
}
.sp_date {
	color:#fff;
	/*background-color: rgba(124,117,104,0.80);*/
  }
.sp_reg{
	color:#fff;
	/*background-color: rgba(124,117,104,0.80);*/
  }



#main .close {
	width:250px;
	margin:0 auto;
	padding:0 0 50px;
}

#main .fontnew {	/* NEW表示 */
	/*color:#33d0f4;*/
	color: #FF0251;
	font-size:85%;
	font-weight:700;
	background-color:#000;
	margin: 0 3px 0 3px;
	padding: 1px 2px 1px 2px;
	border-radius: 5px;
	}

.special_title {
	width: 800px;
	margin: 0 auto;
	padding: 30px 10px;
	/*background-color: rgba(255,255,255,0.40);*/
	border: 1px dotted #ccc;
}


.demo03 th, .demo03 td  {text-align: left;}
@media only screen and (max-width: 900px) { 
  .demo03 { margin: 0;}
  .demo03 tr {
    display:block;
    margin-bottom: 10px;
  }
  .demo03 th {
    display: none;
  }
  .demo03 td {
    display: list-item;
	list-style:none;
	width: 100%;
    border:none;
    text-align: right;
    vertical-align: middle;
  }
  .demo03 td::before {
	content: attr(data-label);
    float: left;
	font-size: 0.7em;
	/*color: #fff;*/
	margin: 0 10px 0 0;
  }
  .sp_date {
	color: #000;
	border-bottom: none;
	background-color: #bc9f4b;
  }

	
	
body {
	background-size: contain;
}

#wrapper{
	position:relative;
	margin: 0;
	padding: 0 10px;
	/*color:#294b7a;*/
}

#main ul {
    width:100%;
    margin:auto;
	list-style: none;
    padding: 30px 0;
}
#main li {
	width:45%;
	margin:0;
	display: inline-block;
}

#main table {
	width:100%;
	margin: 0;
	padding: 0;
    /*border-collapse:collapse;*/
	border: none;
}

#main table td {
	width: 95%;
	margin: 0;
	padding: 10px;
}

body::before {
  content:"";
  display:block;
  position:fixed;
  bottom:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  /*background:url(../images/media_bg.jpg) right/cover no-repeat;*/ /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  }

.special_title {
	width:100%;
	padding: 30px 0;
}


#main #wrap .logo {
	text-align: left;
	width: 100%;
	height: 100px;
	margin:0 auto;
	padding:0;
}

#main #wrap .logo img {
	width: 200px;
}

#main #wrap .title {
	text-align: right;
	width: 100%;
	margin:0 auto;
	padding:20px 0;
}

#main #wrap .title img {
	width: 150px;
}
}

/*	img{
	  touch-callout:none;
	  user-select:none;
	  -webkit-touch-callout:none;
	  -webkit-user-select:none;
	  -moz-touch-callout:none;
	  -moz-user-select:none;
	}*/

.close02 {
	position: fixed;  
    top: 20px;  
    right: 5px;
	z-index: 100;
	display: none;
}


@media(max-width:640px){

#main #wrap .logo img {
	/*width: 100%;
	height: 250px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	width: 100%;*/
}
	
}