/* 検索ページここから------------------------------------------------ */

/* Hタグ
------------------------------------------------ */
h2 {
	padding: 0px 0 0 49px;
	font-weight: bold;
	font-size: 107%;
	text-align: left;
}
h2.bto {
	background: url(https://img1.kakaku.k-img.com/images/bto/h2bg.gif) repeat-x left top;
	padding: 0px;
	position: relative;
	height: 36px;
	margin: 0px;
}
h2.bto span.h2text {
	padding-top: 16px;
	display: block;
	position: absolute;
	left: 46px;
	top: 0px;
	width: 400px;
}
h2.bto span.h2L {
	background: url(https://img1.kakaku.k-img.com/images/bto/h2_left.gif) no-repeat left top;
	float: left;
	display: block;
	height: 36px;
	width: 43px;
	position: absolute;
	left: 0px;
	top: 0px;
}
h2.bto span.h2R {
	background: url(https://img1.kakaku.k-img.com/images/bto/h2_right.gif) no-repeat left top;
	display: block;
	height: 36px;
	width: 43px;
	position: absolute;
	top: 0px;
	right: 0px;
}
/* clearfix */
h2.bto:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

h3 {
	font-size: 107%;
	font-weight: bold;
	margin-right: 5px;
}

/* 検索ボックス
------------------------------------------------ */
#searchBoxArea {
	width: 970px;
	text-align: center;
	margin: 10px auto 0px;
}
#main .searchBox {
	width: 838px;
	padding: 6px;
	background: #e8f5ff;
	border-top: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#main .inBox {
	width: 725px;
	background: url(https://img1.kakaku.k-img.com/images/bto/inbox_bg.gif) repeat-y left top;
	position: relative;
}
.arrowLarge01 {
	position: absolute;
	top: 6em;
	right: 282px;
}
#prArea {
	width: 120px;
	margin: 12px 0px 0px 10px;
}
#prArea img {
	margin-bottom: 3px;
}
#main .scrollBox {
	padding: 0px 14px;
	overflow: auto;
	height: 200px;
	width: 400px;
	float: left;
}
#main .scrollBox02 {
	padding: 8px 10px 0px;
	overflow: auto;
	height: 170px;
}
.scrollBox table td,
.scrollBox02 table th,
.scrollBox02 table td {
	line-height: 160%;
	padding: 1px 2px;
	text-align: left;
}
.scrollBox02 table tr {
	background: url(https://img1.kakaku.k-img.com/images/bto/dotline_x_blue.gif) repeat-x left bottom;
}
.title {
	background: #dae1f5;
	line-height: 20px;
	font-weight: bold;
	height: 20px;
	width: 290px;
	text-indent: 10px;
	text-align: left;
}

/* 左メニュー */
#main ul.menu {
	width: 97px;
}
#main ul.menu li {
	background: url(https://img1.kakaku.k-img.com/images/bto/menu_bg.gif) no-repeat left top;
	line-height: 25px;
	height: 25px;
	width: 97px;
	margin-bottom: 2px;
	list-style: none;
	text-indent: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
#main ul.menu li a {
	height: 25px;
	width: 97px;
	display: block;
}
#main ul.menu li a:link,#main ul.menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#main ul.menu li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main ul.menu li.now {
	background: url(https://img1.kakaku.k-img.com/images/bto/menu_bg_now.gif) no-repeat left top;
	color: #000000;
}

#main .pageCount {
	text-align: center;
	margin: 10px 0px;
}
/* テーブル
------------------------------------------------ */
/* 初期値 */
th {
	font-weight: bold;
	vertical-align: top;
}
td {
	vertical-align: top;
	text-align: left;
}
#main th.alignL,#main td.alignL {
	text-align: left;
}
#main th.alignR,#main td.alignR {
	text-align: right;
}
#main td.vt {
	vertical-align: top;
}
/* 検索項目 */
#main .tblSelect {
	background: #FFFFFF;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#main .tblSelect th {
	font-weight: bold;
	background: #F7F7F7;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #585858;
	padding: 3px 5px;
	white-space: nowrap;
}
#main .tblSelect th.th01 {
	background: #EEEEEE;
}
#main .tblSelect th.border {
	border-right: 2px solid #ccc;
}
#main .tblSelect .borderLeft {
	border-left: 2px solid #ccc;
}
#main .tblSelect td {
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #ccc;
	padding: 3px 5px;
}
#main .tblSelect td label {
	white-space: nowrap;
	display: inline-block;
}

