@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size:12px;
	color:#696969;
	letter-spacing:0.1em;
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	
}

#contents_01 {
	background:#fff url(../img/bg_contents.png) repeat-x;
}

#contents_2 {
	background:#fff url(../img/bg_contents2.png) repeat-x;
}

#slide {
width:650px;
height:480px;
margin:0 auto;
position:relative;
}

.scr {
  overflow: scroll;   /* スクロール表示 */
  width: 265px;
  height: 200px;
}

a:link,
a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#000;
}

#info a.normal:link,
#info a.normal:visited {
	color:#000;
	text-decoration:underline;
}
#info a.normal:hover,
#info a.normal:active {
	color:#000;
}




a img {
	border:none;
}

#wrap {
	width:980px;
	margin:0 auto;
	background:#fff ;
	position: relative;
	min-height: 100%;
}

#header {
	width:980px;
	height:120px;
	padding-top:30px;
}
#header h1 {
	width:500px;
	float:left;
}
#contact {
	width:480px;
	float:right;
	text-align:right;
}

#contactinner-left {
	width:380px;
	float:left;
	text-align:right;
}
#contactinner-right {
	margin-tp:15px;
	width:100px;
	float:right;
	text-align:right;
}


#contact p {
	display:inline;
	vertical-align:middle;
	font-size:11px;
}
#contact strong {
	padding-right:10px;
	line-height:1.5em;
	font-weight:bold;
}
#contact .num {
	line-height:1.5em;
	font-size:30px;
	font-weight:bold;
}

#topbanner {
	width :980px;
	height :422px;
	padding-top:9px;
}
#topbannermain {
	width:980px;
	height:422px;
	float:left;
	padding:0 0 0 0;
}

#sliderarea {
	background:#ffffff ;
	width:980px;
	height:200px;
	padding-top:10px;
}

#navi {
	width:980px;
	height:67px;
	list-style-type:none;
}
#navi ul{
	  margin:0;
	  padding:0;
	}
	#navi ul li {
	  list-style: none;
	  margin:0;
	  padding:0;
	  font-size:14px;
	  float: left;
	  position: relative;
	  width: 196px;/*親メニューの幅*/
	  height: 58px;/*親メニューの高さ*/
	  line-height: 1.5em;
	  background:#fff;/*親メニューの背景色*/
	  color: #ddd;/*親メニューの文字色*/
	  text-align:center;
	  font-weight:bold;
	}
	#navi ul li a {
	  color: #000;
	  display: block;
	  text-decoration: none;
	}
	#navi ul li:hover, .menu ul li a:hover {
	  background:#EA2839;/*ホバー時の親メニューの背景色*/
	  color:#ddd;/*ホバー時の親メニューの文字色*/
	}
	#navi ul li ul {
	  position: absolute;
	  top: 58px;/*親メニューの高さと同じにする*/
	  width: 196px;
	  z-index: 100;
	}
	#navi ul li ul li {
	  visibility: hidden;
	  overflow: hidden;
	  width: 196px;/*サブメニューの幅*/
	  height: 0;
	  background:#FFDAD7;/*サブメニューの背景色*/
	}
	#navi ul li ul li:hover, .menu ul li ul li a:hover {
	  background:#FFAFA9;/*ホバー時のサブメニューの背景色*/
	}
	#navi ul li:hover ul li, .menu ul li a:hover ul li{
	  visibility: visible;
	  overflow: visible;
	  height:58px;/*サブメニューの高さ*/
	  z-index: 10;
	}
	#navi * {
	  -webkit-transition: 0.5s;
	  -moz-transition: 0.5s;
	  -ms-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}
#navi li {
	width:196px;
	height:58px;
	float:left;
}





#navi a {
	display:block;
	width:196px;
	height:43px;
	padding-top:15px;
	background:url(../img/navi.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#ddd;
	text-align:center;
	text-decoration:none;
	line-height:1.5em;
}

#navi li ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #454e08;
}
#navi li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: 200%;
	margin-left: -20px;
	border: 5px solid transparent;
	border-right-color: #454e08;
}

