@charset "utf-8";

body {
	position: relative;
	min-width:120px;
	min-height:120px; 

}

#load {
  position:absolute;
  top:0px;
  left:0px;

  width:100%;
  height:100%;

  background-color:#000000;
  opacity:0.8;
  z-index:99999;
  display:none;
}

#load .icn{
	margin: -60px 0 0 -60px;
	position: absolute;  /*body要素に対して絶対配置*/
  top: 50%;  /*上端を中央に*/
  left: 50%;  /*左端を中央に*/
  width: 120px;  /*横幅*/
  height: 120px;  /*縦幅*/
background:url(../images/default.svg) no-repeat;
background-size:120px 120px;
}


/* ここまでデモページ用のコード */

#modal-open{
cursor:pointer;
}


#modal-content {
	width: 90% ;
	margin: 0 ;
	padding: 60px 25px 25px;
	border-radius:3px;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 100000;
}

#modal-content .button-link {
	position:absolute;
	top:10px;
	right:10px;
	width:37px;
	height:37px;
	background:url(../images/bt_close2.png) no-repeat;
    background-size:37px 37px;
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor:pointer;
}

#modal-content .wrap{
	border:solid 1px #cecece;
	display:block;
	overflow:hidden;
	zoom:1;
}

#modal-content .wrap .larea{
	width:370px;
	padding:20px;
	border-right:solid 1px #cecece;
	float:left;
}

#modal-content .wrap .larea .tit{
	background:url(../images/bg_tit.png) repeat-x;
	background-size:100% 55px;
	height:55px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:55px;
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;
}

#modal-content .wrap .larea .img{
	margin-bottom:10px;
	width:328px;
	height:301px;
	overflow:hidden;
	zoom:1;
}

#modal-content .wrap .larea .sub{
	overflow:hidden;
	zoom:1;
	text-align:center;
	font-size:13px;
}

#modal-content .wrap .rarea{
	width:499px;
	float:left;
	padding:20px 0 20px;
}

#modal-content .wrap .rarea .thum_area{

	text-align:center;
	display:block;
	overflow:hidden;
	zoom:1;
}

#modal-content .wrap .rarea .thum_area .thum{

	display:inline-block;
	margin-right:10px;
	text-align:center;
	width:137px;
	font-size:13px;
}

#modal-content .wrap .rarea .thum_area .thum.last{
	margin-right:0;
}

#modal-content .wrap .rarea .thum_area .thum img{
	margin-bottom:10px;
	display:block;
}

#modal-content .wrap .rarea .txt_area{
	width:400px;
	margin:20px auto;
	line-height:1.4;
}

#modal-content .wrap .rarea .txt_other{
	width:400px;
	margin:0 auto;
	line-height:1.4;
}

#modal-content .wrap .rarea .txt_other p{
	font-weight:bold;
	margin-bottom:20px;
	display:block;
}

#modal-content .wrap .rarea .txt_other span{
	font-size:18px;
}


  
#modal-overlay {
  position:absolute;
  top:0px;
  left:0px;

  width:100%;
  height:100%;

  background-color:#000000;
  opacity:0.8;
  z-index:99999;
  display:none;
}




/*===============================================================================================*/
/*---------------------------------------- 入力確認画面の出し入れ -------------------------------*/
/*===============================================================================================*/


#customInner .customRight .form{
	display:none;/*=======================================入力フォーム=============================================*/
}

/* formにcheckをつけると、確認画面表示 */

#customInner .customRight .form.check{
	display:none;/*=======================================入力確認ページ=============================================*/
}

#customInner .customRight .form.check .bottom{
	position:absolute;
	left:0;
	bottom:13px;
	width:100%;
}

#customInner .customRight .form.check .bottom span.bt_check{
	border:solid 1px #cecece;
	border-radius:3px;
	color:#1377cb;
	width:178px;
	height:38px;
	line-height:35px;
	display:block;
	text-align:center;
	margin:0 auto;
	cursor: pointer;
}


/* 価格エリアの上に編集ボタン表示 */

