@charset "utf-8";
/* 
CSS Information
 File name:      link.css
 Author:         Administrator
 Style Info:     /link.html
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #therapist
***********************************/
.bnr_s {
	margin: 0 20px 30px;
	font-size: 0;
}

.bnr_s li {
	display: inline-block;
	width: 45%;
	width: -webkit-calc((100% - 15px) / 2);
	width: calc((100% - 15px) / 2);
	margin-bottom: 15px;
	font-size: 13px;
	vertical-align: top;
}

.bnr_s li:tnh-child(odd) {
	margin-right: 15px;
}

.bnr_s li .bnr {
	float: left;
	width: 88px;
	margin-right: 10px;
}

.bnr_s li .bnr + p {
	overflow: hidden;
}

.bnr_shop li {
	margin-bottom: 30px;
}

.bnr_shop li code {
	display: block;
	padding: 5px;
	border: 1px dotted #ccc;
	background: #f7f7f7;
	font-size: 85%;
}

