@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: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: rgba(255,255,255,1.00);
	background-image: url(../images/media_bg.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: cover;
	background-attachment: fixed;
}



#wrapper{
	position:relative;
	margin: 0;
	padding: 0;
}

#about {
	color: #000;
}

#footer{
	padding: 15px 0 30px;
	text-align: center;
	font-size: 12px;
}
#footer a{
	color: rgba(0,0,0,1.00);
	padding: 0 10px;
	line-height: 1em;
	text-decoration: none;
}
#footer a:hover{
	color: rgba(0,0,0,0.40);
	text-decoration: none;
}
#footer a img{
	vertical-align: bottom;
	margin-bottom: 0px;
}

a {
	color: #e94609;
	text-decoration: none;
}
a:hover {
	color: #e94609;
	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: #000;
	padding-top: 0;
	text-align: center;
}

#main #wrap {
	text-align: center;
	margin:0;
	padding:50px 0;
}

#main #wrap .logo {
	text-align: center;
	margin:0 auto;
	padding:0;
	width:620px;
	height:187px;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#main ul {
    width:860px;
    margin:0 auto;
	list-style: none;
    padding: 30px 0;
}

#main li {
	width:200px;
	margin:0;
	display: inline-block;
}

#main table {
	width:900px;
	text-align:center;
	margin: 0 auto;
	padding: 0;
    border-collapse:separate;
    border-spacing:1px;

}

#main table th {
	color: rgba(255,255,255,1.00);
	padding: 10px;
	background-color: rgba(233,70,9,0.90);
	text-align: center;
}

#main table td {
	color: #000;
	padding: 10px;
	border: 1px solid rgba(233,70,9,0.90);
	background-color: rgba(255,255,255,0.70);
}


#main .close {
	width:200px;
	margin:0 auto;
	padding:0 0 50px;
}

#main .fontnew {	/* NEW表示 */
	color:#fff;
	font-size:85%;
	font-weight:700;
	background-color:#e94609;
	margin: 0 3px 0 3px;
	padding: 1px 2px 1px 2px;
	border-radius: 5px;
	}

.special_title {
	width: 700px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: rgba(255,255,255,0.85);
	border: 1px solid rgba(233,70,9,0.90);
}


.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: #e94609;
  }
	
	


#wrapper{
	position:relative;
	margin: 0;
	padding: 0 10px;
	color:#000;
}

#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:separate;
    border-spacing:1px;

}

#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.png) left/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  }

.special_title {
	width:100%;
	padding: 30px 0;
}
}

/*	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: 5px;  
    right: 5px;
	z-index: 100;
}


@media(max-width:620px){

#main #wrap .logo {
	width: 100%;
	/*height: 257px;*/
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}
.sp { display: none !important; }
	
}