.sp_none {
	display: none;
}
html, body {
	height: 100%;
}
body {
	font-family: "Mplus 1p";
	font-size: 0.95em;
	line-height: 160%;
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: hidden;*/
}

nav h1 {
	display: none !important;
	visibility: hidden !important;
	width: 1px !important;
	height: 1px !important;
	z-index: -999999 !important;
}

#menu {
	position: fixed;
    height: 100%;
}

.drawer-nav {
	/*overflow: auto !important;
	overflow-x: auto !important;
	overflow-y: scroll !important;
	display: inline-block !important;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
	position: absolute;*/
}
.drawer-menu {
	/*width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	z-index: 100000000000000 !important;
	display: inline-block !important;
	overflow-y: scroll !important;*/
}
.bx-controls-auto, .bx-controls-direction {
	opacity: 0;
	display: block;
}
.img, .img img {
	width: 100%;
	display: block;
}
.cont_h2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.7em;
	color: #830002;
	margin-bottom: 20px;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 3px solid #f00;
}
.cont_h3 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 1.4em;
	border-bottom: 2px solid #f00;
	margin-bottom: 10px;
}
.cont_h4 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-size: 1.2em;
	border-left: 2px solid #f00;
	margin-bottom: 10px;
}
.cont_h5 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-size: 1.2em;
	color: #AA3133;
	margin-bottom: 10px;
}
.cont_ul {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.cont_ul li {
	list-style: disc;
	margin-left: 20px;
}
.cont_table {
	width: 96%;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
}
.cont_table th {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: beige;
}
.cont_table td {
	padding: 5px;
	border: 1px solid #ccc;
}
.contents_textarea {
	width: 94%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.btn {
	background-color: #ccc;
}
.btn li {
	width: 100%;
}
.btn li a {
	padding: 20px;
	background-color: #A32A2A;
	display: block;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
}
/*グローバルCSS*/


#menu {
	overflow-y: auto !important;
	min-height: 280px !important;
}
header {
	width: 100%;
	height: 60px;
}
header h1 {
	background-image: url(/content/images/sp_logo.jpg);
	background-size: 300px 60px;
	width: 300px;
	height: 60px;
	text-indent: -9999px;
}
header h1 a {
	display: block;
	width: 300px;
	height: 60px;
	text-indent: -9999px;
}

/*
#menu ul {
height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
*/


#menu h1, .init-bottom {
	display: none !important;
}
#menu li h3 {
	padding: 5px;
	background-color: #8E0002;
	color: #fff;
	font-weight: bold;
}
#menu li a {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	display: block;
}
#topbox {
	display: table;
	width: 100%;
}
#main-slider, #main-slider iframe, #main-slider img {
	height: 300px;
}
#topbox div {
	position: relative;
}
#topbox div img {
	width: 100%;
	clear: both;
	display: block;
}
#topbox div h3 {
	position: absolute;
	bottom: 0px;
	background-color: hsla(0,0%,0%,0.58);
	width: 100%;
	height: 40px;
	text-align: right;
	padding-top: 20px;
	color: #fff;
}
#topbox div h3 span {
	padding-right: 20px;
}
footer {
	background-color: #F7F8F9;
}
footer nav {
	display: none;
}
footer h3 {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
footer p {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	color: #6A6A6A;
	font-size: 0.8em;
}
/*パンくずリスト*/

#topic_path {
	background-color: #eee;
	width: 100%;
}
#topic_path p {
	padding: 15px 15px;
}
#topic_path p a {
	text-decoration: none;
	color: #C50003;
}
/*コンテンツメインイメージ*/
.contents_mainimg {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 600px;
}
.contents_mainimg h2 {
	position: absolute;
	top: 40px;
	text-align: center;
	width: 100%;
	font-size: 2em;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}
