/*Last Update 2014.01.29*/

@charset "UTF-8";

/*---------------------------------------
 *General Setting
---------------------------------------*/ 

body {
	color: #000000;
	font-size: 0.875em;
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif !important;
	line-height: 1.8;
	background: #000000;
}

a{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover{
	color: #cc0000;
}

p{
	text-align: justify;
	word-break: normal;
}

span .external a:hover{
	text-decoration: underline;
}

li{
	margin-left: 50px;
}

#scrolltop{
	cursor: pointer;
}

#white{
	
}

h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}

.l{
	margin-bottom: 1.5em;
}


.main-color{
	color: #cc0000;
}

.space{
	margin-bottom: 1em;
}




/*---------------------------------------
 * header ~ Groval Nav
---------------------------------------*/ 

header{
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 100;
	background: #000000;
}

header .gnav-inner{
	margin: 0 auto;
	height: 39px;
}

header .gnav-inner h1{
    width: 219px;
	float: left;
	margin: 8px 0 0 12px;
}

header .gnav-inner nav{
	float: right;
}

header .gnav-inner nav ul li{
	float: left;
	text-align: center;
	line-height: 39px;
	font-size: 14px !important;
	position: relative;
}

header .gnav-inner nav ul li .acc{
	position: absolute;
	
}

header .gnav-inner nav ul li .acc li a{
	display: block;
	line-height: 1;
	padding: 8px 0;
	background: url(../images/temp/bg_temp-01.png) 0 0 repeat;
	border-bottom: 1px solid #cc0000;
	
}

header .subnav{
	background: #cc0000;
}

header .subnav .subnav-inner{
	height: 22px;
	margin: 0 auto;
}

header .subnav .subnav-inner ul{
	text-align: center;
}

header .subnav .subnav-inner ul li{
	padding:  0  20px;
	height: 22px;
	line-height: 22px;
	display: inline;
	zoom: 1; 
	
}

header .subnav .subnav-inner ul li a{
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}

header .subnav .subnav-inner ul li.active a{
	padding-bottom: 1px;
	border-bottom: 1px solid #cc0000;
}






/*---------------------------------------
 * Footer
---------------------------------------*/ 

footer{
	border-top:2px solid #cc0000;
	
	background: #f8f8f8;
	width: 100%;
	text-align: center;	
	padding:30px 0 10px;
}

footer .center-pos{
	padding: 0 50px;
}

footer small{
	display: block;
	text-align: center;
	margin-top: 30px;
}






/*---------------------------------------
 *Sub Head
---------------------------------------*/ 


#sub_head{
	width: 100%;
	border-bottom: 1px solid #cc0000;
	position: inherit;
}

#sub_head .header-inner{
	margin: 30px auto;
}







/*---------------------------------------
 *TOP
---------------------------------------*/ 


#bg{
	position: fixed;
	z-index: 1;
}

#logomark{
	position: fixed;
	bottom:30px;
	right:30px;
	z-index:10;
	
}

#contents{
	position: absolute;
	background: #f8f8f8;
	z-index: 20;
	width: 100%;
}

#contents section{
	width: 100%;
}



/*---------------------------------------
 * Privacy Policy
---------------------------------------*/ 

@media only screen and (min-width: 910px) {
    #privacypolicy .content{
        width:910px;
    	padding: 90px 60px 0;
    	margin: 0 auto;
    }
    #privacypolicy .content h2{
    	margin-bottom: 10px;
    	font-size: 3.571em;
    	line-height: 1;
    }

}
@media only screen and (max-width: 910px) {
    #privacypolicy .content{
    	padding: 90px 60px 0;
    	margin: 0 auto;
    }

    #privacypolicy .content h2{
    	margin-bottom: 10px;
    	font-size: 1.871em;
    	line-height: 1;
    }
}

#privacypolicy .content img{
    width:100%;
    max-width:300px;
}
#privacypolicy .content .text .image{
    width:100%;
    text-align:center;
	padding-bottom: 40px;
}


#privacypolicy .content4{
	padding: 90px 60px ;
}


#privacypolicy .content h1{
	font-size: 0.714em;
	margin-bottom: 10px;
}


#privacypolicy .content h3{
	font-size: 1.286em;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #cc0000;
}

#privacypolicy .content .text{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #cc0000;
}

#privacypolicy .content .text span{
	margin-top: 2em;
	display: block;
}

#privacypolicy .content .optoutbtn a{
	display: block;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #cc0000;
	font-size: 0.714em;
	margin-top: 20px;
	background: #cc0000;
	color: #ffffff;
}

#privacypolicy .content .optoutbtn a:hover{
	background: #ffffff;
	color: #cc0000;
}

#privacypolicy .content .optoutbtn a span{
	padding-left: 1em;
	margin-top: 0;
	display: inline;
}