html>/**/body #main .tblSelect td label{float /*\**/: left\9 }

.tblSelect input, .tblSelect select, .tblSelect textarea { margin: 0px 5px; }



/* 結果一覧 */

.tblBto {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 5px;
}
.tblBto th,.tblBto td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	padding: 5px;
}
#main .tblBto th {
	text-align: center;
	background: #E9F4FF;
	font-weight: bold;
	white-space: nowrap;
}
.tblBto th p {
	font-weight: normal;
	margin-top: 3px;
}
.tblBto th div {
	margin-top: 3px;
	width: 40px;
}
.tblBto td {
	text-align: left;
	background: #fff;
}
#main .tblBto td.tdWhite {
	background: #FFFFFF;
	border-bottom: 1px solid #8C8C8C;
}

#main .tblBto td.tdGray {
	background: #F0F0F0;
	border-bottom: 1px solid #8C8C8C;
}
#main td.price {
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}
/* -------------------------------------- sm6 101210 add */
#main td.price a {
	color: #FF0000;
	font-family: Verdana;
/*	font-size: 129%;*/
	font-weight: bold;
	text-decoration: none;
}
#main td.price a:hover {
	text-decoration: underline;
}
/* -------------------------------------- sm6 101210 add */
.tblBto .noCustom {
	background: #F0F0F0 url(https://img1.kakaku.k-img.com/images/bto/bg_nocustom.gif) no-repeat right bottom;
}


/* ショップページここから------------------------------------------------ */
/* タブ下H3回り
------------------------------------------------ */
#main .h3Area {
	color: #666666;
	line-height: 120%;
	width: 910px;
	padding: 5px 10px;
	background: url(https://img1.kakaku.k-img.com/images/shopview/h3bg.gif) repeat-y left top;
	margin: 0px;
}
#main .h3Area h3 {
	font-size: 107%;
	font-weight: bold;
	color: #000000;
	display: inline;
	padding: 0px;
}
/* 全タブ共通　ページ内レイアウト
------------------------------------------------ */
#tabContents {
	margin: 5px 0px 10px;
}
/* H4　カテゴリ別
------------------------------------------------ */
#shopview h4.typeTh {
	font-weight: bold;
	line-height: 120%;
	height: 120%;
	padding: 1px;
}
#shopview h4 {
	line-height: 28px;
	height: 28px;
	font-weight: bold;
	padding-left: 45px;
	font-size: 100%;
}

/* 一覧ボックス　カテゴリ別
------------------------------------------------ */
#shopview .boxTitle01 {
	line-height: 23px;
	height: 23px;
	font-weight: bold;
	color: #323232;
	text-indent: 10px;
	font-size: 85%;
}
#pc .boxTitle01 {
	background: url(https://img1.kakaku.k-img.com/images/shopview/title01_pc.gif) repeat-x left top;
}

/* その他ボックス
------------------------------------------------ */
#main .box02 {
	background: url(https://img1.kakaku.k-img.com/images/shopview/box02_bg.gif) repeat-y left top;
	width: 363px;
	text-align: center;
}
#main .titleReview {
	padding: 5px 5px 5px 30px;
	line-height: 120%;
	background: #ebeff0 url(https://img1.kakaku.k-img.com/images/shopview/review_title.gif) no-repeat left top;
	width: 451px;
}

