﻿@charset "utf-8";
/* CSS Document */

h2 {
	width: 700px;
	height: 120px;
	text-align: right;
	margin: 0px auto 10px auto;
}

#detailbox {
	width: 700px;
	margin: 30px auto;
	text-align: center;
	font-size: 13px;
}

#detailbox strong {
	font-weight: bold;
}

#business_box1 {
	width: 670px;
	text-align: left;
	line-height: 1.5em;
	margin: 30px 10px 0px 20px;
	background-image: url(../img/bg_img01.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#business_box1 h3 {
	width: 638px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.5em;
	background-color: #03489E;
	padding: 4px 0px 3px 32px;
	margin-bottom:15px;
	background-image: url(../../img/mark.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */

}

#business_box1 h4 {
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 1.8em;
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
}

#business_box1 ul {
	font-size: 14px;
	padding: 0px 10px 0px 15px;
}

#business_box1 li {
	width: 200px;
	display: inline-block;
	margin-bottom: 5px;
	float: left;
}

#business_box2 {
	width: 670px;
	text-align: left;
	line-height: 1.5em;
	margin: 30px 10px 0px 20px;
	background-image: url(../img/bg_img02.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#business_box2 h3 {
	width: 638px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.5em;
	background-color: #03489E;
	padding: 4px 0px 3px 32px;
	margin-bottom:15px;
	background-image: url(../../img/mark.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */

}

#business_box2 h4 {
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 1.8em;
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
}

#business_box2 ul {
	font-size: 14px;
	padding: 0px 10px 0px 15px;
}

#business_box2 li {
	margin-bottom: 10px;
}

#business_box2 p {
	padding: 0px 10px 0px 10px;
}

#business_box3 {
	width: 670px;
	text-align: left;
	line-height: 1.5em;
	margin: 30px 10px 0px 20px;
	background-image: url(../img/bg_img03.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#business_box3 h3 {
	width: 638px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.5em;
	background-color: #03489E;
	padding: 4px 0px 3px 32px;
	margin-bottom:15px;
	background-image: url(../../img/mark.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */

}

#business_box3 h4 {
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 1.8em;
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
}

#business_box3 ul {
	font-size: 14px;
	padding: 0px 10px 0px 15px;
}

#business_box3 li {
	margin-bottom: 10px;
}

#business_box3 p {
	padding: 0px 10px 0px 10px;
}

#business_box4 {
	width: 670px;
	text-align: left;
	line-height: 1.5em;
	margin: 30px 10px 0px 20px;
	background-image: url(../img/bg_img04.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#business_box4 h3 {
	width: 638px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.5em;
	background-color: #03489E;
	padding: 4px 0px 3px 32px;
	margin-bottom:15px;
	background-image: url(../../img/mark.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */

}

#business_box4 h4 {
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 1.8em;
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
}

#business_box4 ul {
	font-size: 14px;
	padding: 0px 10px 0px 15px;
}

#business_box4 li {
	margin-bottom: 10px;
}

#business_box4 p {
	padding: 0px 10px 0px 14px;
}



#lead{
	width: 640px;
}

#lead p{
	font-size:15px;
  text-align:left;
  line-height:1.5;
  margin-bottom:60px;
}

#lead img{margin-bottom:15px;}


#lead h3{
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
	margin-left:0px; /*ブラウザ間の見え方の差を防止*/
	padding-left:5px;
}

#lead li.sl_point{
	font-size:20px;
	font-weight:bold;
  color:#ffffff;
  text-align:center;
  width:270px;
  background-color:#e66042;
  padding:7px;
}

#lead li.sl_detail{
	font-size:15px;
  text-align:left;
  line-height:1.5;
  padding-left:10px;
  margin-top:5px;
  margin-bottom:30px;
}

#queans{
width:640px;
}


dl .que_box {
  width: 620px;
	border-left-color:#CC0000;
	border-left:5px;
	border-bottom-color:#CC0000;
	border-bottom:2px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
	padding-left:5px;
	color:#a80702;
	line-height:2;
}

dl .ans_box {
  margin-left: 25px;
  width: 620px;
	line-height:1.4;
	font-size:14px;
}

table{
	border-collapse: collapse;
	width:400px;
	margin:30px auto;
	border:0px;
	line-height:1.4;
}

td{
	border: solid 1px silver;
	padding: 0.5em;
}

#pdfdownload{
	width:640px;
}

#formsend{
	width:640px;
}

.buttonbox{
	width:550px;
	border:solid 2px #CC0000;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
}

.buttonbox li{
	font-size:12px;
	padding:10px;
	margin-right:auto;
	margin-left:auto;
	line-height:1.5;
}

.buttonbox p{
	width:530px;
	margin:10px 10px 20px 10px;
	line-height:1.4;
}