@charset "UTF-8";
body.pc,
body.tablet {
	background: url(/applause/sound/shared/images/bg.jpg) top center no-repeat,
                             url(/applause/sound/shared/images/section_bg.jpg) top left repeat;
}

.section {
	padding: 64px 0 0;
}

body.sp .section p {
	width: 100%;
	background: rgba(255,195,65,0.1);
}

body.sp .section {
	padding: 0;
	background: #ffc341 url(/applause/sound/character/images/s/bg.jpg) top center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.section p{
        color:#7f4c23;
}

body.pc .section h1,
body.tablet .section h1 {
	margin-bottom: 100px;
}

body.sp .section h1 {
	width: 18%;
	padding: 5% 0 0;
	margin: 0 auto 7%;
}

body.sp .section h1 img {
	width: 100%;
}

.threeColumnsType2,
body.sp .threeColumnsType2 {
	margin: 75px auto;
}
