/*
Theme Name: jelf-justice
Description: JELF本部
Version: 1.0.0
Text Domain: jelf-justice
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	clear: both;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 640px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 0.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 0.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.content-area:before,
.content-area:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.content-area:after,
.site-footer:after {
	clear: both;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.cl {
	clear:both;
	}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 2px 0;/**/
}

.wp-caption .wp-caption-text {
	font-size: 11px;/**/
	}
.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/******************************************************************
　　基本設定
 ******************************************************************/
/* マウスロールオーバー -------------------------------------- */
a:hover img {opacity:0.7; filter:alpha(opacity=70); -ms-filter: "alpha( opacity=70 )";}

/* Links-------------------------------------- */
a {color:#0088cc;text-decoration:none;}
a:visited {color:#0099dd;text-decoration:none;}
a:hover,
a:focus,
a:active {color:#ff6600;text-decoration:none;}

.more-link {
	text-decoration: none;
	}

/* Buttons -------------------------------------- */
.menu-toggle {
	width:100%;
	padding: 2px 6px;
	font-size: 12px !important;
	line-height: 2;
	font-weight: normal;
	color: #fff !important;
	background-color: #357D3C !important;
	border:none;
	border-radius: 0 !important;
	}
.menu-toggle:hover {
	color: #fff !important;
	font-weight: bold;
	background-color: #025c0b !important;
	border:none;
	border-radius: 0 !important;
	}
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	padding: 2px 6px 1px 6px;
	font-size: 11px !important;
	line-height: 1.8;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	behavior: url(ie-css3.htc);
	}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #000;
	background-color: #e1e1e1;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	behavior: url(ie-css3.htc);
	border: 1px solid #d2d2d2;
	cursor: pointer;
	}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	behavior: url(ie-css3.htc);
	border: 1px solid #d2d2d2;
	}
/*placeholderの文字サイズ*/
input[type="search"] {
	border:1px solid #ccc;
	padding:4px;
	font-size:12px;
}
.zip input[type="text"] {
	border:1px solid #ccc;
	padding:4px;
	font-size:12px;
}

/* リストスタイル -*/
.entry-content ul {
	margin: 0 0 1.5em 0em;
	padding:0 0 0 2em;
	}
.entry-content ol {
	margin: 0 0 1.5em 0em;
	padding:0 0 0 2em;
	}
.entry-content ul {
	list-style: disc;
	}
.entry-content ol {
	list-style: decimal;
	}
.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	}
.entry-content ul li {
	margin:0 0 3px 0;
	padding:0;
	}
.entry-content ol li {
	margin:0 0 3px 0;
	padding:0 0 0 3px;
	}


/* リストスタイル無しクラス設定（class="none"） */
.entry-content ul.none,
.entry-content ol.none {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.entry-content ul.none li,
.entry-content ol.none li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	}

/* リスト（アイウ） */
.entry-content ol.aiu {
	list-style-type: katakana;
	margin: 5px 0 15px 0;
	padding: 0;
	}
.entry-content ol.aiu li {
	margin: 0 0 8px 28px;
	padding: 0;
	}

/* テキスト関係------------------------ */
.fs10 { font-size: 10px !important;}
.fs11 { font-size: 11px !important;}
.fs12 { font-size: 12px !important;}
.fs14 { font-size: 14px !important;}
.fs15 { font-size: 15px !important;}
.fs16 { font-size: 16px !important;}
.fs18 { font-size: 18px !important;}
.fs20 { font-size: 20px !important;}
.fs24 { font-size: 24px !important;}
.fs28 { font-size: 28px !important;}

.serif {font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;}
.center {text-align:center !important;}
.left { text-align: left;}
.right { text-align: right;}

.white {color: #fff;}
.black {color: #000;}
.red {color: #CC0000;}
.blue {color: #146ca2;}
.skyblue {color: #35cdf3;}
.brown {color: #663300;}
.green {color: #00702e;}
.orange {color: #ff8800;}
.burgundy {color: #cc6666;}

.bg-green {
	background:#84B413 !important;
	}
.bg-purple {
	background:#8D8DF7 !important;
	}
.bg-orange {
	background:#F79621 !important;
	}

/* マージン関係------------------------ */
.mar-t-20{margin-top: -20px !important;}
.mar-t-15{margin-top: -15px !important;}
.mar-t-10{margin-top: -10px !important;}
.mar-t-5{margin-top: -5px !important;}
.mar-t5{margin-top: 5px !important;}
.mar-t10{margin-top: 10px !important;}
.mar-t20{margin-top: 20px !important;}
.mar-t30{margin-top: 30px !important;}
.mar-t40{margin-top: 40px !important;}

.mar-b0{margin-bottom: 0 !important;}
.mar-b5{margin-bottom: 5px !important;}
.mar-b10{margin-bottom: 10px !important;}
.mar-b20{margin-bottom: 20px !important;}
.mar-b30{margin-bottom: 30px !important;}
.mar-b40{margin-bottom: 40px !important;}
.mar-b50{margin-bottom: 50px !important;}

.mar-tb10{margin: 10px 0 !important;}
.mar-tb20{margin: 20px 0 20px 0 !important;}
.mar-tb30{margin: 30px 0 !important;}
.mar-tb40{margin: 40px 0 !important;}

/* インデント------------------------ */
/* 段落1行目を1文字下げる */
p.ind-beginline1 {
	text-indent: 1em !important;
	}
/* 2行目以降を1文字下げる */
p.ind-nextline1 {
	padding-left:1em !important;
	text-indent:-1em !important;
	}
/* 2行目以降を3文字下げる ｜例→行頭に（１）（２）…*/
p.ind-nextline3 {
	padding-left:3em !important;
	text-indent:-3em !important;
	}
/* 段落全体を1文字下げる */
.narrow-left1 {
	padding-left:1em !important;
	}
/* 段落全体を2文字下げる */
.narrow-left2 {
	padding-left:2em !important;
	}

/* Float (left right)------------------------ */

.floatLeft {float: left;}
.floatLeft10 {float: left; margin-right: 10px;}
.floatLeft20 {float: left; margin-right: 20px;}
.floatRight {float: right;}
.floatRight10 {float: right; margin-left:10px;}

/* レイアウト------------------------------------- */
body {
	color:#333;
	text-align:center;
	margin:0;
	font: 14px/1.6 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}
.site {
/*	margin:10px !important;*/
	position: relative;
	}
#content,
.site-content {
	padding: 0;
	margin:0;
	text-align:left;
	}
.wrap {
	background:#fff;
	padding: 20px 10px 0 10px;
	margin:0;
	}

/* コンテンツ （primary） */
.content-area article {
	border-bottom: none;
	margin-bottom: -10px;
	}
.content-area .entry-content {
	margin-top: 0px !important;
	margin-bottom:20px !important;
	text-align:left;
	}
.content-area .entry-content p {
	font-size:14px !important;
	line-height:1.6;
	}
/* フッター */
footer[role="contentinfo"] {
	clear: both;
	padding-top:0px;
	padding-bottom:0 !important;
	margin:10px 0 0 0;
	background:#FAFBFD;
	}
/* コンテンツページ ヘッダー */
.site-header {
	margin:0;
	padding: 0;
	background: #fff;
	background:url(images/header-bg.png) repeat-x top center;
	position: relative;
	}
.site-branding {
	margin:0 auto;
	padding: 5px 10px;
	position: relative;
	line-height:0;
	}
h2.site-description {
	margin:10px 0 5px 0 !important;
	padding:0 !important;
	color:#666 !important;
	font-size:13px !important;
	font-weight:normal;
	line-height:1.3 !important;
	text-align:left !important;
	}
h1.site-title {
	margin:0 !important;
	padding:0 !important;
	line-height:0;
	}
h1.site-title img {
	margin:0 0 5px 0;
	padding:0 !important;
	width:270px;
	line-height:0;
	}

/* ヘッダーサブメニュー ------------------*/
.head-subnav {
	display:block;
	margin:0px auto 0px auto;
	padding: 0;
	text-align:center;
	width:100%;
	}
.head-subnav aside {
	margin: 0 0 10px 0;
	padding: 0;
	}
/* 画像ボタン設置の場合 */
.head-subnav ul.subnav-btn {
	list-style:none;
	margin: 0;
	padding: 0;
	text-align:center;
	}
.head-subnav ul.subnav-btn li img {
	margin: 0 0 5px 0;
	padding: 0;
	}
.head-subnav ul.subnav-btn li {
	display: inline-block;
	}
/* ヘッダーウィジェットエリア */
.head-subnav ul#menu-header-subnav {
	list-style:none;
	margin: 0;
	padding: 0;
/*	text-align:center;*/
	letter-spacing:-0.4em;/**/
	}
.head-subnav ul#menu-header-subnav li {
	display: inline-block;
	margin: 5px 2px 5px 2px;
/*	padding: 4px 4px 3px 4px !important;*/
	padding: 0 0px 0 4px !important;
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;/*隙間をなくす*/
	*display: inline;
	*zoom: 1;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc);
	}
.head-subnav ul#menu-header-subnav li a {
	color:#666;
	display: block;
	background:url(images/arraw-o2.gif) no-repeat 0 8px;
/*	padding: 0px 0px 0px 7px !important;*/
	padding: 4px 4px 3px 6px !important;
	text-decoration: none;
	line-height:1.5;
	}
.head-subnav ul#menu-header-subnav li a:hover {
	color:#cc0000;
	background:url(images/arraw-r2.gif) no-repeat 0 8px;
	}

/* Navigation Menu */
.main-navigation {
	margin-top: 0;
	margin-bottom: 0;
	}
.main-navigation {
	text-align: center;
	}
.main-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	}
.main-navigation li {
	width:100%;
	font-size: 12px;
	line-height: 2.5;
	border-bottom:1px dotted #baa1ce;
	}
.main-navigation a {
	color: #333;
	text-decoration: none;
	padding:0 20px;
	}
.main-navigation a:hover {
	color: #cc0000;
	background:#f8f8f8;
	font-weight:bold;
	}
.main-navigation ul.sub-menu {
/*	display: none;*/
	display: block;
	background:#fdfcfb;
/*	width:55%;*/
	width:150px;
	margin-top:3px;
	margin-left:0px;
	padding-left:0px;
	border-top:1px dotted #ccc;
/*right:0;*/
	}
.main-navigation ul.sub-menu li {
	padding-left:0px;
	}
.main-navigation ul.sub-menu li a {
	padding-right:0px;
	font-size:10px !important;
	width:150px;
	}
.main-navigation ul.sub-menu li a:hover {
	background:#fbfafa;
	}

/* Menu Buttons */
.menu-toggle:before {
	border-top:1px solid #858689;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	}
.menu-toggle {
	padding: 6px 0;
	cursor: pointer;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	line-height: 2;
	font-weight: normal;
	color: #ffffff;
	background: #357D3C !important;/**/
	}
.menu-toggle:hover {
	color: #fff;
	background:#025c0b !important;/**/
	}
.menu-toggle:active,
.menu-toggle.toggled-on {
	color: #fff;
	border: none;
	border-radius: 0px;
	background:#eee;
	}
/*.main-navigation ul.nav-menu.toggled-on,*/
.menu-toggle {
	display: inline-block;
	width:100%;
	}

/* Sidebar ・ Footer widget ----------------- */
.widget-area .widget {
	background-color:#ffffff;
	margin-bottom: 20px;
	padding:0;
/*	border:1px solid #E4E6EF;*/
	border-bottom:none;
	text-align:left;
	}
.widget-area .widget.widget_search {
	background-color:#E4E6EF;
	border:1px solid #E4E6EF;
	}
.widget-area .widget.widget_text {
/*	border-bottom:1px solid #E4E6EF;*/
	}
.widget-area .widget.widget_text a {
	color:#0088cc !important;
	text-decoration:none;
	}
.widget-area .widget.widget_text a:hover {
	color:#cc0000 !important;
	}
.footer-w-area .widget-area-footer {
	background-color:#ffffff;
	margin-bottom: 20px;
	padding:0;/**/
	border-left:1px solid #d4d6de;
	border-right:1px solid #d4d6de;
	border-bottom:1px solid #d4d6de;
	}
.widget-area .widget form {
	margin:4px;
	}
.widget-area .widget h2 {
	color:#fff;
	margin:0 0 15px 0;
	padding:5px 0 4px 0;
	background:#6ba008;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	}
.widget-area .widget h2.widget-custom {
	color:#fff !important;
	margin:0 0 15px 0;
	padding:5px 0 4px 0;
	background:#6ba008;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	}
.widget-area .widget h2.widget-custom a {
	display:block;
	color:#fff;
	}
.widget-area .widget h2.widget-custom a:hover {
	display:block;
	color:#E0F5F5;
	}
.widget-area .widget.frontend_user_admin h3 a {
	color: #fff;
	text-decoration:none;
	}
.widget-area .widget.frontend_user_admin h3 a:hover {
	color: #ddd;
	text-decoration:none;
	}
.footer-w-area .widget-area-footer h3 {
	color: #333;
	border-top:1px solid #d4d6de;
	border-bottom:1px solid #d4d6de;
	background-color:#E4E6EF;
	margin:0px 0 5px 0;
	padding:6px 0 3px 10px;
	font-size:13px;
	font-weight:normal;
	line-height:1.3;
	}
.widget-area .widget ul {
	list-style: none;
	margin:0 !important;
	padding:0;/**/
	background:#fff;
	}
.footer-w-area .widget-area-footer ul {
	list-style: none;
	margin:0 !important;
	padding:0 0 0 10px;/**/
	background:#fff;
	}
.footer-w-area .widget-area-footer li,
.widget-area .widget li {
	list-style: none;
	font-size: 12px;
	line-height: 1.3;
	margin:0 0 5px 0 !important;
	padding:0 !important;
	text-align:left;
	}
.widget-area .widget p,
.widget-area .widget .textwidget {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 1.7;
	}
.footer-w-area .textwidget {
	font-size: 12px;
	line-height: 1.7;
	}
.footer-w-area .widget-area-footer li a {
	background:url(images/arraw-o2.gif) no-repeat 0 4px;
	padding-left:8px;
	display: block;
	margin:5px 0 0 0;
	text-decoration: none;
	}
.widget-area .widget li a {
	color:#666 !important;
	background:url(images/arraw-o2.gif) no-repeat 10px 4px;
	padding-left:18px;
	padding-right:10px;
	padding-bottom:7px;
	display: block;
	margin:13px 0 0px 0px;
	margin-bottom:-3px !important;
	text-decoration: none;
	border-bottom:1px solid #e1e1e1;
	}
.widget-area .widget li a:hover {
	background:url(images/arraw-r2.gif) no-repeat 10px 4px;
	padding-left:18px;
	padding-bottom:7px;
	display: block;
	margin:13px 0 0px 0px;
	margin-bottom:-3px !important;
	text-decoration: none;
	color:#cc0000 !important;
	}
.widget-area .widget li:last-child a {
/*	border-bottom:none;*/
	}
.widget-area .widget li ul.sub-menu li {
	border-bottom:none !important;
	}
.widget-area .widget li ul.sub-menu li a {
	color:#666 !important;
	border-bottom:none !important;
	}
.widget-area .widget li ul.sub-menu li a:hover {
	color:#cc0000 !important;
	}
.widget-area .widget li ul.sub-menu li:last-child {
	border-bottom:1px solid #e1e1e1 !important;
	}
.widget-area .widget li ul li a {
	color:#0088cc !important;
	background:url(images/arraw-o2.gif) no-repeat 20px 4px;
	padding-left:28px;
	padding-right:10px;
	padding-bottom:7px;
	display: block;
	margin:10px 0 0px 0px;
	text-decoration: none;
	border-bottom:1px solid #e1e1e1;
	}
.widget-area .widget li ul li a:hover {
	background:url(images/arraw-r2.gif) no-repeat 20px 4px;
	padding-left:28px;
	margin:10px 0 0px 0px;
	}
.widget-area .widget li ul li ul li a {
	color:#0088cc !important;
	background:url(images/arraw-o2.gif) no-repeat 30px 4px;
	padding-left:38px;
	padding-right:10px;
	padding-bottom:7px;
	display: block;
	margin:10px 0 5px -24px;
	text-decoration: none;
	border-bottom:1px solid #e1e1e1;
	}
.widget-area .widget li ul li ul li a:hover {
	background:url(images/arraw-r2.gif) no-repeat 30px 4px;
	padding-left:38px;
	margin:10px 0 0px -24px;
	}
.footer-w-area .widget-area-footer li a:hover {
	background:url(images/arraw-r2.gif) no-repeat 0 4px;
	padding-left:8px;
	display: block;
	margin:5px 0 0 0;
	text-decoration: none;
	color:#cc0000;
	/*border-bottom:1px dotted #cc0000;*/
	}

.widget-area .widget_categories li a,
.widget-area .widget_categories li a:hover {
	display: inline;
	border-bottom:none;
	}
.widget-area .widget_categories li {
	padding-top:7px !important;
	padding-bottom:7px !important;
	border-bottom:1px dotted #ccc;
	}

.widget-area .widget li:last-child a:hover {
/*	border-bottom:none;*/
	}
.footer-w-area .widget-area-footer .textwidget,
.footer-w-area .widget-area-footer ul {
	margin:5px 8px 5px 8px;
	}
.footer-w-area .widget-area-footer li,
.widget-area .widget p {
	margin-bottom: 14px;
	}
.widget-area .textwidget ul {
	list-style: none;
	margin: 0 0 14px;
	}

/* テキスト ウィジェット ----- */
.widget-area aside[id*=text] {
padding:0 0 0 0 !important;
	}
.widget-area aside[id*=text] img {
/*margin:3px 0 -3px -1px !important;*/
	}

/* サイドバー ボタン ウィジェット ----- */
.widget-area .textwidget p {
	text-align:center;
	}

/* サイドバー 旧HPリンク ----- */
.hp-bk {
	margin:0;
	}
.hp-bk a {
	padding:7px 15px 6px 15px !important;
	border:1px solid #d8d8d8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(ie-css3.htc);
	}
.hp-bk a:hover {
	background:#e8ebf2;
	}

/* フッターのウィジェットエリア ------------------------- */
.footer-w-area {
	padding-bottom:0px !important;
/*	background:#f8f8f8;*/
	}
.footer-w-area:before {
	clear: both;
	}
.footer-w-area:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}

/* footer・footer内 */
#colophon {
	margin-top:0px;
	border-top:1px solid #e4f2d7;/**/
	}
/* Footer（カスタムメニュー）上部 ---------------- */
#footerUpper {
	clear: both;
	padding: 0;
	margin: 0;
	background:#f8fcf5;
	}
#footerUpper div.footerUp-inner {
	padding: 5px 10px 10px 10px;
	margin: 0 auto;
	background:#f1f8eb;
	}
.box{
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom:0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2;
	text-align:left;
	vertical-align:top;
	}
/*.book-btn {
	padding: 0;
	margin: 0 0 20px 0;
	text-align:center;
	}*/
.f-logo {
	padding: 0;
	margin: 0;
	}
.f-address {
	padding: 0;
	margin: 0 0 5px 0 !important;
	font-size:10px;
	line-height:1.4;
	}

/* 最後のbox */
.last {margin-top: 10px;margin-right:0;margin-bottom:0;}
.last p {margin:0;padding:0;text-align:right;}

/* list （フッター上部内） */
ul#menu-footer1,ul#menu-footer2,ul#menu-footer3,ul#menu-footer4 {
	list-style: none;
	padding: 0;
	margin: 0;
	}
ul#menu-footer1 li a,ul#menu-footer2 li a,ul#menu-footer3 li a,ul#menu-footer4 li a {
	text-decoration:none;
	}