/* 阪奈興業　ドロップダウンメニュー改良 */
/* drop down----------------------------------------*/

	/* link */

	.mod_dropnavi ul li a{
	transition-property: border;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	}

	.mod_dropnavi ul li a:link    {text-decoration:none;}
	.mod_dropnavi ul li a:visited {text-decoration:none;}
	.mod_dropnavi ul li a:hover   {text-decoration:none;}
	.mod_dropnavi ul li a:active  {text-decoration:none;}

	 

	/* mod_dropnavi */

.mod_dropnavi>ul{
	list-style-type: none;
	width:980px;
	height:58px;
	background-color:#ddd;
}

.mod_dropnavi>ul>li{
	width: 20%;
	float:left;
	position:relative;
	text-align:center;
	line-height:58px;
}

.mod_dropnavi>ul>li>a{
	display:block;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	background:url(../img/navi.png) no-repeat;

}

.mod_dropnavi>ul>li>a:hover   {
	background-position:0 -58px;
	height: 58px;
	color:#ddd;
}

.mod_dropnavi>ul>li>a:active  {
	background-position:0 -58px;
	height: 58px;
	color:#ddd;

}

	 
	/* mod_dropnavi_child */
.mod_dropnavi .mod_dropnavi_child{
	display:none;
	position:absolute;
	width: 100%;
	top:48px;
	left:0px;
	z-index:100;
	padding:12px 0 0 0!important;
	background:transparent url('img/icon_arrow_01.png') no-repeat 10px 0px!important;
}

	.mod_dropnavi .mod_dropnavi_child ul{
	list-style-type: none;
	vertical-align:center;
	background-color:#ddd;
	}

	.mod_dropnavi .mod_dropnavi_child ul li{
	font-size:90%;
	text-align:left;
	white-space:nowrap;
	color:#000;
	height:58px;
	text-align: center;
	width: 196px;
	}

	.mod_dropnavi .mod_dropnavi_child ul li a{
	padding:0 0 0 0px!important;
	background:url(../img/navi.png) no-repeat;
	display:block;
	}

	.mod_dropnavi .mod_dropnavi_child ul li a:link    {color:#000; text-decoration:none;}
	.mod_dropnavi .mod_dropnavi_child ul li a:visited {color:#000; text-decoration:none;}
	.mod_dropnavi .mod_dropnavi_child ul li a:hover   {
	background-position:0 -58px;
	height: 58px;
	color:#ddd;}
	.mod_dropnavi .mod_dropnavi_child ul li a:active  {
	background-position:0 -58px;
	height: 58px;
	color:#ddd;}

.mod_dropnavi ex_clearfix #here a {
	background-position:0 -58px;
	color:#ddd;
}
.herebutton {
	width: 100%;
	height: 58px;
	vertical-align:center;
	text-align: center;
	text-decoration: none;
	line-height: 58px;
	outline: none;
	position: relative;
	z-index: 2;
	color: #ddd !important;
}

.herebutton::before,
.herebutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	color: #ddd !important;
}
.herebutton,
.herebutton::before,
.herebutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.herebutton::before,
.herebutton::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #9c1c21;
	color: #ddd !important;
}
.herebutton::before {
	top: 0;
	color: #ddd !important;
}
.herebutton::after {
	bottom: 0;
	color: #ddd !important;
}
.herebutton:hover::before,
.herebutton:hover::after {
	height: 0;
	background-color: #9c1c21;
	color: #ddd !important;
}
#dropnavi {
	width:100%;
}

/* 阪奈興業　ドロップダウンメニュー */

#dropmenu01 {
	list-style-type: none;
	width: 980px;
	height:67px;
	margin: auto;
	padding: 0;
}
#dropmenu01 li {
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#dropmenu01 li a {
	display: block;
	margin: 0;
	padding: 22px 0;
	background-color:#ddd;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#dropmenu01 li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}





#dropmenu01 li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
}



#dropmenu01 li ul li a {
	padding: 20px 15px;
	background-color:#ddd;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}






#dropmenu01 li:hover > ul > li {
	overflow: visible;
	height: 58px;
}
#dropmenu01 li ul li ul {
	top: 0;
	left: 100%;
}
#dropmenu01 li:last-child ul li ul {
	left: -100%;
	width: 100%;
}
#dropmenu01 li ul li ul li a {
	background-color:#ddd;
}
#dropmenu01 li:hover ul li ul li:hover > a {
	background-color: #9c1c21;
}
#dropmenu01 li ul li ul:before {
	position: absolute;
	content: "";
	top: 22px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #9c1c21;
}



