@charset "utf-8";

/*-----------------------------------------------------
Main
-------------------------------------------------------*/

/*-------------------------------------
cm-list
---------------------------------------*/
div.cm-list{
	margin:0 0 30px 0;
}

/*
cm
--------------------*/
div.cm-list div.cm{
	width:200px;
	float:left;
	display:inline;
	margin-bottom:20px;
	padding:4px;
	cursor:pointer;
	border:1px solid #CCCCCC;
	background-repeat:repeat;
	background-position:0 0;
	background-image:url("/cmn/images/common/item_list_bg.gif");
}
div.cm-list div.box{
	margin-right:15px;	
}
div.cm-list div.cm.hover{
	border:1px solid #FC883E;
	background-image:url("/cmn/images/common/item_list_bg_on.gif");
}
div.cm-list div.cm div.cm-inline{
	width:200px;
	overflow:hidden;
	background:url("/cmn/images/common/item_list_arrow.gif") no-repeat 99% 99% #FFF;
}
div.cm-list div.cm div.cm-inline p.photo{
	width:170px;
	margin:10px 0 10px 15px;
}
div.cm-list div.cm div.cm-inline h4{
	margin:10px 0 10px 15px;
	font-weight:lighter;
}
div.cm-list div.cm div.cm-inline h4 a{
	text-decoration:none;
	color:#333333;
}


/*-------------------------------------
cm-detail
---------------------------------------*/
div.cm-detail{
}

/*
flash
--------------------*/
div.cm-detail div.detail-l{
	float:left;
	width:500px;
}
div.cm-detail div.detail-l div.flash-bottom{
	background:url("/cm/cmn/images/flash_bottom.jpg") no-repeat left bottom;
	padding-bottom:5px;
}
div.cm-detail div.detail-l p.flash-top{
	background:url("/cm/cmn/images/flash_top.jpg") no-repeat left top;
	padding:5px 5px 0 5px;
}

/*
text
--------------------*/
div.cm-detail div.detail-r{
	float:left;
	width:140px;
	margin-left:0px;
}
div.cm-detail div.flash-ttl,
div.cm-detail div.detail-r div.flash-ttl{
	margin-bottom:20px;
	padding:5px 0 10px;
	background:url("/cm/cmn/images/ttl-border.gif") repeat-x left bottom;
}
div.cm-detail div.flash-ttl h3,
div.cm-detail div.detail-r div.flash-ttl h3{
	font-weight:bold;
	padding-left:20px;
	font-size:134%;
	background:url("/cm/cmn/images/ttl-icon.gif") no-repeat 0 4px;
}
div.cm-detail div.detail-r ul{
	list-style:none;
}
div.cm-detail div.detail-r li,div.cm-detail div.detail-b li{
	padding-left:15px;
	background:url("/cmn/images/common/side_icon_arrow.gif") no-repeat 0 5px;
	margin:0 0 5px 0;
}

div.cm-detail div.detail-b{
	float:left;
	width:600px;
	margin-left:10px;
}

/*JASRAC*/
div.jasrac {width:200px;}
div.jasrac img {float:left; margin-right:5px;}
