﻿/* ===========
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
============== */


.container {
	padding: 1em;
	text-align:center;
}

p {
  color: #000000;
  font-size:15px;
}


button,
button::after {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}

button {
	width:80%;
  background: none;
  border: 3px solid #7a7a7a;
  border-radius: 5px;
  color: #7a7a7a;
  display: block;
  font-size:17px;
  font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:40px;
	margin-top:20px;
  padding:10px 20px 10px 20px;
  position: relative;
  text-transform: uppercase;
}

button::before,
button::after {
  background: #7a7a7a;
  content: '';
  position: absolute;
  z-index: -1;
}

button:hover {
  color: #3a3a3a;
}

/* BUTTON 3 */
.btn-3::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.btn-3:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}


h3 {
	width:70%;
	font-weight: bold;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
	margin-top:50px;
	padding: 0 .3em .3em 2em;
	border-bottom: 1px solid #9b9b9b;
	font-size:20px;
	text-align:center;

}
h3::before,
h3::after {
  position: absolute;
  content: '';
  border-radius: 100%
	text-align:center;
}
h3::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background:#b9b9b9;
	text-align:center;
}
h3::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background:#9b9b9b;
	text-align:center;
}



h4 {
	position: relative;
	border-top: solid 2px #9b9b9b;
	border-bottom: solid 2px #9b9b9b;
	background: #f4f4f4;
	font-size:18px;
width:80%;
  line-height: 1.4;
  padding:20px 20px 20px 20px;
  margin:40px auto 40px auto;
}

h4:after {
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}


#mid_inner{
	width:100%;
	font-size:25px;
	line-height: 180%;
	align="center"
	text-align="center"
}

tr {
	border-bottom:1px solid #808080;

}

th{
	padding:15px 15px 15px 2px;
}


td{
	padding:15px 15px 15px 15px;
}

@media screen and (min-width: 784px) {
/* PC用のスタイル記述 */

#page-top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	background: url(../images/common/top1.png) no-repeat;
	width: 100px;
	height: 180px;
}

h3 {
	width:70%;
	font-weight: bold;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
	margin-top:50px;
	padding: 0 .3em .3em 2em;
	border-bottom: 1px solid #9b9b9b;
	font-size:20px;
	text-align:center;
}

h3::before,
h3::after {
  position: absolute;
  content: '';
  border-radius: 100%
	text-align:center;
}
h3::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background:#b9b9b9;
	text-align:center;
}
h3::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background:#9b9b9b;
	text-align:center;
}

#menu {
	display:none;
}
#wrapper {
	width:100%;
	font-size:100%;
	line-height: 180%;
}
#header {
	background: url(../images/pc/header_bg.png) repeat-x;
	width:100%;
	height:103px;
}
#header_inner {
	width: 980px;
	height: 103px;
	margin: 0px auto 0px;
	position: relative;
}
#header h1 {
	width: 280px;
	height: 18px;
	position: absolute;
	top: 16px;
	left: 0;
	color: #666666;
	font-size: 84%;
}
.logo {
	width: 238px;
	height: 33px;
	position: absolute;
	bottom:18px;
	left:0px;
}
.pc {
	display: block;
}
.phone {
	display: none;
}
.header_nav {
	width: 230px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 220px;
}
.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%
}
.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: 684px;
	background: url(../images/common/main_bg.png) repeat-x center top;
}
#main_bg {
	background: url(../images/common/mainimg.jpg) no-repeat left top;
	width: 980px;
	height: 684px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#main_bg h2 {
	width: 586px;
	height: 133px;
	position:absolute;
	top:70px;
	right:10px;
}
.phone_main {
	display:none;
}
#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: 980px;
	float: left;
}

#content_lt {
	background: url(../images/common/haikei01.jpg);
	z-index: -10000;
	background-size: cover;

}

