@charset "Shift_JIS";
/* ------------------------------------------------------------------

	他ページ共通 CSS
	
------------------------------------------------------------------- */
.footer{
	padding-top:0;
}

/* ------------------------------------------------------------------

	全体
	
------------------------------------------------------------------- */
.biggest_colomn{
text-align: left;
}

.main_colomn{
background-color: #c2c1c5;
}

img { vertical-align:bottom }

.cm_contents_header{
background:url(images/bg_main.jpg) no-repeat left 40px;
width:950px;
min-height:743px;
height:auto !important;
height:743px;
}

.cm_contents_header h2{
margin:0;
}


.cm_contents_header h3{
padding:39px 0 0 56px;
margin:0;

}

.cm_contents_header .movie{
width:449px;
height:276px;
border:1px solid #000000;
margin:220px 35px 0 0;
float:right;
}


/* ---------------------
	アーティスト情報
---------------------- */

.artist_info{
font-size:12px;
color:#032138;
width:954px;
background:url(images/bg_main02.gif) no-repeat 0 bottom;
padding:30px 0 0 20px;
margin-bottom: 20px;
}

/*--clearfix--*/
.artist_info:after{
content: "";
display: block;
clear: both;
}

.artist_info h3{
  margin-bottom:20px;
}
	

/* =======Release======= */

.artist_info .release{
float:left;
width:410px;
margin:0 30px;
padding-bottom:30px;
}

/*--clearfix--*/
.artist_info .release:after{
content: "";
display: block;
clear: both;
}

.artist_info .release p{
color:#393939;
margin-bottom:20px;
width:350px;
}

.artist_info .release .cdAndDvd{
float:left;
width:210px;
margin-right:10px;
padding-bottom:20px;
}


.artist_info .release .cd_pic{
	width: 150px;
	float: left;
	padding-left: 20px;
}

.artist_info .release .cd{
float:left;
width:200px;
padding-bottom:20px;
}

/*--clearfix--*/
.artist_info .release .cd:after{
content: "";
display: block;
clear: both;
}

.officialHP{
text-align:center;
}

.officialHP a:link,
.officialHP a:visited{
text-decoration:none;
color:#393939;
}

.officialHP a:hover,
.officialHP a:active{
text-decoration:underline;
color:#8f8f8f;
}

/* =======PROFILE======= */

.artist_info .profile{
line-height:170%;
width:385px;
color:#393939;
float:left;
margin-right:50px;
padding-bottom:30px;
}


/* ---------------------
	CMで紹介されたお花
---------------------- */

.product_picup{
width:900px;
background:url(images/bg_product.gif) no-repeat 0 bottom;
padding:0 0 30px 0;
margin:0 auto 0;
min-height:230px;
height:auto !important;
height:230px;
}

/*--clearfix--*/
.product_picup:after{
content: "";
display: block;
clear: both;
}

.product_picup h3{
text-align:center;
padding:0 0 30px 0;
}

.product_picup .price{
color:#f46917;
}

.product_picup h4 a:link,
.product_picup h4 a:visited{
text-decoration:none;
color:#f46917;
}

.product_picup h4 a:hover,
.product_picup h4 a:active{
text-decoration:underline;
color:#f49760;
}

.bnr_mother{
	margin: 20px auto 0;
	text-align: center;
}

/* ------------------------------------------------------------------
	商品2列
------------------------------------------------------------------- */

ul.product-row2{
padding:0 0 0 0;
margin:0 0 0 70px;
overflow:hidden; /*----- float解除------*/
}

*html ul.product-row2{
height:1%; /*----- float解除------*/
}

ul.product-row2 li{
float:left;
width:370px;
margin:0 20px;
_display:inline;/*IE6hack*/
}

ul.product-row2 li p.catch{
line-height:110%;
overflow:hidden;
margin:0 0 5px 0;
padding:0;
}

*html ul.product-row2 li p.catch{
height:1%;
}


ul.product-row2 li p.catch img{
float:left;
margin:0 5px 0 0;
}

ul.product-row2 li p.product_pic{
float:left;
widows:168px;
}

ul.product-row2 li p.product_pic img{
border:1px solid #ffa1ce;
}



ul.product-row2 li h4{
padding:2px 0 2px 0;
font-size:12px;
}

ul.product-row2 li p.price{
padding:2px 0 10px 0;
font-size:12px;
font-weight:bold;
}

ul.product-row2 li p.detail-size{
font-size:11px;
line-height:130%;
padding:6px 0 0 40px;
background:url(images/icon_size.gif) no-repeat left 4px;
}

ul.product-row2 li p.detail-fmaterial{
font-size:11px;
line-height:130%;
padding:6px 0 0 40px;
background:url(images/icon_material.gif) no-repeat left 6px;
}

ul.product-row2 .txtbox{
/*--最小の高さ--*/
float:left;
margin:0 0 0 10px;
width:183px;
min-height:142px;
height:auto !important;
height:142px;
}

ul.product-row2 .order img{
padding:0 0 20px 10px;
float: right;
}


