﻿@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
  width: 100%;
  background-color:#FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
}
a {
	display: block;
	color: #0095d9;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #cc0000;
	text-decoration:underline;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  text-align:center;
}
header h1 {
  margin:0 auto;
  padding:15px 5px 7px 5px;
  width:90%;
}
header h1 img {
  width:100%;
  max-width:265px;
}
header {
  position:relative;
  overflow:hidden;
}
header ul#s_nav {
  margin-bottom:15px;
  position:relative;
  left:50%;
  float:left;
　width: 50%;
}
header ul#s_nav li {
  float:left;
  position:relative;
  left: -50%;
}
header ul#s_nav li a {
  display:block;
  font-size:0.8em;
  margin-right:20px;
  padding-left:20px;
}
header ul#telephone {
  margin-bottom:15px;
  position:relative;
  left:50%;
  float:left;
}
header ul#telephone li {
  float:left;
  position:relative;
  left: -50%;
}
header ul#telephone li a {
  display:block;
  font-size:0.8em;
  margin-right:20px;
  padding-left:20px;
}
header p {
  width:100%;
}
header p img {
  width:100%;
  height:auto;
  max-width:960px;
}

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
nav ul {
  margin-bottom: 15px;
}
nav ul li {
  text-align: center;
  float: left;
  width: 50%;
  border-bottom: 2px solid #000;
}
nav ul li:nth-child(odd) {
  width: 49%;
  border-right: 1px dotted #000;
}
nav ul li a{
  display: block;
  width: 100%;
  min-width: 154px;
}

/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#contents {
  background: url(../images/bg_footer.jpg) no-repeat bottom;
  padding-bottom: 90px;
}

/*==========================================
 コンテンツエリア -> WORKSのスタイル
===========================================*/
div#contents section#work h2 {
  margin: 0 0 15px 5px;
}
div#contents section#work article {
  text-align: left;
  min-width: 240px;
  margin-bottom: 30px;
  margin-left: 5px;
}
div#contents section#work article img {
  width: 100%;
  height: auto;
  max-width: 85%;
} 
div#contents section#work article h3 {
  font-size: 0.9em;
  font-weight: bold;
	color:#0033FF;
	border: solid 1px #000000;
	padding: 2px;
	width: 120px;
	text-align: center;
}
div#contents section#work article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
div#contents section#work article #reha_pic table{
	border: 0;
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 12px;
}
div#contents section#work article #reha_pic th{
	border: 0;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 20px;
	text-align: center;
	vertical-align: top;
}
div#contents section#work article #reha_pic td{
	border: 0;
	background-color: #FFFFFF;
	padding: 10px 2px 2px 20px;
	text-align: left;
	vertical-align: top;
	font-size: medium;
}

/*==========================================
 コンテンツエリア -> PARKINGのスタイル
===========================================*/
div#contents section#parking {
  margin-left: 5px;
}
div#contents section#parking h2 {
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}
div#contents section#parking article h3 {
  font-size: 0.7em;
  background: url(../images/icn_arrow.jpg) no-repeat center left;
  margin-bottom: 10px;
  padding-left: 7px;
}
div#contents section#parking article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 20px 10px;
}
div#contents section#parking article p a {
  text-decoration: underline;
}
div#contents section#parking article p a:hover {
  text-decoration: none;
}

/*==========================================
 コンテンツエリア -> KAIZENのスタイル
===========================================*/
div#contents section#kaizen {
  margin-left: 5px;
}
div#contents section#kaizen h2 {
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}
div#contents section#kaizen article h3 {
  font-size: 0.7em;
  background: url(../images/icn_arrow.jpg) no-repeat center left;
  margin-bottom: 10px;
  padding-left: 7px;
}
div#contents section#kaizen article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 20px 10px;
}
div#contents section#kaizen article p a {
  text-decoration: underline;
}
div#contents section#kaizen article p a:hover {
  text-decoration: none;
}
/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
div#contents section#news {
  margin-left: 5px;
}
div#contents section#news h2 {
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}
div#contents section#news article h3 {
  font-size: 0.7em;
  background: url(../images/icn_arrow.jpg) no-repeat center left;
  margin-bottom: 10px;
  padding-left: 7px;
}
div#contents section#news article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 20px 10px;
}
div#contents section#news article p a {
  text-decoration: underline;
}
div#contents section#news article p a:hover {
  text-decoration: none;
}

