@charset "utf-8";
/*
Theme Name:ハヤシ工務店-2018-Theme
Theme URI: http://www.hayashi-kum10.jp
Version: 1.0
*/

/* font read */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);


/*+++++++++++++++++++++++++++++++++++++++++++++++++++

テンプレート部分のスタイルを記述する
コンテンツ部分は、別スタイルシートにて記述し、ページごとにリンクを変更する

^111
==スタイルリセット==
（CSSスタイルのデフォルトリセット）

^222
==初期スタイル記述==
（初期スタイルを記述しなおす）

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

globalHead
globalNav
globalFoot

color: #2d3135;


^555
==汎用スタイル==
（よく使うであろうスタイルを記述）

^666
==投稿詳細スタイル==


===レスポンシブ ブレークポイント
//MAX幅1100px
.wrap {
	width:1100px;}
.wrap {
	width:94%;}
//コンテンツの画像
　900px
//PC（1099まで）
@media only screen and (max-width: 1099px) {}
//タブレット
@media only screen and (max-width: 959px) {}
//タブレット小
@media only screen and (max-width: 767px) {}
//スマホ
@media only screen and (max-width: 559px) {}

+++++++++++++++++++++++++++++++++++++++++++++++++++++*/






/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^111
==スタイルリセット==
（CSSスタイルのデフォルトリセット）
normalize.css 使用

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary,main {display: block}

/* Corrects inline-block display not defined in IE8/9. */
audio,canvas,video {display: inline-block;}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) { display: none; height: 0;}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */
[hidden] {display: none;}


/* =============================================================================
   Base
   ========================================================================== */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;}

/* Removes default margin. */
body { margin: 0;}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0;}


/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted;}

/* Improves readability when focused and also mouse hovered in all browsers. */
a:hover,a:active { outline: 0;}


/* =============================================================================
   Typography
   ========================================================================== */

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/
abbr[title] { border-bottom : 1px dotted;}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/
b, strong { font-weight : bold;}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic;}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0; color: #000;}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em;}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;}


/*Sets consistent quote types.*/
q { quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small { font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;}

sup { top: -0.5em;}
sub { bottom: -0.25em;}


/*=================================================================
   Embedded content
=================================================================*/

/*Removes border when inside `a` element in IE 8/9.*/
img {
	max-width :100%;
	height:auto;
	vertical-align: middle;
	border: 0;}

/* IE8 max-widthバグへの対応 uaにてie8時はbodyにクラス名を付ける */
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) { overflow: hidden;}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/
figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */

/* Define consistent border, margin, and padding*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/
button,input {line-height: normal;}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */
button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default;}

/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */}

/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;}

/* Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0;}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* Remove most spacing between table cells */
table {
    border-collapse: collapse;
    border-spacing: 0;}







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^222
==初期スタイル記述==
（初期スタイルを記述しなおす）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* =============================================================================
   Typography
   ========================================================================== */

