@charset "utf-8";

.detailBox{
	border: 1px solid #CCC;
	padding: 10px 10px 0 110px;
	margin-bottom: 25px;
}
.detailBox li{
	margin-bottom: 0px;
	margin-right: 45px;
}
.detailBox a{
	color: #BD4A18;
}
h2{
	margin-bottom: 20px;
}
.block1 , .block2 , .block3{
	margin-bottom: 30px;
}
.txt1{
	margin-left: 40px;
	margin-bottom: 30px;
}
.ph1{
	float: right;
	padding: 0 0 20px 20px;
}
.name{
	text-align: right;
	clear: both;
	margin-top: 20px;
}

.tb1{
	width: 460px;
}
.tb1 th , .tb1 td{
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.tb1 th{
	padding-left: 15px;
	font-weight: bold;
	width: 130px;
}
.tb1 td{
	width: 315px;
}
.tb1 span{
	font-weight: bold;
}
.tb1 a{
	color: #BD4A18;
}
.tb1 p{
	margin-bottom: 15px;
}
.ph2{
	width: 172px;
	float: left;
	margin-right: 15px;
}





.tb2{
	width: 660px;
}
.tb2 th , .tb2 td{
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.tb2 th{
	padding-left: 15px;
	font-weight: bold;
	width: 130px;
}
.tb2 td{
}
.tb2 a{
	color: #BD4A18;
}
.tb2 p{
	margin-bottom: 15px;
}
em{
	color: #BD4A18;
	font-weight: bold;
}

.img02 {
	text-align: center;
	margin: 30px auto;
	height: auto;
}

.img02 img {
	width: 100%;
}

/* clearfix
---------------------------------------------------- */
.detailBox:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.detailBox{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .detailBox{
	height: 1%;
}
.detailBox{
	display: block;
}
/* End hide from IE-mac */