.service_box {
	width: 980px;
	margin-bottom:25px;
}
.service_box .head {
	background: url(../images/pc/ttl_bg01.png) no-repeat;
	width: 980px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.service_box1 {
	width: 980px;
	margin-bottom:25px;
	text-align:center;
}
.service_box1 .head1 {
	background: url(../images/pc/ttl_bg01.png) no-repeat;
	width: 980px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin:0 0 100px 0;
}

.service_box1 .head1 h1 {
	background: url(../images/pc/service_ttl.png) no-repeat;
	width: 980px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}

.service_box1 .head1 h1 {
	background: url(../companyimage/service_ttl.png) no-repeat;
	width: 980px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}

.service_box .head span {
	width: 98px;
	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: 980px;
	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;
}
.service_box1 .head1 span {
	width: 98px;
	height: 25px;
	float: right;
}
.service_box1 .head1 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_box1 .head1 span a:hover {
	background: url(../images/pc/service_btn.png) no-repeat 0px -25px;
}
.service_box1 .inner {
	width: 980px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.service_box1 .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;
	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: 60px;
	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 {
	background: url(../images/pc/ttl_bg01.png) no-repeat;
	width: 980px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.works_box .head h1 {
	background: url(../images/pc/works_ttl.png) no-repeat;
	width: 980px;
	height: 0px;
	overflow: hidden;
	float: left;
	padding-top: 25px;
}
.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: 980px;
	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:#;
	font-weight:bold;
}
.news_box {
	width: 700px;
}
.news_box .head {
	background: url(../images/pc/ttl_bg02.png) no-repeat;
	width: 980px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.news_box .head h1 {
	background: url(../images/pc/news_ttl.png) no-repeat;
	width: 980px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.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 {
	width: 95px;
	float: left;
	line-height: 35px;
	padding-left: 80px;
	color: #;
}
.news_box .inner dd {
	width: 484px;
	line-height: 35px;
	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 {
	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/pc/side_bg.png) no-repeat;
	width: 200px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 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: url(../images/pc/footer_bg.png) repeat-x;
	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;
}
.arr {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
}


.company_table {
	text-align:center;
	padding:0 50px 0 50px;
	margin-bottom:50px;
}

.companytable {
	margin-bottom:50px;
}

.companytable a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.companytable a {
	color: #9b9b9b;
}


table {
	margin:0px 0px 150px 0px;
	border-collapse:collapse;
	width:100%;
	border-spacing:0;
	font:inherit;
	font-size:18px;
	vertical-align:baseline;;
}

}
@media screen and (max-width: 783px) {
/* タブレット用のスタイル記述 */

#page-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

h3 {
	font-weight: bold;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
	margin-top:50px;
	padding: 0 .3em .3em 2em;
	border-bottom: 1px solid #9b9b9b;
	font-size:20px;
	text-arign:center;

}
h3::before,
h3::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h3::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background:#b9b9b9;
}
h3::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background:#9b9b9b;
}

img {
	-ms-interpolation-mode: bicubic;
}
#menu {
	display:none;
}
#wrapper {
	width:100%;
	font-size:100%;
	line-height:180%;
}
#header {
	background: url(../images/tablet/header_bg.png) repeat-x;
	width:100%;
	height:103px;
}
#header_inner {
	width: 738px;
	height: 103px;
	margin: 0px auto 0px;
	position: relative;
}
#header h1 {
	width: 280px;
	height: 18px;
	position: absolute;
	top: 16px;
	left: 0px;
	color: #666666;
	font-size: 84%;
}
.logo {
	width: 238px;
	height: 33px;
	position: absolute;
	bottom:18px;
	left:0px;
}
.pc {
	display: block;
}
.phone {
	display: none;
}
.header_nav {
	width: 230px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 220px;
}
.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%
}
.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%;
	background: url(../images/common/main_bg.png) repeat-x center top;
}
#main_bg {
	background: url(../images/common/mainimg.jpg) no-repeat left top;
	background-size: contain;
	width: 768px;
	height: 515px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#main_bg h2 {
	width: 768px;
	height: 133px;
	position:absolute;
	top:70px;
	right:5px;
}
.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: 768px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	height: 60px;
	float: left;
}
#nav ul .nav01, #nav ul .nav03, #nav ul .nav04, #nav ul .nav05, #nav ul .nav06, #nav ul .nav07 {
	width:105px;
}
#nav ul .nav02 {
	width:107px;
}
#nav ul a {
	background:url(../images/tablet/nav.png) no-repeat;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 60px;
	line-height: 60px;
}
#nav ul .nav01 a {
	background-position: 0px 0px;
	width:105px;
}
#nav ul .nav02 a {
	background-position: -105px 0px;
	width:107px;
}
#nav ul .nav03 a {
	background-position: -212px 0px;
	width:105px;
}
#nav ul .nav04 a {
	background-position: -317px 0px;
	width:105px;
}
#nav ul .nav05 a {
	background-position: -423px 0px;
	width:105px;
}
#nav ul .nav06 a {
	background-position: -528px 0px;
	width:105px;
}
#nav ul .nav07 a {
	background-position: -633px 0px;
	width:106px;
}
#nav ul .nav01c a, #nav ul .nav01 a:hover {
	background-position: 0px -60px;
	width:105px;
}
#nav ul .nav02c a, #nav ul .nav02 a:hover {
	background-position: -105px -60px;
	width:107px;
}
#nav ul .nav03c a, #nav ul .nav03 a:hover {
	background-position: -212px -60px;
	width:105px;
}
#nav ul .nav04c a, #nav ul .nav04 a:hover {
	background-position: -317px -60px;
	width:105px;
}
#nav ul .nav05c a, #nav ul .nav05 a:hover {
	background-position: -423px -60px;
	width:105px;
}
#nav ul .nav06c a, #nav ul .nav06 a:hover {
	background-position: -528px -60px;
	width:105px;
}
#nav ul .nav07c a, #nav ul .nav07 a:hover {
	background-position: -633px -60px;
	width:106px;
}
#contents {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#content_left {
	width: 768px;
	float: left;
}
.service_box {
	width: 100%;
	margin-bottom:25px;
}
.service_box .head {
	background: url(../images/tablet/ttl_bg01.png) no-repeat;
	width: 100%;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.service_box1 {
	width:100%;
	margin-bottom:25px;
	text-align:center;
}

.service_box1 .head1 {
	background: url(../images/tablet/ttl_bg01.png) no-repeat;
	width: 100%;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.service_box1 .head1 h1 {
	background: url(../companyimage/service_ttl.png) no-repeat;
	width: 100%;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.service_box .head h1 {
	background: url(../companyimage/service_ttl.png) no-repeat;
	width: 768px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.service_box .head span {
	width: 768px;
	height: 25px;
	float: right;
}
.service_box .head span a {
	background: url(../images/tablet/service_btn.png) no-repeat 0px 0px;
	width: 768px;
	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: 768px;
	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;
}

.service_box1 .head1 span {
	width: 768px;
	height: 25px;
	float: right;
}
.service_box1 .head1 span a {
	background: url(../images/tablet/service_btn.png) no-repeat 0px 0px;
	width: 768px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.service_box1 .head1 span a:hover {
	background: url(../images/tablet/service_btn.png) no-repeat 0px -25px;
}
.service_box1 .inner {
	width: 768px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.service_box1 .inner_phone {
	display:none;
}
/* jcarousel */
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:768px;
	overflow:hidden;
}
.jcarousel-clip .jcarousel-clip-horizontal {
	width:768px;
}
.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: #0080CC;
	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: 768px;
	margin-bottom:25px;
}
.works_box .head {
	background: url(../images/tablet/ttl_bg01.png) no-repeat;
	width: 768px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.works_box .head h1 {
	background: url(../images/tablet/works_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	overflow: hidden;
	float: left;
	padding-top: 25px;
}
.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: 768px;
	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:#0080cc;
	font-weight:bold;
}
.news_box {
	width: 768px;
}
.news_box .head {
	background: url(../images/tablet/ttl_bg02.png) no-repeat;
	width: 768px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.news_box .head h1 {
	background: url(../images/tablet/news_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.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 {
	background:#FAFAFA;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	width: 768px;
	padding:5px 19px 15px 19px;
}
.news_box .inner dl {
	width: 768px;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}
.news_box .inner dt {
	width: 768px;
	float: left;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 80px;
	color: #666666;
}
.news_box .inner dd {
	width: 768px;
	float: left;
	line-height: 35px;
}
.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;
}
.aside_inner ul li a {
	background: url(../images/tablet/side_bg.png) no-repeat;
	width: 190px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 20px;
}
.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: url(../images/tablet/footer_bg.png) repeat-x;
	width: 100%;
	height: 80px;
	margin-top:30px;
}
#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;
}
.arr {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
}


.company_table {
	text-align:center;
	margin-bottom:50px;
}

.companytable a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.companytable a {
	color: #9b9b9b;
}

.companytable {
	margin-bottom:50px;
}

table {
	margin:0px 0px 100px 0px;
	border-collapse:collapse;
	width:100%;
	border-spacing:0;
	font:inherit;
	font-size:17px;
	vertical-align:baseline;
}
}




@media screen and (max-width: 655px) {
/* スマートフォン用のスタイル記述 */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

h3 {
	font-weight: bold;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
	margin-top:50px;
	padding: 0 .3em .3em 2em;
	border-bottom: 1px solid #9b9b9b;
	font-size:20px;
	text-align:center;

}
h3::before,
h3::after {
  position: absolute;
  content: '';
  border-radius: 100%
	text-arign:center;
}
h3::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background:#b9b9b9;
	text-arign:center;
}
h3::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background:#9b9b9b;
	text-arign:center;
}


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: #9b9b9b;
	border-bottom: 1px solid #c3c3c3;
	display: none;
	width: 100%;
}
#menu.open_menu {
	display:block;
}
#menu ul {
	width:100%;
	overflow:hidden;
}
#menu ul li {
	width:50%;
	height:50px;
	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 #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}
