@charset "utf-8";

/**
 * colorsshare.css (www.colorsshare.com)
 * Copyright 2016 COLORS SHARE Co., Ltd. All rights reserved.
 * Written by suzuki shunsuke
 */


/* -------------------------------------------------font */
@font-face {
    font-family: 'mplus-2p-light';
    src: url('../fonts/mplus-2p-medium.eot');
    src: url('../fonts/mplus-2p-medium.eot?iefix') format('eot'),
         url('../fonts/mplus-2p-medium.woff') format('woff'),
         url('../fonts/mplus-2p-medium.ttf') format('truetype');
}
body {
	font-family: 'mplus-2p-light',"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;
}
/* -------------------------------------------------basic */


.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}

.b-display{
	display: block;
	width: 100%;
}
.h-display{
	display: block;
}
.h-clear{
	clear: none;
}

.n-right{
	float: right;
	clear: left;
	margin: 0 21px 3px 0;
	font-size: 10px;
}
.c-right{
	float: right;
	clear: left;
	margin-left: auto;
}

a,
p{
	color: #555;
	text-decoration: none;
	transition: 0.6s ;
}
a:hover{
	color: #111;
	text-decoration: none;
	opacity: 0.5 ;
}
.doui{
	height: 400px;
	overflow: auto;
}
p.doui strong{
	text-decoration: underline;
}

a,
p,
dl{
	font-size: 13px;
	line-height: 1.6;
	z-index: 2;
}
.t-small{
	font-size: 12px;
}
.t-xsmall{
	font-size: 11px;
}
.t-xxsmall{
	font-size: 10px;
}
.t-xxxsmall{
	font-size: 9px;
}
.m-bottom{
	margin-bottom: 13px;
}
.m-xbottom{
	margin-bottom: 21px;
}
.m-xxbottom{
	margin-bottom: 34px;
}
.m-xxxbottom{
	margin-bottom: 55px;
}
.m-xxxxbottom{
	margin-bottom: 89px;
}
.m-top{
	margin-top: 13px;
}
.m-xtop{
	margin-top: 21px;
}
.m-xxtop{
	margin-top: 34px;
}
.m-xxxtop{
	margin-top: 55px;
}
.m-xxxxtop{
	margin-top: 89px;
}
.m-left{
	margin-left: 13px;
}
.m-xleft{
	margin-left: 21px;
}
.m-xxleft{
	margin-left: 34px;
}
.m-xxxleft{
	margin-left: 55px;
}
.m-xxxxleft{
	margin-left: 89px;
}



n-border{
border: 0 none;
}

table{
	width: 100%;
	font-size: 13px;
	line-height: 1.8;
}
th{
	width: 20%;
	color: #555;
}
td{
	width: 80%;
	color: #555;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
th{
	width: 28%;
}
td{
	width: 72%;
}
}
.f-left2 table{
	width: 100%;
	font-size: 13px;
	line-height: 1.8;
}
.f-left2 th{
	width: 30%;
}
.f-left2 td{
	width: 70%;
}
@media screen and (max-width: 680px){
.f-left2 th{
	width: 40%;
}
.f-left2 td{
	width: 60%;
}
}

dl.topdl{
	padding: 10px;
}


dt{
	width: 23%;
	float: left;
	clear: left;
	padding-left: 10px;
}
@media only screen and (min-width: 376px) and (max-width: 768px) {

dt{
	width: 100%;
	float: left;
}

} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

dt{
	width: 100%;
	float: left;
	padding-left: 10px;
}

} /* デバイスの横幅が375px以下の場合(スマホ縦) */

dd{
	width: 75%;
	float: left;
}

@media only screen and (min-width: 376px) and (max-width: 768px) {

dd{
	width: 100%;
	float: left;
	padding-left: 10px;
}

} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

dd{
	width: 100%;
	float: left;
	padding-left: 10px;
}

} /* デバイスの横幅が375px以下の場合(スマホ縦) */

dl.recdl{
	width: 99%;
	display: block;
	float: none;
	height: auto;
	margin-bottom: 34px;
}

