/*
Theme Name: SSC
Theme URI: http://www.kkssc.co.jp/
Description: a-brief-description
Author: starr direct
Author URI: http://www.s-direct.com/
*/
@import url(http://fonts.googleapis.com/css?family=Arbutus+Slab);
/* GLOBAL RESET
============================================================*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y:scroll;
}
table, th, td, th {
	font-weight: normal;
}
body {
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'Verdana', 'MS P ゴシック';
	font-size: 13px;
 *font-size: small;
 *font: x-small;
	margin:0;
	text-aling:left;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
table {
	font-size: 14px;
	font: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
.form-btn {
	cursor: pointer;
}
/*list style*/
ul {
	list-style:none;
}
.number {
	padding-left:30px;
	list-style-type: decimal;
}
.number li {
	margin-bottom:20px;
}
.alphabet {
	padding-left:25px;
	list-style-type: lower-alpha;
}
.square {
	padding-left:25px;
	list-style-type: square;
}
/*link*/
a {
	color: #006BBE;
	text-decoration: underline;
}
a:hover {
	color: #2AA8EB;
	text-decoration: none;
}
a img {
	text-decoration: underline;
	border-style: none;
}
img {
	vertical-align:top;
}
/*color*/
.white {
	color:#ffffff;
}
.green {
	color:#006600;
}
.blue {
	color:#003399;
}
.yellow {
	color:#ffcc00;
}
.orange {
	color:#FF9900;
}
.red {
	color:#CC0000;
}
.b {
	font-weight:bold;
}
/* FONT-SIZE ADJUSTMENT
77% = 10px | 122% = 16px | 167% = 22px
85% = 11px | 129% = 17px | 174% = 23px
92% = 12px | 136% = 18px | 182% = 24px
100% = 13px | 144% = 19px | 189% = 25px
107% = 14px | 152% = 20px | 197% = 26px
114% = 15px | 159% = 21px |
============================================================*/

h1, h2, h3, h4, h5 {
	font-size:100%;
	font-weight:normal
}
.read {
	font-size:110%;
	line-height:1.8;
}
.attention {
	font-size:152%;
	font-weight:bold;
	line-height:200%;
}
.txtshadow {
	text-shadow: 1px 1px 2px #bfbfbf;
}
.font-small {
	font-size:92%;
}
.font-medium {
	font-size:120%;
}
.font-large {
	font-size:150%;
}
/*margin*/

.top5 {
	margin-top: 5px;
}
.top10 {
	margin-top: 10px;
}
.top15 {
	margin-top: 15px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
.top40 {
	margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.bottom5 {
	margin-bottom: 5px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom15 {
	margin-bottom: 15px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom30 {
	margin-bottom: 30px;
}
.bottom40 {
	margin-bottom: 40px;
}
.bottom50 {
	margin-bottom: 50px;
}
.bottom60 {
	margin-bottom: 60px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/*center*/
.item-center {
	text-align:center;
}
/*right*/
.item-right {
	text-align:right;
}
/*************************************************************
CONTAINERS
*************************************************************/
body {
	color: #333333;
	text-align: left;
}
/*************************************************************
header
*************************************************************/
#header {
	width: 960px;
	margin: 0 auto;
	text-align:left;
	padding-bottom:15px;
}
.logo {
	float:left;
	margin-top:15px;
}
.logo a:hover {
	text-decoration:underline;
}
/*************************************************************
menu
*************************************************************/

#menu {
	float:right;
	white-space:nowrap;
	margin-top:25px;
	font-size:107%;
	line-height:1;
}
#menu li {
	float:left;
	margin-left:30px;
}
#menu a {
	color:#4c4c4c;
	font-weight:bold;
	text-decoration:none;
	padding:10px 0 8px 0;
	display:block;
}
#menu a:hover {
	color: #2AA8EB;
	text-decoration: none;
}
#menu .inquiry a {
	font-weight:bold;
	background-color:#d95749;
	text-align:center;
	color:#fff;
	display: block;
	padding:10px 15px 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	zoom: 1;
}
#menu .inquiry a:hover {
	text-decoration: none;
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
/*************************************************************
breadcrumb
*************************************************************/
#breadcrumb {
	font-size:93%;
	text-align: left;
	background-color:#f2f2f2;
	margin-bottom:30px;
}
#breadcrumb ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#breadcrumb ul{
	line-height:1;
	width:960px;
	margin:0 auto;
}
#breadcrumb li {
	text-align: center;
	vertical-align: middle;
	float:left;
	position:relative;
}
#breadcrumb li a {
	color:#333;
	padding:12px 20px 12px 20px;
	display:block;
}
#breadcrumb li a:hover {
	text-decoration:none;
}
#breadcrumb li.current {
	padding:12px 10px 12px 20px;
}
#breadcrumb li.level-1 {
	z-index:10;
}
#breadcrumb li.level-2 {
	z-index:9;
	margin-left:-10px;
}
#breadcrumb li.level-3 {
	z-index:8;
	margin-left:-10px;
}
#breadcrumb li.level-4 {
	z-index:7;
	margin-left:-10px;
}
#breadcrumb li.level-1 a {
	background-image: url(/img/breadcrumb-1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#breadcrumb li.level-2 a {
	background-image: url(/img/breadcrumb-2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#breadcrumb li.level-3 a {
	background-image: url(/img/breadcrumb-3.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*************************************************************
main
*************************************************************/
#main {
	width:960px;
	margin: 0 auto;
	padding-bottom:30px;
}
#main-single {
	width:680px;
	margin: 0 auto;
	padding-bottom:30px;
}
/*************************************************************
main image
*************************************************************/
.main-image {
	position:relative;
	width:100%;
	height:364px;
	overflow:hidden;
	margin-bottom:30px;
}
.box {
	width:1400px;
	height:365px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-700px;
}
.box a {
	width:366px;
	height:244px;
	position:absolute;
	top:60px;
	left:1514px;
	margin-left:-700px;
}
.main-image-company {
	background-image:url(/img/main-image-company.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	background-color:#3297d0;
	height:120px;
}
.main-image-recruit {
	background-image:url(/img/main-image-recruit.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	background-color:#7ebc51;
	height:120px;
}
.main-image-business {
	background-image:url(/img/main-image-business.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	background-color:#de6c33;
	height:120px;
}
.main-image-access {
	background-image:url(/img/main-image-access.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	background-color:#e8b13a;
	height:120px;
}
.main-image-compliance {
	background-image:url(/img/main-image-compliance.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	background-color:#35aea1;
	height:120px;
}
/*************************************************************
news
*************************************************************/
.whatsnew {
	margin-bottom:30px;
	font-size:107%;
}
.whatsnew .wn-head {
	display: none;
}
.whatsnew .wn-item {
	display: table;
	width:100%;
	border-bottom:1px #e5e5e5 solid;
}
.whatsnew .wn-date,
.whatsnew .wn-article {
	display:table-cell;
}
.whatsnew .wn-date {
	width:8.5em;
	color:#fff;
	font-weight:bold;
	padding:10px 12px;
	background-color:#4599c0;
}
.whatsnew .wn-article {
	background-color:#f2f2f2;
}
.whatsnew .wn-article a {
	text-align:left;
	display:block;
	padding:10px 15px;
	text-decoration:none;
	zoom:1;
}
.whatsnew .wn-article a:hover {
	text-decoration:underline;
}
.whatsnew span.newmark {
	display:none;
}
/*************************************************************
top link
*************************************************************/

#top-link {
	width:990px;
	margin-right:-30px;
	overflow:hidden;
	margin-bottom:30px;
	text-align:left;
	line-height:1.0;
}
#top-link li {
	float:left;
	width:300px;
	margin-right:30px;
}
#top-link li a {
	display:block;
	background-color:#2b3438;
	background-image:url(images/icon.png);
	background-position:20px 185px;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
}
#top-link li a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
#top-link li a img {
	display:block;
}
#top-link li a span {
	display:block;
	margin-left:46px;
	padding:18px 20px 17px 20px;
	border-left:1px solid #6b7174;
	font-size:120%;
	font-weight:bold;
}
/*************************************************************
第二階層
*************************************************************/

#container {
	width: 100%;
	float: left;
	margin-right: -250px;
	padding-bottom:40px;
}
#contents {
	font-size:107%;
	text-align:left;
	line-height:1.6;
	margin: 0 280px 0 0;
	padding-bottom:30px;
	background:#fff;
}
/*タイトル*/
.title {
	font-size:200%;
	font-weight:bold;
	line-height:1.5;
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	background-position:0 -500px;
	padding-left:28px;
	margin-bottom:30px;
}
.title-company {
	font-size:200%;
	font-weight:bold;
	line-height:1.5;
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	background-position:0 -100px;
	padding-left:28px;
	margin-bottom:30px;
}
.title-business {
	font-size:200%;
	font-weight:bold;
	line-height:1.5;
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	background-position:0 -300px;
	padding-left:28px;
	margin-bottom:30px;
}
.title-recruit {
	font-size:200%;
	font-weight:bold;
	line-height:1.5;
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	background-position:0 -200px;
	padding-left:28px;
	margin-bottom:30px;
}
.title-access {
	font-size:200%;
	font-weight:bold;
	line-height:1.5;
	background-image:url(images/icon.png);
	background-repeat:no-repeat;
	background-position:0 -400px;
	padding-left:28px;
	margin-bottom:30px;
}
.title-compliance {
	font-size:200%;
	font-weight:bold;
	line-height:1.5;
	background-image:url(/img/icon.png);
	background-repeat:no-repeat;
	background-position:0 -700px;
	padding-left:28px;
	margin-bottom:30px;
}
/*注目　枠*/
.border-block {
	border:solid 5px #e8c40e;
	background-color:#fbf9e8;
	padding:10px 12px;
	font-weight:bold;
	font-size:120%;
	margin:10px 0;
}

