/*
Theme Name: wasc-lab
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse:collapse;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
	line-height: 1.5;
	font-size:90%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#000;
-webkit-text-size-adjust: none;background:#219516;
}

body.page-template-page-home-php{background:#f0f0f0;}
body.page-template-page-home-php li{ background:url(/wp/image/index/maru.png) 0 0px no-repeat; padding:0 0 0 25px; margin:0 0 12px;}
body.page-template-page-home-php li span{ margin: 0 0 0 10px; font-size:90%;}
body.page-template-page-home-php li a:hover{ color:#930;}


/*全てをクリア*/
.clear {
   clear: both;
} 

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* リンク設定
------------------------------------------------------------*/
a,a:visited{
margin:0;
padding:0;
 text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
 color: #2895d5;}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
}

 a:hover img{opacity:.7; }
/**** Clearfix ****/

.frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}


a.rolloverPositionMenu {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative; }
 a:hover img {position: relative;}



/* レイアウト
------------------------------------------------------------*/
.inner{
margin:0 auto;
max-width:1000px;
width:95%;
}
footer{
clear:both;
}
.r{ text-align:right;}
.l{ text-align:left;}
/* ヘッダー
*****************************************************/


#header-lead{ color:#fff; font-size:80%; padding:6px 0 3px;}

/* #page-header */
#page-header h1 { float:left;  margin:30px 0 0;}
#page-header #tel {float:right;margin:20px 0 0;}
#page-header #tel ul {margin:0 0; text-align:right;}
#page-header #tel li { display:inline-block; margin:0 0 0 10px;  font-size:90%;}
#page-header a,#page-header a:visited{ color: #000;}

#page-header a:hover,#page-header a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#930;}




/* #wrapper */
#wrapper {	margin: 0 auto; background:#fff; padding:0 0 10px;	}



/* page-footer */

#page-top1 span{ width:50px; display:block; margin:30px 0 0 auto; background:#219516; text-align:center; padding:15px 0;
border-radius: 25px;		/* CSS3草案 */
	-webkit-border-radius: 25px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 25px;	/* Firefox用 */
 color:#fff;}
#jyusho { text-align:center; margin:30px auto ;width:auto;}
#jyusho li{ display:inline-block; text-align:left; margin:0 20px; vertical-align:middle; width:auto; }
#jyusho li:nth-child(2) img{ float:left; margin:0 10px 0 0;}
#jyusho li:nth-child(2)  h3{  font-weight:bold;  margin:0 0 1px 95px; font-size:110%;}
#jyusho li:nth-child(2)  p{  margin:0 0 1px 95px; font-size:90%;}


#page-footer {
	clear: both;
	margin: 0;
	padding: 1em 0;
	color: #fff;
	text-align: center;
}
#page-footer ul { display:inline-block; vertical-align:top; text-align:left; border-right: 1px solid #fff; font-size:80%; padding:0 40px 0 10px; height:140px;}
#page-footer ul:last-child {  border: none;}
#page-footer ul a,#page-footer ul a:visited {color:#fff !important;}
#page-footer ul a:hover { color:rgba(248,255,191,1.00) !important;}
#page-footer ul li {margin:0 0 5px 1.2em;}
#page-footer ul li:before { content:"▶︎ "; font-size:80%;margin:0px 0 0 -1.5em;}
#page-footer ul ol li { margin:0 0 0 1em;}
#page-footer ul ol li:before { content:"≫ "; font-size:80%; margin:-10px 0 0 -1em;}
#copy{border-top:1px solid #fff; text-align:center; font-size:80%; margin:10px auto 5px;color:#fff; padding:10px;}

#maincontents{ display:inline-block; width:650px;  margin:0 0px 0 70px;vertical-align:top; }
#newsmaincontents{ float:right;  width:650px;  margin:0 80px 0 0;vertical-align:top; }


#newsnavcontents{float:left; width:230px;  margin:0 0 0 40px; vertical-align:top;}


/*nav*/
#navcontents{display:inline-block; width:230px;  margin:0 0 0 40px; vertical-align:top;}
#navcontents ul{border-left:1px solid #219516;}
#navcontents ul li{  margin: 0 0 10px;}
#navcontents ul li a{  margin: 0 0 10px; background:url(/wp/image/index/a.png) 15px 50% no-repeat; padding:0 10px 0 30px; display:block  !important;}
#navcontents ul span{ color:#219516; font-size:70%; margin: 0 5px 0 0; }
#navcontents a,#navcontents a:visited{ color: #000; }
#navcontents a:hover,#navcontents a:active,.page-template-page-news-php #navcontents ul li.navinews a {
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
background:#CFC url(/wp/image/index/a.png) 15px 50% no-repeat; padding:0 10px 0 30px;}