.priceBox h3{
	font-size:140%;
	line-height:120%;
	font-weight: bold;
	margin-top: 5px;
	padding: 0px;
	width: 750px;
}
.priceBox h3 a:link,.priceBox h3 a:visited{
	color: #0000dd;
	text-decoration:none;
}
.priceBox h3 a:hover {
	color: #0099ff;
	text-decoration: underline;
}
#itemInfo {
	margin-top: 10px;
}
#itemInfo .itemImgBox {
	width: 170px;
	margin: 0px;
	text-align: center;
	background: url(https://img1.kakaku.k-img.com/images/bto/itembox_bg.gif) repeat-y left top;
}
#itemInfo .itemImgBox p {
	margin-top: 8px;
}

#itemInfo .priceBox {
	margin-bottom: 10px;
}
#itemInfo .price {
	width: 750px;
	padding: 6px 0px 0px;
	border-top: 1px solid #ccc;
	margin-top: 3px;
}
/* IE9-hack 110310SM5 */
html:not(:target) #shopview #itemInfo .w930 br[clear="all"].none {
 line-height:inherit\9;
}

/* テーブル
------------------------------------------------ */
.tblType01 {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.tblType02 {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.tblType01 th {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #e2e6f6;
	font-weight: normal;
}
.tblType02 th {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #e2e6f6;
	font-weight: normal;
}
th.title02 {
	border-right: 0px none;
	border-top: 0px none;
}
.tblType01 th.title02 {
	background: url(https://img1.kakaku.k-img.com/images/shopview/title_bg.gif) repeat-x left bottom;
	border-left: 4px solid #000080;
	border-bottom: 0px none;
}
.tblType02 th.title02 {
	background: url(https://img1.kakaku.k-img.com/images/bto/title_bg_02.gif) repeat-x left bottom;
	border-left: solid 4px #ed6002;
	border-bottom: 1px solid #999999;
}
.tblType02 td.subTitle {
	border-bottom: 0px none;
	font-weight: bold;
}
.tblType02 td.subTitle p {
	background-color: #ffe69a;
	padding: 3px;
	text-indent: 5px;
}
th.title02 a {
	font-weight: normal;
}

.tblType01 td {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.tblType02 td {
	border-right: 1px solid #999999;
}

#main .tblType01 .tdType01 {
	padding-bottom: 10px;
}
#main .tblType01 .tdType01 p {
	margin-top: 5px;
}

#main .tblType02 td.yBorder {
	background: url(https://img1.kakaku.k-img.com/images/shopview/yborder01.gif) no-repeat right top;
	border-right: 1px solid #FFFFFF;
}

.tblTypeIn {
	border-style: none;
}
.tblTypeIn th,.tblTypeIn td {
	border-style: none;
	color:#5f5e5e;
}
.tblTypeIn td p {
	border-style: none;
	color:#5f5e5e;
	background:url(https://img1.kakaku.k-img.com/images/bto/arrow03.gif) left no-repeat;
	padding-left:13px;
}
#main .shopComment02 {
	display: block;
	height: 235px;
	width: 390px;
	text-align: left;
	padding: 5px;
	overflow: auto;
	border: 1px solid #ccc;
	line-height: 120%;
	margin: 10px auto 0px;
}

/* リスト
------------------------------------------------ */
#main ul.notes {
	margin: 5px 0px 0px;
}
#main ul.notes li {
	line-height: 140%;
	list-style: none;
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_notes.gif) no-repeat left top;
	padding-left: 12px;
}
#main ul.pay {
	margin: 5px 0px;
}
#main ul.pay li {
	padding-left: 20px;
	background: url(https://img1.kakaku.k-img.com/images/shopview/pay_off.gif) no-repeat left top;
	list-style: none;
	color: #666666;
}
#main ul.pay li.check {
	background: url(https://img1.kakaku.k-img.com/images/shopview/pay_on.gif) no-repeat left top;
	color: #333333;
}
#main ul.mList02 li,a.arrow01 {
	background: url(https://img1.kakaku.k-img.com/images/middlearrow_home.gif) no-repeat left top;
	padding-left: 8px;
	line-height: 120%;
	list-style: none;
}
#main ul.buy {
	margin: 5px 0px 5px 5px;
}
#main ul.buy li {
	list-style: none;
	display: inline;
	line-height: 160%;
	padding: 5px 10px 5px 28px;
}


