/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
 admin info :  Kazuki Noda
=================================================================== */
/* PC用のスタイル記述 */
#menu {
	display:none;
}
#wrapper {
	width:100%;
	font-size:100%;
	line-height: 180%;
}
#header {
	background-color: #8EC31F;
	width:100%;
	height:103px;
}
#header_inner {
	width: 980px;
	height: 103px;
	margin: 0px auto 0px;
	position: relative;
}
#header h1 {
	height: 18px;
	position: absolute;
	top: 2px;
	left: 2px;
	color: #FFF;
	font-size: 84%;
}
.logo {
	width: 476px;
	height: 66px;
	position: absolute;
	bottom:18px;
	left:0px;
}
.pc {
	display: block;
}
.phone {
	display: none;
}
.header_nav {
	width: 210px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: -10px;
}
.header_nav li {
	float: left;
}
.header_nav li a {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
	font-size:84%;
	color: #FFFFFF;
}
.header_nav .header_nav01 {
	margin-right:20px;
}
.header_nav .header_nav03 {
	display:none;
}
.header_search {
	width: 210px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 0px;
}
.h_search_style {
	width: 150px;
	height: 25px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-style: none;
	line-height: 25px;
	color: #C3C3C3;
	font-size:84%;
	background: url(../images/common/search_box.png) no-repeat;
}
.h_submit_style {
	width: 40px;
	height: 25px;
	float: left;
	border-style: none;
	text-indent: -9999px;
	background: url(../images/common/search_btn.png) no-repeat;
}
.header_info {
	/*width: 453px;*/
	height: 36px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}
.header_info li {
	float: left;
}
.header_tel {
	width:223px;
	height:36px;
	margin-right:20px;
}
.header_infobtn a {
	background: url(../images/common/header_contact.png) no-repeat 0px 0px;
	height: 0px;
	width: 210px;
	padding-top: 36px;
	overflow: hidden;
	float:left;
}
.header_infobtn a:hover {
	background: url(../images/common/header_contact.png) no-repeat 0px -36px;
}
#main {
	width: 100%;
	height: 336px;
	background: url(../images/common/main_bg.png) repeat-x center top;
}
#main_bg {
	background: url(../images/common/main_img.jpg) no-repeat left top;
	width: 980px;
	height: 336px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#main_bg h2 {
	width: 586px;
	height: 133px;
	position:absolute;
	top:100px;
	left:10px;
}
.phone_main {
	display:none;
}
/* add bigal */
.clr,
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	margin-bottom: 50px;
}

