/*
Theme Name: zcry1.3
Description: zcry1.0 compatibility update for current WordPress/PHP
Version: 1.3
*/

/* =Reset default browser CSS.
-------------------------------------------------------------- */
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: 14px/1.6 -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "新ゴ R", Shin Go Regular, Arial, "メイリオ", Meiryo, sans-serif;
	color:#000;
	-webkit-text-size-adjust: none;
	background:#fff;
}

h1,h2,h3,h4,h5,h6,.pu,.nLink {
	clear: both;
	font-family: "リュウミン B-KL", Ryumin Bold KL, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", "メイリオ", Meiryo, serif;
	line-height:160%;
	font-weight:700;
	color:#23415b;
	letter-spacing:0.1em;
}


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

a:hover, 
a:active{
	outline: none;
	color:#72d9ed;
}

a[title="noevent"] {
	pointer-events: none;
}/* リンク先を持たない項目はサイト全体でクリック不可 */

a.pu {
	display:inline-block;
	margin-top:5px;
	padding:5px 20px;
	font-size:1.2rem;
	font-weight:700;
	background-color:#4496d3;
	color:#fff;
	border:0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

a:hover.pu {
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}

a.nLink {
	display:inline-block;
	margin-top:5px;
	padding:5px 20px;
	font-size:1.2em;
	font-weight:700;
	background-color:#4496d3;
	color:#fff;
	border:0;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
}

a:hover.nLink {
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}

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

nav .panel,
nav#mainNav,
.newsTitle,
.bg, 
.post, 
ul.post li,
nav#mainNav .inner{
	zoom: 1;
}


/* フォーム
------------------------------------------------------------*/
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="password"],
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: #878787;
	background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
	background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
	background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
	background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1.5;
	color:#fff;
}

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

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


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

#header{
	overflow:hidden;
}

#content{
	float:right;
	width:679px;
	padding:22px 0 50px;
}

#sidebar{
	float:left;
	width:233px;
	padding:22px 0 50px;
}

#footer{
	clear:both;
	background-color:#f3f3f3;
} 


/* ヘッダー
------------------------------------------------------------*/

/* サイト説明文
----------------------------------*/
#header h1{
	padding:5px 0;
	font-size:90%;
	font-weight:normal;
	color:#000;
}


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

/* HeaderNav
---------------------------*/
.headNav ul {
	float:right;
	margin:0 10px 0 0;
	padding:0;
}

.headNav ul li {
	display:inline-block;
	background:url(images/arrow.gif) no-repeat 0 center;
	border-right:solid 1px #adadad;
	margin-left:0;
	padding:0 10px 0 15px;
	vertical-align:middle;
	line-height:1.5;
}

.headNav ul li:last-child {
	border:0;
	margin-left:0;
	padding:0 0 0 15px;
}

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
	clear:both;
	line-height:0;
	text-align:center;
	z-index:0;
}

#mainImg img{margin-top:10px;}


.post{
	margin:0 0 20px 0;
	padding:20px 20px 20px 20px;
	border:1px solid #d5d5d5;
	background: #fff;
}

.toppage h4{
	margin:0 0 10px;
	font-size:16px;
	font-weight:normal;
	color:#333;
}

.toppage{
	padding:10px 10px 20px 20px;
}


/* パンくずリスト
----------------------------------*/
#breadcrumb {
	margin:3px auto 0 auto;
	width:900px;
	font-size:90%;
	word-spacing:0.5em;
}


/* 記事ループ
------------------------------------------------------------*/
.list{
	padding:10px 0;
	border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}

.post .container {
	width:100%;
	height:auto;
	border-top:1px solid #4496d3;
	margin:40px 0 0 0;
	padding:20px 0;
}


/* Simple Membership
------------------------------------------------------------*/
.swpm-login-widget-form,
.swpm-login-widget-logged {
	margin:0 0 20px 0;
	padding:10px 10px 10px 17px;
	border:1px solid #d5d5d5;
	background: #fff;
}/*ウィジェット周囲を囲む*/

/*ログイン後の行間調整*/
.swpm-login-widget-logged {
	line-height:1.45;
}