#customInner .customLeft .detailBox .bottom_check{
	display:none;/*=======================================左下の金額表示エリアに「編集」ボタンを表示 =============================================*/
	position:absolute;
	width:450px;
	height:60px;
	left:0;
	bottom:0;
	text-align:center;
	z-index:100;
}

#customInner .customLeft .detailBox .bottom_check span.bt_check{
	border:solid 1px #cecece;
	background:#FFF;
	border-radius:3px;
	color:#1377cb;
	width:178px;
	height:38px;
	line-height:35px;
	display:block;
	margin:0 auto;
	margin-top:12px;
	cursor: pointer;
}


/*===============================================================================================*/
/*---------------------------------------- header -----------------------------------------------*/
/*===============================================================================================*/


#header{
	height:65px;
	width:100%;
	background:#595959 url(../images/hed_shadow.png) no-repeat;
	background-size:1024px 5px;
	background-position:bottom;
	position:relative;
}

#header ul{
	position:absolute;
	height:37px;
	top:14px;
	left:210px;
	right:0;
}

#header ul li{
	float:left;
	background:url(../images/step_off.png) no-repeat;
	background-size:146px 37px;
	width:146px;
	height:37px;
	text-align:center;
	line-height:37px;
	color:#d9d9d9;
	margin-right:10px;
	padding-right:5px;
}

#header ul li.on{
	background:url(../images/step_on.png) no-repeat;
	background-size:146px 37px;
	color:#000;
}

#header .logo{
	float:left;
	width:127px;
	height:65px;
	background:#595959 url(../images/logo.png) no-repeat;
	background-size:127px 65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


#wrap{
	width:calc(100% - 20px * 2);
	margin:20px;
}

#customInner::after{
	display:block;
	content:"";
	clear:both;
}
#customInner{
	max-width:1024px;
	margin:0 auto;
}


#header .bt_close{
	position:absolute;
	top:15px;
	right:20px;
	background:#595959 url(../images/bt_close.png) no-repeat;
	background-size:35px 35px;
	width:35px;
	height:35px;
	cursor: pointer;
}

/*===============================================================================================*/
/*---------------------------------------- Left -------------------------------------------------*/
/*===============================================================================================*/

#customInner .customLeft{
	float:left;
	width:473px;
	position:relative;
}

#customInner .customLeft .imagesBox{
	width:473px;
	height:418px;
}



/* 針汎用 */
#customInner .customLeft .imagesBox .needlebase{
	width:473px;
	height:418px;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
}
/* クロノグラフ  */
#customInner .customLeft .imagesBox #needle_chrono{
	z-index:5;
	width:473px;
	height:418px;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
}

/* 分針  */
#customInner .customLeft .imagesBox #needle_minute{
	z-index:4;
	width:473px;
	height:418px;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
}

/* 時針  */
#customInner .customLeft .imagesBox #needle_hour{
	z-index:3;
	width:473px;
	height:418px;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
}

/* スモールセコンド 上  */
#customInner .customLeft .imagesBox #needle_ss_top{
	z-index:3;
	width:473px;
	height:418px;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
}

/* スモールセコンド 下  */
#customInner .customLeft .imagesBox #needle_ss_bottom{
	z-index:3;
	width:473px;
	height:418px;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
}

/* 文字盤 */
#customInner .customLeft .imagesBox #face{
	z-index:2;
	width:473px;
	height:418px;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
}

/* リューズ */
#customInner .customLeft .imagesBox #crown{
	z-index:1;
	width:473px;
	height:418px;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
}

/* ケース  */
#customInner .customLeft .imagesBox #case{
	z-index:1;
	width:473px;
	height:418px;
	position:absolute;
	top:0;
	left:0;
}

/* 初期画像_2*/
#customInner .customLeft .imagesBox #null_case{
	z-index:0;
	width:473px;
	height:418px;
	/*background-image: url(../images/null_2.png);
	background-position: left top;
	background-size: 473px 418px;
	background-repeat: no-repeat;*/
	position:absolute;
	top:0;
	left:0;
}


