@charset "shift_jis";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{background:transparent;font-size:100%;vertical-align:baseline;outline:0;border:0;margin:0;padding:0;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}audio,canvas{display:inline-block;}video{display:block;border:1px solid #d7d8da;}svg:not(:root){overflow:hidden;}a{background:transparent;font-size:100%;vertical-align:baseline;margin:0;padding:0;}input,select{vertical-align:middle;}input[type=checkbox],input[type=radio]{vertical-align:baseline;}abbr[title]{border-bottom:1px dotted;cursor:help;}blockquote,q{quotes:none;}br{letter-spacing:0;}del{text-decoration:line-through;}hr{display:block;height:1px;border:0;border-top:1px solid #d7d8da;-moz-box-sizing:content-box;box-sizing:content-box;margin:1em 0;padding:0;}img{vertical-align:bottom;border:0;-ms-interpolation-mode:bicubic;}ins{text-decoration:none;}li{list-style-type:none;}pre{font-family:monospace, sans-serif;white-space:pre-wrap;word-wrap:break-word;margin:0;}table{border-collapse:collapse;border-spacing:0;}audio:not([controls]),[hidden]{display:none;}b,strong{font-weight:700;}blockquote:before,blockquote:after,q:before,q:after{content:none;}dfn,em{font-style:normal;}

/* Basic settings
--------------------------------------------------------- */
html,body {height:100%;}
body { font:14px/1.231 "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", Helvetica, "HelveticaNeue", Verdana, sans-serif; -webkit-text-size-adjust:none;}
a {color:#011b8f; text-decoration:none;}
a, button, input, select { -webkit-tap-highlight-color:rgba(0,0,0,0.3);}
textarea, input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"] {font-size:16px;}
textarea, pre { font-family:"ヒラギノ角ゴ ProN W3", Helvetica, "HelveticaNeue", Verdana, sans-serif;}

/*  Struct
--------------------------------------------------------- */
/* Layout   ---------------------------------------- */

/* 共通 */
.bcschArea {
	width:100%;
	height:100%;
}
.bcschHeader {height:60px;}
.bcschFooter {height:50px;}
.box {display:none;}

/* iOS */
.ipn .bcschArea {
	display:table;
}
.ipn .bcschHeader, .bcschContents, .bcschFooter {
	display:table-row;
	text-align:center;
}
.ipn .bcschHeader .cell, .bcschContents .cell, .bcschFooter .cell {
	display:table-cell;
	vertical-align:middle;
}
 
/* Android */
.ad .bcschHeader,
.ad .bcschFooter {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	text-align:center;
}
.ad .bcschFooter {
	background:#eee;
	top:100%;
	margin-top:-50px;
}

 
/* Images   ------------------------------------------ */
body {
	background:#eee url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/bg_bcsch1.png);
}
.bcschNavi ul li a,
.bcschMessageBln .appicon span {
	background-image:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/icon_bcsch1.png);
	-webkit-background-size:45px 475px;
	background-size:45px 475px;
	background-repeat:no-repeat;
}
.barcode .appBtn1 > div {
	background-color:#df430d;
	background-image:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/btn_bcsch1.png);
	background-repeat:repeat-x;
}
.mainImg {
	background-image:
		url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/img_catch_btm.png),
		url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/img_catch_top.png),
		url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/img_catch_middle.png),
		url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/img_mainphoto.jpg)
	;
	-webkit-background-size:100% auto,100% auto,100% 16px,90% auto;
	background-size:100% auto,100% auto,100% 16px,100% auto;
	background-position:left bottom,left top,left top,center center;
	background-repeat:no-repeat,no-repeat,repeat-y,no-repeat;
}
.subImg span {
	background:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/img_catch_sub.png) no-repeat;
	-webkit-background-size:320px 85px;
	background-size:320px 85px;
}

/*  Element
--------------------------------------------------------- */