#navcontents div { background:#f0f0f0; padding:10px 0px 5px 0px; margin:0 0 7px;}
#navcontents div h3 {   font-weight:bold; font-size:90%; margin: 0 0 0 10px;}
#navcontents div ul{border:none; }
#navcontents div ul li{  margin: 0 0 0; }
#navcontents div ul span{ font-size:5% !important; margin: 4px 5px 0 0; display:block; float:left; }
#navcontents ul li.naviex span,#navcontents ul li.navitohoku span{ font-size:5% !important; margin: 4px 5px 0 0; display:block; float:left; }
#navcontents div  ul li a{  margin: 0 0 10px; background:none; padding:5px 10px 0 10px ; display:block  !important;}
#navcontents div  ul li a:hover,#navcontents div  ul li a:active{
background:#CFC; padding:5px 10px 0 10px ;}

#navcontents ul li.naviex b,#navcontents ul li.navitohoku b{ margin:0 0 0 1em; display:block; font-weight:normal; }
#navcontents ul li.navitohoku,#navcontents ul li.navisaiban{ margin: 0 0 30px; }
#navcontents div.original  ul li{ box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.8); background:#fff url(/wp/image/common/line.gif) 10px 75% no-repeat; margin:5px;}



#navcontents div.original  ul li b{ display:block; text-align:right; font-size:80%; font-weight: normal;}
#navcontents div.original  ul li i{ font-style:normal; background:#fff; padding:0 0 0 5px;}
#navcontents div.original  ul li a:hover  i,#navcontents div.original  ul li a:active  i{ background:#CFC;}
#navcontents div.original  ul li a:hover{ background:#CFC url(/wp/image/common/line.gif) 10px 75% no-repeat;}

#navcontents .navitohoku {background:url(/wp/image/common/line.gif) 10px 85% no-repeat; line-height:1.3;}
#navcontents .navitohoku i{ font-style:normal; background:#fff; padding:0 10px 0 0;display:block; text-align:right; font-size:90%; font-weight: normal; margin:0 0px 0 110px;}

#navcontents ul li.navitohoku a,#navcontents ul li.naviex a{  margin: 0 0 10px; background:none; padding:10px 10px 0 10px ; display:block  !important;}
#navcontents ul li.naviex a:hover{ background:#CFC  ; }
#navcontents .navitohoku a:hover{ background:#CFC url(/wp/image/common/line.gif) 10px 85% no-repeat;}

#navcontents .navitohoku  a:hover  i,#navcontents .navitohoku  a:active  i{ background:#CFC;}

/*newssub*/
#newsnavcontents{display:inline-block; width:230px;  margin:0 0 0 40px; vertical-align:top;}
#newsnavcontents ul{border-left:1px solid #219516;}
#newsnavcontents ul li{  margin: 0 0 10px;}
#newsnavcontents ul li a{  margin: 0 0 10px; background:url(/wp/image/index/a.png) 15px 50% no-repeat; padding:0 10px 0 30px; display:block  !important;}
#newsnavcontents ul span{ color:#219516; font-size:70%; margin: 0 5px 0 0; }
#newsnavcontents a,#newsnavcontents a:visited{ color: #000; }
#newsnavcontents a:hover,#newsnavcontents a:active,.page-template-page-news-php #newsnavcontents ul li.navinews a {
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
background:#CFC url(/wp/image/index/a.png) 15px 50% no-repeat; padding:0 10px 0 30px;}


#newsnavcontents  div.newssub {background:none;margin:15px 0;}
#newsnavcontents  div.newssub  h3{ font-size:100%; margin:0 0 10px;}
#newsnavcontents  div.newssub  h3 a:hover{ }

#newsnavcontents  div.newssub ul{  margin: 0 0 10px; border:none;}


#under ul { margin:20px auto 30px ; text-align:center; border-top:1px solid #098c59; padding:30px 0 0;}
#under li{ display:inline-block;  margin:0 2px;}
#under  a.rolloverPositionMenu {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative; 
  height:185px;
	width:310px; }
