@charset "utf-8";

/* --------------------------------------------------------- */
/* タイプ別トップ - ucar_type.css
------------------------------------------------------------ */

#main {
	float: right;
	width: 720px;
}
#side {
	float: left;
	width: 240px;
}
#main .section {
	margin-bottom: 30px;
}

/* タイトル
------------------------------------------------------------ */
#main h2 {
	position: relative;
}
#main h2 span {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	position: absolute;
	right: 10px;
}

/* 登録状況
------------------------------------------------------------ */
.borderBox {
	padding: 10px;
	margin-bottom: 30px;
}
.borderBox .border {
	height: 100%;
	padding: 15px 0 15px 15px;
}
.borderBox .border p.img {
	border: solid 1px #D9D9D9;
	float: left;
	width: 151px;
	height: 91px;
	margin-right: 15px;
}
.borderBox .border dl {
	position: relative;
	float: left;
	width: 500px;
	padding: 10px 0;
}
.borderBox .border dl+dl {
	border-top: dotted 1px #DADADA;
}
.borderBox .border dt, .borderBox .border dd {
	display: inline;
}
.borderBox .border dt {
	padding-right: 5px;
}
.borderBox .border dd {
	color: #DE1206;
	padding-right: 15px;
}
.borderBox .border dd strong {
	font-size: 16px;
}
.borderBox .border dd.linkIco, .borderBox .border dd.viewBtn01 {
	position: absolute;
	right: 0;
	padding-right: 0;
}
.borderBox .border h3 {
	font-size: 12px;
	border: none;
	float: left;
	clear: both;
	*width: 70%;
	padding: 20px 0 0 0;
}
.borderBox .border p.conditionIco {
	float: right;
	padding: 19px 15px 0 15px;
}
.borderBox .border ul {
	clear: both;
}
.borderBox .border li {
	line-height: 16px;
	float: left;
	width: 216px;
	height: 60px;
	margin: 10px 10px 0 0;
}
.borderBox .border li a {
	color: #333;
	text-decoration: none;
	border: solid 1px #D9D9D9;
	display: block;
	width: 204px;
	height: 40px;
	padding: 10px 5px;
}
.borderBox .border li a:hover {
	border: solid 1px #DE1209;
}
.borderBox .border li img {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	*zoom: 1;
	*display: inline;
}
.borderBox .border li span {
	font-size: 11px;
	line-height: 14px;
	background: url(../img/icon/ico_arrow.png) no-repeat 0 3px;
	display: inline-block;
	vertical-align: middle;
	width: 110px;
	padding: 0 0 0 10px;
	*zoom: 1;
	*display: inline;
}

/* PR
------------------------------------------------------------ */
.prBox {
	line-height: 20px;
	color: #686859;
	background-color: #F4F4EA;
	padding: 15px;
	margin-bottom: 30px;
}
.prBox p {
	border-bottom: dotted 1px #C5C58F;
	padding-bottom: 10px;
}
.prBox dt {
	padding-top: 10px;
}

/* ピックアップ
------------------------------------------------------------ */
#pickupBox {
	background: url(../img/ucar/search/bac_pickup.png) no-repeat 0 0;
	height: 128px;
	margin-bottom: 30px;
}
#pickupBox h3 {
	float: left;
	width: 203px;
}
#pickupBox ul {
	float: right;
	padding: 20px 10px 10px 0;
}
#pickupBox li {
	float: left;
	padding: 0 10px;
}
#pickupBox li+li {
	border-left: dotted 1px #DADADA;
}
#pickupBox li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/* ランキング
------------------------------------------------------------ */
#rankingBox {
	padding-bottom: 30px;
}
#rankingBox table {
	border: solid 1px #DADADA !important;
}
#rankingBox th {
	color: #777;
}
#rankingBox th.head {
	color: #FFF;
	background-color: #7F7F7F;
}
#rankingBox th.rank1 {
	color: #FFF;
	background-color: #F8AF07;
}
#rankingBox td {
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	border: dotted 1px #DADADA !important;
	border-right: solid 1px #DADADA !important;
	width: 48%;
	padding: 10px;
}
#rankingBox td p {
	float: left;
	width: 50%;
}
#rankingBox td label {
	padding-right: 10px;
}
#rankingBox td img {
	width: 128px;
}
#rankingBox td span {
	font-size: 11px;
	line-height: 12px;
	display: block;
	padding: 5px 0 3px 0 !important;
}
#rankingBox td span a {
	background: url(../img/icon/ico_tree.png) no-repeat 0 5px;
	padding: 3px 3px 3px 13px;
}
#rankingBox td .viewer {
	color: #FFA54C;
	padding-bottom: 5px !important;
}
#rankingBox td .attract {
	color: #629B0D;
	padding-bottom: 5px !important;
}
#rankingBox td.btn {
	text-align: center;
	background-color: #EEE;
	border-top: solid 1px #DADADA !important;
}
#rankingBox td.btn p.viewBtn02 {
	float: none;
	width: 180px;
	margin: 0 auto;
}

/* 必見
------------------------------------------------------------ */
.list5 {
	padding: 2px 0 5px 2px;
}
.list5 li {
	float: left;
	width: 120px;
	padding: 0 11px;
	*padding: 0 11px 11px 11px;
	margin: 11px 0;
}
.list5 li+li {
	border-left: dotted 1px #DADADA;
}
.list5 li:nth-of-type(6) {
	border-left: none;
}
.list5 .photo {
	width: 120px;
	height: 90px;
	margin-bottom: 5px;
	overflow: hidden;
}
.list5 .photo img {
	width: 120px;
}
.list5 .name {
	line-height: 16px;
	padding: 3px 0;
}
.list5 .price {
	font-weight: bold;
	color: #DE1207;
}
.list5 .shop {
	font-size: 11px;
	line-height: 14px;
	color: #999;
	padding-top: 3px;
}

/* ランキング */
.list5 .photo span {
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #777;
	background-color: #EEE;
	display: block;
	width: 20px;
	height: 20px;
}
.list5 .photo span.rank1 {
	color: #FFF;
	background-color: #F8AF07;
}
.section .ranking .photo {
	height: 110px;
}

/* サイドカラム
------------------------------------------------------------ */
#side p.searchBtn02 {
	border-top: dotted 1px #DADADA;
	padding: 12px;
	margin: 0 12px;
}
#side p.searchBtn02 a {
	margin: 0 auto;
}
#side .colorSrc {
	width: 120px;
	padding: 12px 0 7px 0 !important;
	margin: 0 auto;
}
#side .searchBox h4 {
	border-top: dotted 1px #DADADA;
	border-bottom: dotted 1px #DADADA;
	padding: 8px 12px 7px 12px;
}
#side .searchBox h4 img {
	vertical-align: middle;
	padding-right: 7px;
}
#side .searchBox .cAlg {
	padding-top: 10px;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* clearfix
------------------------------------------------------------ */
.border:after,
.border ul:after,
#pickupBox:after,
.list5:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .border,
* html .border ul,
* html #pickupBox,
* html .list5 { zoom: 1; } /* IE6 */

*:first-child+html .border,
*:first-child+html .border ul,
*:first-child+html #pickupBox,
*:first-child+html .list5 { zoom: 1; } /* IE7 */