/* 初期画像_1 */
#customInner .customLeft .imagesBox #shadow{
	z-index:0;
	width:473px;
	height:418px;
	/*background-image: url(../images/null.png);
	background-position: left top;
	background-size: 473px 418px;
	background-repeat: no-repeat;*/
	position:absolute;
	top:0;
	left:0;
}

#customInner .customLeft .detailBox{
	width:473px;
	height:160px;
	position:relative;
}


/* 詳細情報 */

#customInner .customLeft .detailBox ul{
	clear:both;
	overflow:hidden;
	zoom:1;
	padding-bottom:10px;
}

#customInner .customLeft .detailBox ul li{
	float:left;
	line-height:18px;
	margin-right:8px;
	font-size:12px;
}

#customInner .customLeft .detailBox ul li span{
	font-weight:bold;
}

#customInner .customLeft .detailBox ul li em{
	font-style:normal;
	color:#eb0000;
}
#customInner .customLeft .detailBox ul li em.on{
	font-style:normal;
	color:#000;
}

#customInner .customLeft .detailBox ul li.tit{
	height:18px;
	line-height:18px;
	padding:0 4px;
	background:#000;
	color:#FFF;
	text-align:center;
	margin-right:4px;
	font-size:11px;
}


/* 価格 */

#customInner .customLeft .detailBox .bottom{
	position:absolute;
	width:450px;
	height:60px;
	left:0;
	bottom:0;
	border-top:solid 1px #cecece;
	z-index:0;
}

#customInner .customLeft .detailBox .bottom .price{
	font-size:15px;
	line-height:60px;
}

#customInner .customLeft .detailBox .bottom .price span.titleS{
	font-weight:bold;
}

#customInner .customLeft .detailBox .bottom .price em{
	margin-left:330px;
	font-style:normal;
}


/*===============================================================================================*/
/*---------------------------------------- Right ------------------------------------------------*/
/*===============================================================================================*/


#customInner .customRight{
	float:left;
	width:511px;
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#000000;
	position:relative;
}

#customInner .customRight #customTab{
	text-align: center;
	list-style: none;
	padding: 0;
	height: 85px;
	overflow: hidden;
	position: relative;
}

/*
#customInner .customRight .off{
	position: relative;
	background:url(../images/musk.png);
	background-size:50% 50%;
	background-repeat:no-repeat;
	z-index:100;
	top:5px;
	right:0;
}*/

#customInner .customRight #customTab li {
	border: 1px solid #cecece;
	background: #f8f8f8;
	display: inline-block;
	position: relative;
	z-index: 0;
	width:130px;
	height: 85px;
	margin: 0 -4px;
}

#customInner .customRight #customTab li.case{
	border-top-left-radius:3px;
	background:#f8f8f8 url(../images/icn_case.png);
	background-size:51px 51px;
	background-position:center 5px;
	background-repeat:no-repeat;
}


#customInner .customRight #customTab li.face{
	border-top-left-radius:3px;
	background:#f8f8f8 url(../images/icn_face.png);
	background-size:51px 51px;
	background-position:center 5px;
	background-repeat:no-repeat;
}

#customInner .customRight #customTab li.face.off{
	border-top-left-radius:3px;
	background:#9d9d9d url(../images/icn_face_off.png);
	background-size:51px 51px;
	background-position:center 5px;
	background-repeat:no-repeat;
	border: 1px solid #828282;
}


#customInner .customRight #customTab li.needle{
	border-top-left-radius:3px;
	background:#f8f8f8 url(../images/icn_needle.png);
	background-size:51px 51px;
	background-position:center 5px;
	background-repeat:no-repeat;
}

#customInner .customRight #customTab li.needle.off{
	border-top-left-radius:3px;
	background:#9d9d9d url(../images/icn_needle_off.png);
	background-size:51px 51px;
	background-position:center 5px;
	background-repeat:no-repeat;
	border: 1px solid #828282;
}