#dropmenu01 li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 22px;
	left: 200%;
	margin-left: -20px;
	border: 5px solid transparent;
	border-right-color: #454e08;
}



#dropmenu01 #nothere {
	background-color:#ddd;
	color:#000;
}
#dropmenu01 #nothere a:hover {
	background-color: #9c1c21;
	color:#ddd;
}















.button {
	display: inline-block;
	width: 100%;
	height: 58px;
	vertical-align:center;
	text-align: center;
	text-decoration: none;
	line-height: 58px;
	outline: none;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}











.button:hover {
	background-color: #fff;
	border-color: #9c1c21;
	color: #ddd;
}
.button::before,
.button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #ddd;
}
.button::before {
	top: 0;
}
.button::after {
	bottom: 0;
}
.button:hover::before,
.button:hover::after {
	height: 0;
	background-color: #ddd;
	color: #ddd;
}












.buttonhere {
	display: inline-block;
	width: 100%;
	height: 58px;
	vertical-align:center;
	text-align: center;
	text-decoration: none;
	line-height: 58px;
	outline: none;
	position: relative;
	z-index: 2;
	background:url(../img/navi_on.png) no-repeat;
	border: 2px solid #9c1c21;
	color: #ddd;
}
.buttonhere::before,
.buttonhere::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttonhere,
.buttonhere::before,
.buttonhere::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.buttonhere::before,
.buttonhere::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #9c1c21;
}
.buttonhere::before {
	top: 0;
}
.buttonhere::after {
	bottom: 0;
}
.buttonhere:hover::before,
.buttonhere:hover::after {
	height: 0;
	background-color: #9c1c21;
	color: #ddd;
}
#naviexpress #dropmenu01 a:hover {
	background-color: #9c1c21;
	color:#ddd;
}
#naviexpress #dropmenu01 .buttonhere {
	color:#ddd;
}




















.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #ddd;
	border: 2px solid #ddd;
	color: #ddd;
	line-height: 50px;
}




.button:hover {
	background-color: #fff;
	border-color: #9c1c21;
	color: #ddd;
}
.button::before,
.button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #ddd;
}
.button::before {
	top: 0;
}
.button::after {
	bottom: 0;
}
.button:hover::before,
.button:hover::after {
	height: 0;
	background-color: #ddd;
	color: #ddd;
}









#contents {
	margin-top:10px;
	margin-bottom:20px;
	min-height: 100%;
}




#navi a:hover,
#contents_01 #navi_01 a,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a,
#contents_05 #navi_05 a {
	background-position:0 -58px;
	color:#ddd;
}






#navi #here a {
	background-position:0 -58px;
	color:#ddd;
}

#navi #nothere a {
	background:url(../img/navi.png) no-repeat;
	color:#000;
}
#navi #nothere a:hover {
	background-position:0 -58px;
	color:#ddd;
}







#main-bk{
	width: 980px;
	padding-bottom: 150px;
}

#main {
	width:980px;
	height:489px;
	margin-top:40px;
	padding:9px 0 0 9px;
	background:url(../img/bg_main.png) no-repeat;
}

#main img {
	margin:9px;
}

#about-left {
	width:660px;
	height:300px;
	float:left;
	line-height:1.8em;
	background-color:#696969;
}

#toppageabout-left {
	width:270px;
	margin-left:0px;
	margin-top:13px;
	float:left;
	line-height:1.8em;
	color:#696969;
	padding:2px;
}



#toppageabout-leftinner {
	background-color:#fff;
}
#snsarea {
	width:270px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	color:#fff;
}
#snsarea img {
	margin-left:2px;
	margin-top:20px;
	margin-bottom:20px;
}

#snsarea img {
	  transition: 0.5s;
}

#snsarea img:hover {
	opacity: 0.6;
	transition: 0.5s;
}





#toppageinfo {
	margin-bottom:50px;
}
 .netshop{
	margin-top:20px;
	margin-bottom:5px;
	margin-left:px;
}

