@charset "utf-8";
/*
Theme Name: responsive_062
Theme URI: http://c-tpl.com/
Description: responsive_062
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:80%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#252525;
-webkit-text-size-adjust: none;
background:#f2f2f2 url(images/bg.png);
}

html{background:#356aa0;}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#356aa0;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#5085bb;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,#footer:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post,#footer{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #5085bb;
background: -moz-linear-gradient(top, #5085bb 0%, #356aa0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5085bb), color-stop(100%,#356aa0));
background: -webkit-linear-gradient(top, #5085bb 0%,#356aa0 100%);
background: -o-linear-gradient(top, #5085bb 0%,#356aa0 100%);
background: -ms-linear-gradient(top, #5085bb 0%,#356aa0 100%);
background: linear-gradient(to bottom, #5085bb 0%,#356aa0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5085bb', endColorstr='#356aa0',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #5085bb;
background: -moz-linear-gradient(top, #356aa0 0%, #5085bb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356aa0), color-stop(100%,#5085bb));
background: -webkit-linear-gradient(top, #356aa0 0%,#5085bb 100%);
background: -o-linear-gradient(top, #356aa0 0%,#5085bb 100%);
background: -ms-linear-gradient(top, #356aa0 0%,#5085bb 100%);
background: linear-gradient(to bottom, #356aa0 0%,#5085bb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#5085bb',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
}

#content{
width:100%;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
border-top:1px solid #e2e2e2;
background:#5085bb url(images/footerBg.png);
}


/* ヘッダー
*****************************************************/
#header .bg{background:#356aa0;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #fff;
font-size:90%;
font-weight:normal;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:30px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
}

#header ul li a{
padding-left:15px;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
background:url(images/shadow.png) no-repeat 50% 0;
}

#mainImg a:hover img{opacity:.9;}

.postWrap{
margin:0 0 20px 0;
padding:3px;
border:1px solid #e2e2e2;
background:url(images/tp.png);
}

.post{
padding:10px;
border:1px solid #f1f1f1;
background: #fff;
}

article.archive span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 5px;
padding:5px 0;
font-size:130%;
background:url(images/border.png) repeat-x 0 100%;
}

h2.first{margin-top:0;}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin:5px 0 0 15px;
list-style:disc;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1, .post h2, .post h3, .post h4{clear:both;}

.post h1{
margin:20px 0;
padding:5px 10px;
font-size:150%;
color: #fff;
border-radius:4px;
background:#356aa0;
box-shadow:0 0 3px rgba(0,0,0,0.2); 
}

.post h2{
margin:10px 0;
padding:3px 5px;
font-size:130%;
font-weight:normal;
color: #004072;
border-left:5px solid #004072;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#356aa0;
border-bottom:1px solid #356aa0;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #356aa0 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #356aa0 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#5085bb;
}

.post table td{
padding:7px 5px;
border: 1px #356aa0 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* フッター　ウィジェット
*****************************************************/
.widgetWrap{
margin: 0 0 20px;
padding: 3px;
border:1px solid #fff;
background:#f4f4f4;
box-shadow:0 0 3px rgba(0,0,0,0.5); 
}

section.widget, .widgetInfo,#calendar_wrap{
padding: 10px 7px;
border:1px solid #eee;
background: #fff;
}

#banners img{
max-width:300px;
height:auto;
margin-bottom:10px;
box-shadow:0 0 3px rgba(0,0,0,0.5); 
}

#banners a:hover img{box-shadow:0 0 4px rgba(255,255,255,0.7);}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget ul.sub-menu{margin-left:10px;}

section.widget a:hover{background-position: 3px 50%;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}


/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;background:none;padding:0;text-decoration:underline;}
#calendar_wrap table td#prev a, #calendar_wrap table td#next a{text-decoration:none;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#356aa0;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#5085bb;}



/* フッター
*****************************************************/
#footerWrapper{
width:990px;
margin-right:-30px;
}

#footer aside{
float:left;
width:300px;
margin-right:30px;
}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-size:90%;
zoom:1;
color:#fff;
background:#356aa0;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:990px;
margin:20px -35px 20px 0;
}

.thumbWrap li{
float:left;
width:300px;
margin:0 30px 0 0;
padding:2px 0 40px;
background:none;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:3px;
font-weight:normal;
font-size:100%;
text-align:center;
border:1px solid #e2e2e2;
border-radius:4px;
background:url(images/tp.png);
}

