@charset "UTF-8";
/* common.css */

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "MS Pゴシック",sans-serif;
	font-size:12px;
	color:#666666;
	line-height:120%;
	z-index:0;
}

a:link,
a:visited {
	text-decoration:underline;
	color:#CB5C86;
}


a:hover,
a:active {
	color:#DDA7B9;
}


.pageTit {
	clear:both;
	height:20px;
	margin-bottom: 20px;
}
h3.pageTit {
	clear:both;
	height:20px;
	margin-bottom: 10px;
}

.pageTit02 {
	clear:both;
	height:1px;
	display: block;
}
.pageTit03 {
	clear:both;
	height:20px;
}


.title {
	line-height:1.5em;
}

.title a {
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}

.creator {
	line-height:1.5em;
}

.creator a {
	text-decoration:none;
	color:#999999;
}
.title a:hover,
.creator a:hover {
	text-decoration:underline;
}

.thumb {
	width:65px;
	border:solid 1px #DDDDDD;
	padding:2px;
}
.price {
	line-height:1.5em;
	font-size:10px;
	color:#CB5B85;
}

.price_large {
	line-height:1.5em;
	color:#CB5B85;
}

.price_large02 {
	line-height:1.5em;
	color:#CB5B85;
	font-size: 1.2em;
}

.text {
	line-height:1.6em;
}


/* MoreLink */

.moreLink {
	clear:both;
	line-height:14px;
	font-size:12px;
	text-align:right;
	padding-right: 20px;
}


.moreLink a {/*
	text-decoration:none;
*/}


.moreLink span {
	display:inline-block;
	height:14px;
	padding-left:10px;
	background:url(../img/IconArrow.png) no-repeat 0 center;
	vertical-align:middle;
}




.moreLink2 {
	clear:both;
	line-height:14px;
	font-size:12px;
	text-align:right;
	padding-right: 5px;
}


.moreLink2 a {/*
	text-decoration:none;
*/}


.moreLink2 span {
	display:inline-block;
	height:14px;
	padding-left:10px;
	background:url(../img/IconArrow.png) no-repeat 0 center;
	vertical-align:middle;
}



/* ItemList */

.itemList {
	width:760px;
	list-style-type:none;
	z-index:0;
}

#ContentsList .itemList {
	width:980px;
	list-style-type:none;
	z-index:0;
}


/*biggerlink hover*/
.hover {
	cursor: pointer;
	background-color:#e5f3e9;
}
/*biggerlink hover*/	
	
.itemList li {
	position:relative;
	float:left;
	z-index:1;
	width:189px;
	height:210px;
	border:solid 1px #DDDDDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 5px 10px 0;
	_padding-left:5px;
	_width:184px;
	*behavior: url("/mp/js/PIE.htc");/* for ie6 */
}




.itemList li .image {
	padding:5px 0;
	text-align:center;
}

.itemList li .title {
	position:absolute;
	top:167px;
	left:10px;
}

.itemList li .title a {
	color:#666666;
}

.itemList li .creator {
	position:absolute;
	top:210px;
	left:10px;
	font-size:10px;
}
.itemList li .price {
	position: absolute;
	top: 192px;
	right: -2px;
}


/* ClearFix */

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

.clearfix { 
	display: inline-block; 
}

.clearfix { 
	display: block; 
}