#customInner .customRight #customTab li.crown{
	border-top-right-radius:3px;
	background:#f8f8f8 url(../images/icn_crown.png);
	background-size:51px 51px;
	background-position:center 5px;
	background-repeat:no-repeat;
}

#customInner .customRight #customTab li.crown.off{
	border-top-right-radius:3px;
	background:#9d9d9d url(../images/icn_crown_off.png);
	background-size:51px 51px;
	background-position:center 5px;
	background-repeat:no-repeat;
	border: 1px solid #828282;
}

#customInner .customRight #customTab li.case span,
#customInner .customRight #customTab li.face span,
#customInner .customRight #customTab li.needle span,
#customInner .customRight #customTab li.crown span{
	position:absolute;
	display:block;
	left:0;
	right:0;
	bottom:12px;
	text-align:center;
	font-size:11px;
	color:#888888;
}


#customInner .customRight #customTab li.face.off span,
#customInner .customRight #customTab li.needle.off span,
#customInner .customRight #customTab li.crown.off span{
	position:absolute;
	display:block;
	left:0;
	right:0;
	bottom:12px;
	text-align:center;
	font-size:11px;
	color:#000000;
}

#customInner .customRight #customTab li.case.selected span,
#customInner .customRight #customTab li.face.selected span,
#customInner .customRight #customTab li.needle.selected span,
#customInner .customRight #customTab li.crown.selected span{
	position:absolute;
	display:block;
	left:0;
	right:0;
	bottom:12px;
	text-align:center;
	font-size:11px;
	color:#000;
}

#customInner .customRight #customTab li.case.selected {
	background:#fff url(../images/icn_case.png);
	background-size:51px 51px;
	background-position:center 10px;
	background-repeat:no-repeat;
	padding-top:5px;
	height: 90px;
	z-index: 2;
	border-bottom-color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#customInner .customRight #customTab li.face.selected {
	background:#fff url(../images/icn_face.png);
	background-size:51px 51px;
	background-position:center 10px;
	background-repeat:no-repeat;
	padding-top:5px;
	height: 90px;
	z-index: 2;
	border-bottom-color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#customInner .customRight #customTab li.needle.selected {
	background:#fff url(../images/icn_needle.png);
	background-size:51px 51px;
	background-position:center 10px;
	background-repeat:no-repeat;
	padding-top:5px;
	height: 90px;
	z-index: 2;
	border-bottom-color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#customInner .customRight #customTab li.crown.selected {
	background:#fff url(../images/icn_crown.png);
	background-size:51px 51px;
	background-position:center 10px;
	background-repeat:no-repeat;
	padding-top:5px;
	height: 90px;
	z-index: 2;
	border-bottom-color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#customInner .customRight #customTab:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #cecece;
	z-index: 1;
}

#customInner .customRight .itemBox{
	box-sizing:border-box;
	border-top:none;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	padding:15px;
}

#customInner .customRight .scroll.hide {display:none;}

#customInner .customRight .scroll{
	height:462px;
	overflow-y:auto;
	position:relative;
}

#customInner .customRight .scroll::-webkit-scrollbar {
  background:#f1f1f1;
  width:16px;
}
#customInner .customRight .scroll::-webkit-scrollbar-thumb {
  background:#c1c1c1;
}

#customInner .customRight ul#caseUl,
#customInner .customRight ul#faceUl,
#customInner .customRight ul#needleUl,
#customInner .customRight ul#crownUl{
	width:448px;
	margin-right:14px;
}


#customInner .customRight ul#caseUl li,
#customInner .customRight ul#faceUl li,
#customInner .customRight ul#needleUl li,
#customInner .customRight ul#crownUl li{
	float:left;
	width:112px;
	text-align:center;
	margin-bottom:20px;
	cursor: pointer;
	word-break: break-all;
	position:relative;
	font-size:12px;
}

