@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
	color: #000;
	background-color: #F7F8F8;
	font-size: 11px;
	line-height: 1.6em;
	font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a {
	color: #000;
}
a:link {
	text-decoration:underline;
	color:#000;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color:#666666;
}
a:active {
	text-decoration: underline;
	color:#000;
}

h1 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 600;
  font-size:28px;
  color:#000;
  letter-spacing:0.2em;
}

h2 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size:20px;
	line-height:2.2em;
}

h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  font-size:14px;
  color:#FFFFFF;
  letter-spacing:0.1em;
}




#wrapper{
	width:1130px;
	margin:0 auto;
	}
	
#header{
	width:850px;
	margin:60px auto 0;
	text-align:center;
}

#contents{
	width:850px;
	margin:110px auto 0;
}

ul.info {
	padding-top:30px;
}
ul.info li {
	list-style:none;
	line-height:1.8em;
}


#privilege{
	width:850px;
	margin:0 auto;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	line-height:1.6em;
	padding:30px;
	text-align:center;
	margin-top:60px;
}

ul.nunber {
	margin-top:30px;
	margin-left:50px;
}


ul.nunber li{
	list-style:none;
	width:20%;
	display: inline-block;
    vertical-align: top;
	text-align:left;
	}


ul.prod {
}


ul.prod li{
	list-style:none;
	display: inline-block;
	width:19%;
    vertical-align: top;
	text-align:center;
	margin:20px 0;
	font-size:10px;
	}

#btn{
	width:850px;
	margin:50px auto;
	text-align:center;
}

.sup {
	vertical-align: super;
}



/*============================ Footer =============================*/
#footer {
	width: 100%;
	height: 65px;
	padding-top:0px;
	text-align: center;
}
.footText {
	font-size: 11px;
	line-height: 180%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.footText a {
	color: #000;
}
.footText a:link {
	text-decoration: none;
	color:#000;
}
.footText a:visited {
	text-decoration: none;
	color: #666;
}
.footText a:hover {
	text-decoration: underline;
	color:#000;
}
.footText a:active {
	text-decoration: underline;
	color:#000;
}



/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
