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


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	line-height: 150%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333;
	background-color:#efefef;
}
img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	overflow: hidden;
	outline: none;
	color: #333333;
	text-decoration: none;
}
a>img:hover {
}
a:hover {
	text-decoration: underline;
}
.sp_hide {
	display: none;
}
.pc_hide {
}

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

#loader {
    width: 25px;
    height: 25px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -12px; /* heightの半分のマイナス値 */
    margin-left: -12px; /* widthの半分のマイナス値 */
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	width:100%;
	overflow:hidden;
	background-color:#f3f3f3;
	z-index:1000;
	position:fixed;
	left:0px;
	top:0px;
	border-bottom:1px solid #cfcfcf;
}

#header{
	width:100%;
	height:60px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

#header h1{
	position:absolute;
	left:10px;
	top:15px;
	height:30px;
	overflow:hidden;
}

#header h1 img{
	width:auto;
	height:30px;
}

/**/

#sp_btn_menu{
	position:absolute;
	right:5px;
	top:5px;
	width:50px;
	height:50px;
}


/**/

#gnavi{
	display:none;
}

/**/

.head_logo{
	display:none;
}

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

#sp_gnavi{
	overflow:hidden;
	background-color:#000;
	width:100%;
	position:fixed;
	z-index:6000;
	display:none;
	left:0px;
	top:60px;
}

#sp_gnavi li{
	list-style-type:none;
	border-bottom:1px solid #333;
	overflow:hidden;
}

#sp_gnavi li a{
	display:block;
	padding:1em;
	text-decoration:none;
	color:#fff;
}
/*-----------------------------------------------------------*/

#float_btn{
	display:none;
}

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


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

#copy{
	clear:both;
	overflow:hidden;
	text-align:center;
	line-height:63px;
	width:100%;
	margin:0px auto;
	font-weight:bold;
	font-size:10px;
}

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

#totop{
	position:fixed;
	right:20px;
	bottom:0px;
	z-index:2000;
	width:40px;
}
/*-----------------------------------------------------------*/

#contents_container{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

.page_title_container{
	background-color:#333;
	overflow:hidden;
	margin-bottom:20px;
	border-bottom:1px solid #111;
	border-top:1px solid #999;
	margin-top:60px;
}

.page_title_container h1{
	color:#fff;
	text-align:left;
	padding:1em 1em;
	font-size:16px;
	overflow:hidden;
	display:block;
	text-shadow: 1px 1px 3px #000;
	letter-spacing:2px;
	font-weight:bold;
}

.page_title_container h1 img{
	display:none;
}

.page_title_container h1 span{
	display:inline-block;
}

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