@charset "utf-8";

/*
Theme Name:04bluegradationAKN02-0401
Template:AKN02-0401
Theme URI: http://hp-morph.com/
Description: AKN02-0401
Version: 1.41
Author: Vision Inc.
Author URI: http://hp-morph.com/
Tags: simple

	hp-morph.com Template ver1.41
	 http://hp-morph.com/

	This theme was designed and built by hp-morph.com template,
	whose blog you will find at http://hp-morph.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;}


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:90%/1.5 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
color:#252525;
-webkit-text-size-adjust: none;
}



/* リンク設定
------------------------------------------------------------*/
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:#999;
}


/**** 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"],input[type="tel"],input[type="email"],input[type="date"],input[type="url"],input[type="number"],select,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: #0b3493;
background: -moz-linear-gradient(top, #0b3493 0%, #324B68 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b3493), color-stop(100%,#324B68));
background: -webkit-linear-gradient(top, #0b3493 0%,#324B68 100%);
background: -o-linear-gradient(top, #0b3493 0%,#324B68 100%);
background: -ms-linear-gradient(top, #0b3493 0%,#324B68 100%);
background: linear-gradient(to bottom, #0b3493 0%,#324B68 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3493', endColorstr='#324B68',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: #0b3493;
background: -moz-linear-gradient(top, #324B68 0%, #0b3493 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#324B68), color-stop(100%,#0b3493));
background: -webkit-linear-gradient(top, #324B68 0%,#0b3493 100%);
background: -o-linear-gradient(top, #324B68 0%,#0b3493 100%);
background: -ms-linear-gradient(top, #324B68 0%,#0b3493 100%);
background: linear-gradient(to bottom, #324B68 0%,#0b3493 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324B68', endColorstr='#0b3493',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
background:#fff;
background:none;
background-position: center;
}


#content{
float:right;
width:710px;
padding:20px 0;
line-height:1.6em;
}

#sidebar{
float:left;
width:225px;
padding:20px 0;
font-size:93%;
}

#footer{
clear:both;
border-bottom:1px solid #5d5d5d;
background:#f6f6f6;
}


/* ヘッダー
*****************************************************/
#header .bg{}

#header .logo{padding:10px 0 10px 0;}

/* サイト説明文 + 住所
----------------------------------*/
#header h1{
float:left;
padding:3px 0;
color: #333333;
font-size:70%;
font-weight:normal;
}

#header p{
font-size:93%;}

#header p{
float:right;
}
#header .description{
float:left;
color: #333333;
padding: 3px 0;
font-size:70%;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#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;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
margin-top:10px;
clear:both;
line-height:0;
text-align:center;
z-index:0;
}

.post{
margin:0 0 20px 0;
/*border:1px solid #dadada;*/
background: #fff;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 20px 0;
padding:7px 10px;
border:1px solid #dadada;
border-bottom:0;
background:#fff 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-bottom:5px;
padding-left:15px;
background:url(images/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;
border-bottom:3px solid #000;
}

.post h2{
    background: none repeat scroll 0 0 #f9fafb;
    border: 1px solid #dbdcdc;
    border-radius: 3px;
    color: #333;
    font-size: 114.3%;
    line-height: 1.25;
    margin-bottom: 20px;
    padding: 8px 0 5px 10px;
    position: relative;
	font-size: 114.3%;
	font-weight:bold;
}

.post h2:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.post h2:before {
    background: none repeat scroll 0 0 #0b3493;
    content: "";
    display: block;
    height: 17px;
    left: -1px;
    position: absolute;
    top: 9px;
    width: 5px;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#324B68;
border-bottom:1px solid #515151;
}

.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 dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;padding: 4px;/*border: 1px solid #cccccc !important*/;}

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;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo{
margin: 0 0 20px;
background: #fff;
}

section.widget ul, .widget_search, #calendar_wrap, .textwidget{
}

#banners img{
max-width:225px;
height:auto;
padding-bottom:10px;
}


section.widget h2{
clear:both;
margin:0 0 5px 0;
padding:15px 10px;
font-size:120.6%;
font-weight:bold;
text-align:center;
background: none repeat scroll 0 0 #0b3493;
color:#FFFFFF;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
}


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 li a{
display:block;
padding: 10px 0 10px 12px;
border-bottom: 1px dashed #DCDCDC;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget li:last-child a{border:0;}

section.widget a:hover{
text-decoration:none;
background-position: 3px 50%;
}



#searchform input[type="text"]{
line-height:1.7;
height:30px;
width:100px;
}


/* お知らせ　
-------------*/
.newsTitle{
background: none repeat scroll 0 0 #0b3493;
    clear: both;
    color: #ffffff;
    font-size: 120.6%;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 15px 10px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
}
.newsTitle a{
    color: #ffffff;
    font-size: 90%;	
}

.newsTitle h2{
float:left;
font-weight:normal;
}

.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%;
font-size:93%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px dashed #DCDCDC;
margin:0 10px;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-size:93%;
}

.news a span{
color:#515151;
font:normal 93% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}



