@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: #fff;
  font-size: 10px;
  line-height: 1.4;
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a {
	color: #000;
}
a:link {
	text-decoration: none;
	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: 400;
  font-size:28px;
  color:#FFFFFF;
  letter-spacing:0.2em;
  text-shadow:
      1px  1px 1px rgba(133,168,198,1),
     -1px  1px 1px rgba(133,168,198,1),
      1px -1px 1px rgba(133,168,198,1),
     -1px -1px 1px rgba(133,168,198,1);
}

h2 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size:16px;
	color:#6FC0D2;
	text-shadow:
      1px  1px 1px rgba(255,255,255,1),
     -1px  1px 1px rgba(255,255,255,1),
      1px -1px 1px rgba(255,255,255,1),
     -1px -1px 1px rgba(255,255,255,1);
}

h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  font-size:14px;
  color:#FFFFFF;
  letter-spacing:0.1em;
  text-shadow:
      1px  1px 1px rgba(133,168,198,1),
     -1px  1px 1px rgba(133,168,198,1),
      1px -1px 1px rgba(133,168,198,1),
     -1px -1px 1px rgba(133,168,198,1);
}




#wrapper{
	width:1130px;
	margin:0 auto;
	}
	
#header{
	background-image:url(../images/top_bg.png);
	background-repeat:no-repeat;
	text-align:center;
	height:492px;
}
#contents{
	padding-top:285px;
}

#nav{
	margin:0 auto;
	color:#FFFFFF;
	padding-top:20px;
}

#nav a:link {
	text-decoration: none;
	color:#FFFFFF;
}


#nav ul {
}
#nav li {
	display: inline-block;
	width: 211px;
	padding-right:10px;
}


.sup {
	vertical-align: super;
}

#first{
	background-image:url(../images/line_bg.png);
	background-repeat:no-repeat;
	margin-top:10px;
	padding-bottom:30px;
}

#first h2{
	 padding:90px 0 0 235px;
}

#second{
	background-image:url(../images/line_bg2.png);
	background-repeat:no-repeat;
	margin-top:10px;
	padding-bottom:30px;
}

#second h2{
	 padding:90px 0 0 388px;
	 color:#81A9C9;
}


#third{
	background-image:url(../images/line_bg3.png);
	background-repeat:no-repeat;
	margin-top:10px;
}

#third h2{
	 padding:90px 0 0 325px;
}


.products{
	width:1000px;
	margin:25px auto 0;
	border:#B8E0E8 solid 1px;
	background-color:#FFFFFF;
	padding:20px;
}

.products li{
	list-style:none;
	display: inline-block;
	width:32%;
	vertical-align: middle;
}

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

.left{
	width:49%;
	float:left;
	border-right:#6FC0D2 dotted 2px;
	border-bottom:#6FC0D2 dotted 2px;
}

.right{
	width:49%;
	float:left;
	border-bottom:#6FC0D2 dotted 2px;
	padding-left:5px;
}

.leftEnd{
	width:49%;
	float:left;
	border-right:#6FC0D2 dotted 2px;
}

.rightEnd{
	width:49%;
	float:left;
	padding-left:8px;
}

.brand{
	width:100%;
	margin-bottom:10px;
}

.coments{
	width:1000px;
	margin:25px auto 0;
	border:#B8E0E8 solid 1px;
	background-color:rgba(255,255,255,0.7);
	padding:20px;
	font-size:12px;
	line-height:1.6;
	color:#666666;
}

.title{
	width:25%;
	float:left;
	vertical-align:top;
	font-weight:700;
}
.txt{
	width:74%;
	float:left;
	vertical-align:top;
}
.txt li{
	margin-bottom:1em;
}


.mt20{
	margin-top:20px;
}

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



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