#customInner .customRight ul#caseUl li.title,
#customInner .customRight ul#faceUl li.title,
#customInner .customRight ul#needleUl li.title,
#customInner .customRight ul#crownUl li.title{
	float:left;
	width:448px;
	font-size:14px;
	font-weight:bold;
	line-height:37px;
	height:37px;
	text-align:center;
	cursor: default;
	background:url(../images/tit_bg.png);
	background-size:auto 37px;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

#customInner .customRight ul#caseUl li img,
#customInner .customRight ul#faceUl li img,
#customInner .customRight ul#needleUl li img,
#customInner .customRight ul#crownUl li img{
	display:block;
	height:112px;
	z-index:0;
}

#customInner .customRight ul#caseUl li .itemnew,
#customInner .customRight ul#faceUl li .itemnew,
#customInner .customRight ul#needleUl li .itemnew,
#customInner .customRight ul#crownUl li .itemnew{
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/mark_set.png);
	background-size:112px 112px;
	background-repeat:no-repeat;
	width:112px;
	height:112px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index:1;
	display:none;
}

/*===============================================================================================*/
/*---------------------------------------- footer -----------------------------------------------*/
/*===============================================================================================*/

#footer{
	height:65px;
	width:100%;
	position:relative;
	bottom:0;
	border-top:solid 1px #cecece;
	background:#f8f8f8 url(../images/fot_shadow.png) no-repeat;
	background-size:1024px 5px;
	background-position:top;
}



.more{
	display:block;/*=======================================お客さまの情報の入力へボタン=============================================*/
	width:100%;
	overflow: hidden;
    zoom: 1;
}

.more .bt{
	margin:15px auto;
	width:200px;
}

.more .bt .button_gray.off span{
	background: url(../images/arrow_off.png) right center no-repeat;
	background-size:6px 11px;
	padding-right:20px;
	z-index:2;
}

.more .bt .button_gray span{
	background: url(../images/arrow_on.png) right center no-repeat;
	background-size:6px 11px;
	padding-right:20px;
	z-index:2;
}

.check{
	display:none;/*=======================================確認ボタン=============================================*/
	width:100%;
	overflow: hidden;
    zoom: 1;
}

.check .bt{
	margin:15px auto;
	width:200px;
}

.check .bt .button_gray.off span{
	background: url(../images/arrow_off.png) right center no-repeat;
	background-size:6px 11px;
	padding-right:20px;
	z-index:2;
}

.check .bt .button_gray span{
	background: url(../images/arrow_on.png) right center no-repeat;
	background-size:6px 11px;
	padding-right:20px;
	z-index:2;
}

.regi,
.regi_check,
.regi_check.off,
.bt_back{
	display:none;/*=======================================確認ボタンとチェックボックス=============================================*/
}



.regi_txt{
	position:absolute;
	left:80px;
	top:19px;
}


.regi{
	width:100%;
	overflow: hidden;
    zoom: 1;
}

.regi .bt{
	margin:15px 20px 15px 0;
	width:200px;
	float:right;
}

.regi .bt .button_gray.off span{
	background: url(../images/cart_off.png) left center no-repeat;
	background-size:21px 17px;
	padding-left:30px;
	z-index:2;
}

.regi .bt .button_gray span{
	background: url(../images/cart_on.png) left center no-repeat;
	background-size:21px 17px;
	padding-left:30px;
	z-index:2;
}

.regi_check.off{
	position:absolute;
	right:245px;
	top:19px;
	background:url(../images/check_off.png) no-repeat;
	background-size:28px 28px;
	background-position:right center;
	width:500px;
	height:28px;
	cursor: pointer;
}

.regi_check{
	position:absolute;
	right:245px;
	top:19px;
	background:url(../images/check_on.png) no-repeat;
	background-size:28px 28px;
	background-position:right center;
	width:500px;
	height:28px;
	cursor: pointer;
}

.regi_check p{
	padding-right:38px;
	text-align:right;
	line-height:28px;
}

.bt_back{
	position:absolute;
	left:20px;
	top:13px;
	background:url(../images/bt_back.png) no-repeat;
	background-size:80px 38px;
	width:80px;
	height:38px;
	text-align:center;
	line-height:38px;
	color:#fff;
	padding-left:5px;
	cursor: pointer;
}


