/* -----------------------------------------------------------
CSS Information
 @charset "shift-JIS";
 File name:      style.css
 Style Info:     customerディレクトリ内の以下のページに使用
 customer, main, paymant_method, request
----------------------------------------------------------- */

/* --------------*/
/**共用*/
/* --------------*/
#submit {
    margin-top: 10px;
    margin-bottom: 10px;
}
#btn_back {
	clear:both;
	font-size:16px;
	margin-bottom:60px;
	text-align: center;
	margin-top: 30px;
}
form {
	text-align: center;
}

h3 {
	margin-top: 5px;
}
#notice {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 66px;
	padding-left: 6px;
	background-color: #FCFBF8;
}
#notice h2 {
	text-align:center;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
#notice dl {
	margin-left: 20px;
	margin-bottom: 5px;

}
#notice dt {
	clear:both;

}
#notice dd {
	margin-left: 20px;

}
/* --------------*/
/**request用*/
/* --------------*/
#request #pdf_buttons {
	text-align: center;

}
#request #pdf_buttons ul {
	width: 500px;
	margin-right: auto;
	margin-left: auto;

}
#request #pdf_buttons li {
	width: 236px;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;

}
#request #pdf_note {
	clear: both;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px;

}
#request #pdf_note dt{
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 480px;
}
#request #pdf_note dt.tasu{
background:url(images/tasu.png) no-repeat left center;
}
#request #pdf_note dt.hiku{
background:url(images/hiku.png) no-repeat left center;
}
#request ul#request_method li{
	width: 280px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	padding: 6px;
	height: 70px;

}
#request ul#request_note {
	padding-top: 10px;
	clear: left;
}
#request ul#request_note li{
	width: 280px;
	float: left;
	border: 1px solid #CCCCCC;
	height: 90px;
	margin-right: 10px;
	padding: 6px;
	margin-bottom: 20px;
}
#request dl {
	margin-left:80px;
}
#request dt {
	clear: both;
	font-size: 16px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	width: 600px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#request dd {
	font-size: 12px;
}
#request dd p{
	margin-top: 8px;
	margin-bottom: 8px;

}
/* --------------*/
/**customer用*/
/* --------------*/

#customer #login_header {
	border-bottom-color: #960;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#customer ul#identify {
	margin-top: 20px;
	text-align: left;
	position: relative;
	background-color: #ffcc99;
	border: 2px solid #F2F2F2;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	height: 130px;
}
#customer ul#identify li {
	list-style-type: none;
	margin-bottom: 6px;
	font-size: 15px;
	padding-top: 5px;
	padding-left: 15px;
}
#customer #identify input {
	position: absolute;
	left: 30px;
	width: 180px;
	margin-left: 115px;
}
#customer #identify sup {
	position: absolute;
	left: 221px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-left: 110px;
}
/* --------------*/
/**main用*/
/* --------------*/

#main #customer_main {
	margin: auto;
	width: 500px;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding: 10px;
	border: 1px dotted #FC9;
	background-color: #FFFFF4;
}

#main #customer_main_p {
	margin: auto;
	width: 510px;
	font-size: 16px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding: 5px;
	border: 1px dotted #FC9;
	background-color: #FC9;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#main #customer_main table {
	margin: auto;
}
