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

body{
margin: 0;
background-attachment: fixed;
background-image:linear-gradient( 135deg, rgba(255, 255,255, 0.3), rgba(90, 102, 140, 0.3)),
	url("image/banners/bg.jpg");
	color:#0d0015;
	font-size:14px;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, "メイリオ", sans-serif;
	line-height:1.5;
	-webkit-text-size-adjust:100%;
}
* { 
    margin: 0px; 
    padding: 0px; 
}


/* リンク設定
------------------------------------------------------------*/
a{color:#7076AD;text-decoration:none;
font-weight:bold;}
a:hover{color:#80989b;
}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
background-color:#fff;
margin:5 auto;
padding:0 1%;
width:100%;
position:relative;
}

.inner{
background-color:#fff;
margin:0 auto;
width:100%;
}

p{
padding:20px;
  text-indent: 1em;
}

br{
	padding:20px;
	}
.wrap_original {
overflow: hidden;
}
/*************
/* ヘッダー
*************/
#header{
background:#fff;
height:90px;
margin: 0;
}

#header h1{
padding:5px 0 10px;
font-size:14px;
font-weight:normal;
filter:alpha(15);
margin: 0;
}

.search_container{
  box-sizing: border-box;
  background: #fff;
  float:right;
  margin-top: 5px;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 265px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #3879D9;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right:0px;
  top: -3px;
  outline : none;
}

/*************
/* ボタン
*************/
.btn {
  display: inline-block;
  padding: 0.5em 1em;
  color: #FFF;
  background-color: darkorange;
  font-size: 16px;
  cursor: pointer;
}
.btn.box p.readmore a
  background-color: orange;
}
.disable {
  background-color: gray;
  cursor: not-allowed;
}
.disable:hover {
  background-color: gray;
}

/*************
/* ロゴ
*************/
.logo{
width:100%;
float:left;
}

.logo a{
color:#555;
}

.logo p{float:left;}

.logo span{display:block;}

.privacy{
width:100%;
float:right;
}


/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

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


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

.logo span,.info span{
font-size:.6em;
font-weight:normal;
}
.logo img:hover {
   opacity: 0.5;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
margin:0px;
padding:0;
position:relative;
text-align:center;
}
#mainBanner .inner{position:relative;}

#mainBanner img{
margin-top:10px;
margin-bottom:10px;
max-width:98%;
height:auto;
}

.slogan{
color:#fff;
font-weight:bold;
position:absolute;
max-width:100%;
height:auto;
bottom:42%;
left:40px;
padding:5px 10px;
line-height:1.4;
text-align:left;
}

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


/**************************
/* グリッド
**************************/
.gridWrapper{
background-color:#fff;
clear:both;
padding-bottom:20px;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
overflow:hidden;
}

.box{
padding:10px;
}

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

.box h3{
font-weight: bold;
color:#0f2350;
font-size:17px;
padding:5px;
}

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

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

.box img:hover {
   opacity: 0.5;
}

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

}

section.toppage article,section.content .archive{border:0;}

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

h3.heading{
color:#165e83;
font-size:16px;
font-weight:bold;
padding:20px;
margin-bottom:5px;
border-top:2px solid #165e83;
border-bottom:2px solid #165e83;
}

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

}

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

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

.pagetop {
	color: #fff;
	background-color: rgba(197, 199, 201,.7);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #24b3d4;
	text-decoration: none;
}
.rsample{
	 float: right;
	 margin : 10px ;
    width:350px;
    position:relative;
}

.rsample span{
    position:absolute;
    bottom:5px;
    font-size: 25px;   
    left:0px;
    width:350px;
    text-align:center;
    color:#fff;
    line-height:250%;
    background-color:#000;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.rsample a{
    display:block;
}

.rsample img{
    width:350px;
}
.rsample:hover {
   opacity: 0.5;
}
/*************
/* サイドバー
*************/
#sidebar article{
clear:both;
margin-bottom:20px;
}