#menu ul li.nav02 a, #menu ul li.nav02c a {
	width:100%;
	border-bottom: 1px solid #c3c3c3;
}
#menu ul li.nav03 a, #menu ul li.nav03c a {
	width:100%;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}
#menu ul li.nav04 a, #menu ul li.nav04c a {
	width:100%;
	border-bottom: 1px solid #c3c3c3;
}
#menu ul li.nav05 a, #menu ul li.nav05c a {
	width:100%;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}
#menu ul li.nav06 a, #menu ul li.nav06c a {
	width:100%;
	border-bottom: 1px solid #c3c3c3;
}
#menu ul li.nav07 a, #menu ul li.nav07c a {
	width:100%;
	border-right: 1px solid #c3c3c3;
}
#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:#afafaf;
}
#header {
	background: url(../images/phone/header_bg.png) repeat-x;
	width:100%;
	height:130px;
}
#header_inner {
	width: 96%;
	height: 130px;
	margin: 0px 2% 0px;
	position: relative;
}
#header h1 {
	width: 200px;
	height: 18px;
	font-size: 75%;
	color: #FFFFFF;
	left: 0;
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	top: 20px;
}
.logo {
	width: 238px;
	height: 33px;
	position: absolute;
	bottom:18px;
	left:0px;
}
.pc {
	display: none;
}
.phone {
	display: block;
}
.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 {
	width: 223px;
	height: 36px;
	position: absolute;
	right: 0px;
	bottom: 15px;
}
.header_tel {
	width:223px;
	height:36px;
	margin-right:0px;
}
.header_info li {
	float: left;
}
.header_infobtn {
	display:none;
}
#main {
	width: 100%;
	background:none;
}
#main_bg {
	display:none;
}
.phone_main {
	width: 100%;
	height: 100%;
	display:block;
}
#contents {
	width: 96%;
	margin:0 2%;
	overflow:hidden;
}
#content_left {
	width: 100%;
	float:none;
}
.service_box {
	width: 100%;
	margin-bottom:35px;
}
.service_box .head {
	background: url(../images/phone/ttl_bg01.png) no-repeat;
	width: 100%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.service_box .head h1 {
	background:none;
	width: 177px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}


.service_box1 {
	width: 100%;
	margin-bottom:35px;
	text-align:center;
}
.service_box1 .head1 {
	background: url(../images/phone/ttl_bg01.png) no-repeat;
	width: 100%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.service_box1 .head1 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: #0080CC;
	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: 100%;
	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:#0080cc;
	font-weight:bold;
}
.news_box {
	width: 100%;
	margin-bottom: 50px;
}
.news_box .head {
	background: url(../images/phone/ttl_bg02.png) no-repeat;
	width: 93%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.news_box .head h1 {
	background:none;
	width: 128px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}
.news_box .head span {
	width: 112px;
	height: 18px;
	margin-top: 10px;
	float: right;
}
.news_box .head span a {
	background:none;
	width: 109px;
	height: 15px;
	padding:0px;
	display:block;
}
.news_box .head span a img {
	float:left;
}
.news_box .inner {
	background:#FAFAFA;
	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 {
	width: 86%;
	float: left;
	line-height: 20px;
	margin: 15px 0px 15px 0px;
	padding-left: 80px;
	color: #666666;
}
.news_box .inner dd {
	width: 100%;
	float: left;
	padding-bottom:15px;
}
.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: url(../images/phone/side_bg.png) no-repeat;
	width: 95%;
	height: 50px;
	display: block;
	line-height: 50px;
	padding-left: 5%;
}
.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 {
	background: url(../images/phone/footer_bg.png) repeat-x;
	width: 100%;
	height: 30px;
	margin-top:30px;
}
#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;
}


.company_table {
	text-align:center;
	margin-bottom:50px;
}

.companytable a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.companytable a {
	color: #9b9b9b;
}

.companytable {
	margin-bottom:50px;
}

table {
	margin:0px 0px 100px 0px;
	border-collapse:collapse;
	width:100%;
	border-spacing:0;
	font:inherit;
	font-size:16px;
	vertical-align:baseline;;
}
}
