@charset "UTF-8";
/*全体*/
body{
	/* iPhoneバンドル */
     -webkit-text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
     min-width : 750px\9; /* IE8 and below */
}

#header{
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

#header h1{
	text-align: left;
	width: 750px;
	margin: 0 auto;
}


@media screen and (max-width: 600px) {

body{
     min-width : 320px;
}

#header h1{
	width: 300px;
	margin: 0 10px;
}

#header h1 img{
	max-width: 300px;
	height: auto;
}

}

#wrapper{
	background: url(../../images/bg_container.png) left top repeat-x;
	border-top:1px solid #fff;
	padding-top: 45px;
}

.container{
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width: 600px) {

#wrapper{
	padding-top: 15px;
}

.container{
	width: 100%;
	text-align: left;
}

}

#footer{
	background: #f0f0f0 url(../../images/bg_footer.png) left top repeat-x;
	padding: 20px 0;
}

#footer p{
	width: 750px;
	margin: 0 auto;
	text-align: right;
	font-size: 11px;
	color: #666;
}

@media screen and (max-width: 600px) {

#footer{
	padding: 7px 0;
}

#footer p{
	width: auto;
	text-align: center;
}

#footer p span{
	display: block;
}

}


#step{
	font-size: 0;
	line-height: 0;
	width: 750px;
	height: 40px;
}

#step.st01{
	background: url(../../images/step01.png) no-repeat;
	margin-bottom: 30px;
}

#step.st02{
	background: url(../../images/step02.png) no-repeat;
	margin-bottom: 20px;
}

#step.st03{
	background: url(../../images/step03.png) no-repeat;
	margin-bottom: 15px;
}



@media screen and (max-width: 600px) {

#step{
	font-size: 0;
	line-height: 0;
	width: 320px;
	height: 30px;
	margin: 0 auto;
}

#step.st01{
	background: url(../../images/sp_step01.png) no-repeat;
	background-size: 320px 30px;
	-webkit-background-size: 320px 30px;
}

#step.st02{
	background: url(../../images/sp_step02.png) no-repeat;
	background-size: 320px 30px;
	-webkit-background-size: 320px 30px;
}

#step.st03{
	background: url(../../images/sp_step03.png) no-repeat;
	background-size: 320px 30px;
	-webkit-background-size: 320px 30px;
}

}

h3{
	background: url(../../images/bg_h3.png) no-repeat;
	font-size: 17px;
	font-weight: bold;
	line-height: 46px;
	padding-left: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width: 600px) {

h3{
	background: url(../../images/bg_h3_sp.png) repeat-x;
	background-size: 1px 35px;
	-webkit-background-size: 1px 35px;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 10px;
	margin-bottom: 10px;
}

h3 span{
	border-left: 3px solid #417e94;
	padding-left: 10px;
}

}

table.basic{
	width: 670px;
	margin-left: auto;
	margin-right: auto;
}

table.basic th,
table.basic td{
	border: 1px solid #b1b1b1;
	padding: 7px 10px;
}

table.basic th{
	font-weight: bold;
	width: 170px;
	background: url(../../images/bg_th.png);
}

table.basic td p{
	font-size: 12px;
}

input.txt{
	padding: 5px;
	width: 96%;
}

input.short{
	width: 110px;
}

@media screen and (max-width: 600px) {

table.basic{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.basic th,
table.basic td{
	border: none;
	display: block;
}

table.basic th{
	width: auto;
}

}

ul.acname{
	overflow: hidden;
}

ul.acname li{
	font-weight: bold;
	float: left;
	margin-right: 20px;
}

ul.acname li input{
	width: 110px;
}

@media screen and (max-width: 600px) {

ul.acname li{
	float: none;
	margin-right: 0;
	margin-bottom: 5px;
}

ul.acname li input{
	display: block;
	width: 80%;
}

ul.acname.conf li{
	float: left;
	margin-right: 20px;
}

}

.ftbtn{
	text-align: center;
	margin: 50px auto;
}

.ftbtn input{
	margin: 0 10px;
}

@media screen and (max-width: 600px) {

.ftbtn{
	margin: 30px auto;
}

.ftbtn input{
	display: block;
	margin: 10px auto;
}

}

/* 確認 */
p.conftxt{
	margin-bottom: 30px;
}

@media screen and (max-width: 600px) {

p.conftxt{
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 12px;
}

}

/* 閲覧画面 */
.alertbox{
	background: #ffe5e5;
	padding: 10px;
	border: 2px solid #ff8383;
	color: #e82222;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.alertbox a{
	color: #e82222;
}

.carrierAlertbox{
	background: #ffe5e5;
	padding: 10px;
	font-size: 16px;
	border: 2px solid #ff8383;
	color: #e82222;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}

.carrierAlertbox a{
	color: #e82222;
}

@media screen and (max-width: 600px) {
.carrierAlertbox{
	font-size: 13px;
}
}

.compbox{
	background: #e5f8ff;
	padding: 10px;
	border: 2px solid #bcdce8;
	color: #4f8da4;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.changebtn{
	width: 670px;
	margin: 0 auto 30px auto;
	text-align: right;
}

@media screen and (max-width: 600px) {

.changebtn{
	width: auto;
	text-align: center;
}

}

table.status{
	width: 100%;
}

table.status th,
table.status td{
	padding: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 12px;
}

table.status th{
	background: #e2ecf0;
	font-weight: bold;
	text-align: center;
	color: #488196;
	font-size: 13px;
}

table.status td{
	background: #f3f3f3;
}

table.status tbody.sphd{
	display: none;
}

table.status thead .date{
	width: 90px;
	text-align: center;
}

table.status thead .sub{
	width: 200px;
}

table.status thead .amount{
	width: 140px;
}

table.status thead .stt{
	width: 100px;
}

table.status td.date,
table.status td.stt{
	text-align: center;
}

table.status td.amount{
	text-align: right;
}

table.status tbody .date{
	width: 90px;
}

table.status tbody .sub{
	width: 200px;
}

table.status tbody .amount{
	width: 140px;
}

table.status tbody .stt{
	width: 100px;
}



@media screen and (max-width: 600px) {

table.status{
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 1px;
}

table.status thead{
	display: none;
}

table.status tbody.sphd{
	float: left;
	display: block;
}

table.status tbody.cont{
	display: block;
	width: auto;
	position: relative;
	overflow-x: hidden;
}

table.status tbody.sphd tr{
	display: block;
}

table.status th{
	text-align: left;
}

table.status th,
table.status td{
	display: block;
	padding: 5px 10px;
}

table.status tbody.cont tr{
	display: block;
}

table.status tbody.sphd .date{
	border-right: 1px solid #c0d8e1;
	height: 20px;
	overflow: hidden;
}

table.status tbody.sphd .date,
table.status tbody.cont .date{
	background: #c0d8e1;
	border-top: 1px solid #c0d8e1;
}

table.status tbody.cont .date{
	text-align: right;
	height: 20px;
	overflow: hidden;
}

table.status td.stt,
table.status td.amount{
	text-align: left;
}

table.status tbody .date,
table.status tbody .sub,
table.status tbody .amount,
table.status tbody .stt{
	width: auto;
}


/* borderの調整 */
table.status th{
	border-bottom: 0;
}
table.status td{
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

}


p.msg{
	padding: 10px;
}