@charset "UTF-8";

/**/

blockquote, div, dl, dt, dd,  
h1, h2, h3, h4, h5, h6,  
ul, ol, li, p, pre, span, td, th {
	margin: 0;
	padding: 0;
}

.title_position img {
	margin: 23px 0 0 0;
	padding: 0 5px 0 0;
}

html {
	height: 100%;
	overflow-y:scroll;
}

body {
	margin: 0; 
	padding: 0;
	background-color: #000;
/*JM8弾jack用
	background: #000000 url(../image/common/bg_wrapper_jack.jpg?ver=150115) no-repeat center top ;*/
/*通常*/
	background: #000000 url(../image/common/bg_wrapper.jpg?ver=160915) no-repeat center top ;
	background-attachment: fixed;
	/*height: 100%;*/
	color: #fff;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
	}

/* for IE7 */
*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 78%;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 84%;
}

a {	text-decoration: underline; }
a:link		{ color: #FF9B17; }
a:visited	{ color: #FF9B17; }
a:hover		{ color: #FFDAA9; }
a:active	{ color: #FF9B17; }


a img { border: 0; float: left; }

img { vertical-align: top; border: 0; }

caption, th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	font-size:inherit;
	font:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after { content:''; }

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */
* html .pngfix { behavior: url("../css/iepngfix.htc"); }


/*汎用
----------------------------------------------------------------*/
.centering { display: block; margin: 0 auto; }

.floatR { float: right; }
.floatL { float: left; }

.alignC { text-align:center; }
.alignR { text-align:right; }

.valignT { vertical-align:top; }
.valignM { vertical-align:middle; }

.mgt0 { margin-top:0px !important; }
.mgt2 { margin-top:2px !important; }
.mgt5 { margin-top:5px !important; }
.mgt10 { margin-top:10px !important; }
.mgt15 { margin-top:15px !important; }
.mgt20 { margin-top:20px !important; }

.mgb0 { margin-bottom:0px !important; }
.mgb2 { margin-bottom:2px !important; }
.mgb5 { margin-bottom:5px !important; }
.mgb10 { margin-bottom:10px !important; }
.mgb15 { margin-bottom:15px !important; }
.mgb20 { margin-bottom:20px !important; }

.pdt0 { padding-top:0px !important; }
.pdt5 { padding-top:5px !important; }
.pdt10 { padding-top:10px !important; }
.pdt15 { padding-top:15px !important; }
.pdt20 { padding-top:20px !important; }


/*テキストサイズ
----------------------------------------------------------------*/
.font-10 { font-size: 77%; }
.font-11 { font-size: 85%; }
.font-12 { font-size: 93%; }
.font-13 { font-size: 100%; }
.font-14 { font-size: 108%; }
.font-15 { font-size: 116%; }
.font-16 { font-size: 123.1%; }
.font-17 { font-size: 131%; }
.font-19 { font-size: 146.5%; }
.font-20 { font-size: 153.9%; }
.font-21 { font-size: 161.6%; }
.font-22 { font-size: 167%; }
.font-23 { font-size: 174%; }
.font-24 { font-size: 182%; }

.color-white		{ color: #fff; }
.color-white-b	{ color: #fff; font-weight: bold; }
.color-red		{ color: #ff0000; }
.color-red-b	{ color: #ff0000; font-weight: bold; }
.color-mred		{ color: #cb172f; }
.color-mred-b	{ color: #cb172f; font-weight: bold; }
.color-purple	{ color: #990066; }
.color-purple-b	{ color: #990066; font-weight: bold; }
.color-pink		{ color: #ff3366; }
.color-pink-b	{ color: #ff3366; font-weight: bold; }
.color-blue		{ color: #006699; }
.color-blue-b	{ color: #006699; font-weight: bold; }
.color-green	{ color: #339900; }
.color-green-b	{ color: #339900; font-weight: bold; }
.color-orange	{ color: #ff6600; }
.color-orange-b	{ color: #ff6600; font-weight: bold; }
.color-black	{ color: #000000; }
.color-black-b	{ color: #000000; font-weight: bold; }
.color-gray		{ color: #999999; }
.color-gray-b	{ color: #999999; font-weight: bold; }
.color-yellow		{ color: #FF3; }
.color-yellow-b	{ color: #FF3; font-weight: bold; }
.color-sky_blue		{ color: #33CCFF; }
.color-sky_blue-b	{ color: #33CCFF; font-weight: bold; }

/**/

