@charset "utf-8";
/*///////////////////////////////////////////
				CSS READING
///////////////////////////////////////////*/

/* RESET */
a,img,ul,li,table,tr,td,p,h1,h2,h3,h4,h5,h6,ol,div,body,html,dl,dt,dd,h1,h2,h3,h4,h5,h6,hr,iframe {
	padding:0px;
	margin:0px;
	border:none;
	list-style:none;
	font-weight:inherit;
	font-size:1em;
}
img { vertical-align:middle; max-width:100%; height:auto; -webkit-backface-visibility: hidden; }
a img { border:none; }

/*font-style
---------------------------------------*/

body {
	overflow-x:hidden;
	position: relative;
	font-size:14px; 
	line-height:1.8; 
	color: #333;
/*	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-family:"游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
}

body *{box-sizing: border-box;}

body *.bs_cb{box-sizing: content-box;}

.bold { font-weight:bold; }
.nobold { font-weight:normal; }

/*fontfamily-style
---------------------------------------*/

.mincho{
	font-family:"游明朝", "Yu Mincho", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
}

/*fontsize-style
---------------------------------------*/
.text24 { font-size:24px; }
.text22 { font-size:22px; }
.text20 { font-size:20px; }
.text18 { font-size:18px; }
.text16 { font-size:16px; }
.text14 { font-size:14px; }
.text12 { font-size:12px; }
.text10 { font-size:10px; }


/*color-style
---------------------------------------*/
.color_red { color:#990000; }
.color_blue { color:#000099; }
.color_green { color:#009900; }
.color_yellow { color:#FFFF00; }

/*link-style
---------------------------------------*/
a { text-decoration:none;  color:inherit; } /* NEW! */



body>img,body>iframe{
	display:none;
}

/*** CLEAR-FIX ***/
.clearfix:after { content: ""; display: block; clear: both; height:0; }
.clearfix { zoom:1; }

 /* ふんわりアルファオーバー */

.alpha a img{
	transition:all 0.5s ease-in-out;
}

.alpha a:hover img{
	opacity:0.7;
}

/* fade utility  ふんわりマウスオーバー画像置換 */
.fadeimg_wrap{
	display:inline-block;
	position:relative;
}
.fadeimg_wrap img{
	transition:all 0.5s linear;
}

.fadeimg_wrap img.off{
	position:relative;
	z-index:1;
}

.fadeimg_wrap:hover img.off{
	opacity:0;
}

.fadeimg_wrap:hover img.on{
	opacity:1;
}

.fadeimg_wrap img.on{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}

/*** FLOAT ***/
.fl_r { float:right; }	
.fl_l { float:left; }
.fl_n { float:none; }

.fl_ul { zoom:1; } /* NEW! */
.fl_ul:after { content: ""; display: block; clear: both; height:0; }
.fl_ul li { float:left; }

.cl_b{clear:both;} /* NEW! */


/*caption*/

.cap_l{
	text-align:left;
	font-size:10px;
}
.cap_r{
	text-align:right;
	font-size:10px;
}

.center{
	margin-left:auto !important;
	margin-right:auto !important;
}

/*** ALIGN ***/
.ta_c { text-align:center; }
.ta_r { text-align:right; }
.ta_l { text-align:left; }



body:not(.mobile) a.sp_link{
	pointer-events: none;
}


@media screen and (max-width: 1600px){.vpc1600{display:none;}}
@media not screen, screen and (min-width: 1601px){.vsp1600{display:none;}}

@media screen and (max-width: 960px){.vpc960{display:none;}}
@media not screen, screen and (min-width: 961px){.vsp960{display:none;}}

@media screen and (max-width: 860px){.vpc860{display:none;}}
@media not screen, screen and (min-width: 861px){.vsp860{display:none;}}

@media screen and (max-width: 767px){.vpc{display:none;}}
@media not screen, screen and (min-width: 768px){.vsp{display:none;}}

@media screen and (max-width: 600px){.vpc600{display:none;}}
@media not screen,screen and (min-width: 601px){.vsp600{display:none;}}

@media screen and (max-width: 480px){.vpc480{display:none;}}
@media not screen,screen and (min-width: 481px){.vsp480{display:none;}}

@media screen and (max-width: 375px){.vpc375{display:none;}}
@media not screen,screen and (min-width: 376px){.vsp375{display:none;}}

/*///////////////////////////////////////////
				Shiny CSS
				MUTO 2016
///////////////////////////////////////////*/


.shiny a {
	display: inline-block;
	max-width:100%;
	position: relative;
	overflow: hidden;
}
.shiny a:before {
	display: block;
	position: absolute;
	z-index: 10;
	left: -100%;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	animation: shiny 4s infinite linear;
}

/*光の起点と終点の指定*/
@keyframes shiny {
	0% {
		left: -100%;
	}
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}





.shiny_a a {
	display: inline-block;
	max-width:100%;
	position: relative;
	overflow: hidden;
}
.shiny_a a:before {
	display: block;
	position: absolute;
	z-index: 10;
	left: -100%;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
	background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
}
.shiny_a a:hover:before {
	animation: shiny 2s infinite linear;
}

/*光の起点と終点の指定*/
@keyframes shiny {
	0% {
		left: -100%;
	}
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}






/*年末年始追記*/
.closingbox{
    width: 90%;
    text-align: center;
    color: #fff;
    margin: 50px auto;
}
.closingtit{
    font-size: 1.8em;
    border: 1px solid #fff;
    padding: 10px 0;
    margin-bottom: 20px;
}
.closingtext{
        font-size: 1.4em;
}
@media (max-width: 767px){
	.closingbox{
		width: 86%;
		text-align: center;
		margin: 30px auto;
	}
	.closingtit{
		font-size: 1.2em;
		padding: 5px 0;
		margin-bottom: 10px;
	}
	.closingtext{
			font-size: 1em;
	}
}