@charset "utf-8";
/*
Theme Name:   ワウハウス姫路-2018-Theme
Theme URI:    https://www.wow-himeji.jp/
Description:  ワウハウス姫路用のテーマ（子テーマの元になる）
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
'Noto Sans JP'
*/

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

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

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

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

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

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

globalHead
globalNav
globalFoot

color: #2d3135;


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

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


===レスポンシブ ブレークポイント
//MAX幅960px
.wrap {
	width:960px;}
.wrap {
	width:95%;
	margin:0 2.5%;}
//タブレット
@media only screen and (min-width: 1008px) {}
@media only screen and (max-width: 1000px) {}
//タブレット小
@media only screen and (max-width: 767px) {}

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







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

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

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


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {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
   ========================================================================== */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1,h2,h3,h4,h5 { margin:0.5em 0 0.3em 0;}

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

/* 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: Menlo, Consolas, 'DejaVu Sans Mono', monospace; font-size: 1em;}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
	white-space: pre;
	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%;
	color: #000000;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;}

h1 { font-size: 2em;}
h2 { font-size: 1.8em;}
h3 { font-size: 1.6em;}
h4 { font-size: 1.4em;}
h5 { font-size: 1.2em;}
h6 { font-size: 1em;}

h1,h2,h3,h4,h5,h6{ line-height:1.2em; letter-spacing:0.05em;}
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:#108ccf; text-decoration:underline; }
a:hover { color:#5f5f5f; text-decoration:none; }
a:focus { color:#108ccf; }

a.decoChg { text-decoration:underline; }
a.decoChg:hover { text-decoration:none; }


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 {}
ol { list-style:decimal;}
ol li {}

table { width: 100%;}
table th, table td { vertical-align: top; padding:6px 20px; border-bottom:1px solid #a1a1a1;border-left:1px solid #a1a1a1; text-align: left; font-weight: normal;}
table th { background: #eeeeee; width: 24%;}
table thead th, table thead td { text-align:center; background:#8e8e8e; color: #FFF !important; font-weight:bold; border-right: 1px solid #FFF;}
table ul,table ol { list-style-position: inside;}
@media only screen and (max-width: 425px) {
	table th { background: #eeeeee; width: 32%;}
}

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 {}
.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearbefore {
	clear:both;}
.wrap {
	width:960px;
	margin:0 auto;}
.wraps {
	width:800px;
	margin:0 auto;}
@media only screen and (max-width: 1000px) {
/* wrap960以下の場合 */
	body {
		font-size:100%;}
	.wrap {
		width:95%;
		margin:0 2.5%;}
}
@media only screen and (max-width: 860px) {
	.wraps {
		width:95%;
		margin:0 2.5%;}
}
@media only screen and (max-width: 767px) {
/* タブレット以下（スマホ）の場合 */
	body {
		font-size:87.5%;}
}



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

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

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

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




/* ==========================================================================
   Header
   #globalHead
   ========================================================================== */
#globalHead {
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #dedede;
	background: #FFF;
	letter-spacing: 0;
	position: fixed;}
@media (min-width: 768px) {
	#globalHead {
		position: fixed;}
}
@media (max-width: 767px) {
	#globalHead {
		position: absolute;}
}

/* :::::: globalHead inside :::::: */
#globalHead .inner {
	display: table;
	width: 100%;}
#globalHead h2 ,
#globalHead nav.gnav ,
#globalHead nav.subnav {
	display: table-cell;
	vertical-align: middle;}
#globalHead h2 {
	padding: 0 15px;
	font-size: 16px;
	line-height: 1;
	height: 16px;}
#globalHead h2 img {
	height: 100%;
	width: auto;}

#globalHead nav.subnav {}
#globalHead nav.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;}
#globalHead nav.subnav ul li {
	float: right;
	line-height: 1;
	position: relative;
	border-left: 1px solid #dedede;}
#globalHead nav.subnav ul li a {
	display: block;
	color: #7e90a2;
	padding: 10px 15px;
	font-weight: 500;
	text-decoration: none;}