.border-block .item{
	width:80px;
	background-color:#e8c40e;
	color:#fff;
	text-align:center;
	padding:5px 0 4px 0;
	display:block;
	margin-bottom:8px;
}

/*表組み*/
.listing {
	border-top:1px #e5e5e5 solid;
}
.listing dl {
	border-bottom:1px #e5e5e5 solid;
	background-color:#f2f2f2;
}
.listing dt {
	font-weight:bold;
	padding:12px 10px 12px 10px;
	float:left;
}
.listing dd {
	margin-left:12em;
	padding:12px 10px;
	background-color:#fff;
}
/*business*/
.table-business {
	width:100%;
	border-top:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;
	border-collapse: collapse;
	text-align:left;
}
.table-business .cell-color {
	background-color:#f6e8e2;
	color:#9a4a22;
}
.table-business th {
	padding:8px;
	border-bottom:1px #e5e5e5 solid;
	border-left:1px #e5e5e5 solid;
	background-color:#f2f2f2;
	white-space:nowrap;
}
.table-business td {
	padding:8px;
	border-bottom:1px #e5e5e5 solid;
	border-left:1px #e5e5e5 solid;
}
/*************************************************************
見出し
*************************************************************/

.subhead {
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 15px #e5e5e5;
	background-color:#f2f2f2;
	padding:12px 10px 10px 10px;
	margin-bottom:20px;
	font-weight:bold;
	font-size:130%;
}
.subhead02 {
	border-bottom: solid 1px #e5e5e5;
	padding:5px 0 6px 0;
	margin-bottom:20px;
	font-weight:bold;
	font-size:122%;
}
/*************************************************************
ボタン
*************************************************************/