/*==========================================
 コンテンツエリア -> INFORMATIONのスタイル
===========================================*/
div#contents section#information {
  text-align: left;
  margin-left: 5px;
} 
div#contents section#information h2 {
  text-align: left;
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}
div#contents section#information article h3 {
  font-size: 0.7em;
  margin-bottom: 10px;
  padding-left: 7px;
}
div#contents section#information article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 20px 10px;
}
div#contents section#information article img {
  width: 98%;
  height: auto;
  max-width: 370px;
}
/*
div#contents section#information ul li {
  width: 100%;
  margin-bottom: 5px;
}
div#contents section#information ul li img {
  width: 98%;
  height: auto;
  max-width: 470px;
}
*/
/*==========================================
 コンテンツエリア -> work2のスタイル
===========================================*/
div#contents section#work2 h2 {
  margin: 0 0 15px 5px;
}
div#contents section#work2 article {
  text-align: left;
  min-width: 240px;
  margin-bottom: 30px;
  margin-left: 5px;
}
div#contents section#work2 article img {
  width: 100%;
  height: auto;
  max-width: 184px;
} 
div#contents section#work2 article h3 {
  font-size: 0.9em;
  font-weight: bold;
	color:#0033FF;
	border: solid 1px #000000;
	padding: 2px;
	min-width: 120px;
	max-width: 240px;
	text-align: center;
}
div#contents section#work2 article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
div#contents section#work2 article table {
  	width: 100%;
	max-width: 700px;
  	height: auto;
	margin-bottom: 5px;
}
div#contents section#work2 article #reha_pic th img {
  width: 100%;
  height: auto;
  max-width: 460px;
}
#a_mark2 {
	display: block;
	border: 1px solid #5b6356;
	color: #0095d9;
	font-weight: bold;
	padding:5px;
	margin-left: 2%;
    text-align: center;
}
#a_mark2:hover {
	color: #cc0000;
}
div#contents section#work2 h4 {
  margin: 0 0 15px 5px;
}
div#contents section#work2 #table_ptn2{
	width: 95%;
	max-width: 700px;
	margin-bottom: 10px;
	margin-bottom: 5px;
	margin-left: 12px;
	font-size:large;
}
div#contents section#work2 #table_ptn2_th{
	background-color: #eaedf7;
	border: 1px solid #5b6356;
	margin: 1px;
	padding: 2px;
	text-align: center;
}
div#contents section#work2 #table_ptn2_td{
	border: 1px solid #5b6356;
	margin: 1px;
	padding: 5px;
	text-align: center;
}
div#contents section#work2 #table_ptn3{
	width: 98%;
	margin-bottom: 10px;
	margin-bottom: 5px;
	margin-left: 12px;
}
div#contents section#work2 #table_ptn3_th{
	width: 30%;
	background-color: #eaedf7;
	border: 1px solid #5b6356;
	margin: 1px;
	padding: 2px;
	text-align: center;
}
div#contents section#work2 #table_ptn3_td{
	border: 1px solid #5b6356;
	margin: 1px;
	padding: 5px;
	text-align: left;
}
div#contents section#work2 #service table{
	border: solid 1px #000000;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 12px;
}
div#contents section#work2 #service th{
	border: solid 1px #000000;
	background-color: #CCFF66;
	margin: 2px;
	padding-left:10px;
	text-align: left;
	vertical-align: middle;
	width: 175px;
	font-weight: bold;
}
div#contents section#work2 #service td{
	border: solid 1px #000000;
	background-color: #CCFFCC;
	margin: 2px;
	padding: 10px 15px 10px 15px;
	text-align: left;
	vertical-align: middle;
}
div#contents section#work2 #shisetsu table{
	border: solid 1px #000000;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 12px;
}
div#contents section#work2 #shisetsu th{
	border: solid 1px #000000;
	background-color: #FFFF66;
	margin: 2px;
	padding-left:10px;
	text-align: left;
	vertical-align: middle;
	width: 175px;
	font-weight: bold;
}
div#contents section#work2 #shisetsu td{
	border: solid 1px #000000;
	background-color: #FFFFCC;
	margin: 2px;
	padding: 10px 15px 10px 15px;
	text-align: left;
	vertical-align: middle;
}
div#contents section#work2 #ryokin table{
	border: solid 1px #000000;
	margin-top: 2px;
	margin-left: 12px;
}
div#contents section#work2 #ryokin th{
	border: solid 1px #000000;
	background-color: #66CCFF;
	margin: 2px;
	padding: 10px 15px 10px 15px;
	text-align: center;
	vertical-align: middle;
	width: 175px;
	font-weight: bold;
}
div#contents section#work2 #ryokin td{
	border: solid 1px #000000;
	background-color: #CCFFFF;
	margin: 2px;
	padding: 10px 15px 10px 15px;
	text-align: right;
	vertical-align: middle;
}
div#contents section#work2 #ryokinhyo table{
	border: solid 1px #000000;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 12px;
}
div#contents section#work2 #ryokinhyo th{
	border: solid 1px #000000;
	background-color: #66CCFF;
	margin: 2px;
	padding: 7px 2px 2px 2px;
	text-align: center;
	vertical-align: bottom;
  font-size: 0.7em;
}
div#contents section#work2 #ryokinhyo td{
	border: solid 1px #000000;
	background-color: #CCFFFF;
	margin: 2px;
	padding: 7px 2px 2px 2px;
	text-align: right;
	vertical-align: bottom;
  font-size: 0.7em;
}
div#contents section#work2 #gaiyo table{
	border: solid 1px #000000;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 12px;
}
div#contents section#work2 #gaiyo th{
	border: solid 1px #000000;
	background-color: #FFFF66;
	margin: 2px;
	padding-left:10px;
	text-align: left;
	vertical-align: middle;
	max-width: 125px;
	font-weight: bold;
}
div#contents section#work2 #gaiyo td{
	border: solid 1px #000000;
	margin: 2px;
	padding: 10px 15px 10px 15px;
	text-align: left;
	vertical-align: middle;
}
/*==========================================
 コンテンツエリア -> work3のスタイル
===========================================*/
div#contents section#work3 h2 {
  margin: 0 0 15px 5px;
}
div#contents section#work3 article {
  text-align: left;
  min-width: 285px;
  margin-bottom: 30px;
  margin-left: 5px;
  border-top: 2px solid #0033FF;
}
div#contents section#work3 article ul img {
  	width: 2%;
  	height: auto;
