@charset "utf-8";


#main sup {
	vertical-align: super;
	font-size: 70%;
	margin-left: 1px;
}



html.touch .inner {
	padding-left: 10px !important;
	padding-right: 10px !important;
}


#content {
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
}

html.x-small,
html.x-small body {
	overflow-x: hidden;
}
html.x-small body {
	overflow: hidden
}





#group-upper,
#group-lower {
	position: relative;
}
#group-middle {
	position: relative;
}

#content {
	background: transparent url(../img/line_v.gif) 100% 0 repeat-y;
}
#end-line {
	float: left;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: transparent url(../img/line_h.gif) 0 0 repeat-x;
}


#main {
	overflow: hidden;
}

#main * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: border-box;
}





.list-col {
	position: relative;
	float: left;
	width: 320px;
	height: 260px;
	color: #666;
	background: transparent url(../img/frame_list.png) 0 0 no-repeat;
}





.list-col a {
	position: relative;
	display: block;
	height: 260px;
	cursor: pointer;
	text-decoration: none;
}

.list-col a:hover:before {
	content: "";
	position: absolute;
	display: block;
	width: 319px;
	/*
	height: 259px;
	*/
	min-height: 259px;
	height: auto;
	left: 1px;
	top: 1px;
	z-index: 20;
	border: 1px solid #00a8b5;
}
.list-col .selected a:before {
	content: "";
	position: absolute;
	display: block;
	width: 319px;
	/*
	height: 259px;
	*/
	min-height: 259px;
	height: auto;
	left: 1px;
	top: 1px;
	z-index: 20;
	border: 2px solid #00a8b5;
}






.list-col img {
	margin: 1px 0 0 1px;
	width: 319px;
	/*
	height: 259px;
	*/
	/*min-height: 259px;*/
	height: auto;
}




.list-col .icon-pict {
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	left: 0;
	top: 0;
	z-index: 10;
}

.list-col .icon-pict img {
	width: 45px;
	height: 45px;
}

.list-col .icon-pict {
	display: none;
}


.list-col strong {
	display: block;
	position: absolute;
	width: 290px;
	height: 20px;
	left: 15px;
	top: 202px;
	z-index: 10;
	font-size: 18px;
	text-align: center;
	line-height: 18px !important;
}
.list-col strong * {
	line-height: 18px !important;
}
.list-col strong span {
	font-weight: bold !important;
}
.list-col strong .code {
	margin-left: 8px;
	font-family: inherit;
	font-size: 12px;
}


.list-col em {
	display: block;
	position: absolute;
	width: 290px;
	height: 20px;
	left: 15px;
	top: 232px;
	z-index: 10;
	text-align: center;
	font-size: 10px;
}






.list-col strong span.line-2,
.list-col strong span.line-3,
.list-col strong span.line-4 {
    display: block;
    position: absolute;
    z-index: 1;
	width: 95px;
	bottom: 3px;
}
.item-tablet strong span.line-2,
.item-tablet strong span.line-3,
.item-tablet strong span.line-4 {
    display: inline-block;
    position: static;
	width: auto;
}

.item-tablet strong br {
}





/*
.list-col strong span.use-sup {
    display: block;
    position: absolute;
    top: -3px;
}
*/
span.use-sup sup {
	font-size: 0.6em;
}

.list-col .disabled img,
.list-col .disabled + * img {
	opacity: 0.3;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}

#content .list-col .disabled * {
	color: #ccc !important;
}












.detail-viewer {
	position: relative;
	clear: both;
	height: 521px;
	margin-bottom: -1px;
	z-index: 10;
	background: transparent url(../img/frame_detail.png) 0 0 no-repeat;
}
.cols-2 .detail-viewer {
	height: 617px;
	background-image: url(../img/frame_detail_col2.png);
}
.cols-1 .detail-viewer {
	height: 521px;
	background-image: url(../img/frame_detail_col1.png);
}



.detail-viewer ul {
	position: absolute;
	width: 506px;
	height: 33px;
	left: 404px;
	top: 416px;
	z-index: 20;
	background: none !important;
}
.cols-2 .detail-viewer ul {
	left: 50%;
	margin-left: -253px;
}
.cols-1 .detail-viewer ul {
	width: 304px;
	left: 50%;
	top: 240px;
	margin-left: -152px;
}




.detail-viewer li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 102px;
	min-height: 31px;
	margin-right: -1px;
	border: 1px solid #ccc;
	background: none !important;
}

.cols-1 .detail-viewer li {
	margin-bottom: -1px;
}


.detail-viewer li a {
	display: block;
	width: 102px;
	height: 31px;
	cursor: pointer;
}

.detail-viewer li.selected a {
	cursor: default !important;
}

.detail-viewer li a:hover:before {
	content: "";
	position: absolute;
	display: block;
	width: 100px;
	min-height: 31px;
	left: 0;
	top: 0;
	border: 1px solid #00a8b5;
}
.detail-viewer li.selected a:before {
	content: "";
	position: absolute;
	display: block;
	width: 100px;
	min-height: 31px;
	left: 0;
	top: 0;
	border: 2px solid #00a8b5;
}











.detail-bg {
	position: relative;
	margin: 2px 0 0 404px;
	z-index: 30;
}
.cols-2 .detail-bg {
	margin: 2px 30px 0;
	text-align: center;
}
.cols-2 .detail-bg img {
	width: 100%;
	height: auto;
	max-width: 506px;
}




