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

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

          General Setting

*****************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #CCCCCC;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	background-color: #000000;
	margin-top: 10px;
	background-image: url(../image/body_top_bg_sp.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}

@media only screen and ( min-width : 768px ) {
body {
	font-size: 14px;
	margin-top: 60px;
	background-image: url(../image/body_top_bg.jpg);
	background-repeat: repeat-x;
}
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}

.container {
margin-top: 0px;
margin-right: auto;
margin-left: auto;
margin-bottom: 25px;
max-width: 100%;
}

@media only screen and ( min-width : 768px ) {
.container {
margin-bottom: 60px;
max-width: 1220px;
}
}

h1 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	color: #999999;
	background-color: #333333;
	margin-bottom: 25px;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
}

@media only screen and ( min-width : 768px ) {
h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 45px;
}
}

h2 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 15px;
	line-height: 1;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and ( min-width : 768px ) {
h2 {
	margin-bottom: 25px;
}
}


/*------------------------------------------------------------
          images100% Setting
------------------------------------------------------------*/
img{
	border:none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	width /***/:auto;　/*IE8のみ適用*/
}

/*------------------------------------------------------------
          sp images300px Setting
------------------------------------------------------------*/
.sp300 img {
	max-width:300px:
}


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

          header Setting

*****************************************/
#header {
	text-align: center;
	height: 80px;
}

#header img {
max-width: 50%;
margin-top: 10px;
}

@media only screen and ( min-width : 768px ) {
	#header {
	height: 115px;
}

#header img {
max-width: 100%;
margin-top: 0px;
}
}


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

          Sidr Setting

*****************************************/
#mobile {
	display: none;
}

@media screen and (max-width: 768px) {
#mobile {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #999999;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	}
#mobile a:link {
	color: #990000;
	}
.head-nav{
	display:none;
	}
}

@media only screen and ( min-width : 768px ) {
.head-nav {
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.head-nav ul {
padding-left: 0px;
padding-right: 0px;
list-style-type: none;
width: 100%;
}

.head-nav li {
float: left;
text-align: center;
border-left: 1px solid #333333;
min-width: 10%;
}

.head-nav li:last-child {
	border-right: 1px solid #333333;
}

.head-nav .active {
	color: #990000;
}
}


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

         footer Setting

*****************************************/
#footer {
	background-color: #333333;
}

#footer_contents {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 35px;
}

#footer_contents #footer_left {
	float: left;
	margin-bottom: 25px;
	width: 100%;
}

#footer_contents #footer_top_left {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

#footer_contents #footer_top_left .footer_staff_btn {
	text-align: center;
}

#footer_contents #footer_center {
	float: left;
	text-align: center;
	width: 100%;
}

#footer_contents #footer_center .footer_logo {
	margin-bottom: 30px;
	text-align: center;
}

#footer_contents #footer_center .footer_copyright {
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}

#footer_contents #footer_right {
	float: left;
	width: 100%;
}

#footer_contents #footer_right .footer_toppage_btn {
	margin-top: 25px;
	text-align: center;
}

@media only screen and ( min-width : 768px ) {
#footer_contents {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 45px;
	padding-bottom: 35px;
}
#footer_contents #footer_left {
	float: left;
	width: 33.3%;
	margin-top: 25px;
}

#footer_contents #footer_top_left {
	float: left;
	margin-bottom: 0px;
	width: 33.3%;
}

#footer_contents #footer_top_left .footer_staff_btn {
	text-align: left;
	margin-top: 25px;
}

#footer_contents #footer_center {
	float: left;
	text-align: center;
	width: 33.3%;
}

#footer_contents #footer_right {
	float: left;
	width: 33.3%;
}

#footer_contents #footer_right .footer_toppage_btn {
	margin-top: 25px;
	text-align: right;
}
}


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

         right contents Setting

*****************************************/
.right_contents {
}

.right_contents ul {
	margin-bottom: 15px;
}

.right_contents li a {
	float: left;
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	padding-top: 21px;
	padding-bottom: 21px;
	color: #999999;
	text-decoration: none;
	background-color: #333333;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.right_contents li a:hover {
	background-color: #003333;
}

.right_contents .li-right-stay {
	float: left;
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	padding-top: 21px;
	padding-bottom: 21px;
	color: #999999;
	text-decoration: none;
	background-color: #003333;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.right_contents img {
	margin-bottom: 15px;
	width: 100%;
}

@media only screen and ( min-width : 768px ) {
.right_contents ul {
	margin-bottom: 30px;
}

.right_contents img {
	margin-bottom: 15px;
	max-width: 100%;
}
}


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

          top page Setting

*****************************************/
#topphoto {
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.topphoto-pc {
display: none;
}

@media only screen and ( min-width : 768px ) {
#topphoto {
	margin-bottom: 30px;
}

