@import url('reset.css');

* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
}

body{
	background:#000;
	color:#fff;
	font-family: "メイリオ","Meiryo","MS PGothic","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",sans-serif;
}

a{
	color:#fff;
	text-decoration:none;
}

br{
	letter-spacing:0;
}

table{
	border:0;
	border-spacing:0;
	border-collapse:collapse;
}

img.mb_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	opacity:0.8;
	z-index:1;
}

.mb_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:2;
}

.mb_pattern div{
	position:absolute;
	width:50px;
	height:50px;
	background:#050055;
	z-index:10;
}

.mb_heading h1{
	position:absolute;
	top:25px;
	left:10px;
	font-size:86px;
	color:#fff;
	text-shadow:0px 0px 1px #fff;
	z-index:999;
}

/* カラーパターン ------------------------------------------------*/
.imagelist{
	position:absolute;
	top:160px;
	left:10px;
	z-index:998;
}

ul.mb_imagelist li{
	float:left;
	margin:3px;
	cursor:pointer;
}

ul.mb_imagelist li img{
	display:block;
	opacity:0.5;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-transition: all 0.5s ease-in-out;
}

ul.mb_imagelist li img:hover{
	opacity:1.0;
}

/* 左メニュー ------------------------------------------------*/
.mb_menu{
	position:absolute;
	top:220px;
	left:14px;
	z-index:11;
}

.mb_menu a{
	background-color:#050055;
	margin-bottom:2px;
	opacity:0.9;
	display:block;
	width:98px;
	height:98px;
	color:#fff;
	line-height:98px;
	text-align:center;
	text-transform:uppercase;
	outline:none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-transition: all 0.2s ease-in;
}
.mb_menu a:hover{
	color:#050055;
	background-color:#fff;
}

/* テキストBOX ------------------------------------------------*/
.mb_content_wrapper{
	background:transparent url(../images/bg_menu.png) repeat top left;
	width:800px;
	height:550px;
	position:absolute;
	top:220px;
	left:165px;
	z-index:4;
	display:none;
}

span.mb_close{
	position:absolute;
	top:10px;
	right:10px;
	width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.8;
}

span.mb_close:hover{
	opacity:1.0;
}

.mb_content{
	padding:30px;
	display:none;
}

.mb_content h2{
	text-shadow:0px 0px 1px #fff;
	font-size:24px;
	background:transparent url(../images/line.png) repeat-x bottom left;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
}

.mb_content_inner{
	line-height:24px;
	height:430px;
	outline: none;
}

.mb_content_inner p{
	padding:0px;
	font-size:14px;
}

.mb_content_inner a{
	color:#fff;
	text-decoration:underline;
}

/* 会社概要 ------------------------------------------------*/
.compuny th{
	width:150px;
	vertical-align:top;
	text-align:left;
}

.compuny td{
	width:550px;
	padding:5px;
	vertical-align:top;
	text-align:left;
}

/* 問合せフォーム ------------------------------------------------*/
.mb_content form label{
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
}

.mb_content form div{
	padding:5px 0px;
}

.mb_content form input,
.mb_content form textarea{
	border:none;
	background:#fff;
	width:200px;
	color:#555;
	padding:4px;
}

.mb_content form textarea{
	height:140px;
}

button{
	background:#ddd;
	border:none;
	color:#000;
	padding:3px 10px;
	cursor:pointer;
	float:right;
	margin-right:22px;
}

button:hover{
	background:#fff;
}

/* thanksページ ---------------------------------------------*/
.thanks {
	position:absolute;
	top:220px;
	left:10px;
	z-index:997;
	width:800px;
	height:auto;
	background:transparent url(../images/bg_menu.png) repeat top left;
}

.thanks p{
	padding:10px;
	color:#FFFFFF;
}

.thanks p a{
	text-decoration:underline;
}

/* フッター ------------------------------------------------*/
.mb_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background:#000;
	opacity:0.7;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	z-index:4;
}

.footer_left{
	color:#ddd;
	padding:3px 10px;
	letter-spacing:1px;
	float:left;
	font-size:12px;
}

.footer_right{
	padding:3px 10px;
	letter-spacing:1px;
	color:#ddd;
	float:right;
	font-size:12px;
}