﻿@charset "utf-8";

/*******************************************************************************
 メインコンテンツ 共通設定
********************************************************************************/

/* メインコンテンツ */

#smartplan{
	width: 770px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#smartplanfaq{
	width: 770px;
	padding-left: 20px;
}
#smartplanotoku{
	width: 730px;
	margin-left: 20px;
	margin-top: 30px;
	padding: 20px 20px 20px 10px;
	background-color: #faf5e9;
	border: solid 5px #cebd90;
}
#smartplan p{
	margin-bottom:15px;
	margin-left:5px;
	padding:0px 10px 0px 12px;
}
.faqbox2{
	width: 760px;
	padding-left: 10px;
}
.faqbox2 h3{
	margin-top: 10px;
	padding-top: 8px;
	padding-left: 26px;
	height: 25px;
	background: url("../images/common/t_q2.gif") no-repeat left top;
}
.faqbox2 p{
	margin-bottom: 30px;
	padding-top: 2px;
	padding-left: 26px;
	background: url("../images/common/t_a.gif") no-repeat left top;
	zoom:1; /* 印刷バグ */
}
.imageleft{
	margin:0px 10px 0px 0px;
	float:left;
	width:auto;
}
.smartplanbox{
	padding: 15px 15px 15px 15px;
	background-color: #faf5e9;
	border: solid 5px #cebd90;
}
.smartplanbox p{
	font-size: 120%;
}
#smartplan h3{
	margin-bottom:10px;
	padding:7px 5px 6px 16px;
	clear:both;
	font-size:110%;
	font-weight:bold;	
	background:#FFFFFF url("../images/smartplan/h3_bg.gif") no-repeat left center;
	border:1px solid #cccccc;
	line-height:1.3;
}	
/*==============================================================================
	テーブル
==============================================================================*/
#smartplan table{
	margin:20px 10px 40px 20px;
	width:97%;
	clear:both;
	border:1px solid #999999;
	border-collapse:collapse;/*隣接するセルのボーダーを重ねて表示*/
}
#smartplan th{
	padding:5px;
	font-weight:normal;
	background-color:#faf5e9;
	border:1px solid #999999;
	line-height:1.3;
	vertical-align:top;
}
#smartplan td{
	padding:5px;
	border:1px solid #999999;
	vertical-align:top;
	line-height:1.3;
}
.price td{
	width:112px;
	text-align:right;
}

