﻿/*****************************************************
 *  全頁共通定義
 *****************************************************/
*{
	margin: 0;
	padding: 0;
}

body{
	background-color:white;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:14px;
	line-height:1.6em;
}

a img {
    border-style:none;
}
#container{
	text-align: left;
}

img {
	margin:0;
	padding:0;
	border:0;
	width:inherit;
	max-width:100%;
	height:auto;
	width /***/:auto;
	vertical-align:bottom;
}
ul,ol,li {
	list-style:none;
	margin:0;
	padding:0;
}
a:link {
/*	color:orangered;*/
	text-decoration:none;
	outline:none;
}

a:visited {
/*	color:orangered;*/
	text-decoration:none;
	outline:none;
}

a:hover {
	color:orangered;
	text-decoration:underline;
	outline:none;
}

a:active {
	color:orangered;
	text-decoration:underline;
	outline:none;
}
/*****************************************************
 *  レイアウト
 *****************************************************/
.wrapper{
	/*text-align: left;*/
	width: 1000px;
	margin: 0 auto;
	/*background-color:white;*/
}
.header-container {
	display:block;
	position:relative;
	overflow:hidden;
	background-color:white;
}

.header-logo-left {
	width: 210px;
	height: 90px;
	margin:5px 20px 5px 20px;
	float: left;
}

.header-logo-right {
	width: 750px;
	height: 100px;
	margin-left:auto;
	margin-right:0;
}
.menu-container{
	background-image: url("../img/menu_back.png");
	background-repeat: repeat-x;
}

.menu-container ul{
  margin-right:2px;
  margin-left: 2px;
  padding:0;
}
.menu-container ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 166px;/*親メニューの幅*/
  height: 50px;/*親メニューの高さ*/
  /*line-height: 50px;*/
  /*background:#FF818D;*//*親メニューの背景色*/
  /*color: #4D4D4D;*//*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
}
.menu-container ul li a {
  /*color: #4D4D4D;*/
  display: block;
  text-decoration: none;
}
.menu-container ul li:hover, .menu-container ul li a:hover {
  /*background:#EA2839;*//*ホバー時の親メニューの背景色*/
  /*color:#fff;*//*ホバー時の親メニューの文字色*/
}
.menu-container ul li ul {
  position: absolute;
  top: 50px;/*親メニューの高さと同じにする*/
  width: 166px;
  z-index: 100;
}
.menu-container ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 166px;/*サブメニューの幅*/
  height: 0;
  /*background:#FFDAD7;*//*サブメニューの背景色*/
}
.menu-container ul li ul li:hover, .menu-container ul li ul li a:hover {
  /*background:#FFAFA9;*//*ホバー時のサブメニューの背景色*/
}
.menu-container ul li:hover ul li, .menu-container ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:30px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu-container * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.clear {
	clear:both;/*floatの解除、ここがポイント*/
}
.main-container {
	position:relative;
	overflow:hidden;
	background:#FFFFFF;
}
.movie {
	width:500px;
	/*background:url("") repeat;*/
	float:left;
	clear:both;
	margin:50px 0 0 0;
	position:relative;
	overflow:hidden;
}

.movie img {
	margin:20px 0 0 0;
}


.movie h2 {
	margin:20px 0 0 0;
}

.movie p {
	margin:10px 0 10px 20px;
	color:#FFFFFF;
}

.movie-inner {
	display:block;
	margin:30px 10px 10px 10px;
}

.top-news {
	width:500px;
	float:left;
	margin:50px 0 0 0;
	overflow:hidden;
}

.top-news img {
	display:block;
	margin:20px 0 0 40px;
}

.top-news ul li {
	width:460px;
	margin:10px 0 0 40px;
	padding:0;
	float:left;
	clear:both;
	background-position:top right;
	border-bottom:2px dotted #c3c3c3;
}

.top-news .date {
	font-size:12px;
	color:#787878;
}

.top-news .title {
	font-size:14px;
	color:#232323;
	font-weight:normal;
}

.top-blog {
	display:block;
	width:500px;
	float:left;
	margin:30px 0 0 0;
	overflow:hidden;
}

.top-blog img {
	display:block;
	margin:20px 0 0 10px;
}


.top-blog-ul li {
	width:480px;
	height:150px;
	margin:10px 10px 10px 10px;
	padding:0;
	float:left;
	clear:none;
	background-position:top right;
	top:10;
	border:1px solid #c3c3c3;
	border-radius:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow:5px 5px 10px #c3c3c3;
	-moz-box-shadow:5px 5px 10px #c3c3c3;
	-webkit-box-shadow:5px 5px 10px #c3c3c3;
}
.top-blog-inner {
	display:inline;
}
.top-blog .top-blog-img {
	display:block;
	width:150px;
	height:130px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
	margin:10px;
	float:left;
	clear:both;
	border:none;
	border-radius:0px;
}