#under a:hover img {left: -310px;position: relative;opacity:1;}
#original #navcontents .navioriginal a{background:#CFC;}

 #under ul.under2 { border:none;padding:10px 0 15px;}
 ul.under2 li{ text-align:left; width:300px;  height:3em;
border:1px solid #ff6262; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:100%; padding: 10px 10px 5px 10px;text-decoration:none; display:inline-block;color: #FFFFFF;
 background-color: #ff9a9a; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9a9a), to(#ff4040));
 background-image: -webkit-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: -moz-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: -ms-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: -o-linear-gradient(top, #ff9a9a, #ff4040);
 background-image: linear-gradient(to bottom, #ff9a9a, #ff4040);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9a9a, endColorstr=#ff4040); vertical-align:top;
}

 ul.under2 li a{ color: #FFFFFF; }
ul.under2 li span{ font-weight:bold; margin:0 10px 0 0; }
 ul.under2 li:hover{
 border:1px solid #ff3434;
 background-color: #ff6767; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6767), to(#ff0d0d));
 background-image: -webkit-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -moz-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -ms-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: -o-linear-gradient(top, #ff6767, #ff0d0d);
 background-image: linear-gradient(to bottom, #ff6767, #ff0d0d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6767, endColorstr=#ff0d0d);
}
 ul.under2 li.button2 a{  margin:0.8em 0 0; display:block;}

 ul.under2 li.button2{
border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;   text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
 background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

 ul.under2 li.button2:hover{
 border:1px solid #1c5675;
 background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}

/*common*/
 #main {margin:0 auto;
max-width:1000px;
width:95%;}


#main h1{
	 margin:0px 0 20px;
	 padding:3px 10px 1px 15px;
	 background:url(/wp/image/common/h2.gif) no-repeat;
	 color:#FFF;font-weight:bold;
	 font-size:140%;}
#main h2{
	 margin:20px 0 0;
	 padding:3px 15px 10px;
	 background:url(/wp/image/common/h3.gif) no-repeat bottom left;
	 color:#000; font-weight:bold;
	 font-size:120%;}
#main h2.line2{
	 margin:40px 0 0;
}
#maingazo img.gazomein{ width:100%;height:auto; max-width:1000px; }

#main .gazo{
	 margin:40px 0 60px;
	 text-align:center;}
	 
.base #main .gazo{
	 margin:40px 0 20px;
	 text-align:center;}	 
#main .gazo2{
	 margin:40px 0 10px;
	 text-align:center;}
body#tohoku #main .gazo2{
	 margin:20px 0 10px;
	 text-align:center;}
#main table.wasc,#main table.wasc5{
	 margin:25px 20px;}
#main table.wasc td,#main table.wasc th{
	 padding:8px 8px;}
#main table.wasc th{
	background:#f0f0f0;
	width:6em;
	}
#main table.wasc2 th{
	background:#f0f0f0;
	width:auto;
	}
#main table.wasc2{
	 margin:10px 0px;
}
body#destruction #main table.wasc2{
	 margin:10px 20px 10px 40px;
}
#main table.wasc4{
	 margin:10px 0px;
}
#main table.wasc2,#main table.wasc4{
	  border-top:1px solid #666;
	 border-left:1px solid #666;
	  font-size:80%;
}
#maingazo{ text-align:center; background:url(/wp/image/common/back.gif) 0 0 repeat-x; }
 #maingazo{ height: 157px; margin:0 0 35px; }


.alignright{ float:right;}
.alignleft{ float:left;}


#main .l{text-align:left;
	}

.width00{width:50px;}
.width01{width:150px;}

.width02{width:470px;}
.width270{width:280px;margin:20px auto;}
	
	.width320{
	width:320px;
	margin:20px auto;}

.width355{
	width:355px;
	margin:20px auto;}
.width365{
	width:370px;
	margin:20px auto;}

.width380{
	width:390px;
	margin:20px auto;}
.width400{
	width:450px;
	margin:20px auto;}
.width480{width:500px;margin:20px auto;}
.width445{
	width:445px;
	margin:20px auto;}
.width5002{
	width:505px;
	margin:20px auto;}
.width500{
	width:510px;
	margin:20px auto;}

.width525{
	width:535px;
	margin:20px auto;}
	
.width540{
	width:540px;
	margin:20px auto;}
.width570{
	width:570px;
	margin:20px auto;}
.width565{
	width:565px;
	margin:20px auto;}
.width5702{
	width:565px;
	margin:10px auto;}

.width580{
	width:580px;
	margin:20px auto;}


