@charset "UTF-8";
/*
Theme Name: CHUREI-Y
Theme URI: http://www.mugen-design.com/
Description: 中冷山口（churei-y.co.jp）専用テーマです。このテーマには独自の表示や機能が含まれています。
Author: Mugen-design
Version: 1.0
*/
@import url("./css/style.css");
@import url("./css/jquery.fatNav.css");
/*@import url("./css/lightbox.css");*/
@import url("./css/magnific-popup.css");
@import url("./css/news_style.css");

/*=================================
 コンタクトフォーム
=================================*/
.wpcf7 form .wpcf7-response-output{
	text-align:center !important;
}
.wpcf7-not-valid-tip {
	color: #ffb900 !important;
}
#contactpage .wpcf7 .ajax-loader {
	display: block;
	margin: -7em auto;
	margin-bottom: 7em;
	padding:  0;
}
#contactpage .wpcf7 form .wpcf7-response-output{
	margin: 1em auto;
	margin-bottom: -4.75em;
	padding:  0;
}
/*IPHONE表示調整用*/
@media screen and (max-width:600px) {
	#contactpage .wpcf7 .ajax-loader {
		margin: -9.5em auto;
		margin-bottom: 9.5em;
	}
	#contactpage .wpcf7 form .wpcf7-response-output{
		margin: 1em auto;
		margin-bottom: -3em;
		padding:  0;
	}
}
/*=================================
 管理画面点滅
=================================*/
.blink {
	animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
	0% { color: #000000 }
	100% { color: #66ff66 }
}

/*=================================
 アーカイブのページング
=================================*/
/*#archivebox {
	display: flex;
	justify-content: center;
	width:80%;
	margin: 0 auto;
	padding:0 0 100px 0;
}
#archivebox p {
	margin:0 10px;
	padding:0;
	text-align:center;
	border:0px solid yellow;
}
#archivebox p.rightarrow {margin:0 30px 0 10px;}
#archivebox p.leftarrow {margin:0 10px 0 30px;}
#archivebox a{text-decoration:none;}
#archivebox .current{color:#ffffff;font-weight:bold;}
#archivebox .nonepage {color:#6b6b6b;}

*/