@charset "utf-8";

/*reset h3*/
#wrapper h3{
	width:auto;
	height:auto;
	font-size:100%;
	font-weight:normal;
	padding-left:0;
	line-height:1;
	text-shadow:none;
}

/*float*/
.flt_box{
	overflow: hidden;
	zoom: 1;
}
.flt_l{
	float: left;
}
.flt_r{
	float: right;
}



#m_contents { 
	width:1100px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; 
	margin:10px auto; 
	font-size:14px; 
	background: #e2e2e7; 
	color:#3a0b13; 
	line-height: 200%;
 }
 
#m_contents #main { 
	margin-bottom:20px; 
}

#m_contents .sec_01 { 
	background: url("../images/bg_01.png") center 33% no-repeat; 
 }
 
#m_contents .sec_02 { 
	background: #d6d5da; 
 }

#m_contents .mgn_b30 { 
	margin-bottom: 30px;
}

#m_contents .pdg_b30 { 
	padding-bottom: 30px;
 }

#m_contents .mgn_b20 { 
	margin-bottom: 20px;
 }

#m_contents .block_a{
	width: 50%;
}

#m_contents .block_b{
	width: 45%;
	margin-top: 220px;
}

#m_contents .block_c{
	width: 60%;
}

#m_contents .block_a .mgn_p{
	padding: 30px 30px 0 30px;
}

#m_contents .box_inner01{
	background: #f1f1f3;
	border-radius: 1em;
	padding: 30px;
	margin-bottom: 2em;
}

#m_contents .box_style01{
	padding: 0 30px 30px 0;
}

#m_contents .box_style02{
	padding: 0 30px 30px 30px;
}

#m_contents .txt_r{
	text-align: right;
}

#m_contents .mgn_auto{
	margin: 0 auto;
}

#m_contents .txt_c{
	text-align: center;
}


#return_top { text-align:center; margin:10px; }
#return_top a { background: url("//image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }

