
/* ======================================================
--- 00 Reset for ContentsPage
====================================================== */
h2, h3, h4, h5, h6 { margin:0; padding:0; border:none }
#contents { background:none; border:none; margin:16px auto; width:960px; text-align: center;}

/***************************************
*01 Link
/*****************************************/

.links #container {
/*	background:url(../images/member/profbg_shunsuke.png) center 0 no-repeat;*/
}

.link {
	margin: 36px 0 0 0;
}

.link h2 {
	margin: 0 0 10px 0;
}

.linkbanner img {
	margin: 10px 0;
}

.pink {
	color: #ff3399;
}

.blue {
	color: #0041c4;
	font-weight: bold;
}

.purple {
	color: #993366;
	font-weight: bold;
}

.water {
	color: #0066ff;
}

.lineimage {
	margin: 18px 0 24px;
}

#contents a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#contents a {
    transition:all 0.2s ease;
}

/***************************************
*02 CD
/*****************************************/

.cd {
	margin: 36px 0 0 0;
}

.cd h2 {
	margin: 0 0 10px 0;
}

.cdarea {
	margin: 0 auto 40px;
	width: 840px;
}

.cdarea h3 {
	text-align:left;
}

h4 {
	text-align:left;
	font-size: 16px;
	color: #FFFFFF;
	padding: 2px 6px;
	margin: 10px 0 6px;
	background-image: -webkit-gradient(
	linear,left top,left bottom,
	color-stop(0.85, #2b53a4),color-stop(0.86, #0e9fdb));
	background-image: -moz-linear-gradient(
	bottom, #0e9fdb 14%, #2b53a4 15%);
	background-image: -ms-linear-gradient(
	bottom, #0e9fdb 14%, #2b53a4 15%);
}

h4.koi1 {
	text-align:left;
	font-size: 16px;
	color: #FFFFFF;
	padding: 2px 6px;
	margin: 10px 0 6px;
	background-image: -webkit-gradient(
	linear,left top,left bottom,
	color-stop(0.85, #ff79a5),color-stop(0.86, #ff3e7e));
	background-image: -moz-linear-gradient(
	bottom, #ff3e7e 14%, #ff79a5 15%);
	background-image: -ms-linear-gradient(
	bottom, #ff3e7e 14%, #ff79a5 15%);
}

.cdseparate {
	float: left;
	margin: 0 auto;
	padding: 20px 6px;
	background: rgba(255,255,255,0.7);
	width: 408px;
/*	min-height: 320px;*/
}

.cdseparate article {
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	/*Android Chromeフォントバグ対策*/
	max-height: 100%;
}

.cdcommon {
	margin: 0 auto;
	padding: 20px 6px;
	background: rgba(255,255,255,0.7);
}


.ptumg {
	margin-top: 32px;
}

.cdcommon article {
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	/*Android Chromeフォントバグ対策*/
	max-height: 100%;
}

.buyarea {
	position: relative;
	width: 70px;
	height: 200px;
	margin-top: -200px;
}

.twins { left: 304px; }
.piece { left: 514px; }

.buyarea ul {
	list-style: none;
	padding-top: 18px;
}

.buyarea ul li {
	padding: 2px 0;
}

.tokuten {
	position: relative;
	width: 208px;
	height: 148px;
	margin-bottom:-148px;
	left: 610px;
}

.tokuten img {
	margin: 2px 0 8px;
}

.samplevoice {
	position: relative;
	width: 84px;
	height: 72px;
	margin-bottom:-72px;
	left: 750px;
}

.samplevoice img {
	margin-top: -82px;
}

/***************************************
*09　シングル告知ページ
/*****************************************/

.party_header {
	width:100%;
	height: 60px;
	text-align: center;
	background-image: -webkit-gradient(
	linear,left top,left bottom,
	color-stop(0.85, #b063be),color-stop(0.86, #f3b0ff));
	background-image: -moz-linear-gradient(
	bottom, #f3b0ff 14%, #b063be 15%);
	background-image: -ms-linear-gradient(
	bottom, #f3b0ff 14%, #b063be 15%);
	margin-bottom: 428px;
}

.party_header img {
	margin-top:10px;
}

.party {
	width: 680px;
	margin: 10px 0;
}

.party img {
	float:left;
	margin: 0 10px;
}

.party p {
	float: left;
	width: 292px;
	height: 296px;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	border: 1px dotted #ff0c6f;
	text-align: left;
	margin: 0 2px;
}


.txtcast {
	font-size: 14px;
	line-height: 16px;
	color: #003399;
}


/***************************************
*99 News
/*****************************************/

.news {
	margin: 40px 0 0 0;
}

.news h2 {
	text-align: center;
	margin: 0 0 0 30px;
}

.newsbox {
	width: 680px;
	margin: 40px auto 60px;
}

.news p {
	text-align: left;
}

.imptxt {
	text-align: left;
	margin: 10px 0 10px 20px;
	font-weight: bold;
}

.imptxt a{
	color: #FF3366;
}

.line {
	margin: 40px auto;
	border-bottom: dashed 1px #CCCCCC;
	width: 660px;
}