.swpm-login-widget-logged > div {
	margin-bottom:6px;
}

.swpm-login-widget-logged > div:last-child {
	margin-bottom:0;
}

.swpm-logged-logout-link {
	padding-top:4px;
}

.swpm-menu-icon, 
.swpm-lock-icon,
span.swpm-menu-protected-field {
    display: none !important;
}/*メニューアイコン（鍵・Lマーク）を消す*/

.swpm-join-us-link{
    display: none !important;
}/*Join usを消す*/

/* Simple Membership 会員限定ページ案内 */
.zcry-swpm-not-logged-in {
    margin:0;
    padding:12px 15px;
    line-height:1.8;
}

.zcry-swpm-not-logged-in p {
    padding:0;
    margin:0 0 5px;
}

.zcry-swpm-not-logged-in p:last-child {
    margin-bottom:0;
}

.zcry-swpm-not-logged-in a {
    color:#23415b;
    text-decoration:underline;
}

.zcry-swpm-not-logged-in a:hover {
    color:#72d9ed;
}

/* Simple Membership
   ログイン後の「プロフィールを編集」を非表示 */
.swpm-edit-profile-link {
    display: none !important;
}


/* タイポグラフィ
------------------------------------------------------------*/
h2.title{
	clear:both;
	margin:0;
	padding:7px 10px 7px 15px;
	font-size:1.2rem;
	color:#23415b;
	border:1px solid #d5d5d5;
	border-bottom:2px solid #4496d3;
	background:#fff;
}

.dateLabel{
	text-align:right;
	font-weight:bold;
	color:#858585;
}

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

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

.post ul li{
	margin-bottom:5px;
	padding-left:15px;
}

.post ul li.no-style{
	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: #23415b;
	border-bottom:3px solid #4496d3;
}

.post h2{
	margin:0 0 15px 0;
	padding-bottom:2px;
	font-size:1.2rem;
	font-weight:bold;
	color: #23415b;
}

.post h3{
	margin:20px 0 15px 0;
	font-size:1.1rem;
	font-weight:normal;
	color:#23415b;
	border-bottom:1px solid #4496d3;
}

.post h4 {
	margin:15px 0 2px 0;
	font-size:1.2em;
	font-weight:bold;
	color:#23415b;
}

.post h5 {
	margin:15px 0 1px 0;
	font-size:1.05em;
	font-weight:bold;
	color:#23415b;
}

.n_m{
	width:95%;
	margin:10px auto;
	padding:10px;
	border:1px solid #d5d5d5;
}

p.tel{
	font-size:2rem;
	margin-bottom:-10px;
}

p.tel span{
	font-size:1.5rem;
}

p.s{
	font-size:1.1rem;
	color:#ea5550;
	margin-bottom:-20px;
}
.rname {
	text-align:right;
	font-size:1.1rem;
	margin-right:10px;
}

.strong {
	font-weight:bold;
}

.strong2 {
	font-weight:bold;
	color:#b22222;
}

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

.new {font-size:0.8em;color:#ff0000;font-weight:bold;} /*きずな新着表示*/

table{
	width:100%;
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px 0 20px;
	word-break: break-all;
	word-wrap: break-word;
}

table thead td{
	text-align:center;
}

table th{
	padding:10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background:#fff;
	white-space:nowrap;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
}

table td{
	padding:10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background:#fff;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	word-wrap: break-word;
}

table td.t1{
	width:20%;
	min-width:100px;
}

table td.t2{
	width:88px;
}

table td.t3{
	min-width:52px;
}

table td.tk{
	white-space:nowrap;
	min-width:79px;
}

table td.t4{
	width:80px;
}

table td ul{margin: 0 0 0 0;}


/* レスポンシブテーブルデザイン*/

.tRes_2{
	width:100%;
}
 
.tRes_2 th{
	padding: 6px 8px 5px;
	width: 30%;
}
 
.tRes_2 td{
	padding: 5px 10px;
}

/* 引用・FAQ style */

.post dl{margin-bottom:20px;}
.post dt{font-weight:bold;}


.post dl.faq{margin-bottom:25px;}
.post dl.faq dt{
	font-weight:bold;
	background:#6ed1ff;
	padding:5px;
}
.post dl.faq dd{padding:10px;}


.box{
	margin:15px auto 25px auto;
	padding:15px;
	border: 1px #ccc solid;
}

.box h4{
	margin-top:0;
}

/* list style */

ul.disk li {
	position: relative;
}
ul.disk li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0em;
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 100%;
}


ul.dia li {
	position: relative;
}
ul.dia li::after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -.2em;
	width: 6px;
	height: 6px;
	background-color: #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

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

img.alignright{
	margin: 10px 0px 15px 15px;
	display:inline;
}

img.alignleft{
	margin: 10px 15px 15px 0px;
	display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}
.alignright{float:right;}
.alignleft{float:left;}

img.alignbn{
	float:left;
	margin:0px 0px 15px 0px;
}

.shadow {
	margin-top: 5px;
	display: inline-block; 
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}


#gallery-1 img{
	border:1px solid #eaeaea !important;
	padding:5px;
	background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}


/* 画像キャプションコード */

.wp-caption {
	max-width:100%;
	height:auto;
	text-align: center;
	margin:0px 0px 20px 20px;
}
 
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
 
.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}

/* 組織図ツリー */

.soshikizu{
	max-width:400px;
	margin:15px 0;
	padding:15px;
	border:1px solid #ccc;
}

.tree-gav {
	line-height: 1.5em;
	list-style:none;
}

.tree-gav,
.tree-gav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image:none;
}

.tree-gav ul {
	position: relative;
	margin-top: 0.75em;
	margin-left: 1.5em;
}

.tree-gav ul:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	border-left: 1px solid currentColor;
}

.tree-gav ul li {
	position: relative;
	margin: 0;
	padding: 0.75em 1.5em;
}

.tree-gav ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 1.5em;
	left: 0;
	width: 0.75em;
	height: 0;
	border-top: 1px solid currentColor;
}

.tree-gav ul li:last-child:before {
	top: 1.5em;
	bottom: 0;
	height: auto;
	background-color: #fff;
}

#tooltip
{
	text-align: center;
	color: #fff;
	background: #111;
	position: absolute;
	z-index: 100;
	padding: 15px;
}
 
#tooltip:after{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #111;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
 
#tooltip.top:after{
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}
 
#tooltip.left:after{
	left: 10px;
	margin: 0;
}
 
#tooltip.right:after{
	right: 10px;
	left: auto;
	margin: 0;
}

/* きずなバックナンバー一覧体裁 */
.shokai {
  width: 100%;
  table-layout: fixed; 
  border-collapse: collapse;
}

.shokai td {
  border: 1px solid #ccc;
  width: 33.33%; 
  text-align: left; 
  padding: 10px;
}


/* 全駐労山口情報バックナンバー一覧体裁 */
.zen_bn {
  width: 100%;
  table-layout: fixed; 
  border-collapse: collapse;
}

.zen_bn th {
  border: 1px solid #ccc;
  width: 20%; 
  text-align: left; 
  padding: 10px;
}


/* サイドバー　ウィジェット
------------------------------------------------------------*/
section.widget ul, 
.widget_search, 
.textwidget{
	margin:0 0 20px 0;
	padding:10px 10px 10px 17px;
	border:1px solid #d5d5d5;
	background: #fff;
}

section.widget ul ul{
	border:0;
	margin:0;
	padding:0 0 0 10px;
}

/* サイドバーバナー */
#banners{
    margin:0;
    padding:0;
    list-style:none;
}

#banners li{
    margin:0 0 15px 0;
    padding:0;
}

#banners li img{
    display:block;
    width:233px;
    max-width:100%;
    height:auto;
}

#banners li img:hover{
    cursor:pointer;
    opacity:.8;
}

section.widget h3{
	clear:both;
	margin:0;
	padding:7px 10px 7px 10px;
	font-size:110%;
	border:1px solid #d5d5d5;
	border-bottom:2px solid #4496d3;
	color:#23415b;
	background:#fff;
}