ul.thumb h3 span{
display:block;
padding:5px 3px;
border-radius:3px;
background:#5085bb url(images/mainnavBg.png) repeat-x;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#356aa0;}


/* メインメニュー　PC用
------------------------------------------------------------*/

/*@media only screen and (min-width: 1025px){*/
nav#mainNav{
clear:both;
position:relative;
z-index:200;
background:#5085bb url(images/mainnavBg.png) repeat-x;
}

nav#mainNav ul li{
float: left;
position: relative;
border-right:1px solid #356aa0;
}

nav#mainNav ul li:first-child{border-left:1px solid #356aa0;}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#fff;
height:40px;
line-height:40px;
padding:15px 40px 5px;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
font-size:70%;
}

nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}

nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
background:#5085bb url(images/mainnavBg.png) repeat-x 0 100%;
}

nav#mainNav ul ul{width:160px;}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:60px;
left:0;
z-index:500;
}

nav#mainNav ul li li{
padding:0 0 0 10px;
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
border:0;
background:#5085bb url(images/mainnavBg.png) repeat-x;
border-bottom:1px solid #356aa0;
}

nav#mainNav ul li li:first-child{border-left:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0 0 0 ;
line-height:40px;
font-size:95%;
text-align:left;
}

nav#mainNav ul li li.current-menu-item a{font-weight:bold;}

nav#mainNav ul li li:hover{background:#5085bb url(images/mainnavBg.png) repeat-x 0 100%;}

nav#mainNav ul li:hover ul li:last-child{
border:0;
}
/*}*/


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
/*
@media only screen and (max-width:1024px){
nav#mainNav{
clear:both;
width:100%;
margin:0 auto;
padding:0;
background:#5085bb url(images/mainnavBg.png) repeat-x;
}

nav#mainNav a.menu{
width:100%;
display:block;
height:40px;
line-height:40px;
font-weight: bold;
text-align:left;
color:#fff;
background: url(images/menuOpen.png) no-repeat 10px 8px;
}

nav#mainNav a#menu span{padding-left:35px;}

nav#mainNav a.menuOpen{
color:#fff;
background:url(images/menuOpen.png) no-repeat 10px -34px;
}

nav#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display: none;
width:100%;
position: relative;
right: 0;
top:0;
z-index: 1;
}

nav#mainNav ul{margin:0 0 20px;padding:0;}

nav#mainNav ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
background:url(images/bg.png);
}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
display: block;
padding:15px 10px;
text-align:left;
border-bottom:1px solid #ccc;
}

 nav#mainNav ul li a span{display:none;}
 
nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
background:#fff;
}

nav#mainNav ul li li{
float:left;
border:0;
}

nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
padding-left:40px;
background:url(images/sub1.png) no-repeat 30px 50%;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
background:#fff url(images/sub1.png) no-repeat 30px 50%;}

nav#mainNav ul li li:last-child a{background:url(images/subLast.png) no-repeat 30px 50%;}
nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff url(images/subLast.png) no-repeat 30px 50%;}

nav div.panel{float:none;}

#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
/*
@media only screen and (max-width: 959px){
#wrapper, #header, .inner{width:100%;}

#header h1, #header p{padding:5px 10px;}
#header h2{padding:20px 10px 0;}
#header ul{padding:20px 10px 10px;}


nav#mainNav ul, .thumbWrap{margin:0 auto;}
nav#mainNav ul ul{padding:0;}

nav div.panel{float:none;}

#mainImg{background-size:100% auto;}
#mainImg img{width:98%;height:auto;}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 1% 0 0;}
#banners p img{width:32%;height:auto;}

.thumbWrap{width:100%;margin:0 auto;text-align:center;}
.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
.thumbWrap img{width:100%;height:auto;}

#footerWrapper{width:95%;margin:0 auto;}

#footer aside{float:none;width:100%;}

#calendar_wrap table{margin:0 auto;width:300px;}

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
/*
@media only screen and (max-width: 644px){
#header{text-align:center;}
#header h2,#header ul{float:none;}
#headerInfo{width:250px;margin:0 auto;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}
}

/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
/*
@media only screen and (max-width: 330px){
#calendar_wrap table{width:100%;}
}







/* 追加
------------------------------------------------------------*/
/* リセットスタイルシート */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,img,form{
	margin:0;
	padding:0;
}
img{
	border:none;
	vertical-align: top;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
	vertical-align:top;
}
th td{
	vertical-align:top;
}
ol,ul{
	list-style:none;
}
body{
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	font-size:12px;
	text-align:center;
	color:#333333;
}
table{
	font-size:1em;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}
