@charset "utf-8";
/* CSS Document */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	line-height:1;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
p{
	font-size:90%;
}
ul{
	list-style:none;
}
.mb10{margin:0 0 10px;}
.mb20{margin:0 0 20px;}
.mb40{margin:0 0 40px;}
.center{text-align:center;}
.font_weight{font-weight:bold;}
.color_blue{color:#2686dd;}

header{}
header h1{
	background:#e8e8e8;
	padding: 30px 0;
	border-bottom: solid 1px #b7b7b7;
}
header h1 img{
	margin: 0 auto;
	display: block;
}
h2{
	background:#e8e8e8;
	padding: 15px 10px;
	border-bottom: solid 1px #b7b7b7;
	margin:0 0 40px; 	
}

#login{
	text-align: center;
 }
#login li {
	display: inline-block;
	max-width: 44%;
}
#login li a{
	display: block;
	margin: 40px 0;
}

#wrapper{
	background:url("../images/bg.jpg")  top;
	background-size: cover;
}




.card_gold{
	background:url("../images/membership_system_card_gold.png") top no-repeat;
	background-size: contain;
	text-align: center;
	margin: 0 auto; 
	max-width: 96%;
}
.card_bronze{
	background:url("../images/membership_system_card_bronze.png") top no-repeat;
	background-size: contain;
	text-align: center;
	margin: 0 auto; 
	max-width: 96%;
}

.card_silver{
	background:url("../images/membership_system_card_silver.png") top no-repeat;
	background-size: contain;
	text-align: center;
	margin: 0 auto; 
	max-width: 96%;
}
.card_platinum{
	background:url("../images/membership_system_card_platinum.png") top no-repeat;
	background-size: contain;
	text-align: center;
	margin: 0 auto; 
	max-width: 96%;
}
.card_black{
	background:url("../images/membership_system_card_black.png") top no-repeat;
	background-size: contain;
	text-align: center;
	margin: 0 auto; 
	max-width: 96%;
}
.card_gold ul,
.card_bronze ul,
.card_silver ul,
.card_platinum ul,
.card_black ul{
	padding: 16% 0;
}
.card_gold li,
.card_bronze li,
.card_silver li,
.card_platinum li,
.card_black li{
	display: inline-block;
	vertical-align: middle;
}


@media screen and (min-width: 0px) and (max-width:575px)
{
	.card_gold ul,
	.card_bronze ul,
	.card_silver ul,
	.card_platinum ul,
	.card_black ul{
		padding: 6% 0;
	}

	.card_gold li,
	.card_bronze li,
	.card_silver li,
	.card_platinum li,
	.card_black li{
		display:block;
	}
}



.rank{
}
.point{
/*	font-size: 80px;*/
	font-size: 3rem;
}
.member_name p{
	margin:20px 0;
	text-align: center;
	line-height: 30px; 
}
.news{
	text-align: center;
	margin:0 0 40px; 
}
.overview{
	text-align: center;
	margin:0 0 40px; 
}
.menu{
	text-align: center;
	margin:0 0 40px;
}
.menu img{
	margin:0 0 20px;
}
#pege_top{
	margin:0 0 -30px;
	text-align:center;
}
.register p{
	max-width: 80%;
	margin: 0 auto;
	line-height: 24px;
}
.mail_address p{
	max-width: 80%;
	margin: 20px auto;
	font-size: 105%;
	font-weight: bold;
	color: #5c5253;
}
form{
/*
	margin: 0 auto 40px;
*/
	margin: 0 auto 0px;
}
form p{
	line-height: 24px;
	margin: 0 0 10px;
}
/*
form p span{
	color: #ff0000;
	font-size: 80%;
}
*/
.member_information{
	max-width: 80%;
	margin: 0 auto;
	line-height: 24px;
	display: block;
}
form label{

}
form input{
	padding: 5px;
}
form input[type="image"]{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
footer{
}


/*
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"]{
  font-size: 16px;
  transform: scale(0.8);
}
*/