/*base ボタン*/
.btn-base ul {
	width: 687px;
	margin-right:-7px;
	overflow:hidden;
	line-height:1.0;
}
.btn-base li {
	float:left;
	width: 220px;
	margin-right:7px;
	margin-bottom:7px;
}
.btn-base a {
	display:block;
	background-color:#2b3438;
	background-image:url(images/icon.png);
	background-position:15px 20px;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
}
.btn-base a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
.btn-base a span {
	display:block;
	margin-left:35px;
	padding:20px 0 18px 12px;
	border-left:1px solid #6b7174;
	font-size:114%;
	font-weight:bold;
}
/*会社情報*/
.btn-company ul {
	width: 687px;
	margin-right:-7px;
	overflow:hidden;
	line-height:1.0;
}
.btn-company li {
	float:left;
	width: 220px;
	margin-right:7px;
	margin-bottom:7px;
}
.btn-company a {
	display:block;
	background-color:#3297d0;
	background-image:url(images/icon.png);
	background-position:15px 20px;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
}
.btn-company a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
.btn-company a span {
	display:block;
	margin-left:35px;
	padding:20px 0 18px 12px;
	border-left:1px solid #70b6de;
	font-size:107%;
	font-weight:bold;
}
/*事業内容*/
.btn-business ul {
	width: 687px;
	margin-right:-7px;
	overflow:hidden;
	line-height:1.0;
}
.btn-business li {
	float:left;
	width: 220px;
	margin-right:7px;
	margin-bottom:7px;
}
.btn-business a {
	display:block;
	background-color:#de6c33;
	background-image:url(images/icon.png);
	background-position:15px 20px;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
}
.btn-business a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
.btn-business a span {
	display:block;
	margin-left:35px;
	padding:20px 0 18px 12px;
	border-left:1px solid #e89871;
	font-size:114%;
	font-weight:bold;
}
/*採用情報*/
.btn-recruit ul {
	width: 687px;
	margin-right:-7px;
	overflow:hidden;
	line-height:1.0;
}
.btn-recruit li {
	float:left;
	width: 220px;
	margin-right:7px;
	margin-bottom:7px;
}
.btn-recruit a {
	display:block;
	background-color:#7ab237;
	background-image:url(images/icon.png);
	background-position:15px 20px;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
}
.btn-recruit a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
.btn-recruit a span {
	display:block;
	margin-left:35px;
	padding:20px 0 18px 12px;
	border-left:1px solid #a2c973;
	font-size:114%;
	font-weight:bold;
}
/*コンプライアンス*/
.btn-compliance ul {
	width: 687px;
	margin-right:-7px;
	overflow:hidden;
	line-height:1.0;
}
.btn-compliance li {
	float:left;
	width: 220px;
	margin-right:7px;
	margin-bottom:7px;
}
.btn-compliance a {
	display:block;
	background-color:#35aea1;
	background-image:url(/img/icon.png);
	background-position:15px 20px;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
}
.btn-compliance a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}
.btn-compliance a span {
	display:block;
	margin-left:35px;
	padding:20px 0 18px 12px;
	border-left:1px solid #53c9bd;
	font-size:114%;
	font-weight:bold;
}
/*センター合わせボタン*/
.btn-center {
	position:relative;
	overflow:hidden;
}
.btn-center ul {
	position:relative;
	left:50%;
	float:left;
}
.btn-center li {
	position:relative;
	left:-50%;
	float:left;
}
.btn-center a {
	display:block;
	padding:15px 50px;
	background-color:#3297d0;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-center a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
}

