@charset "utf-8";
/**************************************/
/* CSS file For miyata-jyuusou.co     */
/* FileName: common.css               */
/* date: 2023.05.08                   */
/**************************************/



/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #000;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	overflow-x: hidden;
	background-color: #f9f8f4;
}
body #wrapper {
	overflow: hidden;
}



a {	color: #207DB5; }

a:hover { color: #4d6cc8; }

.clearFloat { clear: both; }

.hidden { display: none; }

/*-----------------------------------------------------
	共通
------------------------------------------------------*/

a {
	text-decoration: none;
}



/*-----------------------------------------------------
	article
------------------------------------------------------*/
body #wrapper div#contents article .innerBox {
	overflow: hidden;
}

body #wrapper div#contents article .innerBox h2 {
	text-align: center;
	margin-bottom: 3%;
	margin-TOP: 4%;
}
body #wrapper div#contents article .innerBox .common-format01 {
	width: 100%;
	height: auto;
	margin: 1% auto 10%;
	padding: 3% 6% 3%;
	border-radius: 26px;
	border: 2px solid #aabf0b;
	line-height: 1.6;
}

body #wrapper div#contents article .innerBox .common-format01-dash {
	width: 100%;
	height: auto;
	margin: 1% auto 10%;
	padding: 6% 4% 5%;
	border-radius: 26px;
	border: 2px solid #aabf0b;
	line-height: 1.6;
	line-height: 1.6;
}

body #wrapper div#contents article .innerBox .common-format04 {
	width: 100%;
	height: auto;
	margin: 1% auto 10%;
	padding: 3% 6% 1%; 0;
	border: 1px solid #dbdbdb;
	line-height: 1.6;
}


body #wrapper div#contents article .innerBox .common-format01 p ,
body #wrapper div#contents article .innerBox .common-format01-dash p {
	font-size: 18px;
}
h2 img.h2-bunner {
	width: 700px;
	height: auto;
}
h3.h3-left {
	text-align: left;
}
h3.h3-right {
	text-align: right;
}
h3.h3-center {
	text-align: center;
}
h3.h3-line {
	text-align: left;
	margin-left: 21%;
}
.font-small {
	font-size: 16px;
}
.red {
	color: red;
	margin: 4% 0;
	font-size: 18px;
}
.clearleft {
	clear: left;
}


/** 以下レスポンシブのCSS */


/** 1025px以上の場合のCSS */
@media screen and (min-width: 1025px){

	body {
		font-size: 18px;
	}
	
	body #wrapper div#contents article {
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 2em;
	}
	body #wrapper div#contents article .innerBox {
		width: 1000px;
		margin: 0px auto 0;
		padding-bottom: 0em;
	}
	body #wrapper div#contents article .innerBox .common-format01 {
		width: 1000px;
	}
}

/** 701px以上1024px以下場合のCSS */
@media screen and (min-width: 701px) and (max-width: 1024px){

	body {
		width: 100%;
		font-size: 16px;
	}
	body #wrapper div#contents article {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 2em;
	}
	@media screen and (min-width: 1000px) {
		body #wrapper div#contents article {
			width: 1000px;
		}
	}
	body #wrapper div#contents article .innerBox {
		width: 96%;
		margin: 0px 2% 0;
		padding-bottom: 0em;
	}
	
	div#contents article h1.page-img {
		width: 100%;
		height: auto;
		padding-top: 3%;
		padding-bottom: 1%;
	}
	div#contents article h1.page-img img {
		width: 100%;
		height: auto;
	}
	@media screen and (min-width: 1000px) {
		body #wrapper div#contents article .innerBox .common-format01 {
			width: 1000px;
		}
	}
}






/** 700以下の場合のCSS */
@media screen and (max-width: 700px){

	body {
		width: 100%;
		font-size: 16px;
	}
	div#contents article h1.page-img {
		width: 100%;
		height: auto;
		padding-top: 3%;
		padding-bottom: 1%;
	}
	div#contents article h1.page-img img {
		width: 100%;
		height: auto;
	}
	body #wrapper div#contents article .innerBox {
		overflow:visible;
		width: 96%;
		margin: 0px 2% 0;
		padding-bottom: 0em;
	}
	
	h2 img.h2-bunner {
		width: 100%;
		height: auto;
	}
	
	body #wrapper div#contents article .innerBox .common-format01 p ,
	body #wrapper div#contents article .innerBox .common-format01 ul li {
		font-size: 16px;
		text-align: justify;
	}

	body #wrapper div#contents article .innerBox h2 span.h2-br2::before {
		content: "\A";
		white-space: pre;
	}
	
	h3.h3-center {
		text-align: justify;
	}
}



