@charset "UTF-8";
/*
    PC・スマートフォン表示切り替え
	2016/03 追加
*/

.switch_wrap {
	width: 261px;
	margin: 0px auto 30px auto;
	padding-top: 20px;
}
.switch_wrap h5 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
.switch_wrap ul.switch {
}
.switch_wrap ul.switch li {
	float: left;
	width: 130px;
	text-align: center;
}
.switch_wrap ul.switch li a {
	display: block;
	padding: 10px 0px !important;
	background: #333333;
	color: #ffffff;
}
.switch_wrap ul.switch li a:hover {
	text-decoration: none;
	background: #666666;
	color: #ffffff;
}
.switch_wrap ul.switch li a#btnPC {
	border-right: 1px solid #ffffff;
}
.switch_wrap ul.switch li a#btnSP {
	border-right: none;
}
