@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, 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: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
-webkit-text-size-adjust: none;
letter-spacing: 1px;
background:#fff;
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#e32d52;
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:99%;
line-height:30px;
height:30px;
padding:1px 5px;
margin:0 0 5px 0;
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: #56a8e7;
background: -moz-linear-gradient(top, #56a8e7 0%, #357dbd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56a8e7), color-stop(100%,#357dbd));
background: -webkit-linear-gradient(top, #56a8e7 0%,#357dbd 100%);
background: -o-linear-gradient(top, #56a8e7 0%,#357dbd 100%);
background: linear-gradient(to bottom, #56a8e7 0%,#357dbd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a8e7', endColorstr='#357dbd',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #56a8e7;
background: -moz-linear-gradient(top, #357dbd 0%, #56a8e7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#357dbd), color-stop(100%,#56a8e7));
background: -webkit-linear-gradient(top, #357dbd 0%,#56a8e7 100%);
background: -o-linear-gradient(top, #357dbd 0%,#56a8e7 100%);
background: linear-gradient(to bottom, #357dbd 0%,#56a8e7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357dbd', endColorstr='#56a8e7',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

select {
	border:1px solid #d4d4d7;
	background:#fcfcfc;
	font-size: 14px;
	margin: 0px 0px  5px 0px ;
	padding: 5px 0px 5px 0px;
	height:40px;
}
textarea {
	width: 100%;
	font-size: 14px;
}
input {
	border:1px solid #d4d4d7;
	background:#fcfcfc;
	font-size: 14px;
}
input.kei {
	border:1px solid #d4d4d7;
	background:#fcfcfc;
	font-size: 14px;
	width: 100%;
}
form {
	font-size: 14px;
	line-height: 1.6;
}

/* ラジオボタン、チェックボックス
------------------------------------------------------------*/
input.radio {
	display:inline-block; width:20px; height:30px; vertical-align:top;
}
label.radiolabel {
	display:inline-block; height:35px; line-height:35px; background:#fcfcfc; border:1px solid #d4d4d7;
	margin: 0px 0px  6px 0px ;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:920px;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:920px;
padding:15px 0;
}

#sidebar{
float:right;
width:0px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:10px;
border-bottom:1px solid #5d5d5d;
background:#f6f6f6;
}

.contents{
	clear:both;
	padding:0;
	margin:0;
	width:920px;
	}
.contents2{
	clear:both;
	padding:0;
	margin:0;
	width:920px;
	}

/* ヘッダー
*****************************************************/
#header .bg{background:#eee;}

/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
font-size:80%;
font-weight:normal;
}

#header p{
float:right;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:10px 0 0px 0px;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:23px;
float:right;
}

#header ul li{
display:inline;
margin-left:0px;
font-size:90%;
}

#header ul li a{
padding-left:0px;
color:#000;
}

/* .#content h3,ul
----------------------------------*/

#content h3{
margin-bottom: 20px;
padding: 0 10px 0px 30px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #e32f54;
background: #fff url(../images/bk_h3.png) no-repeat;
}

.thumbWrap ul.thumb li ul.ss {
margin-bottom: 20px;
padding: 0px 5px 0px 0px;
}

.thumbWrap ul.thumb li ul.ss li {
margin: 0 0px 6px 0px;
padding: 0px 0px 0px 10px;
background-image: url(../images/bk_01.png);
background-repeat: no-repeat;
background-position: left top;
}

#content ul.sss{
margin-left: 5px;
padding: 0px 0px 10px 0px;
}

#content ul.sss li{
margin: 0 10px 7px 5px;
list-style: none;
border-bottom: 1px dashed #ccc;
background: url(../images/bk_kiji.png) no-repeat 0 0;
display: block;
padding-left:24px;
color: #555;
}

#content ul.sss_wp{
margin-left: 5px;
padding: 0px 0px 10px 0px;
background: url(../images/site.png) no-repeat right top;
}

#content ul.sss_wp li{
width: 640px;
margin: 0 10px 7px 5px;
list-style: none;
border-bottom: 1px dashed #ccc;
background: url(../images/bk_kiji.png) no-repeat 0 0;
display: block;
padding-left:24px;
color: #555;
}