html {
	font-size: 100%;/*16px*/
	color: #000;
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3',"Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;}
@media only screen and (max-width: 767px) {
	html {
		font-size:87.5%;/*14px*/}
}

h1,h2,h3,h4 { line-height:1.2em; margin:0.3em 0 0.15em 0; letter-spacing:0.05em;}
h5,h6 { line-height:1.5em; margin:0.3em 0 0.15em 0; letter-spacing:0.05em;}
h1 { font-size: 2em;}/*pc→32px sp→28px*/
h2 { font-size: 1.75em;}/*pc→28px sp→24.5px*/
h3 { font-size: 1.5em;}/*pc→24px sp→21px*/
h4 { font-size: 1.25em;}/*pc→20px sp→17.5px*/
h5 { font-size: 1.0em;}/*pc→16px sp→14px*/
h6 { font-size: 1.0em;}/*pc→16px sp→14px*/

p,dt,dd,li,th,td,caption{ font-size:1em; line-height:1.75em; letter-spacing:0.05em;}

p { padding:0.5em 0;}

a { color: #2d3135; text-decoration:none; transition: all 0.2s linear;}
a:hover { color:#0081e5; text-decoration:none;}
a:focus { color:#0081e5; }

/*
a[href$=".pdf"]:before{
	content: '\f1c1';
	font-size:18px;
	color:#D30003;
	display:inline-block;
	font-family: "FontAwesome";
	margin-right:10px;
	top:1px;
    position: relative;}
*/

a.imgOver:hover img{
	zoom: 1;  
    opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha( opacity=50 ); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -khtml-opacity: .50; /* Safari 1.x */
    -moz-opacity: .50; /* FF lt 1.5, Netscape */
}

a.bgOver:hover {
	zoom: 1;  
    opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha( opacity=50 ); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -khtml-opacity: .50; /* Safari 1.x */
    -moz-opacity: .50; /* FF lt 1.5, Netscape */
}

ul,ol { padding:0.5em 0 0.5em 2%;}
/*横並び時の隙間リセット*/
ul { letter-spacing: -0.4em;}
ul li { letter-spacing: 0.05em;}
ol { list-style:decimal;}
ol li {}

ul.release { margin: 0; padding: 0; list-style: none;}

dl { padding:0 0 0.5em 0;}
dt { font-size:1.25em; font-weight:bold; border-bottom:2px solid #E8E8E8; display:inline-block; padding-top:0.5em; padding-bottom:0.1em; margin-bottom:0.5em;}
dd { margin-left:0;}


table { margin:1.5em 0 2.5em 0; overflow: hidden; width: 100%; font-size: 0.875em;}
table th, table td { vertical-align:middle; padding:10px 15px; border:1px solid #b5b5b5; background:#ffffff;}
table thead th, table thead td { text-align:center; background:#eeeeee; font-weight:bold;}
table thead td { background:#ffffff;}
table tbody th { background:#e5e5e5;}
table tbody td { background:#ffffff;}
table tbody tr:nth-child(even) th { background:#d2d2d2;}
table tbody tr:nth-child(even) td { background:#eeeeee;}
@media only screen and (max-width: 767px) {
	table th,table td{
		text-align:left;
		width:auto;
		display:block;}
}

table.table02 {}
@media only screen and (max-width: 767px) {
	table.table02 th,table.table02 td{
		text-align:left;
		width:auto;
		display:table-cell;}
}

@media only screen and (max-width: 767px) {
	.scroll{
		overflow: auto;
		white-space: nowrap;}
	.scroll::-webkit-scrollbar{
		height: 5px;}
	.scroll::-webkit-scrollbar-track{
		background: #F1F1F1;}
	.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;}
}

hr { background-color: #ddd; border: 0; clear:both;	height: 1px; margin:2em 1em 3em 1em;}

.video-container { position:relative; margin:0 0 0.5em 0; padding-bottom: 56.25%; padding-top:30px; height:0; overflow:hidden;}
.video-container iframe,
.video-container object,
.video-container embed { position:absolute; top:0; left:0; width:100%; height:100%;}






/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/

/* =============================================================================
   汎用スタイル
   ========================================================================== */

body {
	background: #eeeeee;}

.mincho {
	font-family: 'Sawarabi Mincho', serif;}

.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

/*wrap関連*/
.wrap {
	width:1200px;
	margin:0 auto;}
.wrapL {
	width:1100px;
	margin:0 auto;}
.wrapM {
	width:960px;
	margin:0 auto;}
.wrapS {
	width:680px;
	margin:0 auto;}

/*PC→スマホ 表示・非表示*/
.sphidden-block { display: block;}
.spshow-block { display: none;}
.sphidden-line { display: inline;}
.spshow-line { display: none;}
@media only screen and (max-width: 767px) {
	/*wrap関連*/
	.wrap,
	.wrapL,
	.wrapM,
	.wrapS {
		width:92% !important;
		margin:0 4%;}
	.wrap .wrapL,
	.wrap .wrapM,
	.wrap .wrapS {
		width:100% !important;
		margin:0;}

	/*PC→スマホ 表示・非表示*/
	.sphidden-block { display: none;}
	.spshow-block { display: block;}
	.sphidden-line { display: none;}
	.spshow-line { display: inline;}
}

/*
fonticon
a:before {
	font-family: FontAwesome;
	content:"\f1fa";
	text-indent:1px;}
*/

/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/



/* #globalHead */
#globalHead {
	padding: 20px 0;}
#globalHead .wrap {
	display: table;}
#globalHead h2,
#globalHead nav.estimatebtn,
#globalHead nav.gnav {
	display: table-cell;
	vertical-align: middle;}
#globalHead h2 {
	line-height: 1;
	margin: 0;}
#globalHead nav.gnav {}
#globalHead nav.gnav ul {
	margin: 0;
	padding: 0;
	list-style: none;}
#globalHead nav.gnav ul li {
	line-height: 1;
	font-size: 0.75em;
	padding: 10px 26px 20px 30px;
	background: url("../img/common/bg_gnav.png") no-repeat left center;
	font-weight: bold;
	display: inline-block;}
#globalHead nav.gnav ul li:last-child {
	background-image: url("../img/common/bg_gnav.png"),url("../img/common/bg_gnav-last.png");
	background-position: left center,right center;
	background-repeat: no-repeat,no-repeat;}
#globalHead nav.estimatebtn {}
#globalHead nav.estimatebtn a {
	display: inline-block;
	padding: 10px 15px;
	font-weight: bold;
	color: #fff;
	background: #a60707 url("../img/common/bg_btn.png") repeat;
	border-radius: 5px;}
#globalHead nav.estimatebtn a:hover {
	background-color: #530303;}
@media only screen and (max-width: 767px) {
	#globalHead {
		padding: 14px 0;}
	#globalHead h2 {
		width: 60%;}
	#globalHead nav.estimatebtn {
		display: none;}
	#globalHead nav.gnav {
		z-index:1000; 
		position: fixed;
		overflow: auto;
		/* 開いてないときは画面外に配置 */
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		height: 100%;
		text-align: center;
		-moz-transform: translateY(-101%);
		-webkit-transform: translateY(-101%);
		transform: translateY(-101%);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;}
	#globalHead nav.gnav ul {
		padding-bottom: 40px;}
	#globalHead nav.gnav ul li {
		float: none;
		padding: 0;
		margin: 0;
		display: block;
		width: 100%;}
	#globalHead nav.gnav ul li.linktop {
		display: block;}
	#globalHead nav.gnav ul li a {
		height: auto;
		line-height: 1;
		text-align: left;
		display: block;
		padding: 20px 25px;
		background: #fafafa;
		border-bottom: 1px solid #eee;}
	#globalHead nav.gnav ul li.current a,
	#globalHead nav.gnav ul li a:hover {
		border-bottom: 1px solid #eee;}
	#globalHead nav.gnav ul li ul.sub-nav {
		display: block;
		background: #FFF;
		position: relative;
		top: 0;
		padding: 0;
		left: 0;
		width: auto;}
	#globalHead nav.gnav ul li ul.sub-nav li a {
		padding: 15px 40px;
		color: #7b7b7b;
		font-size: 0.9em;
		line-height: 1;
		border-bottom: 1px solid #eee;}
}