a{
	outline:none;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
address{
  font-style:normal;
}

.kome {
    padding: 0 0 0 1em;
    text-indent: -1em;
}
.clear:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clear {
  min-height: 1px;
}
* html .clear {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear_both{
	clear:both;
}




/* デフォルト */
a{
	text-decoration:none;
	color:#333333;
}
a:hover, a:active{
	-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
	outline: none;
	color:#333333;
	text-decoration:none;
}
#wrap{
	min-width:960px;
	background: url(images/bg.png) repeat;
}
nav#mainNav ul li a:hover{
background:#5085bb url(images/mainnavBg.png) repeat-x 0 100%;
}

nav#mainNav ul li {
	border:none;
	float:left;
}
nav#mainNav ul li:first-child {
    border:none;
}
#mainNav ul #menu-item-15 a{
	display:block;
	width:321px;
	height:60px;
	background: url(images/common/gnav01.png) no-repeat;
	padding: 0;
	text-indent:-9999px;
}
#mainNav ul #menu-item-14 a{
	display:block;
	width:320px;
	height:60px;
	background: url(images/common/gnav02.png) no-repeat;
	padding: 0;
	text-indent:-9999px;
}
#mainNav ul #menu-item-13 a{
	display:block;
	width:319px;
	height:60px;
	background: url(images/common/gnav03.png) no-repeat;
	padding: 0;
	text-indent:-9999px;
}