ul#menu-footer1 li.menu-item:first-child a,
ul#menu-footer2 li.menu-item:first-child a,
ul#menu-footer3 li.menu-item:first-child a,
ul#menu-footer4 li.menu-item:first-child a {
	font-size:12px !important;
	font-weight: bold;
	text-decoration: none;
	padding:0 0 2px 18px;/**/
	margin-bottom:4px !important;/**/
	border-bottom: 1px dotted #896837 !important;/**/
	}
ul#menu-footer1 li a,ul#menu-footer2 li a,ul#menu-footer3 li a,ul#menu-footer4 li a {
	background-image:url(images/list-f11.png);
	background-position:2px 1px;
	background-repeat:no-repeat;
	color: #666 !important;
	font-size:11px !important;
	font-weight:normal;
	text-decoration: none;
	display: block;
	margin-top:6px;
	margin-bottom:0 !important;/**/
	padding:0 0 0px 18px;/**/
/*	border-bottom: 1px dotted #896837 !important;*/
	text-align:left;
	}
ul#menu-footer1 li a:hover,
ul#menu-footer2 li a:hover,
ul#menu-footer3 li a:hover,
ul#menu-footer4 li a:hover {
	background-image:url(images/list-f13.png);
	background-position:2px 1px;
	background-repeat:no-repeat;
	color: #ff6600 !important;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
	display: block;
	margin-top:6px;
	margin-bottom:0 !important;/**/
	padding:0 0 0px 18px;/**/
/*	border-bottom: 1px dotted #ff6600 !important;*/
	text-align:left;
	}

/* footer-info （フッターサブナビ、クレジット）---------------------- */
.footer-info {
	clear: both;
	padding:0 !important;
	margin:0 !important;
	width:100%;
	background:#025c0b !important;
	position: relative;
	overflow:hidden;
	}
.footer-info .site-info {
/*	border-top:1px solid #000;*/
	color:#fff;
	padding:10px !important;
	margin:0 auto !important;
	}
.footer-info .site-info #credit {
	font-size:11px;
	color:#fff;
	padding:0 0 20px 0 !important;
	margin:0;
	text-align:center;
	}

/* フッターサブメニュー ------------------*/
#Fsubnavi {
	padding:0;
	margin:0;
	}
#Fsubnavi ul#menu-footer-subnav {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
	font-size:11px;
	}
#Fsubnavi ul#menu-footer-subnav li {
	float:left;
	margin:0 10px 0 0;
	overflow:hidden;
	}
#Fsubnavi ul#menu-footer-subnav li a {
	color:#fff;
	padding:0 0 0 9px;
	background:url(images/arraw-s-wh.gif) no-repeat 0 2px;
	}
#Fsubnavi ul#menu-footer-subnav li a:hover {
	color:#fbf2f4 !important;
	padding:0 0 0 9px;
	background:url(images/arraw-r22.gif) no-repeat 0 2px;
	}

/* パンくずリスト ------------------*/
#breadcrumb {
/*	background:#fff;*/
	padding:1px 2px 2px 5px;
	margin-bottom:15px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	text-align:left;
	}
#breadcrumb ul {
	list-style: none;
	font-size:11px;
	margin: 0px;
	padding: 2px 0px 0px 10px;
/*	letter-spacing:-0.4em;*/
	}
#breadcrumb ul li {
	display: inline-block;
	letter-spacing:normal;/*隙間をなくす*/
	*display: inline;
	*zoom: 1;
	}
#breadcrumb ul li a {
	text-decoration: none;
	}
#breadcrumb ul li a:hover {
	text-decoration: none;
	color:#FFA020;
	}
.nocomments {
	display: none;
	}

/* page-top ページトップに戻る ------------------------------------ */
/*#page-top {
	display: none;
	}*/

/* 「続きを読む」ボタン -------------------------------------------- */
.content-area dl dd .more-link,
.entry-summary .more-link,
.entry-content .more-link,
.entry-content .detail {margin:10px 0 10px 0;
border:1px solid #afcef9;-webkit-border-radius: 12px; -moz-border-radius: 12px;border-radius: 12px;width:100%;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 1px 3px 1px 3px;font-weight:bold; text-decoration:none;text-align: center; color: #333; background-color: #fff;
display:block;
	behavior: url(ie-css3.htc);
	}

.content-area dl dd .more-link:hover,
.entry-summary .more-link:hover,
.entry-content .more-link:hover,
.entry-content .detail:hover {
 border:1px solid #b6c7cc; background-color: #EAEFF5;
	behavior: url(ie-css3.htc);
	}

.content-area dl dd .more-link a,
.entry-summary .more-link a,
.entry-content .more-link a,
.entry-content .detail a {
	display:block;
	padding: 2px 3px 2px 3px;
	color: #336699 !important;
}
.content-area dl dd .more-link a:hover,
.entry-summary .more-link a:hover,
.entry-content .more-link a:hover,
.entry-content .detail a:hover {
	display:block;
	padding: 2px 3px 2px 3px;
	color: #cc0000 !important;
}

/* テーブル ----------------------------------------*/
/* table00 （TinyMCE） ------------------ */
.entry-content table {
	border:1px solid #dbdbdb;
	margin:5px 0 20px 0;
	font-size:12px;
	line-height:1.3;
	}
