@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
body {
	background-color: #000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
a img {
	border: none
}


/**　ヘッダーとトップ　**/

#top {
	color: #fff;
}
table {
	width: 100%;
}
#top_inner {
	width: 100%;
}
#top_inner h1 {
	font-size: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 80px
}
#top_inner h1 span {
	color: #C00;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
}
#top_inner .liner {
	width: 100px;
	border-top: 1px solid #666;
	margin: 40px auto 0;
	height: 39px
}
#top_inner p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 180%
}


/**　メインの画面操作　**/


.work {
	vertical-align: bottom;
	width: 100%;
}
.clearfix {
	float: none;
	clear: both;
}

.info {
	color: #fff;
	text-align: left;
	font-size: 14px;
	width: auto;
	padding: 20px 0;
	position: relative
}
.info p {
	line-height: 180%
}

.img_info {
	font-size: 12px;
}
.info .liner {
	width: 15px;
	border-top: 1px solid #999;
	margin: 20px 0 0;
	height: 19px
}

h3 {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 5px 0;
	text-align: center;
	margin: 20px 0;
	display: block;
	color: #fff;
	background-color: #222;
	font-size: 16px
}
#hd_smp {
	display: block;
	position: absolute;
	top: 0;
	color: #666;
	width: 100%;
	background-color: #111;
	z-index: 0;
	padding: 20px 0;
	text-align: left;
	border-bottom: solid 1px #333;
}
#hd_smp #menu {
	background-image: url(../images/sprite.png);
	background-position: -163px -1px;
	width: 21px;
	height: 15px;
	float: right;
	margin-right: 20px;
	cursor: pointer;
}
#hd_smp #menu:hover {
	opacity: 0.6
}
#show_menu {
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	z-index: 10;
	display: none
}
#show_menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #333;
	border-bottom: solid 1px #000;
	padding: 20px 0
}
#show_menu a:hover {
	color: #ccc;
	text-decoration: none
}
#pagetop a {
	display: block;
	padding: 30px 0;
	text-align: center;
	background-color: #333;
	color: #fff;
	width: 100%;
	margin-top: 50px;
	text-decoration: none
}
.wrap_work{width:100%; background-image:url(../images/preloader.gif); background-repeat:no-repeat; background-position:center center}