dl.recdl dt{
	border-bottom:thin #888 dotted;
	width: 20%;
	height: 21px;
	float: left;
	clear: left;
	background: #fff;
	margin-right: 2%;
}
dl.recdl dt.n-border{
	border: 0 none;
}
dl.recdl dd{
width: 78%;
float: left;
clear: right;
border: 0 none;
background: #fff;
}
dl.evedl dt{
width: 30%;
height: 21px;
float: left;
clear: left;
border: 0 none;
background: #fff;
}

dl.evedl dd{
width: 70%;
float: left;
clear: right;
border: 0 none;
background: #fff;
}
dl.recdl dt:nth-child(4n+1){
background: #fff;

}
dl.recdl dd:nth-child(4n+2){
background: #fff;
padding-bottom: 2px;
}
dl.evedl dt:nth-child(4n+1){
background: #eee;

}
dl.evedl dd:nth-child(4n+2){
background: #eee;
padding-bottom: 2px;
}

.column-3 dt{
width: 100%;
float: none;
}
.column-3 dd a{
width: 100%;
clear: none;
color: #000;
font-size: 12px;
}
.column-3 dd{
width: 100%;
clear: none;
color: #000;
background: #eee;
font-size: 12px;
}
dl.info dt{
width: 30%;
}
dl.info dd{
width: 70%;
margin-bottom: 13px;
}
.hh1 {
	text-align:left;
	margin-bottom: 34px;
	display: block;
	float: left;
	width: 100%;
}
.hh1 h1{
	width: 100%;
	padding-bottom: 8px;
	margin: 0 auto;
	text-align: left;
	font-size: 34px;
	line-height: 1.3;
	color: #555;
	border-bottom:thin solid;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
.hh1 h1{
	width: 100%;
	padding-bottom: 8px;
	margin: 0 auto;
	text-align: left;
	font-size: 26px;
	color: #555;
	line-height: 1.3;
	border-bottom:thin solid;
}
}
.sh1 {
	text-align:left;
	margin-top: -55px;
	margin-bottom: 34px;
	display: block;
	float: left;
	width: 100%;
}
.sh1 h1{
	width: 100%;
	padding-bottom: 8px;
	margin: 0 auto;
	text-align: left;
	font-size: 34px;
	line-height: 1.3;
	color: #555;
	border-bottom:thin solid;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
.sh1 h1{
	width: 100%;
	padding-bottom: 8px;
	margin: 0 auto;
	text-align: left;
	font-size: 26px;
	color: #555;
	line-height: 1.3;
	border-bottom:thin solid;
}
}
.hh1 h2{
	width: 100%;
	padding-bottom: 8px;
	margin: 0 auto;
	text-align: left;
	font-size: 21px;
	line-height: 1.3;
	color: #555;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
.hh1 h2{
	width: 100%;
	padding-bottom: 8px;
	margin: 0 auto;
	text-align: left;
	font-size: 15px;
	line-height: 1.3;
	color: #555;
}
}
.hh1 p{
	color: #555;
	margin-top: 8px;
}
.hh20{
	width: 100%;
	background-color: #000;
	display: block;
	float: left;
}
.hh20 h1{
	font-weight: 900 ;
	display: block;
	float: left;
	font-size: 21px;
	color: #fff;
	padding: 10px;
}
.hh20 p{
	display: block;
	padding: 19px 0 0 13px;
	float: left;
	clear: right;
	font-size: 13px;
	color: #fff;
}

@media only screen and (min-width: 376px) and (max-width: 768px) {



} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

.hh20 h1{
	font-weight: 900 ;
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	padding: 10px;
}
.hh20 p{
	display: block;
	padding: 15px 0 0 10px;
	float: left;
	clear: right;
	font-size: 13px;
	color: #fff;
}



} /* デバイスの横幅が375px以下の場合(スマホ縦) */

.hh2{
	width: 100%;
	display: block;
	float: left;
	clear: both;
}
.hh2 h1{
	display: block;
	float: left;
	font-size: 21px;
	font-weight: 900 ;
	color: #c9caca;
}
.hh2 p{
	display: block;
	padding: 9px 0 0 13px;
	float: left;
	clear: right;
	font-size: 13px;
}