.cols-1 .detail-bg {
	margin: 2px 15px 0;
	text-align: center;
}
.cols-1 .detail-bg img {
	width: 100%;
	height: auto;
	max-width: 300px;
}







.detail-textbox {
	position: absolute;
	width: 340px;
	height: 280px;
	left: 60px;
	top: 150px;
	color: #666;
}
.cols-2 .detail-textbox {
	width: 506px;
	left: 50%;
	top: 480px;
	margin-left: -253px;
}
.cols-2 .detail-textbox .column1 {
	float: left;
	width: 160px;
	height: 112px;
	padding: 0 10px 0 0;
	border-right: 1px solid #777;
}
.cols-2 .detail-textbox .column2 {
	float: right;
	width: 318px;
}




.cols-1 .detail-textbox .column2 {
	margin: 10px 0 0;
}





.cols-1 .detail-textbox {
	width: 300px;
	left: 10px;
	top: 320px;
}









.detail-textbox strong {
	display: block;
	font-size: 28px;
	line-height: 1.2 !important;
}
.detail-textbox strong * {
	font-weight: bold;
	line-height: 1.2 !important;
}
.cols-1 .detail-textbox strong,
.cols-2 .detail-textbox strong {
	font-size: 18px;
}


.detail-textbox strong .code {
	display: block;
	margin: 5px 0 0;
	font-size: 18px !important;
}
.cols-2 .detail-textbox strong .code {
	font-size: 13px !important;
}
.cols-1 .detail-textbox strong .code {
	margin-top: 3px;
	font-size: 11px !important;
}



.detail-textbox em {
	display: block;
	margin-top: 15px;
	font-size: 10px;
}
.cols-1 .detail-textbox em {
	margin-top: 10px;
}


.detail-textbox .detail-lead {
    width: 320px;
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.6 !important;
}
.cols-2 .detail-textbox .detail-lead {
	margin-top: 0;
	font-size: 13px;
	line-height: 1.3 !important;
}

.cols-1 .detail-textbox .detail-lead {
	margin-top: 0;
	width: 100%;
	font-size: 12px;
	line-height: 1.3 !important;
}
.cols-1 .detail-textbox .detail-lead p {
	margin-top: 10px !important;
}
.cols-1 .detail-textbox .detail-lead p br {
	display: none;
}


.detail-textbox .detail-extra {
    width: 320px;
	margin-top: 18px;
	font-size: 12px;
	line-height: 1.4 !important;
}



.detail-textbox .product-link {
	position: relative;
	margin: 24px 0 0 1px;
}


.detail-textbox .product-link a {
	float: left;
	width: auto;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 12px !important;
	color: #00a8b5;
	text-decoration: none;
}
.detail-textbox .product-link a:before {
	content: "";
	display: inline-block;
	margin: 0 12px 0 0;
	width: 8px;
	height: 12px;
	background: url(../img/arrow_blue.png) 100% 50% no-repeat;
}

.cols-2 .detail-textbox .product-link {
	margin-top: 10px;
}
.cols-2 .detail-textbox .product-link a {
	font-size: 11px;
}
.cols-2 .detail-textbox .product-link a:before {
	width: 8px;
	height: 10px;
	margin-right: 5px;
}




.cols-1 .detail-textbox .product-link {
	margin-top: 15px;
}
.cols-1 .detail-textbox .product-link a {
	font-size: 11px;
}
.cols-1 .detail-textbox .product-link a:before {
	width: 8px;
	height: 10px;
	margin-right: 5px;
}




.detail-viewer a.close-btn {
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	top: 15px;
	right: 25px;
	z-index: 40;
	background: transparent url(../img/btn_close.png) 0 0 no-repeat;
}

.detail-viewer a.close-btn:hover {
	background-image: url(../img/btn_close_hover.png);
}


.cols-1 .detail-viewer a.close-btn,
.cols-1 .detail-viewer a.close-btn {
	top: 12px;
	right: 12px;
}



#loading {
	position: absolute;
	width: 32px;
	height: 32px;
	left: 657px;
	top: 190px;
}
.cols-4 #loading,
.cols-2 #loading {
	left: 50%;
	top: 200px;
	margin-left: -16px;
}
.cols-1 #loading,
.cols-1 #loading {
	left: 50%;
	top: 100px;
	margin-left: -16px;
}

#pre-loading {
	height: 400px;
	background: #fff url(../img/loading.gif) 50% 50% no-repeat;
}
html.touch #pre-loading {
	background-size: 32px 32px;
	background-image: url(../img/loading_large.gif);
}

strong .use_sup {
	position: absolute;
	bottom: 45px!important;
}



.list-col:nth-child(-n+114),
#col-110 /* Xmini */ {
	min-height: 286px;
}
.list-col:nth-child(-n+114) a, 
.list-col:nth-child(-n+114) a:hover:before, 
.list-col:nth-child(-n+114) .selected a:before,
#col-110 a, 
#col-110 a:hover:before, 
#col-110 a:before {
	height: 285px;
}

.list-col:nth-child(-n+114) strong,
#col-110 strong {
	top: auto!important;
}
.list-col:nth-child(-n+114) em,
#col-v em {
	top: auto!important;
}
.list-col:nth-child(-n+114) a strong,
#col-110 a strong {
	bottom: 41px;
}
.list-col:nth-child(-n+114) a em,
#col-110 a em {
	bottom: 14px;
}