#globalHead nav.gnav ul {
	margin: 0;
	padding: 0;
	list-style: none;}
#globalHead nav.gnav ul li {
	float: left;
	line-height: 1;
	position: relative;}
#globalHead nav.gnav ul li a {
	display: block;
	color: #7e90a2;
	position: relative;
	overflow: hidden;
	padding: 10px 10px;
	font-weight: 500;
	text-decoration: none;}
#globalHead nav.gnav ul li a span {
	position: absolute;
	bottom: -30px;
	left: -50%;
	display: block;
	font-size: 0.9em;
	text-align: center;
	margin: auto auto;
	background: #ebebeb;
	padding: 5px 25px;
	border-radius: 20px;}
#globalHead nav.gnav ul li a:hover {
	color: #115fad;
	overflow: visible;}
#globalHead nav.gnav ul li.menu {
	padding: 10px 10px;}
#globalHead nav.gnav ul li.other {
	display: none;}
#globalHead nav.gnav ul li.home a {
	background: url(../img/ico_pagetop.png) no-repeat center center;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;}
#globalHead nav.gnav ul li.home a:hover {
	background: url(../img/ico_pagetop-ov.png) no-repeat center center;}
#globalHead nav.gnav ul li.disc a:before {
	content: "";
	background: url(../img/ico_disc.png) no-repeat center center;
	width: 16px;
	height: 16px;
	display: block;}
#globalHead nav.gnav ul li.disc a:hover:before {
	background: url(../img/ico_disc-ov.png) no-repeat center center;}
#globalHead nav.gnav ul li.contact a:before {
	content: "";
	background: url(../img/ico_contact.png) no-repeat center center;
	width: 20px;
	height: 16px;
	display: block;}
#globalHead nav.gnav ul li.contact a:hover:before {
	background: url(../img/ico_contact-ov.png) no-repeat center center;}
#globalHead nav.gnav ul li.disc a span {
	width: 200px;}
#globalHead nav.gnav ul li.contact a span {
    width: 120px;}
@media (max-width: 767px) {
	#globalHead {
		padding-top: 0;}
	#globalHead h2,
	#globalHead nav.gnav {
		display: block;}
	#globalHead h2 {
		margin: 18px 0;}
	#globalHead nav.subnav {
		display: none;}
	#globalHead nav.gnav {
		z-index:100; 
        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 li {
		float: none;
		padding: 0;}
	#globalHead nav.gnav ul li.linktop {
		display: block;}

	#globalHead nav.gnav ul li.menu {
		padding: 20px 10px;}
	#globalHead nav.gnav ul li.home {
		display: none;}
	#globalHead nav.gnav ul li.other {
		display: block;}
	#globalHead nav.gnav ul li.disc a:before {
		content: none;}
	#globalHead nav.gnav ul li.contact a:before {
		content: none;}
	#globalHead nav.gnav ul li a span {
		position: static;
		bottom: 0;
		left: 0;
		display: block;
		font-size: 1em;
		text-align: left;
		margin: auto auto;
		background: none;
		padding: 0;
		border-radius: 0;}
	#globalHead nav.gnav ul li.disc a span {
		width: auto;}
	#globalHead nav.gnav ul li.contact a span {
		width: auto;}
		
	#globalHead nav.gnav ul li a {
		height: auto;
		line-height: 1;
		text-align: left;
		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;}

	#globalHead nav.gnav ul li.home a {
		background: none;
		width: auto;
		height: auto;
		display: block;
		text-indent: 0;}

}

/* :::::: nav-toggle :::::: */
#nav-toggle {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
	padding: 15px 2.5%;
    width: 28px;
    height: 30px;
    cursor: pointer;
    z-index: 101;}
#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;}
}




/* ==========================================================================
   Article
   #content
   ========================================================================== */
#content {}
@media only screen and (max-width: 767px) {
	#content {}
}



/* ==========================================================================
   Footer
   #globalFoot
   ========================================================================== */