/* フッター
*****************************************************/
#footer ul{
padding-bottom:5px;
font-size:93%;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:60px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#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:#0B3493;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0b4ebd), color-stop(0.00, #0b1a67));
background: -webkit-linear-gradient(#0b1a67, #0b4ebd);
background: -moz-linear-gradient(#0b1a67, #0b4ebd);
background: -o-linear-gradient(#0b1a67, #0b4ebd);
background: -ms-linear-gradient(#0b1a67, #0b4ebd);
background: linear-gradient(#0b1a67, #0b4ebd);
}




/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#0b3493;
text-align:center;
}


/* トップページ フロントページバナー
------------------------------------------------------------*/
.thumbWrap{
width:730px;
margin:0px 0px 20px 0;
}

.thumbWrap li{
float:left;
width: 223px;
margin:0 20px 0 0;
padding:0 0 30px;
background:none;
}


/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #777;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#0b3493;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#324B68;}



/* post内レスポンシブブロック指定
------------------------------------------------------------*/
.post .colum2_50 {
display: inline-block;
margin: 7px;
width: 47%;
vertical-align:top;
}

.post .colum2_30 {
display: inline-block;
margin: 7px;
width: 27%;
vertical-align:top;
}

.post .colum2_70 {
display: inline-block;
margin: 7px;
width: 67%;
vertical-align:top;
}


.post .colum3_33 {
display: inline-block;
margin: 7px;
width: 30%;
vertical-align:top;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1024px){
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:#0b3493;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0b4ebd), color-stop(1.00, #0b1a67));
background: -webkit-linear-gradient(#0b4ebd, #0b1a67);
background: -moz-linear-gradient(#0b4ebd, #0b1a67);
background: -o-linear-gradient(#0b4ebd, #0b1a67);
background: -ms-linear-gradient(#0b4ebd, #0b1a67);
background: linear-gradient(#0b4ebd, #0b1a67);
box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 10px 3px -8px #cccccc;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-right:1px solid #324B68;
	}

	nav#mainNav ul li:first-child{border-left:1px solid #324B68;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:15px 35px 5px 35px;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	line-height:1.3;
	}

	nav#mainNav ul li a span{
	font-size:75%;
	color:#FFFFFF;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }

  a#menu{display:none;}

  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
  background:#324B68;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0b4ebd), color-stop(0.00, #0b1a67));
background: -webkit-linear-gradient(#0b1a67, #0b4ebd);
background: -moz-linear-gradient(#0b1a67, #0b4ebd);
background: -o-linear-gradient(#0b1a67, #0b4ebd);
background: -ms-linear-gradient(#0b1a67, #0b4ebd);
background: linear-gradient(#0b1a67, #0b4ebd);
box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);



  }

  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:-2px;
  z-index:500;
  }

  nav#mainNav ul li li{
  text-indent:10px;
 	padding:0;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
  background:#324B68;
	border:0;
  border-bottom:1px solid #324B68;
  }

	nav#mainNav ul li li:first-child{border-left:0;}

  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }

	nav#mainNav ul li li a span{padding:0 10px;}

	nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#327cab;}

	nav#mainNav ul li:hover ul li:last-child{
	border:0;
	}
	
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1023px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	}

	nav#mainNav .inner{width:97%;}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	border:1px solid #0b3493;
  background: #0b3493 url(images/menuOpen.png) no-repeat 5px 10px;
  background: url(images/menuOpen.png) no-repeat 5px 10px, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0b4ebd), color-stop(0.00, #0b1a67));
background: url(images/menuOpen.png) no-repeat 5px 10px, -webkit-linear-gradient(#0b1a67, #0b4ebd);
background: url(images/menuOpen.png) no-repeat 5px 10px, -moz-linear-gradient(#0b1a67, #0b4ebd);
background: url(images/menuOpen.png) no-repeat 5px 10px, -o-linear-gradient(#0b1a67, #0b4ebd);
background: url(images/menuOpen.png) no-repeat 5px 10px, -ms-linear-gradient(#0b1a67, #0b4ebd);
background: url(images/menuOpen.png) no-repeat 5px 10px, linear-gradient(#0b1a67, #0b4ebd);
box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	}

	nav#mainNav a#menu span{padding-left:35px;}

	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#0b3493;
	background: #fff 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;
	border:1px solid #515151;
	}

	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;
	text-align:left;
	color:#fff;
	border-bottom:1px solid #324B68;
	background:#0b3493;
	}

 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:#327cab;
	background:#324B68;
	}

	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:#0b3493 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:#324B68 url(images/sub1.png) no-repeat 30px 50%;}

	nav#mainNav ul li li:last-child a{background:#0b3493 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:#324B68 url(images/subLast.png) no-repeat 30px 50%;}

	nav div.panel{float:none;}

	#mainImg{margin-bottom:5px;}
	#header .logo{padding:10px}
	#header .add{padding:0 10px 0 0; margin-top:-5px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header p, #header .description{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 img{width:98%;height:auto;}
	.thumbWrap li{padding:0 0 10px 0}
	#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 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;}
	.post .colum2_50 {text-align:center;}
}


/* 幅799px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 799px){
.thumbWrap{width:100%;margin:0 auto;text-align:center;}
.thumbWrap ul.thumb li{width:30%; display:inline;margin:0 1% 0 2%;}
.thumbWrap img{width:100%;height:auto;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center; background:none;}
	#header h2,#header ul{float:none;}
	#header h1, #header p, #header .description{ float:none;text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	#header .add{ font-size:100%!important;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
  /*追記 2014/04/17*/
  #content img{width:auto;max-width: 85%; height:auto;}
  #content .post_img img{float:none;width:auto;max-width: 96%;}
  #content .post_img{max-width:300px;width:auto;margin:0 auto;float: none;}
  #content .post_text70{width: 94%;margin: 0 auto;float: none;}
  #content #social{float:none;}
  body #header .logo{float:none;text-align:center; padding:15px 0 0 0;}
  #header .contact,#header .contact p{float:none;margin:0 auto;text-align:center;width:80%;padding:0;font-size:85%; margin-bottom:10px;}
  .post .colum2_50 {display: inline-block;margin: 7px;width: 96%;}
  .post .colum2_30 {display: inline-block;margin: 7px;width: 96%;}
  .post .colum2_70 {display: inline-block;margin: 7px;width: 96%;}
  .post .colum3_33 {display: inline-block;margin: 7px;width: 96%;}
  
}

/* Contact form 7用
------------------------------------------------------------*/
.rad-text{
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    width: 80%;
    height: 25px;
}
.rad-area{
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    width: 80%;
    height: 90%;
}
.rad-sub{
    border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
    width: 25%;
    height: 35px;
    background-color:#eee;
}
/*--------------------------------------------
検索バーの左に表示されるテキストの検索を消す
--------------------------------------------*/
.screen-reader-text { display: none;}
/*--------------------------------------------
ここから追記　2014/04/17
--------------------------------------------*/


#header .logo{
  clear:both;
  float:left;
  font-size:160%;
  font-weight:bold;
}
#mainImg img{
box-shadow: 0 10px 3px -8px #cccccc;
}

/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1023px){
	body nav#mainNav{
	height:auto;
	}
}
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
#breadcrumb{
border-bottom:#CCCCCC dotted 1px;
border-top:#CCCCCC dotted 1px;
background:#f6f6f6;
clear:both;
padding:3px;
}

