.shops_list_boxl {
	width: 470px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.shops_list_boxr {
	width: 470px;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.shop_info_boxl {
    width: 470px;
    margin: 60px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.shop_info_boxr {
    width: 470px;
    margin: 60px 0px 0px 40px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.shop_photo {
width: 470px;
margin: 0px 0px 40px 0px;
}


.shops_list_b {
	width: 448px;
	font-size:14px;
	line-height:140%;
	color: #666666;
	margin: 0px 0px 20px 0px;
	border: solid #999 1px;
	padding: 10px 10px 10px 10px;
	float: left;
}

.shops_list_b a{
	color: #0099ff;
	text-decoration: underline;
}

.shops_list_b a:hover{
	color: #FF6600;
	text-decoration: underline;
}

.shopinfoboxl {
	width: 213px;
	margin: 0px 0px 10px 0px;
	float: left;
}

.shopinfoboxl img {
	width: 100%;
}

.shopinfoboxr {
	width: 215px;
	margin: 0px 0px 0px 20px;
	float: left;
}



.shopimagephoto {
	margin: 0px 0px 10px 0px;
}

.shopinfo_container {
    margin: 0px 0px 20px 0px;
    width: 470px;
    height: 60px;
    border-top: solid #00B433 5px;
    border-bottom: solid #00B433 5px;
}

.shopinfo_name {
	padding: 5px;
    font-size: 20px;
    color: #00B433;
    margin: 0;
    font-weight: bold;
    width: 390px;
    line-height: 50px;
    vertical-align: middle;
    height: 50px;
    float: left;
}

.information {
font-size: 16px;
line-height: 150%;
font-weight: bold;
color: #666;
padding: 0px 0px 20px 0px;
border-bottom: solid #ccc 1px;
margin-bottom: 20px;
}

.information_point {
font-size: 16px;
line-height: 150%;
font-weight: bold;
color: #FF4299;
padding: 0px 0px 20px 0px;
border-bottom: solid #ccc 1px;
margin-bottom: 20px;
}


.information_comment {
font-size: 16px;
line-height: 150%;
color: #666;
padding: 0px 0px 20px 0px;
border-bottom: solid #ccc 1px;
margin-bottom: 20px;
}

#btn_01_container {
margin: 0 auto;
padding: 60px 0px 60px 0px;
clear: left;
}


a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #00B433;
	color: #00B433;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #00B433;
}


.shopname_container {
    margin: 0px 0px 10px 0px;
    width: 470px;
    height: 60px;
    border-bottom: solid #ccc 2px;
}


.shopname {
	display: inline-block;
	padding: 5px;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    width: 390px;
    line-height: 50px;
    vertical-align: middle;
    height: 50px;
    float: left;
	transition: all .3s;
}
.shopname a:link { color: #00B433; text-decoration-line: none; }
.shopname a:visited { color: #00B433; text-decoratiosn-line: none; }
.shopname a:hover { color: #fff; text-decoration-line: none; background-color: #80D999; padding: 5px;}
.shopname a:active { color: #00B433; text-decoration-line: none; }

.shop_icon {
width: 40px;
height: 30px;
float: left;
padding: 10px;
}


.shopcomment {
	font-size:16px;
	line-height: 140%;
	margin: 0px 0px 10px 0px;
	color: #00B433;
	font-weight: bold;
	clear: left;
	padding: 10px 10px 10px 10px;
	width: 428px;
	background-color: #FFFF66;
}

/* 角丸 */
.Radius5 {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
/* ボタン共通 */
.Button {
	overflow: hidden;
	width: 250px;
	height: 50px;
	margin: 0;
	padding: 0;
}
.Button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #00a0e9;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
.Button a:hover {
	background: #3ab2e9;        /* マウスオーバーカラー */  
}

#IconList3 a:before {        /*白い丸 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */  
	background: #fff;
}
#IconList3 a:after {        /*「after要素」で三角 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #00a0e9;
}
#IconList3 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	border-left: 5px solid #3ab2e9;
}