　	max-width: 4px;
	visibility: hidden;
}
div#contents section#work3 article ul a {
  padding-left: 10px;
  font-size: x-large;
}

/*==========================================
 コンテンツエリア -> work4のスタイル
===========================================*/
div#contents section#work4 h2 {
  margin: 0 0 15px 5px;
}
div#contents section#work4 article {
  text-align: left;
  min-width: 240px;
  margin-bottom: 30px;
  margin-left: 5px;
}
div#contents section#work4 img {
  width:100%;
  height:auto;
  max-width:701px;
}
/*==========================================
 コンテンツエリア -> SIDEWORKSのスタイル
===========================================*/
div#contents section#sideworks {
  text-align: left;
  margin-left: 5px;
  padding-bottom: 10px;
} 
div#contents section#sideworks h2 {
  text-align: left;
  margin: 15px 5px 5px 0;
}
div#contents section#sideworks article {
  text-align: left;
  min-width: 240px;
  margin-bottom: 30px;
  margin-left: 5px;
}
div#contents section#sideworks article table{
  margin-bottom: 20px;
  max-width: 350px;
  min-width: 200px;
}
div#contents section#sideworks article th{
	background-color: #eaedf7;
	border: 1px solid #5b6356;
	margin: 1px;
	padding: 2px;
	text-align: center;
}
div#contents section#sideworks article td{
	border: 1px solid #5b6356;
	margin: 1px;
	padding: 5px;
	text-align: left;
}
div#contents section#sideworks article #span_mark {
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}