#main ul.buy li.iconPur1On {
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_shop_on.gif) no-repeat left top;
}
#main ul.buy li.iconPur2On {
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_web_on.gif) no-repeat left top;
}
#main ul.buy li.iconPur3On {
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_mail_on.gif) no-repeat left top;
}
#main ul.buy li.iconPur4On {
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_fax_on.gif) no-repeat left top;
}
#main ul.buy li.iconPur5On {
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_tel_on.gif) no-repeat left top;
}
#main ul.buy li.iconPur1Off {
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_shop_off.gif) no-repeat left top;
	color: #666666;
}
#main ul.buy li.iconPur2Off {
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_web_off.gif) no-repeat left top;
	color: #666666;
}
#main ul.buy li.iconPur3Off {
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_mail_off.gif) no-repeat left top;
	color: #666666;
}
#main ul.buy li.iconPur4Off {
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_fax_off.gif) no-repeat left top;
	color: #666666;
}
#main ul.buy li.iconPur5Off {
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_tel_off.gif) no-repeat left top;
	color: #666666;
}



/* 縦型比較ページここから------------------------------------------------ */
/* テーブル
------------------------------------------------ */
/* PC */
#main .tblCompare {
	margin-top: 5px;
}
#main .tblCompare th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	line-height: 120%;
	background: #F7F7F7;
}
#main .tblCompare th.fontWhite {
	color: #FFFFFF;
}
#main .tblCompare th.fontWhite a {
	color: #FFFFFF;
}
#main .tblCompare td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	line-height: 120%;
}
#pc th.colorMiddle,#pc td.colorMiddle,
#pc tr.colorMiddle th,#pc tr.colorMiddle td,
#pc tr.colorLow th,#pc tr.colorLow td,
#pc th.colorLow,#pc td.colorLow {
	color: #333333;
}
#main .tblCompare td.tdNone {
	border-right: none;
	border-left: none;
}
#main .tblCompare td.tdTop {
	text-align: right;
	border-bottom: 1px solid #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.tblCompare .borderL {
	border-left: 1px solid #999999;
}
.tblCompare .noCustom {
	background: url(https://img1.kakaku.k-img.com/images/bto/bg_nocustom02.gif) no-repeat right bottom;
}

#main tr.bgColor03 th,
#main tr.bgColor03 td {
	background-color: #D4D4D4;
}

#main tr.colorLow th {
	background: #d5effe;
}


/* 共通------------------------------------------------ */
/* ショップ */
.tblSpec {
	border-left:#b4c2eb solid 1px;
	border-top:#b4c2eb solid 2px;
	border-bottom:#b4c2eb solid 1px;
	border-right:#b4c2eb solid 2px;
	margin-top: 8px;
}
.tblSpec th {
	background-color:#e2e6f6;
	border-left:#b4c2eb solid 1px;
	border-bottom:#b4c2eb solid 1px;
	padding:3px;
	text-align: left;
}
.tblSpec td {
	border-left:#b4c2eb solid 1px;
	border-bottom:#b4c2eb solid 1px;
	padding:3px;
	text-align: left;
}
/* テーブル
------------------------------------------------ */
#main th {
	line-height: 140%;
	padding: 3px 3px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
#main td {
	line-height: 140%;
	vertical-align: middle;
	text-align: left;
	padding: 3px;
}
#main th.alignC,#main td.alignC {
	text-align: center;
}
#main th.alignR,#main td.alignR {
	text-align: right;
}
#main th.alignL,#main td.alignL {
	text-align: left;
}
#tabContents td.vm {
	vertical-align: middle;
}
#main td.lh120 {
	line-height: 120%;
}
#main .tblCompare th.bgGray {
	background-color: #EEEEEE;
}
#main .fontBold th {
	font-weight: bold;
}

