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

/*==================================================================
   リセットcss
==================================================================*/

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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}


/*==================================================================
   基本設定
==================================================================*/

body{
	font-family:"Arial","Meiryo";
	font-weight:lighter;
	background-color:#e1ebf1;
	
}

div.clear{
	clear:both;
}
.cf{
	clear:both;
}

div#wrapper{
	width:1200px;
	margin:0 auto;
}

h2{
	font-size:14px;
	text-align:center;
	margin-top:73px;
	margin-bottom:42px;
}


/*==================================================================
   ヘッダー
==================================================================*/
header{
	width:1200px;
	height:114px;
	line-height:114px;
	
}
h1{
	font-size:22px;
	float:left;
}

nav{
	font-size:14px;
	float:right;
}

nav ul li{
	float:left;
	margin-left:30px;
	
}

nav ul li:hover{
	transform:translateY(-5px);
	text-decoration:underline;
	
}

nav ul li a{
	text-decoration:none;
	color:black;
}

/*==================================================================
   メインイメージ
==================================================================*/
div#mainimage img{
	display:block;
	width:700px;
	margin:0 auto;
}
/*==================================================================
   説明文
==================================================================*/
div#text{
	margin-top:40px;
}
div#text h3{
	font-size:18px;
	font-weight:bold;
}
div#text h3 span{
	font-weight:300;
}
div#text_left{
	display:inline-block;
	float:left;
}
div#text_right{
	width:875px;
	display:inline-block;
	float:left;
	margin-left:40px;
}
/*==================================================================
 詳細
==================================================================*/
div#detail{
	margin-top:45px;
}
div#detail ul.ma{
	margin-bottom:40px;
}
div#detail ul li img{
	width:541px;
}
div#detail ul li#detail01,li#detail03,li#detail05,li#detail07{
	float:left;
}
div#detail ul li#detail02,li#detail04,li#detail06,li#detail08{
	float:right;
}
/*==================================================================
   footer
==================================================================*/
footer{
	width:100%;
	height:226px;
	background-color:#898989;
	text-align: center;
	margin-top:73px;
}
footer img{
	margin-top:21px;
}
footer p{
	font-size:12px;
	color:#FFFFFF;
	margin-top:50px;
}
