@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;
}
p{
margin-top:10px;
}

body {
	background-color:#000000;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
  line-height: 1.4;
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

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

.contents{
	width:930px;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0 10px 0;
}

.price{
	font-size:12px;
	margin-bottom:10px;
	margin-top:5px;
}


a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a {
	color: #999999;
}
a:link {
	text-decoration: none;
	color:#999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color:#666666;
}
a:active {
	text-decoration: underline;
	color:#999999;
}
	
p.footer{
	text-align:center;
	display:block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 150%;
	color: #656565;
	padding:40px 0 30px;
}

h1 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  font-size:28px;
  color:#FFFFFF;
  display:block;
  margin:20px auto 30px;
}


h2 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size:16px;
	color:#6FC0D2;
	 width:901px;
	 margin:0 auto;
	 padding-top:20px;
}

h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 600;
  font-size:16px;
  color:#000;
  line-height:1em;
  letter-spacing:0.1em;
  margin-top:10px;
}

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





/*============================ 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; }
