@charset "utf-8";

/* PC用CSS */
@media print, screen and (min-width: 640px) {

aside, footer, header, nav, section{
	display: block;
	margin:0;
	padding:0;
}
body{
	width:100%;
	min-width:960px;/*横スクロールで背景が切れないように*/
	line-height:1.5;
	font-size:13px;
	padding:0;
	margin:0;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color:#000;
	background:url(../img/bk_header.png) repeat-x #F5F7E1;
}
ul, ol, dl,dt,dd,div,ol,ul,li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
li {list-style-type:none;}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:middle;
}

a {outline:none;border:0;}

a:hover img,
input[type="image"]:hover{
	opacity:0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

a:link{color:#069;text-decoration:underline;}
a:visited{color:#069;text-decoration:underline;}
a:hover{color:#e50202;text-decoration:underline;}
a:active{color:#069;text-decoration:underline;}

img {vertical-align: middle;border:0;}

/*位置と状態*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cen{text-align:center;}
.textright{text-align:right;}
.bold{font-weight:bold;}

.f11 {font-size:11px;}
.f14 {font-size:14px;}


/*余白*/
.mb05em {margin-bottom:0.5em;}
.mb1em {margin-bottom:1em;}
.mb2em {margin-bottom:2em;}
.mb3em {margin-bottom:3em;}
.pb1em {padding-bottom:1em;}
.pb2em {padding-bottom:2em;}
.ml1em {margin-left:1em;}
.ml2em {margin-left:2em;}
.mt05em {margin-top:0.5em;}
.mt1em {margin-top:1em;}

.s_bottom{margin-bottom:60px;}

.jisage{
	padding-left:1em;
	text-indent:-1em;
}

.innerbox {margin:1em;}
.innerbox:after{content: "";display: block;clear: both;}

input[type="checkbox"],
input[type="text"],
select{
	margin:0 4px 0 0;
}
.ora{
	color:#F02B00;
}
img.waku{
	padding:2px;
	background:#fff;
	border:1px solid #ccc;
}
.red {color: #f00;}
/*-----------------------------------------------
header
-----------------------------------------------*/
header{
	width:100%;
	height:130px;
	margin:0 auto;
}
.logoarea{
	width:960px;
	height:119px;
	margin:0 auto;
	position:relative;
}
.lead{
	height:16px;
	font-size:16px;
	font-weight:bold;
	color:#FF642C;
	position:absolute;
	top:15px;
	left:0;
}
					.logoarea_smp .logo,
					.logoarea_smp .lead,
					.header_btnarea{
						display:none;
					}
.logo{
	display:block;
	width:400px;
	height:45px;
	background: url(../img/logo.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	position:absolute;
	top:45px;
	left:0;
}
		.logo:hover{
		opacity:0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha( opacity=50 )";
		}
.head_tel{
	width:324px;
	height:52px;
	position:absolute;
	top:15px;
	right:0;
}
.head_tel:after{content: "";display: block;clear: both;}

.head_tel .header_info{
	float:right;
	width:400px;
}
.head_tel .header_contact{
	float:right;
	width:400px;
	margin:10px 0px 0 0;
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
footer{
	width:100%;
	background:#FECF5B;
	font-size:12px;
}
footer .footer_inner{
	width:960px;
	margin:0 auto;
	height:120px;
	overflow:hidden;
}
footer .footer_inner .link_area{
	overflow:hidden;
}
footer .footer_inner .link_area:after{content: "";display: block;clear: both;}

.pagetop{
	float:right;
	margin:10px 10px 0 0;
}
.footer_link{
	float:left;
	width:800px;
	margin:30px 0 0 0;
}
.footer_link:after{content: "";display: block;clear: both;}

.footer_link ul li{
	float:left;
}
.footer_link ul li a{
	padding:0 10px;
	border-right:1px solid #000;
}
.copyright{
	text-align:center;
}
.copyright small{
	font-size:12px;
}
/*-----------------------------------------------
共通
-----------------------------------------------*/
.contents{
	width:980px;
	margin:0 auto;
	padding:0 0 50px 0;
	background:url(../img/bk_contents.png) repeat-y;
}
.contents:after{content: "";display: block;clear: both;}

.main_contents{
	float:right;
	width:680px;
	margin:0 30px 0 0;
	padding:0 0 30px 0;
}
.side_menu{
	float:left;
	width:220px;
	margin:0 0 0 30px;
}
.side_menu_top{
	float:left;
	width:220px;
	margin:30px 0 0 30px;
}
/*パンくず*/
.path{
	width:960px;
	margin:0 auto;
	font-size:11px;
	color:#555;
	height:40px;
	line-height:40px;
	text-indent:20px;
}
.path a:link{text-decoration:underline;}
.path a:visited{text-decoration:underline;}
.path a:hover{text-decoration:underline;}
.path a:active{text-decoration:underline;}

.kasou_inner{
	margin:0 0 0 20px;
}
.kasou_inner02{/*下にたっぷり余白付き*/
	margin:0 0 40px 20px;
}
.kasou_inner03{/*下に少し余白付き*/
	margin:0 0 18px 20px;
}
/*箇条書き*/
ul.ul01 li{
	list-style-type:disc;
	margin:0 0 8px 14px;
}
ul.ul02 li{/*アイコン付き*/
	background:url(../img/icon_ya_ora.gif) no-repeat 0 4px;
	padding:0 0 0 14px;
	margin:0 0 10px 0;
}

/*見出し*/
.title_01{
	height:26px;
	line-height:26px;
	color:#fff;
	text-indent:10px;
	font-weight:bold;
	background:#FF642D;
}
.title_02{
	height:30px;
	line-height:30px;
	color:#fff;
	text-indent:14px;
	font-size:16px;
	background:url(../img/title_02.png) no-repeat #FF642D;
}
/*-----------------------------------------------
サイドメニューの中
-----------------------------------------------*/
.side_president{
	width:198px;
	border:1px solid #ccc;
	padding:10px;
	margin:0 0 20px 0;
}
.icon_ya{
	background:url(../img/icon_ya01.png) no-repeat 0 4px;
	padding:0 0 0 18px;
}
dl.aside_link{
}
dl.aside_link dt{
	margin:0 0 10px 0;
}
dl.aside_link dd{
	margin:0 0 30px 0;
}
dl.aside_link dd a{
	display:block;
	margin:0 0 10px 14px;
}
/*-----------------------------------------------
トップページコンテンツ
-----------------------------------------------*/
.top_main_contents{
	float:right;
	width:680px;
	margin:30px 30px 0 0;
}
.top_map_area{
	margin:0 0 20px 0;
	overflow:hidden;
}
.top_map_info{
	float:right;
	width:470px;
}
.top_mitsumori_area{
	width:680px;
	height:310px;
	overflow:hidden;
	margin:0 0 20px 0;
	background:url(../img/bk_omitsumori.png) no-repeat;
}
.top_mitsumori_area .title{
	margin:14px 0 10px 0;
	height:30px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
}
.top_mitsumori_area ul{
	width:550px;
	margin:0 0 26px 60px;
}
.top_mitsumori_area ul li{
	height:22px;
	margin:0 0 6px 0;
}
img.vo_smp100{
	width: 680px;
	height: 150px;
}
/*-----------------------------------------------
お問合せから工事までの流れ
-----------------------------------------------*/
.text_photo{
	margin:0 0 0 20px;
}
.text_photo:after{content: "";display: block;clear: both;}

.text_photo .photo{
	float:right;
	width:280px;
}
.text_photo .text{
	float:left;
	width:340px;
}
/*-----------------------------------------------
料金
-----------------------------------------------*/
.price_box{
	width:680px;
	margin:0 0 30px 18px;
}
.price_box:after{content: "";display: block;clear: both;}

.price_box_inner{
	float:left;
	width:310px;
	margin:0 20px 30px 0;
	padding:0 0 10px 0;
	border:1px solid #FF642D;
}
.price_box_inner .detail{
	margin:0 0 0 16px;
}
.price_box_inner .price{
	font-size:15px;
	font-weight:bold;
	margin:0 0 0.5em 0;
}
/*-----------------------------------------------
会社概要
-----------------------------------------------*/
.area_01 {
	background: #F6F5F1;
	border: 1px solid #D1D1D1;
	padding: 15px;
}
.table_company{
	width:660px;
	margin:0 0 30px 10px;
	border:1px solid #ccc;
	border-collapse:collapse;
	font-size:12px;
}
.table_company th{
	width:130px;
	text-align:left;
	background:#eee;
	padding:12px 10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.table_company td{
	width:510px;
	padding:12px 10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.table_company td input{
	padding:2px;
}

/*-----------------------------------------------
無料相談・無料見積
-----------------------------------------------*/
.notice{
	width:640px;
	margin:0 auto 30px;
}
/*-----------------------------------------------
サイトマップ
-----------------------------------------------*/
.sitemap_01 {
	width: 670px;
	margin:0 0 80px 10px;
	overflow: hidden;
}
.sitemap_01:after{content: "";display: block;clear: both;}

.sitemap_01 p {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	border-left: 3px solid #DF430A;
	text-indent: 7px;
}
.sitemap_01_l {
	float: left;
	width: 310px;
}
.sitemap_01 ul {
	margin:14px 0 0 10px;
}
.sitemap_01 li {
	background: url(../img/arrow_01.gif) no-repeat left center;
	text-indent: 16px;
	margin:0 0 10px 0;
}
.sitemap_01_r {
	float: right;
	width: 310px;
}
/*-----------------------------------------------
個人情報の取扱いについて
-----------------------------------------------*/
.dl_privacy{
	width:664px;
	overflow:hidden;
}
.dl_privacy dt{
	font-weight:bold;
	margin:0 0 6px 0;
}
.dl_privacy dd{
	margin:0 0 18px 14px;
}
/*-----------------------------------------------
リフォーム事例(タイトルのみ。コンテンツは別CSS)
-----------------------------------------------*/
.title_reformjirei{
	width:680px;
	height:100px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	background:url(../img/title_reformjirei.jpg) no-repeat;
}

}/* ←CSSの一番最後に記述 */
