@charset "shift_jis";
/* ---------------------------
・基本設定
--------------------------- */

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote
{ margin:0; padding:0; }

html { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.6;
	vertical-align: top;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #333333;
}

.finger{
	cursor:pointer;
}

img { -ms-interpolation-mode: bicubic; }

/* ---------------------------
・基本
--------------------------- */
#waku {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding:20px;
	text-align:left;
	width: 800px;
	height:auto;
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
}

h1 {
	font-size: 1.0em;
	font-weight: lighter;
}

h1 > span {
	display: block;
	margin: 0;
}

hr {
	margin: 30px 0 40px 0;
}

#hissu {
	margin-left:15px;
	padding:1px 6px 1px;
	font-size:0.8em;
	background-color:#C65E6A;
	color:#ffffff;
}

#nin-i {
	margin-left:15px;
	padding:1px 6px 1px;
	font-size:0.8em;
	background-color:#999999;
	color:#ffffff;
}

.red_big{
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
	}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}

.kawashimaFormFlow1 {
	width: 800px;
	height: 50px;
	margin: 20px 0 30px 0;
	background: url(https://www.ordercurtain.co.jp/outlet-sale/reserve/img/form_step1.jpg) 0 0 no-repeat;
	background-size: contain;
}

.kawashimaFormFlow1 img{
	display: none;
}

.kawashimaFormFlow2 {
	width: 800px;
	height: 50px;
	margin: 20px 0 30px 0;
	background: url(https://www.ordercurtain.co.jp/outlet-sale/reserve/img/form_step2.jpg) 0 0 no-repeat;
	background-size: contain;
}

.kawashimaFormFlow2 img{
	display: none;
}

.kawashimaFormFlow3 {
	width: 800px;
	height: 50px;
	margin: 20px 0 30px 0;
	background: url(https://www.ordercurtain.co.jp/outlet-sale/reserve/img/form_step3.jpg) 0 0 no-repeat;
	background-size: contain;
}

.kawashimaFormFlow3 img{
	display: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearfix:after {
	content:"";
	clear:both;
	display:block;
}

.thx_text{
text-align:left;
font-size:14px;
color:#333333;
line-height:160%;
padding:10px;
}


/**フォーム**/
input.size{
	height: 35px;
	padding-left:5px;
	margin-top:3px;
	margin-bottom:15px;
}

input.size2{
	
}

select{
	width:50%;
	height: 35px;
	padding-left:5px;
	margin-bottom:15px;
}

textarea{
	padding-left:5px;
	line-height:160%;
	margin-bottom:15px;
}

#submit_btn {
    border: 0px;
    width: 200px;
    height: 50px;
    background: url(//www.ordercurtain.co.jp/img/common/form_submit.jpg) left top no-repeat;
	cursor:pointer;
}

#submit_go {
    border: 0px;
    width: 200px;
    height: 50px;
    background: url(//www.ordercurtain.co.jp/img/common/form_go.jpg) left top no-repeat;
	cursor:pointer;
	z-index:99999;
}

#submit_back {
	width: 200px;
	height: 50px;
	border: 0;
    background: url(//www.ordercurtain.co.jp/img/common/form_back.jpg) left top no-repeat;
	cursor: pointer;
	z-index:99999;
}

#submit_close {
    border: 0px;
    width: 200px;
    height: 50px;
    background: url(//www.ordercurtain.co.jp/img/common/form_close.jpg) left top no-repeat;
	cursor:pointer;
}

.smp_fbtn{
	display:none;
	margin:0;
}

.footerCgiImg {
	width: 90px;
	height: 50px;
	margin: 10px 10px 0 0;
}

.footerText p {
	font-size: 10px;
	color: #333333;
	line-height: 1.6;
	margin: 10px;
	padding: 10px;
}


/*　エラーページ
--------------------------------------------*/

#err2Wrap p {
	color: #ff3333;
}

#err2Wrap dl {
	width: 100%;
	font-weight: lighter;
}

#err2Wrap dt {
	width: 250px;
	height: 30px;
	padding: 12px 0 0 0;
	background: #cccccc;
	text-align: center;
}

#err2Wrap dd {
	width: 500px;
	height: 30px;
	padding: 12px 0 10px 10px;
	text-align: left;
}

#err2Wrap div {
	margin: 10px 0 0 0;
}

#err2Wrap input {
}

#err2Wrap .center {
	width: 800px;
	text-align: center;
	display: inline;
}

/*　内容確認ページ
--------------------------------------------*/

#confWrap dl {
	width: 100%;
	font-weight: lighter;
}

#confWrap dt {
	width: 250px;
	height: 30px;
	padding: 12px 0 0 0;
	background: #cccccc;
	text-align: center;
}

#confWrap dd {
	width: 500px;
	height: 30px;
	padding: 12px 0 10px 10px;
	text-align: left;
}

#confWrap div {
	margin: 10px 0 0 0;
}

#confWrap .center {
	width: 800px;
	text-align: center;
	display: inline;
}


/*　サンクスページ
--------------------------------------------*/

.thx_text p {
	margin: 0 0 30px 0;
}

.thx_center {
	width: 800px;
	text-align: center;
	display: inline;
}

.thx_rec {
margin:30px auto 50px;
width:710px;
height:150px;
}

.thx_rectitle{
	width:710px;
	font-size:12px;
	text-align:center;
	border-bottom:1px #ccc solid;
	margin:0 0 20px 0;
}

.thx_rec1{
float:left;
width:350px;
margin:0;
padding:0;
}

.thx_img1{
float:left;
margin:0 10px 0 0;
width:170px;
}


.thx_img2{
float:right;
margin:0 0 0 0;
width:170px;
}

.thx_img1a{
margin:0 10px 0 0;
width:170px;
}


.thx_img2a{
margin:0 0 0 0;
width:170px;
}

.thx_rec2{
float:right;
width:350px;
margin:0 0 0 10px;
padding:0;
}

.thx_img3{
float:left;
margin:0 10px 0 0;
width:170px;
}

.thx_img4{
float:right;
margin:0;
width:170px;
}

.thx_img3a{
margin:0 10px 0 0;
width:170px;
}

.thx_img4a{
margin:0;
width:170px;
}