/*imageボタン*/
.imagelink a {
	border: 1px solid #006BBE;
	padding:5px 8px;
	display:inline-block;
	/display:inline; 
	/zoom:1;
	margin:7px 0;
}
.imagelink a:hover {
	border: 1px solid #2AA8EB;
}
a.blanklink {
	background-image: url(/img/link-bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

/*************************************************************
会社情報
*************************************************************/
.company-photo {
	float: left;
	margin: 0 20px 10px 0;
}
/*************************************************************
inquiry
*************************************************************/
.inquiry-font {
	font-size:200%;
	line-height:1.2;
	font-weight:bold;
}
/*************************************************************
privacy policy
*************************************************************/
.note dt {
	position: relative;
}
.note dt span {
	position: absolute;
}
.note dd {
	padding-left: 1em;
}
.number-list dt {
	position: relative;
}
.number-list dt span {
	position: absolute;
}
.number-list dd {
	padding-left: 2em;
}
/*************************************************************
side menu
*************************************************************/
#sidemenu {
	width:240px;
	float:right;
	text-align:left;
	line-height:1.6;
}
.sidemenu-block {
	line-height:150%;
	font-size:114%;
	font-weight:bold;
	border-top:1px solid #e5e5e5;
}
/*************************************************************
footer
*************************************************************/

footer {
	background-color:#2b3438;
	background-image:url(/img/footer-bg.gif);
	color:#999999;
	padding:30px 0 0 0;
	line-height:1.5;
}
footer .footer-block {
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-bottom:18px;
}

footer .footer-block .f-category a{
	font-weight:bold;
	background-color:#3e4547;
	text-align:left;
	color:#ccc;
	display: block;
	padding:7px 0 6px 10px;
	margin-bottom:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	zoom: 1;
}

footer .footer-block .f-category a:hover {
	text-decoration:none !important;
	background-color:#494f51;
}

footer .footer-block .footer-link{
	width:980px;
	margin-right:-20px;
	overflow:hidden;
}

footer .footer-block li {
	width:176px;
	margin-right:20px;
	float:left;
}
footer .footer-block li a {
	margin: 0 0 12px 0;
	color:#ccc;
	text-decoration:none;
	display:block;
}
footer .footer-block .footer-link li a:hover {
	text-decoration:underline;
}
footer .footer-block li p {
	margin: 0 0 12px 0;
	color:#ccc;
	display:block;
}
footer .footer-block .privacy-mark {
	padding:4px 0;
	width:68px;
	background-color:#fff;
	text-align:center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


footer .copyright {
	padding:15px;
	color:#999;
	font-size:93%;
	background-color:#1e2528;
	text-align:center;
}

.sidemenu-block {
	margin-bottom:100px;
}
.sidemenu-block li a{
	padding:12px 15px 10px 15px;
	display:block;
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #e5e5e5;
}
/*

事業内容サイドメニュー指定

*/
.business .sidemenu-block li a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#de6c33;
}
.body-business li.business a {
	background-color:#de6c33;
	cursor:default;
	color:#fff;
}
.body-achievements li.achievements a {
	background-color:#de6c33;
	cursor:default;
	color:#fff;
}
.body-partner li.partner a {
	background-color:#de6c33;
	cursor:default;
	color:#fff;
}
.body-main-trading-partners li.main-trading-partners a {
	background-color:#de6c33;
	cursor:default;
	color:#fff;
}
/*

会社概要サイドメニュー指定

*/
.company .sidemenu-block li a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#3297d0;
}
.body-company li.company a {
	background-color:#3297d0;
	cursor:default;
	color:#fff;
}
.body-outline li.outline a {
	background-color:#3297d0;
	cursor:default;
	color:#fff;
}
.body-organization-chart li.organization-chart a {
	background-color:#3297d0;
	cursor:default;
	color:#fff;
}
/*

コンプライアンスサイドメニュー指定

*/
.compliance .sidemenu-block li a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#35aea1;
}
.body-compliance li.compliance a {
	background-color:#35aea1;
	cursor:default;
	color:#fff;
}
.body-action-plan li.action-plan a {
	background-color:#35aea1;
	cursor:default;
	color:#fff;
}
.body-privacy-policy li.privacy-policy a {
	background-color:#35aea1;
	cursor:default;
	color:#fff;
}
.body-handling-pi li.handling-pi a {
	background-color:#35aea1;
	cursor:default;
	color:#fff;
}
.body-security li.security a {
	background-color:#35aea1;
	cursor:default;
	color:#fff;
}
/*

採用情報関連指定

*/
.recruit a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.recruit .sidemenu-block li a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#7ab237;
}
.body-recruit li.recruit a {
	background-color:#7ab237;
	cursor:default;
	color:#fff;
}
.body-new-graduates li.new-graduates a {
	background-color:#7ab237;
	cursor:default;
	color:#fff;
}
.body-mid-career li.mid-career a {
	background-color:#7ab237;
	cursor:default;
	color:#fff;
}
.body-voice li.voice a,
.body-voice-01 li.voice a,
.body-voice-02 li.voice a,
.body-voice-03 li.voice a,
.body-voice-04 li.voice a,
.body-voice-05 li.voice a,
.body-voice-06 li.voice a {
	background-color:#7ab237;
	cursor:default;
	color:#fff;
}
.body-nurturing li.nurturing a {
	background-color:#7ab237;
	cursor:default;
	color:#fff;
}
.body-welfare li.welfare a {
	background-color:#7ab237;
	cursor:default;
	color:#fff;
}
.body-faq li.faq a {
	background-color:#7ab237;
	cursor:default;
	color:#fff;
}
/*index*/
.body-recruit .read p,
.body-nurturing p,
.body-welfare p {
	margin-bottom: 1.1em;
}
.body-recruit .b {
	font-size: 120%;
}

