@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:100%;
	margin:0 auto;
	display: block;
}

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


/*==================================================================
   ヘッダー
==================================================================*/
header{
	width:90%;
	margin:0 auto;
	display: block;
	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{
	width:100%;
	margin:0 auto;
	display: flex; /* フレックスボックスを使用して子要素を横並びにする */
    justify-content: center; /* 子要素を水平方向に中央揃えにする */
    align-items: center;
}

div#mainimage div#mainimage_right img{
	width:519px;
	float:left;
	/*margin-left:100px;*/
	/*margin-left:20px;*/
}
div#mainimage div#mainimage_left img{
	width:519px;
	/*float:right;*/
	margin-left:40px;
	/*margin-right:20px;*/
}

/*==================================================================
   説明文
==================================================================*/
div#text{
	width:80%;
	margin:0 auto;
	padding-top:30px;
}
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:950px;
	display:inline-block;
	float:left;
	margin-left:40px;
}
/*==================================================================
 詳細
==================================================================*/
div#detail{
	width:90%;
	margin:0 auto;
	display: block; /* フレックスボックスを使用して子要素を横並びにする */
    justify-content: center; /* 子要素を水平方向に中央揃えにする */
    align-items: center;
	
}


div#detail ul li{
	float:left;
	margin-right:20px;
	margin-top:20px;
}



div#detail ul li img{
	width:400px;
	
	
}
/*
div#detail ul li #detail_last,#detail_03,#detail_06{
	margin-right:0px;
}
*/

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



/*==================================================================
  レスポンシブ
==================================================================*/


/*@media (min-width: 390px){
	.style-nav ul li{
		display: inline-block;
		padding-left:20px;
	}
	.style-nav ul{
		text-align:center;
	}
	#works{
		text-align: center;
		display: block;
	}
	img{
		width:70%;
		padding-bottom: 30px;
	}
}
*/

