@charset "UTF-8";

/*-------------------------------------*/
/*       misell Search スタイル        */
/*-------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a img {
	border: none;
}

html {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	line-height: 120%;
	min-width: 900px;
}
body {
	padding: 0;
	overflow-y: scroll;
}
a {
	text-decoration: none;
}


/*-------------------------------------*/
/*       基本幅オブジェクト設定        */
/*-------------------------------------*/

body > section {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
body > section {
	min-height: 400px;
}


/*-------------------------------------*/
/*          タイプボタン設定           */
/*-------------------------------------*/

#typeButtons {
	margin: 30px 0 15px;
}

#typeButtons *,
#typeButtons {
	height: 30px;
}
#typeButtons p {
	line-height: 30px;
	font-size: 12px;
	float: left;
	width: 120px;
	text-align:right;
}
#typeButtons p:after {
	content: "⇒";
	display: inline-block;
	margin: 0 8px 0 7px;
}


/*-------------------------------------*/
/*          ソートボタン設定           */
/*-------------------------------------*/

#sortButtons {
	margin: 25px 0 30px;
}

#sortButtons *,
#sortButtons {
	height: 30px;
}
#sortButtons p {
	line-height: 30px;
	font-size: 12px;
	float: left;
	width: 120px;
	text-align:right;
}
#sortButtons p:after {
	content: "⇒";
	display: inline-block;
	margin: 0 8px 0 7px;
}


/*-------------------------------------*/
/*         アイテムリスト設定          */
/*-------------------------------------*/

#goodsList ul li {
	display:inline-block;
	vertical-align:top;
	margin: 20px 7px 5px;
	width: 160px;
	text-align:center;
}

#goodsList ul li img {
}

#goodsList ul li dt {
	margin: 5px 0 0 0;
	font-weight:bold;
	white-space: nowrap;
}

#goodsList ul li dt span {
	display:block;
	font-weight: normal;
	font-size: 10px;
	white-space: nowrap;
	color: #666;
}

#goodsList ul li dd {
	margin: 2px 0 0 0;
	text-align:left;
	display:inline-block;
}

/*------------- 価格部分 -------------*/

#goodsList ul li dd#price {
	width: 87px;
}

#goodsList ul li dd#price:before {
	content: "月額 ";
}

#goodsList ul li dd#price:after {
	content: " 円";
}

#goodsList ul li dd#station {
	display:block;
	font-weight: normal;
	font-size: 10px;
	white-space: nowrap;
	color: #666;
    text-align:center;
}


/*------------- 詳細部分 -------------*/

#goodsList ul li dd + dd {
	width: 68px;
}

#goodsList ul li dd + dd a {
	background: url(../search/icon-more.png) no-repeat center left;
	padding: 0 0 0 17px;
	min-height: 15px;
	line-height: 15px;
	display: block;
	color: #333;
}

#goodsList ul li dd + dd a:hover {
	color: #F06;
}
