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


/* ************************************************ 
 *	共通設定
 * ************************************************ */

* {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
strong, em {
	font-weight: normal;
	font-style: normal;
}
li {
	list-style-type: none;
}
img {
	border-style: none;
	vertical-align: bottom;
}
a:hover {
	text-decoration: none;
}
.blue {
	color: #18328B;
}
.orange {
	color: #C27108;
}
body {
	font: 11px Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

h1 {
	position: absolute;
	left: 25px;
	z-index: 9994;
}
h1 img {
	width: 110px;
	height: 42px;
}

body.product h1 img{ width: 200px; }


body.contact h1 { top: 16px; }

address {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	right: 28px;
	z-index: 9993;
}
body.contact address {
	color: #434344;
	top: 30px;
}
#gNavi {
	background-color: #FFF;
	height: 90px;
	width: 100%;
	position: absolute;
	z-index: 9991;
	font-size: 12px;
}
body.contact #gNavi {
	position: fixed;
}
#gNavi ul {
	padding-top: 20px;
	text-align: right;
	padding-right: 35px;
}
#gNavi li {
	display: inline;
}

#gNavi li.attention a:before{
	content: "・";
	color:firebrick;
}
#gNavi a {
	display: inline-block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
	padding: 4px 8px;
	opacity: .62;
}
#gNavi .selected a, #gNavi a:hover {
	opacity: 1.0;
}

#gNavi a.movie,#gNavi a.story  {
	background-image: url(../images/icon_movie.png);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#slideImages {
	overflow: hidden;
	position: absolute;
	background-color: black;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#slideImages img {
	position: absolute !important;
	display: none;
	z-index: 2;
}
#content {
	position: relative;
	z-index: 500;
}
#contentInner {
	width: 100%;
	background-color: white;
}
#contentInner2 {
	padding-top: 80px;
	padding-left: 100px;
	text-align: left;
	padding-right: 100px;
	position: relative;
	width: 600px;
	padding-bottom: 300px;
}
body.contact #content {
	position: static;
	left: 0;
	width: 100%;
	top: 0;
	padding-top: 169px;
}
#content h2 {
	height: 0;
	text-indent: -9999px;
}
#footer {
	padding-left: 100px;
}
#goTopBt {
	background-image: url(../images/goTopBt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 40px;
	position: fixed;
	bottom: 0px;
	right: 30px;
}
#movieBt {
	position: absolute;
	left: 100px;
	top: 10px;
}

@media screen and ( max-width:800px ) {
#contentInner2 {
	width: 84%;
	padding-left: 8%;
	padding-right: 8%;
}
}

@media screen and ( max-width:620px ) {
#gNavi ul {
	padding-top: 12px;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}
}