#breadcrumb ul{
  width: 100%;
  max-width: 960px;
  margin:0 auto;
  padding-left:1em;
}
#breadcrumb ul li{
  float:left;
  color:#999999;
  margin:0 5px;
  font-size:11px;
}
#breadcrumb ul li a{
  color:#999999;
}
#breadcrumb ul li a:hover{
  text-decoration:underline;
}
/*--------------------------------------------
アーカイブ
--------------------------------------------*/
.post_img img{
  float:left;
  width:100%;
  height:auto;
  border: 1px solid #ddd;
  padding:5px;
}
.post .post_img{
  width:30%;
  margin: 0 0 0 1%;
  padding: 0;
  float: left;
}
.post_text{
  width:98%;
  margin:0 auto;
}
.post_text70{
  width: 64%;
  float:right;
  margin-right: 1.4%;
}

.post li{
    border-bottom: 1px dotted #DDDDDD;
    clear: both;
    line-height: 1.6em;
    margin: 1em 0;
    padding: 0;
}
.post h2{
/*  float:left; */
  width:98%;
  border-width:1px;
}
.post .time{
  padding:0;
  font-size:90%;
  clear:both;
  color: #FFFFFF;
  background-color: #0b3493;
  border-radius:3px;
  display:inline;
  padding:1px 6px;
  margin-bottom:5px;
}
.post .time a{
  color:#fff;
}
.post .post_text h3{
  background:none;
  margin:0.2em;
}

.post_link{
  float:right;
  clear:both;
  margin: 10px 0;
}
li .post_contents{
  clear:both;
  margin-bottom:0.5em;
  padding:5px 0 0 0;
}
.post h2{
margin:0px 0 10px;
}

/*--------------------------------------------
ソーシャルボタン
--------------------------------------------*/
#social{
 display:inline-block;
 float: left;

}
#twitter,
#hatena,
.fb-like{
  display:block;
  float:left;
}

.share-btn {
  border: 1px dashed #ccc;
  height: 21px;
  padding: 10px 0 10px 10px;
  width: 250px;
  margin-bottom:6px;
}

.twitter-share-button {
  margin-left: 5px;
  width: 90px !important;
}

.fb_ltr {
  max-width: none !important;
}

.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;
}
/*--------------------------------------------
画像のロールオーバー
--------------------------------------------*/
a img{
    /*transition使用*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover img{
    opacity:0.5;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/*--------------------------------------------
見出しタグの設定
--------------------------------------------*/
.description{
padding:10px 0 0 3px;
font-size:90%;
font-weight:normal;
}
h1.title{
clear:both;
margin:30px 0 10px 0;
padding:7px 10px;
border-bottom:0;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f8f9fa;
    border-color: #0B3493 #d9dada #d9dada;
    border-image: none;
    border-right: 1px solid #d9dada;
    border-style: solid;
    border-width: 3px 1px 1px;
    color: #333;
    font-weight: bold;
	font-size: 114.3%;
}

h1.first{margin-top:0;}

/* headerコンタクト
----------------------------------*/
.contact{
float:right;
text-align:right;
padding: 10px;
}

#header .contact .tel{
font-size: 200%;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
margin-bottom: -5px;
text-shadow:
0 0 1px #FFFFFF,
0 0 2px #FFFFFF,
0 0 6px #FFFFFF;
color:#333333;
}


#header .contact .tel span{font-size:80%;}
#header .contact .tel a{color:#324B68}
#header .add{
background:none;
color: #324B68;
clear: both;
float: right;
text-shadow:
0 0 1px #FFFFFF,
0 0 2px #FFFFFF,
0 0 6px #FFFFFF;
}

/*margin*/
.mt-5	{ margin-top: 5px !important; }
.mt-10	{ margin-top: 10px !important; }
.mt-15	{ margin-top: 15px !important; }
.mt-20	{ margin-top: 20px !important; }
.mt-25	{ margin-top: 25px !important; }
.mt-30	{ margin-top: 30px !important; }
.mt-35	{ margin-top: 35px !important; }
.mt-40	{ margin-top: 40px !important; }
.mt-45	{ margin-top: 45px !important; }
.mt-50	{ margin-top: 50px !important; }

.mr-5	{ margin-right: 5px !important; }
.mr-10	{ margin-right: 10px !important; }
.mr-15	{ margin-right: 15px !important; }
.mr-20	{ margin-right: 20px !important; }
.mr-25	{ margin-right: 25px !important; }
.mr-30	{ margin-right: 30px !important; }
.mr-35	{ margin-right: 35px !important; }
.mr-40	{ margin-right: 40px !important; }
.mr-45	{ margin-right: 45px !important; }
.mr-50	{ margin-right: 50px !important; }

.ml-5	{ margin-left: 5px !important; }
.ml-10	{ margin-left: 10px !important; }
.ml-15	{ margin-left: 15px !important; }
.ml-20	{ margin-left: 20px !important; }
.ml-25	{ margin-left: 25px !important; }
.ml-30	{ margin-left: 30px !important; }
.ml-35	{ margin-left: 35px !important; }
.ml-40	{ margin-left: 40px !important; }
.ml-45	{ margin-left: 45px !important; }
.ml-50	{ margin-left: 50px !important; }

.mb-5	{ margin-bottom: 5px !important; }
.mb-10	{ margin-bottom: 10px !important; }
.mb-15	{ margin-bottom: 15px !important; }
.mb-20	{ margin-bottom: 20px !important; }
.mb-25	{ margin-bottom: 25px !important; }
.mb-30	{ margin-bottom: 30px !important; }
.mb-35	{ margin-bottom: 35px !important; }
.mb-40	{ margin-bottom: 40px !important; }
.mb-45	{ margin-bottom: 45px !important; }
.mb-50	{ margin-bottom: 50px !important; }

/*padding*/
.pt-5	{ padding-top: 5px !important; }
.pt-10	{ padding-top: 10px !important; }
.pt-15	{ padding-top: 15px !important; }
.pt-20	{ padding-top: 20px !important; }
.pt-25	{ padding-top: 25px !important; }
.pt-30	{ padding-top: 30px !important; }
.pt-35	{ padding-top: 35px !important; }
.pt-40	{ padding-top: 40px !important; }
.pt-45	{ padding-top: 45px !important; }
.pt-50	{ padding-top: 50px !important; }