.hh3{
	width: 100%;
	display: block;
	float: left;
	clear: left;
}
.hh3 h1{
	display: block;
	margin: 0 0 13px 0;
	float: left;
	font-size: 13px;
}
.hh3 p{
	display: block;
	margin: 5px 0 13px 5px;
	float: left;
	clear: right;
	font-size: 8px;
}
.hh4{
	width: 100%;
	display: block;
	float: left;
}
.hh4 h1{
	width: 100%;
	display: block;
	margin: 0;
	float: left;
	font-size: 26px;
}
.hh4 p{
	display: block;
	margin: 11px 0 13px 9px;
	float: left;
	clear: right;
	font-size: 15px;
}

@media only screen and (min-width: 376px) and (max-width: 768px) {



} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

.hh4{
	width: 100%;
	display: block;
	float: left;
}
.hh4 h1{
	width: 100%;
	display: block;
	margin: 0;
	float: left;
	font-size: 24px;
}


} /* デバイスの横幅が375px以下の場合(スマホ縦) */



h1,h2,h3,h4,h5,h6{
	color: #555;
	line-height:1.5;	
}
h1{
	font-size: 34px;	
}
h2{
	font-size: 26px;	
}
h3{
	font-size: 21px;	
}
h4{
	font-size: 16px;	
}
h5{
	font-size: 13px;	
}
h6{
	font-size: 8px;	
}
.column h1,
.column h2,
.column h3,
.column h4,
.column h5,
.column h6{
	margin-top: 0;
}
/* -------------------------------------------------icon */
.h-tw{
	display: block;
	padding: 3px 0 3px 30px;
	background: url(css_image/lg_tw.png) no-repeat left top ;
	background-size:25px 25px;
}
.h-am{
	display: block;
	padding: 3px 0 3px 30px;
	background: url(css_image/lg_am.png) no-repeat left top ;
	background-size:25px 25px;
}
.h-fb{
	display: block;
	width: 100%;
	background: url(css_image/lg_fb.png) no-repeat left top ;
	background-size:25px 25px;
}
.h-mi{
	display: block;
	width: 100%;
	padding: 3px 0 3px 30px;
	background: url(css_image/lg_mi.png) no-repeat left top ;
	background-size:25px 25px;
}
.h-hp{
	display: block;
	padding: 3px 0 3px 30px;
	background: url(css_image/lg_hp.png) no-repeat left top ;
	background-size:25px 25px;
}
.h-ma{
	display: block;
	padding: 3px 0 3px 30px;
	background: url(css_image/lg_ma.png) no-repeat left top ;
	background-size:25px 25px;
}
.h-ni{
	display: block;
	padding: 3px 0 3px 30px;
	background: url(css_image/lg_ni.png) no-repeat left top ;
	background-size:25px 25px;
}
.h-sm{
	display: block;
	padding: 3px 0 3px 30px;
	background: url(css_image/lg_sm.png) no-repeat left top ;
	background-size:25px 25px;
}
.h-it{
	display: block;
	padding: 3px 0 3px 30px;
	background: url(css_image/lg_it.png) no-repeat left top ;
	background-size:25px 25px;
}
.h-li{
	display: block;
	padding: 3px 0 3px 30px;
	background: url(css_image/lg_li.png) no-repeat left top ;
	background-size:25px 25px;
}
.h-it2{
	display: block;
	padding: 10px 0 10px 120px;
	background: url(css_image/itunes11040.png) no-repeat left top ;

}
/* -------------------------------------------------img */
img{
	width: 100%;
	max-width: 1021px;
}
.column-2 img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.column-3 img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.column-4 img{
	max-width: 233px;
}