#globalFoot {
	padding: 10px 0 30px 0;}
#globalFoot h2 {
	float: left;
	width: 40%;}
#globalFoot nav {
	padding: 20px 0;}
#globalFoot nav ul {
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;}
#globalFoot nav li {
	display: inline-block;
	padding: 0 10px;
	line-height: 1.2;
	border-right: 1px solid #4a4a4a;
	font-size: 0.9em;}
#globalFoot nav li:last-child {
	border: none;}
#globalFoot .copy {
	text-align: right;}
@media only screen and (max-width: 767px) {
	#globalFoot {
		padding: 30px 0;}
	#globalFoot h2 {
		float: none;
		width: 50%;
		margin: 0 auto 15px auto;}
	#globalFoot nav {
		padding: 15px 0;}
	#globalFoot nav ul {
		text-align: center;}
	#globalFoot .copy {
		text-align: center;
		font-size: 0.8em;}
}




/* ==========================================================================
   Visual appear animation
   ========================================================================== */

/* :::::: fade up 下から上へ　common.js :::::: */
.fade-up {
	transition-timing-function: ease;
	transition: opacity 0.7s,transform 0.7s;
	-moz-transition: opacity 0.7s,transform 0.7s;
	-webkit-transition: opacity 0.7s,transform 0.7s;
	-o-transition: opacity 0.7s,transform 0.7s;}

/* :::::: fade left 右から左へ　common.js :::::: */
.fade-left {
	transition-timing-function: ease;
	transition: opacity 0.7s,transform 0.7s;
	-moz-transition: opacity 0.7s,transform 0.7s;
	-webkit-transition: opacity 0.7s,transform 0.7s;
	-o-transition: opacity 0.7s,transform 0.7s;}
@media only screen and (max-width: 1030px) {
	.fade-left {
		transform: none !important;}

}

/* :::::: fade up loaded 下から上へ（ファースビュー用）　common.js :::::: */
.fade-up-loaded {
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition-timing-function: ease;
	transition: opacity 0.7s,transform 0.7s;
	-moz-transition: opacity 0.7s,transform 0.7s;
	-webkit-transition: opacity 0.7s,transform 0.7s;
	-o-transition: opacity 0.7s,transform 0.7s;}

/* :::::: fade left loaded 右から左へ（ファースビュー用）　common.js :::::: */
.fade-left-loaded {
	opacity: 0;
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transition-timing-function: ease;
	transition: opacity 0.7s,transform 0.7s;
	-moz-transition: opacity 0.7s,transform 0.7s;
	-webkit-transition: opacity 0.7s,transform 0.7s;
	-o-transition: opacity 0.7s,transform 0.7s;}
@media only screen and (max-width: 1030px) {
	.fade-left-loaded {
		transform: none !important;}
}









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

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

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


/* float 指定
------------------------------------------*/
.imgLeft {
    float: left;
	margin:0.5em 1em 2em 0;}
.imgRight {
    float: right;
	margin:0.5em 0 2em 1em;}

/* 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;}
.marT30 { margin-top:30px !important;}
.marT40 { margin-top:40px !important;}
.marT50 { margin-top:50px !important;}
.marR5 { margin-right:5px !important;}
.marR10 { margin-right:10px !important;}
.marR15 { margin-right:15px !important;}
.marR20 { margin-right:20px !important;}
.marR30 { margin-right:30px !important;}
.marR40 { margin-right:40px !important;}
.marR50 { margin-right:50px !important;}
.marB5 { margin-bottom:5px !important;}
.marB10 { margin-bottom:10px !important;}
.marB15 { margin-bottom:15px !important;}
.marB20 { margin-bottom:20px !important;}
.marB30 { margin-bottom:30px !important;}
.marB40 { margin-bottom:40px !important;}
.marB50 { margin-bottom:50px !important;}
.marL5 { margin-left:5px !important;}
.marL10 { margin-left:10px !important;}
.marL15 { margin-left:15px !important;}
.marL20 { margin-left:20px !important;}
.marL30 { margin-left:30px !important;}
.marL40 { margin-left:40px !important;}
.marL50 { margin-left:50px !important;}

/* font style
------------------------------------------*/
.fontRed { color:crimson;}
.fontRed2 { color:red;}
.fontBlue { color:#0066CC;}
.fontBlue2 { color:blue;}
.fontGreen { color:green;}
.fontYellow { color:gold;}
.fontYellow2 { color:yellow;}
.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;
	width:100%;
	font-size: 100%;
	box-sizing: border-box;
	line-height: 1.5em;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
	border:1px solid #DDD;
	padding:3px;}