.pr-5	{ padding-right: 5px !important; }
.pr-10	{ padding-right: 10px !important; }
.pr-15	{ padding-right: 15px !important; }
.pr-20	{ padding-right: 20px !important; }
.pr-25	{ padding-right: 25px !important; }
.pr-30	{ padding-right: 30px !important; }
.pr-35	{ padding-right: 35px !important; }
.pr-40	{ padding-right: 40px !important; }
.pr-45	{ padding-right: 45px !important; }
.pr-50	{ padding-right: 50px !important; }

.pl-5	{ padding-left: 5px !important; }
.pl-10	{ padding-left: 10px !important; }
.pl-15	{ padding-left: 15px !important; }
.pl-20	{ padding-left: 20px !important; }
.pl-25	{ padding-left: 25px !important; }
.pl-30	{ padding-left: 30px !important; }
.pl-35	{ padding-left: 35px !important; }
.pl-40	{ padding-left: 40px !important; }
.pl-45	{ padding-left: 45px !important; }
.pl-50	{ padding-left: 50px !important; }

.pb-5	{ padding-bottom: 5px !important; }
.pb-10	{ padding-bottom: 10px !important; }
.pb-15	{ padding-bottom: 15px !important; }
.pb-20	{ padding-bottom: 20px !important; }
.pb-25	{ padding-bottom: 25px !important; }
.pb-30	{ padding-bottom: 30px !important; }
.pb-35	{ padding-bottom: 35px !important; }
.pb-40	{ padding-bottom: 40px !important; }
.pb-45	{ padding-bottom: 45px !important; }
.pb-50	{ padding-bottom: 50px !important; }
.text10 { font-size: 84%; }
.text11 { font-size: 92%; }
.text12 { font-size: 100%; }
.text13 { font-size: 109%; }
.text14 { font-size: 117%; }
.text15 { font-size: 125%; }
.text16 { font-size: 134%; }
.text17 { font-size: 142%; }
.text18 { font-size: 150%; }
.text19 { font-size: 159%; }
.text20 { font-size: 167%; }
.text21 { font-size: 175%; }
.text22 { font-size: 184%; }
.text23 { font-size: 192%; }
.text24 { font-size: 200%; }
.text25 { font-size: 209%; }
.text26 { font-size: 217%; }
/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}
.cf strong { font-weight: bold;}


/* フロート解除 */
.dl-dashed:after,
.ul-rows4:after,
.ul-rows5:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.dl-dashed,
.ul-rows4,
.ul-rows5 {
  min-height: 1px;
}
.dl-dashed strong,
.ul-rows4 strong,
.ul-rows5 strong { font-weight: bold;}


.no-border-bottom {
	border-bottom: none !important;
}



/* 準備中のスタイル
--------------------------------------------------*/
.post .preparation {
	margin-top:100px;
	font-size:24px;
	text-align:center;
	line-height: 1.5em;
}

.w1per { width:1%; }
.w2per { width:2%; }
.w3per { width:3%; }
.w4per { width:4%; }
.w5per { width:5%; }
.w10per { width:10%; }
.w15per { width:15%; }
.w20per { width:20%; }
.w25per { width:25%; }
.w30per { width:30%; }
.w35per { width:35%; }
.w40per { width:40%; }
.w45per { width:45%; }
.w50per { width:50%; }
.w55per { width:55%; }
.w60per { width:60%; }
.w65per { width:65%; }
.w70per { width:70%; }
.w75per { width:75%; }
.w80per { width:80%; }
.w85per { width:85%; }
.w90per { width:90%; }
.w95per { width:95%; }
.w96per { width:96%; }
.w97per { width:97%; }
.w98per { width:98%; }
.w99per { width:99%; }
.w100per { width:100%; }


.w1 { width:1%; }
.w2 { width:2%; }
.w3 { width:3%; }
.w4 { width:4%; }
.w5 { width:5%; }
.w10 { width:10%; }
.w15 { width:15%; }
.w20 { width:20%; }
.w25 { width:25%; }
.w30 { width:30%; }
.w35 { width:35%; }
.w40 { width:40%; }
.w45 { width:45%; }
.w50 { width:50%; }
.w55 { width:55%; }
.w60 { width:60%; }
.w65 { width:65%; }
.w70 { width:70%; }
.w75 { width:75%; }
.w80 { width:80%; }
.w90 { width:90%; }
.w95 { width:95%; }
.w96 { width:96%; }
.w97 { width:97%; }
.w98 { width:98%; }
.w99 { width:99%; }
.w100 { width:100%; }


/* 設定した要素にimgタグがあれば80%に縮小してセンター寄せ */
.img-wrapper-w80per img {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}


.post .library-title {
	padding: 7px;
	background-color: #0000cd;
	color: #FFF;
}

.image-sample {
	border:1px solid #CCC;
	height: 150px;
	padding: 10px;
	overflow: auto;
}


.dl-dashed {
	border-bottom: 1px dashed #CCC;
}
.dl-dashed dt,
.dl-dashed dd {
	float: left;
	border-top: 1px dashed #CCC;
	padding-top:8px;
	padding-bottom:8px;
}
.dl-dashed dt {
	width: 20%;
}
.dl-dashed dd {
	width: 80%;
}
.dl-dashed dt._endline,
.dl-dashed dd._endline {
	border-top: none;
	padding-top:0px;
}

/* Float設定の一般的クラスの定義
------------------------------------------------------------*/

.left20, .left20per { float:left; width:20%; }
.left25, .left25per { float:left; width:25%; }
.left30, .left30per { float:left; width:30%; }
.left35, .left35per { float:left; width:35%; }
.left40, .left40per { float:left; width:40%; }
.left45, .left45per { float:left; width:45%; }
.left50, .left50per { float:left; width:50%; }
.left55, .left55per { float:left; width:55%; }
.left60, .left60per { float:left; width:60%; }
.left65, .left65per { float:left; width:65%; }
.left70, .left70per { float:left; width:70%; }
.left75, .left75per { float:left; width:75%; }
.left80, .left80per { float:left; width:80%; }