.topphoto-sp {
display: none;
}

.topphoto-pc {
display: block;
}
}

#top_mov {
max-width: 1200px;
margin-top: 0px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 15px;
border: 1px solid #FFFFFF;
}

.top_mov-pc {
display: none;
}

@media only screen and ( min-width : 768px ) {
#top_mov {
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}

.top_mov-pc {
display: block;
}

.top_mov-sp {
display: none;
}
}

#top_h1 {
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-weight: 800;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}

@media only screen and ( min-width : 768px ) {
#top_h1 {
margin-bottom: 28px;
}
}

.top_news_contents {
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
}

@media only screen and ( min-width : 768px ) {
.top_news_contents {
}
}

.top_news {
border: 1px solid #999999;
margin-bottom: 15px;
position: relative;
}

.top_news img {
	width: 100%;
}

.top_news p {
text-align: center;
width: 100%;
line-height: 1.4;
display: block;
position: absolute;
bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0,0,0,0.70);
margin-bottom: -10px;
font-size: 12px;
}

@media only screen and ( min-width : 768px ) {
.top_news p {
font-size: 14px;
}
}


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

          about page Setting

*****************************************/
#about_contents {
	padding-left: 10px;
	padding-right: 10px;
}

.about_left_contents table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 35px;
}

.about_left_contents tr {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.about_left_contents th {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	width: 20%;
}

.about_left_contents td {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}


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

          TOPICS ＆ NEWS Setting

*****************************************/
#topinews_contents {
	padding-left: 10px;
	padding-right: 10px;
}

.topinews_left_contents {
	margin-bottom: 25px;
}

.topinews_left_contents h3 {
	border-top: 1px solid #666666;
	padding-top: 20px;
	padding-bottom: 25px;
}

.topinews_left_contents h3 span {
	color: #006666;
	margin-left: 25px;
}

.topinews_left_contents img {
	padding-bottom: 20px;
}

.topinews_left_contents p {
	padding-bottom: 25px;
}

.topinews_left_contents p:last-child {
	border-bottom: 1px solid #666666;
}


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

          BUSINESS Setting

*****************************************/
#business_contents {
	padding-left: 10px;
	padding-right: 10px;
}

.business_left_contents {
	margin-bottom: 25px;
}

.business_left_contents p {
	margin-bottom: 15px;
}

.business_left_contents .business-catch {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 20px;
	width: 100%;
}

.business_left_contents #business-opening {
	max-width: 100%;
	margin-bottom: 15px;
}

.business_left_contents #business-opening p {
	float: left;
	width: 100%;
}

.business_left_contents #business-opening .business-opening-img {
	float: left;
	width: 100%;
}

.business_left_contents h2 {
	max-width: 100%;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.business_left_contents h2 img {
	float: right;
	margin-top: -7px;
}

.business_left_contents h3 {
}

.business_left_contents .business-ph {
	margin-bottom: 25px;
}

.business_left_contents .business-movie {
	border: 1px solid #FFFFFF;
	max-width: 100%;
	margin-bottom: 25px;
}

.business_left_contents .business_flowchart {
	border: 1px solid #333333;
	max-width: 100%;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.business_left_contents .business_flowchart h4 {
	margin-bottom: 10px;
}

.business_left_contents .business_flowchart .business_flowchart-img {
	max-width: 100%;
}


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

          works Setting

*****************************************/
#works_contents {
	padding-left: 10px;
	padding-right: 10px;
}

.works_left_contents {
	margin-bottom: 25px;
	border-bottom: 1px solid #666666;
}

.works_left_contents h3 {
	border-top: 1px solid #666666;
	float: left;
	width: 100%;
	padding-top: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.works_left_contents p {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}


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

          equipment Setting

*****************************************/
#equipment_contents {
	padding-left: 10px;
	padding-right: 10px;
}

.equipment_left_contents {
	margin-bottom: 25px;
}

.equipment_left_contents p {
	margin-bottom: 25px;
}

.equipment_left_contents table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
	table-layout: fixed;
	word-break: break-word;
}

.equipment_left_contents .bc1 th {
	padding-top: 0.6em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0.6em;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #666666;
}

.equipment_left_contents .bc1 td {
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-left: 0.6em;
	padding-bottom: 0.6em;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
	border-left: 1px solid #666666;
}

.equipment_left_contents th {
	padding-top: 0.6em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0.6em;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.equipment_left_contents td {
	padding-top: 0.6em;
	padding-right: 1.2em;
	padding-left: 1.2em;
	padding-bottom: 0.6em;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: left;
	border-left: 1px solid #666666;
}


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

          obvan Setting

*****************************************/
#obvan_contents {
	padding-left: 10px;
	padding-right: 10px;
}

.obvan_left_contents {
	margin-bottom: 25px;
}