/* bcschHeader   ----------------------------------- */
.bcschHeader .logo {
	display:table;
	background-color:#f2f2f2;
	background-image:-webkit-gradient(radial, center 150%, 50, center 150%, 80, from(#fff), to(#f2f2f2));
	background-image:-moz-radial-gradient(bottom center, farthest-side, #fff, #f2f2f2);
	width:100%;
	text-align:center;
	border-bottom:1px solid #c4c4c4;
}
.bcschHeader .logo h1 {
	display:table-cell;
	height:58px;
	vertical-align:middle;
	border-bottom:1px solid #fff;
}

/* bcschFooter   ----------------------------------- */
.bcschNavi {
	background-color:#f2f2f2;
	background-image:-webkit-gradient(radial, center -70%, 50, center -70%, 100, from(#fff), to(#f2f2f2));
	background-image:-moz-radial-gradient(top center, farthest-side, #fff, #f2f2f2);
	border-top:1px solid #c4c4c4;
	box-shadow:0 0 1px rgba(0,0,0,0.2),inset 0 -10px 15px rgba(0,0,0,0.10);
}
.bcschNavi ul {
	display:table;
	width:100%;
	table-layout:fixed;
}
.bcschNavi ul li {
	display:table-cell;
}
.bcschNavi ul li a {
	overflow:hidden;
	display:block;
	height:48px;
	color:#2d2929;
	font-size:11px;
	letter-spacing:-0.001em;
	line-height:74px;
	text-align:center;
	text-shadow:0 1px 1px #fff;
	border-top:1px solid #fff;
	border-right:1px solid #e1e1e1;
}
.bcschNavi ul li + li a {border-left:1px solid #fff;}
.bcschNavi ul li a.o {color:#dd450f;}
.bcschNavi ul li a.barcode   {background-position:center -92px;}
.bcschNavi ul li a.barcode.o {background-position:center -142px;}
.bcschNavi ul li a.guide	 {background-position:center -192px;}
.bcschNavi ul li a.guide.o   {background-position:center -242px;}
.bcschNavi ul li a.kiyaku	 {background-position:center -292px;}
.bcschNavi ul li a.kiyaku.o  {background-position:center -342px;}
.bcschNavi ul li a.home	     {background-position:center -392px;}
.bcschNavi ul li a.home.o	 {background-position:center -442px;}

/* bcschContents   --------------------------------- */
/* iOS */
.ipn .scrollArea {
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	width:100%;
	height:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/* Android */
.ad .bcschContents {
	display:table;
	width:100%;
	height:100%;
	text-align:center;
}
.ad .bcschContents .cell {
	display:table-cell;
	vertical-align:middle;
}
.ad .bcschContents .scrollArea {
	padding-top:60px;
}

/* 01│トップ barcode  ============================ */
/* Android */
.ad.landscape .bcschContents .cell {
	height:300px;
}
.ad .bcschContents .cell .mainImg {
	min-height:300px;
}
.barcode .mainImg {
	display:none;
	overflow:hidden;
	width:85%;
	height:auto;
	margin:15px auto;
	max-width:360px;
	max-height:330px;
}
.barcode .subImg {
	display:none;
	width:80%;
	height:85px;
	margin:15px auto 0 auto;
	text-align:center;
}
.ipn .barcode .subImg {margin:10px auto 0 auto;}
.barcode .subImg span {
	display:inline-block;
	width:320px;
	height:85px;
	margin:0 auto;
	
}
/* フォーム　空白削除 */
.barcode form, .barcode form input {
	line-height:0;
}
.barcode .upLoadFile {
	opacity:0;
	line-height:0;
	height:0;
}
.barcode .appBtn1 > div {
	display:block;
	width:80%;
	max-width:340px;
	margin:15px auto;
	padding:12px 0;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:1;
	-webkit-text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow:inset 0 1px 2px rgba(255,255,255,0.7), 0 2px 3px rgba(0,0,0,0.25);
	box-shadow:inset 0 1px 2px rgba(255,255,255,0.7), 0 2px 3px rgba(0,0,0,0.25);
	-webkit-border-radius:5px;
	border-radius:5px;
}
.barcode .subImg + form .appBtn1 > div {
	margin:5px auto 15px auto;
}
.barcode .appBtn1 > div {
	border:1px solid #e24a11;
	border-bottom:1px solid #af4a26;
}
.barcode .appBtn1 > div span {
	display:inline-block;
	vertical-align:text-bottom;
	margin:0 3px;
}
.ad .barcode .appBtn1 > div.loader {
	background:#bbb;
	padding:11px 0;
	border:1px solid #999;
	-webkit-box-shadow:inset 0 1px 2px rgba(255,255,255,0), 0 2px 3px rgba(0,0,0,0.25);
	box-shadow:inset 0 1px 2px rgba(255,255,255,0), 0 2px 3px rgba(0,0,0,0.25);
}
.ad .barcode .appBtn1 > div.loader span.iconLoader {
	display:inline-block;
	background:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/loader.png) no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	width:16px;
	height:16px;
	-webkit-animation-name:rorate01;
	-webkit-animation-duration:1.5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
}
.ipn .barcode .appBtn1 > div.loader {
	background:#bbb;
	padding:11px 0;
	border:1px solid #999;
	-webkit-box-shadow:inset 0 1px 2px rgba(255,255,255,0), 0 2px 3px rgba(0,0,0,0.25);
	box-shadow:inset 0 1px 2px rgba(255,255,255,0), 0 2px 3px rgba(0,0,0,0.25);
}
.ipn .barcode .appBtn1 > div.loader span.iconLoader {
	display:none;
}
@-webkit-keyframes rorate01 {
	0% {-webkit-transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);}
}
.barcode .errorTxt1 {
	width:90%;
	margin:0 auto;
	color:#b71b1b;
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
	text-align:left;
}

/* 02│使い方 guide    ============================ */
.guideBg {
	background:#fff;
	margin:5px;
	padding:7px;
	text-align:left;
}
.ad .guideBg {margin-bottom:55px;}
.guide .hTypeBsApp1 {
	background:#d5d5d5;
	padding:12px 10px 11px 10px;
	font-size:16px;
	line-height:1;
	text-shadow:0 1px 1px #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #bcbcbc;
}
.guide .flowBox {
	margin:0 10px;
	padding:20px 0;
	font-size:12px;
	line-height:1.4;
}
.guide .flowBox + .flowBox {
	border-top:2px dotted #c3bebe;
}
.flowBox.sub {
	border-bottom:1px solid #ccc;
}
.guide .flowBox.sub + .flowBox.sub {
	padding-top:20px;
	border-top:1px solid #fff;
	border-bottom:none;
}
.guide .flowBox .hTypeGuide1 {
	margin-left:-3px;
}
.guide .flowBox .hTypeGuide1 span {
	display:block;
	background-image:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/guide/ttl_guide.png);
	-webkit-background-size:265px 68px;
	background-size:265px 68px;
	background-repeat:no-repeat;
	height:17px;
	margin-bottom:18px;
	text-indent:-500px;
}
.guide .hTypeGuide1 span.flow1 {background-position:0 0;}
.guide .hTypeGuide1 span.flow2 {background-position:0 -17px;}
.guide .hTypeGuide1 span.flow3 {background-position:0 -34px;}
.guide .hTypeGuide1 span.option {background-position:0 -51px;}
.guide .flowImg {
	display:table-cell;
	width:118px;
	height:auto;
	border:1px solid #555;
	vertical-align:top;
}
.guide .flowImg img {
	vertical-align:top;
}
.guide .flowBox .flowTxt {
	display:table-cell;
	padding-left:12px;
	vertical-align:top;
}
.guide .flowBox .flowTxt dt {
	font-weight:bold;
	margin-bottom:5px;
}
.guide .flowBox .flowTxt .notes {
	display:block;
	background:#e5e5e5;
	margin-top:10px;
	padding:7px;
	color:#555;
	font-size:11px;
	letter-spacing:-0.001em;
	-webkit-border-radius:7px 7px;
	border-radius:7px 7px;
}
.guide .flowBox div.point {
	margin-top:12px;
	border:1px double #ccc;
}
.guide .flowBox div.point ul {
	display:block;
	margin:1px;
	padding:5px 7px;
	border:1px solid #ccc;
}
.guide .flowBox div.point ul li {
	margin-left:1em;
	font-size:11px;
	letter-spacing:-.001em;
	text-indent:-1em;
}
.guide .flowBox p.point {
	margin-top:12px;
	border:1px double #ccc;
}
.guide .flowBox p.point span {
	display:block;
	margin:1px;
	padding:5px 7px;
	font-size:11px;
	letter-spacing:-.001em;
	border:1px solid #ccc;
}
.guide .osBox {
	overflow:hidden;
	margin:20px 10px;
}
.guide .osBox .notes {
	margin-left:1em;
	color:#666;
	font-size:12px;
	text-indent:-1em;
}
.guide .osBox .notes li + li {
	margin-top:2px;
}
.guide .osBox .osList + .notes {
	margin-top:12px;
}
.guide .osList > li {
	list-style-type:disc;
	margin-left:18px;
	font-weight:bold;
}
.guide .osList > li .notes {
	display:block;
	color:#555;
	margin:2px 0 0 1em;
	color:#666;
	font-size:12px;
	font-weight:normal;
	text-indent:-1em;
}
.guide .osList > li + li {
	margin-top:7px;
}
.guide .attention {
	margin:15px 0;
	padding:10px;
	text-align:left;
	color:#b71b1b;
	font-size:12px;
	border:3px solid #b71b1b;
	box-shadow:0 1px #fff;
}
.guide .attention .icon {
	display:table-cell;
	background:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/guide/icon_nodevice.png) no-repeat;
	-webkit-background-size:30px 30px;
	background-size:30px 30px;
	width:30px;
	height:30px;
	vertical-align:middle;
}
.guide .attention strong {
	display:table-cell;
	padding-left:8px;
	vertical-align:middle;
}
.guide .linkbtnBox {
	background:#eee;
	padding:15px 30px;
	text-align:center;
	border-top:1px solid #bbb;
}
.guide .linkbtnBox a.linkBtnGray {
	display:block;
	padding:10px;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff), to(#ddd));
	background-image:-moz-linear-gradient(top, #fff, #ddd);
	color:#000;
	font-weight:bold;
	border:1px solid #bbb;
	-webkit-border-radius:5px 5px;
	border-radius:5px 5px;
}
/* 03│利用規約 kiyaku ============================ */
.kiyaku .kiyakuBg {
	background:#fff;
	margin:5px;
	padding:7px;
	text-align:left;
}
.ad .kiyaku .kiyakuBg  {margin-bottom:55px;}
.kiyaku .hTypeBsApp1 {
	background:#d5d5d5;
	margin-bottom:10px;
	padding:12px 10px;
	font-size:16px;
	line-height:1;
	text-shadow:0 1px 1px #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #bcbcbc;
}
.kiyaku .hType3 {
	margin:20px 5px 7px 5px;
}
.kiyaku .wrapperType1 {
	margin:5px;
	font-size:12px;
	line-height:1.4;
}
.kiyaku .mTop5 {
	margin-top:5px;
}
.kiyaku .txtOther {
	display:inline-block;
	background:url(https://img1.kakaku.k-img.com/images/smartphone/icon_linkother.png) no-repeat left center;
	-webkit-background-size:20px 13px;
	background-size:20px 13px;
	width:11px;
	height:13px;
	margin:-0.2em 4px 0 2px;
	line-height:13px;
	vertical-align:middle;
	text-indent:-999em;
}
.kiyaku .listDisc > li { list-style-type:disc; margin-left:18px; } 
.kiyaku .listDec > li { list-style-type:decimal; margin-left:18px; }
.kiyaku .alignR { text-align:right; }

/*  iOS home app message
--------------------------------------------------------- */
.bcschMessageBln {
	display:none;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	text-align:left;
	z-index:3;
	padding-bottom:10px;
}
.bcschMessageBlnInnner {
	overflow:hidden;
	display:block;
	background:rgba(42,46,48,0.95);
	margin:0 auto 0 auto;
	width:280px;
	min-height:54px;
	color:#fff;
	text-align:left;
	-webkit-box-shadow:0 0 6px rgba(0,0,0,0.15);
	box-shadow:0 0 6px rgba(0,0,0,0.15);
}
.bcschMessageBln .blnarrowB {
	content:"";
	position:absolute;
	left:50%;
	top:61px;
	width:0;
	height:0;
	margin-left:-10px;
	border-left:10px solid rgba(255,255,255,0);
	border-right:10px solid rgba(255,255,255,0);
	border-top:10px solid rgba(42,46,48,0.95);
}
.bcschMessageBln .appicon {
	display:table-cell;
	padding:8px;
	vertical-align:top;
}
.bcschMessageBln .appicon span {
	display:block;
	background-position:0 0;
	width:45px;
	height:45px;
	vertical-align:top;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.bcschMessageBln .blntxt {
	display:table-cell;
	font-size:11px;
	letter-spacing:-0.001em;
	line-height:1.3;
	vertical-align:middle;
}
.bcschMessageBln .closebtn {
	display:table-cell;
	width:19px;
	padding:4px;
	vertical-align:top;
}
.bcschMessageBln .closebtn span {
	display:block;
	background-image:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/icon_bcsch1.png),-webkit-gradient(linear,left top,left bottom,from(#fff), to(#ccc));
	background-image:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/icon_bcsch1.png),-moz-linear-gradient(top, #fff, #ccc);
	background-position:4px -46px,0 0;
	-webkit-background-size:45px 475px,100% 100%;
	background-size:45px 475px,100% 100%;
	background-repeat:repeat-x;
	width:18px;
	height:18px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.25);
	box-shadow:0 1px 1px rgba(0,0,0,0.25);
	-webkit-border-radius:2px;
	border-radius:2px;
}

/*  result itemview
--------------------------------------------------------- */
.bcschIvHeader {
	position:fixed;
	top:0;
	left:0;
	display:block;
	background:#999;
	width:100%;
	height:46px;
	z-index:2;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
}
.bcschIvHeader .btnArea {
	display:table;
	width:100%;
	height:46px;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#becbdd), to(#587397));
	background-image:-moz-linear-gradient(top, #becbdd, #587397);
	-webkit-box-shadow:inset 0 1px 1px #eaeef4;
	box-shadow:inset 0 1px 1px #eaeef4;
	border-bottom:1px solid #415e82;
}
.bcschIvHeader .back {
	display:table-cell;
	vertical-align:middle;
	padding-left:7px;
}
.bcschIvHeader .view {
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
}
.bcschIvHeader .backBtn {
	display:block;
	background:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/btn_back.png) no-repeat;
	-webkit-background-size:50px 30px;
	background-size:50px 30px;
	width:50px;
	height:30px;
	margin-top:3px;
	line-height:28px;
	text-align:center;
}
.bcschIvHeader .backBtn span {
	padding-left:7px;
	font-size:14px;
	color:#fff;
	-webkit-text-shadow:0 -1px 1px rgba(0,0,0,0.5);
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
}
.bcschIvHeader .viewBtn {
	display:inline-block;
	backgroun-color:#41618d;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.0, #849cbb),color-stop(0.90, #41618d));
	background-image:-moz-linear-gradient(top, #849cbb, #41618d 90%);
	height:27px;
	padding:0 9px;
	line-height:27px;
	border:1px solid #375075;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.25), inset 0 0.5px 0 rgba(0,0,0,0.5);
	box-shadow:0 1px 0 rgba(255,255,255,0.25), inset 0 0.5px 1px rgba(0,0,0,0.5);
	-webkit-border-radius:5px 5px;
	border-radius:5px 5px;
}
.bcschIvHeader .viewBtn span {
	font-size:14px;
	color:#fff;
	-webkit-text-shadow:0 -1px 1px rgba(0,0,0,0.5);
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
}
.bcschIvContents {
	overflow:hidden;
	padding-bottom:-33px;
}
.bcschIvIframe {
	background:#fff;
	width:100%;
	height:auto;
	min-height:200px;
	margin:46px 0 -5px 0;
	border:none	border-bottom:1px solid #bbb
	border-bottom:1px solid #bbb;
}

/* common.css 流用フッタ ---- */
.bcschIvFooter {
	position:relative;
	background:#b3c5dd ;
	border-top:1px solid #bbb;
}
.bcschIvFooter .backToTop:before {
	content:"";
	display:block;
	background:#fff;
	height:1px;
}
.bcschIvFooter .gradiAfter:after {
	content:"";
	display:block;
	background:#768eb2 no-repeat;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#768eb2), to(#a6bad4));
	background-image:-moz-linear-gradient(top, #768eb2, #a6bad4);
	height:4px;
}
.bcschIvFooter .backToTop {
	background:#dfe5f1;
}
.bcschIvFooter .backToTop a {
	display:block;
	padding:11px 7px 11px 0;
	text-align:right;
}
.bcschIvFooter .backToTop a span {
	display:inline-block;
	background:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/icon_arrow.png) no-repeat;
	-webkit-background-size:22px 165px;
	background-size:22px 165px;
	background-repeat:no-repeat;	
	background-position:0 2px;
	padding-left:20px;
	color:#000;
}
.bcschIvFooter .guide {
	padding:11px 10px 10px;
	border-bottom:1px solid #7794ba;
}
.bcschIvFooter div.roundColumn {
	background:#ced9ea;
	padding:2px 7px;
	border:1px solid #a0b6d3;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	-webkit-box-shadow:0 1px 1px rgba(255,255,255,0.5) inset;
	box-shadow:0 1px 1px rgba(255,255,255,0.5) inset;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.bcschIvFooter div.roundColumn .toggleBtn {
	padding:5px 0;
}
.bcschIvFooter .roundColumn ul {
	background:#fff;
	margin-bottom:5px;
	padding:10px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.bcschIvFooter .roundColumn ul li {
	margin-left:1em;
	color:#555;
	font-size:11px;
	line-height:1.5;
	text-indent:-1em;
	letter-spacing: -0.001em;
}
.bcschIvFooter .displayStatus {
	text-align:center;
}
.bcschIvFooter .roundColumn + .displayStatus {
	margin-top:10px;
}
.bcschIvFooter .displayStatus dt, .displayStatus dd {
	display:inline;
}
.bcschIvFooter .displayStatus dd + dd {
	margin-left:5px;
	padding-left:10px;
	border-left:1px solid #cfdaeb;
}
.bcschIvFooter .displayStatus dd {
	padding:0 3px;
}
.bcschIvFooter .subLink {
	background:#b3c5dd;
	margin:0 auto;
	padding:10px 0;
	letter-spacing:-0.3em;
	text-align:center;
	border-top:1px solid #d9e2ee;
	border-bottom:1px solid #7794ba;
}
.bcschIvFooter .subLink li {
	display:inline;
	padding:0 5px 0 5px;
	letter-spacing:normal;
	border-right:1px solid #cfdaeb;
}
.bcschIvFooter .subLink li:first-child {
	padding:0 5px 0 0;
}
.bcschIvFooter .subLink li:last-child {
	padding:0 0 0 5px;
	border-right:none;
}
.bcschIvFooter .copyright {
	display:block;
	padding:3px 0 34px 0;
	border-top: 1px solid #d9e2ee;
	color:#000;
	text-align:center;
}
/* Toggle */
.toggleEl {display:none;}
.toggleBtn span.toggleIcon,.toggleBtn span.toggleOpen {
	background-image:url(https://img1.kakaku.k-img.com/images/smartphone/appli/barcodesearch/icon_toggle_e.png);
	-webkit-background-size:44px 22px;
	background-size:44px 22px;
	background-repeat:no-repeat;
}
.toggleBtn {
	display:block;
	padding:6px 10px;
	color:#000;
}
.toggleBtn span {
	display:table-cell;
	vertical-align:middle;
}
.toggleBtn span.toggleIcon {
	/* [READ][CSS-SPRITE] icon_toggle_e.png */
	background-position:0 0;
	overflow:hidden;
	width:20px;
	height:21px;
}
.toggleBtn span.toggleOpen {
	/* [READ][CSS-SPRITE] icon_toggle_e.png */
	background-position:-23px 0;
}
.toggleBtn span:nth-child(2) {
	padding-left:9px;
}

/* アプリ導線バナー 20150330
--------------------------------------------------------- */

/* headerAppBnr */
.headerAppBnr {
	display:table;
	position: relative;
	z-index: 1000;
	text-align:left;
	width: 100%;
	background: #fff;
	border-bottom:1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.headerAppBnr > div.appBnrInner {
	display: table-cell;
	color: #000;
}
.headerAppBnr > div.appBnrInner > a {
	display:block;
	padding:8px;
	color:#373737;
}
.headerAppBnr > div.appBnrInner .icon,
.headerAppBnr > div.appBnrInner .appBnrTxt {
	display:inline-block;
	vertical-align:middle;
}
.headerAppBnr > div.appBnrInner {
	background:url(https://img1.kakaku.k-img.com/images/smartphone/icon_linkother.png) no-repeat right center;
	-webkit-background-size:20px 13px;
	background-size:20px 13px;
}
.headerAppBnr > div.appBnrInner .appBnrTxt h1 {
	font-weight:normal;
	font-size:18px;
	margin-bottom:2px;
}
.headerAppBnr > div.appBnrInner .icon {
	margin-right:2px;
}

/* attention */
.attention {
	text-align:left;
	margin:0 30px;
	color:#b71b1b;
}
.attention span {
	display:inline-block;
	margin-bottom:5px;
	font-weight:bold;
}

/* Android */
.ad .bcschContents {
	margin-top:55px;
	padding-bottom:55px;
}
.ad .bcschHeader {
	z-index:9999;
}

@media screen and (min-width: 598px) {
	.ad .headerAppBnr {
		border-top:1px solid #b2b2b2;
	}
	.ad .attention {
		margin-top:20px;
	}
}
@media screen and (min-width: 568px) {
	.ipn .headerAppBnr {
		border-top:1px solid #b2b2b2;
	}
	.ipn .attention {
		margin-top:20px;
	}
}