#content ul.qa {
margin-top: 0px;
margin-left: 5px;
margin-bottom: 20px;
padding: 0px 0px 0px 0px;
}
#content ul.qa li{
font-size: 14px;
line-height: 1.5;
margin: 0 0px 7px 5px;
border-bottom: 1px dashed #ccc;
list-style: none;
display: block;
padding-left:35px;
color: #555;
}
#content ul.qa li.q01{
background: url(../images/bk_q01.png) no-repeat ;
}
#content ul.qa li.q02{
background: url(../images/bk_q02.png) no-repeat ;
}
#content ul.qa li.q03{
background: url(../images/bk_q03.png) no-repeat ;
}
#content ul.qa li.q04{
background: url(../images/bk_q04.png) no-repeat ;
}
#content ul.qa li.q05{
background: url(../images/bk_q05.png) no-repeat ;
}
#content ul.qa li.q06{
background: url(../images/bk_q06.png) no-repeat ;
}
#content ul.qa li.q07{
background: url(../images/bk_q07.png) no-repeat ;
}
#content ul.qa li.q08{
background: url(../images/bk_q08.png) no-repeat ;
}

#content ul.qa li.a01{
background: url(../images/bk_a01.png) no-repeat ;
}
#content ul.qa li.a02{
background: url(../images/bk_a02.png) no-repeat ;
}
#content ul.qa li.a03{
background: url(../images/bk_a03.png) no-repeat ;
}
#content ul.qa li.a04{
background: url(../images/bk_a04.png) no-repeat ;
}
#content ul.qa li.a05{
background: url(../images/bk_a05.png) no-repeat ;
}
#content ul.qa li.a06{
background: url(../images/bk_a06.png) no-repeat ;
}
#content ul.qa li.a07{
background: url(../images/bk_a07.png) no-repeat ;
}
#content ul.qa li.a08{
background: url(../images/bk_a08.png) no-repeat ;
}

.contents ol{
margin-left: 5px;
padding: 0px 0px 0px 0px;
}

.contents ol li{
margin: 0 5px 7px 20px;
padding: 0px 0px 3px 0px;
list-style-type: decimal;
border-bottom: 1px dashed #ccc;
}

/* .post  img
----------------------------------*/
.post p{padding-bottom:15px;}

.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 #357dbd solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #357dbd solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#56a8e7;
}

.post table td{
padding:7px 5px;
border: 1px #357dbd 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;}

/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
text-align:center;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:0px 0;
margin-right:60px;
line-height: 1.8;
}

#footer ul li	a{
padding:0 0 0 12px;
overflow:hidden;
text-decoration:underline;
background:url(../images/arrow.png) no-repeat 0 5px;
}

#footer ul li	a:hover{text-decoration:none;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}

*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#000;
}

/* BOX_３
------------------------------------------------------------*/
.thumbWrap{
width:920px;
margin:0px -22px 20px 0;
}

.thumbWrap li{
float:left;
width: 292px;
margin:0 22px 0 0;
padding:2px 0 20px;
background:none;
}
.thumbWrap li.last{
float:left;
width: 292px;
margin:0 0px 0 0;
padding:2px 0 20px;
background:none;
}

ul.thumb h4{
margin-bottom: 10px;
padding: 0 0px 0px 30px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #e32f54;
background: #fff url(../images/bk_h4.png) no-repeat;
}

.post table.re {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.post table.re td.re01 {
	margin: 0px;
	padding: 3px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #e5e5e5;
	font-size: 12px;
	color:#666;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
	vertical-align: middle;
}
.post table.re td.re02 {
	margin: 0px;
	padding: 3px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:url(../images/mainnavBg.png) repeat-x;
	}
	
	nav#mainNav ul{
	content:""; display: table;clear: both;zoom:1;
	border-right:1px solid #265b8b;
	border-left:1px solid #265b8b;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-left:1px solid #265b8b;
	border-right:1px solid #70a7d7;
	}
	
	nav#mainNav ul li:first-child{
	border-left:1px solid #70a7d7;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	height:40px;
	line-height:40px;
	font-size:110%;
	padding:15px 29px 5px;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	white-space: nowrap;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#fff;
	}

	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: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;
	border:0;
	}

	nav#mainNav ul li li,nav#mainNav ul li li:first-child{
	padding:0 0 0 10px;
	margin:0;
	float: none;
	height:40px;
	line-height:40px;
	width:160px;
	border:0;
	background:url(../images/mainnavBg.png) repeat-x 0 -2px;
	}

	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: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:0px 0px 10px 0;
	}
	
	nav#mainNav .inner{width:100%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #357dbd url(../images/menuOpen.png) no-repeat 5px 10px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: #56a8e7 url(../images/menuOpen.png) no-repeat 5px -32px;
	}
	
	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;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px 15px 35px;
	text-align:left;
	border-bottom:1px solid #56a8e7;
	background:#fff url(../images/before.gif) no-repeat left top;
	}

	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{
	color:#fff;
	background:#357dbd;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	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:#fff url(../images/sub1.png) no-repeat 20px 18px;}

	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:#357dbd url(../images/sub1.png) no-repeat 20px -61px;}
	
	nav#mainNav ul li li:last-child a{background:#fff url(../images/subLast.png) no-repeat 20px 20px;}
	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:#357dbd url(../images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}

	nav#mainNav ul li a::before {
	content: '';
	position: relative;
	float: right;
	width: 8px;
	height: 8px;
	margin-top: 5px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

	nav#mainNav{
	padding:0;
	margin:0px 0px 0px 0px;
	}
}