#sidebar ul{padding:15px 0;}

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

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

#sidebar li a{
color:#555;
font-size:12px;
display:block;
}

#sidebar li a:hover{
color:#999;
font-size:12px;
display:block;
}


/*************
/* フッター
*************/
#footer{
background:#fff;
clear:both;
hight:250px;
width:100%;
border-top:3px solid #9caeb7;
}

#footer a{
color:#020e1c;
}

#footer a:hover{
color:#999;
}

#footer .inner{
padding:40px 0;
overflow:hidden;
}

#footer .grid{
margin:0;
}

#footer #info{float:left;}

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

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

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

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

ul.footnav{
float:right;
width:620px;
padding:10px 0;
}
ul.footnav ul{display:none;}

ul.footnav li{
float:left;
margin:10px 0 10px 0;
padding:0 7px 0 8px;
border-right:1px solid #135657;
}

ul.footnav a{
font-weight: normal;
color:#74BDDA;
text-decoration:none;
transition: 0.5s;
display: inline-block;
transition: 0.5s;
}


#copyright{

clear:both;
padding:20px 0 10px 0;
text-align:center;
font-style:normal;
font-size:10px;
color:#020e1c;
hight;100%:
}

ul.footnavI{
margin:10px;
float:left;
width:620px;
padding:10px 0;
}
ul.footnavI ul{display:none;}

ul.footnavI li{

float:left;
margin:10px 0 10px 0;
padding:0 7px 0 8px;
border-right:1px solid #135657;
}

ul.footnavI a{
font-weight: normal; 
color:#74BDDA;
text-decoration:none;
transition: 0.5s;
display: inline-block;
transition: 0.5s;
}


#copyright{

clear:both;
padding:20px 0 10px 0;
text-align:center;
font-style:normal;
font-size:10px;
color:#020e1c;
hight;100%:
}
/* page navigation
------------------------------------------------------------*/
.pagenav{
padding:20px;
background:#fff;
clear:both;
width:90%;
height:30px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* タイポグラフィ
*****************************************************/
.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.post{padding:20px;}
.post p{padding-bottom:10px;}

.post ul{margin:0 0 10px 10px;}

.post a{
color:#7076AD;

border-radius:3px;
}

.post a:hover {
 color:#C4FCEF;
 }
.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(image/bullet.png) no-repeat 0 8px;
}

.post ol{margin:0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#000;
font-weight:bold;
border-bottom:3px solid #cf6a88;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:bold;
color:#333;
border-bottom:2px solid #cf6a88;
}

.post h3{
color:#165e83;
margin:10px 0 25px 0;
padding:10px 0 10px 0;
font-size:120%;
font-weight:bold;
border-bottom:1px solid #009bbf;
}

.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-collapse:collapse;
margin:5px auto 15px auto;
}

.post table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:10px;
border:1px solid #0078ba;
line-height:20px;
}
.post table th:nth-child(1) {
background-color:#bbe2f1;
font-weight:bold;
}

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


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;
margin:5px}

