/*	TBS reset
============================== */
html, body, div#con-body {
	background-color:#000;
}
body {
	color:#fcfcfc;
	text-align:left;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
/*	copyright
============================== */
p.copyright {
	color:#e0dabe;
	line-height:1.25;
	text-align:center;
}
p.copyright a {
	color:#ffcce0;
}
@media all and (min-width: 768px) {
	p.copyright {
		font-size:75%;
		padding:25px 0 30px;
	}
	p.copyright a:hover {
		text-decoration:none;
	}
}
@media all and (max-width: 767px) {
	p.copyright {
		font-size:62.5%;
		padding:15px 10px;
	}
}

div#wrap {
	overflow:hidden;
}


#wrapper {
	overflow:hidden;
}

/* ------------------------------------
 * PC版
 * ------------------------------------ */
#wrap_sp {
	display: none;
}

/* ------------------------------------
 * 479px以下用（スマートフォン用）の記述
 * ------------------------------------ */
#header_sp h1 img,
#main_sp section h2 img,
#main_sp section .image img {
	width: 100%;
}


#wrap_sp section img {
	width:100%;
}

#header_sp {
	padding: 0;
	margin: 0;
}

#header_sp h1 {
	margin: 0px;
	padding: 0px;
}

#header_sp h1 img {
	width: 100%;
}




/*==========================================================================================

	// clear ClearFix

==========================================================================================*/


.clearfix {
    display: inline-block;
    min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
section .contents .kise_contents.clearfix {
}

/* End hide from IE-Mac */

.clearfix:after,
#sns:after,
section ul li.box01:after,
section ul li.box02:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0.1em;
    content: ".";
    visibility: hidden;
}






/* =================================================================
		汎用
==================================================================*/

.bold {
	font-weight: 900;
}

.big {
	font-size: 130%;
	font-weight: bold;
}

.smallsize {
	font-size: 80%;
}

/* =================================================================
		ページトップへ
==================================================================*/

.btn_top {
	width:157px;
	margin:20px auto 10px;
}

.btn_top img {
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:3;
}

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #1a87d1;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	-webkit-border-top-left-radius: 50px;  
    -webkit-border-top-right-radius: 50px;  
    -webkit-border-bottom-right-radius: 50px;  
    -webkit-border-bottom-left-radius: 50px;  
    -moz-border-radius-topleft: 50px;  
    -moz-border-radius-topright: 50px;  
    -moz-border-radius-bottomright: 50px;  
    -moz-border-radius-bottomleft: 50px;  
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



/* =================================================================
		backtop
==================================================================*/

.backtop img {
	width:100%;
}

/* =================================================================
		footer
==================================================================*/

#footer {
	padding: 20px;
	text-align: center;
	
	background: #000000;
}
#footer small {
	color: #ffffff;
	vertical-align: middle;
}






@media (max-width:640px){
p.text {
	font-size:115%;
}
}

@media (max-width:480px){
p.text {
	font-size:100%;
}
}





/* =================================================================
		汎用
==================================================================*/

a:visited {
}

.yellow {
	color: #f9f239;
}