/*business*/
.table-recruit {
	width:100%;
	border-collapse: collapse;
	text-align:left;
	border:1px #e5e5e5 solid;
	table-layout:fixed;
}
.table-recruit .cell-color {
	background-color:#f6e8e2;
	color:#9a4a22;
}
.table-recruit th {
	padding:10px 20px;
	border:1px #e5e5e5 solid;
	background-color:#f2f2f2;
	font-weight:bold;
	vertical-align:top;
	width:6em;
	font-size:14px;
	white-space:nowrap;
	word-break: break-all;
}
.table-recruit td {
	padding:10px 20px;
	border:1px #e5e5e5 solid;
	word-break: break-all;
}
.table-inner {
	border-collapse: collapse;
	text-align:left;
	border:1px #e5e5e5 solid;
	width:100%;
	margin:10px 0;
}
.table-inner th,
.table-inner td {
	padding:8px 12px;
	border:1px #e5e5e5 solid;
	background: none !important; 
	font-weight:normal;
	vertical-align:top;
}
.dotlist {
	list-style-type: disc;
	margin-left:1.5em;
	margin-bottom:10px;
}
.numlist {
	margin:10px 0 10px 2em;
}.table-ul {
	display: table;
}
.table-ul li {
	display: table-cell;
	float: left;
	width: 50%;
}
.table-ul li .leftli {
	padding-right: 25px;
}
.table-ul li .rightli {
	padding-left: 25px;
}.table-ul li img {
	height: auto;
	width: 315px;
}
.caption {
	font-size: 95%;
	color: #146105;
}
.faq-list dt {
}
.faq-list dd {
	padding:15px 0 0 0;
}
.faq-q,
.faq-a {
	font-family: 'Arbutus Slab', serif;
	font-size:1.3em;
	line-height:1;
	padding:5px 0;
	width:2em;
	text-align:center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3Åpx;
	display:block;
	float:left
}
.faq-q{
	color:#fff;
	background:#3d8200;
}
.faq-a{
	color:#0d4a01;
	background:#b4de8f;
}
.faq-q-txt {
	display:block;
	color:#0d4a01;
	font-weight:bold;
	font-size:1.1em;
	margin-left:3.5em;
}
.faq-a-txt {
	margin-left:3.5em;
	padding-bottom:3em;
}
span.telnum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.voicelist li {
	float: left;
	height: auto;
	width: 206px;
	margin-right: 31px;
	position:relative;
}
ul.voicelist {
	margin-right: -31px;
	padding:15px 0 0 0;
}
ul.voicelist li .voicenum {
	font-size: 28px;
	color: #FFF;
	background-color: #23711d;
	position: absolute;
	font-family: 'Arbutus Slab', serif;
	line-height:1;
	top: 150px;
	left:0px;
	text-align: center;
	width: 1.8em;
	padding: 10px 0;
}
.voicelist li .voicename {
	font-size: 16px;
	padding-left: 57px;
	line-height:1;
	font-weight:bold;
	clear: both;
	padding-top:8px;
}
.voicelist li .voiceprof {
	font-size: 85%;
	line-height:1.5;
	margin-top:10px;
}
.voicelist li a {
	color: #111;
	text-decoration: none;
	display:block;
}

