@charset "utf-8";
/* CSS Document */

/*index
---------------------------------------------------------------*/
.title {
	background:url(../images/common/title.png) no-repeat;
	margin-left:-28px;
	width:685px;
	height:57px;
	text-align:left;
	font-size:22px;
	font-weight:normal;
	color:#156997;
	overflow:hidden;
	padding:15px 0 10px 45px;
}
.section {
	text-align:left;
	margin-bottom:40px;
}
.title2 {
	background:url(../images/common/title2.png) no-repeat left bottom;
	margin-left:-28px;
	width:685px;
	text-align:left;
	font-size:22px;
	font-weight:normal;
	color:#156997;
	overflow:hidden;
	padding:0 0 15px 45px;
	margin-bottom:10px
}
.section .text {
	width:383px;
	float:left;
	margin-right:10px;
}
.section .text2 {
	float:right;
	width:305px;
}
.section .text ul, .section .text2 ul {
	margin-left:10px;
}
.section .text ul li, .section .text2 ul li {
	list-style:none;
	background:url(../images/detail/point.gif) no-repeat left center;
	padding-left:20px;
}
.section .photo {
	float:right;
	width:300px;
}
.news {
	width:100%;
}
.news th {
	width:10em;
	vertical-align:top;
	text-align:left;
}
.news th, .news td {
	padding:10px;
	border-bottom:1px dashed #9e9e9e;
}
.news td {
	background:url(../images/detail/point.gif) no-repeat left 18px;
}
.btn {
	margin-left:540px;
	margin-top:-65px;
	position:absolute;
}
/*料金・プラン
---------------------------------------------------------------------*/
.plan-inner {
	background:url(../images/detail/price-bg.png) no-repeat bottom;
	padding:20px;
}
.plan {
	margin:20px 0 40px 0;
}
.plan h3 {
	background:url(../images/detail/price-ttl.png) no-repeat;
	width:713px;
	margin-left:-13px;
	font-size:22px;
	height:44px;
	color:#156997;
	padding:20px 20px 20px 40px;
}
.plan h3 span {
	margin:0 0px 0 20px;
	font-size:14px;
	vertical-align:middle;
}
.plan h3 strong {
	background:#156997;
	color:#fff;
	padding:2px 10px;
	margin-right:10px;
}
.plan .plan-txt span {
	font-size:10px;
	padding-top:10px;
}
.plan-txt {
	width:330px;
	float:left;
}
.plan-photo {
	width:320px;
	float:right;
}
.plan-label {
	margin-left:-35px;
	margin-top:10px;
	background:url(../images/detail/price-label.png) no-repeat;
	width:305px;
	height:79px;
	font-size:24px;
	padding-top:20px;
	padding-left:30px;
	color:#ffffff;
	text-shadow: 1px 1px 6px #000;
}
.plan-label strong {
	font-size:30px;
}
/*会社概要・お問合せ
-------------------------------------------------------------------------*/
.company, .histry, .contact {
	width:700px;
	margin-top:10px;
	border-top:1px solid #ccc;
}
.company th, .company td, .histry th, .histry td, .contact th, .contact td {
	padding:10px;
	border-bottom:1px solid #ccc;
}
.company th {
	width:7em;
	background:#f3f3f3;
	vertical-align:top;
}
.histry th {
	width:6em;
	vertical-align:top;
}
.contact th {
	width:15em;
	vertical-align:top;
}
.contact th p {
	font-size:10px;
	font-weight:normal;
	display:block;
}
.contact td span {
	margin-right:10px;
}
.contact th span {
	font-size:12px;
	margin-left:10px;
	color:#ee3b69;
}
.contact .text-form, .contact textarea {
	background:#f6fcff;
	border:#6eb4f0 1px solid;
	padding:5px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
.contact textarea {
	width:400px;
	height:100px;
	resize: vertical;
}
.contact-btn2 {
	text-align:center;
}
.contact-btn, .contact-btn2 img {
	text-align:center;
	margin:auto;
}
.contact-btn input, .contact-btn3 input {
	width:162px;
	cursor:pointer;
	border:none;
	height:42px;
}
.contact-btn input:hover, .contact-btn3 input:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.contact-btn input {
	background:url(../images/detail/contact-btn.jpg) no-repeat;
	margin:20px;
}
.contact-btn3 input {
	background:url(../images/detail/contact-btn3.jpg) no-repeat;
}
.form2 {
	width:400px;
}
.form3 {
	width:100px;
}
.contact-btn2 .contact-soushin, .contact-btn2 img {
	display:inline-block;
	margin:20px;
}
.contact-soushin {
	background:url(../images/detail/contact-btn2.jpg) no-repeat;
	border:none;
	height:42px;
	width:162px;
	cursor:pointer;
}