/* -------------------------------------------------Form */
#formwrap {
	width: 100%;
	color:#555;
	margin: 0 auto 89px auto;
	margin-bottom: 89px;
	line-height:120%;
	font-size:90%;
	display: block;
	clear: both;

}
table.formtable{
	margin: 0 auto 21px auto;
	width:98%;
	border-collapse:collapse;
}
table.formtable td,table.formtable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formtable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
table.formtable td{
	font-weight:normal;
	text-align:left;
	font-size: 8px;
}
#formwrap table input{
	width:75%;
}
#formwrap table textarea{
	width:95%;
}
/* -------------------------------------------------button */
.f-bottom{
	margin-bottom: 30px;
	display:  block;
}

.f-left{
	margin: 0;
	width: 50%;
	float: left;
	display: block;
}
@media screen and (max-width: 800px){
.f-left{
	width: 100%;
	float: left;
	display: block;
}
}


.button11{;
	height: 23px;
	padding:19px 4px;
	background: url(css_image/button11.png) no-repeat left top ;
}
.button12{
	padding: 20px 0px 23px 0;
	background: url(css_image/button12.png) repeat-x left top ;
}
.button13{
	padding: 20px 30px 23px 30px;
	margin-right: -4px;
	background: url(css_image/button13.png) no-repeat right top ;
}
.button11:hover{
	height: 23px;
	padding:19px 4px;
	background: url(css_image/button11h.png) no-repeat left top ;
}
.button12:hover{
	padding: 20px 0px 23px 0;
	background: url(css_image/button12h.png) repeat-x left top ;
}
.button13:hover{
	padding: 20px 30px 23px 30px;
	margin-right: -4px;
	background: url(css_image/button13h.png) no-repeat right top ;
}


/* -------------------------------------------------column */


.single {
	width: 75%;
	height: 400px;
	margin-bottom: 34px;
	padding-bottom: 34px;
	margin:  0 auto;
	clear: both;
	display: block;
}

.f-left2{
	margin: 0;
	width: 50%;
	float: left;
	display: block;
}
@media screen and (max-width: 200px){
.f-left2{
	width: 100%;
	float: left;
	display: block;
}
}



.column-2,
.column-3,
.column-4{
	width: 100%;
	display:block;
	clear: both; 
	overflow: hidden;
	float: left;
	margin-bottom: 55px;
}

.column-10{
	width: 100%;
	display:block;
	clear: both; 
	overflow: hidden;
	float: left;
}
@media only screen and (min-width: 376px) and (max-width: 768px) {


} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

.column-10{
	width: 100%;
	display:block;
	clear: both; 
	overflow: hidden;
	margin: 20px auto;
}


} /* デバイスの横幅が375px以下の場合(スマホ縦) */

.column,
.column1,
.column2{
	display:block;
	float: left;
	padding-right: 8px;
}
@media only screen and (min-width: 376px) and (max-width: 768px) {

.column,
.column2{
	width: 100%;
	display:block;
	margin: 0 auto;
	padding: 0;
}

} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

.column,
.column2{
	display:block;
	margin: 0 auto;
}
} /* デバイスの横幅が375px以下の場合(スマホ縦) */

.column-l{
	width: 49%;
	display:block;
	float: left;
}

.column-r{
	width: 49%;
	display:block;
	float: right;
}



.column-2 .column{
	width: 49%;
}

.column-20 .column0{
	width: 67%;
	float: left;
}
@media only screen and (min-width: 376px) and (max-width: 768px) {

.column-20 .column0{
	width: 100%;
	margin: 0 auto;
}

} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

.column-20 .column0{
	width: 100%;
	margin: 0 auto;
}

} /* デバイスの横幅が375px以下の場合(スマホ縦) */

.column-20 .column10{
	width: 27%;
	float: right;
}

@media only screen and (min-width: 376px) and (max-width: 768px) {

.column-20 .column10{
	width: 100%;
	margin: 0 auto;
}

} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

.column-20 .column10{
	width: 100%;
	margin: 0 auto;
}

} /* デバイスの横幅が375px以下の場合(スマホ縦) */

.column-3 .column{
	width: 32%;
}
.column-3 .column video{
	margin-top: 0;
}

.column-3 .column2{
	width: 65%;
}
.column-4 .column{
	width: 24%;
}
.column-10 .column{
	width: 32%;
}
.column-10 .column2{
	width: 65%;
}
@media only screen and (min-width: 376px) and (max-width: 768px) {


} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