.voicetitle {
	background-color: #23711d;
	height:170px;
	overflow: hidden;
	position: relative;
	color:#fff;
}
.voicetitle .staffimg {
	float: left;
}
.voicetitle .staffmun {
	font-size: 60px;
	font-family: 'Arbutus Slab', serif;
	line-height:1;
	float:left;
	padding: 15px 0px;
	width:1.7em;
	text-align:center;
}
.voicetitle .staffname {
	display:block;
	position: absolute;
	right: 0px;
	width:355px;
	height: 135px;
	margin: 20px 0;
	border-left:1px solid #67a94d;
	padding-left:15px
}
.voicetitle .staffprof {
	display:block;
	font-size:90%;
	line-height:1.5;
	position: absolute;
	right: 0px;
	width:355px;
	bottom: 20px;
}
.staffvoice dt {
	font-weight: bold;
	color: #257f00;
	float: left;
	width: 15em;
	padding:1em 0 0 0;
}
.staffvoice dd {
	padding:1em 0 1em 15em;
	border-top:1px solid #d3e6c0;
}
.table-recruit .skil {
	margin: 12px 0 7px 0;
}
.kyuyo th {
	width:auto !important;
}
.voicelist a .filelistimg {
	overflow: hidden;
	float: left;
}
.voicelist a:hover .filelistimg {
	border: 5px solid #7bc04b;
}
.voicelist a:hover .filelistimg img {
	margin: -5px;
}
.news-date {
	font-weight:bold;
	margin-bottom:1.5em;
}