@charset "UTF-8";

/*----------------------------------------
 基本設定
----------------------------------------*/
html{
overflow: auto;
}
body{margin:0;overflow:hidden;}
#wrapper {
	min-width: 100%;
}
/*背景色・画像を使いたい場合に利用*/
#bg_contents {
	background:rgba(236, 196, 0, 0.12);
	padding-bottom:3em;
}
#contents {
	/*background: #fff;*/
	color: #333;
	font: 14px/1.6 Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: left;
	position: relative;
	margin: 0 auto 5em;
	width: 960px;
	overflow:hidden;
	z-index: 1;
}

#contents * {
	font: 14px/1.6 Verdana, Roboto, 'Droid Sans', sans-serif,  Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック';
}

#contents * img {
  max-width: 100%;
}
#contents * a {
  max-width: 100%;
}
/* リンク設定 */
#contents a:link {
	color: #1E51C6;
	text-decoration: none;
}
#contents a:visited {
	color: #1E51C6;
	text-decoration: none;
}
#contents a:hover {
	color: #00A8EC;
	text-decoration: underline;
}
#contents a:active {
	color: #00A8EC;
	text-decoration: none;
}


#contents nav{
	clear: both;
}
/* パンくず */
#contents #pan {
	margin: 5px 10px;
	text-align: lwrappereft;
}
#contents #pan li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	white-space: nowrap;
}
#pan li + li:before {
	content: '>';
	margin-right: .5em;
}


#ptop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
#ptop a{
	background: #000;
	border-radius: 10px;
	behavior: url(./../js/PIE.htc);
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	padding: 25px;
	text-align: center;
	text-decoration: none;
	filter:alpha(opacity=80);
	opacity: 0.8;
}
#ptop a:hover {
	background: #999;
	text-decoration: none;
}

#contents h1,#contents h2,#contents h3 {
	font-weight: bold;
}
div {
	position: static;
}
#contents section {
	clear: both;
	text-align: left;
}
#contents a:hover img {
	filter:alpha(opacity=80);
	opacity: 0.8;
}
#contents small {
	font-size: .85em;
}
#contents .clear {
	clear: both;
}
#contents .txtC {
	text-align: center;
}
#contents .txtR {
	text-align: right;
}
#contents .txtL {
	text-align: left;
}
/* clearfix */
#contents .cf:before,
#contents .cf:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
#contents .cf {
	*zoom: 1;
}

/* ボタン 標準 */
#contents a.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
  vertical-align: middle;
  *vertical-align: auto;
	border-radius: 4px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	margin: 5px 0;
	padding: 10px;
}

#contents a.btn:link,
#contents a.btn:visited {
	background: #fff\9;
	background : -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background : -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background : linear-gradient(to bottom, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
	border: 1px solid #bbb;
	color: #555;
}
#contents a.btn:hover,
#contents a.btn:active {
	border:1px solid #bbb;
	background: #e9e9e9;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
	color: #aaa;
}
/* ボタン 赤 */
#contents a.btn-red:link,
#contents a.btn-red:visited {
	background: #E94E37\9;
	background : -moz-linear-gradient(top, #E94E37, #D6371F);
	background : -webkit-linear-gradient(top, #E94E37, #D6371F);
	background : linear-gradient(to bottom, #E94E37, #D6371F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E94E37', endColorstr='#D6371F', GradientType=0);
	border: 1px solid #FF6B55;
	color: #fff;
	padding: 10px 0;
}
#contents a.btn-red:hover,
#contents a.btn-red:active {
	border:1px solid #FF6B55;
	background: #D6371F;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
	color: #eee;
	padding: 10px 0;
}
/* ボタン 幅いっぱい */
#contents a.btn-block {
	display: block;
}
/* ボタン 大 */
#contents a.btn-large {
	font-size: 1.7em;
}
/* ボタン 中 */
#contents a.btn-middle {
	font-size: 1.3em;
}

/* ドロップダウンメニュー */
#contents .menu {
	margin-bottom: 2em;
	z-index: 1000;
}
#contents .menu > li {
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
	background: #ccc;
	width: 33.3%;
}
#contents .menu li ul {
	display: none;
	position: absolute;
	top: 1.6em;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#contents .menu li li {
	border-top: 1px solid #fff;
}
#contents .menu a {
	display: block;
	text-decoration: none;
}
#contents .menu a:link,
#contents .menu a:visited {
	background: #ddd;
}
#contents .menu a:hover {
	background: #eee;
}

/* タブ */
.tabs li {
	display: block;
	float: left;
	border: 1px solid #ccc;
	width: 20%;
}
#contents .tab a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
#contents .panels > .panel {
  display: none;
}
#contents .panels > .panel.active {
  display: block;
}
.panel {
	border: 1px solid #ccc;
}

/* フィルタ */
#filter {
	text-align: center;
}
#filter li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}
#filter li.f-active,
#filter li:hover {
	font-weight: bold;
}


/*----------------------------------------
contents内
----------------------------------------*/
#head h1{
	margin-bottom:-12px;
	padding:0;
	float:left;
}

#head .kaiin{
    float: left;
    position: absolute;
    top: 0;
    right: 20px;
}