/* :::::: nav-toggle :::::: */
#nav-toggle {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
	padding: 15px 2.5%;
    width: 28px;
    height: 30px;
    cursor: pointer;
    z-index: 1001;}
#nav-toggle div {
    position: relative;}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #003279;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;}
#nav-toggle span:nth-child(1) {
    top: 0;}
#nav-toggle span:nth-child(2) {
    top: 10px;}
#nav-toggle span:nth-child(3) {
    top: 20px;}
@media screen and (max-width: 767px) {
	#nav-toggle {
        display: block;}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);}
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;}
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);}
    /* #global-nav スライドアニメーション */
    #globalHead.open nav.gnav {
        /* nav.gnav top + #mobile-head height */
        -ms-transform: none;
		-webkit-transform: none;
		transform: none;}
}





/*snsリンク*/
#snslink {
	background: #fff;
	padding: 40px 0;}
#snslink ul {
	text-align: center;}
#snslink ul li {
	display: inline-block;
	margin: 0 5px;}
#snslink ul li a {
	display: block;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px 10px 50px;}
#snslink ul li.twitter a {
	background: #55acee url("../img/common/ico_sns-twitter.png") no-repeat left 20px center;
	background-size: auto 20px;}
#snslink ul li.facebook a {
	background: #315096 url("../img/common/ico_sns-facebook.png") no-repeat left 20px center;
	background-size: auto 20px;}
#snslink ul li.line a {
	background: #00c300 url("../img/common/ico_sns-line.png") no-repeat left 20px center;
	background-size: auto 20px;}
#snslink ul li.hatena a {
	background: #008fde url("../img/common/ico_sns-hatena.png") no-repeat left 20px center;
	background-size: auto 20px;}