.entry-content table thead tr td {
	color:#333;
	border:1px solid #dbdbdb;
	background:#f8f8f8;
/*	white-space:nowrap;*/
	white-space:normal;
	padding:8px 6px 6px 6px;
	font-size:12px;
	line-height:1.3;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
.entry-content table tr th,
.entry-content table tr td.thead {
	color:#333;
	border:1px solid #dbdbdb;
	background:#f8f8f8;
	white-space:normal;
	padding:8px 6px 6px 6px;
	font-size:12px;
	line-height:1.3;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
.entry-content table tbody tr td {
	color:#333;
	border:1px solid #dbdbdb;
	padding:8px 6px 6px 6px;
	font-size:12px;
	line-height:1.3;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	}
.entry-content table tbody tr td p {
	color:#333;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.3;
	}

/* table （data） ------------------ */
table.data {
	border:none;
	margin:0 0 30px 0;
	padding:0;
	display:block;
	width:100%;
	}
table.data tr {
	border:none;
	width:100%;
	}
table.data tr th {
	border:none;
	padding:5px 5px;
	margin:0 0 3px 0 !important;
	display:block;
	text-align: left;
	font-weight: bold;
	font-size:13px !important;
	line-height:1.5 !important;
	color:#333;
	background:#f8f8f8;
	}
table.data tr th.col1 {
	text-align: center !important;
	background:#e8e8e8 !important;
	}
table.data tr td {
	border:none !important;
	display:block;
	text-align: left;
	font-weight: normal;
	font-size: 13px !important;
	line-height:1.5 !important;
	margin-top:0 !important;
	margin-bottom:15px;
	padding-top:3px !important;
	}

/* table0 （data0） ------------------ */
.entry-content table.data0 {
	border:1px solid #ccc;
	margin:5px 0 20px 0;
	font-size:14px;
	line-height:1.5;
	}
.entry-content table.data0 th.head {
	color:#fff;
	background:#f5f8fc;/**/
	}
.entry-content table.data0 thead tr td {
	color:#333;
	border:1px solid #ccc;
	background:#f8f8f8;
/*	white-space:nowrap;*/
	white-space:normal;
	padding:10px 10px 8px 10px;
	font-size:14px;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
.entry-content table.data0 tr th,
.entry-content table.data0 tr td.thead {
	color:#333;
	border:1px solid #ccc;
	background:#f5f8fc;/**/
	white-space:nowrap;
	padding:10px 15px 8px 15px;
	font-size:15px;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
.entry-content table.data0 tbody tr td {
	color:#333;
	border:1px solid #ccc;
	padding:10px 15px 8px 20px;
	font-size:14px;
	line-height:1.5;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	}
.entry-content table.data0 tbody tr td p {
	color:#333;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:1.5;
	}
/* table1 （data1） ------------------ */
.entry-content table.data1 {
	border:1px solid #ccc;
	margin:5px 0 20px 0;
	font-size:13px;
	line-height:1.3;
	}
.entry-content table.data1 th.head {
	color:#fff;
	background:#f5f8fc;/**/
	}
.entry-content table.data1 thead tr td {
	color:#333;
	border:1px solid #ccc;
	background:#f8f8f8;
/*	white-space:nowrap;*/
	white-space:normal;
	padding:8px 6px 6px 6px;
	font-size:13px;
	line-height:1.3;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
.entry-content table.data1 tr th,
.entry-content table.data1 tr td.thead {
	color:#333;
	border:1px solid #ccc;
	background:#f5f8fc;/**/
	white-space:normal;
	padding:8px 6px 6px 6px;
	font-size:13px;
	line-height:1.3;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
.entry-content table.data1 tbody tr td {
	color:#333;
	border:1px solid #ccc;
	padding:8px 6px 6px 6px;
	font-size:13px;
	line-height:1.3;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	}
.entry-content table.data1 tbody tr td p {
	color:#333;
	padding:0;
	margin:0;
	font-size:13px;
	line-height:1.3;
	}
/* table2 （data2） ------------------ */
table.data2 {
	font-size: 14px;
	margin:4px 0 20px 0;
	border-top:3px solid #BECBDC;
	border-left:3px solid #BECBDC;
	border-right:4px solid #BECBDC;
	border-bottom:4px solid #BECBDC;
	text-align:center;
	width:100%;
	}

table.data2 tr th {
	border-top:1px solid #BECBDC;
	border-left:1px solid #BECBDC;
	background:#f5f8fc;/**/
/*	white-space:nowrap;*/
	padding:6px 2px 3px 2px;
	text-align:center;
	width:32%;
	}

table.data2 tr td {
	border-top:1px solid #BECBDC;
	border-left:1px solid #BECBDC;
	padding:2px;
	text-align:center !important;
	}
/* table3 （data3） ------------------ */
.entry-content table.data3 {
	border:1px solid #ccc;
	margin:5px 0 20px 0;
	font-size:13px;
	line-height:1.3;
	}
.entry-content table.data3 th.head {
	color:#fff;
	background:#f5f8fc;/**/
	}
.entry-content table.data3 thead tr td {
	color:#333;
	border:1px solid #ccc;
	background:#f8f8f8;
/*	white-space:nowrap;*/
	white-space:normal;
	padding:8px 6px 6px 6px;
	font-size:13px;
	line-height:1.3;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
.entry-content table.data3 tr th,
.entry-content table.data3 tr td.thead {
	color:#333;
	border:1px solid #ccc;
	background:#dfe6ea;
	white-space:normal;
	padding:8px 6px 6px 6px;
	font-size:13px;
	line-height:1.3;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
.entry-content table.data3 tbody tr td {
	color:#333;
	border:1px solid #ccc;
	padding:8px 6px 6px 6px;
	font-size:13px;
	line-height:1.3;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	}
.entry-content table.data3 tbody tr td.gry {
	background:#eff2f5;
	}
.entry-content table.data3 tbody tr td p {
	color:#333;
	padding:0;
	margin:0;
	font-size:13px;
	line-height:1.3;
	}

/*固定ページ・シングルページタイトル背景*/
.archive .headbg-area,
.single .headbg-area,
.single-env_justice .headbg-area,
.single-media .headbg-area,
.single-law .headbg-area,
.page-template-page-incident .headbg-area,
.page-template-page2 .headbg-area {
	margin: 0;
	padding: 0;
	width:100%;
	background:#025c0b;
	border-bottom:1px solid #b5cf83;
	}
.archive .headbg-area .headname-area,
.single .headbg-area .headname-area,
.single-env_justice .headbg-area .headname-area,
.single-media .headbg-area .headname-area,
.single-law .headbg-area .headname-area,
.page-template-page-incident .headbg-area .headname-area,
.page-template-page2 .headbg-area .headname-area {
	margin: 0;
	padding: 10px 10px 10px 10px;
	background:#fff url(images/headtitle-bg.png) no-repeat left -10px;
/*	border-left:4px solid #baa1ce;
	border-right:4px solid #baa1ce;*/
/*	outline:2px solid #fff;
	outline-offset:-6px;*/
	}
.archive #breadcrumb,
.single #breadcrumb,
.single-env_justice #breadcrumb,
.single-media #breadcrumb,
.single-law #breadcrumb,
.page-template-page-incident #breadcrumb,
.page-template-page2 #breadcrumb {
	border:none;
	padding-left:0;
	margin-bottom:5px;
	}
.archive #breadcrumb ul,
.single #breadcrumb ul,
.single-env_justice #breadcrumb ul,
.single-media #breadcrumb ul,
.single-law #breadcrumb ul,
.page-template-page-incident #breadcrumb ul,
.page-template-page2 #breadcrumb ul {
	padding-left:0;
	}
.archive .entry-header,
.single .entry-header,
.single-env_justice .entry-header,
.single-media .entry-header,
.single-law .entry-header,
.page-template-page-incident .entry-header,
.page-template-page2 .entry-header {
	margin:0;
	padding:0 !important;
	background:none;
/*	background:#fff;*/
	border:none;
	border-radius: 0;
	outline:none;
	}
.page-template-page-incident .entry-header h1.entry-title,
.page-template-page2 .entry-header h1.entry-title {
	color:#025c0b;
	font-size:20px !important;
	font-weight:bold !important;
	margin:0;
	padding:0 !important;
	}
.archive .entry-header h1.entry-title2,
.single .entry-header h1.entry-title2,
.single-env_justice .entry-header h1.entry-title2,
.single-media .entry-header h1.entry-title2,
.single-law .entry-header h1.entry-title2 {
	color:#025c0b;
	font-size:20px !important;
	font-weight:bold !important;
	margin:0;
	padding:0 !important;
	border-top:0 !important;
	border-left:0 !important;
	}
.page .entry-content p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size:14px !important;
	line-height:1.6;
	}

/* パンくずリスト What's New ------------------*/
.single-news #breadcrumb {
/*	background:#fff;*/
	padding:1px 2px 2px 5px;
	margin-bottom:20px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	text-align:left;
	}
.single-news #breadcrumb ul {
	list-style: none;
	font-size:11px;
	margin: 0px;
	padding: 2px 0px 0px 10px;
/*	letter-spacing:-0.4em;*/
	}
.single-news #breadcrumb ul li {
	display: inline-block;
	letter-spacing:normal;/*隙間をなくす*/
	*display: inline;
	*zoom: 1;
	}
.single-news #breadcrumb ul li a {
	text-decoration: none;
	}
.single-news #breadcrumb ul li a:hover {
	text-decoration: none;
	color:#FFA020;
	}

/* page-top ページトップに戻る ------------------ */
#page-top {
	display:block;
	position: fixed;
	right: 20px;
	font-size: 11px;
	letter-spacing: 1px;
	width: 65px;
	height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #999;
	}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 12px 0 0 0;
	text-align: center;
	display: block;
	width: 65px;
	height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #999;
	behavior: url(ie-css3.htc);
	}
#page-top a:hover {
	text-decoration: none;
	background: #6A7FBC;
	}

/* トップページ ------------------------------------------------- */
/* トップ画像 スライドショー */
.slide-area {
	width:100%;
	padding:0;
	margin:0;
	background:#025c0b;
	border-top:1px solid #b5cf83;
	border-bottom:1px solid #b5cf83;
	}
.slide-area .slide-box {
	max-width:1000px;
	padding:0;
	margin:0 auto;
	}
.slide-area img {
	width:100%;
	padding:0;
	margin:0;
	}

/* トップページ */
/* 具体的な取り組み（私たちはこのような活動をしています） */
.guide-area {
	clear:both;
	width:100%;
	padding:10px 0 5px 0;
	margin:0 0 30px 0;
	text-align:center;
	background:#FCFCFD;
	border:1px solid #E8EBF2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	}
.guide-area h3.guide-title {
	color:#025c0b;
	padding:0 5px;
	margin:0 8px 10px 8px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px dotted #ccc;
	letter-spacing:normal;/*隙間をなくす*/
	}
.guide-area .top_read {
	margin:0;
	padding:0 8px;
	letter-spacing:normal;/*隙間をなくす*/
	text-align:left;
	}
.guide-area .top_read p {
	font-size:12px;
	line-height:1.6;
	}
.guide-area .top_read h3.top-catch {
	margin:0 0 15px 0;
	padding:0;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	}
.guide-area .top_read ul.top-action {
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:center;
	}
.guide-area .top_read ul.top-action li {
	display:inline-block;
	margin:0 10px 10px 10px;
	padding:0;
	}
.delay1 {
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.6s;
	animation-delay:0.2s;
	}
.delay2 {
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.6s;
	animation-delay:0.4s;
	}
.delay3 {
	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	animation-delay:0.6s;
	}

.guide-area .top_read .footnote {
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	font-size:12px !important;
	}

/* 抗議文・声明文ボタン */
.guide-area .top_link {
	margin:6px auto;
	padding:0;
	letter-spacing:normal;/*隙間をなくす*/
	background:#E8EBF2;
	border:1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(64, 64, 64, 0.2);
	behavior: url(ie-css3.htc);
	width:240px;
	}
.guide-area .top_link p {
	margin:0;
	padding:6px 2px 1px 2px;
	text-align:center;
	}
.guide-area .top_link p a {
	display:block;
	}
.guide-area .top_link p a:before {
	content: url(images/list052.png);
	vertical-align:top;
	}
.guide-area .guide-box {
	padding:0;
	margin:0 3px 2px 3px;
	max-width:112px;
	display:inline-block;
	background:none;
	text-align:center;
	}
.guide-area .guide-box figure {
	padding:0;
	margin:0;
	}
.guide-area .guide-box figure img {
	padding:0;
	margin:0;
	}
.guide-area h4.top-caption1,
.guide-area h4.top-caption2,
.guide-area h4.top-caption3,
.guide-area h4.top-caption4,
.guide-area h4.top-caption5,
.guide-area h4.top-caption6,
.guide-area h4.top-caption7,
.guide-area h4.top-caption8,
.guide-area h4.top-caption9,
.guide-area h4.top-caption10,
.guide-area h4.top-caption11 {
	color:#fff !important;
	padding:5px 0;
	margin:0;
	max-width:112px;
/*	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;*/
	font-size:9px;
	font-weight:normal;
	text-align:center;
	background:#63BDBD;
	}
.guide-area h4.top-caption1 a,
.guide-area h4.top-caption2 a,
.guide-area h4.top-caption3 a,
.guide-area h4.top-caption4 a,
.guide-area h4.top-caption5 a,
.guide-area h4.top-caption6 a,
.guide-area h4.top-caption7 a,
.guide-area h4.top-caption8 a,
.guide-area h4.top-caption9 a,
.guide-area h4.top-caption10 a,
.guide-area h4.top-caption11 a {
	display:block;
	color:#fff !important;
	}
.guide-area h4.top-caption1 a:hover,
.guide-area h4.top-caption2 a:hover,
.guide-area h4.top-caption3 a:hover,
.guide-area h4.top-caption4 a:hover,
.guide-area h4.top-caption5 a:hover,
.guide-area h4.top-caption6 a:hover,
.guide-area h4.top-caption7 a:hover,
.guide-area h4.top-caption8 a:hover,
.guide-area h4.top-caption9 a:hover,
.guide-area h4.top-caption10 a:hover,
.guide-area h4.top-caption11 a:hover {
	color:#cc0000 !important;
	}


/* トップページ　「会員が手がけている事件」 アニメーション */
.transform01 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
figure:hover .transform01 {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure h3 {
	padding: 10px 0 5px;
	color: #fff;
	font-size: 12px !important;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
	text-align: center;
	font-weight: bold;
	line-height:1.5;
}
figure p {
	color: #fff;
	font-size: 10px !important;
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: left;
	font-weight: normal;
	line-height:1.3;
}

/* Effect  */
.guide-box figure {
	position: relative;
	overflow: hidden;
}
.guide-box figcaption a,
.guide-box figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(139,156,116,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.guide-box figcaption h3,
.guide-box figcaption p {
	color:#fff;
	position: absolute;
	left: -100%;
	width: 95px;
	padding: 0;
	text-align: left;
	-webkit-transition: .3s;
	transition: .3s;
}
.guide-box figcaption h3 {
	top: 0px;
}
.guide-box figcaption p {
	top: 22px;
}
.guide-box figure:hover figcaption {
	color:#fff;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.guide-box figure:hover figcaption h3,
.guide-box figure:hover figcaption p {
	left: 10px;
}
.guide-box figure:hover figcaption h3 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.guide-box figure:hover figcaption p {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

/* トップページ Whats New（エリア） *******/
#top-info {
	width:100%;
	margin-top:0 !important;
	margin-bottom:30px;
	}
#top-info h3.info-title {
	display:inline-block;
	width:87.5%;
	color:#fff !important;
	padding: 3px 10px 1px 10px;
	margin:0;
	font-size:16px;
	font-weight:bold;
	background-color:#9abe9d;
	}
#top-info .info-list {
	display:inline-block;
	width:12.5%;
	padding: 0;
	margin:0;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background-color:#357d3c;
	}
#top-info .info-list a {
	display:block;
	padding: 6px 1px 2px 1px;
	margin:0;
	color:#fff;
	}
#top-info .info-list a:hover {
	background-color:#679d6d;
	}
#top-info .info-box {
	max-width:100%;
	background-color:#f8fcf5;
	padding: 10px 15px 5px 15px;
	margin: 0 0 10px 0;
/*	border:1px solid #D6E0EB;
	border-top:none;*/
	}
/* トップページ Whats New（内容）  ******/
#top-info .info-box {
	text-align:left;
	}
#top-info h2.entry-toptitle {
	background:none;
	border:none;
/*	border-left:3px solid #abadaf;*/
	border-bottom:1px dotted #abadaf;
	padding:0 0 2px 0;
	margin:0 0 20px 0;
	color:#333;
	font-size:14px;
	font-weight:normal;
	}
#top-info h2.entry-toptitle a {
	color:#0088cc;
	text-decoration:none;
	}
#top-info h2.entry-toptitle a:hover {
	color:#ff6600;
	text-decoration:none;
	}
	/* Whats New 日付 */
#top-info .outline {
	background:none;
	border:none;
	padding:0;
	margin:0;
	font-size:12px;
	}
span.top-new {/* NEWを表示 */
	margin:0 3px 0 0;
	padding:2px 4px 1px 4px;
	background-color:#ee0000;
	color:#fff;
	font-size:11px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(ie-css3.htc);
	}

/* トップページ 寄付＆信託 ------------------------------- */
.donation-area {
	clear:both;
	width:100%;
	padding:20px 10px 5px 10px;
	margin:0 0 30px 0;
	text-align:center;
	background:#F1E9E2 url(images/kifu-bg.png) top center;
	background-size:cover;
	text-align:center;
	}
.donation-area h3.donation-title {
	color:#333;
	padding:0 5px;
	margin:0 0 10px 0;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
	font-size:16px;
	font-weight:bold;
/*	border-bottom:1px dotted #ccc;*/
	letter-spacing:normal;/*隙間をなくす*/
	}
.donation-area ul {
	padding:0;
	margin:0;
	list-style:none;
	}
.donation-area ul li {
	display:inline-block;
	padding:0;
	margin:0 5px 5px 5px;
	}
.donation-area ul li img {
	padding:0;
	margin:0;
	max-width:240px;
	}