.obvan_left_contents p {
	margin-bottom: 25px;
}

.obvan_left_contents .obvan-img {
	text-align: right;
	margin-bottom: 35px;
	width: 100%;
}

.obvan_left_contents .obvan_spec {
}

.obvan_left_contents .obvan_spec_left {
	margin-bottom: 25px;
}

.obvan_left_contents .obvan_spec_left table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
	table-layout: fixed;
	word-break: break-word;
}

.obvan_left_contents .obvan_spec_left th {
	padding-top: 0.6em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0.6em;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.obvan_left_contents .obvan_spec_left td {
	padding-top: 0.6em;
	padding-right: 1.2em;
	padding-left: 1.2em;
	padding-bottom: 0.6em;
	border-top: 1px solid #666666;
	text-align: left;
	border-bottom: 1px solid #666666;
}

.obvan_left_contents .obvan_spec_right {
	max-width: 100%;
}

.obvan_left_contents .obvan_spec_right .obvan_spec_right-img {
	text-align: center;
}

.obvan_left_contents .obvan_spec_right .obvan_spec_right-img img {
	margin-bottom: 15px;
}

.obvan_left_contents .obvan_layout {
	border-bottom: 1px solid #666666;
	padding-bottom: 25px;
	width: 100%;
	margin-bottom: 25px;
}

.obvan_left_contents .obvan_layout h3 {
	margin-bottom: 15px;
}

.obvan_left_contents .obvan_layout-img {
	text-align: center;
}

.obvan_left_contents .obvan_news {
	width: 100%;
}

.obvan_left_contents .obvan_news {
	width: 100%;
	margin-bottom: 50px;
	border-top: 2px solid #999999;
}
.obvan_left_contents .obvan_news table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
	table-layout: auto;
	word-break: break-word;
}

.obvan_left_contents .obvan_news th {
	padding-top: 0.6em;
	padding-right: 1em;
	padding-left: 0em;
	padding-bottom: 0.6em;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #666666;
	width: 25%;
}

.obvan_left_contents .obvan_news td {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	text-align: left;
	border-bottom: 1px solid #666666;
}

.obvan_left_contents .obvan_news .obvan_news-img {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}


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

          recruit Setting

*****************************************/
#recruit_contents {
	padding-left: 10px;
	padding-right: 10px;
}

.recruit_left_contents {
	margin-bottom: 25px;
}

.recruit_left_contents p {
	margin-bottom: 35px;
}

.recruit_left_contents h3 {
	max-width: 100%;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.recruit_left_contents ul {
	margin-bottom: 35px;
}

.recruit_left_contents .recruit_li-title {
	width: 100%;
	float: left;
}

.recruit_left_contents .recruit_li-contents {
	width: 100%;
	float: left;
	padding-left: 20px;
}

.recruit_left_contents .recruit-note {
	width: 100%;
	border-top: 10px solid #003333;
	border-bottom: 10px solid #003333;
	padding-top: 25px;
	margin-bottom: 25px;
}

.recruit_left_contents .recruit_li-contents a:link {
	color: #999999;
	text-decoration: underline;
}

.recruit_left_contents .recruit_li-contents a:visited {
	text-decoration: none;
	color: #999999;
}

.recruit_left_contents .recruit_li-contents a:hover {
	text-decoration: underline;
	color: #990000;
}

.recruit_left_contents .recruit_li-contents a:active {
	text-decoration: underline;
	color: #990000;
}


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

          map Setting

*****************************************/
.map_wrapper {
	max-width: 640px;
	min-width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

.google_map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#map_contents {
	padding-left: 10px;
	padding-right: 10px;
}

#map_contents h3 {
	color: #FFFFFF;
	font-size: 16px;
}

.map_left_contents {
	margin-bottom: 25px;
}

.map_right_contents {
	margin-bottom: 25px;
}


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

          form Setting

*****************************************/
#form_contents {
	border-top: 1px solid #666666;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	margin-bottom: 25px;
}

#form_contents p {
	max-width: 900px;
	margin-bottom: 25px;
}

#form_contents span {
	color: #FF0000;
}

#form_contents .form_area {
	background-color: #CCCCCC;
	color: #333333;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

#form_contents .form_area ul {
	width: 100%;
	margin-bottom: 25px;
}

.form_area form .form_li-title {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

input[type="text"] {
	property: value;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
}

.form_area form .form_li-radio {
	margin-bottom: 15px;
	margin-left: 25px;
}

.form_area form textarea {
	property: value;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.form_area form .select-box  {
	width: 100%;
	text-indent: 10px;
	margin-bottom: 15px;
}

.form_area form .transmit-btn  {
	width: 100%;
	text-align: center;
}

.form_area form .submit-btn {
	width: 120px;
	background-color: #666666;
	color: #FFFFFF;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
}
