﻿@charset "utf-8";

#adult_title {
	background: url(bg_title.jpg) no-repeat right top;
}

	#adult_title h2 {
		width: 690px;
		height: 148px;
		background: url(title01.png) no-repeat left center;
		padding: 0;
		left: 50px;
	}


@media screen and (max-width: 768px) {
	#adult_title {
		background-size: auto 100%;
		background-position: right 34% center;
	}

		#adult_title h2 {
			width: 83.5%;
			height: 0;
			background-size: contain;
			padding: 0 0 18% 0;
			left: 20px;
		}
}

#clm_cont #img05 .clm_cap {
	margin-top: 4px;
	text-align: right;
}

@media screen and (max-width:480px) {
	#clm_cont #img05 .clm_cap {
		text-align: left;
	}
}