@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; }
/* img.main_image */
article.contents img.main_image { display:none; }
/* section.point */
article.contents section.point dl {
	border:solid 1px #ccc;
	width:90%;
	margin:0 auto 10px auto;
	padding:10px;
}
article.contents section.point dl dt {
	border-bottom:dotted 1px #ccc;
	font-weight:bold;
	margin-bottom:5px;
	padding:2px 3px;
}
article.contents section.point dl dd ul { padding-left:25px; }
article.contents section.point dl dd ul li {
	list-style-type:disc;
	font-size:0.8em;
	line-height:1.5;
}
article.contents section img.image01 {
	position:relative;
	top:-150px;
	left:82%;
	margin-bottom:-50px;
}
article.contents section img.image02 {
	position:relative;
	top:-200px;
	left:82%;
	margin-bottom:-80px;
}
article.contents section img.image03 {
	position:relative;
	top:-130px;
	left:80%;
	margin-bottom:-30px;
}
article.contents section img.image04 {
	position:relative;
	top:-110px;
	left:80%;
	margin-bottom:-50px;
}
article.contents section img.image05 {
	position:relative;
	top:-110px;
	left:85%;
	margin-bottom:-40px;
}
/* section.point_else */
article.contents section.point_else {
	border:solid 1px #ccc;
	width:92%;
	margin:0 auto 10px auto;
	padding:10px;
}
article.contents section.point_else dl dt {
	border-bottom:dotted 1px #ccc;
	font-weight:bold;
	margin-bottom:5px;
	padding:2px 3px;
}
article.contents section.point_else dl dd ul { padding-left:25px; }
article.contents section.point_else dl dd ul li {
	list-style-type:disc;
	font-size:0.8em;
	line-height:1.5;
}
article.contents section.point_else img { margin:10px 0 0 80px; }
/* section.support */
article.contents section.support {
	background-color:#ffe;
	width:85%;
	margin:0 auto;
	padding:15px;
}
article.contents section.support dl dt {
	font-size:1.2em;
	font-weight:bold;
	/*font-family:serif;*/
	color:#f90;
	margin-bottom:5px;
}
article.contents section.support dl dd {
	font-size:0.9em;
	line-height:1.5;
	margin-bottom:5px;
}
article.contents section.support img.support_image {
	display:block;
	margin:0 auto;
}
article.contents section.support img.flow_image { display:none; }
/* 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;
}

/* タブレットレイアウト : モバイルレイアウトからスタイルを継承。 */
@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;
}
/* img.main_image */
article.contents img.main_image {
	display:block;
	margin:0 auto 20px auto;
}
/* section.point */
article.contents section.point {
	float:left;
	width:47%;
	margin:0 10px;
}
article.contents section.point dl {
	border:solid 1px #ccc;
	height:130px;
	padding:10px;
}
article.contents section img.image01 {
	position:relative;
	top:-180px;
	left:82%;
}
article.contents section img.image02 {
	position:relative;
	top:-220px;
	left:84%;
}
article.contents section img.image03 {
	position:relative;
	top:-180px;
	left:85%;
}
article.contents section img.image04 {
	position:relative;
	top:-180px;
	left:80%;
}
article.contents section img.image05 {
	position:relative;
	top:-180px;
	left:86%;
}
/* section.point_else */
article.contents section.point_else {
	clear:both;
	border:none;
	background:none;
	width:100%;
	margin-bottom:20px;
}
article.contents section.point_else dl { border:none; }
article.contents section.point_else dl dd ul {
	float:left;
	margin:0 20px;
}
article.contents section.point_else img {
	position:relative;
	top:-50px;
}
/* section.support */
article.contents section.support {
	border:solid 3px #ffc;
	background-color:#fff;
	width:95%;
	margin:-20px 0 40px 0;
}
article.contents section.support dl {
	float:left;
	width:80%;
}
article.contents section.support img.flow_image {
	display:inherit;
	width:100%;
	height:auto;
	margin-top:30px;
}
/* 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; }
}

/* デスクトップレイアウト : モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@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.point */
article.contents section.point {
	width:305px;
	margin:5px 10px;
}
/* section.point_else */
article.contents section.point_else { width:960px; }
article.contents section.point_else dl dt { padding-left:150px; }
article.contents section.point_else dl dd ul:first-child { margin-left:150px; }
/* section.address */
article.contents section.address ul li{
	width:600px;
}
article.contents section.address ul li.shop_name {
	width:200px;
	height:130px;
	font-size:0.9em;
	font-weight:normal;
}
article.contents section.address ul li.building {
	width:350px;
}
}