.bt_print{
	display:none;/*=======================================印刷ボタン=============================================*/
	width:100%;
	overflow: hidden;
    zoom: 1;
}

.bt_print .bt{
	margin:15px auto;
	width:200px;
}

.bt_print .bt a{
	color:#FFF;
}

.bt_print .bt .button_gray span{
	background: url(../images/icn_print.png) left center no-repeat;
	background-size:18px 15px;
	padding-left:27px;
	z-index:2;
	cursor: pointer;
}



/*===============================================================================================*/
/*---------------------------------------- button -----------------------------------------------*/
/*===============================================================================================*/

/* 濃いグレー*/

.button_gray{
	display: block;
	color:#ffffff;
	text-decoration:none;

	padding:4px 10px 0;
	border-radius:3px;
	line-height:2em;
	background:#000000;
	color:#fff;
	position:relative;
	z-index:3;

	height:37px;
	text-align:center;

	cursor:pointer;
}


.button_gray:after {
	content:'';
	background:#3e3e3e;
	border-radius:3px;
	width:100%;
	height:34px;
	position:absolute;
	left:0;
	z-index:-1;
	top:0
}


/* うすいグレー*/

.button_gray.off{
	display: block;
	color:#d9d9d9!important;
	text-decoration:none;
	padding:4px 10px 0;
	border-radius:3px;
	line-height:2em;
	background:#727272;
	color:#fff;
	position:relative;
	z-index:3;

	height:37px;
	text-align:center;

}

.button_gray.off:after {
	content:'';
	background:#888888;
	border-radius:3px;
	width:100%;
	height:34px;
	margin-top:3px;
	position:absolute;
	left:0;
	z-index:-1;
	top:0
}

/*===============================================================================================*/
/*---------------------------------------- form -------------------------------------------------*/
/*===============================================================================================*/

#customInner .customRight .form{
	position:absolute;
	top:0;
	left:0;
	width:511px;
	height:578px;
	background:#FFF;
	z-index:100;
}

#customInner .customRight .form .form_inner{
	border:solid 1px #cecece;
	width:511px;
	height:578px;
	border-radius:3px;
	padding:20px 30px 0 60px;
}

#customInner .customRight .form .form_inner .tit{
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}

.black{
	margin:20px 0 30px 0!important;
}


.red{
	color:#eb0000;
	margin:20px 0 30px 0!important;
}


/*--------------
table
---------------*/

.form_table{
	width:100%;
	display:table;
}

.form_table .tr{
	margin-bottom:8px;
}

.form_table.check .tr{
	margin-bottom:20px;
}

.form_table .textarea{
	border:solid 1px #dddddd;
	border-radius:3px;
	resize: vertical;
	padding:5px 10px;
	width:475px;
}

.col_1.onname{
	vertical-align:top;
	padding-top:7px;
}

.col_1.onname span.any{
	display:block;
	background:#2d2d2d;
	padding:2px;
	text-align:center;
	margin-top:3px;
	border-radius:3px;
	font-size:10px;
	font-weight:bold;
	width:40px;
	color:#fff;
}

.col_1 span.required{
	display:block;
	background:#eb0000;
	padding:2px;
	text-align:center;
	margin-top:3px;
	border-radius:3px;
	font-size:10px;
	font-weight:bold;
	width:40px;
	color:#fff;
}

.col_1, .col_2{
	display:table-cell;
	vertical-align:middle;
}

.col_1{
	width:78px;
	font-weight:bold;
}

.col_3{
	width:100%;
	line-height:1.2;
}

.col_3.bold{
	font-weight:bold;
	margin-bottom:10px;
}

.col_1 span{
	width:108px;
	display:inline-block;
	margin:0 0 0 0;
	line-height:1.2em;
}

.col_2{
	width:341px;
}
.col_2 .onname{
	margin:2px 0 0 10px;
	font-size:12px;
	float:left;
	line-height:1.4;
}