#toppageabout-left h2 {
	width:270px;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:10px;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
}
#toppageinfo dl {
	line-height:1.6em;
}
#toppageinfo dl dd {
	margin-top:10px;
	margin-bottom:10px;
}
#toppageinfo dt {
	  font-weight:bold;
}
#toppageinfo dd {
	text-indent: 5px;
}

#side_contents_area {
	width:270px;
}





#side_contents_area img {
	  transition: 0.5s;
}

#side_contents_area img:hover {
	opacity: 0.6;
	transition: 0.5s;
}


















#right_contents {
	width:700px;
	margin-left:5px;
	margin-top:20px;
	float:right;
	line-height:1.8em;
}





#right_contents-bottom {
	height:310px;
	width:700px;
	margin-top:30px;
	margin-bottom:30px;
}
#right_contents-bottom h2 {
	width:700px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
	color:#432f2f;
}
#right_contents-bottom_imgarea {
	height:300px;
	width:700px;
}
#right_contents-bottom_img {
	height:300px;
	width:230px;
	float:left;
	border:solid 1px #A79B94;
	background-color:#432f2f;
}




#right_contents-inner {
	height:310px;
	width:700px;
	margin-top:30px;
	margin-bottom:30px;
}
#right_contents-inner h2 {
	width:270px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
	color:#432f2f;
}
#right_contents-inner_left {
	height:300px;
	width:325px;
	float:left;
	margin-right:5px;
	padding:5px;
}
#right_contents-inner_right_img {
	height:300px;
	width:345px;
	float:right;
	border:solid 1px #A79B94;
	background-color:#432f2f;
	padding:5px;
}
#right_contents-inner_left .text {
	width:300px;
	margin-top:20px;
	padding-left:5px;
	line-height:1.8em;
}
#right_contents-inner p {
	display:inline;
	vertical-align:middle;
	font-size:12px;
}
#right_contents-inner_right {
	height:300px;
	width:325px;
	float:right;
	padding:5px;
}
#right_contents-inner_left_img {
	height:300px;
	width:345px;
	float:left;
	margin-right:5px;
	border:solid 1px #A79B94;
	background-color:#432f2f;
	padding:5px;
}

#right_contents-inner_gallery {
	height:150px;
	width:700px;
	margin-top:30px;
	margin-bottom:30px;
	border:solid 1px #A79B94;
}
#right_contents-inner_gallery_img {
	height:143px;
	width:200px;
	float:left;
	margin-right:5px;
	border:solid 1px #A79B94;
	background-color:#432f2f;
	padding:2px;
}
#right_contents-inner_gallery_text {
	height:143px;
	width:470px;
	float:right;
	padding:5px;
}
#right_contents-inner_galleryzoom {
	width:700px;
	margin-top:30px;
	margin-bottom:30px;
	border:solid 1px #A79B94;
}
#right_contents-inner_galleryzoom img {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;
	margin-left:5px;
}
#right_contents-inner_gallery_text h2 {
	margin-bottom:10px;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
	color:#432f2f;
}



#maintenanceright_contents-inner_right_img {
	height:300px;
	width:345px;
	float:right;
	border:solid 1px #A79B94;
	background-color:#fff;
	padding:5px;
}














#about {
	width:300px;
	margin-left:20px;
	margin-top:20px;
	float:right;
	line-height:1.8em;
	color:#696969;
}

#about-innerbottom {
	height:300px;
	width:300px;
	margin-top:10px;
}


#pickup {
	width:290px;
	margin:20px -10px 0 0;
	padding-bottom:20px;
	list-style-type:none;
}
#pickup li {
	position:relative;
	width:85px;
	height:85px;
	margin-right:5px;
	padding:5px 0 0 5px;
	float:left;
	background-color:#696969;
}
#pickup li .plus {
	position:absolute;
	top:0; right:0;
	width:17px;
	height:0;
	padding-top:17px;
	background:url(../img/icon_01.png) no-repeat;
	overflow:hidden;
}


#info h2 {
	width:280px;
	margin-bottom:20px;
	padding-bottom:10px;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
}
#info dl {
	line-height:1.6em;
}
#info dl dd {
	margin-bottom:20px;
}

