@charset "utf-8";
/*------------------------------レイアウト設定-----------------------------*/
/*----------中央カラム---------*/
#centercolumn{
	float: left;
	width: 558px;
	text-align: left;
	padding-top: 5px;
}
/*----------右カラム---------*/
#rightcolumn {
	margin-left: 568px;
	padding-top: 5px;
}

/*------------------------------イメージ部分-----------------------------*/
#slider {
	height: 277px;
	overflow: hidden;
}
#slider img {
	border: none;
}

/*------------------------------機種一覧-----------------------------*/
#toplist {
	clear: both;
}
/*----------見出し---------*/
#toplist h2 {
	background-image: url(../img/top/midashi_agent.gif);
	height: 30px;
	width: 558px;
	text-indent: -9999px;
	margin: 10px 0 2px 0;
}
/*----------各機種---------*/
.topitem {
	float: left;
	height: 136px;
	width: 106px;
	border: 1px solid #adb9c2;
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
}
.odd {
	margin-right: 4px;
}
.even {
	margin-right: 5px;
}
.price {
	font-weight: bold;
	color: #C00;
	height: 23px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 66px;
	padding-top: 20px;
}
/*割引あり*/
.discount {
	background-image: url(../img/top/bg_price_discount.png);
	padding-left: 40px;
}
/*割引なし*/
.undiscount {
	background-image: url(../img/top/bg_price_undiscount.png);
	padding-left: 40px;
}
/*人気ランキング*/
.ranking1 {
	background-image: url(../img/top/bg_price_no1.png);
	padding-left: 40px;
}
.ranking2 {
	background-image: url(../img/top/bg_price_no2.png);
	padding-left: 40px;
}
.ranking3 {
	background-image: url(../img/top/bg_price_no3.png);
	padding-left: 40px;
}
.ranking4 {
	background-image: url(../img/top/bg_price_no4.png);
	padding-left: 40px;
}
.ranking5 {
	background-image: url(../img/top/bg_price_no5.png);
	padding-left: 40px;
}
.norank {
	background-image: url(../img/top/bg_price_norank.png);
	text-align: center;
	width: 106px;
}

/*------------------------------フェリカ連動パッケージ-----------------------------*/
#felicapak {
	clear: both;
}
/*----------見出し---------*/
#felicapak h2 {
	background-image: url(../img/top/midashi_felicapak.gif);
	margin: 0px;
	height: 30px;
	width: 558px;
	text-indent: -9999px;
}
#felicapak ul {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c6c6c6;
	border-top: none;
	background-color: #FFF;
	list-style-type: none;
    overflow: hidden;
}
#felicapak ul:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #felicapak ul {
    height: 1em;
    overflow: visible;
}
/**/
#felicapak li {
	height: 70px;
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
	float: left;
	padding-left: 57px;
	padding-top: 10px;
}
#felicapak li span {
	font-size: 11px;
}
#felicapak a {
	color: #333;
	text-decoration: none;
}
#felicapak a:hover {
	color: #d32626
}
/*----------フェリメル---------*/
#fpak01 {
	width: 128px;
	border-bottom: 1px dotted #c6c6c6;
	border-right: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_feliml.gif);
}
/*----------フェリメルクルマ業界向け---------*/
#fpak02 {
	width: 127px;
	border-bottom: 1px dotted #c6c6c6;
	border-right: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_felimlcar.gif);
}
/*----------スタンプカード---------*/
#fpak03 {
	width: 128px;
	border-bottom: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_card.gif);
}
/*----------メール de ポン---------*/
#fpak04 {
	width: 128px;
	border-bottom: 1px dotted #c6c6c6;
	border-right: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_mailpon.gif);
}
/*----------QR de ポン---------*/
#fpak05 {
	width: 127px;
	border-bottom: 1px dotted #c6c6c6;
	border-right: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_qrpon.gif);
}
/*----------写メールコンテスト---------*/
#fpak06 {
	width: 128px;
	border-bottom: 1px dotted #c6c6c6;;
	background-image: url(../img/top/icon_syame.gif);
}
/*----------人気ランキング---------*/
#fpak07 {
	width: 128px;
	border-right: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_ranking.gif);
}
/*----------スタンプラリー---------*/
#fpak08 {
	width: 127px;
	border-right: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_rally.gif);
}

