@charset "Shift_JIS";

/* ----------------------------------------------------------- 
CSS Information  

Site URL:	http://www.cosme.net/html/spc/xxxx
File name:      spc.css
Created:        2011-01-14
Last update:    2011-01-14 by ois
by Author Style Info: /html/spc template
----------------------------------------------------------- */ 
/* ----------------------------------------------------------- 
Table of Contents 
 * 編集可能エリア
 * common
 * title
 * item
 * column
 * notice
 * paging
 * paging-link
 * reration
----------------------------------------------------------- */

/* ▼▼▼▼▼▼▼ 編集可能エリア ▼▼▼▼▼▼▼ */

/* テキスト色 */
#spc-contents { color: #333; }
/* リンク色 */
#spc-contents a { color: #eb3566; } 
/* リンク色（訪問済み） */
#spc-contents a:visited { color: #95213d; } 
/* リンク色（マウスオン） */
#spc-contents a:hover,
#spc-contents a:active { color: #ffd195; } 

/* 項目背景色 */
#spc-contents .catch,
#spc-contents .review span,
#spc-contents .view li,
#spc-contents .relation { background: #fcaec1; }

/* リストポイント色 */
#spc-contents .relation dd li { color: #fcaec1; }

/* コラム */
#spc-contents .column {
	position: relative;
	border: thin solid #666;
	height: 308px;
	width: 615px;
	padding: 10px;
}
#spc-contents .column h4 {
	padding-bottom: 5px;
}

#spc-contents .column_left {
	float: left;
	width: 300px;
	height: 253px;
	margin-left: 6px;
	_margin-left: 2px;
	background: url(images/common/spc_1102_bg_research.png) no-repeat left top;
}

#spc-contents .column_left b {
	display: block;
	width: 280px;
	padding-left: 15px;
	padding-top: 10px;
}

#spc-contents .column_left h5 {
	position: absolute;
	left: 30px;
	top: 110px;
}

#spc-contents .column_lead {
	display: block;
	position: absolute;
	top: 165px;
	width: 270px;
	padding-left: 15px;

}
#spc-contents .column_lead span {
	font-size: 10px;
}


#spc-contents .column_right {
	float: left;
	padding-left: 10px;
}



/* ▲▲▲▲▲▲▲ 編集可能エリア ▲▲▲▲▲▲▲ */



























/* ××××××× 以下、編集禁止 ××××××× */

/** common ----------------------------------------------------------------**/
#spc-contents {
	line-height: 1.6;
}
#spc-contents .clearfix { zoom:1; }
#spc-contents .clearfix:after { content:"."; display:block; height:0px; clear:both; visibility:hidden; }

/** title ----------------------------------------------------------------**/
#spc-contents h2 {}
#spc-contents .top-navi li {
	display: inline;
	margin: 0;
}
#spc-contents .lead {
	font-size: 108%;
	margin: 0 0 35px;
}
#spc-contents .lead b {
	font-weight: bold;
}

/** item ----------------------------------------------------------------**/
/** layout --------------------------**/
#spc-contents .item-block {
	width: 650px;
	overflow: hidden;
	margin: 0 -15px 30px 0;
	_zoom: 1;
}
#spc-contents .item {
	float: left;
	width: 310px;
	margin: 0 15px 0 0;
}

/** detail --------------------------**/
#spc-contents .item p {
	margin-right: 5px;
	margin-left: 5px;
}
#spc-contents .item .catch {
	margin: 0 0 5px;
	padding: 4px 8px;
	font-size: 108%;
	font-weight: bold;
}
#spc-contents .item img {
	margin-bottom: 5px;
}
#spc-contents h4 {
	margin: 0 5px 5px;
	font-size: 124%;
	line-height: 1.4;
}
#spc-contents h4 a{
	font-weight: bold;
}
#spc-contents .spec {
	margin-bottom: 15px;
}
#spc-contents .review {
	margin: 0 5px 15px;
}
#spc-contents .review span {
	margin: 0 7px 0 0;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#spc-contents .view {
	width: 300px;
	margin-bottom: 15px;
	padding: 0 5px;
}
#spc-contents .view li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding-left: 10px;
	background-image: url("./layout/arrow.png");
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 1.6;
}
#spc-contents .view li a {
	display: inline-block;
}
* html #spc-contents .view li {
	display: inline;
}
*:first-child+html #spc-contents .view li {
	display: inline;
}

/** column ----------------------------------------------------------------**/
#spc-contents .column {
	margin-bottom: 10px;
}

/** notice ----------------------------------------------------------------**/
#spc-contents .notice {
	margin-bottom: 20px;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
}

/** paging ----------------------------------------------------------------**/
#spc-contents .paging {
	margin-bottom: 5px;
	padding: 7px 15px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	text-align: center;
}
#spc-contents .paging ul {
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#spc-contents .paging li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	list-style-type: none;
	zoom: 1;
}
* html #spc-contents .paging li { display: inline; }
*:first-child+html #spc-contents .paging li { display: inline; }

#spc-contents .paging li span {
	display: block;
	text-align: left;
}
#spc-contents .paging li a {
	display: inline-block;
	margin: 2px -6px 0 8px;
	_margin-right: 0;
	padding: 0 5px;
	border: 1px solid #ccc;
}
#spc-contents .paging li .close {
	color: #aaa;
}
#spc-contents .paging li .close span {
	display: inline-block;
	margin: 2px -6px 0 8px;
	_margin-right: 0;
	padding: 0 5px;
	border: 1px solid #ccc;
	color: #aaa;
}
#spc-contents .paging li a:hover {
	background-color: #eee;
}

/** paging-link --------------------------**/
#spc-contents .pageing-link {
	position: relative;
	margin-bottom: 40px;
	font-size: 108%;
}
#spc-contents .pageing-link .back {
	position: absolute;
	left: 0; top: 0;
	width: 120px;
	text-align: left;
}
#spc-contents .pageing-link .top {
	text-align: center;
}
#spc-contents .pageing-link .next {
	position: absolute;
	right: 0; top: 0;
	width: 120px;
	text-align: right;
}

/** reration ----------------------------------------------------------------**/
#spc-contents .relation {
	margin-bottom: 40px;
}
#spc-contents .relation dt {
	clear: both;
	float: left;
	width: 8em;
	margin-bottom: 20px;
	padding: 5px 12px 5px 0;
	border-top: 3px solid #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: right;
}
#spc-contents .relation dd {
	background: #fff;
	margin-left: 9.5em;
	padding: 7px 12px;
	_height: 1px;
}
#spc-contents .relation dd ul {
	margin-left: 18px;
}
#spc-contents .relation dd li {
	list-style: outside disc;
	margin-bottom: 3px;
}
#spc-contents .relation dd a {
	margin-right: 5px;
}
