@charset "utf-8";


/* =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.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.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;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {font-size:14px;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#2b5e92;text-decoration:none;}
a:hover{color:#5d8ac1;}
a:active, a:focus {outline:0;}

a.non{
pointer-events:none;/*リンクを非リンクに変える*/
color:#000;
}
a.att{
pointer-events:none;/*リンクを非リンクに変える*/
color:#b22222;
}
/* 全体
------------------------------------------------------------*/
#wrapper{
color:#333;
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
font-size:100%;
}

.inner{
margin:0 auto;
width:100%;
}

/*+++++++++++++++++++++++++
 ヘッダー
-+++++++++++++++++++++++++*/
#header{
height:px;
}

#header h1{
padding:5px 0 10px;
font-size:12px;
font-weight:normal;
}

/*************
/* ロゴ
*************/


/*************
/* 問い合わせ
*************/
#contact img{
clear:both;
margin-top:0px;
line-height:0;
text-align:center;
z-index:0;
}

.contact{
float:left;
}

.contact span{display:block;}

/*************
/* 問い合わせ
*************/

/*************
/* ロゴ+問い合わせ
*************/


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainphoto{
margin:10px auto 20px;
padding:0;
position:relative;
line-height:0;
}

#mainphoto img{
max-width:100%;
height:auto;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
top:10px;
left:0;
padding:5px 10px;
line-height:1.4;
color:#fff;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
background:#2b5e92;
}


.box{
padding:10px;
color:#000;
text-align:center;

background:#f5f5f5;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{padding:10px 0 5px;}
.box h4{padding:10px 0 5px;}
.box h3, .box p{text-align:left;}
.box h4{padding:10px 0 5px;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 5px;
border-radius:3px;
background:#fff;
}

/**************************
/* map
**************************/
.mapWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .mapWrapper{height:1%;}

.map{
float:left;
background:#fff;
}
.box{
padding:10px;
color:#000;
text-align:center;

background:#fff;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{padding:10px 0 5px;}
.box h4{padding:10px 0 5px;}
.box h3, .box p{text-align:left;}
.box h4{padding:10px 0 5px;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 5px;
border-radius:3px;
background:#fff;
}


/*************
メイン コンテンツ
*************/
section.content2{
margin-left:auto;
margin-right:auto;
width:90%;
}

section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

* html section .content article{height:1%;}

section .content p{margin-bottom:5px;}


.name {
clear:both;
padding:-500px; /* パディング（上下、左右） */
}


.name p{
clear:both;
padding:0 20px; /* パディング（上下、左右） */
margin-top:2px; /* マージン（上下左右） */
margin-bottom:-50px; /* マージン（上下左右） */
font-size:16px; /* 文字サイズ */
}

.name img{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.emphasize {
clear:both;
padding:0px 0px; /* パディング（上下、左右） */
margin-top:-20px; /* マージン（上下左右） */
}

.emphasize p{
clear:both;
padding:-10px 20px; /* パディング（上下、左右） */
margin-top:-20px; /* マージン（上下左右） */
font-size:16px; /* 文字サイズ */
}




h3.heading{
font-size: 120%;
font-weight:500;
padding:0 10px;
line-height:36px;
color:#fff;
background:#2b5e92;
border-top:3px solid #5d8ac1;
border-bottom:3px solid #5d8ac1;
    box-shadow:0px 3px 7px 0px  #666666 ;
}

section.content img{
max-width:90%;
height:auto;
}

section.content p {


}

.alignleft{
float:left;
clear:left;
margin:3px 20px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 20px 10px;
}

#gallery .grid{background:transparent;}

#gallery .grid img,.border{box-shadow:0 0 3px #ccc;}

p.headline{
font-size:15px;
font-weight:bold;
}








/*************
メイン コンテンツ2(Q&A)
*************/
section.content2 article{
padding:20px;
margin-bottom:20px;
border:1px solid #000;
overflow:hidden;
}

* html section.content2 article{height:1%;}

section.content2 p{margin-bottom:5px;}

h3.heading2{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#fff;
background:#006400;
border-top:3px solid #5d8ac1;
border-bottom:3px solid #5d8ac1;
}

section.content2 img{
max-width:90%;
height:auto;
}

.alignleft2{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright2{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid2{background:transparent;}

#gallery .grid2 img,.border{box-shadow:0 0 3px #ccc;}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;}


/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar .main{
background:#fff;
margin-top:10px;
padding-bottom:10px;}


#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;}

#sidebar p img{
padding-bottom:5px;
}



#sidebar li:last-child{
border:0;
margin-bottom:0px;}

#sidebar li a{
display:block;}

.date{
font-size:10px;
display:block;
float:right;}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;}

ul.list li{
font-size:12px;
line-height:1.35;}

#sidebar p{
  max-width: 245px;
   height: auto;
}


/*************
/* バナー　設定できず
*************/


/*************
/* サイドメニュー
*************/
.sidemenu{padding:0px;
margin-top:10px;
margin-bottom:10px;}

.sidemenu .main{
background:#fff;
margin-top:10px;
padding-bottom:10px;}


.sidemenu li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;}

.sidemenu li:last-child{
border:0;
margin-bottom:0px;}

.sidemenu li a{
display:block;}

.comment{
font-size:12px;
display:block;
float:right;}

.sidemenu ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;}

ul.list li{
font-size:12px;
line-height:1.35;}


/*************
/* フッター
*************/
#footer{
clear:both;
color:#fff;
margin:0;
}

#footer .inner{
background:#2b5e92;
overflow:hidden;
}

* html #footer .inner{height:1%;}

#footer .grid{
margin:0;
}

#footer #inquiry .logo, #inquiry .contact, #footer #inquiry .inquiry{float:none;}

#footer #inquiry .inquiry{
clear:both;
text-align:left;
margin-left:10px;
}

#footer .logo{
font-size:18px;
margin-left:10px;
}

#footer .inquiry .tel,#footer .inquiry .tel span,#footer #inquiry .open{
font-size:12px;
}

ul.footnav{
float:right;
width:630px;
padding:10px 0;

}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:11px;	
border-right:1px solid #b6b6b6;
line-height: 0.5em
}

#footer a{color:#fff;}
#footer a:hover{color:#ccc;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#333;
}

/*************
/*  影付き文字
*************/
#text-shadow p{
text-shadow: 5px 5px 5px #000;}

#text-shadow h2{
text-shadow: 10px 10px 10px #000;}

/*************
/* フォントサイズ
*************/
span.font1 {font-size: xx-small; }
span.font2 {font-size: x-small; }
span.font3 {font-size: small; }