#snslink ul li.twitter a:hover {
	background-color: #336cbd;}
#snslink ul li.facebook a:hover {
	background-color: #1e305b;}
#snslink ul li.line a:hover {
	background-color: #008000;}
#snslink ul li.hatena a:hover {
	background-color: #0057a1;}
@media only screen and (max-width: 767px) {
	#snslink {
		padding: 30px 0;}
	#snslink ul li {
		margin: 0 10px;}
	#snslink ul li a {
		text-indent: -9999px;
		width: 20px;
		height: 20px;
		padding: 15px;}
	#snslink ul li.twitter a {
		background: #55acee url("../img/common/ico_sns-twitter.png") no-repeat center center;
		background-size: auto 20px;}
	#snslink ul li.facebook a {
		background: #315096 url("../img/common/ico_sns-facebook.png") no-repeat center center;
		background-size: auto 20px;}
	#snslink ul li.line a {
		background: #00c300 url("../img/common/ico_sns-line.png") no-repeat center center;
		background-size: auto 20px;}
	#snslink ul li.hatena a {
		background: #008fde url("../img/common/ico_sns-hatena.png") no-repeat center center;
		background-size: auto 20px;}
}


#reaction {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #7d0000 url("../img/common/ico_title01.png") no-repeat center 20px;
	text-align:center;
	color:#FFF;}
#reaction h2 {
	padding: 50px 0;
	font-size: 2.2em;}
#reaction nav.btn {
	padding-top: 20px;}
#reaction nav.btn a {
	display: inline-block;
	padding: 0.7em 2em;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	background: #a60707 url("../img/common/bg_btn.png") repeat;
	border-radius: 5px;}
#reaction nav.btn a:hover {
	background-color: #530303;}
@media only screen and (max-width: 767px) {
	#reaction {
		padding-bottom: 80px;}
	#reaction h2 {
		padding: 30px 0 10px 0;
		font-size: 1.4em;
		text-align:center;}
}



/* #pagetop */
#pagetop {}
#pagetop a {
	background: url("../img/common/ico_pagetop.png") no-repeat left top;
	width: 45px;
	height: 43px;
	display: block;
	text-indent: -9999px;}
#pagetop a:hover {
	background: url("../img/common/ico_pagetop-ov.png") no-repeat left top;}
@media only screen and (max-width: 767px) {
	#pagetop {
		width: 100%;
		position: absolute !important;
		top: -50px !important;
		bottom: inherit !important;
		left: inherit !important;
		right: inherit !important;}
	#pagetop a {
		background: #f1f1f1;
		height: auto;
		display: block;
		text-indent: 0;
		width: 100%;
		padding: 15px 0;}
	#pagetop a:hover {
		color: #fff;
		background: #0081e5;}
}


/* #globalFoot */
#globalFoot {
	position: relative;
	padding-top:20px;
	padding-bottom: 20px;
	background:#421010;
	text-align:center;
	color:#FFF;}
#globalFoot h2 {
	margin: 30px 0;}
#globalFoot p {
	padding: 0;}
#globalFoot p.tel {
	padding-bottom: 10px;}
#globalFoot p.address {
	padding: 30px;
	font-size: 0.875em;}
#globalFoot p.copy {
	font-size: 0.875em;}
@media only screen and (max-width: 767px) {
	#globalFoot {
		padding-top:30px;
		padding-bottom: 30px;}
	#globalFoot h2 {
		width: 70%;
		margin: 20px auto;}
	#globalFoot p.tel {
		width: 70%;
		margin: 0 auto;
		padding-bottom: 5px;}
	#globalFoot p.address {
		padding: 20px;}
}




/* #content */
#content {}
#content section {
	padding: 40px 0;}
@media only screen and (max-width: 767px) {
	#content {}
	#content section {
		padding: 30px 0;}
}







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^555
==汎用スタイル==
（よく使うであろうスタイルを記述）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* float 指定
------------------------------------------*/
.imgLeft {
    float: left;
	margin:0.5em 1em 2em 0;}
.imgRight {
    float: right;
	margin:0.5em 0 2em 1em;}
@media only screen and (max-width: 767px) {
	.imgLeft {
		float: none;
		text-align: center;
		margin:0 0 1em 0;}
	.imgRight {
		float: none;
		text-align: center;
		margin:0 0 1em 0;}
}