section.widget li a{
	display:block;
	padding:7px 0 7px 15px;
	background:url(images/arrow.gif) no-repeat 0 14px;
	border-bottom:1px dashed #dcdcdc;
}

section.widget li:last-child a{
	border:0;
}

/* 関連先リンク */
section.widget ul.s_l{
	margin:0;
/*	padding:0;
	border:none;*/
	padding:10px 10px 10px 17px;
	border:1px solid #d5d5d5;
	background: #fff;
}

section.widget ul.s_l li a{
	display:block;
	padding:7px 0 7px 16px;
	background:url(images/arrow.gif) no-repeat 0 15px;
	border-bottom:1px dashed #dcdcdc;
}

section.widget ul.s_l li:last-child a{
	border:0;
}

/* 検索窓 */
#searchform input[type="text"]{
	line-height:1.7;
	height:24px;
	width:90px;
	vertical-align:bottom;
}

/* ログインフォームカスタマイズ */
.swpm-remember-checkbox,
.swpm-rember-label {
	display:inline-block;
}

.swpm-forgot-pass-link,
.swpm-join-us-link {
	text-indent:10px;
	background:url(images/arrow_p.gif) no-repeat 0 9px;
}

.swpm-logged-logout-link a{
	margin-top:10px;
	padding:3px 10px;
	background: #878787;
	background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
	background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
	background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
	background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1.5;
	color:#fff;
}

.swpm-logged-logout-link a:hover{
	background: #878787;
	background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
	background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
	background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
	background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
	cursor:pointer;
}


/* カレンダー見栄え
-------------*/

.ai1ec-btn-group-vertical {
	display:none;
}


/* お知らせ　
-------------*/
.newsTitle{
	clear:both;
	margin:0;
	padding:7px 10px 7px 10px;
	font-size:110%;
	border:1px solid #d5d5d5;
	border-bottom:2px solid #4496d3;
	color:#000;
	background:#fff;
}

.newsTitle h3{
	float:left;
	font-weight:normal;
	color:#23415b;
	font-family:  "リュウミン B-KL", Ryumin Bold KL, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝", "メイリオ", Meiryo, serif;
}

.newsTitle p{
	float:right;
	padding:0 0 0 15px;
	font-size:80%;
	background:url(images/arrow.gif) no-repeat 0 7px;
}

.news p{
	clear:both;
	padding-bottom:2px;
	border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
	display:block;
	padding:5px 0;
	color:#333;
	font-style:italic;
	font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
	color:#515151;
	font:normal 90% -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "新ゴ R", Shin Go Regular, Arial, "メイリオ", Meiryo, sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}


/* サイトマップ
-----------------------------------------*/
#sitemap_list {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

#sitemap_list a {
	text-decoration: none;
}

#sitemap_list li {
	font-size: medium;
	text-indent: 0;
	background: url(images/line_horizontal_solid.gif) repeat-x 0 1.5em;
	padding: 0 0 20px 5px;
	margin: 0;
	list-style-type: none;
}

#sitemap_list li ul {
	margin: 0;
	padding: 5px 0 0 0;
}

#sitemap_list li li {
	font-size: small;
	font-weight: normal;
	background: url(images/ico_list_square.gif) no-repeat 0 0.5em;
	margin: 0 0 3px 15px;
	padding: 0 0 0 15px;
}

#sitemap_list li li li {
	background: url(images/ico_gray_arrow.png) no-repeat 0 0.5em;
}

#sitemap_list .posts_in_category {
	position: absolute;
	padding-left: 10px;
}

#sitemap_list .posts_in_category a {
	background: url(images/ico_post_list.png) no-repeat center;
	text-indent: -9999px;
	display: block;
	width: 1.2em;
	height: 1.2em;
	border: solid 1px #ccc;
}

/* フッター
------------------------------------------------------------*/
#footer .inner{
	padding:15px 0;
}

#footer .inner h4{
	font-size:1.0rem;
}

#footer .inner p{
	margin-bottom:15px;
	font-size:0.9em;
}

