@charset "utf-8";
/* CSS Document */

/* ------------------------------
 html5用resetcss
------------------------------ */ 
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
div, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:top;
}
img {
	font-size:0;
}
a {
	outline: none;
}
/* ------------------------------
 layout
------------------------------ */
#wrap {
}
#container {
}

.btn {
	margin:45px 131px;
	height:68px;
}
.btn a {
	background-image:url(../img/btn01.png);
	display:inline-block;
	width:68px;
	height:68px;
}
.btn a:hover {
	background-image:url(../img/btn02.png);
	display:inline-block;
	width:68px;
	height:68px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}



/* ------------------------------
 header
------------------------------ */

.header {
	background-image:url(../img/bg-header.jpg);
	background-repeat:repeat-x;
	}
.bodya {
	background-image:url(../img/bg-15.jpg);
	background-repeat:repeat-x;
	height:647px;
}
.buy {
	width:990px;
	height:190px;
	margin:0 auto;
	background-image:url(../img/18.jpg);
	background-repeat:no-repeat;
}
.buy h2{
	width:276px;
	height:96px;
	padding-left:680px;
	padding-top:45px;
}
/* ------------------------------
 body
------------------------------ */
h2 {
	margin:0 auto;
	width:990px;
}


/* ------------------------------
 footer
------------------------------ */
#footerwrap {
	background-color:#C8BB9B;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#footer {
	width:820px;
	padding:40px 70px 10px 70px;
	margin:0 auto;
	vertical-align:middle;
}
.sns {
	height:36px;
	width:300px;
	clear:both;
	padding-top:20px;
}
.sns li{
	float:left;
	list-style:none;
}
.fb {
	width:110px;
}
.tw {
	width:110px;
}
.footerleft {
	width:400px;
}
.footerright {
	width:330px;
	margin-top:35px;
}
.footerSns {
	height:10px;
}
.copyright {
}
/* ------------------------------
 in footer
------------------------------ */
#footerwrap {
	color:#FFF;
}
#footerwrap a {
	color:#FFF;
}
.companyName {
	font-size:18px;
}
.companyJname {
	font-size:14px;
	margin-top:8px;
}
.companyPostnumber {
	font-size:14px;
	margin-top:28px;
}
.companyAddress {
	font-size:14px;
}
.footerSns {
	display:block;
	clear:both;
	list-style:none;
	margin-top:20px;
}
.footerSns li {
	float:left;
	margin-right:10px;
	list-style:none;
}
a:hover img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	opacity: 0.6;
}
.tellTalk {
	font-size:14px;
	margin-top:8px;
}
.telNo {
	font-size:14px;
}
.copyright {
	font-size:14px;
	margin-top:20px;
}
