@charset "utf-8";

.article .tips {
	font-weight: bold;
	color: #b42a83;
	font-size: 117%;
	padding-bottom: 20px;
}
.article h3 {
	border: 1px solid #CCCCCC;
	padding: 5px 12px;
	margin-bottom: 12px;
	font-size: 134%;
}
.article h3 span {
	background: url(/assets/front/ico-radius.gif) no-repeat left center;
	padding-left: 30px;
	display: block;
	padding: 5px 0 5px 30px;
}
.article div {
	margin-bottom: 20px;
	font-size: 117%;
}
.article div:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.article .photo {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
.article .photo img {
	width: 60%;
}
.article .introduce {
	width: 100%;
	float: none;
	line-height: 1.7;
}
/*
.sidebar .banner.pad_sp_message:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.sidebar .banner.pad_sp_message li {
	margin-bottom: 10px;
	width: 50%;
	float: left;
	line-height: 40vw;
}
*/
.sidebar .banner.pad_sp_message li {
	margin-bottom: 20px;
}
.sidebar .banner.pad_sp_message li img {
	width: 60%;
	height: auto;
}
.sidebar .banner.pad_sp_message {
	display: block;
}
.sidebar .banner.pc_message {
	display: none;
}