@charset "UTF-8";

/* CSS Document */
*{
	margin: 0;
	padding: 0;	
}

#T_article {
	background: #ffffff;
	margin: 0 auto;
	padding-top:0px!important;

}

#T_article ul{
	list-style-type:none;	
}
#T_article ul li{
	margin : 0 auto;
}

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

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

a:hover,
a:active {
	color:#d4201c;
	text-decoration:none;}

a img {
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	min-height: 1px;
}


#T_article #wrapper{
	width:600px;
	margin:20px auto;
	padding:0;
	background: #FFF;
	font-size:  100%;
	font-family: Helvetica,Verdana, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #222;
	
}


#T_article a .hover_img1{
	transition:all 0.5s ease; 
}
#T_article a:hover .hover_img1{
	opacity: 0.7;
	filter: alpha(opacity=70); 
	-ms-filter: "alpha(opacity=70)";
}


#T_article .floatR{
	float:right;
}


#T_article .floatL{
	float:left;
}

#T_article hr {
	border: 0;
	background: url(../img/line.gif) repeat-x left bottom;
	margin: 40px 0;
	padding:1px 0;
}


#T_article .musou_block01 {
	margin: 0;
	line-height: 0;

}

#T_article .musou_block01 h2{
	font-size: 130%;
	border-left: 8px solid #5c3025;
	width: auto;
	padding-left: 10px;
	color: #5c3025;
	margin-bottom: 30px;
	font-weight: normal;
	font-family: メイリオ;
}



#T_article .musou_block02 {
	width:600px;
	background: url(../img/menmusou_bg01.jpg) no-repeat top ;
	background-color: #000;
	height:1120px;
	margin: 0;
	padding:0;
}

#T_article .musou_border {
	border: solid 2px #fff;
	margin: 0 8px 10px

}

#T_article .musou_copy02 {
	margin: 0;
	text-align: center;
}

#T_article .musou_copy02 {
	margin: 0;
	text-align: center;
	padding-top:350px;
}


#T_article .btn{
	margin:40px 0 0;
	text-align:center;

}

#T_article .btn_left{
	float: left;
	width: 260px;
	margin: 0 0 0 30px;

}

#T_article .btn_right{
	float: left;
	width: 260px;
	margin: 0 0 0 18px;

}

#T_article .button {
	display: inline-block;
	width: 540px;
	height: 46px;
	font-size: 15px;
	letter-spacing: 0.06em;
	font-weight: bold;
	background-color: #3d3737;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	outline: none;
	border-radius: 4px;
}

#T_article .button02 {
	display: inline-block;
	width: 260px;
	height: 40px;
	background-color: #3d3737;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	border-radius: 4px;
}

#T_article .button::before,
#T_article .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#T_article .button,
#T_article .button::before,
#T_article .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#T_article .button:hover {
	background-color: #c0b9b9;
	
}






