﻿@charset "UTF-8";

body {
	font-family:	"游ゴシック" ,
			"Yu Gothic" ,
			"游ゴシック体" ,
			"YuGothic" ,
			"Meiryo UI" ,
			"メイリオ" ,
			"Meiryo" ,
			"ＭＳ Ｐゴシック" ,
			"MS PGothic" ,
			sans-serif;
	background-color:#fff;
	color:#000;
}
p {
	text-indent:1em;
	padding:10px 0px 0px;
	margin:0;
	line-height:18px;
}
dl {
	padding:0;
	margin-left:15px;
	list-style:none;
}
textarea {
	overflow: auto;
}
div#wrapper {	position: relative ;
		width: 900px;
		margin: 0 auto;
		margin-top: 30px;
}
div#header {	position: relative ;
		top: 0px;
		left: 0px;
		width: 900px;
		height: 60px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
}
div#navi {	position: relative ;
		top: 0px;
		left: 0px;
		width: 900px;
		height: 50px;
		margin: 0 auto;
		display: flex;
}
div#main400 {	position: relative ;
		top: 0px;
		left: 0px;
		width: 900px;
		height: 400px;
		margin: 0 auto 5px;
}
div#main {	position: relative ;
		top: 0px;
		left: 0px;
		width: 900px;
		margin: 0 auto 30px;
}
div#menu {	position: relative ;
		top: 20px;
		left: 0px;
		width: 900px;
		height: 150px;
		margin: 0 auto;
		display: flex;
}
div#footer {	position: relative ;
		top: 0px;
		left: 0px;
		width: 900px;
		height: auto;
		margin: 0 auto 32px;
		background-color:#C0C0F0;
		font-size: 11px;
		padding: 3px;
		display: flex;
}

/*--------------------------------------------------------------*/
/* ナビボタン
/*--------------------------------------------------------------*/
.menu ul{
	margin: 0; 
	padding: 0; 
	list-style: none;
}
.menu li{ 
	display: inline; 
	margin: 0; 
	padding: 0; 
	float: left;
}
.menu li a{
	display: block; 
	border: 1px solid #5050A0;
	background-color: #fff;
	text-decoration: none;
	color: #111;
	width: 144px; 
	margin: 1px 0px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight:bolder ;
}
.menu li.sel {
	display: block; 
	border: 1px solid #5050A0;
	background-color: #5050A0;
	text-decoration: none;
	color: #FFF;
	width: 144px; 
	margin: 1px 0px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight:bolder ;
}

.menu li a:hover{
	border-color: white;
	transition: all .5s;
	background-color: #5050A0;
	color: #FFFFFF;
}

/*--------------------------------------------------------------*/
/* ヘッダーボタン
/*--------------------------------------------------------------*/
.login_btn {
	display: block; 
	border: 1px solid #292163;
	background-color: #fff;
	text-decoration: none;
	color: #111;
	width: 144px; 
	margin: 1px 0px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight:bolder ;
}
.login_btn:hover{
	transition: all 1s;
	background-color: #292163;
	color: #FFFFFF;
}

/*--------------------------------------------------------------*/
/* 登録/ログインフォーム
/*--------------------------------------------------------------*/
.login,
.regist {
	width: 400px;
	margin: 30px auto;
	font-size: 12px;
}

.login-header,
.regist-header,
.login p,
.regist p {
	margin: 0;
}

.login-header,
.regist-header {
	background: #28d;
	padding: 10px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.login-container,
.regist-container {
	background: #ebebeb;
	padding: 5px;
}

.login p,
.regist p {
  padding: 2px;
}

.login input,
.regist input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	outline: 0;
	font-family: inherit;
}

.login input[type="userid"],
.login input[type="password"],
.regist input[type="userid"],
.regist input[type="email"],
.regist input[type="password"] {
	background: #fff;
	border-color: #bbb;
	color: #555;
}
.login input[type="userid"]:focus,
.login input[type="password"]:focus,
.regist input[type="userid"]:focus,
.regist input[type="email"]:focus,
.regist input[type="password"]:focus {
	border-color: #000;
}

.login input[type="submit"],
.regist input[type="button"] {
	background: #28d;
	border-color: transparent;
	color: #fff;
	cursor: pointer;
}
.login input[type="submit"]:hover,
.login input[type="submit"]:focus,
.regist input[type="submit"]:hover,
.regist input[type="submit"]:focus {
	background: #17c;
}

/*--------------------------------------------------------------*/
/* 利用規約
/*--------------------------------------------------------------*/
.agree_btn {
	display: block; 
	border: 1px solid #000;
	background-color: #ddd;
	text-decoration: none;
	color: #111;
	width: 144px; 
	margin: 1px 0px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight:bolder ;
}
.agree_btn2 {
	display: block; 
	border: 1px solid #000;
	background-color: #ddd;
	text-decoration: none;
	color: #111;
	width: 144px; 
	margin: 1px auto;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight:bolder ;
}
.btn {
	display: block; 
	border: 1px solid #000;
	background-color: #ddd;
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight:bolder ;
}
/*--------------------------------------------------------------------*/
#ptitle {
	position: relative;
	color:#222;
	font-size:24px;
	text-align: center;
	text-decoration: underline;
	font-weight: 700;
	margin-top:20px;
}
#item {
	position: relative;
	margin-top:20px;
	padding: 0 .4em .1em;
	font-size:18px;
	color:#000;
	font-weight: 700;
}
#item::after {
	position: absolute;
	bottom:5px;
	left: 0;
	z-index: -1;
	content: '';
	width: 350px;
	height: 5px;
	background-color: #b6f0fc;
}
/*--------------------------------------------------------------------*/
table.stype {
	border-collapse: separate;
	border-spacing: 2px;
	text-align: center;
	line-height: 1.5;
}
table.stype th {
	padding: 5px 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #036;
}
table.stype td {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #888;
	background: #ccc;
}
table.stype td.pink {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #ffc0cb;
}
table.stype td.alm {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #fcc;
}
table.stype td.sel {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #cfc;
}
table.stype td.dis {
	padding: 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #888;
}

table.qa {
	font-size: 14px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 1px;
}
table.qa th.qicon {
	width: 30px;
	vertical-align: middle;
	text-align: center;
	border-bottom: #999 1px solid;
	color: #000;
	background: #F5A9A9;
}
table.qa td.aicon {
	width: 30px;
	vertical-align: middle;
	text-align: center;
	border-bottom: #999 1px solid;
	color: #000;
	background: #81DAF5;
}
table.qa th {
	padding: 12px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #999 1px solid;
	color: #000;
	background: #FBEFEF;
}
table.qa td {
	padding: 12px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #999 1px solid;
	color: #000;
	background: #CEECF5;
}
table.round {
	margin: 0 auto;
	border-style:none; 
}
table.round td.qa {
	padding: 0 20px 10px 0;
}
/*--------------------------------------------------------------------*/
table.req {
	font-size:13px;
	color:#000;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.req th {
	border-width: 1px;
	padding: 8px;
	text-align:left ;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.req td {
	border-width: 1px;
	padding: 8px;
	text-align:left ;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
table.req td.center {
	border-width: 1px;
	padding: 8px;
	text-align:center ;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.mp_separator {
	font-size: 20px;
	background: linear-gradient(transparent 70%, #ff99ff 60%);
	width: 40%;
}
