@charset "utf-8";
/******************************************************

webast-gcs-d.jp
last mod 220125

*****************************************************/
:root {
  --main-color: #004EA2;
}
* {
  padding: 0;
  margin: 0;
  zoom: 1;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 170%;
  text-align: center;
}
fieldset, img {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: top;
}
hr {
  clear: both;
  padding: 0;
  margin: 0;
  visibility: hidden;
}
.cr {
  clear: both;
  padding: 0;
  margin: 0;
}
a {
  color: #366;
  text-decoration: none;
}
a:hover {
  color: #339;
  text-decoration: none;
}
h1 a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}
a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}
.l-flex-wrp {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
p:last-child{
	margin-bottom: 0;
}

.txt-u{
	text-decoration: underline;
}
.txt-red{
	color: #f00;
}
/*****************************************************

wrapper

*****************************************************/
#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  height: 100%;
}
/*****************************************************

header

*****************************************************/
#header {
  height: 106px;
  width: 800px;
  background: url(../img/header-bg.gif) no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
#header h1 {
  float: right;
}
#header h2 {
  float: left;
}
/*****************************************************

container

*****************************************************/
#container {
  width: 800px;
  text-align: left;
  margin: 33px auto 0 auto;
  position: relative;
  min-height: 572px;
  height: auto !important;
  height: 572px;
}
* + html body #container {
  margin-top: 13px;
}
* html body #container {
  margin-top: 13px;
}
#btn_login {
  float: left;
  width: 275px;
}
#btn_new {
  float: right;
  width: 275px;
}
#btn_login p, #btn_new p {
  width: 265px;
  margin: 15px 5px;
}
/*site top page*/

.top-txt{
	background: #fafafa;
	border: 2px solid #ccc;
	padding: 24px 16px;
	margin-bottom: 40px;
	margin-top: 80px;
}
.top-txt h2{
	font-size: 16px;
	color: var(--main-color);
	font-weight: bold;
	margin-bottom: 1em;
}
.top-container{
	width: 560px;
	margin:  0 auto 56px;
}

#btn_login,
#btn_new{
	width: 275px;
	margin-bottom: 40px;
}
.top-container img{
	margin-bottom: 24px;
}

/*index*/
.index-bnrs{
	margin-bottom: 32px;
}

.index-bnr{
	width: 32.7%;
	text-align: center;
	font-size: 12px;
}
.index-bnr img{
	margin-bottom: 16px;
}

.index-contact-wrp{
	border-top: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
	padding: 16px 13px;
	margin-bottom: 32px;
}
.index-contact-wrp h2{
	font-size: 13px!important;
}

h2.index-cap{
	background-color: var(--main-color);
	color: #fff;
	padding: .6em 1em .4em;
	line-height: 1;
	margin-bottom: 24px;
}

/*****************************************************

footer

*****************************************************/
#footer {
  clear: both;
  border-top: 3px solid #ccc;
  padding: 15px 0 0 0;
  height: 100px;
  width: 800px;
  margin: 15px auto;
  text-align: left;
}
#footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/******************************************************

clearfix

*****************************************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}