@charset "UTF-8";
/* !body
---------------------------------------------------------- */
body {
	font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 16px;
	line-height: 1.8em;
	-webkit-text-size-adjust: none;
	color:#000;
	color:#333;
	margin:0;
	padding:0;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}.clearfix:after {clear: both;}.clearfix {zoom: 1;} /* IE < 8 */

/* !a
---------------------------------------------------------- */
a {
	/* \*/
	overflow:hidden;
	/* */
	text-decoration:underline;
	color:#0060ff;
}
a:hover{
	color:#ed0000;
	text-decoration:underline;
}
a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-mob-opacity: 0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}
/* !Layout
---------------------------------------------------------- */
@media print {
	html,
	html body { *zoom: 0.65;}}
/* !common
---------------------------------------------------------- */
strong { font-weight: bold; }
.font-bold{ font-weight:bold; }
.font-color { color:#f85200; }
.font-orange{ color:#f85200; }
.font-red{ color:#ed0000; }
.floatL { float:left; }
.floatR { float:right; }
.wsnwp{ white-space:nowrap; }
.sprt { display: none; }

/* media queries */
@media screen and (max-width: 640px) {
    .font-18{ font-size:18px; }
    .hddn { display: none; }
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
}

/* !wrapper
---------------------------------------------------------- */
div#wrapper {
	width: 100%;
	text-align:left;
	
    /*position: relative;
    height: auto !important;    
    height: 100%;
    min-height: 100%;*/
}
/* !contents
---------------------------------------------------------- */
#head {
	text-align: center;
	width: 191px;
	margin: 20px auto;
}
/* media queries */
@media screen and (max-width: 640px) {
	#head {
		text-align: center;
		width: 191px;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 5px;
	}
}
h1 {
	font-size: 18px;
	text-align:	center;
	color: #fff;
	font-weight: bold;
	padding: 10px 5px;
	display: block;
	text-decoration: none;
	border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	background: #b38c24;
}
/* media queries */
@media screen and (max-width: 640px) {
	h1 {
		font-size: 16px;
	}
}
#loginBox {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 40px;
}
/* media queries */
@media screen and (max-width: 640px) {
	#loginBox {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
label {
	display: none;
}
label.ttl {
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 10px;
	border-top: 1px dotted #aaa;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/* media queries */
@media screen and (max-width: 640px) {
label.ttl {
	padding-top: 5px;
	margin: 0 20px;
	margin-bottom: 5px;
}
}
label.vsbl {
	display: block;
}
label.forgot {
	text-align: left;
	width: 280px;
	margin: 0 auto;
	margin-bottom: 5px;
	cursor: pointer;
}
label.forgot:hover {
	background: #fff8d7;
}
/* media queries */
@media screen and (max-width: 640px) {
label.forgot {
	width: 85%;
	margin-bottom: 10px;
}
}
.loginArea {
	background: #eee;
	padding: 30px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}
/* media queries */
@media screen and (max-width: 640px) {
	.loginArea {
		background: #eee;
		padding: 20px 0;
		text-align: center;
		border-bottom: 1px solid #ccc;
		border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
	}
}
.loginArea .exp {
	padding-bottom: 1em;
}
.loginArea .field {
	margin-bottom: 10px;
}
.required {
	color: #ed0000;
	font-size: 14px;
}
.errorMsg {
	color: #ed0000;
	font-size: 14px;
}
/* media queries */
@media screen and (max-width: 640px) {
.errorMsg {
	color: #ed0000;
	font-size: 14px;
	width: 85%;
	text-align: left;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 5px 0;
}
}
.text {
	text-align: left;
}
/* media queries */
@media screen and (max-width: 640px) {
.text {
	width: 85%;
	margin: 0 auto;
}
}
.textInput {
	border: 1px solid #aaa;
	height: 40px;
	padding: 10px 0;
	width: 270px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	ime-mode: disabled;
	padding: 0 5px;
	font-size: 16px;
}
.textInput {
	line-height: 40px\9;
}
/* media queries */
@media screen and (max-width: 640px) {
	.textInput {
		width: 85%;
	}
}
.inputBtn {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	width: 280px;
	height: 40px;
	padding: 0;
	margin-bottom: 10px;
	border: 1px solid #9e7b1e;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #d3b655;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1, #b28b22),
		color-stop(0, #d5b858)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5b858',endColorstr='#b28b22',GradientType=0);
	background-image: -o-linear-gradient(top, #b28b22 0%, #d5b858 100%);
	background-image: -moz-linear-gradient(top, #b28b22 0%, #d5b858 100%);
	background-image: -webkit-linear-gradient(bottom, #b28b22 0%, #d5b858 100%);
	background-image: -ms-linear-gradient(top, #b28b22 0%, #d5b858 100%);
	background-image: linear-gradient(to top, #b28b22 0%, #d5b858 100%);
}
.inputBtn:hover {
	background: #d3b655;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1, #b08000),
		color-stop(0, #d6ac23)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6ac23',endColorstr='#b08000',GradientType=0);
	background-image: -o-linear-gradient(top, #b08000 0%, #d6ac23 100%);
	background-image: -moz-linear-gradient(top, #b08000 0%, #d6ac23 100%);
	background-image: -webkit-linear-gradient(bottom, #b08000 0%, #d6ac23 100%);
	background-image: -ms-linear-gradient(top, #b08000 0%, #d6ac23 100%);
	background-image: linear-gradient(to top, #b08000 0%, #d6ac23 100%);
}
/* media queries */
@media screen and (max-width: 640px) {
	.inputBtn {
		width: 85%;
	}
}
a.loginForgot {
	display: block;
	font-size: 14px;
}
#bookmark {
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}
#bookmark .bmTtle {
	text-align: center;
	color: #333;
	font-size: 34px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0 0 30px 0;
}
/* media queries */
@media screen and (max-width: 640px) {
	#bookmark .bmTtle {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		color: #333;
		font-size: 24px;
		line-height: 1.4em;
		font-weight: bold;
		padding: 0 0 20px 0;
	}
}
#bookmark .bmArea {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	width: 340px;
	margin: 0 auto;
	background: #fffacf;
	padding: 30px;
	text-align: center;
	border: 3px solid #efd706;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* media queries */
@media screen and (max-width: 640px) {
	#bookmark .bmArea {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4em;
		width: 90%;
		margin: 0 auto;
		background: #fffacf;
		padding: 20px 0;
		text-align: center;
		border: 3px solid #efd706;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
}
/* media queries */
@media screen and (max-width: 640px) {
	#bookmark .bmArea p {
		padding: 0 15px;
	}
}
.bmBtn {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	display: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	width: 280px;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 1px solid #f85200;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #f86900;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1, #f86900),
		color-stop(0, #f8af00)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8af00',endColorstr='#f86900',GradientType=0);
	background-image: -o-linear-gradient(top, #f86900 0%, #f8af00 100%);
	background-image: -moz-linear-gradient(top, #f86900 0%, #f8af00 100%);
	background-image: -webkit-linear-gradient(bottom, #f86900 0%, #f8af00 100%);
	background-image: -ms-linear-gradient(top, #f86900 0%, #f8af00 100%);
	background-image: linear-gradient(to top, #f86900 0%, #f8af00 100%);
}
/* media queries */
@media screen and (max-width: 640px) {
	.bmBtn {
		width: 90%;
	}
}
.bmBtn:hover {
	color: #fff;
	text-decoration: none;
	background: #f84000;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1, #f84000),
		color-stop(0, #f89e00)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89e00',endColorstr='#f84000',GradientType=0);
	background-image: -o-linear-gradient(top, #f84000 0%, #f89e00 100%);
	background-image: -moz-linear-gradient(top, #f84000 0%, #f89e00 100%);
	background-image: -webkit-linear-gradient(bottom, #f84000 0%, #f89e00 100%);
	background-image: -ms-linear-gradient(top, #f84000 0%, #f89e00 100%);
	background-image: linear-gradient(to top, #f84000 0%, #f89e00 100%);
}
#OT {
	font-size: 20px;
	background: #FF0;
	display: none;
	padding: 10px;
	line-height: 1.4em;
}
/* media queries */
@media screen and (max-width: 640px) {
	#OT {
		margin: 0 15px;
		padding: 10px;
		font-size: 18px;
		line-height: 1.4em;
		background: #FF0;
		display: none;
	}
}
#footer {
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	bottom: 0;
	padding: 8px 10px;
	border-top: 1px solid #ccc;
}


#flashMessage,#authMessage{
    z-index:1002;
    overflow: auto;
  text-align: center;
  background-color: #ea0000;
  /*border: 1px solid #d7d7d7;*/
  padding: 15px 10px;
  margin: 5px 10px 10px 10px;
  margin: 5px 20px 10px 20px;
  font-size: 1.8em;
  color: #fff;
  font-weight: bold;
}