.top-blog .top-blog-img img {
	margin:0;
}


.top-blog .top-blog-title {
	width:280px;
	height:100px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:none;
	border-radius:0px;
	float:left;
	margin:10px;
}

.top-blog .top-blog-title .date {
	margin:10px 0 0 0;
	font-size:12px;
	color:#787878;
}

.top-blog .top-blog-title .title {
	margin:10px 0 0 0;
	font-size:14px;
	color:#232323;
	font-weight:normal;
}

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.footer-container {
	position:relative;
	overflow:hidden;
	margin:100px 0 0 0;
	background:chocolate;
}

.footer-container a:link {
	color:#FFFFFF;
}

.footer-container a:visited {
	color:#FFFFFF;
}

.footer-container a:hover {
	color:#FFFFFF;
}

.footer-container a:active {
	color:#FFFFFF;
}

.footer-container img {
	margin:-50px 0 0 0;
}

.footer-container ul {
	list-style: none;
	width:1000px;
	margin:30px 0 30px 0;
	float:left;
	clear:both;
}

.footer-container li {
	width:200px;
	float:left;
	clear:none;
}

.footer-container li h4 {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:5px 0 5px 0;
	border-bottom:none;
}

.footer-container li p {
	font-size:12px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	border-bottom:none;
}

.footer-container li img {
	margin:0 0 0 0;
}
.copyright-container {
	width: 100%;
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	color:white;
	background:orangered;
	text-align:center;
}

.copyright-container p {
	margin:0;
	padding:3px 0 3px 0;
}




.breadcrumb li {
	font-size:14px;
	margin:10px 0 0 0;
	display: inline;
}
/*
.page-title {
	display:block;
	width:1000px;
	margin:50px 0 0 0;
	padding:6px 0 4px 40px;
	border-left:10px solid #FF4500;
	background:#EFEFEF;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.page-title h2 {
	color:#FF4500;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.25em;
	margin:0;
	padding:0;
}
*/