.col_2 .onname a{
	text-decoration:underline;
}

.col_2 .onname a:hover{
	text-decoration:none;
}


.col_3 .caution em{
	color:#eb0000;
	font-style:normal;
	font-size:12px;
}

.col_3 .caution i{
    font-style:normal;
	font-size:16px;
}

.col_3 .caution .tit2{
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

.col_3 .caution .txt{
	margin-top:10px;
	letter-spacing:1.5px;
}

.col_3 .caution .txt_caution{
	margin-top:5px;
}



/*--------------
select
---------------*/

.form_table select.middle{
	width:228px;
}

select {
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	-webkit-appearance: none!important;
	background: url(../images/arw_select_down.png) right 50% no-repeat, -webkit-linear-gradient(top, #f7f8fa 0%,#e7e9ec 100%);
	background: url(../images/arw_select_down.png) right 50% no-repeat, linear-gradient(to bottom, #f7f8fa 0%,#e7e9ec 100%);
	background-size: 16px, 100%;	
	
	border-radius:3px;
	border-color:#adb1b8 #a2a6ac #8d9096;
	border-style:solid;

	cursor:pointer;
	display:inline-block;

	width:64px;
	height:38px;
	padding: 3px;

}


/*--------------
input
---------------*/

input{
	border:none;
	background:none;
	-webkit-appearance:none;
	float:left;
}


.inputText{
	border:solid 1px #cecece;
	border-radius:3px;
	height:38px;
	padding:5px;
}

.inputText.tel,
.inputText.add{
	width:60px;
}

.inputText.short{
	width:120px;
}

.inputText.middle{
	width:228px;
}

.inputText.long{
	width:280px
}



.form_table ul.item{
	overflow:hidden;
	zoom:1;
}

.form_table ul.item li{
	float:left;
	line-height:38px;
}

.form_table ul.item li.add{
	font-size:12px;
}

.form_table ul.item li.add .button_gray{
	height:28px;
	line-height:28px;
	margin:2px 0 0 10px;
}



/*-- 領収書 --*/

.form_table #receipt{
	margin-top:10px;
	display:none;
}


.form_table .receipt input{
	width:400px;
}


ul.switch{
	margin-top:20px;
	overflow:hidden;
	zoom:1;
}

ul.switch li{
	float:left;
	height:24px;
	line-height:24px;
}

ul.switch span{
	margin-left:20px;
}

ul.switch input[type='checkbox']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}
ul.switch .cbxbd{
    background:url(/common/images/pc_icn_checkbutton.png) no-repeat left top;
    height: 24px;
    line-height: 24px;
    display:inline-block;
    padding: 0 0 0 34px;
	overflow:hidden;
	cursor:pointer;
	color:#d23218;
	font-weight:bold;
}
ul.switch .c_on{background-position:left bottom;}


#disp_personal_input{
	display:none;
	margin-top:20px;
}


@media screen and (max-width:1024px) {
	html, body { overflow:visible; }
	#customInner .customLeft,
	#customInner .customRight{ float:none; width:100%; }
	#customInner .customLeft .imagesBox,
	#customInner .customLeft .detailBox{ margin: auto; position:relative; }
	#header ul{ top:50%; left:140px; transform:translateY(-50%); }
	#header ul li{ width:100px; height:30px; background-size:100px 30px; font-size:10px; line-height:30px; }
	#customInner .customRight ul#caseUl,
	#customInner .customRight ul#faceUl,
	#customInner .customRight ul#needleUl,
	#customInner .customRight ul#crownUl,
	#customInner .customRight ul#caseUl li.title,
	#customInner .customRight ul#faceUl li.title,
	#customInner .customRight ul#needleUl li.title,
	#customInner .customRight ul#crownUl li.title{ width:100%; }
	#customInner .customRight .scroll{ height:230px; margin:auto; }
	#customInner .customRight .form{ height:100%; width:100%; }
	#customInner .customRight .form .form_inner{ height:100%; width:100%; overflow:scroll; }
}