.contents_mainimg h4 {
	position: absolute;
	top: 460px;
	font-size: 1.2em;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
	text-align: center;
}
#cont_main {
	padding: 60px 30px;
	border-top: 1px solid #ccc;
}
#sub {
	width: 100%;
	border-top: 5px solid #eee;
}
#sub h3 {
	background-color: #C50003;
	color: #fff;
	padding: 20px 10px;
}
#sub h3 a {
	color: #fff;
	text-decoration: none;
}
#sub ul li {
	padding: 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ababab));
	background: -webkit-linear-gradient(#fff, #ababab);
	background: -moz-linear-gradient(#fff, #ababab);
	background: -o-linear-gradient(#fff, #ababab);
	background: -ms-linear-gradient(#fff, #ababab);
	background: linear-gradient(#fff, #ababab);
}
#sub ul li a {
	text-decoration: none;
	color: #333;
}
/*conetnts --M600-- */
#m600 {
	background-image: url(/content/images/cont/img1.jpg);
	background-size: cover;
	background-position: center;
}
#m600_box1 {
	background-image: url(/content/images/cont/s1-i3-f60f9b75be1ab949ace85642ecfa2e4c.jpg);
	width: 100%;
	background-color: #1B191C;
	background-size: contain;
	background-repeat: no-repeat;
	height: 600px;
	background-position: center bottom;
}
#m600_box2 {
	background-image: url(/content/images/cont/Matrice_600-03.jpg);
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
	background-position: center bottom;
}
#m600_box3 {
	color: #fff;
}
#m600_box3 h3 {
	padding-top: 100px;
	text-align: center;
	font-size: 1.6em;
}
#m600_box3 p {
	font-size: 1.0em;
	padding-top: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#m600_box4 {
	background-color: #000;
}
#m600_box4 h3 {
	padding-top: 100px;
	text-align: center;
	font-size: 1.6em;
}
#m600_box4 p {
	font-size: 1.0em;
	padding-top: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
