@charset "utf-8";
@import "common/0-import.css";
#wrap {
	background: url(../cheering/images/mainImg.jpg) no-repeat center 47px;
}

#main .sideBar {
}

#conts h2 {
	margin-bottom: 16px;
}

#conts p {
	font-size: 12px;
	color: #372e2d;
	line-height: 1.4;
}

#conts .p01 {
	margin-bottom: 35px;
}

#conts .box {
	padding: 36px 0 82px 37px;
	*padding: 35px 0 82px 37px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
}

#conts p.mb15 {
	margin-bottom: 16px;
}

#conts p.mb35 {
	margin-bottom: 35px;
}

#conts p a {
	color: #d13118;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#main{
		margin-top: 21px;
	}
	
	#conts .p01 {
		margin-bottom: 37px;
	}
	
	#conts .box {
		padding: 36px 0 82px 37px;
	}
	
	#conts p.mb15 {
		margin-bottom: 17px;
	}
	
	#conts p.mb35 {
		margin-bottom: 36px;
	}
	
 }