.right20, .right20per { float:right; width:20%; }
.right25, .right25per { float:right; width:25%; }
.right30, .right30per { float:right; width:30%; }
.right35, .right35per { float:right; width:35%; }
.right40, .right40per { float:right; width:40%; }
.right45, .right45per { float:right; width:45%; }
.right50, .right50per { float:right; width:50%; }
.right55, .right55per { float:right; width:55%; }
.right60, .right60per { float:right; width:60%; }
.right65, .right65per { float:right; width:65%; }
.right70, .right70per { float:right; width:70%; }
.right75, .right75per { float:right; width:75%; }
.right80, .right80per { float:right; width:80%; }



/* MARGIN-LEFT % 指定
------------------------------------------------------------*/

.ml-5per  {  margin-left: 5%; }
.ml-10per { margin-left: 10%; }
.ml-15per { margin-left: 15%; }
.ml-20per { margin-left: 20%; }
.ml-25per { margin-left: 25%; }
.ml-30per { margin-left: 30%; }
.ml-35per { margin-left: 35%; }
.ml-40per { margin-left: 40%; }
.ml-45per { margin-left: 45%; }
.ml-50per { margin-left: 50%; }
.ml-55per { margin-left: 55%; }
.ml-60per { margin-left: 60%; }
.ml-65per { margin-left: 65%; }
.ml-70per { margin-left: 70%; }
.ml-75per { margin-left: 75%; }
.ml-80per { margin-left: 80%; }
.ml-85per { margin-left: 85%; }
.ml-90per { margin-left: 90%; }
.ml-95per { margin-left: 95%; }
.ml-100per { margin-left: 100%; }

.mr-5per  {  margin-right: 5%; }
.mr-10per { margin-right: 10%; }
.mr-15per { margin-right: 15%; }
.mr-20per { margin-right: 20%; }
.mr-25per { margin-right: 25%; }
.mr-30per { margin-right: 30%; }
.mr-35per { margin-right: 35%; }
.mr-40per { margin-right: 40%; }
.mr-45per { margin-right: 45%; }
.mr-50per { margin-right: 50%; }
.mr-55per { margin-right: 55%; }
.mr-60per { margin-right: 60%; }
.mr-65per { margin-right: 65%; }
.mr-70per { margin-right: 70%; }
.mr-75per { margin-right: 75%; }
.mr-80per { margin-right: 80%; }
.mr-85per { margin-right: 85%; }
.mr-90per { margin-right: 90%; }
.mr-95per { margin-right: 95%; }
.mr-100per { margin-right: 100%; }

.pc-ml-5per { margin-left: 5%; }
.pc-ml-10per { margin-left: 10%; }
.pc-ml-15per { margin-left: 15%; }
.pc-ml-20per { margin-left: 20%; }
.pc-ml-25per { margin-left: 25%; }
.pc-ml-30per { margin-left: 30%; }
.pc-ml-35per { margin-left: 35%; }
.pc-ml-40per { margin-left: 40%; }
.pc-ml-45per { margin-left: 45%; }
.pc-ml-50per { margin-left: 50%; }
.pc-ml-55per { margin-left: 55%; }
.pc-ml-60per { margin-left: 60%; }
.pc-ml-65per { margin-left: 65%; }
.pc-ml-70per { margin-left: 70%; }
.pc-ml-75per { margin-left: 75%; }
.pc-ml-80per { margin-left: 80%; }
.pc-ml-85per { margin-left: 85%; }
.pc-ml-90per { margin-left: 90%; }
.pc-ml-95per { margin-left: 95%; }
.pc-ml-100per { margin-left: 100%; }

.pc-mr-5per { margin-right: 5%; }
.pc-mr-10per { margin-right: 10%; }
.pc-mr-15per { margin-right: 15%; }
.pc-mr-20per { margin-right: 20%; }
.pc-mr-25per { margin-right: 25%; }
.pc-mr-30per { margin-right: 30%; }
.pc-mr-35per { margin-right: 35%; }
.pc-mr-40per { margin-right: 40%; }
.pc-mr-45per { margin-right: 45%; }
.pc-mr-50per { margin-right: 50%; }
.pc-mr-55per { margin-right: 55%; }
.pc-mr-60per { margin-right: 60%; }
.pc-mr-65per { margin-right: 65%; }
.pc-mr-70per { margin-right: 70%; }
.pc-mr-75per { margin-right: 75%; }
.pc-mr-80per { margin-right: 80%; }
.pc-mr-85per { margin-right: 85%; }
.pc-mr-90per { margin-right: 90%; }
.pc-mr-95per { margin-right: 95%; }
.pc-mr-100per { margin-right: 100%; }


.pc-pl-5per { padding-left: 5%; }
.pc-pl-10per { padding-left: 10%; }
.pc-pl-15per { padding-left: 15%; }
.pc-pl-20per { padding-left: 20%; }
.pc-pl-25per { padding-left: 25%; }
.pc-pl-30per { padding-left: 30%; }
.pc-pl-35per { padding-left: 35%; }
.pc-pl-40per { padding-left: 40%; }
.pc-pl-45per { padding-left: 45%; }
.pc-pl-50per { padding-left: 50%; }
.pc-pl-55per { padding-left: 55%; }
.pc-pl-60per { padding-left: 60%; }
.pc-pl-65per { padding-left: 65%; }
.pc-pl-70per { padding-left: 70%; }
.pc-pl-75per { padding-left: 75%; }
.pc-pl-80per { padding-left: 80%; }
.pc-pl-85per { padding-left: 85%; }
.pc-pl-90per { padding-left: 90%; }
.pc-pl-95per { padding-left: 95%; }
.pc-pl-100per { padding-left: 100%; }