/*-------------------------
M200  */
#m200 {
	background-image: url(/content/images/cont/img2.jpg);
	background-size: cover;
	background-position: center;
}
#m200_box1 {
	background-image: url(/content/images/cont/img3.jpg);
	width: 100%;
	height: 500px;
	background-color: #1B191C;
	background-size: cover;
	background-position: center bottom;
}
#m200_box2 {
	background-image: url(/content/images/cont/img4.jpg);
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
	background-position: center bottom;
}
#m200_box3 {
	background-image: url(/content/images/cont/img5.jpg);
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
	background-position: center bottom;
}
#m200_box {
	width: 100%;
}
#m200_cell {
	width: 50%;
}
#m200_cell img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*-------------------------
M100  */
#m100 {
	background-image: url(/content/images/m100/sp_main.jpg);
	background-size: cover;
	background-position: center;
}
#m100_box1 {
	background-image: url(/content/images/m100/img3.png);
	width: 100%;
	height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000;
}
#m100_box2 {
	background-image: url(/content/images/m100/img1.png);
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
	background-position: center bottom;
}
#m100_box3 {
	background-image: url(/content/images/m100/img3.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	position: relative;
	background-position: center bottom;
}
/*-------------------------
inspire2  */
#inspire2 {
	background-image: url(/content/images/inspire2/img1.jpg);
	background-size: cover;
	background-position: center;
}
#inspire2_box {
	background-color: #000;
}
#inspire2_box1 {
	background-image: url(/content/images/inspire2/img2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000;
	width: 100%;
	height: 600px;
	position: relative;
}
#inspire2_box2 {
	background-image: url(/content/images/inspire2/img3.jpg);
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
	background-position: center bottom;
}
#inspire2_box3 {
	background-image: url(/content/images/inspire2/img4.jpg);
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 600px;
	position: relative;
}
/*-------------------------
inspire1 */
#inspire1 {
	background-image: url(/content/images/inspire1/img1.jpg);
	background-size: cover;
	background-position: center;
}
#inspire1_box1 {
	background-image: url(/content/images/inspire1/img2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000;
	width: 100%;
	height: 600px;
	position: relative;
}
#inspire1_box2 {
	background-image: url(/content/images/inspire1/img3.jpg);
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
	background-position: center bottom;
}
#inspire1_box3 {
	background-image: url(/content/images/inspire1/img4.jpg);
	background-size: cover;
	width: 100%;
	height: 600px;
	position: relative;
	background-position: center bottom;
}
/*-------------------------
MG-1 */
#mg1 {
	background-image: url(/content/images/mg1/sp_main.jpg);
	background-size: cover;
	background-position: center;
}
#mg1_box1 {
	background-image: url(/content/images/mg1/img3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000;
	width: 100%;
	height: 600px;
	position: relative;
	color: #fff;
}
#mg1_box2 {
	background-image: url(/content/images/mg1/mg1sensor.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
	width: 100%;
	height: 600px;
	position: relative;
	color: #fff;
}
#mg1_box3 {
	background-image: url(/content/images/mg1/img4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #26831B;
	width: 100%;
	height: 600px;
	position: relative;
	color: #fff;
}
#mg1_box4 {
	background-image: url(/content/images/mg1/img5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 600px;
	position: relative;
	background-position: center bottom;
	color: #fff;
}
#mg1_box {
	width: 100%;
}
#mg1_cell {
	width: 50%;
}
#mg1_cell img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*-------------------------
phantom */
#phantom {
	background-image: url(/content/images/phantom/sp_main.jpg);
	background-size: cover;
	background-position: center;
}
#phantom_box1 {
	background-image: url(/content/images/phantom/s3-bg0.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
	width: 100%;
	height: 600px;
	position: relative;
}
#phantom_box2 {
	background-image: url(/content/images/phantom/img2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000;
	width: 100%;
	height: 600px;
	position: relative;
}
#phantom_box3 {
	background-image: url(/content/images/phantom/img3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
	width: 100%;
	height: 600px;
	position: relative;
}
#phantom_box4 {
	background-image: url(/content/images/phantom/img4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000;
	width: 100%;
	height: 600px;
	position: relative;
}
/*-------------------------
sg-1 */
#sg-1_box {
	width: 100%;
}
#sg-1_cell {
	width: 50%;
}
#sg-1_cell img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#sg-1_cell2 {
	width: 25%;
}
#sg-1_cell2 img {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/*-------------------------
sg-2 */
#sg-2_box {
	width: 100%;
}
#sg-2_cell {
	width: 50%;
}
#sg-2_cell img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*-------------------------
z30 */
#z30_box {
	width: 100%;
}
#z30_cell {
	width: 50%;
}
#z30_cell img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#z30_cell2 {
	width: 25%;
}
#z30_cell2 img {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/*-------------------------
xt */
#xt_box {
	width: 100%;
}
#xt_cell {
	width: 50%;
}
#xt_cell img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#xt_cell2 {
	width: 25%;
}
#xt_cell2 img {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#max_main h3 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.0em;
	line-height: 130%;
	color: #fff;
	text-shadow: 0px 0px 17px #000;
	text-align: center;
	padding-top: 40px;
}
#max_main p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-shadow: 0px 0px 17px #000;
	text-align: left;
	padding-top: 20px;
}
#facebook {
	width: 100% !important;
}
.fb-page {
	width: 100% !important;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
	width: 100% !important;
}
#news {
	width: 100%;
}
#info {
	font-size: 0.8em;
}
#news dt {
	padding: 10px;
	border-top: 1px dashed #ccc;
}
#news dd {
	padding: 10px;
	border-top: 1px dashed #ccc;
}
iframe {
	width: 100% !important;
}
#performance {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
#performance li {
	width: 100%;
}
#performance li h3 {
	background-color: #940F0F;
	padding: 10px;
	font-weight: bold;
}
#performance li h3 a {
	color: #fff;
	text-decoration: none;
}
#performance li img {
	width: 100%;
}
#signature {
	padding: 20px;
}
#main_img, #main_img2 {
	display: none;
}
#main_img blockquote {
	display: none;
}
#main_img2 blockquote {
	display: none;
}
#main_img2 blockquote {
	position: absolute;
	z-index: 100;
}
#main_img h2, #main_img2 h2 {
	padding: 40px 20px;
}


#map_canvas {
	width: 100%;
	height: 320px;
}