#contents_02 #contents,
#contents_03 #contents,
#contents_04 #contents,
#contents_05 #contents {
	width:963px;
	margin:0 auto;
	background:url(../img/second_contents.png) repeat-y;
}
#contents_02 #contents h2,
#contents_03 #contents h2,
#contents_04 #contents h2,
#contents_05 #contents h2 {
	width:850px;
	height:74px;
	margin:0 auto 10px auto;
	padding:30px 0 0 30px;
	font-size:30px;
	color:#696969;
	line-height:1.5em;
}
#news {
	width:880px;
	margin:0 auto 20px auto;
	list-style-type:none;
}
#news li {
	border-bottom:double 3px #A79B94;
	padding:15px 0;
}
#news .date {
	width:100px;
	padding-left:10px;
	float:left;
	line-height:1.6em;
}
#news .news {
	width:760px;
	float:right;
	line-height:1.6em;
}
#news .news h3 {
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
#concept {
	position:relative;
	width:880px;
	height:530px;
	margin:0 auto;
}
#concept h3 {
	margin-top:20px;
	/margin-top:10px;
	padding:0 0 10px 5px;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
}
#concepttop h2 {
	width:850px;
	height:74px;
	margin:0 auto 10px 23px;
	padding:30px 0 0 23px;
	font-size:20px;
	color:#696969;
	line-height:1.5em;
}
#concept .text {
	width:510px;
	margin-top:20px;
	padding-left:5px;
	line-height:1.8em;
}

#concept ul {
	list-style-type:none;
}
#concept .photo_01 {
	position:absolute;
	top:270px; left:0;
}
#concept .photo_02 {
	position:absolute;
	top:270px; left:271px;
}
#concept .photo_03 {
	position:absolute;
	top:60px; right:0;
}
#concepttop {
	width:963px;
	margin:0 auto;
}
concepttop {
	width:850px;
	height:74px;
	margin:0 auto 10px auto;
	padding:30px 0 0 30px;
	font-size:30px;
	color:#696969;
	line-height:1.5em;
}
#menu {
	width:880px;
	margin:0 auto;
	padding-bottom:20px;
}
#menu .text {
	margin:20px 0 10px 0;
	/margin:10px 0 10px 0;
	padding:0 5px;
	line-height:1.6em;
}
#menu ul {
	width:900px;
	margin-right:-20px;
	list-style-type:none;
}
#menu ul li h3 {
	border-top:double 3px #A79B94;
	margin-top:10px;
	padding:10px 0;
	line-height:1.6em;
	font-size:18px;
	font-weight:bold;
}
#menu ul li ul li {
	position:relative;
	width:160px;
	height:200px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}
#menu ul li ul li img {
	border:solid 1px #A79B94;
	padding:4px;
	background-color:#FFFFFF;
}
#menu ul li ul li .plus {
	position:absolute;
	top:5px; right:5px;
	width:17px;
	height:0;
	padding-top:17px;
	background:url(../img/icon_01.png) no-repeat;
	overflow:hidden;
}
#menu ul li ul li .cap {
	padding-top:5px;
	line-height:1.5em;
}
#access {
	width:872px;
	margin:0 auto;
	padding:20px 0;
}
#access_info {
	width:412px;
	float:right;
}
#access_info h3 {
	border-bottom:double 3px #A79B94;
	padding-bottom:5px;
	line-height:1.6em;
	font-size:16px;
	font-weight:bold;
}
#access_info .text {
	padding:10px 0 20px 0;
	line-height:1.6em;
}
#access_info_img {
	width:420px;
	float:left;
	border:solid 1px #A79B94;
	padding:4px;
	background-color:#FFFFFF;
}
#access_info dl {
	position:relative;
	clear:both;
	width:412px;
	line-height:1.6em;
}
#access_info dt {
	position:absolute;
	left:0;
	clear:both;
	width:80px;
	padding:5px;
	float:left;
	background-color:#A79B94;
	font-size:12px;
	font-weight:bold;
	color:#696969;
}
#access_info dd {
	border-bottom:solid 2px #FFFFFF;
	padding:5px 5px 5px 100px;
}
#access ul {
	position:relative;
	clear:both;
	height:190px;
	list-style-type:none;
}
#access ul .photo_01 {
	position:absolute;
	left:0; top:20px;
}
#access ul .photo_02 {
	position:absolute;
	left:291px; top:20px;
}
#access ul .photo_03 {
	position:absolute;
	left:582px; top:20px;
}


