﻿@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 {
color:#333;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
background:#e3f3fa;
}


/* リンク設定
------------------------------------------------------------*/
/*a{color:#00a0e9;text-decoration:none;}*/
a{color:#000000;text-decoration:none;}
a:hover{color:#006699;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:20px 1% 0;
width:98%;
position:relative;
}

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


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

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

/*************
/* ロゴ
*************/
.logo{
float:left;
margin-left:17px;
}

.logo a{
color:#333;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:18px;
text-align:right;
}
/*************
/* 広告
*************/
.ad{
float:right;
padding-right:20px;
padding-top:10px;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}


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

#mainBanner img{
max-width:100%;
height:auto;
border:4px solid #f1f1f1;
}

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

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


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

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.box{
margin:0 5px;
padding:10px;
background:#fff;
}

.box img{
max-width:100%;
height:auto;
border:4px solid #f1f1f1;
}

.box h3{
padding:10px 0 5px;
font-weight:bold;
}

.box h3, .box p{text-align:left;}

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



/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
background:#fff;
overflow:hidden;
}

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

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

h3.heading{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#333;
background:#fff;
border-bottom:2px solid #858585;
}

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

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

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

#gallery .grid img,.border,ul.list img{border:4px solid #f1f1f1;}
/* ----------------------------------------------------------------- */
/* ここからはカスタマイズしたＣＳＳ */
/* ----------------------------------------------------------------- */
/* <p class="title"></p> */
p.title{
color=#333;
margin:3px 10px 3px 0px; /* top,right,bottom,left */
font-size:14px;
font-weight:bold;
}
/* <p class="clearLeft"></p> 回り込みの解除 */
p.clearLeft{
clear: left; 
}

table.white{
   background:#f5f5f5;
}
/* ========MET MENU CUSTOMIZE======== */
#met_menu ul {
   margin:2;
   padding:0;
   text-align: center;
}

/* <li></li> ------------------- */
#met_menu li {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   line-height:1.5;
   color:#333;
   background:#87cefa; /*　skyblue */
   width:110px;
}
/* <li><a></a></li> ------------------- */
#met_menu li a {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   padding-top:6px;
   line-height:1.5;
   color:#000;
   background:#87cefa; /*　skyblue */
   width:110px;
}
#met_menu li a:hover{
	background:#00ffff; /*　cyam */
}
/* <li class="active"></li> ------------------- */
#met_menu li.active {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   padding-top:6px;
   padding-bottom:2px;
   line-height:1.5;
   color:#000;
   background:#d3d3d3; /* rightgrey */
   width:110px;
}
/* <li class="blank"></li> ------------------- */
#met_menu li.blank {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   line-height:1.5;
   width:110px;
}
/* ========MET MENU2 CUSTOMIZE======== */
#met_menu2 ul {
   margin:2;
   padding:0;
   text-align: center;
}
/* <li><a></a></li> ------------------- */
#met_menu2 li {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   line-height:1.5;
   color:#333;
   background:#7fffd4; /*　aquamarine */
   width:110px;
}
#met_menu2 li a {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   padding-top:6px;
   line-height:1.5;
   color:#000;
   background:#7fffd4; /*　aquamarine */
   width:110px;
}
#met_menu2 li a:hover{
	background:#00ff00; /*　lime */
}
/* <li class="active"></li> ------------------- */
#met_menu2 li.active {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   padding-top:6px;
   padding-bottom:2px;
   line-height:1.5;
   color:#000;
   background:#d3d3d3; /* rightgrey */
   width:110px;
}
/* <li class="blank"></li> ------------------- */
#met_menu2 li.blank {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   line-height:1.5;
   width:110px;
}
/* ========MET MENU3 CUSTOMIZE======== */
#met_menu3 ul {
   margin:2;
   padding:0;
   text-align: center;
}
/* <li><a></a></li> ------------------- */
#met_menu3 li {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   line-height:1.5;
   color:#333;
   background:#fffacd; /*　lemonchiffon */
   width:110px;
}
#met_menu3 li a {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   padding-top:6px;
   line-height:1.5;
   color:#000;
   background:#fffacd; /*　lemonchiffon */
   width:110px;
}
#met_menu3 li a:hover{
	background:#ffd700; /*　gold */
}
/* <li class="active"></li> ------------------- */
#met_menu3 li.active {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   padding-top:6px;
   padding-bottom:2px;
   line-height:1.5;
   color:#000;
   background:#d3d3d3; /* rightgrey */
   width:110px;
}
/* <li class="blank"></li> ------------------- */
#met_menu3 li.blank {
   display:block;
   float:left;
   text-align: center;
   margin-right:2px;
   margin-bottom:2px;
   line-height:1.5;
   width:110px;
}
/* ----------------------------------------------------------------- */


/*************
テーブル
*************/
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 article{background:#fff;}

#sidebar ul{padding:10px;}

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

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

#sidebar li a{display:block;}

#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;
}


/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

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

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

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

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

#footer a{color:#333;}
#footer a:hover{color:#888;}

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


/* PC用------------------------------------------------------------*/
/*@media only screen and (min-width: 960px){*//*メディアによるレイアウト変更はしない*/
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav#mainNav{
	clear:both;
	width:929px;
	margin: 12px auto 0 auto;
	overflow:hidden;
	position:relative;
	border-bottom:2px solid #858585;
	background:#fff;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:185px;
	height:46px;
	padding-top:11px;
	color:#333;
   border-right:1px dotted #dadada;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#afafaf;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#909090;
	padding-top:11px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}
	
	#main{
	float:right;
/*	width:667px;*/
	width:931px;
	padding-right:15px;
	}
	
/*}*/
