/**************************************************************
 *   common.css
 *   Created on : 2019/09/13, 17:13:07
 *   Author     : GOALWAY IGARASHI,yukinori
 **************************************************************/
@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background-color: #eee;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a { text-decoration: none; }
#header {
	position: fixed;
	top: 0px;
	width: 100%;
	max-height:138px;
	text-align: center;
	padding: 0px;
	font-weight: bold;
	background-color: #dcdcdc;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header img {
	/*width: 100%;*/
	/*height:100px;*/
	max-width: 400px;
	padding: 0px;
	margin:15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents {
	/*margin-top:100px;*/
	position: fixed;
	overflow: auto;
	top: 100px;
	bottom: 40px;
	width: 100%;
	height: auto;
	text-align: center;
	/*padding: 5px;*/
	background-color: #c8ced2;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	background-color: #666;
/*	background-image: url('../images/footer.svg');
	background-repeat: no-repeat;*/
	font-size:14px;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer img {
	max-height: 15px;
}

.tleft		{text-align: left;}
.tcenter	{text-align: center;}
.tright		{text-align: right;}

.toppage-btn{
	height: 35px;
}
.home-btn	{
	height: 35px;
}
.whatsnew {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.whatsnew a {
	text-decoration: none;
	color: #666;
	font-size:13px;
}
.whatsnew img {
	width: 100%;
	max-width: 400px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.disp-company-name {
	/*margin: 20px;*/
}

/* エラーページ用 */
.error_title {
	color: #f00;
	margin: 10px;
	font-size: 25px;
}
.error_msg1 {
	margin-top: 50px;
}
.error_msg2 {
	margin-top: 50px;
	font-size: 15px;
}

.wrap_line_login_button{
    margin-bottom: 20px;
}
.line_login_button{
	background-color: #3aae36;
    width: 92%;
    display: block;
    margin: auto;
    border-radius: 30px;
    padding: 10px 0;
    color: #FFF;
	max-width: 345px;
	border: none;
	cursor: pointer;
	outline: none;
}
.sms_login_button{
	background-color: #16264d;
    width: 92%;
    display: block;
    margin: auto;
    border-radius: 30px;
    padding: 10px 0;
    color: #FFF;
	max-width: 345px;
}

/*@media screen and (max-width: 1280px){

}*/
.m_menu{
	clear:both;
	max-width:400px;
	margin: 0 auto;
	border-width:0px 0px 0px 0px;
	border-color:#6D757B;
	border-style:solid;
}
.back_menu{
	max-width:400px;
	margin: 0 auto;
	border-width:0px 0px 1px 0px;
	border-color:#6D757B;
	border-style:solid;
	height:60px;
	background-color:#DBDBDB;
	color:#646E73;
	line-height:60px;
	position:relative;
}
.j_menu{
	text-align:left;
	margin:0px;

}
.j_menu li{
	text-align:center;
	float:left;
	width:49%;
	height:120px;
	margin:0px 0px 0px 0px;
	background-color:#FFF;
	list-style:none;
	border-width:1px 0px 0px 1px;
	border-style:solid;
	border-color:#6D757B;
	list-style-position:inside;
	padding:10px 0px 10px 0px;
	color:#6D757B;
	font-size:16px;
}
.sub-title{
	padding-top:20px;
	padding-bottom:20px;
	max-width:400px;
	margin: 0 auto;
	background-color:#FFF;
	color:#000;
}
.border_right{
	border-right:1px solid #6D757B;
}