.column-10 .column{
	width: 100%;
}
.column-10 .column2{
	width: 100%;
}

} /* デバイスの横幅が375px以下の場合(スマホ縦) */

.column-21 .column1{
	width: 40%;
}
.column-21 .column2 img{
	width: 90%;
}
.column-21 .column2{
	width: 60%;
}
.column-4 .column h5{
	font-size: 12px;
	margin: 0;
}
.column-4 .column p{
	font-size: 8px;
	margin: 0;
}
@media screen and (max-width: 680px){
	.column-2 .column,
	.column-3 .column,
	.column-4 .column,
	.column-2 .column2,
	.column-3 .column2,
	.column-4 .column2{
	width: 95%;
}
}

.h-3nico{
	width: 90%;
	max-width: 312px;
	min-height: 170px;
	display: block;
	padding:1px;
	margin: 0 auto;
}
.h-4you{
	width: 90%;
	max-width: 233px;
	display: block;
}
@media screen and (max-width: 920px){
	.h-4you{

		max-width: 320px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 680px){
	.h-4you{

		max-width: 320px;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 320px) {
	.h-4you{

		max-width: 320px;
		margin: 0 auto;
		display: block;
	}
}
.column-5{
	width: 100%;
	display:block;
	float: left;
	clear: left;
	margin-bottom: 21px;
}
.column-51{
	width: 19.2%;
	display:block;
	float: left;
	margin-left: 1%;
}
.column-51:first-child {
	margin-left: 0%;
}

.column-51 h4{
	text-align: center;
}


@media screen and (max-width: 680px){
	.column-51 h4{
	font-size: 10px;
}
}

/* -------------------------------------------------main-content */

#leftcontent{
	width: 100%;
	overflow: hidden;
	display: block;
	border: 1px solid #000;
	margin-bottom: 20px;
}

#leftcontent dl{
	width: 100%;
	height: 230px;
	overflow: scroll;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftcontent2{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}

/* -------------------------------------------------img_max */
.column-2 img.i-max1{
	max-width: 300px;
}
img.i-max2{
	max-width: 280px;
}



/* -------------------------------------------------bg color */

#bg-b{ 
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	display: block;
}

#bg-g{ 
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	display: block;
	clear: both;
	margin-top: 30px;
}



/* -------------------------------------------------script */
.banner { position: relative; overflow: auto; }
.banner li { list-style: none; }
.banner ul li { float: left; }
/* -------------------------------------------------main_box */
#content{ 
	width: 100%;
	max-width: 1021px;
	margin: 0 auto;
}

#f-header{
	width: 100%;
	min-height: 70px;
	max-width: 1021px;
	margin: 0 auto;
	display: block;
}
#kogepan{
	width: 100%;
	margin-top: 20px;
	display: block;
	float: left;
}
#kogepan a{
	color: #fff;
}
#main-content{
	padding: 0 13px;
}
#h-slider{
	width: 100%;
	display: block;
	float: left;
}
#h-imgt{
	position: absolute;
	overflow: visible;
	margin: 0 0 0 -25%;
	top: -40px;
	z-index: 0;
}
img#h-imgt{
	max-width: 1500px;
	width: 150%;
	height: 40px;
}
#h-img{
	position: absolute;
	overflow: visible;
	margin: 0 0 0 -25%;
	z-index: 0;
}
img#h-img{
	max-width: 1500px;
	width: 150%;
	height: 40px;
}
@media screen and (max-width: 920px){
#h-img,
#h-imgt{
	margin:0;
}
img#h-img,
img#h-imgt{
	width: 100%;
}
}


@media screen and (max-width: 680px){

}
@media screen and (max-width: 320px) {

}

#h-fb{
	padding-top: 15px;
	width: 95%;
	margin: 0 auto;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }



/* -------------------------------------------------h-header */
#h-logo{
	width: 100%;
	height: 50px;
	display: block;
	float: left;
	margin-top: 20px;
}
#h-logo a{
	width: 481px;
	height: 0;
	display: block;
	padding-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	background: url(css_image/csrogo3.png) no-repeat 0 0 ;
}