form .inp100 { width:100% !important;}
form .inp90 { width:90% !important;}
form .inp70 { width:70% !important;}
form .inp50 { width:50% !important;}
form .inp30 { width:30% !important;}
form .inp10 { width:10% !important;}
form label{
	display:block;
	padding:2px 0;}
form input[type=checkbox], form input[type=radio]{
	vertical-align:0;
	margin-right:5px;}
/*フォームテーブル*/
/*form dl,*/
form table{
	margin: 20px 0;}
/*form dl dt, form dl dd,*/
form table th, form table td{
	padding: 15px 20px;
	font-size: 0.9em;}
/*form dl dt,*/
form table th {
	font-weight: bold;
	border: none;
	border: 1px solid #FFF;
	background: #d9d9d9;}
/*form dl dd,*/
form table td {
	border: none;
	border: 1px solid #FFF;
	background: #f8f8f8;}

@media only screen and (max-width: 480px) {
/*  form dl dt, form dl dd,*/
	form table th,form table td{
		padding: 10px 10px;
		border: none;
		text-align:left;
		width:auto;
		display:block;}
/*  form dl dt,*/
	form table th{
		text-align: center;}
}
form .req{
	line-height: 1.7;
	margin-right: 10px;
	font-size: 0.925em;
	padding: 0 5px;
	display: inline-block;
	background: #d82f2b;
	color: #fff;
	border-radius: 2px;}
form .any{
	line-height: 1.7;
	margin-right: 10px;
	font-size: 0.925em;
	padding: 0 5px;
	display: inline-block;
	background: #888888;
	color: #fff;
	border-radius: 2px;}
form .privacy{
	font-size: 0.9em;
	border: 1px solid #DDD;
	padding: 10px;
	height: 200px;
	overflow-y: scroll;}
form .privacy p{
	line-height: 1.3;}
form .btn{
	padding:0;
	padding-top: 10px;
	text-align:center;}
form .btn input[type=button], /*21.12.27 NDK add*/
form .btn input[type=submit]{
	cursor:pointer;
	padding: 1em 2em;
	max-width: 500px;
	display: block;
	background: #1585e4;
	border: none;
	color: #FFF;
	font-weight: bold;
	letter-spacing: .1em;
	margin:0 auto;}
form input[type=text].inpDisabled {
	border:none;
	padding:0;
	background:none;
	font-weight:bold;}
form input[type=text].hideinp {
	pointer-events: none;
	background: #ddd;}





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

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

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

/*
color
#1b2d65
#098dea
*/


/* ページングスタイル
htmlコーディング部分
<nav class="paging">
<div class="wraps clear">
<div class='wp-pagenavi'>
<span class='pages'>3 / 4</span>
<a class="previouspostslink" rel="prev" href="http://wp.lab-3kawaya.com/topics/page/2/">«</a>
<a class="page smaller" title="Page 1" href="http://wp.lab-3kawaya.com/topics/">1</a>
<a class="page smaller" title="Page 2" href="http://wp.lab-3kawaya.com/topics/page/2/">2</a>
<span class='current'>3</span>
<a class="page larger" title="Page 4" href="http://wp.lab-3kawaya.com/topics/page/4/">4</a>
<a class="nextpostslink" rel="next" href="http://wp.lab-3kawaya.com/topics/page/4/">»</a>
</div>
</div>
</nav>

nav.paging {
	padding-bottom: 70px;
	text-align:center;}
nav.paging .wp-pagenavi a, nav.paging .wp-pagenavi span {
	border: 1px solid #7d7d7d;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	font-size: 1.0em;
	padding: 15px 20px;
	margin: 0 5px;}
nav.paging .wp-pagenavi a:hover, nav.paging .wp-pagenavi span.current {
	color: #FFF;
	background: #7d7d7d;}
nav.paging .wp-pagenavi span.current {
	font-weight: bold;}
@media only screen and (max-width: 767px) {
	nav.paging .wp-pagenavi a, nav.paging .wp-pagenavi span {
		font-size:12px;
		padding: 15px 15px;}
}
------------------------------------------*/





/* ページングスタイル
------------------------------------------*/
/* htmlコーディング部分
<nav class="paging">
<ul class="pagingNav">
<li class="first"><span>&laquo;</span></li>
<li class="previous"><span>前へ</span></li>
<li class="current"><span>1</span></li>
<li class="after delta-1 tail"><a href="*****">2</a></li>
<li class="after delta-1 tail"><a href="*****">3</a></li>
<li class="next"><a href="*****">次へ</a></li>
<li class="last"><a href="*****">&raquo;</a></li>
</ul>
</nav>
*/
nav.paging {
	padding-bottom: 70px;
	text-align:center;}
nav.paging ul.pagingNav {
	padding:0;
	margin:0;
	list-style:none;}
nav.paging ul.pagingNav li{
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:1em;
	margin:0 4px;}
nav.paging ul.pagingNav li span{
	background:#E1E1E1;
	border:1px solid #C0C0C0;
	padding: 15px 20px;}
nav.paging ul.pagingNav li.page_nums span{
	background:#5A5A5A;
	border:1px solid #3B3B3B;
	color:#FFF;
	padding: 15px 20px;}
nav.paging ul.pagingNav li a{
	background:#458ce1;
	color:#FFF;
	border:1px solid #C0C0C0;
	padding: 15px 20px;}
nav.paging ul.pagingNav li.first span:before,nav.paging ul.pagingNav li.first a:before,
nav.paging ul.pagingNav li.previous span:before,nav.paging ul.pagingNav li.previous a:before,
nav.paging ul.pagingNav li.next span:after,nav.paging ul.pagingNav li.next a:after,
nav.paging ul.pagingNav li.last span:after,nav.paging ul.pagingNav li.last a:after{
	color:#331b00;
    position: relative;
	top:-1px;
	font-family: "fontello";
	display:inline-block;
	width:14px;
	height:14px;
	background:#FFF;
	border-radius:20px;}
nav.paging ul.pagingNav li.first span:before,nav.paging ul.pagingNav li.first a:before{
	content: '\e802';
	margin-right:5px;}
nav.paging ul.pagingNav li.previous span:before,nav.paging ul.pagingNav li.previous a:before{
	content: '\e800';
	margin-right:5px;}
nav.paging ul.pagingNav li.next span:after,nav.paging ul.pagingNav li.next a:after{
	content: '\e801';
	margin-left:5px;}
nav.paging ul.pagingNav li.last span:after,nav.paging ul.pagingNav li.last a:after{
	content: '\e803';
	margin-left:5px;}


/******************************

 NDK Add Style
 2022.1.7-

 ******************************/
/*同意文章-枠*/
.doui_txtbox{
  width:100%;
  height:120px;
  overflow-y:auto;
  border:1px solid #ccc;
  background:#fff;
}
button#privacy_agree_btnPTK{
  width:230px;line-height:1.8em;margin:2px 5px;
}
button#privacy_disagree_btnPTK{
  width:230px;line-height:1.8em;margin:2px 5px;
}
/*問合せ-thanksページ用*/
a.pgback-ptk:focus {
 color:#108ccf;
}
a.pgback-ptk:hover,
a.pgback-ptk:active{
 color:#108ccf;
 text-decoration:underline;
}