#copyright{
	clear:both;
	padding:5px 0;
	text-align:center;
	color:#000;
	font-size:10px;
	background-color:#ccc;
}


/* page top
---------------------------*/
#pageTop{
	background:#0063cc;
	width:30px;
	height:30px;
	border-radius:50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color:#fff;
	font-size:1.0rem;
	padding:8px;
	text-align:center;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:100;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#pageTop:hover{	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/* pagenation
------------------------------------------------------------*/
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}
 
.pagination a:hover{
	color:#fff;
	background: #3279BB;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
	clear:both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

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


/* トップページ お知らせ
------------------------------------------------------------*/
ul.post{
	padding:0;
}

ul.post li{
	margin:0 10px;
	padding:20px 0;
	border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
	float:left;
	margin:0 15px 5px 10px;
}

ul.post h3{
	margin:0 0 10px 10px;
	font-size:14px;
	font-weight:normal;
	color:#333;
	border:0;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	width:100%;
	background:#6ed1ff;
}

nav#mainNav .inner{
	padding-left:1px;
	border-left:1px solid #fff;
}

nav#mainNav ul li{
	float: left;
	position: relative;
	border-right:1px solid #fff;
}

nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#1c305c;
	font-weight:600;
	height:34px;
	line-height:25px;
	font-size:100%;
	margin-right:1px;
	padding:12px 20px 0;
}

nav#mainNav ul li a span,
nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
}

nav#mainNav ul li a span{
	font-size:70%;
	color:#c3e4db;
	font-weight:normal;
}

nav#mainNav ul li.current-menu-item a, 
nav#mainNav ul li a:hover span, 
nav#mainNav ul li a:hover, 
nav#mainNav ul li.current-menu-parent a{
	color:#eaf4fc;
}

/* グローバルナビだけ、空の親メニューの文字色を変えない */
nav#mainNav .panel > ul > li > a[title="noevent"],
nav#mainNav .panel > ul > li > a[title="noevent"]:hover {
    color:#1c305c;
}

nav#mainNav ul ul{
	width:160px;
	border-top:0;
}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
	display: block;
	position: absolute;
	top:45px;
	left:-1px;
	z-index:500;
}

nav#mainNav ul li li{
	margin:0;
	float: none;
	height:40px;
	line-height:40px;
	width:200px;
	background:#6ed1ff;
	border-right:none;
	border-bottom:1px dotted #fff;
}

nav#mainNav ul li li:last-child{border:0;}

nav#mainNav ul li li a{
	width:100%;
	height:40px;
	padding:0 0 0 10px;
	line-height:40px;
	font-size:95%;
	text-align:left;
}

nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li a:hover{
	color:#eaf4fc;
}

nav div.panel{
	display:block !important;
	float:left;
}
  
a#menu{
	display:none;
}

}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
nav#mainNav{
	clear:both;
	width:950px;
	margin:10px auto;
	background:#6ed1ff;
	border:1px solid #e8e5e0;
	border-radius:6px;
}
	
nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
	background: url(images/menuOpen.png) no-repeat 5px 8px;
}
	
nav#mainNav a#menu span{
	padding-left:35px;
}
	
nav#mainNav a.menuOpen{
	border-radius:6px 6px 0 0;
	background: url(images/menuOpen.png) no-repeat 5px -34px;
}
	
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;
	text-align:left;
	border-bottom:1px dashed #e5e5e5;
	background:#6ed1ff;
}
	
nav#mainNav ul li:last-child a{
	border:0;
	border-radius:0 0 6px 6px;
}

nav#mainNav ul li li:last-child a{
	border:0;
	border-radius:0;
}

nav#mainNav ul li li:last-child a{
	border-bottom:1px dashed #e5e5e5;
}

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

