@charset "utf-8";


/*-----------------------------
	header
------------------------------*/

#header_inner{
	width:100%;
	background:url(images/header_bg.jpg) no-repeat center 161px;
	overflow:hidden;
}



/*-----------------------------
	main
------------------------------*/

/* detail */
#detail{
  margin-bottom: 55px;
}
.title_bottom{
	font-size:140%;
  font-weight: bold;
  margin-bottom: 25px;
}
#detail h4{
	font-size:120%;
  font-weight: bold;
  margin-bottom: 25px;
}
#detail h3 img{
	margin-right:15px;
}
#detail table{
	clear:both;
	width:704px;
	margin-bottom:10px;
}
#detail table th{
	background:#123B77;
	padding:10px 0;
	text-align:center;
	border-left:1px solid #416292;
}
#detail table th.joken{
	width:333px;
}
#detail table td{
	padding:15px 0;
	text-align:center;
	line-height:1.8;
	font-size:85%;
	border-left:1px solid #3A4B63;
	border-bottom:1px solid #3A4B63;
	vertical-align:middle;
}
#detail table td.pl15{
	padding-left:15px;
}
#detail table td p{
	padding-left: 8em;
    text-indent: -8em;
    text-indent: -7.5em\9;
	text-align:left;
}
#detail table td p span{
}
td.none,th.none{border-right:none!important;border-left:none!important;}

#main #detail{
  line-height: 1.6;
}
#main #detail p{
  margin-bottom: 35px;
}
#main #detail li{
  margin-bottom: 20px;
  text-indent: -12px;
  padding-left: 12px;
}
#main #detail li ol{
  margin-top: 20px;
}
#main #detail li ol li{
  text-indent: -20px;
  padding-left: 20px;
}
#main #detail ul.link{
  margin-bottom: 40px;
  text-indent: -20px;
  padding-left: 20px;
}
#main #detail ul.link:last-child{
  margin-bottom: 0;
}