/* padding 指定
------------------------------------------*/
.noPad { padding:0 !important;}
.pad5 { padding:5px !important;}
.pad10 { padding:10px !important;}
.pad15 { padding:15px !important;}
.pad20 { padding:20px !important;}
.padT5 { padding-top:5px !important;}
.padT10 { padding-top:10px !important;}
.padT15 { padding-top:15px !important;}
.padT20 { padding-top:20px !important;}
.padT30 { padding-top:30px !important;}
.padT40 { padding-top:40px !important;}
.padT50 { padding-top:50px !important;}
.padR5 { padding-right:5px !important;}
.padR10 { padding-right:10px !important;}
.padR15 { padding-right:15px !important;}
.padR20 { padding-right:20px !important;}
.padR30 { padding-right:30px !important;}
.padR40 { padding-right:40px !important;}
.padR50 { padding-right:50px !important;}
.padB5 { padding-bottom:5px !important;}
.padB10 { padding-bottom:10px !important;}
.padB15 { padding-bottom:15px !important;}
.padB20 { padding-bottom:20px !important;}
.padB30 { padding-bottom:30px !important;}
.padB40 { padding-bottom:40px !important;}
.padB50 { padding-bottom:50px !important;}
.padL5 { padding-left:5px !important;}
.padL10 { padding-left:10px !important;}
.padL15 { padding-left:15px !important;}
.padL20 { padding-left:20px !important;}
.padL30 { padding-left:30px !important;}
.padL40 { padding-left:40px !important;}
.padL50 { padding-left:50px !important;}

/* margin 指定
------------------------------------------*/
.noMar { margin:0 !important;}
.mar5 { margin:5px !important;}
.mar10 { margin:10px !important;}
.mar15 { margin:15px !important;}
.mar20 { margin:20px !important;}
.marT5 { margin-top:5px !important;}
.marT10 { margin-top:10px !important;}
.marT15 { margin-top:15px !important;}
.marT20 { margin-top:20px !important;}
.marR5 { margin-right:5px !important;}
.marR10 { margin-right:10px !important;}
.marR15 { margin-right:15px !important;}
.marR20 { margin-right:20px !important;}
.marB5 { margin-bottom:5px !important;}
.marB10 { margin-bottom:10px !important;}
.marB15 { margin-bottom:15px !important;}
.marB20 { margin-bottom:20px !important;}
.marL5 { margin-left:5px !important;}
.marL10 { margin-left:10px !important;}
.marL15 { margin-left:15px !important;}
.marL20 { margin-left:20px !important;}