/*==========================================
 コンテンツエリア -> MAINWORKSのスタイル
===========================================*/
div#contents section#mainworks {
  text-align: left;
  margin-left: 5px;
  padding-bottom: 10px;
} 
div#contents section#mainworks h2 {
  width : 45%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #CCFF66;
  padding: 5px;
  text-align: left;
  margin: 15px 5px 5px 0;
}
div#contents section#mainworks h4 {
  width : 45%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #FF9966;
  padding: 5px;
  text-align: left;
  margin: 5px 5px 5px 10px;
}
div#contents section#mainworks article {
  text-align: left;
  margin-bottom: 30px;
  margin-left: 5px;
}
div#contents section#mainworks article img {
  margin-bottom: 5px;
}
div#contents section#mainworks article table{
  margin-bottom: 20px;
  max-width: 85%;
  min-width: 250px;
}
div#contents section#mainworks article th{
	background-color: #eaedf7;
	border: 1px solid #5b6356;
	margin: 1px;
	padding: 2px;
	text-align: center;
}
div#contents section#mainworks article td{
	border: 1px solid #5b6356;
	margin: 1px;
	padding: 5px;
	text-align: left;
}
div#contents section#mainworks article a#a_mark {
	color: #0095d9;
	font-weight: bold;
	padding-left:32px;
}
div#contents section#mainworks article a#a_mark:hover {
	color: #cc0000;
}

/*==========================================
 コンテンツエリア -> ACCESSのスタイル
===========================================*/
div#access { width: 90%; padding-left: 5px; }
div#access_inner {  }
div#access_inner div.h2_footer { margin: 0 0 1em 0; }
div#access_inner div#map { margin: 0 0 15px 0; height: 500px; }
div#access_inner div#map strong { font-size: 110%; }
div#access_inner div#map_info { margin: 0 0 20px 0; padding: 1em; background-color: #f6f1dd; }
div#access_inner div#map_info strong { font-size: 110%; }
div#access_inner div.alpha { padding: 0 15px 0 0; width: 1%; text-align: center; float: right; background-color: #ffffff; 	visibility: hidden;}
div#access_inner div.alpha img { margin: 0 0 10px 0; 	visibility: hidden;}
div#access_inner div.beta { width: 64%; float: left; }
div#access_inner div.access { margin: 0 0 1.5em 0; padding: 0 5px; }


/*==========================================
 コンテンツエリア -> KOHOのスタイル
===========================================*/
div#contents section#koho h2 {
  margin: 0 0 15px 5px;
}
div#contents section#koho article {
  text-align: left;
  min-width: 240px;
  margin-bottom: 30px;
  margin-left: 5px;
}
div#contents section#koho article img {
  padding-left:10%;
  width: 80%;
  height: auto;
  max-width: 184px;
} 
div#contents section#koho article h3 {
  font-size: 0.9em;
  font-weight: bold;
	color:#0033FF;
	border: solid 1px #000000;
	padding: 2px;
	width: 120px;
	text-align: center;
}
div#contents section#koho article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
/*==========================================
 コンテンツエリア -> movieのスタイル
===========================================*/
div#contents section#movie h2 {
  margin: 0 0 15px 5px;
}
div#contents section#movie article {
  text-align: center;
  min-width: 240px;
  margin-bottom: 30px;
  margin-left: 5px;
}
div#contents section#movie article iframe {
  width: 85%;
  height: auto;
} 
div#contents section#movie article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
div#contents section#movie article table {
  	width: 100%;
	max-width: 700px;
  	height: auto;
	margin-bottom: 5px;
}
div#contents section#movie #a_mark2 {
	display: block;
	border: 1px solid #5b6356;
	color: #0095d9;
	font-weight: bold;
	padding:5px;
	margin-bottom: 3px;
	margin-left: 2%;
    text-align: center;
}
div#contents section#movie #a_mark2:hover {
	color: #cc0000;
}
/*==========================================
 コンテンツエリア -> AINOURAのスタイル
===========================================*/
div#contents section#ainoura h2 {
	width : 70%;
	font-size: 120%;
	font-weight: bold;
	color: #892800;
	background: #99CCFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