.pc-pr-5per { padding-right: 5%; }
.pc-pr-10per { padding-right: 10%; }
.pc-pr-15per { padding-right: 15%; }
.pc-pr-20per { padding-right: 20%; }
.pc-pr-25per { padding-right: 25%; }
.pc-pr-30per { padding-right: 30%; }
.pc-pr-35per { padding-right: 35%; }
.pc-pr-40per { padding-right: 40%; }
.pc-pr-45per { padding-right: 45%; }
.pc-pr-50per { padding-right: 50%; }
.pc-pr-55per { padding-right: 55%; }
.pc-pr-60per { padding-right: 60%; }
.pc-pr-65per { padding-right: 65%; }
.pc-pr-70per { padding-right: 70%; }
.pc-pr-75per { padding-right: 75%; }
.pc-pr-80per { padding-right: 80%; }
.pc-pr-85per { padding-right: 85%; }
.pc-pr-90per { padding-right: 90%; }
.pc-pr-95per { padding-right: 95%; }
.pc-pr-100per { padding-right: 100%; }


.pc-w5per { width:5%;}
.pc-w10per { width:10%;}
.pc-w15per { width:15%;}
.pc-w20per { width:20%;}
.pc-w25per { width:25%;}
.pc-w30per { width:30%;}
.pc-w35per { width:35%;}
.pc-w40per { width:40%;}
.pc-w45per { width:45%;}
.pc-w50per { width:50%;}
.pc-w55per { width:55%;}
.pc-w60per { width:60%;}
.pc-w65per { width:65%;}
.pc-w70per { width:70%;}
.pc-w75per { width:75%;}
.pc-w80per { width:80%;}
.pc-w85per { width:85%;}
.pc-w90per { width:90%;}
.pc-w95per { width:95%;}
.pc-w100per { width:100%;}

.pc-w20per-sp-w30per { width:20%;}
.pc-w80per-sp-w70per { width:80%;}

.pc-w30per-sp-w40per { width:30%;}
.pc-w70per-sp-w60per { width:70%;}


/* テキストのスタイルモジュール
------------------------------------------------------------*/
.font110per, .font120per, .font130per, .font140per, .font150per, .font160per, .font170per, .font180per, .font190per, .font200per {  }

.font110per { font-size:110%; }
.font120per { font-size:120%; }
.font130per { font-size:130%; }
.font140per { font-size:140%; }
.font150per { font-size:150%; }
.font160per { font-size:160%; }
.font170per { font-size:170%; }
.font180per { font-size:180%; }
.font190per { font-size:190%; }
.font200per { font-size:200%; }

