/*
Theme Name: Twenty Twelve
Version: 10
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{font-weight:400;text-align:left}h1,h2,h3,h4,h5,h6{clear:both}html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}del{color:#333}ins{background:#fff9c0;text-decoration:none}hr{background-color:#ccc;border:0;height:1px;margin:24px;margin-bottom:1.714285714rem}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}small{font-size:smaller}img{border:0;-ms-interpolation-mode:bicubic}.clear:after,.format-status .entry-header:after,.wrapper:after{clear:both}.clear:after,.clear:before,.format-status .entry-header:after,.format-status .entry-header:before,.wrapper:after,.wrapper:before{display:table;content:""}
*, *:before, *:after {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}

	
/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 14px;
	font-size: 1rem;
	font-family: inherit;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: -o-linear-gradient(top,#FFF 0%,#EEE);
	background: linear-gradient(to bottom,#FFF 0%,#EEE);
	border: 1px solid #DDD;
	color:#111;
	width: 95.8%;
	padding:2%;
}
.oshirase-title,
.shiai-title,
.title-notopouto,
.entry-header .entry-title {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	line-height: 1.181818182;
	text-transform: uppercase;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	color:#aa0000;
	width: 100%;
	position: relative;
	padding-bottom: .5em;
	margin-bottom:20px;
}
.title-notopouto{
background: #444;  
background: -moz-linear-gradient(left, #222 0%, #444 100%);  
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#222), color-stop(100%,#444));  
background:-webkit-linear-gradient(left, #222 0%,#444 100%);  
background:-o-linear-gradient(left, #222 0%,#444 100%);  
background:-ms-linear-gradient(left, #222 0%,#444 100%);  
background:linear-gradient(left, #222 0%,#444 100%);  
margin:0 0 30px -39px;  
padding:12px 10px 12px 30px;  
color:#fff;  
font-size:16px;  
font-weight:700;  
box-shadow:inset 0 0 50px rgba(0,0,0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);  
position:relative;  
}
.title-notopouto:after{  
content:' ';  
position:absolute;
left:0px;  
bottom:-18px;  
border-top:9px solid #48b802;  
border-right:9px solid #48b802;  
border-bottom:9px solid transparent;  
border-left:9px solid transparent;
z-index:500;  
}  
.entry-header .entry-title a:link{
	text-decoration: none;
}
.oshirase-title::before,
.oshirase-title::after,
.shiai-title::before,
.shiai-title::after,
.entry-header .entry-title::before,
.entry-header .entry-title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
.oshirase-title::before,
.shiai-title::before,
.entry-header .entry-title::before {
	z-index: 2;
	width: 15%;
	background-color: #dd0000;
}
.oshirase-title::after,
.shiai-title::after,
.entry-header .entry-title::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #dd0000 2px, #dd0000 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #dd0000 2px, #dd0000 4px);
}


.inner-title {
	font-size: 17px;
	line-height: 1.181818182;
	text-transform: uppercase;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	color:#111;
	width: 100%;
	position: relative;
	padding-bottom: .5em;
	margin-bottom:20px;
	font-weight:bold;
}
.inner-title::before,
.inner-title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
.inner-title::before {
	z-index: 2;
	width: 15%;
	background-color: #ccc;
}
.inner-title::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #ccc 2px, #ccc 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #ccc 2px, #ccc 4px);
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
input[type="checkbox"]{
	border: 0;
	border-radius: 0;
	padding: 0;
}
.wpcf7-acceptance{
	vertical-align:middle;
	height:20px !important;;
	width:20px !important;;
}
/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-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(to bottom, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.menu-toggle {
	border-radius: 0;
	cursor: pointer;
	height: 52px;
	width: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 5%;
	text-align: center;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
}
.menu-toggle:before {color: #fff;content: "";padding: 16px;}
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}
.menu-toggle:focus {}
#panel{display:none;}
#panel-btn-icon{
	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 14px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #333;
  	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #333;
	transition: .3s;
}
#panel-btn-icon:before{margin-top: -6px;}
#panel-btn-icon:after{margin-top: 4px;}
.menu-toggle .close{background: transparent;}
.menu-toggle .close:before, .menu-toggle .close:after{margin-top: 0;}
.menu-toggle .close:before{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.menu-toggle .close:after{transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {max-width: 100%;padding: 4px;}
.wp-caption .wp-caption-text,.gallery-caption,.entry-caption {font-style: italic;font-size: 12px;font-size: 0.857142857rem;line-height: 2;color: #757575;}
img.wp-smiley,.rsswidget img {border: 0;border-radius: 0;box-shadow: none;margin-bottom: 0;margin-top: 0;padding: 0;}
.entry-content dl.gallery-item {margin: 0;}.gallery-caption,.gallery-item a{width:90%}.gallery-item a{display:block}.gallery-caption a{display:inline}.gallery-columns-1 .gallery-item a{max-width:100%;width:auto}.gallery .gallery-icon img{height:auto;max-width:90%;padding:5%}.gallery-columns-1 .gallery-icon img{padding:3%}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header{margin-bottom:24px;margin-bottom:1.714285714rem}.author-info{border-top:1px solid #ededed;margin:24px 0;margin:1.714285714rem 0;padding-top:24px;padding-top:1.714285714rem;overflow:hidden}.author-description p{color:#757575;font-size:13px;font-size:.928571429rem;line-height:1.846153846}.author.archive .author-info{border-top:0;margin:0 0 3pc;margin:0 0 3.428571429rem}.author.archive .author-avatar{margin-top:0}




/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #dd0000;
}
a:hover {
	color: #304285;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
}
.sitehead {
	padding: 0;
	background-color: #fff;
}
.siteheadlogosout {
	height:100%;
	padding: 0;
	display:block;
	overflow: hidden;
	position:relative;
}

.siteheadlogosimage2{
	width:100%;
	display:block;
	overflow: hidden;
	position:relative;
    	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    	padding-top: 100px;
   	 background: url('../../uploads/top01.jpg') 0 0 no-repeat;
    	background-size: 100%;
}
.siteheadlogos {
	padding: 10px 24px;
	display:block;
	overflow: hidden;
	position:absolute;
	bottom:0;
	left:0;
	right: 0;
}
.siteheadlogos-left {
	width:100%;
	padding: 0;
	margin:0;
	display:block;
	overflow: hidden;
}
.siteheadlogos-right {
	width:100%;
	padding: 0;
	margin:0;
	display:block;
	overflow: hidden;
}
.siteheadlogos-right-top{
	width:100%;
	display:block;
	overflow: hidden;
	margin-bottom:20px;
}
.siteheadlogos-right-bottom{
	width:100%;
	display:block;
	margin-bottom:20px;
}
.siteheadmenu {
	padding: 0;
	display:block;
	overflow: hidden;
}
.siteimage {
	padding: 0;
	background-color: #fff;
}
.sitefoot {
	width:100%;
	padding: 0;
	background-color: #ccc;
	border-bottom:2px solid #dd0000;
}
.site-content {
	margin: 24px 0 24px 0;
	margin: 1.714285714rem 0 1.714285714rem 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 img {
	width:60%;
}
.site-header h1 a:hover img {
	opacity:0.8;
}
.site-header h1 {
	width:100%;
	text-align: left;
	display: inline-block !important;
	vertical-align: top;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 0;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #dd0000;
	font-family: 'Oswald', sans-serif;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #fff;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget li a:before {
	font-family: 'FontAwesome';
	content: "\f0a9 \0020";
	color: #000;
	font-weight: bold;
}
.widget-area .widget li a {
	width:100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	display:block;
	overflow:hidden;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
}
.widget-area .widget li a:link,
.widget-area .widget li a:visited {
	color: #333;
	text-decoration: none;
}
.widget-area .widget li a:hover,
.widget-area .widget li a:visited:hover {
	color: #304285;
	text-decoration: none;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%;
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align:center;
}
footer[role="contentinfo"] a {
	color: #222;
	text-decoration: none;
}
footer[role="contentinfo"] a:hover {
	color: #0099ff;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
h4{
    position: relative;
    padding: 1.0em;
    margin: 0 0 1.5em;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #cc0000;
    transform: rotate(-1deg) skew(-1deg);
    -webkit-transform: rotate(-1deg) skew(-1deg);
    -moz-transform: rotate(-1deg) skew(-1deg);
    -o-transform: rotate(-1deg) skew(-1deg);
    -ms-transform: rotate(-1deg) skew(-1deg);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 1.0em 0 0 0 #cc0000, -1.0em 0 0 0 #cc0000;
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 1.0em 0 0 0 #cc0000, -1.0em 0 0 0 #cc0000;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 1.0em 0 0 0 #cc0000, -1.0em 0 0 0 #cc0000;
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 1.0em 0 0 0 #cc0000, -1.0em 0 0 0 #cc0000;
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 1.0em 0 0 0 #cc0000, -1.0em 0 0 0 #cc0000;
}

h5{
    position: relative;
    padding: 0.8em;
    margin: 0 0 1.5em;
    font-size: 1.143em;
    font-weight: bold;
    color: #333;
    background: #fff;
    text-shadow: 1px 1px 0 #fff, 1px 1px 0 #999;
    border: #cc0000 solid 2px;
    background-image: -webkit-gradient(linear, left top, right bottom,
        from(           rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(255, 255, 255, 0.0)),
        to(             rgba(255, 255, 255, 0.0))
        );
    background-image: -webkit-linear-gradient(top -45deg,
        transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: -moz-linear-gradient(top -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: -o-linear-gradient(top -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: linear-gradient(to bottom -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-size:4px 4px;
}

h6{
	border-left:7px solid #ff9900;
    font-size: 1.4em;
    font-weight: bold;
	color:#333;
	margin-bottom:40px;
	padding:10px;
}



.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #666;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border: 1px solid #666;
	padding: 1%;
	height:200%;
	color:#333;
	vertical-align:middle;
	margin:-1px 0 -1px 0;
}
table.table01 {
	border-bottom: 1px solid #999;
	color: #757575;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
table.table01 th {
	border: 1px solid #999;
	padding: 1%;
	height:200%;
	color:#fff;
	vertical-align:middle;
	margin:-1px 0 -1px 0;
	background:#48b802;
	text-align:center;
	font-weight:bold;
}
table.table01 th.w30{width:30%;}
table.table01 th.w20{width:20%;}
table.table01 th.w50{width:50%;}
table.table01 td {
	border: 1px solid #999;
	padding: 1%;
	height:200%;
	color:#333;
	vertical-align:middle;
	margin:-1px 0 -1px 0;
}
table.table02 {
	border-bottom:0px;
	color: #757575;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
table.table02 th {
	width:35%;
	border: 1px solid #999;
	padding: 1%;
	height:200%;
	color:#333;
	vertical-align:middle;
	margin:-1px 0 -1px 0;
	background:#e7f0f8;
	text-align:left;
	box-sizing:border-box;
}
table.table02 th.w30{width:30%;}
table.table02 th.w20{width:20%;}
table.table02 th.w50{width:50%;}
table.table02 td {
	width:65%;
	border: 1px solid #999;
	padding: 1%;
	height:200%;
	color:#333;
	vertical-align:middle;
	margin:-1px 0 -1px 0;
	box-sizing:border-box;
}
.site-content article {
	margin-bottom: 20px;
	padding-bottom: 20px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.mw_wp_form_confirm table.table02 th{
	background:#fff;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {display: none;}
.mu_register h2 {color: #757575;font-weight: normal;}
h2.year{width:100%;font-size:20px; margin:20px 0; padding:5px 0; border-bottom:1px solid #ccc;}

/* =Archives */

