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

body {
-webkit-text-size-adjust: 100%;
}
/* LAYOUT */
		
#wrapper {
	background: #FFF;
}
#wrapper h1 {
	background: url(../img/common/logo.jpg) no-repeat 50% 50%;
	background-size: contain;
	text-indent: -9999px;
	width: 50%;
	height: 55px;
	margin: 0 0 0 3%;
	padding: 0;
}

.movie {
	background: url(../img/movie_sp.jpg) no-repeat;
	background-size: cover;
}
.movie a {
	display: block;
	width: 100%;
	height: 200px;
	background: url(../img/movie_playbtn.png) no-repeat 50% 50%;
	background-size: 60px;
	text-indent: -9999px;
}
.movie a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

#menu {
	width: 96%;
	color: #FFF;
	padding: 2%;
	margin: 0;
	background: #003F7E;
}
#menu h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 20px 0 0 0;
	margin: 0;
}

#menu ul.menu_list,	
#menu ul.menu_list li,
#menu ul.blog li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul.blog {
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
}
#menu ul.menu_list li a,
#menu ul.blog li a {
	display: block;
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 10px 30px 10px 10px;
	text-align: left;
	font-size: 15px;
	background: #FFF url(../img/common/ico/arrow_blue.gif) no-repeat 98% 50%;
	border: 0;
	border-bottom: 1px solid #003F7E;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#menu ul.menu_list li a:hover {
	background-color: #FFF;
}
#footer {
	text-align: center;
	background: #000;
	position: static;
	bottom: 0;
	padding: 10px 0;
	color: #FFF;
	font-size: 12px;
}
/* Video */
			 
#bgvid {
	display: none;
}

video#sp {
	width: 100%;
	height: 200px;
	background: url(../img/movie_sp.jpg) no-repeat left bottom;
	background-size: cover;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.btn_recruit a {
	display: block;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	width: 98.5%;
	padding: 15px 0;
	margin: 10px auto;
	text-align: center;
	text-decoration: none;
	background: #187FC4 url(../img/common/ico/arrow_white_mini.png) no-repeat 98% 50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 3px solid #FFF;
	box-shadow: 0 5px 0 #001954;
}
.btn_youtube a {
	display: block;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	width: 98.5%;
	padding: 15px 0;
	margin: 10px auto 20px auto;
	text-align: center;
	text-decoration: none;
	background: #BA0003 url(../img/common/ico/arrow_white_mini.png) no-repeat 98% 50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 3px solid #FFF;
	box-shadow: 0 5px 0 #001954;
}
.btn_tmenergy a {
	display: block;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	width: 98.5%;
	padding: 15px 0;
	margin: 10px auto 20px auto;
	text-align: center;
	text-decoration: none;
	background: url(../img/common/ico/arrow_white_mini.png) no-repeat 98% 50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 3px solid #FFF;
	box-shadow: 0 5px 0 #001954;
}