/*------------------------------その他販促パッケージ-----------------------------*/
#otherpak {
	clear: both;
	margin-top: 5px;
}
/*----------見出し---------*/
#otherpak h2 {
	background-image: url(../img/top/midashi_otherpak.gif);
	margin: 0px;
	height: 30px;
	width: 558px;
	text-indent: -9999px;
}
#otherpak ul {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c6c6c6;
	border-top: none;
	background-color: #FFF;
	list-style-type: none;
    overflow: hidden;
}
#otherpak ul:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #otherpak ul {
    height: 1em;
    overflow: visible;
}
/**/
#otherpak li {
	height: 70px;
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
	float: left;
	padding-left: 57px;
	padding-top: 10px;
}
#otherpak li span {
	font-size: 11px;
}
#otherpak a {
	color: #333;
	text-decoration: none;
}
#otherpak a:hover {
	color: #d32626;
}
/*----------シリアル de ポン---------*/
#opak01 {
	width: 128px;
	border-bottom: 1px dotted #c6c6c6;
	border-right: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_serialpon.gif);
}
/*----------スージーズ---------*/
#opak02 {
	width: 127px;
	border-bottom: 1px dotted #c6c6c6;
	border-right: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_suzizu.gif);
}
/*----------キッカケつく～る---------*/
#opak03 {
	width: 128px;
	border-bottom: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_kikkake.gif);
}
/*----------Pad抽選---------*/
#opak04 {
	width: 128px;
	border-right: 1px dotted #c6c6c6;
	background-image: url(../img/top/icon_pad.gif);
}

/*------------------------------トピックス-----------------------------*/
#topics {
	border: 1px solid #c6c6c6;
	background-color: #FFF;
	margin: 5px 0;
}
/*----------見出し---------*/
#topics h2 {
	background-image: url(../img/top/midashi_topics.gif);
	height: 26px;
	margin: 0;
}
#topics h2 a {
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 210px;
}
#topics dl{
	margin: 0;
	padding: 5px;
	text-align: left;
	font-size: 12px;
}
/*----------日付---------*/
#topics dt {
	margin: 0;
	padding: 0;
	color: #003da0;
	font-weight: bold;
}
#topics dt:nth-child(11),
#topics dt:nth-child(13),
#topics dt:nth-child(15),
#topics dt:nth-child(17),
#topics dt:nth-child(19),
#topics dt:nth-child(21),
#topics dt:nth-child(23),
#topics dt:nth-child(25),
#topics dt:nth-child(27) {
	display: none;
}
/*----------タイトル---------*/
#topics dd {
	margin: 0;
	padding: 0;
}
#topics dd a {
	color: #333;
	text-decoration: none;
}
#topics dd a:hover {
	color: #d32626;
}
#topics dd:nth-child(12),
#topics dd:nth-child(14),
#topics dd:nth-child(16),
#topics dd:nth-child(18),
#topics dd:nth-child(20),
#topics dd:nth-child(22),
#topics dd:nth-child(24),
#topics dd:nth-child(26),
#topics dd:nth-child(28) {
	display: none;
}
/*----------RSS---------*/
#topics p {
	border-top: 1px dotted #dadada;
	margin: 0 5px;
	padding: 5px;
	text-align: right;
	font-size: 12px;
}
#topics p a {
	text-decoration: none;
	color: #333;
}
#topics p a:hover {
	color: #d32626;
}
#topics p img {
	margin-right: 5px;
	vertical-align: middle;
}

/*------------------------------滋賀咲くブログ-----------------------------*/
#shigasaku {
	border: 1px solid #c6c6c6;
	background-color: #FFF;
	margin: 5px 0;
}
/*----------見出し---------*/
#shigasaku h2 {
	background-image: url(../img/top/midashi_blog.gif);
	height: 26px;
	margin: 0;
}
#shigasaku h2 a {
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 210px;
}
#shigasaku p {
	margin: 0;
	background-image: url(../img/top/icon_blog.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0 3px;
	padding: 3px 0 3px 15px;
	text-align: left;
	font-size: 12px;
}
#shigasaku p a {
	text-decoration: none;
}
#shigasaku p a:hover {
	color: #d32626;
}
#shigasaku p span {
	color: #999;
	font-size: 10px;
}

/*------------------------------ケータイニュース-----------------------------*/
#knews {
	border: 1px solid #c6c6c6;
	background-color: #FFF;
	margin: 5px 0;
}
/*----------見出し---------*/
#knews h2 {
	background-image: url(../img/top/midashi_news.gif);
	height: 26px;
	margin: 0;
}
#knews h2 a {
	text-indent: -9999px;
	display: block;
	height: 26px;
	width: 210px;
}
#knews p {
	margin: 0;
	background-image: url(../img/top/icon_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0 3px;
	padding: 3px 0 3px 15px;
	text-align: left;
	font-size: 12px;
}
#knews p a {
	text-decoration: none;
}
#knews p a:hover {
	color: #d32626;
}
#knews p span {
	color: #999;
	font-size: 10px;
}
#knews div {
	height: 300px;
	overflow: auto;
}