/*http://squeeze.jp/lab/sample-page/heading-design-css-only/#h08001*/
.page-title h2{
	position:relative;
	width:945px;
	margin:50px 0 0 0;
	padding:0 0 0 55px;
	font:bold 22px/40px Arial, Helvetica, sans-serif;
	letter-spacing:0.25em;
	color:#FF4500;
	background:#FAEBD7;
	z-index:1;
	float:left;
	clear:both;
}
.page-title h2:before{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	border-right:#fff solid 2px;
	background:#f60;
    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
			to(				 rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to bottom,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}
.page-title h2:after{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
    background-image: -webkit-gradient(linear, left top, right top,
			from(			 rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
			to(				 rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to right,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}

a.button1 , .button1 {
	color:#000000;
	background-color:#ffffff;
	border:1px solid #000000;
	font-size:14px;
	padding:0px 8px;
	border-radius:5px;
	cursor:pointer;
}
a.button1:hover , .button1:hover {
	color:#ffffff;
	background-color:orangered;
	text-decoration:none;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.sub-menu ul {
	list-style: none;
	width:980px;
	margin:5px 0 5px 166px;
	float:left;
	clear:both;
}

.sub-menu li {
	width:165px;
	height:50px;
	float:left;
	clear:none;
}

.greeting-text {
	font-size:14px;
	width:600px;
	margin:50px 80px 0 20px;
	float:left;
	clear:none;
	letter-spacing:0.3em;
}

.greeting-syatyou{
	height:350px;
	margin:50px 50px 0 50px;
}
.greeting-syatyou .greeting-syatyou-img1 {
	height:250px;
}

.greeting-syatyou .greeting-syatyou-img2 {
	width:133px;
	height:40px;
	
}


.greeting-syatyou p{
	text-align:right;
	margin-top:40px;
}


.form1 {
	width:980px;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	border-collapse:collapse;
	margin:20px 10px 20px 10px;
	float:left;
	clear:both;
	letter-spacing:0.2em;
}


.form1 th {
	width:180px;
	font-size:14px;
	padding:10px 0 10px 20px;
	border-bottom:1px solid #c3c3c3;
	background:#ffdead;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

.form1 td {
	font-size:14px;
	width:520px;
	padding:10px 0 10px 20px;
	border-bottom:1px solid #c3c3c3;
}


.access-img {
	width:900px;
	margin:0 20px 0 20px;
	float:left;
	clear:both;
}

.access-img1 {
	margin:30px 20px 0 20px;
	float:left;
	
}
.access-img1 img{
	width:560px;
	
}
.access-img2 {
	margin:30px 20px 0 10px;
	float:left;
	
}
.access-img2 img {
	width:260px;
	
}

.access-text {
	font-size:14px;
	width:850px;
	margin:50px 20px 0 20px;
	float:left;
	clear:none;
	letter-spacing:0.1em;
}


.access-container h3 {
	border-left:5px solid #FF4500;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.15em;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
}

.access-map {
	float:left;
	clear:both;
	width:850px;
	margin:10px 50px 0 40px;
}

.works-container h3 {
	border-left:5px solid #FF4500;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.15em;
	margin:0;
	padding:0 0 0 10px;
	float:left;
	clear:both;
}

.works-text {
	font-size:14px;
	width:600px;
	margin:50px 20px 0 20px;
	float:left;
	clear:both;
	letter-spacing:0.2em;
}
.works-text2 {
	font-size:14px;
	width:980px;
	margin:20px 10px 20px 10px;
	padding:10px 0 10px 30px;;
	float:left;
	clear:both;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fffacd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fffacd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fffacd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fffacd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fffacd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fffacd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffacd',GradientType=0 ); /* IE6-9 */
	border:1px solid #c3c3c3;
	border-radius:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	letter-spacing:0.2em;
}

.works-container ul {
	list-style: none;
	width:980px;
	margin:5px 0 5px 0;
	float:left;
	clear:both;
}

.works-container li {
	width:490px;
	float:left;
	clear:none;
}

.works-container li p {
	font-size:14px;
	color:#000000;
	margin:0;
	padding:0;
	border-bottom:none;
}

.works-img-top {
	margin:20px 50px 20px 50px;
	float:left;
	clear:both;
}

.works-img-top img {
	width:900px;
}

.recruit-info ul {
	margin:30px 0 0 0;
	display: inline;
	float:left;
	clear:both;
}
.recruit-info ul li {
	float: left;
	margin: 0 0.25em;
	padding: 0;
	list-style-type: none;
}
.recruit-info ul li ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: transparent;
	display: inline;
}

.recruit-info ul li ul li {
	float: none;
	display: block;
	list-style-type: none;
	margin:10px 0 10px 10px;
 	padding: 0;
}
.recruit-info h4 {
	border-left:5px solid #FF4500;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.15em;
	margin:0;
	padding:0 50px 0 10px;
}
.recruit-info p {
	color:#000000;
	font-size:14px;
}
.info-Meeting p {
	margin:0 0 0 20px;
}



.recruit-form .errmsg {
	color:red;
}

.recruit-notes {
	width:980px;
	margin:20px 10px 20px 10px;
	letter-spacing:0.2em;
	float:left;
	clear:both;
}

.recruit-notes h3 {
	border-left:5px solid #FF4500;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.15em;
	margin:0;
	padding:0 0 0 10px;
}

.recruit-notes p {
	font-size:14px;
	margin:5px 0 5px 30px;
}


.contact-form .errmsg {
	color:red;
}

.contact-notes {
	width:980px;
	margin:20px 10px 20px 10px;
	letter-spacing:0.2em;
}

.contact-notes h3 {
	border-left:5px solid #FF4500;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.15em;
	margin:0;
	padding:0 0 0 10px;
}

.contact-notes p {
	font-size:14px;
	margin:5px 0 5px 30px;
}

.days-text {
	font-size:14px;
	width:600px;
	margin:50px 20px 0 20px;
	float:left;
	clear:both;
	letter-spacing:0.2em;
}

.days-text-center {
	font-size:14px;
	text-align: center;
	clear:both;
	padding:20px 0 20px 0;
	letter-spacing:0.2em;
}

.days-time-img {
	padding:20px 0 20px 0;
	float:left;
	clear:both;
}

.days-time-img img {
	width:150px;
}

.days-text-right {
	color:#292929;
	background:#fffacd;
	font-size:14px;
	width:350px;
	padding:10px;
	margin:50px 20px 0 50px;
	float:left;
	clear:none;
	letter-spacing:0.2em;
}

.days-container h3 {
	border-left:5px solid #FF4500;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0.15em;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	float:left;
	clear:both;
}

.days-img-top {
	margin:20px 100px 20px 100px;
	float:left;
	clear:both;
}

.days-img-top img {
	width:800px;
}

.days-img-item {
	width:400px;
	margin:20px 20px 20px 100px;初
	float:left;
	clear:both;
}

.days-img-item img {
	width:400px;
}

.days-line {
	width:1000px;
	float:left;
	clear:both;
}

.hogohou-text, .security-text {
	margin:50px 50px 0 50px;
	float:left;
	clear:none;
	letter-spacing:0.3em;
}
span[id *= "video_play"], span[id *= "video_pause"], span[id *= "video_head"] {
	font-size:11px;
	margin-left: 8px;
}