@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

#h-logo{
	width: 100%;
	height: 31px;
	display: block;
	float: left;
	margin-top: 20px;
}


#h-logo a{
	background: url(css_image/csrogo3.png) no-repeat 0 0 ;
	background-size: 300px 31px;
}
}


#c-logo{
	width: 233px;
	height: 50px;
	display: block;
	float: left;
	margin-top: 20px;
}
#c-logo a{
	width: 233px;
	height: 0;
	display: block;
	padding-top: 50px;
	overflow: hidden;
	background: url(css_image/csrogo.PNG) no-repeat 0 0 ;
}



@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
#c-logo a{
	background: url(css_image_x2/csrogo.PNG) no-repeat 0 0 ;
	background-size: 144px 50px;
}
}
#h-like{

	display: block;
	float: left;
	margin-top: 20px;
	padding-top: 13px;
	padding-left: 20px;
}
#h-like img#h-line{
	padding-top: 3px;
	width: 82px;
	height: 20px;
}
.h-likebox{
	width: 82px;
	height: 23px;
	display: block;
	float: left;
}
.h-link{
	height: 20px;
	display: block;
	float: right;
	padding-top: 3px;
}
.h-linkfb{
	width: 150px;
	height: 23px;
	display: block;
	clear: both;
	float: right;
}

#foot-link{
	width: 95%;
}


#menu{
	width: 100%;
	background: #fefefe;
	clear: both;
	display: block;
}
#menu ul{
	width: 100%;
	margin-left:1px;
	float: right;
	display: block;
}
#menu li{
	float: left;
	display: block;
	width: 20%;
	height: 70px;
	background: url(css_image/menu_p1.png) no-repeat right 80% ;
}
#menu li .coming{
	width: 10%;
	background-color: #ff0000;
	font-size:20px;
	color: #fff;
	position: absolute;
	top: 90px;
	left: 600px;
	z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
#menu li{
	background: url(css_image_x2/menu_p1.png) no-repeat right 80% ;
	background-size: 2px 42px;
}
}
#menu a{
	display: block;
	float: left;
	clear: right;
	width: 100%;
	height: 50px;
	margin: 0;
	color: #fff;
	padding-top: 20px;
	font-size: 6pt;
	text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
#menu a{
	color: #fff;
	background-size: 21px 6px;
}
}
#menu a:hover{
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
#menu a:hover{
	background-size: 21px 6px;
}
}
#menu a strong{
	padding-top: 2px;
	height: 42px;
	margin-bottom: -20px;
	display: block;
	font-size: 11pt;
	text-align: center;
	margin-left: -2px;
	background: url(css_image/menu_p1.png) no-repeat left 80% ;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
#menu a strong{
	background: url(css_image_x2/menu_p1.png) no-repeat left 80% ;
	background-size: 2px 42px;
}
}


/*----------------------------------------------------------------------*/


#menu2{
	width: 100%;
	background: #fefefe;
	clear: both;
	display: block;
}
#menu2 ul{
	width: 100%;
	margin-left:1px;
	float: right;
	display: block;
	margin-left: 1px;
}
#menu2 li{
	float: left;
	display: block;
	width: 20%;
	height: 70px;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
#menu2 li{
	background-size: 2px 42px;
}
}
#menu2 a{
	display: block;
	float: left;
	clear: right;
	width: 100%;
	height: 50px;
	margin: 0;
	color: #fff;
	padding-top: 20px;
	font-size: 6pt;
	text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
#menu2 a{
	background-size: 21px 6px;
}
}
#menu2 a:hover{
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
#menu2 a:hover{
	background-size: 21px 6px;
}
}
#menu2 a strong{
	padding-top: 2px;
	height: 42px;
	margin-bottom: -20px;
	display: block;
	font-size: 11pt;
	text-align: center;
	color: #fff;
	margin-left: -2px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
#menu2 a strong{
	background-size: 2px 42px;
}
}

/* -------------------------------------------------kogepan */

