@charset "utf-8";

.pagetitle {
	height: 260px;
	text-align: center;
	background-image: url(../images/medicine/bg_pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#sub_navi {
	background-color: #f4f0e4;
}
#sub_navi ul {
	display: table;
	max-width: 960px;
	margin: 0 auto;
	padding: 5px 0 15px;
	overflow: hidden;
	zoom: 1;
}
#sub_navi ul li {
	float: left;
	margin-left: 8px;
}
#sub_navi ul li:first-child {
	margin-left: 0;
}
#sub_navi ul li a {
	display: block;
	color: #885b2e;
	margin-top: 10px;
	font-size: 13px; font-size: 1.3rem;
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #885b2e;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
}
#sub_navi ul li a span {
	padding: 10px 0 10px 22px;
	min-height: 16px;
	background-image: url(../images/common/arrow_04.png);
	background-repeat: no-repeat;
	background-position: left 9px;
}
#sub_navi ul li a:hover,
#sub_navi ul li.act a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	font-size: 13px; font-size: 1.3rem;
	padding: 10px 10px;
	background-color: #885b2e;
	border: 1px solid #885b2e;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
}
#sub_navi ul li a:hover span,
#sub_navi ul li.act span {
	padding: 10px 0 10px 22px;
	min-height: 16px;
	background-image: url(../images/common/arrow_05.png);
	background-repeat: no-repeat;
	background-position: left 9px;
}
.btn_medicine {
	width: 30%;
	margin-top: 15px;
}
.cnt_effect ul.balance {
	max-width: 814px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
.cnt_effect ul.balance li.ki {
	float: left;
	width: 31.695331695332%;
	margin: 20px 0 0;
	border-top: 8px solid #daa37f;
	border-left: 1px solid #daa37f;
	border-right: 1px solid #daa37f;
	border-bottom: 8px solid #daa37f;
}
.cnt_effect ul.balance li.ketsu {
	float: left;
	width: 31.695331695332%;
	margin: 20px 2.457002457002% 0;
	border-top: 8px solid #dd727c;
	border-left: 1px solid #dd727c;
	border-right: 1px solid #dd727c;
	border-bottom: 8px solid #dd727c;
}
.cnt_effect ul.balance li.shineki {
	float: left;
	width: 31.695331695332%;
	margin: 20px 0 0;
	border-top: 8px solid #5aa1d8;
	border-left: 1px solid #5aa1d8;
	border-right: 1px solid #5aa1d8;
	border-bottom: 8px solid #5aa1d8;
}
.cnt_effect ul.balance li.ki p,
.cnt_effect ul.balance li.ketsu p,
.cnt_effect ul.balance li.shineki p {
	padding: 15px 20px;
}
.cnt_effect2 {
	border: 1px solid #ccc;
}
.cnt_effect2 h3 {
	padding: 10px;
	font-weight: bold;
	background-color: #ebe9dc;
	text-align: center;
}
.cnt_effect2 p {
	padding: 15px;
}
.c_point {
	margin-top: 10px;
	padding: 15px 15px 15px 40px;
	background-color: #f4f0e4;
	background-image: url(../images/medicine/icon_check.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

@media screen and (min-width: 737px) and (max-width: 1000px) {
.pagetitle {
	height: 200px;
}
#sub_navi ul li {
	margin-left: 8px;
}
#sub_navi ul li:first-child {
	margin-left: 8px;
}
#sub_navi ul li a {
	font-size: 12px; font-size: 1.2rem;
}
#sub_navi ul li.act {
	display: none;
}
}

@media screen and (min-width: 737px) and (max-width: 1000px) and (orientation : landscape) {
}

@media screen and (max-width: 736px) {
.pagetitle {
	height: 120px;
}
#sub_navi ul {
	display: block;
}
#sub_navi ul li {
	float: none;
	margin-right: 10px;
	margin-left: 10px;
}
#sub_navi ul li:first-child {
	margin-right: 10px;
	margin-left: 10px;
}
#sub_navi ul li a {
	width: 100%;
	margin-top: 6px;
}
.btn_medicine {
	width: 100%;
	margin-top: 15px;
}
.cnt_effect ul.balance li.ki {
	float: none;
	width: auto;
	max-width: 258px;
	margin: 30px auto 0;
}
.cnt_effect ul.balance li.ketsu {
	float: none;
	width: auto;
	max-width: 258px;
	margin: 30px auto 0;
}
.cnt_effect ul.balance li.shineki {
	float: none;
	width: auto;
	max-width: 258px;
	margin: 30px auto 0;
}
}

@media screen and (max-width: 736px) and (orientation : landscape) {
}