.archive-header,
.page-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view */
.attachment .entry-content .mejs-audio {max-width: 400px;}
.attachment .entry-content .mejs-container {margin-bottom: 24px;}
/* =Single image attachment view */
.article.attachment {overflow: hidden;}
.image-attachment div.attachment {text-align: center;}
.image-attachment div.attachment p {text-align: center;}
.image-attachment div.attachment img {display: block;height: auto;margin: 0 auto;max-width: 100%;}
.image-attachment .entry-caption {margin-top: 8px;margin-top: 0.571428571rem;}
/* =Aside post format */
article.format-aside h1 {margin-bottom: 24px;margin-bottom: 1.714285714rem;}
article.format-aside h1 a {text-decoration: none;color: #4d525a;}
article.format-aside h1 a:hover {color: #2e3542;}
article.format-aside .aside {padding: 24px 24px 0;padding: 1.714285714rem;background: #d2e0f9;border-left: 22px solid #a8bfe8;}
article.format-aside p {font-size: 13px;font-size: 0.928571429rem;line-height: 1.846153846;color: #4a5466;}
article.format-aside blockquote:last-child,article.format-aside p:last-child {margin-bottom: 0;}
/* =Post formats */
/* Image posts */
article.format-image footer h1 {font-size: 13px;font-size: 0.928571429rem;line-height: 1.846153846;font-weight: normal;}
article.format-image footer h2 {font-size: 11px;font-size: 0.785714286rem;line-height: 2.181818182;}
article.format-image footer a h2 {font-weight: normal;}
/* Link posts */
article.format-link header {padding: 0 10px;padding: 0 0.714285714rem;float: right;font-size: 11px;font-size: 0.785714286rem;line-height: 2.181818182;font-weight: bold;font-style: italic;text-transform: uppercase;color: #848484;background-color: #ebebeb;border-radius: 3px;}
article.format-link .entry-content {max-width: 80%;float: left;}
article.format-link .entry-content a {font-size: 22px;font-size: 1.571428571rem;line-height: 1.090909091;text-decoration: none;}
/* Quote posts */
article.format-quote .entry-content p {margin: 0;padding-bottom: 24px;padding-bottom: 1.714285714rem;}
article.format-quote .entry-content blockquote {display: block;padding: 24px 24px 0;padding: 1.714285714rem 1.714285714rem 0;font-size: 15px;font-size: 1.071428571rem;line-height: 1.6;font-style: normal;color: #6a6a6a;background: #efefef;}
/* Status posts */
.format-status .entry-header {margin-bottom: 24px;margin-bottom: 1.714285714rem;}
.format-status .entry-header header {display: inline-block;}
.format-status .entry-header h1 {font-size: 15px;font-size: 1.071428571rem;font-weight: normal;line-height: 1.6;margin: 0;}
.format-status .entry-header h2 {font-size: 12px;font-size: 0.857142857rem;font-weight: normal;line-height: 2;margin: 0;}
.format-status .entry-header header a {color: #757575;}
.format-status .entry-header header a:hover {color: #21759b;}
.format-status .entry-header img {float: left;margin-right: 21px;margin-right: 1.5rem;}
/* =Comments */
.comments-title {margin-bottom: 48px;margin-bottom: 3.428571429rem;font-size: 16px;font-size: 1.142857143rem;line-height: 1.5;font-weight: normal;}
.comments-area article {margin: 24px 0;margin: 1.714285714rem 0;}
.comments-area article header {margin: 0 0 48px;margin: 0 0 3.428571429rem;overflow: hidden;position: relative;}
.comments-area article header img {float: left;padding: 0;line-height: 0;}
.comments-area article header cite,
.comments-area article header time {display: block;margin-left: 85px;margin-left: 6.071428571rem;}
.comments-area article header cite {font-style: normal;font-size: 15px;font-size: 1.071428571rem;line-height: 1.42857143;}
.comments-area cite b {font-weight: normal;}
.comments-area article header time {line-height: 1.714285714;text-decoration: none;font-size: 12px;font-size: 0.857142857rem;color: #5e5e5e;}
.comments-area article header a {text-decoration: none;color: #5e5e5e;}
.comments-area article header a:hover {color: #21759b;}
.comments-area article header cite a {color: #444;}
.comments-area article header cite a:hover {text-decoration: underline;}
.comments-area article header h4 {position: absolute;top: 0;right: 0;padding: 6px 12px;padding: 0.428571429rem 0.857142857rem;font-size: 12px;font-size: 0.857142857rem;font-weight: normal;color: #fff;background-color: #0088d0;background-repeat: repeat-x;background-image: -moz-linear-gradient(top, #009cee, #0088d0);background-image: -webkit-linear-gradient(top, #009cee, #0088d0);background-image: -o-linear-gradient(top, #009cee, #0088d0);background-image: linear-gradient(to bottom, #009cee, #0088d0);border-radius: 3px;border: 1px solid #007cbd;}
.comments-area .bypostauthor cite span {position: absolute;margin-left: 5px;margin-left: 0.357142857rem;padding: 2px 5px;padding: 0.142857143rem 0.357142857rem;font-size: 10px;font-size: 0.714285714rem;}
.comments-area .bypostauthor cite b {font-weight: bold;}
a.comment-reply-link,a.comment-edit-link {color: #686868;font-size: 13px;font-size: 0.928571429rem;line-height: 1.846153846;}
a.comment-reply-link:hover,a.comment-edit-link:hover {color: #21759b;}
.commentlist .pingback {line-height: 1.714285714;margin-bottom: 24px;margin-bottom: 1.714285714rem;}
/* Comment form */
#respond {margin-top: 48px;margin-top: 3.428571429rem;}
#respond h3#reply-title {font-size: 16px;font-size: 1.142857143rem;line-height: 1.5;}
#respond h3#reply-title #cancel-comment-reply-link {margin-left: 10px;margin-left: 0.714285714rem;font-weight: normal;font-size: 12px;font-size: 0.857142857rem;}
#respond form {margin: 24px 0;margin: 1.714285714rem 0;}
#respond form p {margin: 11px 0;margin: 0.785714286rem 0;}
#respond form p.logged-in-as {margin-bottom: 24px;margin-bottom: 1.714285714rem;}
#respond form label {display: block;line-height: 1.714285714;}
#respond form input[type="text"],
#respond form textarea {-moz-box-sizing: border-box;box-sizing: border-box;font-size: 12px;font-size: 0.857142857rem;line-height: 1.714285714;padding: 10px;padding: 0.714285714rem;width: 100%;}
#respond form p.form-allowed-tags {margin: 0;font-size: 12px;font-size: 0.857142857rem;line-height: 2;color: #5e5e5e;}
.required {color: red;}
/* =Front page template */
.entry-page-image {margin-bottom: 14px;margin-bottom: 1rem;}
.template-front-page .site-content article {border: 0;margin-bottom: 0;}
.template-front-page .widget-area {clear: both;float: none;width: auto;padding-top: 24px;padding-top: 1.714285714rem;border-top: 1px solid #ededed;}
.template-front-page .widget-area .widget li {margin: 8px 0 0;margin: 0.571428571rem 0 0;font-size: 13px;font-size: 0.928571429rem;line-height: 1.714285714;list-style-type: square;list-style-position: inside;}
.template-front-page .widget-area .widget li a {color: #757575;}
.template-front-page .widget-area .widget li a:hover {color: #21759b;}
.template-front-page .widget-area .widget_text img {float: left;margin: 8px 24px 8px 0;margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

.wp-caption{float:left;}

/* pagetop */
#page-top {position:fixed;bottom:10px;right:10px;font-size:30px;z-index:10;}
#page-top a {filter:alpha(opacity=25);-moz-opacity:0.25;opacity:0.25;background:#000;text-decoration:none;color:#fff;width:40px;text-align:center;display:block;border-top-left-radius: 5px; border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px; padding:10px 0;}
#page-top a:hover {text-decoration:none;background:#999;}

/* SNS */
.share{width:100%;}
.share h4{font-size:110%; text-align:center;}
.sns{margin:0 auto;text-align:center;}
.sns ul {list-style:none;}
.sns li {float:left;width:24%;margin:0 0.5% 0 0.5%;}
.sns li a {font-size:75%;position:relative;display:block;padding:5px 2px;color:#fff;border-radius:2px;text-align:center;text-decoration: none;}
.sns li a:hover {-webkit-transform: translate3d(0px, 3px, 1px);-moz-transform: translate3d(0px, 3px, 1px);transform: translate3d(0px, 3px, 1px);box-shadow:none;}

/* ツイッター */
.sns .twitter a {background:#222;}
.sns .twitter a:hover {background:#00acee;}
/* Facebook */
.sns .facebook a {background:#222;}
.sns .facebook a:hover {background:#3b5998;}
/* グーグル */
.sns .googleplus a {background:#222;}
.sns .googleplus a:hover {background:#db4a39;}
/* LINE */
.sns .line a {background:#222;}
.sns .line a:hover {background:#25af00;}
/* RSS */
.sns .rss a {background:#222;}
.sns .rss a:hover {background:#ffb53c;}

.honbuntitlebox{width:100%;border-bottom:2px solid #aaa;margin-bottom:20px;}
.honbuntitle{display: inline-block;border-bottom:2px solid #304285;margin-bottom:-2px;font-size:16px;font-weight:bold;color:#304285;}
#breadcrumb{padding:0 20px;margin:10px auto 0 auto;max-width:1200px;}
#breadcrumb .fa-home{font-size:20px;}
#breadcrumb .fa-angle-right{font-size:20px;}
#breadcrumb li{display:inline-block; margin-right:7px;}
.time{margin-bottom:20px; font-size:17px; color:#555;}
.kijibox{width:100%;display:block;overflow:hidden;}
.left40{width:100%;display:block;overflow:hidden;float:none;margin-bottom:20px;text-align:center;}
.left40 img{text-align:center;}
.right60{width:100%;display:block;overflow:hidden;float:none;margin-left:0;}
/* googlemap */
.ggmap {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;} 
.ggmap iframe,.ggmap object,.ggmap embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.boxout{width:100%;display:block;overflow:hidden;margin-bottom:20px;}
.box3{width:100%;display:inline-block;overflow:hidden;margin:0 0 20px 0;}
.box3title a:link,
.box3title a:visited{
	font-size:25px;
	text-decoration: none;
	text-align:left;
	color:#222;
}
.box3title a:hover,
.box3title a:visited:hover{
	font-size:25px;
	text-decoration: none;
	text-align:left;
	color:#dd0000;
}
.box3com{color:#222;padding:1%;}

.sidebunnerout{display:block;overflow:hidden;}
.sidebunner{width:50%;display:inline-block;margin-bottom:24px;float:left;}
.sidebunner a:hover{opacity:0.8;}
.sidebunner img{width:100%;}

.topnewsbox{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	display:block;
	overflow:hidden;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.topnews{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	width:100%;
	display:block;
	overflow:hidden;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:-1px 0 0 0;
	float:left;
	padding:2%;
}
.topphoto{
	max-height:90px;
	width:30%;
	display:block;
	overflow:hidden;
	border:1px solid #555;
	margin:0 5% 0 0;
	float:left;
}
.topphoto a:hover img{opacity:0.8;}
.topphoto a img{
	width:100%;
	max-height:90px;
	display: block;
	background:#555;
	margin:0 auto;
	vertical-align:middle;
	text-align:center;	
}
.topcom{
	width:63%;
	display:block;
	overflow:hidden;
	float:right;
}
.toptitle{
	font-weight:bold;
	color:#304285;
	margin-bottom:10px;
}

.innernewsbox{
	width:100%;
	display:block;
	overflow:hidden;
}
.innernews{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	display:block;
	overflow:hidden;
	border:1px solid #aaa;
	margin-bottom:20px;
	float:left;
	padding:0;
	position:relative;
}
.innerphoto{
	width:30%;
	display:block;
	overflow:hidden;
	margin:0;
	float:left;
}
.innerphoto a:hover img{opacity:0.8;}
.innerphoto a img{
	width:100%;
	display: block;
	background:#555;
	margin:0 auto;
	vertical-align:middle;
	text-align:center;	
}
.innercom{
	width:67%;
	display:block;
	overflow:hidden;
	float:left;
	padding:1%;
}
.yearmonth{
	font-size:14px;
}
.innernormal{width:100%;border-bottom:1px dotted #ccc;position:relative;padding:10px 0 10px 0;display: block;overflow:hidden;}
.innertime{float:left;padding:15px 5px 15px 5px;}
.innertime a:link,
.innertime a:visited{
	font-size:15px;
	text-align:left;
	color:#0099ff;
}
.innertime a:hover,
.innertime a:visited:hover{
	font-size:15px;
	text-align:left;
	color:#ccc;
	text-decoration: none;
}
/* search form */


dl.search2{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:1px;
	margin-bottom:20px;
}
dl.search2 dt{
	padding:6px;
}
dl.search2 dt input{
	width:86%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
}
dl.search2 dt input #s{padding:2px;}
dl.search2 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search2 dd button{
	display:block;
	padding:6px;
	background:none;
	border:none;
}
dl.search2 dd button span{
	display:block;
	width:25px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
}
dl.search2 dd button span:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002";
	font-size:25px;
}
/*align*/
.allbox{
	width:100%;
	float:none;
	font-size:120%;
	line-height:150%;
	margin:20px 0 20px 0;
	padding:20px;
	overflow:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-shadow:0 0 10px #fff, 0 0 10px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 10px #fff, 0 0 10px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 10px #fff, 0 0 10px #ccc, 0 0 1px #aaa;
}
.allboxns{
	width:100%;
	float:none;
	font-size:120%;
	line-height:100%;
	margin:0 0 20px 0;
	padding:0 20px 20px 20px;
	overflow:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.allbox img,
.allboxns img {
	width:100%;
	max-width:900px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.allbox a:hover img,.allboxns a:hover img {
	opacity:0.8;
}
.allbox .red{font-size:140%;color:#cc0000;font-weght:bold;}
.left50{width:100%;float:none;margin-bottom:20px;overflow:none;}
.left50 .infacebook{width:100%;display:block;}
.right50{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	width:100%;
	float:none;
	margin-bottom:20px;
	display:block;
	position:relative;
	overflow:hidden;
}
.right50 .photobox{width:100%;height:100%;display:block;overflow:hidden;}
.right50 .thumbnailb{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	width:100%;
	height:100%;
	position:relative;
	padding:65% 0 0;
	z-index:3;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.right50 img{width:100%;display:block;z-index:2;position:absolute;top:0;}
.right50 .phototime{width:96%;padding:10px 2%;background-color: rgba( 0, 0, 0, 0.8 );color:#fff;display:block;overflow:hidden;position:absolute;z-index:4;}
.right50 .timeboxout{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	width:100%;
	display:block;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.right50 .timebox{width:96%;height:30px; line-height:30px;padding:5px 2%;border-bottom:1px dotted #ccc;display:block;overflow:hidden;}

/* contact form 7 */
div.wpcf7{border:1px solid #ccc;border-radius:3px;background:#eee;clear:both;display:block;overflow:hidden;margin:0 0 20px 0;margin:0 0 1.428571428rem 0;}
.wpcf7-form{padding:10px;padding:0.714285714rem;}
.wpcf7-form input[type="text"],.wpcf7-form input[type="email"]{width: 95% !important;padding:1% 5% 1% 0;}
.wpcf7-form textarea{width:95% !important;padding:1% 5% 1% 0;}
.wpcf7-form .wpcf7-submit{width: 100% !important; height:50px !important; font-size:20px;}
span.wpcf7-list-item{display: block;}

#content{margin-bottom:20px;}

.readmore{
	position:absolute;
	z-index:5000;
	right:10px;
	bottom:15px;
}
.readmore a:link,
.readmore a:visited{
	font-size:12px;
	border-radius:3px;
	background:#dd0000;
	text-decoration: none;
	text-align:center;
	color:#fff;
	padding:5px;
}
.readmore a:hover,
.readmore a:visited:hover{
	font-size:12px;
	border-radius:3px;
	background:#ccc;
	text-decoration: none;
	text-align:center;
	color:#fff;
	padding:5px;
}
.readmore2{
	float:right;
	display:block;
	padding:15px 0 15px 0;
}
.readmore2 a:link,
.readmore2 a:visited{
	font-size:12px;
	border-radius:3px;
	background:#dd0000;
	text-decoration: none;
	text-align:center;
	color:#fff;
	padding:5px;
}
.readmore2 a:hover,
.readmore2 a:visited:hover{
	font-size:12px;
	border-radius:3px;
	background:#ccc;
	text-decoration: none;
	text-align:center;
	color:#fff;
	padding:5px;
}
.wp_social_bookmarking_light{
    border: 0 !important;
    padding: 10px 0 20px 0 !important;
    margin: 0 !important;
}
.wp_social_bookmarking_light div{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    min-height: 30px !important;
    line-height: 18px !important;
    text-indent: 0 !important;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
    clear: both !important;
}
#fb-root{
    display: none;
}
.wsbl_twitter{
    width: 100px;
}
.wsbl_facebook_like iframe{
    max-width: none !important;
}
.wsbl_pinterest a{
    border: 0px !important;
}
.wsbl_facebook_like span{
    vertical-align: top !important;
}
.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;
}
.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
	margin-bottom:24px;
}
 
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*MW WP Form*/
.gradtitle{
	width:100%;
	padding: 20px;
	margin-bottom:20px;
	font-weight:bold;
	text-align:center;
	color:#333;
	font-size:20px;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #fcf7ef 31%, #f2f8f9 68%, #d7ecf2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#fcf7ef 31%,#f2f8f9 68%,#d7ecf2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 0%,#fcf7ef 31%,#f2f8f9 68%,#d7ecf2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display:block;
	overflow:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.graybox{
	width:100%;
	padding: 20px;
	margin-bottom:20px;
	font-weight:bold;
	font-size:15px;
	display:block;
	overflow:hidden;
	background:#efefef;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.boxout2{width:100%;display:block;overflow:hidden;border-bottom:1px dashed #eee;}
.boxout3{width:100%;display:block;overflow:hidden;}
.iconRequired {
    padding: 2px 12px;
    text-align: center;
    color: #dd0000;
    border: 1px solid #dd0000;
    border-radius: 4px;
    font-size: 13px;
}
body.page-id-329 .siteheadlogosimage2,
body.page-id-329 .siteheadmenu,
body.page-id-331 .siteheadlogosimage2,
body.page-id-331 .siteheadmenu,
body.page-id-329 .iconRequired,
body.page-id-329 .setsumei,
body.page-id-329 .checkkoumoku,
body.page-id-329 .zip-button{
	display:none!important;
}
body.page-id-329 .sei,
body.page-id-329 .mei{
	font-size:0;
}
body.page-id-79 span.px_10{
	display:none;
}
.maxwidth780{
	max-width:780px;
	margin:0 auto;
	display:block;
	box-sizing:border-box;
}
h3.titForm {
    font-size: 24px;
    padding: 16px 15px;
    border:1px solid #0099ff;
	color:#0099ff;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.padding10pxhb{
	padding-top:10px;
	padding-bottom:10px;
}
input.send{
	display:block;
	overflow:hidden;
	width:100%;
	padding:20px;
	font-size:20px;
}
input#city{
	width:49%;
	float:left;
	margin-right:2%;
}
input#area{
	width:49%;
	float:left;
}
.zip-button{
	width:60%;
}
.tablebox input[type="text"],
.tablebox input[type="email"]{
	width:100%;
	font-size:16px;
	padding:2px 6px;
	box-sizing: border-box;
	background: #fcfbcd;
}
.tablebox input.form2{
	width:30%!important;
}
.tablebox input.tel{
	width:28%!important;
}
.tablebox input.tatemono{
	background:#fff;
}
option:first-child{
  color:#ccc;
}
.tablebox select{
	width:100%;
	font-size:20px;
	padding:2px 35px 2px 6px;
	position:relative;
	display:block;
	box-sizing: border-box;
}
.left01{font-weight:bold;}
textarea.textcombox{
	width:100%;
	padding:0 10px;
	display:block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	position:relative;
}
.table02 .name,
.table02 .furigana,
.table02 .tatemono,
.table02 .heyabangou,
.table02 .mail,
.table02 .shitsumon,
.table02 .mwform_datepicker01,
.table02 .hasDatepicker{
	width:90%;
}
.table02 .tel,.table02 .form2{
	width:20%!important;
}
.table02 .mwform_datepicker01{
	width:90%!important;
	max-width:500px;
}
.table02 .sentaushi{
	width:90%!important;
	max-width:500px;
}
.table02 .form2{
	width:15%;
}
.table02 .hissu{
	background:#ff0000;
	color:#fff;
	padding:5px;
	text-align:center;
	font-size:10px;
}
.table02 input[type=submit].send{
	width:100%;
	font-size:20px;
	font-weight:bold;
}
.table02 .shitsumon{
	width:100%!important;
}
.mw_wp_form_confirm .table02 .hissu{
	display:none!important;
}

p.indent01{
	font-size:11px;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0;
	padding-bottom:0;
}
p.indent02{
	font-size:11px;
	padding-left:2.3em;
	text-indent:-2.3em;
	margin-bottom:0;
	padding-bottom:0;
}
.kochira{
	animation: flash 1s linear infinite;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	text-align:center;
}
.kochira img{
	width:100%;
	height:auto;
	padding:0 20px;
}
.borderradius{border-radius:3px;}
.padding20{padding:20px;}
.marginbottom20{margin-bottom:20px;}
.textcenter{text-align:center;}
.grad01{
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #fcf7ef 31%, #f2f8f9 68%, #d7ecf2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#fcf7ef 31%,#f2f8f9 68%,#d7ecf2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 0%,#fcf7ef 31%,#f2f8f9 68%,#d7ecf2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position:relative;
}
.scrollbox {
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
	overflow-y: scroll;
	padding:10px;
	margin-bottom:20px;
}
p.indent01{
	font-size:11px;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0;
	padding-bottom:0;
}
p.indent02{
	font-size:11px;
	padding-left:2.3em;
	text-indent:-2.3em;
	margin-bottom:0;
	padding-bottom:0;
}
input[type=checkbox] {
    transform: scale(1.5);
}
/*フロー*/
.flow {
    margin: 0 auto 100px;
}
.flow .box {
    margin: 0 auto 33px;
    width: 100%;
    padding: 10px;
    border: 3px solid #FFC300;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.flow .box:after {
    border-top: 25px solid #FFC300;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    bottom: -28px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
    left: 50%;/* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}
.flow .box:last-child:after {
    border: none; /* 最後のボックスだけ三角形を表示しない */
}
.leftborder{border-left:3px solid #0099cc;display:block;overflow:hidden;padding:10px;margin-bottom:20px;}
p.indent01{
	font-size:11px;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0;
	padding-bottom:0;
}
p.indent02{
	font-size:11px;
	padding-left:2.3em;
	text-indent:-2.3em;
	margin-bottom:0;
	padding-bottom:0;
}
/*テーブル*/
dl.pagetable,dl.pagetable dt,dl.pagetable dd{
	margin: 0;
	padding: 0;
}
dl.pagetable {
	font-size:.9em;
	width: 100%;
	box-sizing:border-box;
	margin:1em 0;
}
dl.pagetable dt {
	width: 100%;
	background-color: #efefef;
	margin: 0;
	padding:10px;
}
dl.pagetable dd {
	margin: 0 0 0 ;
	border-left: 0px;
	background-color: #fff;
	padding:10px;
}
dl.pagetable .wrapin{
	display:flex;
}
dl.pagetable dt {
	width: 40%;
	margin:0 0 20px 0;
	padding:10px;
	font-weight:normal;
	border-left:3px solid #3399cc;
	box-sizing:border-box;
	align-items: center;
	display: flex;
	vertical-align:middle;
	background:#fff;
}
dl.pagetable dd {
	width:60%;
	margin: 0 0 20px 10px;
	padding:10px;
	box-sizing:border-box;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
}
.textcenter{text-align:center;}
.dashedbox{border:1px dashed #ccc;display:block;overflow:hidden;}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* =Media queries */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (max-width: 779px) {
	.visiblePC{
		display:none;
	}
	h1.site-title{text-align:left;}
	.siteheadmenu {
		padding: 0;margin:0;width:100%;
	}

	.logoposi{
		background:#000;
		position:relative;
		display:block;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.logoposiin{
		max-width:1200px;
		margin:0 auto;
		padding:0px 0 10px 0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		position:relative;
	}
	.logoposilb{
		background:#fff;
		position:relative;
		padding:10px 20px;
		text-align:center;
	}
	.logoposilb img{
		max-width:200px;
	}
	.logoposimoushikomi{
		text-align:center;
	}
	.logoposimoushikomi img{
		max-width:400px;
		padding:0 20px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.logoposimoushikomi a:hover{
		opacity:0.8;
	}

	body.page-id-327 .logoposimoushikomi,
	body.page-id-329 .logoposimoushikomi,
	body.page-id-331 .logoposimoushikomi{
		height:0;
		padding:0;
		margin:0;
	}
	body.page-id-327 .logoposimoushikomi a img,
	body.page-id-329 .logoposimoushikomi a img,
	body.page-id-331 .logoposimoushikomi a img{
		display:none!important;
	}
	.siteheadlogosimage{
		width:100%;
		display:block;
		overflow: hidden;
		position:relative;
    		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		padding-top: 64.102%;
		background: url('../../uploads/top02.jpg') 0 0 no-repeat;
		background-size: contain;
		margin-top:-10px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		width: 100%;
	}
	.menu-toggle{
		z-index:200001
	}
	.main-navigation{
		transition: left .5s, right .5s;
	}
	.main-navigation ul.nav-menu {
		background-color: rgba(255, 255, 255, .95);
		padding-top:0;
		padding-bottom:8px;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		box-sizing:border-box;
		top: 0;
		left: -15%; /* メニューのwidth + padding */
		width: 85%; /* メニューのwidth */
		height: 100%;
		z-index:20000;
		position: fixed;
	}
	.main-navigation ul.nav-menu li,
	.main-navigation ul.nav-menu li ul.sub-menu li {
		width:100%;
		height:47px;
		line-height:47px;
		margin:0;
		padding:0;
		display:inline-block;
		position:relative;
		font-size:15px;
		color:#333;
		text-align:left;
		overflow: none;
		float:none;
		border-top:1px solid #ddd;
		box-sizing:border-box;
	}
	.main-navigation ul.nav-menu li a:link,
	.main-navigation ul.nav-menu li a:visited,
	.main-navigation ul.nav-menu li ul.sub-menu li a:link,
	.main-navigation ul.nav-menu li ul.sub-menu li a:visited {
		width:75%;
		height:47px;
		line-height:47px;
		color:#333;
		padding:0 0 0 25%;
		display:inline-block;
		position:relative;
		text-decoration:none;
	}
	.main-navigation ul.nav-menu li a:hover,
	.main-navigation ul.nav-menu li a:visited:hover,
	.main-navigation ul.nav-menu li ul.sub-menu li a:hover,
	.main-navigation ul.nav-menu li ul.sub-menu li a:visited:hover {
		width:75%;
		height:47px;
		line-height:47px;
		font-weight:bold;
		background:#999;
		color:#dd0000;
		padding:0 0 0 25%;
		display:inline-block;
		position:relative;
		text-decoration:none;
	}
	.main-navigation ul.nav-menu li a:after,
	.main-navigation li ul li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #333;
		border-right: solid 2px #333;
		-webkit-transform: rotate(45deg);
        	transform: rotate(45deg);
		box-sizing:border-box;
	}
	.main-navigation li ul {
		margin:0;
		padding: 0;
		position:relative;
		overflow: hidden;
		float:none;
		clear:both;
		border-top:1px solid #ddd;
		box-sizing:border-box;
	}
	.main-navigation li ul li a {
		margin: 0;
		padding: 0;
		height:47px;
		line-height:47px;
		z-index:none;
		overflow: none;
		float:none;
		border-top:1px solid #ddd;
		box-sizing:border-box;
	}
	.readmore2{display:none;}
	.tbunner{
		width:100%;
	}
	.tbunner2{
		width:100%;
		display:block;
	}
	.eraberupresent{
		width:80%;
		max-width:780px;
		height:auto;
		display:block;
		margin:0 auto 20px auto;
		padding:0 20px;
		text-align:center;
	}
	.yokonarabi {
    	display: block;
    	text-align:center;
		margin:0 auto;
	}
	.yokonarabi img.orgazou{
		max-width:50px;
	}
	table.table02,table.table02 th,table.table02 td{
		width:100%;
		display:block;
		padding:5px;
	}
	.hissubefore{
		word-wrap: break-word;
	}
}
@media screen and (max-width: 779px) {
	.sns li {width:24%;margin:3% 0.5% 0 0.5%;}
	.toukoubox{
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		display:block;
		overflow:hidden;
	}
	.toukoubox .left{
		width:100%;
		float:none;
		display:block;
		padding:0px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		margin-bottom:20px;
	}
	.toukoubox .left img{
		width:100%;
	}
	.toukoubox .right{
		width:100%;
		float:none;
		display:block;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		margin-bottom:20px;
	}
	.intitlebox img{width:80%;}
	.menu-toggle{display:none;}
	.tablebox{
		width:100%;
		display:block;
		overflow:hidden;
		font-size:13px;
		margin-bottom:10px;
	}
	.tablebox input,
	.tablebox select{
		width:98%!important;
	}
	.left01{
		width:100%;
		float:left;
		display:block;
		padding:5px;
		box-sizing:border-box;
	}
	.left02{
		width:20%;
		float:left;
		display:block;
		padding:5px;
		position:relative;
	}
	.left03,.left04,.left05,.left06,.left07,.left08{
		width:100%;
		float:left;
		display:block;
		overflow:hidden;
		padding:5px;
	}
	.leftcom{
		width:100%;
		float:left;
		display:block;
		overflow:hidden;
		padding:5px;
		font-size:11px;
		line-height:12px;
	}
}

.kininarubox{
  	width: calc(100% + 40px);
	margin:40px auto 40px -20px;
	padding:0 20px;
	display:block;
	overflow:hidden;
	background:#f6c0d8;
	text-align:center;
}
.kininarubox img{
	max-width:400px;
	margin-bottom:-10px;
}
@media screen and (min-width: 600px) and (max-width: 870px) {
	.wp-caption{float:left;}
}
@media screen and (min-width: 500px) {

}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.siteout {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
	.site {
		margin: 0 auto;
		max-width: 1200px;
		max-width: 85.7142857142857rem;
		overflow: hidden;
	}
	.siteheadbox{
		display:block;
		overflow:hidden;
		margin:0 auto;
		position: relative;
	}
	.sitehead {
		margin: 0 auto 20px auto;
		overflow: hidden;

	}
	.siteheadlogos-right-bottom{
		width:100%;
		float:right;
		display:block;
		font-size:14px;
		text-align:right;
	}
	.site-header h1 {
		margin-bottom:10px;
	}
	.site-header h1 img {
		width:80%;
	}
	.siteimage {
		margin: 0 auto;
		max-width: 1200px;
		max-width: 85.7142857142857rem;
		overflow: hidden;
	}
	.fixed {
		position: fixed;
		top: 0;
		width:100%;
		z-index:10000;
	}
	.sitefoot {
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 70.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.kijibox{width:100%;display:block;overflow:hidden;}
	.left40{width:40%;display:block;overflow:hidden;float:left;}
	.right60{width:58%;display:block;overflow:hidden;float:right;margin-left:2%;}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	.sidebunner{width:100%;display:block;margin-bottom:20px;}
	.left50{width:48%;float:left;display:block;position:relative;}
	.right50{width:48%;float:right;}
	.lefty50 img,
	.right50 img,
	.ally60 img,
	.ally90 img,
	.lefty30 img,
	.right30 img{width:70%;}
}

@media screen and (min-width: 780px) {
	.visibleMOB{
		display:none;
	}
	.site-header {

	}
	.site{
		padding-top:110px;
	}
	.logoposi{
		background:#000;
		position:relative;
		display:block;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.logoposiin{
		max-width:1200px;
		margin:0 auto;
		padding:0px 24px 10px 24px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		position:relative;
	}
	.logoposilb{
		background:#fff;
		position:absolute;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
		padding:30px 20px;
		top:0;
		z-index:15000;
		-webkit-border-bottom-right-radius: 5px;  
    		-webkit-border-bottom-left-radius: 5px;  
		-moz-border-radius-bottomright: 5px;  
		-moz-border-radius-bottomleft: 5px;  
	}
	.logoposilb img{
		max-width:200px;
	}
	.logoposimoushikomi{
		text-align:right;
	}
	.logoposimoushikomi img{
		max-width:400px;
	}
	.logoposimoushikomi a:hover{
		opacity:0.8;
	}
	body.page-id-327 .logoposimoushikomi,
	body.page-id-329 .logoposimoushikomi,
	body.page-id-331 .logoposimoushikomi{
		height:80px;
	}
	body.page-id-327 .logoposimoushikomi a img,
	body.page-id-329 .logoposimoushikomi a img,
	body.page-id-331 .logoposimoushikomi a img{
		display:none!important;
	}
	.allboxns{
		width:100%;
		float:none;
		font-size:120%;
		line-height:150%;
		margin:20px 0 20px 0;
		padding:20px;
		overflow:none;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.siteheadlogosimage{
		width:100%;
		display:block;
		overflow: hidden;
		position:relative;
    	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    	padding-top: 25%;
    	background: url('../../uploads/top01.jpg') 0 0 no-repeat;
    	background-size: contain;
	}
	.siteheadlogosimage2{
    		padding-top: 0%;
    		background-size: 100%;
	}
	.siteheadmenu {
		background: -moz-linear-gradient(top,#FFF 0%,#EEE);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
		background: -o-linear-gradient(top,#FFF 0%,#EEE);
		background: linear-gradient(to bottom,#FFF 0%,#EEE);
		border: 1px solid #DDD;
		padding: 0 24px;
		padding: 0 1.714285714rem;
		display:block;
		overflow:hidden;
	}
	.siteheadlogos {
		width:100%;
		max-width:1200px;
		margin:0 auto;
		padding:10px 24px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.siteheadlogos-left {
		width:66%;
		float:left;
	}
	.siteheadlogos-right {
		width:32%;
		float:right;
		text-align:right;
	}
	.siteheadlogos-right-top{
		width:100%;
		height:40px;
		float:right;
		display:block;
		margin-bottom:10px;
	}
	.sns{width:50%;margin-left:50%;}
	.main-navigation {
		color:#111;
		width: 100%;
		padding: 0;
		margin:0 auto;
		max-width:1200px;
		border-right:1px solid #ddd;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #222;
		line-height: 2.5;
		text-transform: uppercase;
		white-space: nowrap;
		text-shadow: -1px 1px 0 rgba(255,255,255,0.2);
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #48b802;
		font-weight:bold;
		background: -moz-linear-gradient(top,#EEE 0%,#FFF);
		background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#FFF));
		background: -o-linear-gradient(top,#EEE 0%,#FFF);
		background: linear-gradient(to bottom,#EEE 0%,#FFF);
		text-shadow: -1px 1px 0 rgba(255,255,255,0.2);
		border-bottom:3px solid #48b802;
		margin-bottom:-3px;
	}
	.main-navigation li {
		display:block;
		position: relative;
		margin:0;
		font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}
	.main-navigation li a {
		margin: 0 0 0 -1px;
		padding:1% 0;
		position: relative;
		display:block;
		float:left;
		width:16.65%;
		border-left:1px solid #ddd;
		text-align:center;
		font-size:14px;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top:100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		color:#fff;
		border-left:none;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding:25% 10%;
		width: 235%;
		height:50%;
		white-space: normal;
		top:71px;
		left:250%;
		background:#000;
		background-color:rgba(0,0,0,0.60);
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #333;
		color: #ff9900;
	}
	.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: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.topnews{
		width:100%;
	}
	.toukoubox{
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		display:block;
		overflow:hidden;
		margin-bottom:20px;
	}
	.toukoubox .left{
		width:40%;
		float:left;
		display:block;
		padding-right:20px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		margin-bottom:20px;
	}
	.toukoubox .left img{
		width:100%;
	}
	.toukoubox .right{
		width:60%;
		float:right;
		display:block;
		margin-bottom:20px;
	}
	.intitlebox img{width:30%;}
	.lefty50{width:48%;float:left;display:block;position:relative;}
	.righty50{width:48%;float:right;}
	.lefty30{
		width:33.333%;
		float:left;
		display:block;
		position:relative;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		padding:0 15px;
	}
	.righty30{
		width:33.333%;
		float:right;
		display:block;
		position:relative;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		padding:0 15px;
	}
	.lefty30 img,.righy30 img{width:100%;}
	.ally60{width:60%;margin:0 auto;display:block;position:relative;}
	.ally90{width:90%;margin:0 auto;display:block;position:relative;}
	.tbunner{
		width:100%;
		display:block;
	}
	.tbunner img{
		max-width:700px;
	}
	.tbunner2{
		width:100%;
		display:none;
	}
	.tablebox{
		width:100%;
		display:block;
		overflow:hidden;
		font-size:20px;
		margin-bottom:10px;
	}
	.leftcom{
		float:left;
		display:block;
		overflow:hidden;
		padding:0px 0px 0px 40%;
		font-size:11px;
		line-height:12px;
		margin-top:-10px;
	}
	.left01{
		width:24%!important;
		float:left;
		display:block;
		padding:5px;
		text-align:left;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.left02{
		width:12%!important;
		float:left;
		display:block;
		padding:5px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.left03{
		width:9%!important;
		float:left;
		display:block;
		text-align:right;
		padding:5px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.left04{
		width:23%!important;
		float:left;
		display:block;
		overflow:hidden;
		padding:5px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.left05{
		width:9%!important;
		float:left;
		display:block;
		text-align:right;
		padding:5px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.left06{
		width:23%!important;
		float:left;
		display:block;
		overflow:hidden;
		padding:5px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.left07{
		width:55%!important;
		float:left;
		display:block;
		overflow:hidden;
		padding:5px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.left08{
		width:46%!important;
		float:left;
		display:block;
		overflow:hidden;
		padding:5px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.eraberupresent{
		width:100%;
		max-width:950px;
		height:auto;
		display:block;
		margin:0 auto 20px auto;
	}
	.yokonarabi {
    	display: table-cell;
    	vertical-align: middle;
	}
	.yokonarabi img.orgazou{
		max-width:100px;
	}
	.font30{font-size:16px;line-height:150%;}
}
@media screen and (min-width: 780px) and (max-width: 1199px){
	.font30{font-size:20px;line-height:150%;}
}
/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {
	body {
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
	}
	body .sitehead {
		padding: 0;
	}
	body .siteimage {
		padding: 0 40px;
		padding: 0 2.857142857rem;
	}
	body .sitefoot {
		padding: 0 40px;
		padding: 0 2.857142857rem;
	}
	.siteheadlogosimage{
		width:100%;
		display:block;
		overflow: hidden;
		position:relative;
    	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    	padding-top: 25%;
    	background: url('../../uploads/top01.jpg') 0 0 no-repeat;
    	background-size: contain;
	}
	.siteheadlogosimage2{
    		padding-top: 5%;
		min-height:110px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
	.siteheadlogos {
		padding:10px 0 0 0;
	}
	.siteheadmenu {
		padding: 0;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	#breadcrumb{padding:0;}
	.siteheadlogos-right-bottom{
		padding-right:0;
	}
	.siteheadlogos-left {
		width:50%;
	}
	.siteheadlogos-right {
		width:48%;
	}
	.font30{font-size:30px;line-height:150%;}
}
@media screen and (min-width: 780px) and (max-width: 869px) {
	.sns{width:100%;margin-left:0;}
	.main-navigation li a{
		font-size:10px;
	}
}
@media screen and (min-width: 870px) and (max-width: 1100px) {
	.sns{width:90%;margin-left:10%;}
	.main-navigation li a{
		font-size:11px;
	}
}

/* =Print */
@media print {
body{background:0 0!important;color:#000;font-size:10pt}footer a[rel=bookmark]:link:after,footer a[rel=bookmark]:visited:after{content:" [" attr(href) "] "}a{text-decoration:none}.author-avatar img,.comment-content img,.entry-content img,img.wp-post-image{border-radius:0;box-shadow:none}.site{clear:both!important;display:block!important;float:none!important;max-width:100%;position:relative!important}.site-header{margin-bottom:72px;margin-bottom:5.142857143rem;text-align:left}.site-header h1{font-size:21pt;line-height:1;text-align:left}.site-header h2{color:#000;font-size:10pt;text-align:left}.site-header h1 a,.site-header h2 a{color:#000}#colophon,#respond,.author-avatar,.commentlist .comment-edit-link,.commentlist .reply,.entry-header .comments-link,.entry-meta .edit-link a,.main-navigation,.page-link,.site-content nav,.widget-area,img.header-image{display:none}.wrapper{border-top:0;box-shadow:none}.site-content{margin:0;width:auto}.entry-header .entry-title,.entry-title{font-size:21pt}footer.entry-meta,footer.entry-meta a{color:#444;font-size:10pt}.author-description{float:none;width:auto}.commentlist>li.comment{background:0;position:relative;width:auto}.commentlist .avatar{height:39px;left:2.2em;top:2.2em;width:39px}.comments-area article header cite,.comments-area article header time{margin-left:50px;margin-left:3.57142857rem}
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form textarea[name="contact_area"] {
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding-right:1%;
}
.mw_wp_form button[type="submit"]{
	width: 100%;
	height:50px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding-right:15%;
	padding-left:15%;
}
a#cat01 {
       position: relative;
       top: -82px;
       display: block;
    }
a#cat02,
a#cat03,
a#cat04,
a#cat05 {
       position: relative;
       top: -60px;
       display: block;
    }