.width610{
	width:610px;
	margin:20px auto;}	
	
.space1{
	 margin:1em 0 0 0;
	}

.space10{
	 margin:20px 5px 10px;
	}
body#profile .space10{
	 _margin:20px 0px 10px;
	}
.space{
	 margin:20px 0 20px 20px;
	}
.space2{
	 margin:0px 0 20px 20px;
	}
.space22{
	 margin:0px 0 0px 20px;
	}
.space3{
	 margin:0px 40px 20px;
	}
.space4{
	 margin:10px 30px 0px 20px;
	}
.space5{
	 margin:10px 10px 10px 0px;
	}
.space6{
	 margin:0px 20px 10px 0px;
	}
.space7{
	 margin:20px 0px 10px 40px;
	}
.space8{
	 margin:20px 60px;
	}
.space9{
	 margin:0 10px 10px 0;
	}
.honbun{
	 margin:20px 30px 20px 20px;
	}
body#destruction #main .honbun{
	 margin:20px 30px 20px 40px;
	}

	
.colorred{
	 color:#900;
	}
.ss{
	 font-size:90%;
	}
.center{
	 margin:10px;
	 text-align:center;
	}
.linel{
	 margin:10px;
	 text-align:left;
	}
h3.kihon{
	 font-size:110%;
	 margin:20px;
	}

ul#kijilist li{ margin:0 0 70px !important;}
 .data{ text-align:right;}
#honbun { margin:15px;}
#honbun img{ float:right; margin:0 0 30px 10px; width:200px; height:auto}
#honbun p{ margin:0 0 30px 0px; }
#honbun p.link{ background:url(/wp/image/common/arrow2.gif) 0 50% no-repeat; padding:0 0 0 10px; margin:0 0 10px !important;}
#honbun p#pdf{ background:url(/wp/image/common/arrow.gif) 0 50% no-repeat; padding:0 0 0 10px; margin:0 0 10px !important;}
ul#kijilist li ul.photo2 li{margin:20px auto 0!important; text-align:center;}
ul#kijilist li ul.photo2 li img{ width:90%; max-width: 453px; height:auto;}




.tablenav {
	color: #2583ad;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}




/*contact*/
#maincontentscontact{ max-width:800px; width:100%;   margin:0 auto; }

#maincontentscontact dl#contacttel{
	margin:20px 40px 0;
	}
#maincontentscontact dl#contacttel dt{
	 margin:3px 0 0 0;
	font-size:120%;
	font-weight:bold;
	}
#maincontentscontact dl#contacttel dd{
	 margin:0 0 0 75px;
}
#maincontentscontact dl#contacttel dd strong{
	font-size:140%;
	margin-right:1em;}
#maincontentscontact p.chui{
margin:20px;	}	
article.contact  dl{margin:60px auto; width:95%; max-width: 800px; border-bottom: 1px  dotted #999;}
#maincontentscontact .inner3{margin:60px auto; width:95%; max-width: 800px; }
#maincontentscontact .inner3 .chuijiko b{ display: block; font-weight:normal; margin:0.5em 0 0 1em;  }
#maincontentscontact .inner3 .chuijiko b:before{ content:"※"; margin-left: -1em;}



article.contact dt,article.contact dd{  display:inline-block;  vertical-align: top; border-top: 1px  dotted #999;}
article.contact dt{width: calc(35% - 50px);  padding: 10px 0px 10px 2.8em;   }
article.contact dd{ width: calc(65% - 30px); padding: 10px 10px;  }
article.contact dt.hissu:before {
	content: '必須'/* 他の文字列を入れたりlist-style-typeの設定をしたり */;
	display: inline-block; margin-right: 0.2em;
	font-size: 12px; background:#0062b0; color: #fff; padding:0 0.3em; border-radius: 3px; margin-left: -2.8em;
	/* その他任意のデザイン指定 */
}
article.contact  input[type="text"],
article.contact textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px; max-width: 500px; width:90%;
}
article.contact  input[type="text"].tel{ width:90%;}

article.contact input[type="text"]:focus,
article.contact texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
article.contact  input.p-postal-code[type="text"]{max-width: 10em;}

.mw_wp_form .error {
  font-size: 93%;
  color: #B70000;
  display: block; position: relative; padding-left: 1.5em;
}
.mw_wp_form .error::before{
font-family: "Font Awesome 7 Free";
 font-weight: 900;  
position: absolute; top:50%;  left: 0px;  transform:translateY(-48%); 
 content: "\f071"; }




article.contact dd ul li{ margin: 0 0 5px}
article.contact .c-send{font-size: 18px; font-size: 1.8rem;
  margin:30px auto 25px;display: inline-block; vertical-align: middle;
  background-color:#0062b0;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #0062b0;
  -webkit-transition: .5s;
  transition: .5s;
  display:block;
  cursor: pointer;
width:80%; max-width: 250px;
  color:#fff; text-align: center;
  color:#fff;
}
article.contact .c-send:hover, .button:hover {
  background:#e53e3e;border: 1px solid #e53e3e;
}
article.contact .c-send2{ont-size: 16px; font-size: 1.6rem;
  margin:30px auto 25px; display: inline-block; vertical-align: middle;
  background-color:#fff;
  padding: 8px 10px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #0062b0;
  -webkit-transition: .5s;
  transition: .5s;
  display:block;
  cursor: pointer;
width:80%; max-width: 250px;
  color:#000;
}
article.contact .c-send2:hover {
  background:#e53e3e;  border: 1px solid #e53e3e;color:#fff;
}
label.error {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}



/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}