#head .logo a img{
	
}
#head {
	margin:0;
	overflow:hidden;
	border-bottom: 3px solid #E83862;
}
#head .menu ul{
 position: relative;
 top: 104px;
 left: 0;
 list-style-type:none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#head .kaiin ul li{
	float:left;
	margin-right:10px;
	margin-bottom:0;
	margin-top:15%;
	list-style-type:none;
}

#head .menu ul li{
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}

#head .menu ul li a{
    background: #E83862;
    color: #fff;
    text-align: center;
    width: 180px;
    height:47px;
    display: block;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    border-radius:10px;
}
#head .menu ul li.test a{
 width: 97%;
    font-size: 19px;
    /* vertical-align: bottom; */
    padding: 5px;
}

#head .menu ul li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
#menu{
 display: none;
}

/*--SNS--*/
.sns{
	position: absolute;
	top: 10px;
	right: 220px;
}
.sns ul{
	overflow:hidden;
	list-style-type:none;
	margin-top:10%;
}
.sns ul li{
 float:left;
 margin-left:1em;
}
.sns ul li img{
	width:;
}

/* ぶち抜き画像用 */
#top_contents{
 /*
 margin-left: -500%;
 margin-right: -500%;
 padding-left: 500%;
 padding-right: 500%;
 background:url(../images/top_image.png);
 height:400px;*/
}
#top_contents img{
	width:100%;
}
.slick-dots li button:before{
	font-size:50px;
}


#menu{
  display: none;
}
#menu li{
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }
  
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #444;
}
#toggle{
  display: block;
  position: relative;
  width: 100%;
  background: #222;
}
#toggle a{
  display: block;
  position: relative;
  padding: 12px 0 10px;
  border-bottom: 1px solid #444;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  
/*news内*/
section.news{
    float:left;
    border: 3px solid #CC0A06;
    margin-top: 2em;
    width: 55%;
    overflow: hidden;
    padding: 5px;
    background:#FFF;
}
#contents .news_midashi{
	background:#cc0a06;
	padding:5px;
	color:#fff;
}

#contents dl.news  dt,
#contents dl.news  dd{
	float:left;
}
#contents dl.news dt{
    padding: 2px;
    background: #FFE2E9;
    width: 20%;
    margin-right: 3%;
    text-align: center;
}
#contents dl.news dd{
	padding:2px;
	width:75%;
}

/*--SNS--*/
.sns{
	position: absolute;
	top: 10px;
	right: 220px;
}
.sns ul{
	overflow:hidden;
	list-style-type:none;
	margin-top:10%;
}
.sns ul li{
 float:left;
 margin-left:1em;
}
.sns ul li img{
	width:;
}
#contents .about_ken span,
#contents .about_siri span{font-size:1.4em;}
hr{clear:both;}
.gaiyo{
	float:left;
	width:30%;
	margin:25px;
	text-align:center;
}
.gaiyo img{}
/*----------------------------------------
タブレット・スマホ対応
----------------------------------------*/
@media screen and (min-width: 769px) {
	#wrapper {
		min-width:964px;
	}
	.smart { /*PCでは非表示*/
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#contents {
		line-height: 1.7;
		width: 98%;
		padding: 0 1%;
	}
	#contents input, #contents select {
		/*width: 100%;*/
		height: 40px;
		font-size: 1.2em;
	}

	#contents #pan {
		margin: 5px 0;
	}
	.sns{
		display:none;
	}
	#ptop a {
		padding: 10px;
	}
	#contents a {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
	}
	.dsktop { /*スマホでは非表示*/
		display: none;
	}
	
	#contents img:not([width]), #contents input[type="image"]:not([width]) {
		zoom: 1;
	}
	#head {
		display:none;
	}
	#head .menu{
    		width: 100%;
	    	float: left;
		margin:20% 0 5px;
		
	}
	#menu{
	  width: 100%;
  	  max-width: 960px;
    	  margin: 0 auto;
    	  padding: 0;
	}
	#menu li{
  		width: 50%;
    		border-bottom: 1px solid #444;
  	}
	#menu li a{
  		display: block;
  	padding: 12px 0 10px;
  	background: #333;
  	color: #fff;
  	text-align: center;
  	text-decoration: none;
	}
	#menu li a:hover{
  		background: #444;
	}
	
}
@media screen and (max-width: 480px) {
.pc_area { /*スマホでは非表示*/
		display: none;
	}
body{
	overflow:hidden;
}
#head {
	margin:0;
	overflow:hidden;
}
#head .menu ul{
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#head .menu ul li{
    font-size:12px;
    background:#E83862;
    color:#FFF;
    width:46%;
    padding:20px 5px;
    text-align:center;
    margin:0px;
}
#head .menu ul li.test,#head .menu ul li.contest{
 	width:46%;
}
/*news内*/
section.news{
    float:left;
    border: 3px solid #CC0A06;
    margin-top: 1.2em;
    width: 97%;
    overflow: hidden;
    padding: 1%;
}
.gaiyo{
	float:left;
	width:100%;
	margin:25px 0;
	text-align:center;
}
.gaiyo img{}

}