@charset "utf-8";
/* CSS Document */

h1#pageTwoHeading{
	font-size:24px;
	color:#FFF;
	background-color:#7cbd23;
	padding:10px;
	line-height: 1.5em;
}


#lp_article{
	width:730px;
	font-size:12px;
	letter-spacing:0.03em;
}

#compendium {
	width:700px;
	margin:0 auto;
}
#compendium h2{
	font-size:18px;
	border-bottom:2px solid #7cbd23;
	border-left:10px solid #7cbd23;
	margin-top:40px;
	margin-bottom:20px;
	padding:5px 10px;
	line-height: 1.5em;
}
#compendium a{
	color:#00F;
	background-image:url(../images/icon_site.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
	text-decoration: underline;
}
#compendium .appeal{
	text-align:center;
	margin-bottom:40px;
}
#compendium .appeal img{
	margin:5px;
}
#compendium table{
	width:680px;
	border:solid 1px #cccccc;
	border-collapse: collapse;
	margin:0 auto;
}
#compendium table tr{
	height:50px;
	border:solid 1px #cccccc;
}
#compendium table th{
	text-align:right;
	letter-spacing:0.5em;
	width:150px;
	background-color:#efefef;
	font-weight:normal;
	padding-right:10px;
	vertical-align: middle;
}
#compendium table td{
	text-align:left;
	padding-left:10px;
	vertical-align: middle;
}



.Management{
	width:680px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:80px;
}

.Management ul{
	/* float: right; */
	margin: 0 0 0 160px;
	width: 160px;
}

#compendium .store_left ul li,.store_right ul li{
	padding:4px;
	line-height:1.3em;
	display:block;
	border-bottom:1px solid #e2e2e2;
}

#compendium .store_left,.store_right{
	width:320px;
	height:170px;
	overflow:hidden;
	margin-bottom:30px;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	padding:5px;
	position:relative;
}

#compendium .store_left{
	float:left;
}


#compendium .store_right{
	float:right;
}

#compendium .store_left img,.store_right img{
	float:left;
	margin:5px;
}

#compendium .store_name{
	color:#0c8d2d;
	margin-bottom:5px;
}
	
#compendium .store_name a{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#0c8d2d;
	padding-left:15px;
	background-image:url(../images/triangle.png);
	background-position:left;
	background-repeat:no-repeat;
}

#compendium .Map{
	position:absolute;
	bottom:5px;
	right:5px;
}

#compendium .online{
	padding:5px;
	clear:both;
	width:669px;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	height:60px;
}

#compendium .Inquiry{
	margin:10px;
}

#compendium .Inquiry a{
	background-image:none;
}

#compendium .online_name{
	font-size:14px;
	font-weight:bold;
	color:#0c8d2d;
	padding-left:15px;
	background-image:url(../images/triangle.png);
	background-repeat:no-repeat;
}

/*スマホ用------------------------------------------------*/
@media screen and (max-width: 640px){
	#mainWrapper #pickup {
			display: none;
	}
	#lp_article {
		width: 100%;
	}

	#lp_article
	 img {
		/* width: 100%; */
	}

	#compendium {
		width: 98%;
	}

	#compendium .appeal img {
		margin: 0;
		width: 100%;
	}

	#compendium table {
		width: 100%;
	}

	#compendium table th {
		width: 100px;
	}

	.Management {
		width: 100%;
		margin-bottom: 0;
	}

	#compendium .store_left {
		float: none;
	}

	#compendium .store_left, .store_right {
		width: 100%;
		padding: 0;
		border: none;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
	}

	#compendium .store_right {
		float: none;
	}

	#compendium .online {
		width: 100%;
		padding-bottom: 30px;
	}

	#compendium .Inquiry {
		/* width: 304px; */
		font-size: 12px;
	}
}