@charset "utf-8";

body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック','メイリオ',sans-serif;
	font-size:90%;
	color:#333333;
	background-color:#15152b;
	line-height: 1.5;
	margin: 0 auto;
	background: transparent url(../images/common/bg.jpg) repeat top center;
	overflow:visible;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

img{ border:0;transition: 0.3s ;}

a:hover img {
	opacity: 0.5 ;
}

h1 {
color: #333333;
font-size: 150%;
font-weight:bold;
line-height:100%;
}

h2 {
font-size: 120%;
font-weight:bold;
line-height:100%;
}

h3 {
font-size: 115%;
margin-top: 0;
}

a:link {
color: #433e24;
text-decoration: underline;
}

a:visited {
color: #433e24;
text-decoration: underline;
}

a:hover {
color: #15162c;
text-decoration: underline;
}

a:active {
color: #15162c;
text-decoration: underline;
}



#contents .bld {
font-weight:bold;
	}

#contents p {
font-size:165%;
line-height:1.8;
   }
	
#contents .stxt {
font-size:85%;
   }

.ltx {
letter-spacing:-0.4pt;
}
  
table.dq{
    border:none;
    border-spacing:0;
    empty-cells:hide;
	border-collapse: collapse;
}
	
.dq td{
    padding:0;
}

.cl01{
color:#333300;
}
/*=============================================
　マージン
===============================================*/
.mg5{
margin-bottom:5px;
}

.mg8{
margin-bottom:8px;
}

.mg10{
margin-bottom:10px;
}

.mg10b{
margin-top:10px;
}

.mg15{
margin-bottom:15px;
}

.mg15b{
margin:0 0 15px 15px;
}

.mg20{
margin-bottom:20px;
}

.mg25{
margin-bottom:25px;
}

.mg30{
margin-bottom:30px;
}

.mg35{
margin-bottom:35px;
}

/*=============================================
　clearfix
===============================================*/
.cmn_clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.cmn_clearfix { display:inline-block; }
/*\*/
* html .cmn_clearfix { height:1%; }
.cmn_clearfix { display:block; }
/**/

.cb{
  /* floatを解除 */
  clear: both;
}