/* font style
------------------------------------------*/
.fontRed { color:crimson;}
.fontRed2 { color:red;}
.fontBlue { color:#0066CC;}
.fontBlue2 { color:blue;}
.fontGreen { color:green;}
.fontYellow { color:gold;}
.fontYellow2 { color:yellow;}
.fontRem7 { font-size:10px; font-size:0.7rem;line-height: 1.2;}
.fontRem8 { font-size:12px; font-size:0.9rem;}
.fontRem10 { font-size:14px; font-size:1.0rem;}
.fontRem11 { font-size:15px; font-size:1.1rem;}
.fontRem12 { font-size:16px; font-size:1.2rem;}
.fontRem14 { font-size:18px; font-size:1.4rem;}
.fontRem16 { font-size:20px; font-size:1.6rem;}
.fontRem18 { font-size:22px; font-size:1.8rem;}
.fontBold { font-weight:bold;}
.textLeft { text-align:left;}
.textRight { text-align:right;}
.textCenter { text-align:center;}

/* フォームスタイル
------------------------------------------*/
form .imeActive { ime-mode: active; /* 全角モード */}
form .imeInactive { ime-mode: inactive; /* 半角モード */}
form input[type=text], form input[type=email], form input[type=search], form input[type=tel], form input[type=url], form textarea{
	-webkit-appearance: none;
	font-size:100%;
	width:100%;
	box-sizing: border-box;
	line-height: 1.5em;
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3',"Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
	border:1px solid #ddd;
	padding:5px;}
form input.inp100 { width:100%;}
form input.inp90 { width:90%;}
form input.inp70 { width:70%;}
form input.inp50 { width:50%;}
form input.inp30 { width:30%;}
form input.inp10 { width:10%;}
form label{
	margin: 0 10px;}
form input[type=checkbox], form input[type=radio]{
	vertical-align:0;
	margin-right:5px;}
form .btn{
	padding:0;
	text-align:center;}
form .btn input[type=submit]{
	cursor:pointer;
	background: #0068d8;
	border-radius: 5px;
	padding: 0.6em 2em;
	color: #fff;
	border: none;
	font-size: 1.2em;
	font-weight: bold;
	margin:0 auto;}
form input[type=text].inpDisabled {
	border:none;
	padding:0;
	background:none;
	font-weight:bold;}
form table {
	border: 1px solid #eee;
	margin-bottom: 2em;}
form table th,
form table td {
	text-align: left;
	border: none;
	border-bottom: 1px solid #eee;
	background: none;
	color: #2d3135;}
form table th {
	background: #eee;
	border-bottom: 1px solid #fff;
	font-size: 0.875em;}
form table tbody tr:nth-child(even) th { background:none;}
form table tbody tr:nth-child(even) td { background:none;}
form table td .privacy {
	border: 1px solid #ccc;
	overflow-y: scroll;
	height: 200px;
	padding: 15px;
	font-size: 0.875em;}
form span.req{
	display: block;
	float: right;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	background: #e5680a;
	padding: 4px 5px;}














/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^666
==投稿詳細スタイル==

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/

/* パンくずリストスタイル
Breadcrumb NavXTプラグイン
------------------------------------------*/
/* htmlコーディング部分
<nav id="topicpath" class="wrap">
<span property="itemListElement" typeof="ListItem">
<a property="item" typeof="WebPage" title="Go to 有限会社ハヤシ工務店." href="http://hayashikum10.xsrv.jp" class="home"><span property="name">有限会社ハヤシ工務店</span></a>
<meta property="position" content="1"></span>
<i class="fa fa-angle-right"></i>
<span class="post post-page current-item">ハヤシ工務店ニュース</span>
</nav>
*/
#topicpath {
	font-size: 0.875em;}
#topicpath .fa {
	margin: 0 7px;
	vertical-align: 1px;}
#topicpath a {
	text-decoration: underline;}
#topicpath a:hover {
	text-decoration: none;}


/* ページングスタイル
wp pagenaviプラグイン
------------------------------------------*/
/* htmlコーディング部分
<nav class="paging">
<div class="wp-pagenavi" role="navigation">
<span class="pages">1 / 19</span>
<span aria-current="page" class="current">1</span>
<a class="page larger" title="Page 2" href="/news/page/2">2</a>
<a class="page larger" title="Page 3" href="/news/page/3">3</a>
<a class="page larger" title="Page 4" href="/news/page/4">4</a>
<a class="page larger" title="Page 5" href="/news/page/5">5</a>
<span class="extend">...</span>
<a class="larger page" title="Page 10" href="/news/page/10">10</a>
<span class="extend">...</span>
<a class="nextpostslink" rel="next" href="/news/page/2">»</a>
<a class="last" href="/news/page/19">最後 »</a>
</div>
</nav>
*/
#paging {
	padding: 0;
	text-align: center;}
#paging .wp-pagenavi {}
#paging .wp-pagenavi span,
#paging .wp-pagenavi a {
	font-weight: bold;
	margin: 2px;
	padding: 13px 20px;
	display: inline-block;
	border: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;}
#paging .wp-pagenavi span {
	color: #8c8c8c;
	background: #ebebeb;}
#paging .wp-pagenavi span.current {
	color: #fff;
	background: #000;}
#paging .wp-pagenavi a {
	background: #FFF;}
#paging .wp-pagenavi a:hover {
	color: #fff;
	background: #0081e5;}
@media only screen and (max-width: 767px) {
	#paging .wp-pagenavi span,
	#paging .wp-pagenavi a {
		padding: 13px 15px;}
	#paging .wp-pagenavi span.pages,
	#paging .wp-pagenavi span.extend,
	#paging .wp-pagenavi a.first,
	#paging .wp-pagenavi a.previouspostslink,
	#paging .wp-pagenavi a.nextpostslink,
	#paging .wp-pagenavi a.last {
		display: none;}
}


/* ビジュアルスタイル
entry-content
------------------------------------------*/
.entry-content {}
.entry-content a {
	color: #0081e5;
	text-decoration: underline;}
.entry-content a:hover {
	text-decoration: none;
	color: #004A84;}




