@charset "utf-8";

body, div, span, ol, ul, li, table, tr, th, td, dd, dt, dd, img, a, p, h1, h2, h3, h4, h5, h6, nav, header, footer, section, article, form {
  font-family: "Verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

html, body {
  font-size: 12px;
  text-align: center;
  width: 100%;
  height: 100%;
	line-height: 1;
}





/* - - - - - - - - - - - layout (common) - - - - - - - - - - - */

/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




/* common */

body, th, td {
	color: #283E51;
}

a:link {
	color: #444444;
	text-decoration: none;
}

a:visited {
	color: #444444;
	text-decoration: none;
}

a:hover,
a:active {
  color: #999999;
	text-decoration: underline;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: top;
  border-style: none;
  -ms-interpolation-mode: bicubic;
}

.center {
  text-align: center !important;
}

.bold {
	font-weight: bold;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

.small {
  font-size: 11px;
}

.hr{
	clear: both;
	border: none;
	border-top: solid 1px #DDD;
	height: 1px;
	color: #FFFFFF;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.clear {
	clear: both;
}







/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/


/* - -  (content) - - */

#cycle-loader {
	height:32px;
	left:50%;
	margin:-8px 0 0 -8px;
	position:absolute;
	top:50%;
	width:32px;
	z-index:999;
}

#maximage {
	display: none;
	position: fixed !important;
}





/*layout */

.cnt_pc {
	display: block !important;
}

.cnt_sp {
	display: none !important;
}

body {
	position: relative;
	background: #FFF;
}

h1 {
	width: 622px;
	margin: 0 auto;
	padding: 17% 0 1% 0;
}

#head {
	width: 100%;
	margin: 0 auto;
	padding: 9px 0 6px;
	background: #822D6A;
	text-align: center;
}

#foot {
	width: 100%;
	margin: 0 0 0 0;
	padding: 24px 0 14px 0;
	color: #FFF;
	background: #9B5788;
	font-size: 9px;
	border-bottom: 15px solid #822D6A;
	position: absolute;
	bottom: 0;
}

#loginbox {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.2;
	background: url(../images/bg_box3.png) repeat-y;
}

#loginbox_intern {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.2;
	background: url(../images/bg_box2.png) repeat-y;
}

#login_column1 {
	float: left;
	width: 280px;
	padding: 15px 20px 15px;
	margin: 0 0 0 0;
}

#login_column2 {
	float: left;
	width: 280px;
	padding: 15px 20px 15px;
	margin: 0 0 0 0;
}

#login_column3 {
	float: left;
	width: 280px;
	padding: 15px 20px 15px;
}

.loginform {
	float: left;
	width: 160px;
	padding: 0 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.loginform th {
	width: 44px;
	padding: 0 0 6px 0;
	text-align: left;
}

.loginform td {
	padding: 0 0 6px 0;
}

input {
	width: 110px;
	padding: 1px 4px;
	background-color: #FFF;
	border: #607079 1px solid;
	color: #283E51;
	height: 25px;
	line-height: 25px;
}

input.btn_login_img {
	width: 110px;
	padding: 0px;
	background-color: transparent;
	border: none;
	height: auto;
}

.btn_login {
	float: right;
	width: 110px;
	padding: 0 0 10px 0;
}






/* - -  (font-size) - - */

.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }

/* - -  (line-height) - - */

.l130 { line-height: 1.3 !important; }
.l150 { line-height: 1.5 !important; }
.l170 { line-height: 1.7 !important; }
.l200 { line-height: 2.0 !important; }

/* - -  (margin) - - */

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

/* - -  (padding) - - */

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }

.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }

.pr30 { padding-right: 30px !important; }

.pl30 { padding-left: 30px !important; }

/* - -  (print) - - */

@media print {
	html,body { width: 980px; }
}

/*==================================================================================================================================*/



/*layout (ipad) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 961px) {

}




/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

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

/* img */

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}


/*layout */

.cnt_pc {
	display: none !important;
}

.cnt_sp {
	display: block !important;
}

h1 {
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 4% 0 4% 0;
	text-align: center;
}

#head {
	width: 100%;
	margin: 0 auto;
	padding: 4px 0 2px;
	background: #822D6A;
	text-align: center;
}

#head img {
	width: 30%;
}

#foot {
	width: 100%;
	margin: 0 0 0 0;
	padding: 14px 0 8px 0;
	color: #FFF;
	background: #9B5788;
	font-size: 7px;
	border-bottom: 15px solid #822D6A;
	position: relative;
	bottom: 0;
}

#loginbox {
	width: 80%;
	margin: 0 auto 14px;
	background: none;
	text-align: left;
	line-height: 1.2;
}

#loginbox_intern {
	width: 80%;
	margin: 0 auto 14px;
	background: none;
	text-align: left;
	line-height: 1.2;
}

#login_column1 {
	float: none;
	width: 80%;
	padding: 12px 20px 16px 20px;
	margin: 0 auto 16px;
	background: url(../images/bg_box.png) repeat;
}

#login_column2 {
	float: none;
	width: 80%;
	padding: 12px 20px 16px 20px;
	margin: 0 auto 16px;
	background: url(../images/bg_box.png) repeat;
}

#login_column3 {
	float: none;
	width: 80%;
	padding: 12px 20px 16px 20px;
	margin: 0 auto 16px;
	background: url(../images/bg_box.png) repeat;
}

.loginform {
	float: none;
	width: 90%;
	padding: 0 0 10px 0;
}

.loginform th {
	width: 33%;
	padding: 0 0 5px 0;
	text-align: left;
}

.loginform td {
	width: 67%;
	padding: 0 0 5px 0;
}

input {
	width: 100%;
	padding: 3px;
}

.btn_login {
	float: none;
	width: 40%;
	padding: 0 0 10px 0;
	margin: 0 auto 0;
}

h2.pb15 {
	padding-bottom: 6px !important;
}




}










/* - - - - - - - - - - - /end - - - - - - - - - - - */









