@charset "UTF-8";
/*--------- font -----------*/
html { font-size:62.5%; }
/*p  { font-size: 1.4rem; padding:0; margin: 0; line-height: 2.5rem;} /* =14px */*/
h1 { font-size: 2.0rem; padding:0; margin: 0; } /* =20px */
h2 { font-size: 3.0rem; padding:0; margin: 0; letter-spacing: 0.4rem; line-height: 4rem; font-weight: bold; text-align: left;} /* =30px */
h3 { font-size: 2.2rem; padding:0; margin: 0; letter-spacing: 0rem; line-height: 3.2rem;} /* =22px */
h4 { font-size: 1.8rem; padding:0; margin: 0; letter-spacing: 0.4rem; line-height: 4rem; } /* =18px */

h3 span { font-size:13px; letter-spacing:normal;}

.caption{
	padding: 0px 95px;
	line-height: 1.6;
	font-size:13px;
	text-align:left;
	margin-top: 20px;
}
.caption02{
	line-height: 1.6;
	font-size:12px;
	text-align:left;
	color: #f20000;
    font-weight: bold;
}
.caption03{
	line-height: 1.6;
	font-size:12px;
	text-align:left;
    font-weight: bold;
}
.caption04{
	padding: 0px 95px;
	line-height: 1.6;
	font-size:13px;
	text-align:left;
}
/*--------- font -----------*/


/*---------	base ----------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

body{
	height:100%;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	width:100%;
	background: #000;
	position: relative;
    }

a img {border: none;}

#wrap .line{
	height: 14px;
	background-color: #bd9e0d;
}











.cr{
/*	width:1200px;*/
    width:100%;
	margin-left:auto;
	margin-right:auto;
	font-size: 13px;
	font-weight:bold;
    text-align: center;
	padding:60px 0px 20px 0px;
    color: #fff;
}

@media screen and (max-width: 754px) {
.cr{
	width: 100%;
	}
}




/*---------------
	pagetop
---------------*/
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index:20;
}

/*------------------------------
  clearfix
------------------------------*/


.clear {
	margin:	0px 0px 0px 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0;
	visibility:	hidden;
	clear: both;
}