#footer-bk {
	background:#9c1c21;
	width:100%;
	height:50px;   
	position: absolute; 
	margin-bottom:0px;
}
#footer {
	clear:both;
	background:#9c1c21;
	height:50px;   
	bottom:0px;
	padding-top:25px;
}
address {
	font-style:normal;
	color:#fff;
	text-align:center;
	line-height:1.5em;
}

#lixil {
	position: relative;
	width: 50px;
	height: 70px;
	left:60px;
}


/* クリアフィックスハック */
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}









.otoiawase {
	width: 650px;
	padding: 15px 0px 15px 15px;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	margin-left:10px;
	margin-top:20px;
	float:right;
	line-height:1.8em;
}


.hannainfo-outer {
	width: 690px;
	margin: 10px auto 30px auto;
	padding-bottom:: 20px;
	float:right;
}

dl.hannainfo {
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    background-color:#ddeeff;
    margin:2px;
}
dl.hannainfo dt {
    float:left;
    clear: left;
    width:200px;
    font-weight:bold;
    background-color:#ddeeff;
    border-top:1px solid #ccc;
    padding:5px;
}
dl.hannainfo dd {
    background-color:#ffffff;
    border-top:1px solid #ccc;
    margin-left:210px; 
    padding:5px;
}

#contents_02 h3 {
	padding-bottom:10px;
	line-height:1.5em;
	font-size:30px;
	font-weight:bold;
}






#contents_02 .hannainfo-outer h3 {
	width:600px;
	margin-top:13px;
	line-height:1.5em;
	font-size:20px;
	font-weight:bold;
}

#recruit-bottom {
	margin-top:20px;
	width:700px;
	height:710px;
}

#recruitinner-left {
	float:left;
	width:131px;
	height:300px;
	margin-left:2px;
	margin-right:2px;
}

#recruitinner-right {
	float:right;
	width:523px;
	height:300px;
	padding-top:60px;
	margin-left:40px;
	margin-right:2px;
}

#recruit-bottom .name{
	line-height:1.5em;
	font-size:40px;
	font-weight:bold;
}
#recruit-bottom p{
	line-height:1.5em;
	font-size:20px;
	font-weight:bold;
}

#contents_express {
	width:700px;
	margin-left:5px;
	margin-top:20px;
	float:right;
}








#contents_express_info {
	width:360px;
	float:right;
}
#contents_express_info h3 {
	border-bottom:double 3px #A79B94;
	padding-bottom:5px;
	line-height:1.6em;
	font-size:16px;
	font-weight:bold;
}
#contents_express_info .text {
	padding:10px 0 20px 0;
	line-height:1.6em;
}
#contents_express_info_img {
	width:320px;
	float:left;
	border:solid 1px #A79B94;
	padding:4px;
	background-color:#FFFFFF;
	margin-left:0px;
}
#contents_express_info dl {
	position:relative;
	clear:both;
	width:360px;
	line-height:1.6em;
}
#contents_express_info dt {
	position:absolute;
	left:0;
	clear:both;
	width:68px;
	padding:5px;
	float:left;
	background-color:#A79B94;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#contents_express_info dd {
	border-bottom:solid 2px #FFFFFF;
	padding:5px 5px 5px 100px;
}
#contents_express ul {
	position:relative;
	clear:both;
	height:190px;
	list-style-type:none;
}
#contents_express ul .photo_01 {
	position:absolute;
	left:0; top:20px;
}
#contents_express ul .photo_02 {
	position:absolute;
	left:330px; top:39px;
}
#contents_express ul .photo_03 {
	position:absolute;
	left:0px; top:250px;
}
#contents_express ul .photo_04 {
	position:absolute;
	left:330px; top:250px;
}



#contents_express_bottom {
	width:700px;
	margin-left:5px;
	margin-top:350px;
	float:right;
	line-height:1.8em;
}





