@charset "UTF-8";

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #9e9e9f;
	font-size: 14px;
	font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	'ＭＳ Ｐゴシック',
    	sans-serif;
	line-height: 160%;
	background-color: #dedede;
	/*background-image: url(images/bg.png);*/
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin: 0;
}

h1 {
	margin-bottom: 10px;
	font-size: 240%;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
	text-decoration: none;
	color: #9e9e9f;
}

a:hover {
	text-decoration: none;
	color: #9e9e9f;
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}


/****************************************

          Image

*****************************************/

img {
	vertical-align: bottom;
}
a img {
    border-style:none;
}


/****************************************

          Layout

*****************************************/

#container {
	margin: 20px auto;
	padding: 0;
	width: 1024px;
	background-color: #fff;
}

#header_area {
	margin: 0 39px;
	padding-top: 64px;
	border-bottom: 5px solid #9c3;
}

#content {
	position: relative;
}

#main,#main_b {
	margin: 56px 39px 0;
	width: 946px;
}

#main_b {
	height: 321px;
	display: table;
}

.swiper-container, .swiper-slide {
    width: 946px;
    height: auto;
}

#side_contents {
	margin: 8px 39px 0;
	width: 946px;
}

#footer_area {
	margin: 0 39px;
	padding: 35px 0 22px;
}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#logo {
	margin: 0;
	padding: 0;
	width: 382px;
	height: 40px;
	float: left;
}
#logo h1 {
	margin: 0;
}
#logo a{
	border: none;
}


/****************************************

          Navigation

*****************************************/

#header_nav_area {
	margin: 15px 0 0;
	padding: 0;
	width: 562px;
	height: 25px;
	float: left;
}
#header_nav_area ul#main-nav > li {
	list-style-type: none;
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
}
#header_nav_area ul#main-nav li.margin_item {
	margin-right: 58px;
}
#header_nav_area ul#main-nav > li a {
	border: none;
}
#header_nav_area ul#sec-menu {
	display: none;
	position: absolute;
	  left: -6px;
	  padding: 2px;
	  font-size: 12px;
	  width: 164px;
	  background: #eee;
	  z-index: 999;
}

#header_nav_area ul#sec-menu li {
	  margin: 0;
	  padding: 0;
	  width: 164px;
	  border: none;
}
#header_nav_area ul#sec-menu li a {
	  display: inline-block;
	  width: 164px;
	  height: 20px;
}
#header_nav_area ul#sec-menu li a:hover {
	  background: #9e9e9f;
	  color: #fff;
}

#footer_nav_area {
	margin: 0;
	padding: 0;
	width: 372px;
	height: 13px;
	float: left;
}
#footer_nav_area ul#sec-nav > li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#footer_nav_area #sec-nav li.margin_item {
	margin-right: 33px;
}
#footer_nav_area ul#sec-nav > li a {
	border: none;
}

/****************************************

          Main

*****************************************/

#top_img,
#main_img,
#txt_img,
#txt_area,
#menu_img {
	margin: 0;
	padding: 0;
}

#top_img {
	float: left;
	width: 567px;
	height: 320px;
}
#main_img {
	float: left;
	width: 567px;
	height: 320px;
}
#txt_img {
	float: right;
	width: 374px;
	height: 320px;
}
#txt_area {
	float: right;
	width: 374px;
	height: 320px;
	background-color: #9fa0a0;
	color: #fff;
	line-height: 1.6em;
	overflow: hidden;
}
#menu_img {
	float: right;
	width: 378px;
}
#menu_img ul > li {
	list-style-type: none;
	float: left;
	height: 105px;
	margin: 0 0 2px 3px;
	padding: 0;
}
#menu_img ul > li a {
	border: none;
}


/****************************************

          Side

*****************************************/

#side_contents li {
	display: inline;
	margin: 0;
	padding: 0;
}

#side_contents li.margin_item {
	margin-right: 3px;
}
#side_contents ul > li img {
	border: solid 1px #ccc;
}
#side_contents ul > li a {
	border: none;
}

/****************************************

          Footer

*****************************************/

#copyright{
	float: left;
	margin: 0;
	padding: 0;
	width: 572px;
	height: 13px;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}

/****************************************

          Site map

*****************************************/

#sitemap {
	display: table;
	margin: 10px auto;
	width: 100%;
	font-size: 12px;
}
#sitemap #col1,
#sitemap #col2,
#sitemap #col3 {
	display: table-cell;
	padding: 20px;
}
#sitemap #col1 {
	width: 200px;
}

#sitemap h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 5px;
	border-bottom: solid 1px #ccc;
}

#sitemap ul {
	list-style-type: square;
	list-style-position: inside;
}
#sitemap li {
	padding-left: .5em;
}


/****************************************

          テキストエリア

*****************************************/

#txt_area {
	font-size: 11px;
}
#txt_area h2 {
	margin-top: 16px;
	padding-left: 24px;
	background: url("images/arrow.png") no-repeat 16px 2px;
	font-size: 12px;
}
#txt_area .ttl_txt_b {
	font-size: 12px;
}
#txt_area .txt_tmrg {
	padding-top: 46px;
}
#txt_area .txt_lmrg {
	padding-left: 24px;
}
#txt_area dt {
	clear: left;
	float: left;
	width: 4em;
}
#txt_area dd:before {
	content: "：";
}
#txt_area dd {
	margin-left: 4em;
}
#txt_area dd ul {
	margin-top: -1.6em;
	margin-left: 1em;
}


/****************************************

          その他

*****************************************/

#main #txtbox {
	margin: 10px auto;
	padding: 20px;
	font-size: 12px;
}
#main #txtbox p {
	margin: 0;
}
#main #txtbox h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 5px;
	border-bottom: solid 1px #ccc;
}

#main #txtbox ol {
	list-style: decimal;
	list-style-position: inside;
	margin-left: 1em;
}
#main #txtbox address {
	font-style: normal;
	margin-left: 1em;
}
#return_services {
	position: absolute;
	right: 70px;
	bottom: 14px;
	font-size: 11px;
}
#return_services a {
	color: #fff;
}
.img-right {
	position: absolute;
	right: 50px;
	top: 15px;
}
#inline_content {
	margin: auto;
	text-align: center;
}
dl.txt_mrg_pvp {
	margin: 0;
}
dl.txt_mrg_pvp li {
	margin-left: 2em;
}

/****************************************

          スライドショー

*****************************************/

.swiper-container {
	display: none;
}

.pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin: 0 4px;
	background-color: none;
	border: 1px solid #188A77;
	cursor: pointer;
	transition: all .25s linear;
}

.swiper-active-switch {
	background-color: #333;
	opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity = 70);
}

.swiper-container #link{
	display: table;
	width: 100px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	text-align: center;
	color: #9e9e9f;
	font-size: 14px;
	font-weight: bold;
}

.swiper-container #link a {
	display: table-cell;
	width: 100px;
	height: 25px;
	vertical-align: middle;
	background-color: #333;
	border: 2px solid #9e9e9f;
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}
.swiper-container #link a:hover {
	text-decoration: none;
	opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
}

/* Label */
.swiper-container #videolabel {
	width: 600px;
	height: 50px;
	position: absolute;
	top: 230px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	/*overflow: hidden;*/
}
.swiper-container #videolabel ul {
	position: relative;
}
.swiper-container #videolabel li {
	position: absolute;
	width: 600px;
	height: 50px;
	/*
	top: 50px;	opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity = 0);
	*/
}

.txtCareers {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
}