/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


@media (max-width: 800px) {
	#maingazo{ text-align:center; background:none 0 0 repeat-x; height: auto; margin:0 0 35px; }

.backblue ul{width:95%; margin:0 auto !important; text-align:center;}
.backblue ul li{max-width:330px; width:90%; margin:0 auto 50px; padding:0 8px 0 0; border:none;}
.backblue ul li h3{  text-align:left;}
.backblue ul li p.clear{text-align:left;}
.backblue ol{ min-width:275px; width:90%; margin:0 auto; }
.backblue ol li{ display:inline-block;}

.backblue ol li  span{display: inline-block;  padding:0;  color:#000 !important; font-weight:normal;  font-size:50%; margin:0 0 0; width:100px;}

#page-footer ul { display:block;  text-align:left; border-right: 1px solid #fff; font-size:120%; padding:0 40px 0 10px; height:auto;}
#page-footer ul:last-child {  border: none;}
#page-footer ul a,#page-footer ul a:visited {color:#fff !important; padding:10px 10px 10px 1em!important; display:block;}
#page-footer ul a:hover { color:rgba(248,255,191,1.00) !important;}
#page-footer ul li {margin:0 0 5px 1.2em; border-bottom:1px solid #fff;}
#page-footer ul li:before { content:""; font-size:80%;margin:0px 0 0 ;}
#page-footer ul a:before { content:"▶ "; font-size:80%;margin:0px 0 0 -1.2em;}
#page-footer ul ol  { margin:-2em 0 0 1em ;}
#page-footer ul ol li { margin:0 0 0 ;border-bottom:1px dotted #fff ;}
#page-footer ul ol li:before { content:"";  margin:0em;}
#page-footer ul ol a,#page-footer ul ol a:visited {padding:10px 10px 10px 1em!important; display:block;}
#page-footer ul ol a:before { content:"≫ "; font-size:80%; margin:-10px 0 0 -1.2em;}
#page-footer ul ol li:last-child {border:none;}
#navcontents{ display:none;}
#maincontents{ display:inline-block; max-width:650px; width:100%;  margin:0 0px 0 0px;vertical-align:top; }

#under ul.under2 { border:none;padding:10px 0 15px;}
 ul.under2 li{ margin:10px !important;}
 
 
}

@media (max-width: 643px) {
	#maincontents{ display:inline-block; max-width:650px;  width:95%;margin:0 auto;vertical-align:top; }
#newsmaincontents{ float:none;  max-width:650px;  width:95%;margin:0 auto;  margin:0 80px 0 0;vertical-align:top; }

body#home #maingazo ul{ margin:-0px 0 0 0; text-align:center;}
body#home #maingazo ul li{ display:inline-block; width:317px; margin:0 3px; vertical-align:top;}
#gaibu{ background:#f0f0f0; margin:20px 0 0; padding:0 0 3px;}

#gaibu  h3{ text-align:left; margin:-20px 0 8px 0; font-weight:bold; font-size:120%; padding:0;}
#gaibu ol { text-align:center;}
#gaibu ol li{ text-align:center; dvertical-align:top; margin:0 10px;}
#gaibu ol li iframe.newstop{margin:0 auto; display:block; width:100%; height:200px;  }
#gaibu ol li:first-child{width:90%;}
#gaibu ol li:last-child{ margin:8px  0 0 70px;}
#gaibu ol li h4{ margin:5px 0 0 0; background:#41569a; color:#fff; font-size:100%; padding:5px 5px 0;}	
#gaibu ol li:last-child{ display:none;}	
	
.backblue ul,.backblue ol{ display:block; vertical-align:top;}
.backblue ol{ width:275px; margin:0 auto; text-align:center; }
.backblue ol li{ text-align:center;}

/* page-footer */

#page-top1 span{ width:50px; display:block; margin:30px 0 0 auto; background:#219516; text-align:center; padding:15px 0;
border-radius: 25px;		/* CSS3草案 */
	-webkit-border-radius: 25px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 25px;	/* Firefox用 */
 color:#fff;}
#jyusho { text-align:center; margin:30px auto ;width:85%;}
#jyusho li{ display:inline-block; text-align:left; margin:0 0 10px; vertical-align:middle; width:auto; }
#jyusho li:nth-child(2) img{ float:left; margin:0 10px 0 0;}
#jyusho li:nth-child(2)  h3{  font-weight:bold;  margin:0 0 1px 95px; font-size:110%;}
#jyusho li:nth-child(2)  p{  margin:0 0 1px 95px; font-size:90%;}



#copy{border-top:1px solid #fff; text-align:center; font-size:80%; margin:10px auto 5px;color:#fff; padding:10px;}
#main h1{
	 margin:0px auto;
	 padding:3px 10px 1px 15px;
	 background:url(/wp/image/common/h2.gif) no-repeat;
	 color:#FFF;font-weight:bold;
	 font-size:140%;}
#main h2{
	 margin:20px 0 0;
	 padding:3px 15px 10px;
	 background:url(/wp/image/common/h3.gif) no-repeat bottom left;
	 color:#000; font-weight:bold;
	 font-size:120%;}#page-header h1 { float:left;  margin:15px 0 0;}