div#contents section#ainoura article {
  text-align: left;
  min-width: 240px;
	border: none;
	padding: 5px;
	margin-top: 4px;
	margin-bottom: 15px;
}
div#contents section#ainoura article table{
	border: 1px solid #5b6356;
	width: 90%;
	max-width: 400px;
	margin-bottom: 10px;
	margin-bottom: 5px;
	margin-left: 12px;
	font-size:large;
}
div#contents section#ainoura article th{
	background-color: #eaedf7;
	border: 1px solid #5b6356;
	margin: 1px;
	padding: 2px;
	text-align: center;
}
div#contents section#ainoura article td{
	border: 1px solid #5b6356;
	margin: 1px;
	padding-left: 7px;
	text-align: left;
}
div#contents section#ainoura article img{
  width: 30%;
  height: auto;
}
/*==========================================
 コンテンツエリア -> AINOURA2のスタイル
===========================================*/
div#contents section#ainoura2 article {
  text-align: left;
  min-width: 240px;
  margin-bottom: 30px;
  margin-left: 5px;
}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
  border-top: 10px solid #0033FF;
}
footer div {
  margin: 20px 0 0 20px;
}
footer div p {
  font-size: 0.7em;
  line-height: 2.0em;
}
footer div small {
  font-size: 0.6em;
}
/* PC向けおよび大型タブレット向けのレイアウトの指定：476px～769px */
@media only screen and (min-width: 456px) {
  header ul#telephone{
	visibility: hidden;
　}
  div#contents section#work2 #gaiyo th{
	max-width: 175px;
    font-size: 0.7em;
  }
  div#contents section#work2 #gaiyo td{
    font-size: 0.7em;
  }
  div#contents section#movie article iframe {
    width: 560px;
    height: 315px;
  }
}
/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
  header {
    position:static;
    overflow:visible;
  }
  header h1 {
    text-align:left;
    padding:15px 5px 7px 5px;
    width:280px;
    float:left;
  }
  header h1 img {
    width:100%;
  }
  header ul#s_nav {
    float:right;
    margin-top:20px;
    position:static;
  }
  header ul#s_nav li {
    float:left;
    position:static;
  }
  nav {
    text-align: center;
    border-bottom: 3px double #000;
    margin: 10px auto 15px auto;
  }
  nav ul li {
    text-align: center;
    float: left;
    width: 16%;
    border-bottom: none;
    border-right: 1px dotted #000;
  }
  nav ul li:nth-child(odd) {
    width: 17%;
    border-bottom: none;
  }
  nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  nav ul li.contact {
    border-right: none;
  }
  nav ul li a{
    display: block;
  }
  div#contents section#work article {
	float: left;
    width: 49%;
  }
  div#contents section#work article h3 {
    line-height: 2.0em;
  }
  div#contents section#work article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
  div#contents section#news {
    width: 65%;
    float: left;
  }
  div#contents section#parking {
    width: 90%;
    float: left;
  }
  div#contents section#information {
    width: 33%;
    float: right;
  }
  div#contents section#work2 article {
    width: 100%;
  }
  div#contents section#work2 article h3 {
    line-height: 2.0em;
  }
  div#contents section#work2 article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
  div#contents section#work2 article table {
	width:80%;
	max-width: 700px;
	margin-left: 10%;
	font-size:large;
  }
  div#contents section#work3 article {
	border: 0;
	float: left;
    width: 49%;
  }
  div#contents section#work3 article ul img {
  	visibility: visible;
  	width: 85%;
  	height: auto;
　	max-width: 180px;
  }
  div#contents section#sideworks {
    width: 33%;
    float: left;
  }
  div#contents section#mainworks {
    width: 65%;
    float: right;
  }
  div#contents section#mainworks article{
	width: 100%;
  }
  #a_mark2 {
	margin-left: 15px;
  }
  div#contents section#koho article {
	float: left;
    width: 49%;
  }
  div#contents section#koho article h3 {
    line-height: 2.0em;
  }
  div#contents section#koho article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {
  header {
    width:960px;
    margin-left:auto;
    margin-right:auto;
  }
  nav {
    max-width: 960px;
  }
  nav ul{
    margin-left: auto;
    margin-right: auto;
  }
  nav ul li:nth-child(odd) {
    border-bottom: none;
  }
  nav ul li.home {
    border-left: 1px dotted #000;
  }
  nav ul li.contact {
    border-right: 1px dotted #000;
  }
  div#contents {
    max-width: 960px;
    margin: 0 auto;
  }
/*
  div#contents section#work article {
    width: 20%;
  }
  div#contents section#work article h3 {
    line-height: 2.2em;
  }
*/
  div#contents section#mainworks article table{
	max-width: 95%;
  }
  div#access_inner div.alpha { padding: 0 15px 0 0; width: 33%; text-align: center; float: right; background-color: #ffffff; visibility:visible;}
  div#access_inner div.alpha img { margin: 0 0 10px 0;  visibility:visible;}
  footer {
    text-align: center;
  }

}