@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: 13px;
  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: #333;
}

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

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

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

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

img {
  vertical-align: top;
  border-style: none;
}

.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) */



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


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

.cnt_pc { display: block !important; }
.cnt_pc_inline { display: inline !important; }
.cnt_pc_inlineblock { display: inline-block !important; }
.cnt_pc_flex { display: flex !important; }
.cnt_pc_table { display: table !important; }
.cnt_sp { display: none !important; }
.cnt_sp_inline { display: none !important; }
.cnt_sp_inlineblock { display: none !important; }
.cnt_sp_flex { display: none !important; }
.cnt_sp_table { display: none !important; }





/*layout */

body {
  position: relative;
}

.background {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg.jpg) center top / cover no-repeat;
}

.content {
  position: relative;
}

h1 {
  width: 960px;
  margin: 0 auto;
  padding: 65px 0 86px 0;
  text-align: left;
}

#purpose {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 230px;
  text-align: left;
}

#foot {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

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

#login_column1 {
  float: left;
  width: 280px;
  padding: 12px 20px 20px;
}

#login_column2 {
  float: left;
  width: 280px;
  padding: 12px 20px 20px;
}

.loginform {
  float: left;
  width: 160px;
  padding: 0 0 10px 0;
}

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

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

input {
  width: 110px;
  padding: 3px;
}

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

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





/* - -  (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) {

body {
  zoom: 0.75;
  background-size: 150% auto;
}

}

@media all and (-ms-high-contrast:none){
  body { zoom: 1; } /* IE10-11 */
  .sns { zoom: 1; } /* IE10-11 */
}
body:not(:target) { zoom:1\9;} /* IE9 */
.sns:not(:target) { zoom:1\9;} /* IE9 */



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



/*layout (smartphone) */



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

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

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

.cnt_pc { display: none !important; }
.cnt_pc_inline { display: none !important; }
.cnt_pc_inlineblock { display: none !important; }
.cnt_pc_flex { display: none !important; }
.cnt_pc_table { display: none !important; }
.cnt_sp { display: block !important; }
.cnt_sp_inline { display: inline !important; }
.cnt_sp_inlineblock { display: inline-block !important; }
.cnt_sp_flex { display: flex !important; }
.cnt_sp_table { display: table !important; }





/* img */

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


/*layout */

body {
  position: relative;
}

.background {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg.jpg) center top / cover no-repeat;
}

.content {
  position: relative;
}

h1 {
  width: 40.3%;
  margin: 0 auto 0 5%;
  padding: 25px 0 34px 0;
  text-align: left;
}

#purpose {
  width: 77.2%;
  margin: 0 auto 0 5%;
  padding: 0 0 40px 0;
  text-align: left;
}

#foot {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
}

#loginbox {
  width: 90%;
  margin: 0 auto;
  background: url(../images/bg_box_sp.png) repeat;
  text-align: left;
  line-height: 1.2;
}

#login_column1 {
  float: none;
  width: 90%;
  padding: 12px 20px 20px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #CCC;
}

#login_column2 {
  float: none;
  width: 90%;
  padding: 12px 20px 20px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #CCC;
}

.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;
}

#login_column3 {
  float: none;
  width: 90%;
  padding: 12px 20px 20px;
  margin: 0 auto 20px;
}






}










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