/* add bigal end */
#nav {
	background: url(../images/pc/nav_bg.png) repeat-x left top;
	width: 100%;
	height: 60px;
	margin-bottom:30px;
}
#nav ul {
	width: 980px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	width:140px;
	height: 60px;
	float: left;
}
#nav ul a {
	background:url(../images/pc/nav.png) no-repeat left top;
	width: 140px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 60px;
	line-height: 60px;
}
#nav ul .nav01 a {
	background-position: 0px 0px;
}
#nav ul .nav02 a {
	background-position: -140px 0px;
}
#nav ul .nav03 a {
	background-position: -280px 0px;
}
#nav ul .nav04 a {
	background-position: -420px 0px;
}
#nav ul .nav05 a {
	background-position: -560px 0px;
}
#nav ul .nav06 a {
	background-position: -700px 0px;
}
#nav ul .nav07 a {
	background-position: -840px 0px;
}
#nav ul .nav01c a, #nav ul .nav01 a:hover {
	background-position: 0px -60px;
}
#nav ul .nav02c a, #nav ul .nav02 a:hover {
	background-position: -140px -60px;
}
#nav ul .nav03c a, #nav ul .nav03 a:hover {
	background-position: -280px -60px;
}
#nav ul .nav04c a, #nav ul .nav04 a:hover {
	background-position: -420px -60px;
}
#nav ul .nav05c a, #nav ul .nav05 a:hover {
	background-position: -560px -60px;
}
#nav ul .nav06c a, #nav ul .nav06 a:hover {
	background-position: -700px -60px;
}
#nav ul .nav07c a, #nav ul .nav07 a:hover {
	background-position: -840px -60px;
}
#contents {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#content_left {
	width: 700px;
	float: left;
}
.service_box {
	width: 700px;
	margin-bottom:25px;
}
.service_box .head {
	background: url(../images/pc/ttl_bg01.png) no-repeat;
	width: 660px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.service_box .head h1 {
	background: url(../images/pc/service_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.service_box .head span {
	width: 185px;
	height: 25px;
	float: right;
}
.service_box .head span a {
	background: url(../images/pc/service_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.service_box .head span a:hover {
	background: url(../images/pc/service_btn.png) no-repeat 0px -25px;
}
.service_box .inner {
	width: 660px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.service_box .inner_phone {
	display:none;
}
/* jcarousel */
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:660px;
	overflow:hidden;
}
.jcarousel-clip .jcarousel-clip-horizontal {
	width:660px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 210px;
	margin-right: 15px;
}
.jcarousel-skin-tango .jcarousel-item dl a {
	background: url(../images/common/arr.png) no-repeat scroll left center;
	color: #7AA81A;
	font-weight: bold;
	padding-left: 18px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: transparent url(../images/pc/arr_right.png) no-repeat 0 0;
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background-image: url(../images/pc/arr_left.png);
	left: 0px;
	right: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -30px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -60px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -90px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: transparent url(../images/pc/arr_left.png) no-repeat 0 0;
	width: 30px;
	height: 61px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	left: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	background-image: url(../images/pc/arr_right.png);
	left: auto;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: -30px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -60px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	background-position: -90px 0;
	cursor: default;
}
.works_box {
	width: 700px;
	margin-bottom:25px;
}
.works_box .head {
  border: solid 1px #EEE;
  border-bottom: none;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.works_box .head h1 {
  border-bottom: solid 1px #CDE49C;
}
.works_box .head span {
	height: 25px;
	width: 185px;
	float: right;
}
.works_box .head span a {
	background: url(../images/pc/works_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.works_box .head span a:hover {
	background: url(../images/pc/works_btn.png) no-repeat 0px -25px;
}
.works_box .inner {
	width: 660px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.works_left {
	width: 318px;
	height: 98px;
	float: left;
}
.works_right {
	width: 320px;
	float: right;
}
.works_right li a {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
	color:#7AA81A;
	font-weight:bold;
}
.works_leftsub {
	width: 670px;
	float: left;
}
.works_leftsub h2 {
  background: url(../images/common/h2.png) no-repeat left center;
  margin-bottom: 20px;
  padding: 13px 15px 13px 30px;
  font-size: 125%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #a4d062;
  background-color: #d6f6eb;
  color: #009966;
}
.works_leftsub li a {
	padding-left:18px;
	color:#7AA81A;
	font-weight:bold;
}
.works_leftsub dl dt {
  background: url(../images/common/h2.png) no-repeat left center;
  margin-bottom: 20px;
  padding: 13px 15px 13px 30px;
  font-size: 125%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #a4d062;
  background-color: #d6f6eb;
  color: #009966;
}
.news_box {
	width: 700px;
}
.news_box .head {
	width: 660px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.head h2 {
	background: url(../images/pc/service_ttl.png) no-repeat;
	width: 320px;
	height: 25px;
	float: left;
	overflow: hidden;
}
.head h2 span {
  display: block;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
.service_box .head h2 {
	width: 200px;
}
.news_box.about .head h2 {
	background: url(../images/pc/about_ttl.png) no-repeat;
}
.news_box.privacy .head h2 {
	background: url(../images/pc/privacy_ttl.png) no-repeat;
}
.news_box .head span {
	width: 143px;
	height: 25px;
	float: right;
}
.news_box .head span a {
	background: url(../images/pc/news_btn.png) no-repeat 0px 0px;
	width: 143px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.news_box .head span a:hover {
	background: url(../images/pc/news_btn.png) no-repeat 0px -25px;
}
.news_box .inner {
	/*background:#FAFAFA;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;*/
	width: 660px;
	padding:5px 19px 15px 19px;
}
.news_box .inner dl {
	width: 660px;
	float: left;
	/*border-bottom: 1px dotted #999999;*/
	margin-bottom:10px;
}
.news_box .inner dt {
  background: url(../images/common/h2.png) no-repeat 10px center;
  margin-bottom: 20px;
  padding: 13px 15px 13px 35px;
  font-size: 125%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #a4d062;
  background-color: #F4FFDB;
  color: #509002;
  font-weight: bold;
  clear: left;
}
.news_box .inner dd {
	line-height: 180%;
}
.news_box .img_bd {
  border: solid 1px #E8E8E8;
  float: left;
  margin-right: 5px;
}
.tag_recruit {
	background: url(../images/common/tag_recruit.png) no-repeat left center;
}
.tag_news {
	background: url(../images/common/tag_news.png) no-repeat left center;
}
.tag_works {
	background: url(../images/common/tag_works.png) no-repeat left center;
}
.news_box .inner p.goto {
	background: url(../images/common/tag_recruit.png) no-repeat left center;
}

#content_right {
	width: 250px;
	float: right;
}
#aside {
	width: 250px;
	margin-bottom: 15px;
}
#aside h1 {
	background: url(../images/pc/search_ttl.png) no-repeat;
	width: 250px;
	height: 0px;
	overflow: hidden;
	padding-top: 44px;
	margin-bottom: 1px;
}
.aside_inner {
	background: #F3F3F3;
	width: 220px;
	padding: 20px 15px 15px 15px;
	margin-bottom: 1px;
}
.aside_inner ul {
	width: 220px;
}
.aside_inner ul li {
	width: 220px;
	margin-bottom: 1px;
}
.aside_inner ul li a {
	background: url(../images/common/arr_w.png) no-repeat 5px 8px #FFF;
	width: 200px;
	height: auto;
	display: block;
	padding: 5px 5px 5px 20px;
}
.side_ttl01 {
	background: url(../images/pc/side_ttl01.png) no-repeat;
	width: 220px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl02 {
	background: url(../images/pc/side_ttl02.png) no-repeat;
	width: 220px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl03 {
	background: url(../images/pc/side_ttl03.png) no-repeat;
	width: 220px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.banner_box {
	width:250px;
}
.banner01 a {
	background: url(../images/pc/bnr01.png) no-repeat 0 0;
	height: 0px;
	width: 250px;
	padding-top: 90px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.banner01 a:hover {
	background: url(../images/pc/bnr01.png) no-repeat 0 -90px
}
.banner02 a {
	background: url(../images/pc/bnr02.png) no-repeat 0 0;
	height: 0px;
	width: 250px;
	padding-top: 60px;
	overflow: hidden;
	display: block;
}
.banner02 a:hover {
	background: url(../images/pc/bnr02.png) no-repeat 0 -60px;
}
#footer {
	background-color: #8EC31F;
	width: 100%;
	height: 80px;
	margin-top:30px;
}
#footer_inner {
	width: 980px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footer_logo {
	width: 211px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 0px;
}
.footer_nav {
	position: absolute;
	top: 18px;
	right: 0;
}
.footer_nav li {
	float:left;
}
.footer_nav .nav_sp {
	margin-right:30px;
}
.footer_nav li a {
	color:#FFF;
}
.footer_navbottom {
	position: absolute;
	bottom: 3px;
	left: 0px;
}
.footer_navbottom li {
	float:left;
}
.footer_navbottom li a {
	background: url(../images/common/arr_w.png) no-repeat left center;
	padding-left:18px;
	font-size:84%;
	color:#FFF;
}
#footer_inner small {
/*	width: 289px;
	height: 12px;*/
	position: absolute;
	right: 0;
	bottom: 10px;
    color: #FFFFFF;
}
.arr {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
}
@media screen and (max-width: 783px) {
/* タブレット用のスタイル記述 */
img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#menu {
	display:none;
}
#wrapper {
	width:768px;
	font-size:100%;
	line-height:180%;
}
#header {
	background: #8EC31F;
	width:100%;
	height:103px;
}
#header_inner {
	width: 738px;
	height: 103px;
	margin: 0px auto 0px;
	position: relative;
}

.logo {
	position: absolute;
	left:0px;
	top: 20px;
  max-width: 100%;
}
.works_box .head h1 {
  border-bottom: none;
}
.pc {
	display: block;
}
.phone {
	display: none;
}
.header_nav {
	width: 120px;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 80px;
}
.header_nav li {
	float: left;
}
.header_nav .header_nav01 {
	margin-right:20px;
}
.header_nav .header_nav03 {
	display:none;
}
.header_nav li a {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
	font-size:84%;
	color: #FFF;
}
.header_search {
	width: 210px;
	height: 25px;
	position: absolute;
	top: 15px;
	right: 0px;
}
.h_search_style {
	width: 150px;
	height: 25px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-style: none;
	line-height: 25px;
	color: #C3C3C3;
	font-size:84%;
	background: url(../images/common/search_box.png) no-repeat;
}
.h_submit_style {
	width: 40px;
	height: 25px;
	float: left;
	border-style: none;
	text-indent: -9999px;
	background: url(../images/common/search_btn.png) no-repeat;
}
.header_info {
	width: 210px;
	height: 36px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}
.header_info li {
	float: left;
}
.header_tel {
	width:223px;
	height:36px;
	margin-right:20px;
}
.header_infobtn a {
	background: url(../images/common/header_contact.png) no-repeat 0px 0px;
	height: 0px;
	width: 210px;
	padding-top: 36px;
	overflow: hidden;
	float:left;
}
.header_infobtn a:hover {
	background: url(../images/common/header_contact.png) no-repeat 0px -36px;
}
#main {
	width: 100%;
	background: url(../images/common/main_bg.png) repeat-x center top;
}
#main_bg {
	background: url(../images/common/main_img.jpg) no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 253px;
	position:relative;
}
#main_bg h2 {
	width: 586px;
	height: 133px;
	position:absolute;
	top:70px;
	left:10px;
}
.phone_main {
	display:none;
}
#nav {
	background: url(../images/tablet/nav_bg.png) repeat-x left top;
	width: 100%;
	height: 60px;
	margin-bottom:30px;
}
#nav ul {
	width: 738px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#content_left {
	width: 487px;
	float: left;
}
.service_box {
	width: 487px;
	margin-bottom:25px;
}
.service_box .head {
	background: url(../images/tablet/ttl_bg01.png) no-repeat;
	width: 448px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.service_box .head h1 {
	background: url(../images/tablet/service_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.service_box .head span {
	width: 185px;
	height: 25px;
	float: right;
}
.service_box .head span a {
	background: url(../images/tablet/service_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.service_box .head span a:hover {
	background: url(../images/tablet/service_btn.png) no-repeat 0px -25px;
}
.service_box .inner {
	width: 448px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.service_box .inner_phone {
	display:none;
}
/* jcarousel */
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:448px;
	overflow:hidden;
}
.jcarousel-clip .jcarousel-clip-horizontal {
	width:448px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 210px;
	margin-right: 28px;
}
.jcarousel-skin-tango .jcarousel-item dl a {
	background: url(../images/common/arr.png) no-repeat scroll left center;
	color: #7AA81A;
	font-weight: bold;
	padding-left: 18px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: transparent url(../images/tablet/arr_right.png) no-repeat 0 0;
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background-image: url(../images/tablet/arr_left.png);
	left: 0px;
	right: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -30px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -60px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -90px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: transparent url(../images/tablet/arr_left.png) no-repeat 0 0;
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 45px;
	left: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	background-image: url(../images/tablet/arr_right.png);
	left: auto;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: -30px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -60px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	background-position: -90px 0;
	cursor: default;
}
.works_box {
	width: 447px;
	margin-bottom:25px;
}
.works_box .head {
	background: url(../images/tablet/ttl_bg01.png) no-repeat;
	width: 448px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.works_box .head span {
	height: 25px;
	width: 185px;
	float: right;
}
.works_box .head span a {
	background: url(../images/tablet/works_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.works_box .head span a:hover {
	background: url(../images/tablet/works_btn.png) no-repeat 0px -25px;
}
.works_box .inner {
	width: 448px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.works_left {
	width: 198px;
	height: 98px;
	float: left;
	overflow:hidden;
}
.works_right {
	width: 228px;
	float: right;
}
.works_right li a {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
	color:#7AA81A;
	font-weight:bold;
}
.news_box {
	width: 700px;
}

.news_box .head span {
	width: 143px;
	height: 25px;
	float: right;
}
.news_box .head span a {
	background: url(../images/tablet/news_btn.png) no-repeat 0px 0px;
	width: 143px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.news_box .head span a:hover {
	background: url(../images/tablet/news_btn.png) no-repeat 0px -25px;
}
.news_box .inner {
	width: 448px;
	padding:5px 19px 15px 19px;
}
.news_box .inner dl {
	width: 448px;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}

.tag_recruit {
	background: url(../images/common/tag_recruit.png) no-repeat left center;
}
.tag_news {
	background: url(../images/common/tag_news.png) no-repeat left center;
}
.tag_works {
	background: url(../images/common/tag_works.png) no-repeat left center;
}
#content_right {
	width: 230px;
	float: right;
}
#aside {
	width: 230px;
	margin-bottom: 15px;
}
#aside h1 {
	background: url(../images/tablet/search_ttl.png) no-repeat;
	width: 230px;
	height: 0px;
	overflow: hidden;
	padding-top: 44px;
	margin-bottom: 1px;
}
.aside_inner {
	background: #F3F3F3;
	width: 210px;
	padding: 20px 10px 15px 10px;
	margin-bottom: 1px;
}
.aside_inner ul {
	width: 210px;
}
.aside_inner ul li {
	width: 210px;
	margin-bottom: 1px;
}

.side_ttl01 {
	background: url(../images/tablet/side_ttl01.png) no-repeat;
	width: 210px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl02 {
	background: url(../images/tablet/side_ttl02.png) no-repeat;
	width: 210px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.side_ttl03 {
	background: url(../images/tablet/side_ttl03.png) no-repeat;
	width: 210px;
	height: 0px;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom:15px;
}
.banner_box {
	width:220px;
}
.banner01 a {
	background: url(../images/tablet/bnr01.png) no-repeat 0 0;
	height: 0px;
	width: 230px;
	padding-top: 82px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.banner01 a:hover {
	background: url(../images/tablet/bnr01.png) no-repeat 0 -82px
}
.banner02 a {
	background: url(../images/tablet/bnr02.png) no-repeat 0 0;
	height: 0px;
	width: 230px;
	padding-top: 55px;
	overflow: hidden;
	display: block;
}
.banner02 a:hover {
	background: url(../images/tablet/bnr02.png) no-repeat 0 -55px;
}
#footer {
  background-color: #8EC31F;
  width: 100%;
	height: 80px;
	margin-top:30px;
	color: #FFF;
}
#footer_inner {
	width: 738px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.footer_logo {
	width: 211px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 0px;
}
.footer_nav {
	position: absolute;
	top: 18px;
	right: 0;
}
.footer_nav li {
	float:left;
}
.footer_nav .nav_sp {
	margin-right:15px;
}
.footer_nav li a {
	color:#FFF;
}
.footer_navbottom {
	position: absolute;
	bottom: 3px;
	left: 0px;
}
.footer_navbottom li {
	float:left;
}
.footer_navbottom li a {
	background: url(../images/common/arr_w.png) no-repeat left center;
	padding-left:18px;
	font-size:84%;
	color:#FFF;
}
#footer_inner small {
	width: 289px;
	height: 12px;
	position: absolute;
	right: 0;
	bottom: 10px;
	text-align: right;
}
.arr {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
}
.tag_goto {
	margin-left: 0;
	clear: both;
	text-align: center;
  background-position: center 0;
}
}
@media screen and (max-width: 655px) {
/* スマートフォン用のスタイル記述 */
img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#nav {
	display:none;
}
#nav_phone {
	display:block;
}
#wrapper {
	width:100%;
	font-size:18px;
	line-height: 180%;
	min-width:320px;
}
#menu {
	background-color: #80B01B;
	border-bottom: 1px solid #8EC31F;
	display: none;
	width: 100%;
}
#menu.open_menu {
	display:block;
}
#menu ul {
	width:100%;
	overflow:hidden;
}
#menu ul li {
	width:50%;
	height:51px;
	float:left;
	text-align:center;
}
#menu ul li a {
	height:50px;
	line-height:50px;
	color:#fff;
	float:left;
}
#menu ul li.nav01 a, #menu ul li.nav01c a {
	width:100%;
	border-right: 1px solid #ACCF4E;
	border-bottom: 1px solid #ACCF4E;
}
#menu ul li.nav02 a, #menu ul li.nav02c a {
	width:100%;
	border-right: 1px solid #ACCF4E;
	border-bottom: 1px solid #ACCF4E;
}
#menu ul li.nav03 a, #menu ul li.nav03c a {
	width:100%;
	border-right: 1px solid #ACCF4E;
	border-bottom: 1px solid #ACCF4E;
}
#menu ul li.nav04 a, #menu ul li.nav04c a {
	width:100%;
	border-right: 1px solid #ACCF4E;
	border-bottom: 1px solid #ACCF4E;
}
#menu ul li.nav05 a, #menu ul li.nav05c a {
	width:100%;
	border-right: 1px solid #ACCF4E;
	border-bottom: 1px solid #ACCF4E;
}
#menu ul li.nav06 a, #menu ul li.nav06c a {
	width:100%;
	border-right: 1px solid #ACCF4E;
	border-bottom: 1px solid #ACCF4E;
}
#menu ul li.nav07 a, #menu ul li.nav07c a {
	width:100%;
	border-right: 1px solid #ACCF4E;
	border-bottom: 1px solid #ACCF4E;
}
#menu ul li.nav01c a, #menu ul li.nav02c a, #menu ul li.nav03c a, #menu ul li.nav04c a, #menu ul li.nav05c a, #menu ul li.nav06c a, #menu ul li.nav07c a {
	background-color:#74A019;
}
#header {
	height: 130px;
}
#header_inner {
	width: 96%;
	height: 130px;
	margin: 0px 2% 0px;
	position: relative;
}
#header h1 {
	top: 15px;
}
.logo {
	top: 55px;
}
.header_nav {
	width: 100px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0px;
}
.header_nav li {
	float: left;
}
.header_nav li a {
	background: none;
	padding-left:0px;
	font-size:100%;
	line-height: 40px;
}
.header_nav .header_nav01, .header_nav .header_nav02 {
	display:none;
}
.header_nav .header_nav03 {
	display:block;
	float:left;
}
.header_nav li.header_nav03 a {
	width: 100px;
	height: 40px;
}
.header_search {
	display:none;
}
.header_info {
	display:none;
}
.header_tel {
	width:223px;
	height:36px;
	margin-right:0px;
}
.header_info li {
	float: left;
}
.header_infobtn {
	display:none;
}
#main {
	width: 100%;
	background:none;
	height: auto;
}
#main_bg {
  height: 190px;
}
#main_bg h2 {
  width: auto;
  top: 40px;
}
#contents {
	width: 96%;
	margin:0 2%;
	overflow:hidden;
}
#content_left {
	width: 100%;
	float:none;
}
.head h2 {
	margin-top: 10px;
}
.service_box {
	width: 100%;
	margin-bottom:35px;
}
.service_box .head {
	background: url(../images/phone/ttl_bg01.png) no-repeat;
	width: 93%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.service_box .head h1 {
	background:none;
	width: 177px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}
.service_box .head span {
	width: 97px;
	height: 35px;
	float: right;
}
.service_box .head span a {
	background:none;
	width: 97px;
	height: 35px;
	padding:0px;
	display:block;
}
.service_box .inner {
	display:none;
}
.service_box .inner_phone {
	width: 100%;
	display:block;
	padding:5px 0px 0px 0px;
}
.service_list {
	width: 100%;
	border-bottom: 1px dotted #999999;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
}
.service_list a.service_left {
	width: 35%;
	float:left;
	margin-right: 20px;
}
/*.service_list dl {
	width: 58%;
	float: left;
}*/
.service_list dl dt {
	margin-bottom:5px;
}
.service_list dl a {
	background: url(../images/common/arr.png) no-repeat scroll left center;
	color: #7AA81A;
	font-weight: bold;
	padding-left: 18px;
}
.works_box {
	width: 100%;
	margin-bottom:25px;
}
.works_box .head {
	background: url(../images/phone/ttl_bg01.png) no-repeat;
	width: 93%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.works_box .head h1 {
	background:none;
	width: 128px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}
.works_box .head span {
	width: 97px;
	height: 35px;
	float: right;
}
.works_box .head span a {
	background:none;
	width: 97px;
	height: 35px;
	padding:0px;
	display:block;
}
.works_box .inner {
	width: 100%;
	padding:5px 0px 15px 0px;
	border:none;
}
.works_left {
	width: 100%;
	float: left;
	overflow:hidden;
	text-align:center;
	margin-bottom:15px;
}
.works_right {
	width: 100%;
	float: left;
}
.works_right li {
	width: 100%;
	margin-bottom:5px;
}
.works_right li a {
	background: url(../images/common/arr.png) no-repeat left center;
arr_s  padding-left:18px;
	color:#7AA81A;
	font-weight:bold;
}
.news_box {
	width: 100%;
	margin-bottom: 50px;
}
.inner table {
	width: 100%;
	border: none;
}
.inner th,td {
  padding: 5px;
	border: none;
  display: block;
}
.inner th {
  color: #509002;
  border: solid 1px #a4d062;
  border-left: solid 5px #a4d062;
}
.news_box .inner {
	width: 95%;
	padding: 5px 15px 15px 15px;
	border:none;
}
.news_box .inner dl {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}
.news_box .inner dt {
	font-size: 120%;
}
.news_box .inner dd {
	width: 100%;
	float: left;
	padding-bottom:15px;
}
.news_box .img_bd {
  width: 100%;
  border: solid 1px #E8E8E8;
  /*float: left;*/
}
.tag_recruit {
	background: url(../images/common/tag_recruit.png) no-repeat left center;
}
.tag_news {
	background: url(../images/common/tag_news.png) no-repeat left center;
}
.tag_works {
	background: url(../images/common/tag_works.png) no-repeat left center;
}
#content_right {
	float: none;
	width: 100%;
}
#aside {
	width: 100%;
	margin-bottom: 15px;
}
#aside h1 {
	background:url(../images/phone/search_ttl_bg.png) repeat-x;
	width: 100%;
	height: 50px;
	overflow: block;
	padding: 0px;
	margin-bottom: 2px;
}
.aside_inner {
	background: #F3F3F3;
	width: 94%;
	padding: 20px 3% 15px;
	margin-bottom: 2px;
}
.aside_inner ul {
	width: 100%;
}
.aside_inner ul li {
	width: 100%;
	margin-bottom: 2px;
}
.aside_inner ul li a {
	  background-position: 4px 14px;
	width: 95%;
}
.side_ttl01 {
	background:none;
	width: 100%;
	height: 25px;
	display:block;
	margin-bottom:15px;
	padding:0px;
}
.side_ttl02 {
	background:none;
	width: 100%;
	height: 25px;
	display:block;
	margin-bottom:15px;
	padding:0px;
}
.side_ttl03 {
	background:none;
	width: 100%;
	height: 25px;
	display:block;
	margin-bottom:15px;
	padding:0px;
}
.banner_box {
	display:none;
}

#footer_inner {
	width: 96%;
	height: 30px;
	margin: 0 2%;
	position: relative;
}
.footer_logo {
	display:none;
}
.footer_nav {
	display:none;
}
.footer_navbottom {
	display:none;
}
#footer_inner small {
	width: 289px;
	height: 12px;
	position: absolute;
	top: 12px;
	right: 0px;
	line-height:100%
}
.arr {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
}
}