img.aligncenter{
display:block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:10px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:960px){
	nav div.panel{background:#ebf6f7;
	Width:100%;
	display:block !important;
	float:left;
	}

	#menu{display:none;}
	
	#mainNav{
	clear:both;
	z-index:200;
	position:relative;
	}

	#mainNav li{
	float:left;
	position:relative;
	border-left: double 1px #fff;/*左線*/
    border-right: double 1px #fff;/*右線*/
	}

	#mainNav li a{
	color:#1f3134;
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:134px;
	height:30px;
	padding:15px 0;
	border-top:2px solid #80989b;
	border-bottom:2px solid #80989b;
	
	}

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

	#mainNav li a span{
	color:#80989b;
	font-size:10px;
	}
	
	#mainNav ul ul{width:160px;background:#fff;}
	#mainNav li ul{display:none;}

	#mainNav li:hover ul{
	color:#80989b;
	display:block;
	position:absolute;
	top:64px;
	z-index:500;
	}
	#mainNav li li{
	margin:0;
	float:none;
	width:160px;
	border:0;
	}
    #mainNav li li:last-child{border:0;}
	
	#mainNav li li a{
	width:auto;
	height:auto;
	padding:10px;
	font-size:95%;
	text-align:left;
	border:0;
	}

	#mainNav li li span{padding:0 10px;}
	
	#mainNav li.current-menu-item a{
	background:#2a83a2;
	border-color:#00608d;
	transform:scale(1, 1.1);
	}
	
	#mainNav li a:hover,#mainNav li.current-menu-item li a:hover{
	color:#80989b;
	}
	#mainNav li.current-menu-item a{
	color:#ebf6f7;
	}
	#mainNav li.current-menu-item span{
	color:#fff;
	font-size:10px;
	}
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{clear:both;padding:20px 0;}
	
	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0;
	overflow:hidden;
	}
	
	#sidebar article{
	margin-bottom:20px;
	overflow:hidden;
	}
	
	.logo{width:500px;margin-left:10px;}
	
	/* グリッド全体 */
	.gridWrapper{
	display:table;
	border-collapse:separate;
	border-spacing:0px;
	}
	
	/* グリッド */
	.grid{
	width:320px;
	display:table-cell;
	}

}
.post table{
}

.post table th{
white-space: nowrap !important;
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
         -o-box-sizing:border-box;
        -ms-box-sizing:border-box;
            box-sizing:border-box;
	}
	
	#mainNav{
	background-color:#fff;
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	border:1px solid #483d8b;
	border-left:0;
	border-right:0;
	}

	#mainNav a.menu{
	color:#555;
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	
	}

	#mainNav a#menu span{
	padding-left:10px;
	}
	#mainNav a.menu span:before{content:"≡ ";}
	#mainNav a.menuOpen span:before{content:"× ";}

	#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display:none;
	background-color:#ebf6f7;
	width:100%;
	right:0;
	top:0;
	z-index:1;
	}
	
	#mainNav ul{margin:0;padding:0;}

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

	#mainNav li a,#mainNav li.current-menu-item li a{
	color:#555;
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
 	#mainNav li a span{padding-left:10px;}
	
	
	#mainNav ul > li:last-child a{border:0;}
	#mainNav li li:last-child a{border-bottom:1px dashed #ccc;}
 
	#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{
	color:#555;
	}

	#mainNav li li{
	float:left;
	border:0;
	}

	#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
	padding-left:40px;
	background:url(image/sub1.png) no-repeat 20px 18px;
	}

	#mainNav li li.current-menu-item a,#mainNav li li a:hover, #mainNav li.current-menu-item li a:hover{background:url(image/sub1.png) no-repeat 20px -62px;}

	#mainNav li li:last-child a{background:url(image/subLast.png) no-repeat 20px 20px;}
	#mainNav li li:last-child.current-menu-item a,#mainNav li li:last-child a:hover,#mainNav li.current-menu-item li:last-child a:hover{background:url(image/subLast.png) no-repeat 20px -65px;}

	nav div.panel{float:none;}
	
	#header{padding-left:10px;}
	
	#main{padding-top:0px;}
	section.toppage{margin:0;}
	#sidebar{padding-bottom:15px;}
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav,#footer ul.footnavI{float:none;width:100%;text-align:center;}
	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	float:left;
	width:32%;
	margin:10px 0 0 1%;
	}
	#footer{width:100%;}
	#footer .grid img,#footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	#footer.logo,#footer .info{width:100%;float:none;}
	#footer .logo p{float:none;display:block;	}
	#footer .logo img{float:none;padding:0;}

@media only screen and (max-width:640px){
	#header{height:auto;padding-bottom:40px;}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{clear:both;width:100%;float:none;}
	#header .search_container{float:center;}
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright,img.alignleft,img.alignright{float:none;display:block;margin:0 auto 10px;}

}


@media only screen and (max-width:480px){
	.grid{width:100%;margin:10px 0;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
}