#contents_express_bottom-bottom {
	height:600px;
	width:700px;
	margin-top:30px;
	margin-bottom:30px;
}
#contents_express_bottom-bottom h2 {
	width:700px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
	color:#432f2f;
}
#contents_express_bottom-bottom_imgarea {
	height:600px;
	width:700px;
}
#contents_express_bottom-bottom_img {
	height:300px;
	width:500px;
	float:left;
	background-color:#432f2f;
}




#contents_express_bottom-inner {
	height:610px;
	width:700px;
	margin-top:30px;
	margin-bottom:30px;
}
#contents_express_bottom-inner h2 {
	width:270px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
	color:#432f2f;
}



#contents_express_bottom-inner p {
	display:inline;
	vertical-align:middle;
	font-size:12px;
}


#contents_express_bottom-inner_gallery {
	height:310px;
	width:700px;
	margin-top:5px;
	margin-bottom:30px;
	border-bottom:solid 4px #A79B94;
}
#contents_express_bottom-inner_gallery_img {
	width:200px;
	float:left;
	margin-right:5px;
	padding:2px;
}
#contents_express_bottom-inner_gallery_text {
	height:143px;
	width:170px;
	float:right;
	padding:5px;
}

#contents_express_bottom-inner_gallery h2 {
	line-height:1.5em;
	text-align:right;
	font-size:12px;
	color:#432f2f;
}
































.contact_table {
	width:640px;
	margin-bottom:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.contact_table th {
	vertical-align:text-top;
	text-align: left;
	background-color: #F3F3F3;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 12px;
	width: 17%;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 8px;
}
.contact_table td {
	vertical-align: top;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 9px;
}

.business {
	font-weight:bold;
	text-align: center;
}

#toppage_banner img {
	  transition: 0.5s;
}

#toppage_banner img:hover {
	opacity: 0.6;
	transition: 0.5s;
}










#index_right_contents {
	width:700px;
	margin-left:5px;
	margin-top:20px;
	margin-bottom:150px;
	float:right;
	line-height:1.8em;
}
#kyugyouannai {
	height:auto;
	width:660px;
	margin-top:20px;
	margin-bottom:70px;
	vertical-align:middle;
	font-size:12px;
	padding-left:40px;
}




#index_right_contents-inner h2 {
	width:270px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
	color:#432f2f;
}
#index_right_contents-inner_left {
	height:300px;
	width:325px;
	float:left;
	margin-right:5px;
	padding:5px;
}
#index_right_contents-inner_right_img {
	height:300px;
	width:345px;
	float:right;
	border:solid 1px #A79B94;
	background-color:#432f2f;
	padding:5px;
}
#index_right_contents-inner_left .text {
	width:300px;
	margin-top:20px;
	padding-left:5px;
	line-height:1.8em;
}
#index_right_contents-inner p {
	display:inline;
	vertical-align:middle;
	font-size:12px;
}
#index_right_contents-inner_right {
	height:300px;
	width:325px;
	float:right;
	padding:5px;
}
#index_right_contents-inner_left_img {
	height:300px;
	width:345px;
	float:left;
	margin-right:5px;
	border:solid 1px #A79B94;
	background-color:#432f2f;
	padding:5px;
}
#index_right_contents-inner_right_img {
	height:300px;
	width:345px;
	float:right;
	border:solid 1px #A79B94;
	background-color:#fff;
	padding:5px;
}

#index_right_contents-inner_center_img {
	height:auto;
	width:680px;
	background-color:#fff;
	padding:5px;
}
#index_right_contents-inner_center_bottom {
	height:auto;
	width:680px;
	margin-right:5px;
	padding:5px;
}

#index_right_contents-inner_center_img a {
	  transition: 0.5s;
}

#index_right_contents-inner_center_img a:hover {
	opacity: 0.6;
	transition: 0.5s;
}
#feed1 {
	color:#000;
}
.openrss {
	color:#000;
}

#index_right_contents-inner p{
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size:18px;
	padding-left:160px;
}



#cookiray{
	width:680px;
}


#tableouter{
	float:right;
	width:360px;
}
table.spec{
	margin-bottom: 30px;
}
table.spec th,
table.spec td{
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
}
table.spec th{
	padding-right: 16px;
}
table.spec td{
	padding-left: 16px;
}


