@charset "UTF-8";

/* モバイルレイアウト : 480 px およびそれ以下. */
/* article.title */
article.title hgroup {
	width:95%;
	margin:0 auto 10px auto;
}
article.title hgroup h1 {
	font-size:1.3em;
	font-weight:bold;
}
/* article.contents */
article.contents {
	clear:both;
	margin:0 auto 20px auto;
}
/* section.head */
article.contents section.head {
	margin:10px auto;
	padding:5px;
}
article.contents section.head p {
	font-size:0.9em;
	line-height:1.5;
	color:#666;
	margin-bottom:20px;
}
article.contents section.head h2 {
	font-size:1.3em;
	font-weight:bold;
	/*font-family:serif;*/
	margin-bottom:20px;
	padding:0 10px;
}
article.contents section.head img { display:none; }
/* section.reform-refresh */
article.contents section.reform-refresh {
	width:95%;
	margin:0 auto 10px auto;
}
article.contents section.reform-refresh dl {
	border-bottom:dotted 1px #ccc;
	margin-bottom:5px;
}
article.contents section.reform-refresh dl dd {
	font-size:1.0em;
	/*font-family:serif;*/
	padding:2px 5px;
}
article.contents section.reform-refresh p {
	font-size:0.8em;
	line-height:1.5;
	color:#666;
	margin:0 auto 10px auto;
	padding:5px;
}
article.contents section.reform-refresh img { margin:0 3px; }
/* section.example */
article.contents section.example {
	border:solid 1px #ccc;
	width:95%;
	margin:0 auto 20px auto;
	padding:5px;
}
article.contents section.example strong {
	display:block;
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:10px;
}
article.contents section.example dl dt {
	font-size:0.9em;
	font-weight:bold;
}
article.contents section.example dl dd {
	font-size:0.8em;
	line-height:1.5;
	color:#666;
	margin-bottom:5px;
	padding-left:15px;
}
/* section.corporate */
article.contents section.corporate {
	background-color:#ffe;
	width:95%;
	margin:0 auto 20px auto;
	padding:5px;
}
article.contents section.corporate strong {
	display:block;
	text-align:center;
	margin:20px auto 10px auto;
}
article.contents section.corporate dl {
	width:90%;
	margin:0 auto 10px auto;
}
article.contents section.corporate dl dt {
	font-size:1.0em;
	font-weight:bold;
	/*font-family:serif;*/
	margin-bottom:5px;
}
article.contents section.corporate dl dd {
	font-size:0.8em;
	line-height:1.5;
	color:#666;
}
/* section.change */
article.contents section.change {
	border:solid 1px #ccc;
	width:95%;
	margin:0 auto;
	padding:5px;
}
article.contents section.change strong {
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:10px;
}
article.contents section.change dl dt {
	font-size:0.9em;
	font-weight:bold;
}
article.contents section.change dl dd {
	font-size:0.8em;
	line-height:1.5;
	color:#666;
	margin-bottom:5px;
	padding-left:15px;
}
article.contents section.change p {
	font-size:0.8em;
	line-height:1.5;
	color:#f00;
}
/* h3 */
article.contents h3 img {
	display:block;
	margin:0 auto;
}
/* strong */
article.contents h3 strong {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
/* section.address */
article.contents section.address ul {
	border-bottom:dotted 1px #ccc;
	margin-bottom:5px;
	padding:5px 15px;
}
article.contents section.address ul:last-child { border:none; }
article.contents section.address ul li {
	font-size:0.9em;
	line-height:1.5;
	margin-bottom:2px;
}
article.contents section.address ul li.sp_clear {
	clear: both;	
}
article.contents section.address ul li.office {
    border-left: solid 3px #b5aaaa;
    padding-left: 5px;
    margin-top: 15px;
}

/* タブレットレイアウト : モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {
/* article.contents */
article.contents { width:95%; }
/* section.head */
article.contents section.head {
	margin:10px auto;
	padding:5px;
}
article.contents section.head p { width:80%; }
article.contents section.head h2 {
	border-bottom:solid 2px #ccc;
	padding:2px 10px;
}
article.contents section.head img {
	display:inherit;
	position:relative;
	top:-135px;
	left:83%;
	margin-bottom:-120px;
}
/* section.before-after */
article.contents section.before-after {
	width:95%;
	margin:0 auto 10px auto;
}
article.contents section.before-after ul li { float:left; }
article.contents section.before-after ul li:first-child { float:none; }
/* section.reform-refresh */
article.contents section.reform-refresh dl { padding:2px 0; }
article.contents section.reform-refresh dl dt {
	float:left;
	margin-right:10px;
}
article.contents section.reform-refresh p.refresh-text {
	float:left;
	width:53%;
	margin-right:10px;
}
article.contents section.reform-refresh img { margin:0 3px; }
/* section.example */
article.contents section.example dl dt {
	float:left;
	font-size:0.9em;
	font-weight:bold;
	white-space:nowrap;
	clear:right;
}
article.contents section.example dl dd {
	float:right;
	width:85%;
}
/* section.corporate */
article.contents section.corporate {
	clear:both;
	width:95%;
}
article.contents section.corporate strong {
	float:left;
	margin:5px;
}
article.contents section.corporate dl {
	float:right;
	width:60%;
	margin:40px 10px 0 0;
}
/* h3 */
article.contents h3 img {
	display:inline;
	margin:0 auto;
}
/* strong */
article.contents h3 strong {
	display:inline;
	position:relative;
	top:-11px;
	left:5px;
	font-size:1.3em;
	margin-bottom:10px;
}
/* section.address */
article.contents section.address ul {
	border-bottom:dotted 1px #ccc;
	margin-bottom:5px;
	padding:5px 15px;
}
article.contents section.address ul:last-child { border:none; }
article.contents section.address ul li {
	float:left;
	margin-right:10px;
}
article.contents section.address ul li.shop_name {
	width:100%;
	font-size:1.0em;
	font-weight:bold;
}
article.contents section.address ul li.building {
	width:350px;
}
article.contents section.address ul li.office {
width:40%;
max-width:200px;
float:left;
}
}

/* デスクトップレイアウト : モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 1000px) {
/* article.contents */
article.contents { width:980px; }
/* section.head */
article.contents section.head p { width:800px; }
article.contents section.head img {
	position:relative;
	top:-135px;
	left:85%;
	margin-bottom:-120px;
}
/* section.before-after */
article.contents section.before-after {
	width:960px;
	margin-bottom:20px;
}
article.contents section.before-after ul li {
	float:left;
	margin:0 10px;
}
article.contents section.before-after ul li:first-child {
	float:left;
	padding-top:100px;
}
/* section.reform-refresh */
article.contents section.reform-refresh { width:960px; }
article.contents section.reform-refresh p.refresh-text {
	float:none;
	width:640px;
	margin:0;
}
article.contents section.reform-refresh img.sample {
	position:relative;
	top:-140px;
	left:650px;
	margin-bottom:-140px;
}
/* section.change */
article.contents section.example {
	width:960px;
	margin-bottom:30px;
}
article.contents section.example dl dt {
	clear:right;
}
/* section.corporate */
article.contents section.corporate {
	clear:both;
	width:960px;
}
article.contents section.corporate strong img {
	position:relative;
	top:-35px;
	left:10px;
	margin-bottom:-35px;
}
article.contents section.corporate dl {
	width:70%;
	margin:60px 10px 0 0;
}
/* section.address */
article.contents section.address ul li.shop_name {
	width:200px;
	height:40px;
	font-size:0.9em;
	font-weight:normal;
}
article.contents section.address ul li.building {
	width:350px;
}
}
