@charset "UTF-8";


/* voiceTopLayout
------------------------------------*/

.voiceTopLayout .h2wrap {
	background-image: url(../img/top_h2.jpg);
}

.voiceTopLayout #main #c01 .cassette .flex p a {
	display: block;
	background-color: #009fe3;
	padding: 20px 0;
	text-align: center;
}

.voiceTopLayout #main #c01 .cassette .flex p a i {
	display: inline-block;
	margin: 0 10px 0 0;
}

.voiceTopLayout #main #c01 .cassette .flex p a:link,
.voiceTopLayout #main #c01 .cassette .flex p a:visited {
	color: #fff;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.voiceTopLayout #main #c01 .cassette p {
					text-align: center;
				}
				.voiceTopLayout #main #c01 .cassette .flex {
					width: 700px;
					margin: 0 auto;
				}
				.voiceTopLayout #main #c01 .cassette .flex p {
					width: 330px;
				}
			}


/* voiceCelebrityLayout
------------------------------------*/

.voiceCelebrityLayout .h2wrap {
	background-image: url(../img/celebrity_h2.jpg);
}

.voiceCelebrityLayout #main img {
	max-width: 100%;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.voiceCelebrityLayout #main #c02 .cassette ul {
					display: flex;
					flex-wrap: wrap;
				}
				.voiceCelebrityLayout #main #c02 .cassette ul li {
					width: 48%;
					margin: 0 4% 50px 0;
				}
				.voiceCelebrityLayout #main #c02 .cassette ul li:nth-child(2n) {
					margin: 0 0 50px;
				}
			}


/* voiceMediaLayout
------------------------------------*/

.voiceMediaLayout #main #c01 .cassette {
	padding: 0;
}

.voiceMediaLayout #main #c01 .cassette ul li p:nth-child(2) img {
	max-width: 100%;
}

.voiceMediaLayout #main #c01 .cassette .btn01 {
	text-align: right;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.voiceMediaLayout #main #c01 .cassette ul {
					display: flex;
					flex-wrap: wrap;
				}
				.voiceMediaLayout #main #c01 .cassette ul li {
					width: 46%;
					margin: 0 8% 0 0;
					display: flex;
				}
				.voiceMediaLayout #main #c01 .cassette ul li:nth-child(2n) {
					margin: 0 0 50px;
				}
				.voiceMediaLayout #main #c01 .cassette ul li p:nth-child(1) {
					width: 60%;
					box-sizing: border-box;
					padding: 0 20px 0 0;
				}
				.voiceMediaLayout #main #c01 .cassette ul li p:nth-child(2) {
					width: 40%;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.voiceMediaLayout #main #c01 .cassette ul li p:nth-child(1) {
					width: 50%;
					box-sizing: border-box;
					padding: 0 20px 0 0;
				}
				.voiceMediaLayout #main #c01 .cassette ul li p:nth-child(2) {
					width: 50%;
				}
			}


/* voiceIndexLayout
------------------------------------*/

.voiceIndexLayout #main .box01 {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 50px;
}

.voiceIndexLayout #main .box01 > p {
	text-align: center;
}

.voiceIndexLayout #main .box01 div .name {
	text-align: right;
}

.voiceIndexLayout #main .buy {
	text-align: right;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.voiceIndexLayout #main .box01 {
					display: flex;
					padding: 0 0 20px;
				}
				.voiceIndexLayout #main .box01 > p {
					width: 220px;
					margin: 0 30px 0 0;
				}
				.voiceIndexLayout #main .box01 > div {
					width: 750px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
			}


/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */