/*--- ▼▼▼全体指定▼▼▼ ---*/
* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
body {
	font-family:'ＭＳ Ｐゴシック', Arial,Helvetica, sans-serif, HiraKakuProN-W3, HiraKakuProN-W6;
	font-weight:300;
	font-size:100%;
	color:#313131;
	line-height:100%;
	text-align:left;
	background-color:#ffffff;
}
a {
	text-decoration:none;
}
table{
	margin-right :auto;
	margin-left :auto;
}
td a {
	display:block;
}
td a:hover {
	filter:alpha(opacity=80);
	opacity:0.8; 
	background-color: rgba(0,0,0,0.3);
}
span.small {
	font-size: 60%;
}
span.red {
	color:#e60012;
}
span.blue {
	color:#1968b3;
}
hr {
	margin:2px 2px 2px 2px;
	border:none;
	border-top:1px #313131 dotted;
}
.txt p {
	padding:0px 0px 0px 0px;
	font-weight:200;
	font-size:80%;
	color:#ffffff;
	line-height:110%;
}
.image {
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	display:block;
	background-color:#1b1b1b;
	border: solid #1b1b1b 1px;
	-webkit-border-radius:4px 4px 4px 4px;
}
/* ヘッダ */
#header {
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	width:100%;
	height:30px;
	display:block;
	clear:both;
	background: url("../img/bg_home.gif") no-repeat;
	background-size:50px 30px;
	background-position: right;
	background-color:#1b1b1b;
}
#header a:hover {
	filter:alpha(opacity=80);
	opacity:0.8; 
	background-color: rgba(0,0,0,0.3);
}
#header a p {
	font-weight:600;
	font-size:100%;
	color:#ffffff;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
}
/* フッダ */
#footer {
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	width:100%;
	height:30px;
	display:block;
	clear:both;
	background: url("../img/bg_arrow.gif") no-repeat;
	background-size:33px 20px;
	background-position: right;
	background-color:#1b1b1b;
}
#footer a:hover {
	filter:alpha(opacity=80);
	opacity:0.8; 
	background-color: rgba(0,0,0,0.3);
}
#footer a p {
	font-weight:600;
	font-size:100%;
	color:#ffffff;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
}
/* 各ページ全体背景 */
#bg01 {
	background-color:#ffffff;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #1968b3));
}
#bg02 {
	background-color:#1968b3;
}
#bg03 {
	background-color:#febf00;
}
#bg04 {
	background-color:#00561f;
}
#bg05 {
	background-color:#f12c36;
}
#bg_hokkaido {
	background-color:#009944;
}
#bg_tohoku {
	background-color:#febf00;
}
#bg_kanto {
	background-color:#f12c36;
}
#bg_chubu {
	background-color:#bf62a8;
}
#bg_kinki {
	background-color:#3366ff;
}
#bg_chugoku {
	background-color:#955637;
}
#bg_shikoku {
	background-color:#ed3990;
}
#bg_kyushu {
	background-color:#f76b20;
}
/*--- ▲▲▲全体指定▲▲▲ ---*/





/*--- ▼▼▼ログイン/再ログイン[login.php][auth.php]▼▼▼ ---*/
#login_top {
	margin:10px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:98%;
	height:30px;
	display:block;
	clear:both;
	background-color:#1b1b1b;
	border: solid #1b1b1b 1px;
	-webkit-border-radius:4px 4px 0 0;
}
#login_top p {
	padding:6px 0px 0px 6px;
	text-align:left;
	font-weight:600;
	font-size:120%;
	color:#ffffff;
	line-height:100%;
}
#login_middle {
	margin: 0 auto;
	padding:5px 0px 10px 0px;
	width:98%;
	display:block;
	clear:both;
	background-color:#434343;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
}
#login_box {
	margin:5px 0px 0px 0px;
}
.login_title {
	padding:3px 3px 3px 3px;
	display: block;
	border: solid #1b1b1b 1px;
	-webkit-border-radius: 4px 4px 0 0;
}
.login_title p {
	padding:0px 0px 0px 0px;
	font-weight:600;
	font-size:90%;
	color:#ffffff;
	line-height:100%;
}
/* ログイン(フォーム) */
.login_form {
	padding:0px 0px 0px 0px;
	display: block;
	background-color:#ffffff;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset;
}
.form_id {
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	width: 290px;
	height: 40px;
	display: block;
	clear:both;
}
.form_pass {
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	width: 290px;
	height: 40px;
	display: block;
	clear:both;
}
.form_login {
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	width: 290px;
	height: 50px;
	display: block;
	clear:both;
}
.form_login_c {
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	width: 290px;
	height: 50px;
	display: block;
	clear:both;
}
/* 入力 */
.form_id input[type=text] {
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 245px;
	height: 40px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset;
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 0 4px 4px 0;
	font-weight:600;
	font-size: 120%;
	color: #313131;
}
.form_pass input[type=text] {
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 245px;
	height: 40px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset;
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 0 4px 4px 0;
	font-weight:600;
	font-size: 120%;
	color: #313131;
}
/* ボタン */
.form_login input[type=submit] {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 290px;
	height: 50px;
	background-color: #313131;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #707070),color-stop(1, #313131));
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset, 2px 2px 2px rgba(0,0,0,0.5);
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 4px 4px 4px 4px;
	font-weight:600;
	font-size: 120%;
	color: #ffffff;
	text-shadow:2px 2px 2px #000000;
}
.form_login_button {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 290px;
	height: 46px;
	background-color: #313131;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #707070),color-stop(1, #313131));
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset, 2px 2px 2px rgba(0,0,0,0.5);
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 4px 4px 4px 4px;
	font-weight:600;
	font-size: 120%;
	color: #ffffff;
	text-shadow:2px 2px 2px #000000;
	line-height:46px;
}
#login_bottom {
	margin:0px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:98%;
	height:20px;
	display:block;
	clear:both;
	background-color:#1b1b1b;
	border: solid #1b1b1b 1px;
	-webkit-border-radius:0 0 4px 4px;
}
#login_bottom p {
	padding:3px 0px 0px 0px;
	text-align:center;
	font-weight:600;
	font-size:90%;
	color:#ffffff;
	line-height:100%;
}
/*--- ▲▲▲ログイン/再ログイン[login.php][auth.php]▲▲▲ ---*/





/*--- ▼▼▼認証失敗[auth.php]▼▼▼ ---*/
#auth_top {
	margin:10px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:98%;
	height:30px;
	display:block;
	clear:both;
	background-color:#1b1b1b;
	border: solid #1b1b1b 1px;
	-webkit-border-radius:4px 4px 0 0;
}
#auth_top p {
	padding:6px 0px 0px 6px;
	text-align:left;
	font-weight:600;
	font-size:120%;
	color:#ffffff;
	line-height:100%;
}
#auth_middle {
	margin: 0 auto;
	padding:5px 0px 10px 0px;
	width:98%;
	display:block;
	clear:both;
	background-color:#434343;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
}
#auth_box {
	margin:5px 0px 0px 0px;
}
#auth_bottom {
	margin:0px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:98%;
	height:20px;
	display:block;
	clear:both;
	background-color:#1b1b1b;
	border: solid #1b1b1b 1px;
	-webkit-border-radius:0 0 4px 4px;
}
#auth_bottom p {
	padding:3px 0px 0px 0px;
	text-align:center;
	font-weight:600;
	font-size:90%;
	color:#ffffff;
	line-height:100%;
}
#authBack {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:175px;
	display:block;
	clear:both;
	background: url("") no-repeat;
	background-size:100%;
	background-position: right bottom;
}
#authBack_box {
	margin: 0 auto;
	padding:0px 0px 10px 0px;
	width:98%;
	display:block;
	clear:both;
}
.authBack_button {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 46px;
	background-color: #313131;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #707070),color-stop(1, #313131));
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset, 2px 2px 2px rgba(0,0,0,0.5);
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.authBack_button a:hover {
	filter:alpha(opacity=80);
	opacity:0.8; 
	background-color: rgba(0,0,0,0.3);
}
.authBack_button p a {
	font-weight:600;
	font-size: 120%;
	color: #ffffff;
	text-shadow:2px 2px 2px #000000;
	height:46px;
	line-height:46px;
	text-align:center;
}
/*--- ▲▲▲認証失敗[auth.php]▲▲▲ ---*/





/*--- ▼▼▼セッションエラー[sessionerror.php]▼▼▼ ---*/
#sessionError {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:296px;
	display:block;
	clear:both;
	background: url("") no-repeat;
	background-size:100%;
	background-position: right bottom;
}
#sessionError_box {
	margin: 0 auto;
	padding:0px 0px 10px 0px;
	width:98%;
	display:block;
	clear:both;
}
.sessionError_txt p {
	padding:25px 0px 0px 0px;
	font-weight:600;
	font-size:150%;
	color:#ffffff;
	line-height:110%;
	text-shadow:2px 2px 2px #000000;
	text-align:left;
}
.sessionError_button {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 46px;
	background-color: #313131;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #707070),color-stop(1, #313131));
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset, 2px 2px 2px rgba(0,0,0,0.5);
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.sessionError_button a:hover {
	filter:alpha(opacity=80);
	opacity:0.8; 
	background-color: rgba(0,0,0,0.3);
}
.sessionError_button p a {
	font-weight:600;
	font-size: 120%;
	color: #ffffff;
	text-shadow:2px 2px 2px #000000;
	height:46px;
	line-height:46px;
	text-align:center;
}
/*--- ▲▲▲セッションエラー▲▲▲ ---*/





/*--- ▼▼▼エラー画面▼▼▼ ---*/
#error_top {
	margin:10px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:98%;
	height:30px;
	display:block;
	clear:both;
	background-color:#1b1b1b;
	border: solid #1b1b1b 1px;
	-webkit-border-radius:4px 4px 0 0;
}
#error_top p {
	padding:6px 0px 0px 6px;
	text-align:left;
	font-weight:600;
	font-size:120%;
	color:#ffffff;
	line-height:100%;
}
#error_middle {
	margin: 0 auto;
	padding:5px 0px 10px 0px;
	width:98%;
	display:block;
	clear:both;
	background-color:#434343;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
}
#error_box {
	margin:5px 0px 0px 0px;
}
.error_title {
	padding:3px 3px 3px 3px;
	display: block;
	border: solid #1b1b1b 1px;
	-webkit-border-radius: 4px 4px 0 0;
}
.error_title p {
	padding:0px 0px 0px 0px;
	font-weight:600;
	font-size:90%;
	color:#ffffff;
	line-height:100%;
}
/* ボタン */
#error_bottom {
	margin:0px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:98%;
	height:20px;
	display:block;
	clear:both;
	background-color:#1b1b1b;
	border: solid #1b1b1b 1px;
	-webkit-border-radius:0 0 4px 4px;
}
#error_bottom p {
	padding:3px 0px 0px 0px;
	text-align:center;
	font-weight:600;
	font-size:90%;
	color:#ffffff;
	line-height:100%;
}
.form_error_button {
	display: block;
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
	height: 46px;
	background-color: #313131;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #707070),color-stop(1, #313131));
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset, 2px 2px 2px rgba(0,0,0,0.5);
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.form_error_button a:hover {
	filter:alpha(opacity=80);
	opacity:0.8; 
	background-color: rgba(0,0,0,0.3);
}
.form_error_button p a {
	font-weight:600;
	font-size: 120%;
	color: #ffffff;
	text-shadow:2px 2px 2px #000000;
	height:46px;
	line-height:46px;
	text-align:center;
}
/*--- ▲▲▲エラー画面▲▲▲ ---*/





/*--- ▼▼▼機種変更▼▼▼ ---*/
#model_change_top {
	margin:10px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:98%;
	height:30px;
	display:block;
	clear:both;
	background-color:#1b1b1b;
	border: solid #1b1b1b 1px;
	-webkit-border-radius:4px 4px 0 0;
}
#model_change_top p {
	padding:6px 0px 0px 6px;
	text-align:left;
	font-weight:600;
	font-size:120%;
	color:#ffffff;
	line-height:100%;
}
#model_change_middle {
	margin: 0 auto;
	padding:5px 0px 10px 0px;
	width:98%;
	display:block;
	clear:both;
	background-color:#434343;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
}
#model_change_box {
	margin:5px 0px 0px 0px;
}
.model_change_title {
	padding:3px 3px 3px 3px;
	display: block;
	border: solid #1b1b1b 1px;
	-webkit-border-radius: 4px 4px 0 0;
}
.model_change_title p {
	padding:0px 0px 0px 0px;
	font-weight:600;
	font-size:90%;
	color:#ffffff;
	line-height:100%;
}
.model_change_txt2 {
	padding:3px 3px 3px 3px;
	display: block;
	border: solid #1b1b1b 1px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset;
}
.model_change_txt2 p {
	padding:0px 0px 0px 0px;
	font-weight:200;
	font-size:80%;
	color:#313131;
	line-height:110%;
}
/* 機種変更(フォーム) */
.model_change_form {
	padding:0px 0px 0px 0px;
	display: block;
	background-color:#ffffff;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset;
}
.form_id {
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	width: 290px;
	height: 40px;
	display: block;
	clear:both;
}
.form_pass {
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	width: 290px;
	height: 40px;
	display: block;
	clear:both;
}
.form_model_change {
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	width: 290px;
	height: 50px;
	display: block;
	clear:both;
}
/* 入力 */
.form_id input[type=text] {
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 245px;
	height: 40px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset;
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 0 4px 4px 0;
	font-weight:600;
	font-size: 120%;
	color: #313131;
}
.form_pass input[type=text] {
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 245px;
	height: 40px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset;
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 0 4px 4px 0;
	font-weight:600;
	font-size: 120%;
	color: #313131;
}
/* ボタン */
.form_model_change input[type=submit] {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 290px;
	height: 50px;
	background-color: #313131;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #707070),color-stop(1, #313131));
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset, 2px 2px 2px rgba(0,0,0,0.5);
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 4px 4px 4px 4px;
	font-weight:600;
	font-size: 120%;
	color: #ffffff;
	text-shadow:2px 2px 2px #000000;
}
#model_change_bottom {
	margin:0px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:98%;
	height:20px;
	display:block;
	clear:both;
	background-color:#1b1b1b;
	border: solid #1b1b1b 1px;
	-webkit-border-radius:0 0 4px 4px;
}
#model_change_bottom p {
	padding:3px 0px 0px 0px;
	text-align:center;
	font-weight:600;
	font-size:90%;
	color:#ffffff;
	line-height:100%;
}
.model_change_button {
	display: block;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 290px;
	height: 46px;
	background-color: #313131;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #707070),color-stop(1, #313131));
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset, 2px 2px 2px rgba(0,0,0,0.5);
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.model_change_button a:hover {
	filter:alpha(opacity=80);
	opacity:0.8; 
	background-color: rgba(0,0,0,0.3);
}
.model_change_button p a {
	font-weight:600;
	font-size: 120%;
	color: #ffffff;
	text-shadow:2px 2px 2px #000000;
	height:46px;
	line-height:46px;
	text-align:center;
}
/* フォーム内容引き継ぎ */
.model_change_content {
	padding:0px 0px 0px 0px;
	display: block;
	background-color:#ffffff;
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	-webkit-border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset;
}
#content_id {
	display: block;
	clear:both;
	margin: 0 auto;
	padding:10px 0px 0px 0px;
	width: 290px;
	height: 40px;
}
#content_pass {
	display: block;
	clear:both;
	margin: 0 auto;
	padding:5px 0px 0px 0px;
	width: 290px;
	height: 40px;
}
#content_nextPage {
	display: block;
	clear:both;
	margin: 0 auto;
	padding:10px 0px 10px 0px;
	width: 290px;
	height: 50px;
}
.content_img {
	display: block;
	float: left;
	width: 45px;
	height: 40px;
	border-right: 2px solid #1b1b1b;
}
.content_txt {
	display: block;
	float: right
	width: 241px;
	height: 36px;
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 0 4px 4px 0;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset;
}
.content_txt p {
	padding:0px 0px 0px 50px;
	font-weight:600;
	font-size:120%;
	color:#1968b3;
	line-height:40px;
}
/* ボタン */
#content_nextPage input[type=submit] {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 290px;
	height: 50px;
	background-color: #313131;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #707070),color-stop(1, #313131));
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset, 2px 2px 2px rgba(0,0,0,0.5);
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 4px 4px 4px 4px;
	font-weight:600;
	font-size: 120%;
	color: #ffffff;
	text-shadow:2px 2px 2px #000000;
}
.content_nextPage_button {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 46px;
	background-color: #313131;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #707070),color-stop(1, #313131));
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8) inset, 2px 2px 2px rgba(0,0,0,0.5);
	border: solid #1b1b1b 2px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.content_nextPage_button a:hover {
	filter:alpha(opacity=80);
	opacity:0.8; 
	background-color: rgba(0,0,0,0.3);
}
.content_nextPage_button p a {
	font-weight:600;
	font-size: 120%;
	color: #ffffff;
	text-shadow:2px 2px 2px #000000;
	height:46px;
	line-height:46px;
	text-align:center;
}
/*--- ▲▲▲機種変更▲▲▲ ---*/