@charset "UTF-8";

#ProdcutSelectBody input[type="text"]{
line-height: 120%;
padding-top: 1px;
padding-bottom: 1px;
}

/* 製品オーダー --------------------------------------------------- */

#RBox{
position: relative;
}

#ProdcutSelectBody {
}

#ProductSelectControlPanel {
display: none;
}

#ProductSelectIO {
display: none;
}

#ProductSelectOption {
display: none;
}

#ProductSelectOtherOptions {
display: none;
}

#ProductSelectSecondControlPanel {
display: none;
}

#ProductOrderStep1NextButton {
display: none;
}

.BtnNext, .BtnSubmit {
display: none;
cursor: pointer;
}

.orderNavButton {
cursor: pointer;
}

#productOrderSubmitButtonContainer {
display:none;
text-align: center;
}

#productOrderSubmitButtonContainer p {
margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {

	#productOrderSubmitButtonContainer p {
	padding: 0 15px;
	}

}


#productOrderSubmitButton {
/*
width:240px;
margin-right:auto;
margin-left:auto;
*/
}



/* 製品オーダープレビュー --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#OrderPreviewContainer {
	margin-top: 50px;
	}

	#OrderPreviewContainer,
	#OrderPreviewContainer .jspContainer {
	width: 100% !important;
	height: auto !important;
	overflow: visible !important;
	}

	#OrderPreviewContainer .jspPane {
	width: 100% !important;
	}

	/* 固定ボタン */
	#ViewPreview {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -25px;
	}

	#ViewPreview img {
	width: 50px;
	height: 50px;
	}

}

@media print, screen and (min-width: 768px) {

	#OrderPreviewContainer.middle-pos {
	position: fixed;
	top: 15px;
	}
	
	#OrderPreviewContainer.bottom-pos {
	position: absolute;
	top: auto;
	bottom: 0;
	margin: 0;
	}
	
	#OrderPreviewContainer {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 260px;
	}

	/* 固定ボタン */
	#ViewPreview {
	display: none !important;
	}

}

@media print, screen and (min-width: 1090px) {

}





/* 数値入力ステッパー --------------------------------------------------- */

.num_stepper{
    width:43px;
    display:inline-block;
    position: relative;
    font-size:12px;
    margin-bottom: 3px;
    line-height:120%;
    padding-top:1px;
    padding-bottom: 1px;
}
.kk-nupm_stepper_buttons{
    display: inline-block;
    width:16px;
    height:18px;
    position: relative;
    top:-2px;
}

.kk-num_stepper_up_button{
display: inline-block;
width:15px;
height:15px;
background: url(../img/numeric_stepper_asset.png) no-repeat 0px 0px;
position: absolute;
top:-1px;
left:1px;
cursor: pointer;
}

@media only screen and (max-width: 767px) {

	.kk-num_stepper_up_button {
	left: 2px;
	}

}

.kk-num_stepper_down_button{
display: inline-block;
width:15px;
height:15px;
background: url(../img/numeric_stepper_asset.png) no-repeat 0px -16px;
position: absolute;
top:15px;
left:1px;
cursor: pointer;
}

@media only screen and (max-width: 767px) {

	.kk-num_stepper_down_button {
	left: 2px;
	}

}

.kk-num_stepper_up_button.mdown{
    background: url(../img/numeric_stepper_asset.png) no-repeat -19px 0px;
}
.kk-num_stepper_down_button.mdown{
    background: url(../img/numeric_stepper_asset.png) no-repeat -19px -16px;
}
.kk-num_stepper_up_button.disabled{
    background: url(../img/numeric_stepper_asset.png) no-repeat -38px 0px;
}
.kk-num_stepper_down_button.disabled{
    background: url(../img/numeric_stepper_asset.png) no-repeat -38px -16px;
}


/* ユーザー情報とアンケート--------------------------------------------------- */

#CustomerInfoQuestionnaire{
    display:none;
}
#CustomerInfo{

}
#CustomerInfo .confirm{
    display: none;
}

#CustomerInfoQuestionnaireConfirmButtons
,#CustomerInfoQuestionnaireSubmitButtons {
margin-bottom: 30px;
width: 578px; /*658-40*2*/
margin-right: auto;
margin-left: auto;
}

@media only screen and (max-width: 767px) {

	#CustomerInfoQuestionnaireConfirmButtons
	,#CustomerInfoQuestionnaireSubmitButtons {
	width: 100%;
	margin-bottom: 50px;
	}

	#CustomerInfoQuestionnaireConfirmButtons .BtnM,
	#CustomerInfoQuestionnaireSubmitButtons .BtnM {
	padding: 10px 40px;
	}

}

@media only screen and (max-width: 372px) {

	#CustomerInfoQuestionnaireConfirmButtons .BtnM,
	#CustomerInfoQuestionnaireSubmitButtons .BtnM {
	padding: 10px 20px;
	}

}


#CustomerInfoQuestionnaireSubmitButtons{
    display:none;
}
#CustomerInfoQuestionnaireConfirmButtons li
,#CustomerInfoQuestionnaireSubmitButtons li{
    cursor: pointer;
    display: inline-block;
}
#BackToProductOrderButton
,#BackToCustomerInfoQuestionnaireButton{
/*
    width:240px;
    float:left;
*/
}
#ConfirmFormButton
,#SubmitFormButton{
/*
    width:240px;
    float:right;
*/
}
#userInputConfirmContainer{
    display:none;
}
#QuestionnaireQ1Src{
    display:none;
}


/* jScrollPagne --------------------------------------------------- */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane {
position: absolute;
}

@media only screen and (max-width: 767px) {

	.jspPane {
	position: relative;
	}

}


.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    /*background: #dde;*/
    background: #F4F4F4;
    position: relative;
}

.jspDrag
{
    /*background: #bbd;*/
    background: #8a8a8a;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}