/* base */

#container	{
	background-color: transparent;
	visibility: visible;
	margin: 0 auto;
	padding: 5px;
}
#header	{
	background-color: transparent;
	visibility: visible;
}
#main	{
	background-color: transparent;
	visibility: visible;
}
#footer	{
	background-color: transparent;
	visibility: visible;
	font-size: 9pt;
	text-align: center;
	margin-top: 10px;
}

body	{
	margin: 0px;
	padding: 0px;
	color: #5e5e5e;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳＰゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 1pt;
}

/*---基本アンカー修飾---*/
a:hover		{text-decoration: none; color: grey;}
a:link		{text-decoration: none; color: grey;}
a:visited	{text-decoration: none; color: grey;}
a:active	{text-decoration: none; color: grey;}

/* index（エントランス） */
#header	{
	margin:0 auto;
	text-align: center;
}
div.flex_contents	{
	display: flex;
	text-align: left;
}
div.left_img	{
	margin: 5px;
	flex: auto;
}

div.flex_footer	{
	display: flex;
	margin: 20px 40px 0 0;
}
div.left_mark	{
	margin: 5px;
	flex: 2;
	text-align: right;
}
div.right_logo	{
	flex: 3;
	text-align: left;
	font-size: 7.1pt;
}

ul	{
	list-style-type: none;
	margin-left: -40px;
}
h2.title	{
	text-align: center;
	margin: 20px 0;
}
h3	{
	border: 1px solid #aaa;
	padding: 10px;
	position: relative;
	margin: 20px 0 0;
}
h3::after	{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	transform: rotate(135deg) translate(-50%);
}
h3.closed::after{
	transform: rotate(45deg) translate(-50%);
}
ul.serch_wrap li	{
	border-bottom: 1px solid #aaa;
	padding: 10px 0 10px 30px;
	position: relative;
}
ul.serch_wrap li::before	{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg) translateY(-50%);
}
ul li ul{
	margin-bottom: 10px;
	cursor: pointer;
}
ul li ul.open	{
	display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"].login,
input[type="submit"].logout,
input[type="submit"].register	{

	width: 120px;
	padding: 8px;
	margin: 10px 10px 0 0;
	border: 0;
	font-size: 14pt;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background-color: #D5DD31;

}
#loginForm{
	padding: 0px;
	background-color: #ffffff;

}
a.back	{
	width: 110px;
	padding: 12px;
	margin: 40px 10px 0 0;
	border: 0;
	font-size: 14pt;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #A3D6CA;
}
.title_field	{
	border: 1px solid #ddd;
	margin: 5px 0px;
	padding: 20px 10px;
}
.info_field	{
	border: 1px solid #ddd;
	margin: 5px;
	padding: 20px;
}
.form_field	{
	margin: 0px;
	padding: 5px;
	border: 1px solid #ddd;
}
.submit_field	{
	margin: 0px;
	padding: 10px 5px;
	text-align: center;
}
.memo_field	{
	margin: 5px;
	font-size: 9pt;
}
.red	{
	color: red;
}
.memo	{
	font-size: 9pt;
}

/* お申し込みフォーム */
.tabset	{
	margin: 10px 0;
	padding: 0 0 0 0;
	
	height: 35px;
	width: 100%;
	display: flex;
}
.tabset ul.tabs	{
	margin: 0;
	padding: 0;
}
.tabset ul.tabs li	{
	font-size: 10.5pt;background-color: white;
	
	margin: 0 ;
	text-align: center;
	list-style-type: none;
	float: left;
	flex: 1;

	padding: 11px 8px 11px 8px;
	display: block;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ddd;
	background-color: #eee;
}
.tabset ul.tabs li.select	{
	border-bottom: 1px solid #fff;
	height: 22px;
	background-color: #fff;
}



/*--

tb

--*/
@media only screen and (min-width:600px){

body	{
	background-color: #E9E9E9;
}

#container	{
	background-color: #FFFFFF;
	visibility: visible;
	margin: 0 auto;
	padding: 15px;
	width: 480px;
}

a.back	{
	width: 120px;
	padding: 8px;
	margin: 40px 10px 0 0;
	border: 0;
	font-size: 12pt;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #A3D6CA;
}

}

/*--

pc

--*/
@media only screen and (min-width:960px){


}