.post .color-red, .post .color-red * { color:#F00 !important; }
.post .color-orange, .post .color-orange * { color:#F60 !important; }
.post .color-blue, .post .color-blue * { color:#00F !important; }
.post .color-white, .post .color-white * { color:#FFF !important; }
.post .color-green, .post .color-green * { color:#060 !important; }



/* WordPress標準機能のGallery機能のスタイル定義
------------------------------------------------------------*/
.my-gallery .gallery img {
	border:1px solid #FFF !important;
	width:95%;
}
.my-gallery .gallery .gallery-item {
	margin-top: 0px !important;
}
@media only screen and (max-width: 648px){
	.my-gallery .gallery .gallery-item {
		float: none !important;
		width: 100% !important;
		text-align: center !important;
	}
	.my-gallery .gallery .gallery-item img {
		width: 300px;
	}
}



.my-gallery2 .gallery img {
	border: none !important;
}
.my-gallery2 .gallery .gallery-icon {
	padding: 5px;
	padding-bottom:0px;
	background-color: #FFF;
	border:1px solid #CCC !important;
	margin:3px;
}

.my-gallery .gallery .gallery-item {
	margin-top: 0px !important;
}
@media only screen and (max-width: 648px){
	.my-gallery2 .gallery .gallery-item {
		float: none !important;
		width: 100% !important;
		text-align: center !important;
	}
	.my-gallery .gallery .gallery-item img {
		width: 300px;
	}
}


/* 設定タグの内側のIMGタグを縮小 OR　IMGタグに設定された場合に縮小して中寄せ
-------------------------------------------------------------------------------*/
.img-100per, .img-95per, .img-90per, .img-85per, .img-80per {
	text-align: center;
	height: auto;
}
.img-80per img { width:80% !important; }
.img-85per img { width:85% !important; }
.img-90per img { width:90% !important; }
.img-95per img { width:95% !important; }
.img-100per img { width:100% !important; }

img.img-100per, img.img-95per, img.img-90per, img.img-85per, img.img-80per {
	margin-left: auto;
	margin-right: auto;
}
img.img-80per  { width:80% !important;  }
img.img-85per  { width:85% !important;  }
img.img-90per  { width:90% !important;  }
img.img-95per  { width:95% !important;  }
img.img-100per { width:100% !important; }

/* PCでギャラリー表示 〇列　StyleID20140624_03
------------------------------------------------------------*/
.post .ul-rows4 li,
.post .ul-rows5 li {
	clear: none;
	float:left;
	width:25%;
	text-align: center;
	background: none;
	padding:0px; margin:0px;
	border: none;
}
.post .ul-rows4 img,
.post .ul-rows5 img {
	width:98%;
}
.post .ul-rows4 li { width:25%; }
.post .ul-rows5 li { width:20%; }
/* IE7対策 */
*:first-child+html .post .ul-rows4 li {	width:24%; }
*:first-child+html .post .ul-rows4 li {	width:19%; }



/* StyleID20140623_01 */
/* WordPress標準機能のGallery機能のスタイル定義（普通のギャラリーテイストに）
/* 利用時はコメントを外してください */
/* また管理画面「設定」→「メディア」で「画像サイズ」を600pxくらいにします。 */
/* あとはギャラリー機能を使って写真を投稿するだけです
-------------------------------------------------------------------------------*/
/*
.post .gallery img {
	border:1px solid #FFF !important;
	width:95%;
}
@media only screen and (max-width: 648px){
	.gallery .gallery-item {
		float: none !important;
		margin-top: 0px;
		text-align: center !important;
		width: 100% !important;
	}


}
*/

/* StyleID20140624_01 */
/* 標準的なOL LI タグ
-------------------------------------------------------------------------------*/
ol.ol-nrl {
	margin: 0px; padding: 0px;
	margin-left: 20px;
}
ol.ol-nrl li {
	border: none;
	margin: 0px; padding: 0px;
	margin-bottom: 2px;
}




/* DL DT スタイルで線なしテーブル
-------------------------------------------------------------------------------*/	
dl.dl-style01 {

}
dl.dl-style01 dt {
	width: 15%;
}
dl.dl-style01 dd {
	width: 85%;
}
dl.dl-style01 dt,
dl.dl-style01 dd {
	float: left;
	margin-bottom: 10px;
}


/* サイドメニューで点線のリストスタイル
--------------------------------------------------*/
ul.side-ul-dashed li {
	border-bottom: 1px dashed #BAB48D;
	margin-left:0px;
	margin-right:0px;
}



/* 下線なしリストスタイル
--------------------------------------------------*/
.post ul.ul-normal {
	margin:0px; padding:0px;
	margin-left:5px;
}
.post ul.ul-normal li {
	margin:0px; padding:0px;
	border-bottom:none;
}
.post ul.ul-normal li {
	padding-left:20px;
	margin-bottom:10px;
}


/* width 648px 以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.img-wrapper-w80per img {
		width:100%;
		margin-left:inherit;
		margin-right:inherit;
	}

	.pc-w20per-sp-w30per { width:30%;}
	.pc-w80per-sp-w70per { width:70%;}

	.pc-w30per-sp-w40per { width:40%;}
	.pc-w70per-sp-w60per { width:60%;}

	.left20, .left20per { float:none; width:100%; }
	.left25, .left25per { float:none; width:100%; }
	.left30, .left30per { float:none; width:100%; }
	.left35, .left35per { float:none; width:100%; }
	.left40, .left40per { float:none; width:100%; }
	.left45, .left45per { float:none; width:100%; }
	.left50, .left50per { float:none; width:100%; }
	.left55, .left55per { float:none; width:100%; }
	.left60, .left60per { float:none; width:100%; }
	.left65, .left65per { float:none; width:100%; }
	.left70, .left70per { float:none; width:100%; }
	.left75, .left75per { float:none; width:100%; }
	.left80, .left80per { float:none; width:100%; }

	.right20, .right20per { float:none; width:100%; }
	.right25, .right25per { float:none; width:100%; }
	.right30, .right30per { float:none; width:100%; }
	.right35, .right35per { float:none; width:100%; }
	.right40, .right40per { float:none; width:100%; }
	.right45, .right45per { float:none; width:100%; }
	.right50, .right50per { float:none; width:100%; }
	.right55, .right55per { float:none; width:100%; }
	.right60, .right60per { float:none; width:100%; }
	.right65, .right65per { float:none; width:100%; }
	.right70, .right70per { float:none; width:100%; }
	.right75, .right75per { float:none; width:100%; }
	.right80, .right80per { float:none; width:100%; }

	.pc-ml-5per { margin-left: 0%; }
	.pc-ml-10per { margin-left: 0%; }
	.pc-ml-15per { margin-left: 0%; }
	.pc-ml-20per { margin-left: 0%; }
	.pc-ml-25per { margin-left: 0%; }
	.pc-ml-30per { margin-left: 0%; }
	.pc-ml-35per { margin-left: 0%; }
	.pc-ml-40per { margin-left: 0%; }
	.pc-ml-45per { margin-left: 0%; }
	.pc-ml-50per { margin-left: 0%; }
	.pc-ml-55per { margin-left: 0%; }
	.pc-ml-60per { margin-left: 0%; }
	.pc-ml-65per { margin-left: 0%; }
	.pc-ml-70per { margin-left: 0%; }
	.pc-ml-75per { margin-left: 0%; }
	.pc-ml-80per { margin-left: 0%; }
	.pc-ml-85per { margin-left: 0%; }
	.pc-ml-90per { margin-left: 0%; }
	.pc-ml-95per { margin-left: 0%; }
	.pc-ml-100per { margin-left: 0%; }

	.pc-mr-5per { margin-right: 0%; }
	.pc-mr-10per { margin-right: 0%; }
	.pc-mr-15per { margin-right: 0%; }
	.pc-mr-20per { margin-right: 0%; }
	.pc-mr-25per { margin-right: 0%; }
	.pc-mr-30per { margin-right: 0%; }
	.pc-mr-35per { margin-right: 0%; }
	.pc-mr-40per { margin-right: 0%; }
	.pc-mr-45per { margin-right: 0%; }
	.pc-mr-50per { margin-right: 0%; }
	.pc-mr-55per { margin-right: 0%; }
	.pc-mr-60per { margin-right: 0%; }
	.pc-mr-65per { margin-right: 0%; }
	.pc-mr-70per { margin-right: 0%; }
	.pc-mr-75per { margin-right: 0%; }
	.pc-mr-80per { margin-right: 0%; }
	.pc-mr-85per { margin-right: 0%; }
	.pc-mr-90per { margin-right: 0%; }
	.pc-mr-95per { margin-right: 0%; }
	.pc-mr-100per { margin-right: 0%; }

	.pc-pl-5per { padding-left: 0%; }
	.pc-pl-10per { padding-left: 0%; }
	.pc-pl-15per { padding-left: 0%; }
	.pc-pl-20per { padding-left: 0%; }
	.pc-pl-25per { padding-left: 0%; }
	.pc-pl-30per { padding-left: 0%; }
	.pc-pl-35per { padding-left: 0%; }
	.pc-pl-40per { padding-left: 0%; }
	.pc-pl-45per { padding-left: 0%; }
	.pc-pl-50per { padding-left: 0%; }
	.pc-pl-55per { padding-left: 0%; }
	.pc-pl-60per { padding-left: 0%; }
	.pc-pl-65per { padding-left: 0%; }
	.pc-pl-70per { padding-left: 0%; }
	.pc-pl-75per { padding-left: 0%; }
	.pc-pl-80per { padding-left: 0%; }
	.pc-pl-85per { padding-left: 0%; }
	.pc-pl-90per { padding-left: 0%; }
	.pc-pl-95per { padding-left: 0%; }
	.pc-pl-100per { padding-left: 0%; }

	.pc-pr-5per { padding-right: 0%; }
	.pc-pr-10per { padding-right: 0%; }
	.pc-pr-15per { padding-right: 0%; }
	.pc-pr-20per { padding-right: 0%; }
	.pc-pr-25per { padding-right: 0%; }
	.pc-pr-30per { padding-right: 0%; }
	.pc-pr-35per { padding-right: 0%; }
	.pc-pr-40per { padding-right: 0%; }
	.pc-pr-45per { padding-right: 0%; }
	.pc-pr-50per { padding-right: 0%; }
	.pc-pr-55per { padding-right: 0%; }
	.pc-pr-60per { padding-right: 0%; }
	.pc-pr-65per { padding-right: 0%; }
	.pc-pr-70per { padding-right: 0%; }
	.pc-pr-75per { padding-right: 0%; }
	.pc-pr-80per { padding-right: 0%; }
	.pc-pr-85per { padding-right: 0%; }
	.pc-pr-90per { padding-right: 0%; }
	.pc-pr-95per { padding-right: 0%; }
	.pc-pr-100per { padding-right: 0%; }

	.pc-w5per  { width:100%;}
	.pc-w10per { width:100%;}
	.pc-w15per { width:100%;}
	.pc-w20per { width:100%;}
	.pc-w25per { width:100%;}
	.pc-w30per { width:100%;}
	.pc-w35per { width:100%;}
	.pc-w40per { width:100%;}
	.pc-w45per { width:100%;}
	.pc-w50per { width:100%;}
	.pc-w55per { width:100%;}
	.pc-w60per { width:100%;}
	.pc-w65per { width:100%;}
	.pc-w70per { width:100%;}
	.pc-w75per { width:100%;}
	.pc-w80per { width:100%;}
	.pc-w85per { width:100%;}
	.pc-w90per { width:100%;}
	.pc-w95per { width:100%;}
	.pc-w100per { width:100%;}


	.dl-dashed dt,
	.dl-dashed dd {
		float: none;
		width: 100%;
	}

	.post .ul-rows4 li,
	.post .ul-rows5 li {
		width:100%;
		float: none;
	}
	.post .ul-rows4 img,
	.post .ul-rows5 img {
		width: 100%;
	}


}



/* 通常のセンター寄せ
------------------------------------------------------------*/
.post .center {
	text-align: center;
}


/* StyleID20140624_02 ULスタイル
------------------------------------------------------------*/
.post .ul-dashed li {
	border-bottom: 1px dashed #CCC;
	margin:0px; padding:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:15px;
	position:relative !important;
}
.post .ul-dashed li ._price {
	position:absolute;
	right:10px;
	color:#F00;
}





/* ULスタイルで右寄せテキストの追加
------------------------------------------------------------*/
.post .ul-dashed li {
	position:relative;
}
.post ul li .li-right,
.post ol li .li-right {
	position:absolute;
	right:0px;
}

/* 一般的なカラー追加クラス
------------------------------------------------------------*/
.post .color-red {
	color:red;
}
.hissu {
	color:red;	
}
.post strong {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

/* 630px以下 */
@media screen and (max-width: 630px) {
	.post .ul-dotted ._price {
		position:inherit;
		right: inherit;
		display:block;
		text-align:right;
	}
}



/* ----------------------------------------------------------------- */
/*   table セル 均等                                                 */
/* ----------------------------------------------------------------- */
.tbl-fixed {
	table-layout:fixed;
}
.tbl-fixed th,
.tbl-fixed td {
	width:100%;
}


/* ----------------------------------------------------------------- */
/*   table align                                                     */
/* ----------------------------------------------------------------- */

/* TH TD align
------------------------------------------------------------*/
.tbl-left th,
.tbl-left td {
	text-align: left;
}
.tbl-center th,
.tbl-center td {
	text-align: center;
}
.tbl-right th,
.tbl-right td {
	text-align: right;
}

/* TH align
------------------------------------------------------------*/
.tbl-th-left th {
	text-align: left;
}
.tbl-th-center th {
	text-align: center;
}
.tbl-th-right th {
	text-align: right;
}

/* TD align
------------------------------------------------------------*/
.tbl-td-left td {
	text-align: left;
}
.tbl-td-center td {
	text-align: center;
}
.tbl-td-right td {
	text-align: right;
}


/* ----------------------------------------------------------------- */
/*   width 648px 以下  スマートフォンでalign指定                     */
/* ----------------------------------------------------------------- */
@media only screen and (max-width: 648px){
	/* スマートフォンでalign指定 */
	.sp-left {
		text-align: left;
	}
	.sp-center {
		text-align: center;
	}
	.sp-right {
		text-align: right;
	}
}



/* ----------------------------------------------------------------- */
/*   スマートフォンでも文字列改行                                    */
/* ----------------------------------------------------------------- */

@media only screen and (max-width: 648px){
	.post .sp-break {
		display:block;
	}
}






/* MainMenu　for PC
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){

}

/* MainMenu iPad size 以下
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

}

/* width 648px 以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.tdw80 {
		width:70%;
	}
	.tdw20 {
		width:30%;
	}
	.w80 {
		width:70%;
	}
	.w20 {
		width:30%;
	}

}

/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

}














/* ここから追加用のスタイルです。
------------------------------------------------------------*/









@charset "utf-8";

/* 通常のスタイルはここに
------------------------------------------------------------*/
.scqrcode h2{font-size:15px !important;}
.links{width:150px; margin:0 auto;}
.links img{width:100%;}
.ttl-h2{
color:#333399;
background:#9dc3e6;
line-height:40px;
text-align:center;
font-weight:bold;
padding:0 !important;
}
.box span{
background:#deebf7;
padding:5px 10px !important;
display:inline-block;
margin-top:15px;
}
.color1{color:#00ccff;}
.red{color:red;}
.link01{
background:#318ec9;
text-align:center;
padding:10px 0;
display:block;
}
.table01 th{vertical-align: top !important;}
.table01 td span{display:block;}
.linkmap{
display:block;
color:#0066cc;
}
.no-pad{padding-bottom:0 !important;}

/* MainMenu　for PC
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){

}

/* MainMenu iPad size 以下
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

}

/* width 648px 以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){


}

/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

}

/* QR Code Tag用css
------------------------------------------------------------*/
.QrctWp_widget h2{font-size: 110% !important;}

/* Google Map用css
------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