#kogepan ul{
	margin-left: 13px;
	position: relative;
	z-index:2;
}
#kogepan li{
	float: left;
	font-size: 8pt;
	margin-right: 8px;
}



/* -------------------------------------------------c-footer */

#c-footer{
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
	height: 150px;
}
#c-header2{
	width: 100%;
	min-height: 70px;
	display: block;
}

#c-footer a,
#c-footer p{
	font-size: 9px;
}
#c-footer p{
	width: 100%;
	clear: both;
	margin-top: 50px;
	padding: 0;
	text-align: center;
	color: #fff;
}

#footer2{
	margin: 0 auto;
	width: 100%;
	display: block;
	padding-left: 13px;
	padding-right: 0;
}
#footer2 dl{
	margin: 50px auto;
	width: 20%;
	height: 160px;
	display: block;
	float: left;
	background-color: #c9caca;
	
}
#footer2 dd{
	width: 100%;
	height: 20px;
	display: block;
	margin-top: 30px;
	text-align: center;
}
#footer2 a{
	display: block;
	width: 100%;
	height: 20px;
	color: #fff;
}
@media screen and (max-width: 500px) {
	#footer2 dl{
		width: 98px;
	}
	#footer2 dt{
		width: 97px;
	}
	#footer2 a{
		width: 98px;
	}
}


/* -------------------------------------------------color */
img.mnita{
		margin-top: 34px;
}
@media screen and (max-width: 800px){
	img.mnita{
		margin-top: 34px;
	}
}


/*-----------------------------------------------------------------*/


.youtube_s {
	display:block;
	float: left;
	padding-left: 8px;
}

@media only screen and (min-width: 376px) and (max-width: 768px) {

.youtube_s {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube_s iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

.youtube_s {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube_s iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

} /* デバイスの横幅が375px以下の場合(スマホ縦) */


.youtube_top {
	margin: 0 auto 30px auto;
}

@media only screen and (min-width: 376px) and (max-width: 768px) {

.youtube_s {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube_s iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

.youtube_s {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube_s iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

} /* デバイスの横幅が375px以下の場合(スマホ縦) */

.form_s iframe{
	width: 100% !important;
	height: auto !important;
}


/*-----------------------------------------------6/17-----------*/


	.container{
		margin: 0 auto;
		width: 100%;
	}
	.control{
		margin: 20px;
	}
	.control a{
		color: #E87272;
	}
	.control .next{
		float: right;
	}
	#jCarouselLite{
		width: 100%;
		margin: 0 auto;
	}
	#jCarouselLite li {
		width: 24%;
		height: 100%;
		margin: 0 auto 20px auto;
	}
	#jCarouselLite li img{
		width: auto;
		height: 150px;
		border: solid 1px #fff;
	}

@media only screen and (min-width: 376px) and (max-width: 768px) {

	#jCarouselLite li img{
		width: auto;
		height: 150px;
		border: solid 1px #fff;
	}
} /*デバイスの横幅が376以上768以下の場合(スマホ横)*/


@media only screen and (max-width: 375px) {

	#jCarouselLite li img{
		width: auto;
		height: 100px;
		border: solid 1px #fff;
}
} /* デバイスの横幅が375px以下の場合(スマホ縦) */


/*-----------------------------------------------6/17-----------*/


	#ranking{
		width: 100%;
		margin: 0 auto;
	}

	#ranking ul {
		width: 100%;
		margin: 0 auto;
		padding: 0 2%;		
	}

	#ranking li {
		width: 32%;
		height: 100%;
		float: left;
		margin: 20px auto;
	}

	#ranking li .juni{
		width: 100%;
		text-align: center;
		font-size: 100%;
	}

	#ranking li img{
		width: 100%;
		border: solid 1px #fff;
	}


.rightcontents{
	display: block;
	width: 100%;
	margin: 0 auto 20px auto;
}

.rbox{
	display: block;
	width: 100%;
	margin: 0 auto 20px auto;
}

.rbox img{
	width: 100%;
	margin: 0 auto;
}



/*-------------------------------------------------------------*/