#page-header #tel {float:right;margin:5px 0 0;}
#page-header #tel ul {margin:0 0; text-align:right;}
#page-header #tel li { display:inline-block; margin:0 0 0 10px;  font-size:90%;}

#jyusho { text-align:center; margin:15px auto ;width:auto;}
.gazosize{ width:90%; height:auto; max-width:450px}

#main table.wasc,#main table.wasc5{
	 margin:25px 10px;}
body#destruction #main table.wasc2{
	 margin:10px 10px 10px 10px;
}
body#contact #form  dt{
	width:100%; 
	background:#f0f0f0;
	padding: 5px 5px 5px  8px;
    margin-bottom:0;	border-top:1px solid #666;
}
	
article.contact  dl{margin:60px auto; width:95%; max-width: 800px; border-bottom: 1px  dotted #999;}
article.contact dt,article.contact dd{  display:block;  width:95%; margin: 0 auto; border-top: 1px  dotted #999;}
article.contact dt{ padding: 10px 0px 10px 2.8em; background: #f0f0f0;    }
article.contact dd{ padding: 10px 10px;  }
#maincontentscontact dl#contacttel{
	margin:20px auto 0; width: 95%;
	}
#maincontentscontact dl#contacttel dd{
	 margin:0 0 0 ;
}
	#maincontentscontact dl#contacttel dd strong{ display: block; }
}

/* Mobile devices */
@media (max-width: 359px) {
	
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		margin: 21px;
	}

	.site-main {
		margin-bottom: 5.25em;
	}

	.site-header {
		padding: 3.9375em 7.6923%;
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 1.3125em 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
		padding: 0 4.5455%;
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 7.0em;
	}

	.site-header {
		padding: 5.25em 4.5455%;
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}


div.google{margin:4em auto 0;  width:95%;  max-width:800px !important; border:2px solid #DD1D20!important;  padding:1.5em 1.5em 0.5em;}
.google h3{ font-weight:bold !important;font-size:110%; color: #DD1D20;}
.google p{ margin: 1em 1em 0;}
.google dl{ width:95%  !important; margin: 0.5em auto  1.5em !important; border: none!important; }
.google dt{ font-weight:bold!important;font-size:105%; padding: 0.5em 0.5em 0 !important; display: block !important;width:calc(100% - 1em) !important; border: none!important; }
.google dd{ padding: 0 0.5em !important;  margin: 0 0 0.8em 2em !important; display: block !important;width:calc(100% - 2.5em) !important; border: none!important; }
.marker-line {
   border-bottom: 1px solid #DD1D20; padding-bottom: 0.2em;
}