body {
	font-size:12px;
}
#wrapper, .inner{
	text-align:left;
}
#header h1, #header p{
	font-size:10px;
	font-weight:normal;
}
#header .inner h2{
	padding: 0 0;
}
#header .inner h2 a{
	background: url(images/common/logo.png) no-repeat;
	display:block;
	width:328px;
	height:107px;
	text-indent:-9999px;
}
#head_tel{
	padding:37px 0 0 0;
	float:right;
	width:468px;
}
#head_tel ul{
	padding:0;
}
#head_tel ul li{
	float:left;
	margin:0;
}
#head_tel ul li a{
	background:none;
	padding:0;
}
#head_tel p{
	color:#959595;
	font-size:10px;
	float:left;
	padding: 0 0;
}
#content {
    padding: 20px 0 70px;
}
#top_com01{
	margin: 20px 0 35px 0;
}
#top_com01 .top_com01_left{
	float:left;
	width:470px;
	height:270px;
	background: url(images/common/top_com01.png) no-repeat;
}
#top_com01 .top_com01_right{
	float:right;
	width:470px;
	height:270px;
	background: url(images/common/top_com01.png) no-repeat;
}
#top_com01 div .article{
	padding:24px 20px;
}
#top_com01 div .article .photo{
	float:right;
	padding:0 0 0 20px;
}
#top_com01 div .article h2{
	font-weight:bold;
	font-size:18px;
	margin:15px 0 10px 0;
}
#top_com01 div .article .des{
	padding:20px 0 0 0;
}
#top_com02{
	margin: 0 0 40px 0;
}
#top_com02 div{
	float:left;
	width:180px;
	background: url(images/common/h2_bor.png) 0 29px no-repeat;
	padding:0 15px 0 0;
}
#top_com02 div h2{
	font-weight:bold;
	font-size:15px;
	height:21px;
	margin:0 0 20px 0;
	padding:0 0 0 27px;
}
#top_com02 .article01 h2{
	background: url(images/common/mizu.gif) no-repeat;
}
#top_com02 div dl dt{
	margin:0 0 10px 0;
}
#top_com02 .article02 h2{
	background: url(images/common/ishi.gif) no-repeat;
}
#top_com02 .article03 h2{
	background: url(images/common/kabi.gif) no-repeat;
}
#top_com02 .article04 h2{
	background: url(images/common/kabe.gif) no-repeat;
}
#top_com02 .article05 h2{
	background: url(images/common/wa.gif) no-repeat;
}
#top_com02 .article05{
	padding:0 0px 0 0;
}
#top_com03{
	
}
.h2_ti{
	background: url(images/common/h2_ti.png) 0 29px repeat-x;
	padding:0 0 0 0;
	height:31px;
	margin:0 0 19px 0;
	font-size:18px;
	font-weight:bold;
}
.comparison_list{
	width:100%;
	border:1px solid #c8c8c8;
}
.comparison_list th{
	background: url(images/common/th.png) repeat;
	padding:15px 0;
	text-align:center;
	width:15%;
	border:1px solid #c8c8c8;
}
.comparison_list .th01{
	width:35%;
}
.comparison_list .th02{
	width:20%;
}
.comparison_list td{
	padding:10px 0 10px 25px;
	background:#ffffff;
	border:1px solid #c8c8c8;
}
.comparison_list td dl dt{
	float:left;
	width:90px;
	font-weight:bold;
}
.comparison_list td dl dd{
	padding: 0 0 0 90px;
	font-size:11px;
	color:#666666;
}
.comparison_list td img{
	vertical-align:middle;
}
#footer{
	padding-top:20px;
}
#copyright{
	padding:20px 0 0 0;
	height:60px;
	font-size:10px;
}
/* 下層ページ */
.page-id-8 .h2_ti span{
	display:block;
	background: url(images/house_coating/h2_span.png) top right no-repeat;
}
.coating_top{
	background: url(images/house_coating/coating_top.png) top left no-repeat;
	padding:24px 0 0 0;
	margin:0 0 20px 0;
}
.coating_bottom{
	background: url(images/house_coating/coating_bottom.png) bottom left no-repeat;
	padding:0 0 30px 0;
}
.coating_area{
	background: url(images/house_coating/coating_area.png)  repeat-y;
	padding:0 34px;
	width:892px;
}
.coating_area h3{
	font-size:24px;
	font-weight:bold;
	padding:0 0 0 52px;
	height:41px;
	line-height:41px;
	margin:0 0 20px 0;
}
#glass_coating h3,
#silicon_coating h3{
	background: url(images/house_coating/glass_coating.png) left top no-repeat;
}
#glass_coating .left,
#silicon_coating .left{
	width:430px;
	float:left;
}
#glass_coating .right,
#silicon_coating .right{
	width:420px;
	float:right;
}
#glass_coating .taikyu,
#silicon_coating .taikyu{
	padding:7px 0 27px 0;
	text-align:right;
}
#glass_coating .des,
#silicon_coating .des{
	padding:0 0 30px 0;
}
#glass_coating dl{
	border-left:4px solid #014072;
	padding:0 0 0 14px;
	margin:0 0 20px 0;
}
#glass_coating dl dt{
	font-size:16px;
	font-weight:bold;
	padding:0 0 5px 0;
}
#glass_coating h4{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #dadadb;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}
#glass_coating .rl{
	height:118px;
	font-size:10px;
	font-weight:bold;
}
.glass_coating_test01{
	position:absolute;
	width:200px;
	left:0;
	bottom:0;
	text-align:center;
}
.glass_coating_test02{
	position:absolute;
	width:200px;
	left:220px;
	bottom:0;
	text-align:center;
}
#silicon_coating dl dt{
	font-size:16px;
	font-weight:bold;
	color:#356a9c;
	padding:0 0 10px 0;
}
#mizu h3{
	background: url(images/house_coating/mizu.png) left top no-repeat;
}
.coating_area .photo{
	float:left;
	padding:0 30px 0 0;
}
.coating_area .dl_coating {
	height:144px;
}
.coating_area .dl_coating dt{
	padding:0 0 15px 0;
}
#ishi h3{
	background: url(images/house_coating/ishi.png) left top no-repeat;
}
#kabi h3{
	background: url(images/house_coating/kabi.png) left top no-repeat;
}
#kabe h3{
	background: url(images/house_coating/kabe.png) left top no-repeat;
}
#wa h3{
	background: url(images/house_coating/wa.png) left top no-repeat;
}
#wa {
	margin:0 0 40px 0;
}
.page-id-11 .h2_ti span{
	display:block;
	background: url(images/about/h2_span.png) top right no-repeat;
}
.about_area{
	background: url(images/house_coating/coating_area.png)  repeat-y;
	padding:0 40px;
	width:880px;
}
.h3_ti{
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	border-left:5px solid #014072;
	padding:0 0 0 12px;
	margin:0 0 15px 0;
}
.about_list{
	width:100%;
	border:1px solid #356a9c;
	margin:0 0 30px 0;
}
.about_list th{
	background: #5085bb;
	padding:15px 20px;
	width:30%;
	border:1px solid #356a9c;
	color:#ffffff;
}
.about_list td{
	width:70%;
	border:1px solid #356a9c;
	padding:15px 20px;
}
.about_list td dl{
	margin:0 0 10px 0;
}
.about_list td dl dt{
	float:left;
	color:#356a9c;
}
.map p{
	color:#356a9c;
}
#about_squere{
	border:1px solid #356a9c;
	padding:49px;
}
#about_squere{
	border:1px solid #356a9c;
	padding:49px;
}
#about_squere .left{
	float:left;
	width:302px;
}
#about_squere .right{
	float:right;
	width:430px;
}
#about_squere .right p{
	margin:0 0 20px 0;
}
#about_squere .right .person{
	text-align:right;
	margin:0 0 0 0;
}
#about_squere .right .person span{
	font-size:16px;
}








/* etc */
.rl{
	position:relative;
}