nav#mainNav ul li li{
	float:left;
	border:0;
	background:#6ed1ff;
	}

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


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

	#header{
		width:96%;
		padding:0 2%;
	}

	.headNav ul {
		margin:0 10px 5px 10px;
	}

	#breadcrumb {
		width:95%;
	}

	nav#mainNav{
		width:95%;
	}

	nav#mainNav ul{
		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:95%;
		float:none;
		margin:0 auto;
		padding:10px 0;
	}

	#banners{
		width:100%;
		margin:0 auto;
		text-align:left;
	}

	#banners li {
		display: inline-block;
	}

	section.widget_search{
		text-align:center;
	}

	section.widget_search{
		text-align:left;
	}

	#searchform input[type="text"]{
		width:70%;
	}

	#footer .inner{
		width:95%;
		margin:0 auto;
	}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;}

	#header h1{color:#333;}
	
	#header h2 img{max-width:98%;}

	nav#mainNav{width:98%;}

	#header{text-align:center;}

	#header h2{float:none;}

	.headNav ul {
		margin:0 10px 5px 0;
		width:98%;
		margin:0 auto;		
	}

	#breadcrumb {
		font-size:90%;
		word-spacing:0;
	}

	#headerInfo{
		width:250px;
		margin:0 auto;
	}

	img.alignright, 
	img.alignleft{
		display: block;
		margin:5px auto;
	}

	.alignright,
	.alignleft{
		float:none;
	}
}

/* 幅512px以下から 
------------------------------------------------------------*/
@media (max-width: 512px){
		ul#banners li{
		width:100%;
		margin:0 auto;		
	}
	
		ul#banners li a{
		text-align:center;
	}
	
	ul#banners li a img{
		margin:0 auto;
	}
}

/* 幅500px以下から 
------------------------------------------------------------*/
@media (max-width: 500px){
	.soshikizu{
		width:auto;
		padding:10px;
	}
}

/* 幅480px以下から 
------------------------------------------------------------*/
@media (max-width: 480px){

	#header h1{
		font-size:80%;
	}

	.post h2,.post h3{
		font-size:1.2em;
	}

	.soshikizu{
		padding:5px;
	}

	ul.tree-gav{
		margin-left:-10px;
	}

	table.tRes_2,
	table.tRes_3{
		width:100%;
		margin: 0 auto 20px auto;
		border-top:none !important;
		border-left:none !important;
		border-right:none !important;
		border-bottom: 1px solid #ccc !important;
	}

	.tRes_2 th{
		width:95%;
		display:block;
		margin: 0 auto;
		border-top:1px solid #ccc !important;
		border-left:none !important;
		border-right:none !important;
		border-bottom:none !important;
		-webkit-appearance: none;
		font-weight:bold;
	}

	.tRes_2 td{
		display: list-item;
		list-style: none;
		width:95%;
		margin: 0 auto;
		border-top:none !important;
		border-left:none !important;
		border-right:none !important;
		border-bottom:none !important;
	}

	table.tRes_3 thead {display:none;}

	table.tRes_3 tr {
		border-top:1px solid #ccc !important;
		border-left:none;
		border-right:none;
		border-bottom: none;
		display:block;
		margin-bottom:20px;
	}

	table.tRes_3 td {
		width:95%;
		margin:0 auto;
		border-top:none !important;
		border-left:none;
		border-right:none;
		border-bottom: none;
		display: block;
		padding:0;
	}

	table.tRes_3 td.t1,
	table.tRes_3 td.t3{
		font-weight:bold;
	}

	table.tRes_3 td.t2{
		font-weight:bold;
	}

	table.tRes_3 td.t3{
		background-color:#eaf4fc;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		margin-bottom:5px;
	}

	table.tRes_3 td.t1,
	table.tRes_3 td.t2,
	table.tRes_3 td.tk{
		width:auto;
		text-align:left;
	}

	table.tRes_3 td:nth-of-type(1) {
		padding:10px;
		text-indent:0;
	}

	#searchform input[type="text"]{
		width:50%;
	}

	p.tel{
		font-size:1.3rem;
	}
}


/* 幅350px以下から 
------------------------------------------------------------*/
@media only screen and (max-width: 350px){
	.post h2,.post h3{
		font-size:1.1em;
	}

	nav#mainNav ul li{
		font-size:1em;
		margin:0 0 0 0;
		line-height:1.6
	}

	p,table,li,dt,dd{
		font-size:0.9em;
		margin:0 0 1em 0;
		line-height:1.7;
	}
}