@charset "utf-8";
/**
 * base.css
 */
@import "init.css";

	::-moz-selection {
 background: #FFF;
 color: #000;
 text-shadow: none;
}
::selection {
	background: #FFF;
	color: #000;
	text-shadow: none;
}
html {
	overflow-x:hidden;
}
html, body {
	position: relative;
	height: 100%;
}
body {
	background: #FFF;
	color: #666;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
}
/* common*/

body {
	font-size: 12px;
	line-height: 1.5;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
/* layout*/

#header {
	position: absolute;
	width: 100%;
	z-index: 10;
	height: 27px;
	margin-top: 30px;
}
#header .inner {
	margin: 0 auto;
	width: 338px;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 0px;
	width: 338px;
}
#logo a {
	display: block;
	overflow: hidden;
	width: 338px;
	height: 27px;
	clear: both
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media only screen and (max-width:736px) {
	.pc{
	display: none;
}
.sp{
	display: block;
}
	#logo a {
	display: block;
	overflow: hidden;
	width: 220px;
	height: 59px;
	margin:0 auto;
	clear: both;
}
	
}

@media only screen and (max-width:736px) {
	body{
		margin-bottom:100px;
	}
}
#logo a:hover {
	background-position: left bottom;
}
#nav, #nav2 {
	position: absolute;
	left: 0;
}
#nav {
	top: 50px;
	left: 90px;
	clear: both;
	width: 264px;
}
#nav2 {
	top: 70px;
	display: none;
	left:420px;
	margin:0 auto;
}
#nav ul, #nav2 ul {
	height: 100px;
	margin: 0;
	clear: both;
}
@media only screen and (max-width:736px) {
	#nav, #nav2 {
	position: static;
	left: 0;
	text-align:center;
}
#nav{
	padding-top:80px;
	width:auto !important;
}
	#nav ul, #nav2 ul {
		display:inline-block !important;
		height:auto !important;
}
#nav2{
	padding-top:50px;
}
}
#nav2 ul {
}
#nav ul li {
	border-right: 1px solid #EEE;
	padding-right: 10px;
	margin-left: 10px;
	float: left;
}
#nav2 ul li {
	margin-right: 20px;
	float:left;
}
#nav ul li:nth-child(2) {
	border: none;
}
#nav ul li a, #nav2 ul li a {
	display: block;
	overflow: hidden;
	height: 27px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5260px;
}
#nav ul li.works a {
	width: 56px;
	background-image: url(../common/img/btn2.png);
			background-size:56px auto;
}
#nav ul li.profile a {
	width: 56px;
	background-image: url(../common/img/btn1.png);
		background-size:56px auto;
}
#nav ul li.contact a {
	width: 56px;
	background-image: url(../common/img/btn3.png);
				background-size:56px auto;
}
#nav ul li.blog a {
	width: 68px;
	background-image: url(../common/img/btn4.png);
}
#nav2 ul li.all a {
	width: 20px;
	background-image: url(../common/img/btn_all.png);
	border: none;
}
#nav2 ul li.models a {
	width: 62px;
	background-image: url(../common/img/g_btn1.png);
	background-size:62px auto;
	border: none;
}
#nav2 ul li.catalog a {
	width: 58px;
	background-image: url(../common/img/g_btn2.png);
	border: none;
}
#nav2 ul li.calender a {
	width: 69px;
	background-image: url(../common/img/g_btn3.png);
	background-size:69px auto;
	border: none;
}
#nav2 ul li.book a {
	width:60px;
	background-image: url(../common/img/g_btn4.png);
	border: none;
}
#nav2 ul li.steel a {
	width: 70px;
	background-image: url(../common/img/g_btn5.png);
		background-size:70px auto;
	border: none;
}
#nav2 ul li.food a {
	width: 39px;
	background-image: url(../common/img/g_btn7.png);
			background-size:39px auto;
	border: none;
}
#nav2 ul li.report a {
	width: 53px;
	background-image: url(../common/img/g_btn6.png);
	border: none;
}
#nav ul li a.on,  #nav ul li a:hover,  #nav2 ul li a.on,  #nav2 ul li a:hover {
	background-position: left bottom;
}
.select {
	filter: alpha(opacity=50) !important;
	-moz-opacity: 0.50 !important;
	opacity: 0.50 !important;
}


	/* wrapper */
	#wrapper {
		margin: 0 auto;
		width: 1024px;
		height: auto !important;
		height: 100%;
		min-height: 100%;
		text-align: left;
	}.pc{
		display:block;
	}
	.sp{
		display:none;
	}
@media only screen and (max-width:736px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
		width:100%;
	}
	#wrapper{
		padding:0 20px;
		width:auto !important;
	}
}
#wrapper2 {
	margin: 0 auto;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
}
/* container */
#container {
	width: 100%;
	padding: 125px 0 0 0;
}
/* content */
#content {
	position: relative;
	z-index: 1;
	width: 100%;
}
#sns {
	display: none;
	position: absolute;
	top: 29px;
	right: 27px;
	z-index: 12;
}
.ma-right10 {
	margin-right: 10px;
}


.copyrights{
	position:fixed;
	bottom:0;
	height:20px;
	padding-top:10px;
	width:100%;
	z-index:9999;
	clear:both !important;
}
.copyrights p{
	position:absolute;
	left:50%;
	margin:0 0 0 -123px;
	padding:0;
}

.copyrights img{
	max-width:249px;
}