/* リスト
------------------------------------------------ */
ul.notes li {
	line-height: 140%;
	list-style: none;
	background: url(https://img1.kakaku.k-img.com/images/bto/icon_notes.gif) no-repeat left top;
	padding-left: 12px;
	text-align: left;
	font-size: 85%;
}
/* ボックス
------------------------------------------------ */
.boxGray {
	background: #ebebeb;
	padding: 8px;
}
.box02 {
	background: #efeff7;
	padding: 6px 8px;
}
/* 幅　マーク　フォント
------------------------------------------------ */
.mTop3 {
	margin-top: 3px;
}
.w290 {
	width: 290px;
}
.w835 {
	width: 835px;
}
.w750 {
	width: 750px;
}
.w120 {
	width: 120px;
}
.w186 {
	width: 186px;
}
.mRight5 {
	margin-right: 5px;
}
.dotline01 {
	background: url(https://img1.kakaku.k-img.com/images/bto/dotline_x_black.gif) repeat-x left bottom;
}
.fontStyle01 {
	color: #cc3333;
	font-weight: bold;
}
.fontStyle02 {
	color: #4a9425;
}
.fontStyle03 {
	font: bold 22px Verdana;
	color: #FF0000;
	letter-spacing: -1px;
}
.fontStyle04 {
	color: #727272;
	font-weight: bold;
}
.fontRed {
	color: #FF0000;
}
.fontPrice {
	color: #FF0000;
	font-size: 117%;
	font-weight: bold;
}



/* BTOページTOP------------------------------------------------ */
#main .btoKeyword {
	background: url(https://img1.kakaku.k-img.com/images/bto/search_bg.gif) no-repeat left top;
	height: 27px;
	width: 700px;
	text-align: center;
	vertical-align: middle;
	padding: 15px 10px 2px;
	font-weight: bold;
}
#main .btoKeyword a,
#main .btoKeyword img {
	vertical-align: middle;
}
#main a.btoArrow01 {
	background: url(https://img1.kakaku.k-img.com/images/bto/arrow_bto01.gif) no-repeat left center;
	margin: 0px;
	padding: 1px 5px 0px 18px;
	line-height: 130%;
	text-decoration: underline;
}
#main .boxBto01Btm {
	background: url(https://img1.kakaku.k-img.com/images/bto/box_bto_btm.gif) no-repeat left bottom;
	padding-bottom: 13px;
}
#main .boxBto01 {
	background: url(https://img1.kakaku.k-img.com/images/bto/box_bto_bg.gif) repeat-y left top;
}
#main .tblBto01 {
	width: 720px;
}
#main .tblBto01 td {
	padding: 0px 13px 0px 0px;
	vertical-align: text-top;
}
#main .tblBto01 td.end {
	padding: 0px;
}



/*** BTOパソコン　掲載ショップ一覧用CSS ***/


#itemInfo_slist {
	margin-top: 15px;
}


#itemInfo_slist .shopinfo {
	width: 100%;
	border-top:#999999 solid 1px;
	border-right:#999999 solid 1px;
}

#itemInfo_slist .shopinfo th {
background-color:#eff2fb;
border-left:#999999 solid 1px;
border-bottom:#999999 solid 1px;
padding:5px 5px;
}

#itemInfo_slist .shopinfo td {
border-left:#999999 solid 1px;
border-bottom:#999999 solid 1px;
padding:5px 5px;
}

#itemInfo_slist .shopinfoBox {
border:#999999 solid 1px;
}

#itemInfo_slist .iconImgpadding {
	padding-right: 10px;
	float:left;
}

#itemInfo_slist .syttenBtn {
	padding:7px 15px 7px 0;
	background-image: url(https://img1.kakaku.k-img.com/images/bto/bg_syutten.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* 消費税率変更に伴うお知らせ 140203 sm4 -----------------------------*/
#shopview #itemInfo p.taxAttension {
	padding-top:8px;
	padding-left:0;
	font-size:85%;
}
#shopview #itemInfo p.taxAttension .iconAttension03 {
	padding: 6px 5px 4px 20px;
	line-height: 20px;
	background:url(https://img1.kakaku.k-img.com/images/itemview/item/icon_info.gif) no-repeat left center;
}
/* 消費税率変更に伴うお知らせ 140203 sm4 end -----------------------------*/