/* 919px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 919px){
	#wrapper, #header, .inner{width:100%;}

	#header h1, #header p{padding:5px 10px;}
	#header h2{padding:5px 0px 0px 5px;}
	#header ul{padding:18px 5px 0px 0px;}


	nav#mainNav ul, .thumbWrap{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:100%;
	float:none;
	margin:0 auto;
	padding:5px 0;
	}
	
	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{display:inline;margin:0 10px;}
	#banners p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}

	#footer{margin:0;border:0;text-align:center;}
	
	#footer ul{	text-align:center;	}
	#footer ul li{margin-right:20px;}
}

/* 幅919px以下から  BOX_３の画像調節、ヘッダータイトルの非表示、contentsの追加、ナビメニューとメインイメージの間隔調整
------------------------------------------------------------*/
@media only screen and (max-width: 919px){
	.thumbWrap{width:100%;margin:0 auto;text-align:left;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
	.thumbWrap img{width:100%;height:auto;}

	.thumbWrap ul.thumb li ul.ss li {width:95%; float:left;margin:0 1% 0 2%;}

	#header h1,#header p{
	display:none;
	}

	.contents{
	clear:both;
	padding:0 0 10px 0;
	margin:0 auto;
	width:95%;
	}
	.contents2{
	clear:both;
	padding:0 0 10px 0;
	margin:0 auto;
	width:98%;
	}

	nav#mainNav{
	padding:0;
	margin:0px 0px 5px 0px;
	}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:center;padding:5px;}
	#footer ul ul{padding:0;}

	#header h2{
	clear:both;
	float:none;
	margin:0 auto;
	padding:10px 0 0px 0px;
	text-align:center;
	}

	#header ul{
	float:none;
	margin:0 auto;
	padding-top:0px;
	text-align:center;
	}

	#header h2 img{width:50%;height:auto;}
	#header ul li img{width:35%;height:auto;}

	#content ul.sss_wp{background: none;}
	#content ul.sss_wp li{width: 88%;}
}

/* スマートフォン */
@media only screen and (max-width:480px){
	.thumbWrap{width:98%;text-align:left;}
	.thumbWrap ul.thumb li{width:98%;}
	.thumbWrap img{width:80%;height:auto;}

	#header h2 img{width:60%;height:auto;}
	#header ul li img{width:45%;height:auto;}

	.thumbWrap ul.thumb li ul.ss li {width:95%;}

	.thumbWrap img.respo{
	display:none;
	}
}

/* NEW
------------------------------------------------------------*/
.clear{clear:both;}
.post p {
	margin: 0;
	padding: 0;
}
.post p.m5 {
	margin: 0 0 5px;
	padding: 0;
}
.post p.m10 {
	margin: 0 0 10px;
	padding: 0;
}
.post p.m10w {
	margin: 10px 0;
	padding: 0;
}
.post p.m15 {
	margin: 0 0 15px;
	padding: 0;
}
.post p.m20 {
	margin: 0 0 20px;
	padding: 0;
}
.spotlight1 {
	color: #c00;
}
.spotlight2 {
	color: #c00;
	font-size: 85%;
	font-weight: bold;
}
.spotlight3 {
	color: #e32d52;
	font-size: 14px;
	font-weight: bold;
}
.bold {
	color: #555;
	font-weight: bold;
}
.note {
	font-size: 85%;
}
.to {
	color: #555;
	font-weight: bold;
	margin:0px 0 0px 0px;
	padding:0px 0 0px 0px;
	text-align:right;
}
span.sup {
	vertical-align: super;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
	color: #e32d52;
}
p.c_item {
	font-size: 14px;
	line-height: 2;
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 3px 0px;
	background-image: url(../images/bk_c_item.gif);
	background-repeat: no-repeat;
}
img.left_p {
	float: left;
	margin:0 5px 10px 0;
}
.tel-link {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
p.conta {
	font-size: 14px;
	line-height: 2;
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 3px 0px;
	background-image: url(../images/bk_conta1.gif);
	background-repeat: no-repeat;
}