/* カテゴリー一覧 ---------------------------- */
.category .archive-header h1.archive-title {
	color:#666;
	font-size:18px !important;
	font-weight:normal !important;
	padding:4px 4px 2px 16px !important;
	margin:0 0 25px 0;
	background:none !important;
	border: 4px solid #F8E5E9 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(ie-css3.htc);
	}
.category .archive-header .cat-title {
	color:#fff;
	padding:4px 0 2px 0;
	margin:0 0 20px 0;
	background:#E39BA7;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	}
.category .archive-header .cat-title a {
	color:#fff;
	}
.category .archive-header .cat-title a:hover {
	color:#cc0000;
	}
.category .entry-header h1.entry-title {
	margin:0;
	padding:3px 2px 1px 14px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #D6CFE4;
	border-left:6px solid #521385;
	}
.category .outline {
	background:none;
	border-bottom:1px dotted #907DB7;
	padding:2px 0 3px 20px;
	margin:0 0 1px 0;
	font-size:12px;
	}
.category .outline span.info-tax {
	color:#fff;
	background:#D4687C;
	padding:2px 5px 1px 5px;
	margin:0 0 0 5px;
	font-size:10px;
	vertical-align:middle;
	}
.category .post-content {
	padding:2px 0px 2px 0px;
	margin:10px 0 40px 0 !important;
	}
.category .post-content .eyecatch {
	float:left;
	width:25%;/*150÷600*/
	padding:0;
	margin:0;
	}
.category .post-content .entry-content {
	float:right;
	width:71.666666666%;/*430÷600*/
	padding:0;
	margin:0 !important;
	}

/* アーカイブ ---------- */
.archive .page-header h1.page-title {
	color:#fff;
	font-size:16px !important;
	font-weight:bold !important;
	padding:8px 4px 6px 20px !important;
	margin:0 0 25px 0;
	background:#41ABDA !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(ie-css3.htc);
	}
span.list-new {/*NEWを表示*/
	margin:0 5px 0 0;
	padding:3px 4px 1px 4px;
	background-color:#ee0000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	vertical-align:baseline;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(ie-css3.htc);
	}
.archive .entry-header h2.entry-title a {
	color:#336699;
	}
.archive .entry-header h2.entry-title a:hover {
	color:#ff6600;
	}
.post-type-archive-news .entry-content,
.post-type-archive-event .entry-content {
	padding:2px 15px 0px 15px;
	margin:10px 0 40px 0 !important;
	border:1px solid #ADC2D6 !important;
	border-top:none !important;
	overflow:hidden;
	}
.archive .entry-content p {
	padding:0;
	margin:0 0 14px 0;
	font-size:12px;
	line-height:1.5;
	}

.archive .post-content {
	padding:2px 20px 2px 20px;
	margin:10px 0 40px 0 !important;
	border:1px solid #ADC2D6;
	border-top:none;
	overflow:hidden;
	}
.archive .post-content .eyecatch {
	float:left;
	width:25%;/*150÷600*/
	padding:0;
	margin:0;
	}
.archive .post-content .entry-content {
	float:right;
	width:71.666666666%;/*430÷600*/
	padding:0;
	margin:0 !important;
	}

/* アーカイブ （Whats New 一覧（カスタム投稿タイプ）他） ---------- */
.post-type-archive-news .page-header h1.page-title {
	color:#fff;
	font-size:16px !important;
	font-weight:bold !important;
	padding:10px 4px 6px 20px !important;
	margin:0 0 20px 0;
	background:#FDB71B !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(ie-css3.htc);
	outline:1px solid #FEE01C;
	outline-offset:-4px;
	}
.archive .entry-header h2.entry-title {
	margin:0;
	padding:3px 2px 1px 10px !important;
	font-size:16px;
	font-weight:normal;
	background:#F7F8FE;
	border:1px solid #CBD9EB !important;
	border-left:5px solid #CBD9EB !important;
	border-radius: 0;
	}
.post-type-archive-news .entry-content{
	padding:2px 15px 0px 15px;
	margin:10px 0 40px 0 !important;
	border:1px solid #CBD9EB !important;
	border-top:none !important;
	overflow:hidden;
	}
.post-type-archive-news .entry-content p {
	font-size:12px !important;
	line-height:1.5;
	}

/* お問い合わせ mw-wp--form --------------------------- */
.mw_wp_form table.mw-wp {
	border:none;
	margin:0 0 30px 0;
	padding:0;
	display:block;
	width:100%;
	}
.mw_wp_form table.mw-wp tbody {
	border:none;
	width:100%;
	}
.mw_wp_form table.mw-wp tr {
	border:none;
	width:100%;
	}
.mw_wp_form table.mw-wp tr th {
	border:none;
	padding:5px 5px;
	margin:0 0 5px 0;
	display:block;
	text-align: left;
	font-weight: bold;
	font-size:13px;
	color:#333;
	background:#f8f8f8;
	}
.mw_wp_form table.mw-wp tr th .caution {
	margin:0;
	padding:0;
	font-size:11px !important;
	font-weight: normal;
	line-height:1.3;
	}
.mw_wp_form table.mw-wp tr td {
	border:none;
	display:block;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	margin-bottom:10px;
	}
.mw_wp_form table.mw-wp tr td.adrs select {
	padding:2px;
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp tr td span {
	font-size:10px;
	}
div.mw_wp_form table.mw-wp .require {
	color:#cc0000;
	font-size:10px;
	font-weight:bold;
	}
.mw_wp_form table.mw-wp tr td label {
	padding:2px;
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp tr td label input[type="radio"] {
	margin:0 4px 0 0 !important;
	padding:4px 2px 0px 2px !important;
	font-size:11px !important;
	vertical-align:top;
	}
.mw_wp_form table.mw-wp tr td label .mwform-radio-field-text {
	margin:0 !important;
	padding:0 !important;
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp tr td select option {
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp input[type="text"] {border: 1px solid #ccc;width:80%; font-size:14px !important;}
.mw_wp_form table.mw-wp td.tel input[type="text"] {border: 1px solid #ccc;width:25%;}
.mw_wp_form table.mw-wp td.zip input[type="text"] {border: 1px solid #ccc;width:15%;}
.mw_wp_form table.mw-wp td.address input[type="text"] {border: 1px solid #ccc;width:80%;}
.mw_wp_form table.mw-wp input:focus[type="text"] {background-color: #e4faff !important;}
.mw_wp_form input[type="submit"] {border: 1px solid #aaa; padding:4px 20px;}
.mw_wp_form table.mw-wp textarea {border: 1px solid #ccc;width:100%;}
.mw_wp_form table.mw-wp textarea:focus {background-color: #e4faff !important;}
.mw_wp_form table.mw-wp span.mwform-checkbox-field label {font-size: 13px !important;}/*　同意する　*/

/* 「確認画面へ」「送信」ボタン */
.entry-content input[type="button"],
.entry-content input[type="submit"] {
	white-space:nowrap;
	padding: 6px 10px 4px 10px;
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
	color: #333;
	background-color: #dce6f3;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #dce6f3, #cedbed);
	background-image: -ms-linear-gradient(top, #dce6f3, #cedbed);
	background-image: -webkit-linear-gradient(top, #dce6f3, #cedbed);
	background-image: -o-linear-gradient(top, #dce6f3, #cedbed);
	background-image: linear-gradient(top, #dce6f3, #cedbed);
	border: 1px solid #8cacd6;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	behavior: url(ie-css3.htc);
	}
.entry-content input[type="button"]:hover,
.entry-content input[type="submit"]:hover {
	white-space:nowrap;
	color: #fff;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #2b61a7, #174d7e);
	background-image: -ms-linear-gradient(top, #2b61a7, #174d7e);
	background-image: -webkit-linear-gradient(top, #2b61a7, #174d7e);
	background-image: -o-linear-gradient(top, #2b61a7, #174d7e);
	background-image: linear-gradient(top, #2b61a7, #174d7e);
	border: 1px solid #174d7e;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	behavior: url(ie-css3.htc);
	}

/*  検索ページ -------------------------------------------- */
.search .page-header {
	border:3px solid #b8b8b8;
	padding:6px 4px 4px 10px;
	margin:0 0 25px 0;
	}
.search .page-header h1.page-title {
	font-size:14px;
	}
.search .entry-header {
	padding:0 !important;
	margin:0 !important;
	background:none !important;
	border:none !important;
	border-radius: 0 !important;
	outline:none;
	}
.search .entry-header h1.entry-title {
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:14px !important;
	border:none !important;
	border:1px solid #ccc !important;
	background-image:none !important;
	background:none !important;
	background-color:#f8f8f8 !important;
	padding:6px 2px 3px 10px !important;
	margin:0 0 5px 0;
	border-radius: 0 !important;
	}
.search .entry-header h1.entry-title a {
	color:#0088cc;
	}
.search .entry-header h1.entry-title a:hover {
	color:#ff6600;
	}
.search .entry-summary p {
	font-size:12px;
	line-height:1.5;
	padding:0;
	margin:-10px 0 40px 0 !important;
	}
.entry-header h1.entry-title a span.search-highlight {
	color:#0088cc;
	margin:0 !important;
	padding:0 !important;
	font-size:14px !important;
	font-weight:normal !important;
	background:yellow;
	} 
.entry-header h1.entry-title a:hover span.search-highlight {
	color:#ff6600;
	font-weight:normal;
	}
.entry-summary span.search-highlight {
	margin:0;
	padding:0;
	background:yellow;
	} 

/* プライバシーポリシー */
/*.entry-content .contact-us {
	margin: 30px 0 10px auto;
	padding: 15px 15px 10px 15px;	
	max-width:300px;
	border:1px solid #ddd;
	}
.entry-content .contact-us h3 {
	margin: 0 0 10px 0;
	padding: 4px 0 1px 0;	
	background:#fafbfd;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
.entry-content .contact-us h2 {
	margin: 0 0 2px 0 !important;
	padding: 0;	
	font-size:16px;
	font-weight:bold;
	text-align:left;
	}
.entry-content .contact-us p {
	margin: 0;
	padding: 0;	
	font-size:14px !important;
	line-height:1.5 !important;
	}*/

/* Q＆A ----------------------------------- */
ul.qa {
	margin: 0 0 20px 0;
	padding: 10px 10px 8px 10px;
	list-style:none;
	border:1px solid #e4e7eb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(ie-css3.htc);
	}
ul.qa li.qa-q {
	color:#009900;
	margin: 0 0 5px 0;
	padding:4px 0 5px 35px;
	font-size:15px;
	font-weight:bold;
	line-height:1.5;
	background: url(images/qa-q.png) no-repeat left top;
	}
ul.qa li.qa-a {
	margin: 0 0 0 8px;
	padding:4px 0 0 28px;
	font-size:12px;
	line-height:1.6;
	background: url(images/qa-a.png) no-repeat left 2px;
	}


/* 「JELFとは」　*/
body.page-template-page2-php .entry-content .title-area h2 {
	clear:both;
	color:#428BCA;
	font-size:19px;
	font-weight:normal;
	margin:0 0 30px 0;
	padding:3px 0px 1px 12px;
	line-height:1.5;
	border-left: 6px solid #8EB9DF;
	}
body.page-template-page2-php .entry-content .title-area {
	margin:0;
	padding:0;
	}
body.page-template-page2-php .entry-content .profile {
	margin:0 auto 20px auto;
	padding:0;
	width:190px;
	text-align:center;
	}
body.page-template-page2-php .entry-content .readcopy {
	margin: 0 0 20px 0;
	padding: 0;
	color: #025c0b;
	font-size:15px !important;
	}

.entry-content table.lawyer_data {
	margin: 0 0 20px 0;
	padding: 0;
	font-size:14px !important;
	line-height:1.5 !important;
	border:none !important;
	width:100%;
	}
.entry-content table.lawyer_data th ,
.entry-content table.lawyer_data td {
	padding: 6px 5px 4px 5px !important;
	border:none !important;
	}
.entry-content table.lawyer_data th {
	color:#fff;
	font-size:13px !important;
	}
.entry-content table.lawyer_data th.hokkaido {
	background:#28A7E1;
	}
.entry-content table.lawyer_data th.tohoku {
	background:#14AE67;
	}
.entry-content table.lawyer_data th.kanto {
	background:#F8B62B;
	}
.entry-content table.lawyer_data th.chubu {
	background:#A40A5E;
	}
.entry-content table.lawyer_data th.kansai {
	background:#C59300;
	}
.entry-content table.lawyer_data th.chugoku {
	background:#EB6100;
	}
.entry-content table.lawyer_data th.shikoku {
	background:#C30D23;
	}
.entry-content table.lawyer_data th.kyushu {
	background:#1D2088;
	}

.entry-content table.lawyer_data td {
	border-bottom:1px dotted #ccc !important;
	font-size:12px !important;
	line-height:1.5 !important;
	vertical-align:middle !important;
	}
.entry-content table.lawyer_data td.col1 {
	width:20%;
	background:#F8F8F8;
	}

/* 「JELFとは」　- 「理事紹介」*/
ul.btn-area2 {
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	letter-spacing:-0.4em;/**/
	}
ul.btn-area2 li.btn-box-title {
	display:inline-block;
	margin:0 10px 10px 10px;
	padding:0px;
	letter-spacing:normal;/*隙間をなくす*/
	*display: inline;
	*zoom: 1;
	width:200px;
	}
ul.btn-area2 li.btn-box-title a {
	color:#025C0B;
	padding:6px 5px 3px 5px;
	display:block;
	font-size:12px;
	font-weight:bold;
	background:#fff;
	border:1px solid #025C0B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	}
ul.btn-area2 li.btn-box-title a:hover {
	color:#fff;
	border:1px solid #025C0B;
	background:#025C0B;
	}
/* 「JELFとは」　- 「組織概要」*/
dl.org {
	margin:0 0 10px 0;
	padding:0;
	width:100%;
	}
dl.org dt {
	margin:0 0 15px 0;
	padding:2px 0 2px 10px;
	width:100%;
	font-size:16px;
	border-left:6px solid #72B31A;
	border-bottom:1px dotted #72B31A;
	}
dl.org dd {
	margin:0 0 30px 20px;
	padding:0;
	}
dl.org dd .gmap {
	margin:10px 0 5px 0;
	padding:0;
	}
dl.org dd p.location {
	margin:0 0 10px 0;
	padding:10px 10px 10px 20px ;
	line-height:1.5;
	background:#f4faf1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(ie-css3.htc);
	}
dl.org dd ul {
	margin:0 0 10px 10px;
	padding:0;
	}
dl.org dd ul li {
	margin:0 0 3px 0;
	padding:0;
	}

/* 「主な活動」リンク一覧 */
.child-area2 {
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	letter-spacing:-0.4em;/**/
	}
.child-area2 .child-page-box {
	display:inline-block;
	margin:0 10px 10px 10px;
	padding:0px;
	letter-spacing:normal;/*隙間をなくす*/
	*display: inline;
	*zoom: 1;
	width:200px;
	}
.child-area2 .child-page-box .child-page-box-title {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	}
.child-area2 .child-page-box .child-page-box-title a {
	color:#025C0B;
	padding:5px;
	display:block;
	background:#fff;
	border:1px solid #025C0B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(ie-css3.htc);
	}
.child-area2 .child-page-box .child-page-box-title a:hover {
	color:#fff;
	border:1px solid #025C0B;
	background:#025C0B;
	}

/*「具体的な取り組み」リンク一覧*/
.child-area {
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	letter-spacing:-0.4em;/**/
	}
.child-area .child-page-box {
	display:inline-block;
	margin:0 10px 20px 10px;
	padding:5px;
	background:#025C0B;
	letter-spacing:normal;/*隙間をなくす*/
	*display: inline;
	*zoom: 1;
	width:160px;
	border:1px solid #eee;
	}
.child-area .child-page-box .child-page-box-title {
	margin:0;
	padding:0;
	font-size:11px;
	}
.child-area .child-page-box .child-page-box-title a {
	display:block;
	color:#fff;
	}
.child-area .child-page-box .child-page-box-title a:hover {
	color:#ccc;
	}

/* 具体的な取り組み（全カテゴリー 一覧） */
/* 各カテゴリー 一覧ページ リンクボタン */
.list-link-btn a {
	display:block;
	margin:40px 0 20px 0 !important;
	padding:8px 5px 4px 5px !important;
	font-size:15px;
	text-align:center;
	background:#F8FCF5;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	border:1px solid #C8D5B7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(ie-css3.htc);
	}
.list-link-btn a:hover {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	}

/* 具体的な取り組み（全カテゴリー 一覧） */
/*各カテゴリー別一覧*/
h2.cat-list-title {
	color:#025c0b;
	margin: 0 0 20px 0;
	padding: 5px 5px 3px 5px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border:1px solid #C4D99C;
	}
h2.cat-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	}
h2.cat-title a {
	color:#025c0b;
	display:block;
	padding: 4px 0 2px 0;	
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	border:1px solid #C4D99C;
	behavior: url(ie-css3.htc);	
	}
h2.cat-title a:hover {
	color:#cc0000;
	background:#FBFDF4;
	border:1px solid #C4D99C;
	}
dl.incident-box {
	display:inline-block;
	margin: 0 4px 20px 4px;
	padding: 0;
	max-width:140px;
/*	vertical-align:top;*/
	}
dt.eyecatch {
	margin: 0;
	padding: 0;
	max-width:140px;
	}
dt.eyecatch img {
	margin: 0;
	padding: 0;
	width:100%;
	}
.incident-box dd.incident-name {
	margin: -7px 0 0 0;
	padding: 0;
	font-size:10px;
	line-height:1.4;
	max-width:140px;
	background:#eee;
	}
.incident-box dd.incident-name a {
	display:block;
	padding: 5px 5px 3px 5px;
	}
/* 具体的な取り組み（個別カテゴリー 一覧） */
.category .page-header h1.page-title {
	color:#fff;
	font-size:16px !important;
	font-weight:bold !important;
	padding:10px 4px 8px 20px !important;
	margin:0 0 25px 0;
	background:#357D3C !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(ie-css3.htc);
	outline:1px solid #CCDECE;
	outline-offset:-4px;
	}
.category .entry-content p {
	font-size:12px !important;
	line-height:1.5;
	}

/* 具体的な取り組み（詳細ページ） */
.single .entry-header > h2.cat-name {
	clear:both;
	color:#6ba008;
	font-size:16px;
	font-weight:bold;
/*	background:#fbfbfb;*/
	margin:0 0 20px 0 !important;
	padding:0 0 1px 0;
	line-height:1.3;
	border-bottom:4px solid #d8d8d8;
	position: relative;
	}
.single .entry-header > h2.cat-name::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 35%;
	height: 4px;
	background-color: #6ba008;
	}
.single h1.entry-title {
	margin:0 0 15px 0 !important;
	padding:8px 0 8px 10px!important;
	border:1px solid #ADE4E2;
	border-left:40px solid #5CC9C5;
	font-size:20px;
	font-weight:normal;
	line-height:1.3;
	}
/* 具体的な取り組み 詳細ページ（アイキャッチ） */
.single .entry-content .eyecatch {
/*	float:right;*/
	padding:0;
	margin:0 0 5px 10px !important;
	max-width:360px;
	}
single .entry-content .eyecatch img {
	padding:0;
	margin:0;
	width:100%;
	}


/* 「抗議文・声明書」、「環境と正義」、「ロースクール生」 一覧 */
.archive .entry-header .outline {
	padding:0 0 1px 15px;
	margin:0 0 1px 0;
	font-size:12px;
	border-left:1px solid #ADC2D6;
	}
.archive .entry-header h2.entry-title {
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	background:none;
	border:none !important;
	border-top:1px dotted #ADC2D6 !important;
	border-left:5px solid #ADC2D6 !important;
	border-radius: 0;
	}
/*.archive .entry-header .entry-content {
	padding:2px 15px 0px 15px;
	margin:10px 0 40px 0 !important;
	border:1px solid #CBD9EB !important;
	border-top:none !important;
	overflow:hidden;
	}*/
.archive .entry-header .entry-content p {
	margin:0 0 15px 0;
	padding:0;
	font-size:12px !important;
	line-height:1.5;
	}
/* 「抗議文・声明書」、「環境と正義」、「ロースクール生」 詳細 */
.single .entry-header .outline {
	padding:0 0 1px 15px;
	margin:0 0 1px 0;
	font-size:12px;
	border-left:1px solid #B3BAD5;
	}
.single .entry-header h1.entry-title {
	margin:0 0 10px 0;
	padding:10px 6px 6px 10px !important;
	font-size:20px;
	font-weight:normal;
	line-height:1.3;
	background:none;
	background:#F7F8FE;
	border:none !important;
	border-top:1px dotted #B3BAD5 !important;
	border-left:5px solid #B3BAD5 !important;
	border-radius: 0;
	}
.single .entry-content {
	margin:0 0 20px 0 !important;
	padding:0;
	}
.single .entry-content p {
	margin:0 0 15px 0;
	padding:0;
	font-size:14px !important;
	line-height:1.6 !important;
	}

/* Whats New 詳細ページ（カスタム投稿タイプ） ********/
.single-news .entry-header .outline {
	background:none;
	border-top:none;
	padding:2px 0 7px 10px;
	margin:0;
	}
.single-statement .outline span.info-tax,
.single-news .outline span.info-tax {
	color:#fff;
	background:#F79621;
	padding:3px 10px 2px 10px;
	margin:0 10px 0 0;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	}
.single-news .outline span.date {
	padding:0;
	margin:0;
	font-size:13px;
	vertical-align:middle;
	}
/* 日付後 NEWを表示 */
span.t-new {/*NEWを表示*/
	margin:0 0 0 3px;
	padding:2px 4px 1px 4px;
	background-color:#ee0000;
	color:#fff;
	font-size: 11px !important;
	font-weight:bold;
	vertical-align:baseline;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(ie-css3.htc);
	}
.single-news .entry-header h1.entry-title {
	color:#333;
	width:100%;
	padding:8px 16px 6px 20px !important;
	margin:0 0 10px 0;
	background:#F7F8FE;
	font-size:20px !important;
	font-weight:normal !important;
	line-heght:1.3;
	border:1px solid #CBD9EB;
	border-left:8px solid #CBD9EB;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	behavior: url(ie-css3.htc);
	}
.single-news .entry-content {
/*	padding:0;
	margin:0 0 40px 0 !important;*/
	padding:2px 0px 0px 15px !important;
	margin:10px 0 40px 0 !important;
	/*border:1px solid #CBD9EB !important;
	border-top:none !important;*/
	}
.single-news .entry-content p {
	padding:0;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.6 !important;
	}
.single-news .entry-content p img {
	margin-bottom:10px;
	}

/* 繰り返し画像表示 ------------------------------ */
.entry-content .photo_repeat-area {
	padding:0;
	margin:0 0 15px 0;
	text-align:center;
	}
.entry-content .photo_repeat-area .photo-box {
	display:inline-block;
	padding:0;
	margin:0 10px 10px 10px;
	line-height:1;
	}
.entry-content .photo_repeat-area .photo-box img {
	padding:0;
	margin:0;
	width:100%;
	}
.entry-content .photo_repeat-area .photo-box p {
	padding:0;
	margin:0;
	font-size:12px !important;
	line-height:1.3;
	text-align:left;
	}
/* 繰り返しファイル（PDF）表示 ------------------------------ */
/*.entry-content .pdf_repeat-area {
	padding:15px 0 5px 0;
	margin:0 0 20px 0;
	line-height:1.5;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}*/
.entry-content .pdf_repeat-area .pdf-box {
	padding:0;
	margin:0 0 5px 0;
	line-height:1.5;
	}
.entry-content .pdf_repeat-area .pdf-box p {
	padding:0 0 0 14px;
	margin:0;
	font-size:14px !important;
	line-height:1.3;
	text-align:left;
	vertical-align:middle;
	}

/* プライバシーポリシー ----------------------------- */
dl.data-list {
	margin:0 0 10px 20px;
	padding:15px 20px 1px 20px;
	border:1px solid #d8d8d8;
	}
dl.data-list dt {
	margin:0 0 10px 0;
	padding:0 0 1px 0;
	border-bottom:1px dotted #d8d8d8;
	}

/* wp-pagenavi ------------------------------------ */
.wp-pagenavi {
	padding:0;
	margin:15px 0 30px 0;
	letter-spacing:normal;
	}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.page,
.wp-pagenavi span.pages {
	border:1px solid #b2d56e !important;
	}
.wp-pagenavi a:hover.previouspostslink,
.wp-pagenavi a:hover.nextpostslink,
.wp-pagenavi a:hover.page {
	border:1px solid #6fba2c !important;
	}
.wp-pagenavi span.current {
	color:#fff;
	background:#6fba2c;
	border:1px solid #6fba2c !important;
	}

/* 見出し h1〜h6 -------------------------------------------*/
.entry-content > h1.none {
	padding:0;
	margin:0 0 10px 0;
	background:none;
	border:0;
	outline:0;
	}
.entry-content > h1.none img {
	}
.entry-content > h1 {
	clear:both;
	color:#428BCA;
	font-size:20px;
	font-weight:normal;
	background:#FAFCFD;
	margin:0 0 15px 0;
	padding:8px 10px 6px 15px;
	line-height:1.5;
	border:1px solid #8EB9DF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(ie-css3.htc);
	outline:1px solid #8EB9DF;
	outline-offset:-4px;
	}
.entry-content > h2 {
	clear:both;
	color:#428BCA;
	font-size:19px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:3px 0px 1px 12px;
	line-height:1.5;
	border-left: 6px solid #8EB9DF;
	}
.entry-content > h3 {
	clear:both;
	color:#333;
	font-size:18px;
	font-weight:normal;
	background:#fbfbfb;
	margin:0 0 15px 0;
	padding:5px 10px 3px 15px;
	line-height:1.5;
	border:1px solid #bbb;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	behavior: url(ie-css3.htc);
	}
.entry-content > h3.sub-tit {
	clear:both;
	color:#fff;
	font-size:18px;
	font-weight:normal;
/*	background:#447A07;*/
	margin:0 0 15px 0;
	padding:5px 10px 3px 25px;
	line-height:1.5;
	border:none;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	behavior: url(ie-css3.htc);
	}
.entry-content > h4 {
	clear:both;
	color:#333;
	font-size:16px;
	font-weight:bold;
	border:1px solid #bbb;
	margin:0 0 10px 0;
	padding:6px 2px 2px 8px;
	line-height:1.5;
	}
.entry-content > h5 {
	clear:both;
	color:#333;
	font-size:16px;
	font-weight:bold;
	border-top:2px dotted #ccc;
	border-bottom:2px dotted #ccc;
	margin:0 0 10px 0;
	padding:4px 2px 1px 4px;
	line-height:1.5;
	}
.entry-content > h6 {
	clear:both;
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 1px 0;
	border-bottom:1px dotted #aaa;
	line-height:1.5;
	}
/* リスト -------------------------------------------*/
/* リスト00 */
ul.list00 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list00 li {
		list-style: none;
		background-image:url(images/list00.png);
		background-position:left 5px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 18px;
		margin:0;
	}
/* リスト01 */
ul.list01 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list01 li {
		list-style: none;
		background-image:url(images/list01.png);
		background-position:left 3px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 20px;
		margin:0;
	}
/* リスト02 */
ul.list02 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list02 li {
		list-style: none;
		background-image:url(images/list02.png);
		background-position:left 6px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 15px;
		margin:0;
	}
/* リスト03 */
ul.list03 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list03 li {
		list-style: none;
		background-image:url(images/list03.png);
		background-position:left 5px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 18px;
		margin:0;
	}
/* リスト04 */
ul.list04 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list04 li {
		list-style: none;
		background-image:url(images/list04.png);
		background-position:left 4px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 18px;
		margin:0;
	}
/* リスト05 */
ul.list05 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list05 li {
		list-style: none;
		background-image:url(images/list05.png);
		background-position:left 2px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 18px;
		margin:0;
	}

/* リスト06 */
ul.list06 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list06 li {
		list-style: none;
		background-image:url(images/list06.png);
		background-position:left 2px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 22px;
		margin:0;
	}
/* リスト07 */
ul.list07 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list07 li {
		list-style: none;
		background-image:url(images/list07.png);
		background-position:left 2px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 20px;
		margin:0;
	}
/* リスト08 */
ul.list08 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list08 li {
		list-style: none;
		background-image:url(images/list08.png);
		background-position:left 4px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 18px;
		margin:0;
	}
/* リスト09 */
ul.list09 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list09 li {
		list-style: none;
		background-image:url(images/list09.png);
		background-position:left 3px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 18px;
		margin:0;
	}
/* リスト10 */
ul.list10 {
	padding:0px 0 2px 16px;
	margin:0 0 20px 0;
	}
	ul.list10 li {
		list-style: none;
		background-image:url(images/list10.png);
		background-position:left 2px;
		background-repeat:no-repeat;
		color: #333;
		font-size:14px;
		font-weight:normal;
		padding:0px 0 3px 18px;
		margin:0;
	}
/* 枠囲み -------------------------------------------*/
.frame-bg00 {/*ボーダー:淡青*/
	color:#333;
	margin:0 0 20px 0;
	padding:15px 20px 15px 22px !important;
	border:1px solid #ACDAE5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(ie-css3.htc);
	}
.frame-bg01 {/*背景:淡青*/
	color:#333;
	margin:0 0 20px 0;
	padding:15px 20px 15px 22px !important;
	background:#E0F5F5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	}
.frame-bg02 {/*背景:濃青*/
	color:#fff;
	margin:0 0 20px 0;
	padding:15px 20px 15px 22px !important;
	background:#74C2D3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	}
.frame-bg03 {/*背景:淡橙*/
	color:#333;
	margin:0 0 20px 0;
	padding:15px 20px 15px 22px !important;
	background:#FFEEBD;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	}
.frame-bg04 {/*背景:濃橙*/
	color:#fff;
	margin:0 0 20px 0;
	padding:15px 20px 15px 22px !important;
	background:#F4A02F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	}
.frame-bg05 {/*背景:淡緑*/
	color:#333;
	margin:0 0 20px 0;
	padding:15px 20px 15px 22px !important;
	background:#EDF0BC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	}
.frame-bg06 {/*背景:濃緑*/
	color:#fff;
	margin:0 0 20px 0;
	padding:15px 20px 15px 22px !important;
	background:#ADBB34;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	}
.frame-bg07 {/*背景:淡ピンク*/
	color:#333;
	margin:0 0 20px 0;
	padding:15px 20px 15px 22px !important;
	background:#FFEAEB;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	}
.frame-bg08 {/*背景:濃ピンク*/
	color:#fff;
	margin:0 0 20px 0;
	padding:15px 20px 15px 22px !important;
	background:#E39BA7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	}

.frame-bg08 p,
.frame-bg07 p,
.frame-bg06 p,
.frame-bg05 p,
.frame-bg04 p,
.frame-bg03 p,
.frame-bg02 p,
.frame-bg01 p,
.frame-bg00 p {
	margin:0;
	padding:0 !important;
	}







/**********************************************************
  Media queries　480px
***********************************************************/
/* Minimum width of 480 pixels. ------------------------- */
@media screen and (min-width: 480px) {



}




/**********************************************************
  Media queries　640px
***********************************************************/
/* Minimum width of 640 pixels. ------------------------- */
@media screen and (min-width: 640px) {
html {
	background:#025c0b;
	}
body {
	color:#333;
	}
.site {
	}

.main-navigation {
	z-index: 10;
	}

/*コンテンツページ ヘッダー*/
.site-header  {
	width: 100%;
	margin:0;
	padding: 0;
	background:#fff url(images/header-bg.png) repeat-x top center;
	position: relative;
	line-height:0;
	text-align:left;
	}
.site-branding {
	max-width: 1000px;
	margin:0 10px;
	padding: 0;
	position: relative;
	line-height:0;
	}
h2.site-description {
	margin:14px 0 6px 0 !important;
	padding:0 !important;
	color:#666 !important;
	font-size:15px !important;
	font-weight:normal;
	line-height:1.3 !important;
	text-align:left !important;
	}
h1.site-title img {
	margin:0;
	padding:0;
	width:300px;
	text-align:left;
	}
.head-subnav {
	margin:0 0 10px 0;
	padding:0;
	}
.main-navigation {
	z-index: 10;
	}

/* Navigation Menu */
nav.main-navigation {
	width: 100%;
	margin-top:0 !important;
	background:#fff;
	padding-top:5px;
	padding-bottom:4px;
	border-top:1px solid #b5cf83;
	border-bottom:1px solid #b5cf83;
	}
.nav-box {
	max-width: 1000px;
	padding:0;
	margin:0 auto;
	background:#fff !important;
	}
.menu-toggle {
	display: none;
	}
.main-navigation:before {
	border-bottom:1px solid #b5cf83;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	}
.main-navigation ul {
	letter-spacing:-0.4em;/**/
	}
.main-navigation li {
	margin: 0;
	position: relative;
	text-align: center;
	text-transform: none;
	}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	color: #025c0b !important;
	font-weight:bold;
	font-size: 13px !important;
	line-height: 1.2;
	letter-spacing:normal;/*隙間をなくす*/
	*display: inline;
	*zoom: 1;
	margin-top:0px;
	padding:0 !important;
	width:180px;/**/
	border-bottom:0;
	}
.main-navigation li.menu-item a {
	border-left:1px solid #b5cf81;
	padding:10px 4px 10px 4px !important;
	text-align:center;
	font-weight:bold;
/*	outline:1px solid #E4E7EB;
	outline-offset:-2px;*/
	}
.main-navigation li.menu-item:first-child {
	width:100px;/**/
	}
.main-navigation li.menu-item:first-child a {
	color: #025c0b !important;
	background:#fff !important;
	font-weight:bold;
/*	border-right:1px solid #b5cf81;*/
	border-right:0;
	padding:5px 10px;
	width:100px;
	}
.main-navigation li.menu-item:last-child {
	border-right:1px solid #b5cf81 !important;
	width:180px;
	}
.main-navigation li.menu-item:last-child a {
	color: #025c0b !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	padding:5px 10px;
	width:180px;
	}
.main-navigation li.menu-item a:hover {
	color:#fff !important;
	font-weight:bold;
	background:#6ba008 !important;
	border-left:1px solid #b5cf81;
	}
.main-navigation li.menu-item:first-child a:hover {
	color:#fff !important;
	font-weight:bold;
	background:#6ba008 !important;
	border-left:1px solid #b5cf81;
	}
.main-navigation li.menu-item:last-child a:hover {
	color:#fff !important;
	font-weight:bold;
	background:#6ba008 !important;
	border-right:1px solid #b5cf81;
	width:180px;
	}
/* 3番目の要素 nth-child()疑似クラス */
/*.main-navigation li.menu-item:nth-child(3) a {
	padding:4px 10px 0 10px !important;
	}
.main-navigation li li.menu-item:nth-child(3) a {
	padding:12px 4px 11px 4px !important;
	}*/

/*.main-navigation li.menu-item-has-children a,*/
.main-navigation li.current-menu-item a {
	color: #fff !important;
	background:#6ba008 !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	padding:5px 10px;
	width:180px;
	}
.main-navigation li.current-menu-item:last-child a {
	color: #fff !important;
	background:#6ba008 !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	padding:5px 10px;
	width:180px;
	}
.main-navigation li ul {
	display: none;
	padding: 0 !important;
	position: absolute;
	top: 100%;
	margin-top:10px;/**/
	margin-left:0px !important;/**/
	margin-bottom:20px;/**/
	box-shadow:none;
	}
.main-navigation li.current-menu-item li a {
	color: #fff !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	margin-top:-4px;/**/
	margin-left:-10px;/**/
	padding:5px 10px;
	width:181px;
	background:#6ba008 !important;
	}
.main-navigation li.current-menu-item:last-child li a {/**/
	color: #025c0b !important;
	background:#fff !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	margin-left:-10px;/**/
	padding:5px 10px;
	width:181px;
	}
.main-navigation li.current-menu-ancestor li.current-menu-item a {
	color: #fff !important;
	background:#6ba008 !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	margin-left:-10px;/**/
	padding:5px 10px;
	width:181px;
	}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
	}
.main-navigation li ul li {
	display: block;
	color: #025c0b !important;
	background:#fff !important;
	margin: 0 0 0 -40px;
	padding:5px 10px 0px 10px !important;
	width: 181px !important;/*サブ*/
	z-index: 10;
	margin-left:0;
	}
.main-navigation li ul li a {
	color: #fff !important;
	display: block;
	border-top: 1px solid #b5cf83;
	border-bottom: 1px solid #b5cf83;
	border-right: 1px solid #b5cf81 !important;
	font-size: 11px !important;
	line-height: 1.3 !important;
	padding:10px 10px 15px 5px !important;
	width: 181px !important;/*サブ*/
	white-space: normal;
	background:#6ba008 !important;
	margin-top:-6px !important;
	margin-left:-10px;/**/
	text-align:center !important;
	}
.main-navigation li ul li.menu-item:first-child a {
	padding:10px 10px 10px 5px !important;
	margin-top:-15px !important;
/*	height:45px !important;*/
	}
.main-navigation li.menu-item:last-child ul li,
.main-navigation li.menu-item:last-child ul li a {
	width: 181px !important;/*サブ*/
	}
.main-navigation li ul li a {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 1.3;
	padding-right:5px;
	padding-bottom:11px;
	}
.main-navigation li ul ul {
	margin-top:-5px;
	}
.main-navigation li ul ul li.menu-item:first-child a {
	margin-top:-5px !important;
	background:#fff !important;
	}
.main-navigation li.current-menu-ancestor.current-menu-parent a {/**/
	color: #fff !important;
	font-weight:bold !important;
	background:#6ba008 !important;
	}
.main-navigation li.current-menu-ancestor.current-menu-parent a {/**/
	color: #025c0b !important;
	background:#fff !important;
	font-weight:bold !important;
	}
.main-navigation li.menu-item-has-children ul li.menu-item a {/**/
	color: #025c0b !important;
	background:#fff !important;
	font-weight:bold !important;
	}
.main-navigation li.menu-item-has-children ul li.menu-item a:hover {/**/
	color: #fff !important;
	background:#6ba008 !important;
	font-weight:bold !important;
	}
.main-navigation li.current-menu-ancestor.current-menu-parent ul li.current-menu-item a {/**/
	color: #fff !important;
	font-weight:bold !important;
	background:#6ba008 !important;
	}
.main-navigation li.current-menu-ancestor ul li.current-menu-item ul li a {
	font-weight:bold !important;
	background:#fff !important;
	}
.main-navigation li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a {
	font-weight:bold !important;
	background:#fff !important;
	}
.main-navigation li ul li.current-menu-item ul li a {
	margin-left:0px;
	margin-top:-13px;
	}
.main-navigation li ul ul li a {
	margin-left:0px;
	margin-top:-13px;
	font-weight:bold !important;
	background:#fff !important;
	}
.main-navigation li ul ul li a:hover {
	font-weight:bold !important;
	background:#6ba008 !important;
	}
.main-navigation li ul ul li.current-menu-item a {
	font-weight:bold !important;
	background:#6ba008 !important;
	}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
/*	color: #fff;
	border-right:0 !important;*/
	}

.main-navigation ul.sub-menu {
	margin-top:9px;
	}
.main-navigation ul.sub-menu li a {
	font-size:11px !important;
	}

/* #content.site-content */
.site-content {
	width:100%;
	}
.wrap {
	max-width:1000px;
	margin:0 auto;
	padding:20px 10px 0 10px;
	}

.content-area {
	width: 72%;/* 720÷1000 */
	}

	/* Content （2Column ） */
.content-area {
	float: left;
	width: 72%;/*720÷1000 */
	}
	/* Side Bar （2Column ） */
.widget-area {
	padding:0;
	margin:0;
	}

.widget-area {
	float: right;
	width: 25%;/* 250÷1000 */
	}

.page-template-default .content-area,
.page-template-default #content, 
.page-template-default .widget-area {
	width: 100%;
	}

/* フッターウィジェット ---------------------------- */
.footer-w-area {
	clear: both;
	max-width:1000px;
	margin:0 auto;
	border-top:1px dotted #c8c8c8;
	padding-top:20px;
	padding-bottom:0px;
	}

/* Two Footer Widget Areas */
.footer-w-area .two .widget-area-footer {
	text-align:left;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 47.5%;
	}

/* Three Footer Widget Areas */
.footer-w-area .three .widget-area-footer {
	text-align:left;
	float: left;
	margin-left: 1.25%;
	margin-right: 1.25%;
	width: 30.5%;
	}

/* Four Footer Widget Areas */
.footer-w-area .four .widget-area-footer {
	text-align:left;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23.2%;
	}
.footer-w-area .two .widget-area-footer + .widget-area-footer,
.footer-w-area .three .widget-area-footer + .widget-area-footer + .widget-area-footer,
.footer-w-area .four .widget-area-footer + .widget-area-footer + .widget-area-footer + .widget-area-footer {
	margin-right: 0;
	}

/* footer・footer内 */
#colophon {
	margin-top:0px;
	}
.footer-area {
	padding:0;
	margin:0 10px 0 10px;
	}
footer[role="contentinfo"] {
	max-width: none;
	}

/* Footer（カスタムメニュー）上部 */
#footerUpper {
	clear: both;
	padding: 0;
	margin: 0;
	}
#footerUpper div.footerUp-inner {
	max-width: 1000px;
	padding: 0 10px 15px 10px;
	margin: 0 auto;
	letter-spacing:-0.4em;/**/
	text-align:left;
/*	background:#F5F7FA;*/
	}
.box{
	display: inline-block;
	width: 23.375%;
	letter-spacing:normal;/*隙間をなくす*/
	*display:inline;/*for IE*/
	*zoom:1;/*for IE*/
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom:0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2;
	text-align:left;
	vertical-align:top;
	}
/* 最後のbox */
.last {margin-top: 10px;margin-right:0 !important;margin-bottom:0;padding-left: 0px;}
.last p {margin:0;padding:0;text-align:right;}

/* footer-info（クレジット、フッターサブナビ） --------------*/
.footer-info {
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
	width:100%;
	background:#5C85AD;
	position: relative;
	overflow:hidden;
	}
.footer-info .site-info {
	max-width: 1000px;
	padding: 10px 0 40px 0!important;
	margin: 0 auto 0 auto;
	position: relative;
	}
.footer-info .site-info #credit {
	margin:10px 0 10px 0;
	position: absolute;
	top:0px;
	right:10px;
	}

/*  トップページ ------------------------------------------------- */
/* 「JELFとは」　- 「理事紹介」*/
ul.btn-area2 li.btn-box-title {
	width:160px !important;
	}
/*「主な活動」リンク一覧*/
.child-area2 .child-page-box {
	width:160px !important;
	}
/* 具体的な取り組み（私たちはこのような活動をしています） */
.guide-area {
	padding:4px 4px 0 4px;
	cleat:both;
	letter-spacing:-0.4em;/**/
	text-align:left;
	}
.guide-area .top_read {
	margin:0 0 -5px 0;
	}
.guide-area .top_read p {
	font-size:14px;
	line-height:1.6;
	}
/* 抗議文・声明文ボタン */
.guide-area .top_link {
	margin:4px auto 16px auto !important;
	padding:0;
	background:#E8EBF2;
	width:240px;
	}

.guide-area .guide-box {
	cleat:both;
	max-width:112px;
	display:inline-block;
	margin:0 3px 10px 3px;
	letter-spacing:normal;/*隙間をなくす*/
	*display: inline;
	*zoom: 1;
	}

/* 具体的な取り組み（全カテゴリー 一覧） */
/*トビラページへのリンク一覧*/
.child-area {
	text-align:left;
	}
/* 具体的な取り組み 詳細ページ（アイキャッチ） */
.single .entry-content .eyecatch {
	float:right;
	padding:0;
	margin:0 0 5px 10px !important;
	max-width:300px;
	}

/* トップページ 寄付＆信託 ------------------------------- */
.donation-area {
	clear:both;
	width:100%;
	padding:25px 10px 10px 10px;
	margin:0 0 30px 0;
	text-align:center;
	}
.donation-area h3.donation-title {
	margin:0 0 15px 0;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
	font-size:18px;
	}
.donation-area ul li img {
	padding:0;
	margin:0;
	max-width:286px;
	}

/* table （data） ------------------ */
table.data {
	display:table;
	margin:0 0 10px 0;
	border:1px solid #becbdc !important;
	color:#333;
	width:100%;
	}
table.data tr th {
	display: table-cell;
	border:1px solid #becbdc !important;
	background:#f8f8f8;
	white-space:normal;
	padding:10px 3px 10px 3px;
	font-size:13px !important;
	line-height:1.5 !important;
	font-weight:bold;
	text-align:center !important;
	vertical-align: middle;
/*	width:35%;*/
	}
table.data tr th.col1 {
	background:#f8f8f8 !important;
	}
table.data tr td {
	display: table-cell;
	border:1px solid #becbdc !important;
	background:#fff;
	padding:10px 3px 10px 13px !important;
	font-size:13px !important;
	line-height:1.5 !important;
	text-align:left;
	vertical-align: middle;
	width:68%;
	}
table.data tr td p {
	font-size:13px;
	}
table.data tr td ul li {
	margin:0;
	padding:0;
	line-height:1.5;
	}

/* お問い合わせ mw-wp--form */
.mw_wp_form table.mw-wp {
	display:table;
	margin:0 0 30px 0;
	border:1px solid #becbdc !important;
	color:#333;
	width:100%;
	}
.mw_wp_form table.mw-wp tbody {
	width:100%;
	}
.mw_wp_form table.mw-wp tr th {
	display: table-cell;
	border:1px solid #becbdc !important;
	background:#f8f8f8;
	white-space:normal;
	padding:8px 5px 8px 8px;
	font-size:13px;
	font-weight:bold;
	text-align:left !important;
	vertical-align: middle;
/*	width:35%;*/
	}
.mw_wp_form table.mw-wp tr td {
	display: table-cell;
	border:1px solid #becbdc !important;
	background:#fff;
	padding:8px 5px 8px 8px;
	font-size:13px;
	text-align:left;
	vertical-align: middle;
	width:65%;
	}
.mw_wp_form table.mw-wp tr td p {
	font-size:13px;
	}
.mw_wp_form table.mw-wp tr td ul li {
	margin:0;
	padding:0;
	line-height:1.5;
	}
.mw_wp_form table.mw-wp .require {
	color:#cc0000;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	vertical-align: middle;
	}
.mw_wp_form table.mw-wp tr td label {
	padding:2px;
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp input[type="text"] {border: 1px solid #ccc;width:50%;}
.mw_wp_form table.mw-wp td.tel input[type="text"] {border: 1px solid #ccc;width:20%;}
.mw_wp_form table.mw-wp td.zip input[type="text"] {border: 1px solid #ccc;width:15%;}
.mw_wp_form table.mw-wp td.address input[type="text"] {border: 1px solid #ccc;width:80%;}
.mw_wp_form table.mw-wp input:focus[type="text"] {background-color: #e4faff !important;}
.mw_wp_form input[type="submit"] {border: 1px solid #aaa; padding:4px 20px;}
.mw_wp_form table.mw-wp textarea {border: 1px solid #ccc;width:80%;}
.mw_wp_form table.mw-wp textarea:focus {background-color: #e4faff !important;}




/*固定ページタイトル背景*/
.archive .headbg-area .headname-area,
.single .headbg-area .headname-area,
.single-env_justice .headbg-area .headname-area,
.single-media .headbg-area .headname-area,
.single-law .headbg-area .headname-area,
.page-template-page-incident .headbg-area .headname-area,
.page-template-page2 .headbg-area .headname-area {
	clear: both;
	padding: 10px 20px;
	max-width:1000px;
	margin:0 auto;
	}
.archive .entry-header h1.entry-title2,
.single .entry-header h1.entry-title2,
.single-env_justice .entry-header h1.entry-title2,
.single-media .entry-header h1.entry-title2,
.single-law .entry-header h1.entry-title2 {
	margin:0;
	padding:0 !important;
	border-top:0 !important;
	border-left:0 !important;
	}

/* 固定ページ　本文 --------------------------- */
body.page-template-default .entry-content p,
body.page-template-page2-php .entry-content p {
	font-size:14px !important;
	line-height:1.6 !important;
	}
/* 最新ニュース 詳細ページ（カスタム投稿タイプ）　本文 ---------- */
.single-news .entry-content p {
	font-size:14px !important;
	line-height:1.6 !important;
	}

/* 繰り返し画像表示 ------------------------------ */
.entry-content .photo_repeat-area {
	padding:10px 0 0 0;
	margin:0 0 15px 0;
	text-align:left;
	}

/* Q＆A ----------------------------------- */
ul.qa {
	margin: 0 0 20px 0;
	padding: 15px 13px 13px 15px;
	}
ul.qa li.qa-q {
	margin: 0 0 10px 0;
	font-size:16px;
	line-height:1.5;
	}
ul.qa li.qa-a {
	padding:4px 0 0 28px;
	font-size:14px;
	line-height:1.6;
	}

/* 「JELFとは」　*/
body.page-template-page2-php .entry-content .title-area h2 {
	color:#428BCA;
	font-size:19px;
	font-weight:normal;
	margin:0 0 30px 0;
	padding:3px 0px 1px 12px;
	line-height:1.5;
	border-left: 6px solid #8EB9DF;
	}
.jelf-left {
	float:left;
	width:48%;
	}
.jelf-right {
	float:right;
	width:48%;
	}
.map-area img {
	width:100%;
	}


}

/**********************************************************
  Media queries　768px
***********************************************************/
/* Minimum width of 769 pixels. ------------------------- */
@media screen and (min-width:769px) {

/* ヘッダーサブメニュー・ヘッダーウィジェット（検索窓） ------------------*/
h1.site-title img {
	margin:0 0 70px 0;
	padding:0;
	}
.head-subnav {
/*	max-width:305px;*/
	padding: 0;
	margin:0 0 10px 0;
	position: absolute;
	top:65px !important;
	right:10px;
	text-align:right;
	}
.head-subnav ul.subnav-btn {
	text-align:right;
	}

/* 「JELFとは」　*/
body.page-template-page2-php .entry-content .title-area h2 {
/*	clear:both;*/
	color:#428BCA;
	font-size:19px;
	font-weight:normal;
	margin:0 0 30px 0;
	padding:3px 0px 1px 12px;
	line-height:1.5;
	border-left: 6px solid #8EB9DF;
	}
body.page-template-page2-php .entry-content .title-area {
	float:left;
	margin:0;
	padding:0;
	width:62%;
	}
body.page-template-page2-php .entry-content .profile {
	float:right;
	margin:0 0 20px 0;
	padding:10px 5px 5px 5px;
	width:190px;
	text-align:center;
	}
body.page-template-page2-php .entry-content .readcopy {
	margin: 10px 0 20px 0;
	padding: 0;
	color: #025c0b;
	font-size:15px !important;
	}


}


/**********************************************************
  Media queries　880px
***********************************************************/
/* Minimum width of 880 pixels. ------------------------- */
@media screen and (min-width:880px) {
/* ヘッダーサブメニュー・ヘッダーウィジェット（検索窓） ------------------*/
h1.site-title img {
	margin:0 0 10px 0;
	padding:0;
	}
.head-subnav {
	padding: 0;
	margin:0 0 10px 0;
	position: absolute;
	top:15px !important;
	right:10px;
	text-align:right;
	}

/* 「JELFとは」　*/
body.page-template-page2-php .entry-content .title-area {
	float:left;
	margin:0;
	padding:0;
	width:65%;
	}

}


/**********************************************************
  Media queries　1024px
***********************************************************/
/* Minimum width of 1024 pixels. ------------------------- */
@media screen and (min-width:1024px) {
.site-branding {
	max-width: 1000px;
	margin:0 auto;
	padding: 0;
	position: relative;
	line-height:0;
	}
.wrap {
	background:#fff;
	padding: 20px 0px 0 0;
	margin:0 auto;
	}
/* ヘッダーサブメニュー ------------------*/
.head-subnav {
	max-width:450px;
	text-align:right;
	padding: 0;
	position: absolute;
	top:30px !important;
	right:0px;
	}

/* 「JELFとは」　*/
body.page-template-page2-php .entry-content .title-area {
	float:left;
	margin:0;
	padding:0;
	width:70%;
	}


}










/**********************************************************
  print用
***********************************************************/
/* print用 ------------------------- */
@media print { 
html {
	background:#025c0b;
	}
body {
	color:#333;
	}
.site {
	}

.main-navigation {
	z-index: 10;
	}

/*コンテンツページ ヘッダー*/
.site-header  {
	width: 100%;
	margin:0;
	padding: 0;
	background:#fff url(images/header-bg.png) repeat-x top center;
	position: relative;
	line-height:0;
	text-align:left;
	}
.site-branding {
	max-width: 1000px;
	margin:0 10px;
	padding: 0;
	position: relative;
	line-height:0;
	}
h2.site-description {
	margin:14px 0 6px 0 !important;
	padding:0 !important;
	color:#666 !important;
	font-size:15px !important;
	font-weight:normal;
	line-height:1.3 !important;
	text-align:left !important;
	}
h1.site-title img {
	margin:0;
	padding:0;
	width:300px;
	text-align:left;
	}
.head-subnav {
	margin:0 0 10px 0;
	padding:0;
	}
.main-navigation {
	z-index: 10;
	}

/* min-width: 640px */
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}

/* Navigation Menu */
nav.main-navigation {
	width: 100%;
	margin-top:0 !important;
	background:#fff;
	padding-top:5px;
	padding-bottom:4px;
	border-top:1px solid #b5cf83;
	border-bottom:1px solid #b5cf83;
	}
.nav-box {
	max-width: 1000px;
	padding:0;
	margin:0 auto;
	background:#fff !important;
	}
.menu-toggle {
	display: none;
	}
.main-navigation:before {
	border-bottom:1px solid #b5cf83;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	}
.main-navigation ul {
	letter-spacing:-0.4em;/**/
	}
.main-navigation li {
	margin: 0;
	position: relative;
	text-align: center;
	text-transform: none;
	}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	color: #025c0b !important;
	font-weight:bold;
	font-size: 13px !important;
	line-height: 1.2;
	letter-spacing:normal;/*隙間をなくす*/
	*display: inline;
	*zoom: 1;
	margin-top:0px;
	padding:0 !important;
	width:180px;/**/
	border-bottom:0;
	}
.main-navigation li.menu-item a {
	border-left:1px solid #b5cf81;
	padding:10px 4px 10px 4px !important;
	text-align:center;
	font-weight:bold;
/*	outline:1px solid #E4E7EB;
	outline-offset:-2px;*/
	}
.main-navigation li.menu-item:first-child {
	width:100px;/**/
	}
.main-navigation li.menu-item:first-child a {
	color: #025c0b !important;
	background:#fff !important;
	font-weight:bold;
/*	border-right:1px solid #b5cf81;*/
	border-right:0;
	padding:5px 10px;
	width:100px;
	}
.main-navigation li.menu-item:last-child {
	border-right:1px solid #b5cf81 !important;
	width:180px;
	}
.main-navigation li.menu-item:last-child a {
	color: #025c0b !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	padding:5px 10px;
	width:180px;
	}
.main-navigation li.menu-item a:hover {
	color:#fff !important;
	font-weight:bold;
	background:#6ba008 !important;
	border-left:1px solid #b5cf81;
	}
.main-navigation li.menu-item:first-child a:hover {
	color:#fff !important;
	font-weight:bold;
	background:#6ba008 !important;
	border-left:1px solid #b5cf81;
	}
.main-navigation li.menu-item:last-child a:hover {
	color:#fff !important;
	font-weight:bold;
	background:#6ba008 !important;
	border-right:1px solid #b5cf81;
	width:180px;
	}
/* 3番目の要素 nth-child()疑似クラス */
/*.main-navigation li.menu-item:nth-child(3) a {
	padding:4px 10px 0 10px !important;
	}
.main-navigation li li.menu-item:nth-child(3) a {
	padding:12px 4px 11px 4px !important;
	}*/

/*.main-navigation li.menu-item-has-children a,*/
.main-navigation li.current-menu-item a {
	color: #fff !important;
	background:#6ba008 !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	padding:5px 10px;
	width:180px;
	}
.main-navigation li.current-menu-item:last-child a {
	color: #fff !important;
	background:#6ba008 !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	padding:5px 10px;
	width:180px;
	}
.main-navigation li ul {
	display: none;
	padding: 0 !important;
	position: absolute;
	top: 100%;
	margin-top:10px;/**/
	margin-left:0px;/**/
	margin-bottom:20px;/**/
	box-shadow:none;
	}
.main-navigation li.current-menu-item li a {
	color: #fff !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	margin-top:-4px;/**/
	margin-left:-10px;/**/
	padding:5px 10px;
	width:181px;
	background:#6ba008 !important;
	}
.main-navigation li.current-menu-item:last-child li a {/**/
	color: #025c0b !important;
	background:#fff !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	margin-left:-10px;/**/
	padding:5px 10px;
	width:181px;
	}
.main-navigation li.current-menu-ancestor li.current-menu-item a {
	color: #fff !important;
	background:#6ba008 !important;
	font-weight:bold;
	border-right:1px solid #b5cf81;
	margin-left:-10px;/**/
	padding:5px 10px;
	width:181px;
	}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
	}
.main-navigation li ul li {
	display: block;
	color: #025c0b !important;
	background:#fff !important;
	margin: 0 0 0 -10px;
	padding:5px 10px 0px 10px !important;
	width: 181px !important;/*サブ*/
	z-index: 10;
	margin-left:0;
	}
.main-navigation li ul li a {
	color: #fff !important;
	display: block;
	border-top: 1px solid #b5cf83;
	border-bottom: 1px solid #b5cf83;
	border-right: 1px solid #b5cf81 !important;
	font-size: 11px !important;
	line-height: 1.3 !important;
	padding:10px 10px 15px 5px !important;
	width: 181px !important;/*サブ*/
	white-space: normal;
	background:#6ba008 !important;
	margin-top:-6px !important;
	margin-left:-10px;/**/
	text-align:center !important;
	}
.main-navigation li ul li.menu-item:first-child a {
	padding:10px 10px 10px 5px !important;
	margin-top:-15px !important;
/*	height:45px !important;*/
	}
.main-navigation li.menu-item:last-child ul li,
.main-navigation li.menu-item:last-child ul li a {
	width: 181px !important;/*サブ*/
	}
.main-navigation li ul li a {
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 1.3;
	padding-right:5px;
	padding-bottom:11px;
	}
.main-navigation li ul ul {
	margin-top:-5px;
	}
.main-navigation li ul ul li.menu-item:first-child a {
	margin-top:-5px !important;
	background:#fff !important;
	}
.main-navigation li.current-menu-ancestor.current-menu-parent a {/**/
	color: #fff !important;
	font-weight:bold !important;
	background:#6ba008 !important;
	}
.main-navigation li.current-menu-ancestor.current-menu-parent a {/**/
	color: #025c0b !important;
	background:#fff !important;
	font-weight:bold !important;
	}
.main-navigation li.menu-item-has-children ul li.menu-item a {/**/
	color: #025c0b !important;
	background:#fff !important;
	font-weight:bold !important;
	}
.main-navigation li.menu-item-has-children ul li.menu-item a:hover {/**/
	color: #fff !important;
	background:#6ba008 !important;
	font-weight:bold !important;
	}
.main-navigation li.current-menu-ancestor.current-menu-parent ul li.current-menu-item a {/**/
	color: #fff !important;
	font-weight:bold !important;
	background:#6ba008 !important;
	}
.main-navigation li.current-menu-ancestor ul li.current-menu-item ul li a {
	font-weight:bold !important;
	background:#fff !important;
	}
.main-navigation li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a {
	font-weight:bold !important;
	background:#fff !important;
	}
.main-navigation li ul li.current-menu-item ul li a {
	margin-left:0px;
	margin-top:-13px;
	}
.main-navigation li ul ul li a {
	margin-left:0px;
	margin-top:-13px;
	font-weight:bold !important;
	background:#fff !important;
	}
.main-navigation li ul ul li a:hover {
	font-weight:bold !important;
	background:#6ba008 !important;
	}
.main-navigation li ul ul li.current-menu-item a {
	font-weight:bold !important;
	background:#6ba008 !important;
	}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
/*	color: #fff;
	border-right:0 !important;*/
	}

/* #content.site-content */
.site-content {
	width:100%;
	}
.wrap {
	max-width:1000px;
	margin:0 auto;
	padding:20px 10px 0 10px;
	}

.content-area {
	width: 72%;/* 720÷1000 */
	}

	/* Content （2Column ） */
.content-area {
	float: left;
	width: 72%;/*720÷1000 */
	}
	/* Side Bar （2Column ） */
.widget-area {
	padding:0;
	margin:0;
	}

.widget-area {
	float: right;
	width: 25%;/* 250÷1000 */
	}

.page-template-default .content-area,
.page-template-default #content, 
.page-template-default .widget-area {
	width: 100%;
	}

/* フッターウィジェット ---------------------------- */
.footer-w-area {
	clear: both;
	max-width:1000px;
	margin:0 auto;
	border-top:1px dotted #c8c8c8;
	padding-top:20px;
	padding-bottom:0px;
	}

/* Two Footer Widget Areas */
.footer-w-area .two .widget-area-footer {
	text-align:left;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 47.5%;
	}

/* Three Footer Widget Areas */
.footer-w-area .three .widget-area-footer {
	text-align:left;
	float: left;
	margin-left: 1.25%;
	margin-right: 1.25%;
	width: 30.5%;
	}

/* Four Footer Widget Areas */
.footer-w-area .four .widget-area-footer {
	text-align:left;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23.2%;
	}
.footer-w-area .two .widget-area-footer + .widget-area-footer,
.footer-w-area .three .widget-area-footer + .widget-area-footer + .widget-area-footer,
.footer-w-area .four .widget-area-footer + .widget-area-footer + .widget-area-footer + .widget-area-footer {
	margin-right: 0;
	}

/* footer・footer内 */
#colophon {
	margin-top:0px;
	}
.footer-area {
	padding:0;
	margin:0 10px 0 10px;
	}
footer[role="contentinfo"] {
	max-width: none;
	}

/* Footer（カスタムメニュー）上部 */
#footerUpper {
	clear: both;
	padding: 0;
	margin: 0;
	}
#footerUpper div.footerUp-inner {
	max-width: 1000px;
	padding: 0 10px 15px 10px;
	margin: 0 auto;
	letter-spacing:-0.4em;/**/
	text-align:left;
/*	background:#F5F7FA;*/
	}
.box{
	display: inline-block;
	width: 23.375%;
	letter-spacing:normal;/*隙間をなくす*/
	*display:inline;/*for IE*/
	*zoom:1;/*for IE*/
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom:0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2;
	text-align:left;
	vertical-align:top;
	}
/* 最後のbox */
.last {margin-top: 10px;margin-right:0 !important;margin-bottom:0;padding-left: 0px;}
.last p {margin:0;padding:0;text-align:right;}

/* footer-info（クレジット、フッターサブナビ） --------------*/
.footer-info {
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
	width:100%;
	background:#5C85AD;
	position: relative;
	overflow:hidden;
	}
.footer-info .site-info {
	max-width: 1000px;
	padding: 10px 0 40px 0!important;
	margin: 0 auto 0 auto;
	position: relative;
	}
.footer-info .site-info #credit {
	margin:10px 0 10px 0;
	position: absolute;
	top:0px;
	right:10px;
	}

/*  トップページ ------------------------------------------------- */
/* 「JELFとは」　- 「理事紹介」*/
ul.btn-area2 li.btn-box-title {
	width:160px !important;
	}
/*「主な活動」リンク一覧*/
.child-area2 .child-page-box {
	width:160px !important;
	}

/* 具体的な取り組み（私たちはこのような活動をしています） */
.guide-area {
	padding:4px 4px 0 4px;
	cleat:both;
	letter-spacing:-0.4em;/**/
	text-align:left;
	}
.guide-area .top_read {
	margin:0 0 -5px 0;
	}
.guide-area .top_read p {
	font-size:14px;
	line-height:1.6;
	}
/* 抗議文・声明文ボタン */
.guide-area .top_link {
	margin:4px auto 16px auto !important;
	padding:0;
	background:#E8EBF2;
	width:240px;
	}
.guide-area .guide-box {
	cleat:both;
	max-width:112px;
	display:inline-block;
	margin:0 3px 10px 3px;
	letter-spacing:normal;/*隙間をなくす*/
	*display: inline;
	*zoom: 1;
	}

/* 具体的な取り組み（全カテゴリー 一覧） */
/*トビラページへのリンク一覧*/
.child-area {
	text-align:left;
	}
/* 具体的な取り組み 詳細ページ（アイキャッチ） */
.single .entry-content .eyecatch {
	float:right;
	padding:0;
	margin:0 0 5px 10px !important;
	max-width:300px;
	}

/* トップページ 寄付＆信託 ------------------------------- */
.donation-area {
	clear:both;
	width:100%;
	padding:25px 10px 10px 10px;
	margin:0 0 30px 0;
	text-align:center;
	}
.donation-area h3.donation-title {
	margin:0 0 15px 0;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
	font-size:18px;
	}
.donation-area ul li img {
	padding:0;
	margin:0;
	max-width:286px;
	}


/* お問い合わせ mw-wp--form */
.mw_wp_form table.mw-wp {
	display:table;
	margin:0 0 30px 0;
	border:1px solid #becbdc !important;
	color:#333;
	width:100%;
	}
.mw_wp_form table.mw-wp tbody {
	width:100%;
	}
.mw_wp_form table.mw-wp tr th {
	display: table-cell;
	border:1px solid #becbdc !important;
	background:#f8f8f8;
	white-space:normal;
	padding:8px 5px 8px 8px;
	font-size:13px;
	font-weight:bold;
	text-align:left !important;
	vertical-align: middle;
/*	width:35%;*/
	}
.mw_wp_form table.mw-wp tr td {
	display: table-cell;
	border:1px solid #becbdc !important;
	background:#fff;
	padding:8px 5px 8px 8px;
	font-size:13px;
	text-align:left;
	vertical-align: middle;
	width:65%;
	}
.mw_wp_form table.mw-wp tr td p {
	font-size:13px;
	}
.mw_wp_form table.mw-wp tr td ul li {
	margin:0;
	padding:0;
	line-height:1.5;
	}
.mw_wp_form table.mw-wp .require {
	color:#cc0000;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	vertical-align: middle;
	}
.mw_wp_form table.mw-wp tr td label {
	padding:2px;
	font-size:13px !important;
	}
.mw_wp_form table.mw-wp input[type="text"] {border: 1px solid #ccc;width:50%;}
.mw_wp_form table.mw-wp td.tel input[type="text"] {border: 1px solid #ccc;width:20%;}
.mw_wp_form table.mw-wp td.zip input[type="text"] {border: 1px solid #ccc;width:15%;}
.mw_wp_form table.mw-wp td.address input[type="text"] {border: 1px solid #ccc;width:80%;}
.mw_wp_form table.mw-wp input:focus[type="text"] {background-color: #e4faff !important;}
.mw_wp_form input[type="submit"] {border: 1px solid #aaa; padding:4px 20px;}
.mw_wp_form table.mw-wp textarea {border: 1px solid #ccc;width:80%;}
.mw_wp_form table.mw-wp textarea:focus {background-color: #e4faff !important;}




/*固定ページタイトル背景*/
.archive .headbg-area .headname-area,
.single .headbg-area .headname-area,
.single-env_justice .headbg-area .headname-area,
.single-media .headbg-area .headname-area,
.single-law .headbg-area .headname-area,
.page-template-page-incident .headbg-area .headname-area,
.page-template-page2 .headbg-area .headname-area {
	clear: both;
	padding: 10px 20px;
	max-width:1000px;
	margin:0 auto;
	}
.archive .entry-header h1.entry-title2,
.single .entry-header h1.entry-title2,
.single-env_justice .entry-header h1.entry-title2,
.single-media .entry-header h1.entry-title2,
.single-law .entry-header h1.entry-title2 {
	margin:0;
	padding:0 !important;
	border-top:0 !important;
	border-left:0 !important;
	}

/* 固定ページ　本文 --------------------------- */
body.page-template-default .entry-content p,
body.page-template-page2-php .entry-content p {
	font-size:14px !important;
	line-height:1.6 !important;
	}
/* 最新ニュース 詳細ページ（カスタム投稿タイプ）　本文 ---------- */
.single-news .entry-content p {
	font-size:14px !important;
	line-height:1.6 !important;
	}

/* 繰り返し画像表示 ------------------------------ */
.entry-content .photo_repeat-area {
	padding:10px 0 0 0;
	margin:0 0 15px 0;
	text-align:left;
	}

/*  Q＆A ----------------------------------- */
ul.qa {
	margin: 0 0 20px 0;
	padding: 15px 13px 13px 15px;
	}
ul.qa li.qa-q {
	margin: 0 0 10px 0;
	font-size:16px;
	line-height:1.5;
	}
ul.qa li.qa-a {
	padding:4px 0 0 28px;
	font-size:14px;
	line-height:1.6;
	}

/* 「JELFとは」　*/
body.page-template-page2-php .entry-content .title-area h2 {
	color:#428BCA;
	font-size:19px;
	font-weight:normal;
	margin:0 0 30px 0;
	padding:3px 0px 1px 12px;
	line-height:1.5;
	border-left: 6px solid #8EB9DF;
	}
body.page-template-page2-php .entry-content .title-area {
	float:left;
	margin:0;
	padding:0;
	width:70%;
body.page-template-page2-php .entry-content .profile {
	float:right;
	margin:0 0 20px 0;
	padding:10px 5px 5px 5px;
	width:190px;
	text-align:center;
	}
body.page-template-page2-php .entry-content .readcopy {
	margin: 10px 0 20px 0;
	padding: 0;
	color: #025c0b;
	font-size:15px !important;
	}
.jelf-left {
	float:left;
	width:48%;
	}
.jelf-right {
	float:right;
	width:48%;
	}
.map-area img {
	width:100%;
	}



/* Media queries　768px */

/* ヘッダーサブメニュー・ヘッダーウィジェット（検索窓） ------------------*/
h1.site-title img {
	margin:0 0 70px 0;
	padding:0;
	}
.head-subnav {
/*	max-width:305px;*/
	padding: 0;
	margin:0 0 10px 0;
	position: absolute;
	top:65px !important;
	right:10px;
	text-align:right;
	}
.head-subnav ul.subnav-btn {
	text-align:right;
	}



/* Media queries　880px */
h1.site-title img {
	margin:0 0 10px 0;
	padding:0;
	}
.head-subnav {
	padding: 0;
	margin:0 0 10px 0;
	position: absolute;
	top:15px !important;
	right:10px;
	text-align:right;
	}

/* Media queries　1024px */
.site-branding {
	max-width: 1000px;
	margin:0 auto;
	padding: 0;
	position: relative;
	line-height:0;
	}
.wrap {
	background:#fff;
	padding: 20px 0px 0 0;
	margin:0 auto;
	}
/* ヘッダーサブメニュー ------------------*/
.head-subnav {
	max-width:450px;
	text-align:right;
	padding: 0;
	position: absolute;
	top:30px !important;
	right:0px;
	}







}
