html{
min-width: 100%; //ウインドウ縮小対策
}
.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,.span_7,.span_8,.span_9,.span_10,.span_11,.span_12 {
 width: auto; 
 }
a{
word-wrap: break-word;
}
    
.col,
.col:first-child{    
  float: none;
  margin: 0;
}
#post {
    margin: 0 3%;
}
#home #post {
	margin: 0;
}
.items-row{
margin: 0;
}

.pchidden{
display: block; //スマホサイトだけに表示させる
}

.sphidden{
display: none; //スマホでは表示させない
}

 
 #leftbar-w,
 #rightbar-w{
 display: none;
 }

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

.blog table,.blog tbody,.blog tr,.blog td,.blog th,
.item-page table,.item-page tbody, .item-page tr,.item-page td,.item-page th{
display: block;
}

.blog td img,
.blog th img,
.item-page td img,
.item-page th img{
display: block;
margin: 0 auto;
}

#main-content .table{
width: 100%;
    display: table;
}

.table{display:table;}
.table tbody{display:table-row-group;}
.table tr{display:table-row;}
    

.table td,
.table th,
.mceToolbar td,
td.mceToolbar{
display: table-cell;
}

#social { display:block; float:none}

#wrapper,
#navbar-wrap,
.container{
width: auto;
min-width: initial;
}

.slide-show {
    min-height: inherit;
    width: 100%;
}

#header-wrap table td {
  clear: both;
  display: block;
}
#logo { text-align:center; float:none; display:block}
#logo img { max-width:250px; max-height:70px; display:block; margin:0 auto}
#logo a{ text-align:center}
#site-description { text-align:center}
#top { float:none}
#top td{ text-align: center;}

#menu-icon {
width:100%;
height: 55px; 
line-height:55px;
text-decoration:none;
background:#363636; 
padding:0; 
cursor: pointer;
display: block;  
color: #fff;
 }
#menu-icon:hover,#menu-icon.active  {background-color: #333; color:#fff}
.menu-icon-title { font-size:18px; padding:0 0 0 10px;}

.menu-icon-title:before{
content: "\f03a";
font-family: FontAwesome;
margin-right: 10px;
}


.icon-double-angle-down { font-size:30px; padding:0 10px 0 0; float:right; height:55px!important; line-height:55px!important;}
#navbar{ 
display: none; 
height:auto; 
margin:0; 
padding:0;
}
/* Menu */
#navbar-wrap { 
box-sizing: border-box;
height:auto; 
//display:block;
display: none;
margin:0 0 10px 0;
padding:0;
border: 1px solid #222; 
background:#363636;
position: fixed;
width: 100%;
top: 0;
z-index: 100;
opacity:0.90;
filter:alpha(opacity=90);
-ms-filter: "alpha( opacity=90)";

}
#wrapper{
//margin-top: 55px;//ナビの空白
} 

/* ↓スマホヘッダー */

.sp-logo {
	padding: 5px;
}
.sp-menu-right {
}
#sp-head-tbl {
	border-collapse: collapse;
	width: auto;
	height: 50px;
	margin: 0 40px 0 0;
}
#sp-head-tbl td {
	text-align: left;
	vertical-align: middle;
	display: table-cell !important;
	padding: 2px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#sp-head-tbl td.bt{
	width: 40px;
	text-align: center;
}
#sp-head-tbl td.bt img{
	width: 90%;
	height: auto;
}
@media screen and (orientation: landscape) {
	.sp-logo img { width: 60%;}
}


/* ↑スマホヘッダー */


/* JF MobileMenu コンパクトメニュー*/

#outer #jf_mm_menu li img {
    display: none;
}

#outer .jf_mm_trigger {
	font-size: 28px;
	height: auto;
	line-height: 43px;
	padding: 4px 0;
	top: 0;
	width: 40px;
	right: 0;
	left: inherit;
	border-radius: 0;
}
#outer .jf_mm_trigger .fa-bars{display: block;}
#outer .jf_mm_trigger p {
	font-size: 8px;
	text-align: center;
	color: #fff;
}    
#outer #jf_mm_menu p {
    color: #fff;
    margin: 5px;
    display: none;
}

#outer #jf_mm_menu .backItemClass .fa-angle-right{
    transform: scale(-1, 1);
}


#outer #jf_mm_menu .fa-times {
    font-size: 26px;
    margin-top: 10px;
}

#outer .jf_mm_wrapper a,
#top .jf_mm_wrapper a{
    text-decoration: none;
    padding: 10px 1em;
    font-weight: bold;
}

#outer .jf_mm_wrapper ul > li > a:before{
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 5px;
}
.jf_mm_wrapper .iconSpacing_ltr, .jf_mm_wrapper .iconSpacing_rtl{
	display: none;
}
body .jf_mm_trigger.jf_mm_rtl {
    right: 10px;
}

#outer .jf_mm_a_img {
    display: none;
}    

.levelHolderClass ul{
    height: 85vh;

}
.levelHolderClass ul::-webkit-scrollbar{ /* スクロールバー全体 */
    width: 10px;
}

.levelHolderClass ul::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #cccccc;
    border-radius: 10px;
}
.levelHolderClass ul::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #EDEDED;
}
.levelHolderClass ul::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #EDEDED;
}

/*　セパレータのアイコンの向き調整*/
.jf_mm_wrapper ul li a.separator .floatLeft {
    float: right;
}
.jf_mm_wrapper ul li a.separator .fa-angle-left::before{
    content:"\f105";//右向き矢印
    font-family: FontAwesome;
}


.menu-text{
    font-size: 9px;
    font-weight: bold;
}

.jf_mm_wrapper .rtl {
    box-shadow: 5px 0 5px 5px #545252;
}

body #jf_mm_menu.jf_mm_rtl .jf_mm_wrapper li{
    text-align: left !important;
}
.fa-angle-left:before {
    color: #fff;
}

#jf_mm_menu.jf_mm_rtl .jf_mm_wrapper .levelHolderClass i.fa {
    padding: 0;
}


#slide-wrap{min-height: inherit;}
 
/* Navigation */
#navigation {
  display: block;
  padding: 0 10px;
  width: 100%;
}
#navigation .menu { margin: 0; padding: 0; list-style: none; }
#navigation .menu .icon-angle-right { position: absolute; right: 10px; top: 50%; margin-top: -6px; color: #aaa; font-size: 12px; }
#navigation .menu > li { display: block; float:none;}
#navigation .menu > li ul {
display: none;
}
#navigation .menu ul { position: relative; left: 0; top: 100%; margin:0; nowhitespace: afterproperty; opacity: 1; transition:none; visibility: visible; z-index: 99; }
#navigation .menu ul ul { position:relative!important; margin:1px 0 0 0; padding:0; left:0px; width:100%; display:block;-webkit-box-shadow: none;-moz-box-shadow: none; box-shadow:none; }
#navigation .menu ul ul li { width:auto}
#navigation .menu li { position: relative }
#navigation .menu li:hover > ul { margin: 0; opacity: 1; visibility: visible; }
#navigation .menu a { display: block; position: relative; }
/* current item */
#navigation .menu > li > a:hover, #navigation .menu > li.sfHover > a, #navigation .menu > .active > a, #navigation .active > a:hover, #navigation .active > a:hover { color: #58C0E6;}
#navigation .menu > .active > a, #navigation li.active > a { font-weight: bold; color: #58C0E6 }
#navigation .menu > li { margin:0; padding:0; }
#navigation .menu a { 
height:auto; color: #fff; 
font-weight: 400; 
text-align: left; 
text-decoration: none; 
cursor: pointer; 
line-height: 45px; 
font-size:16px; 
padding:0 10px 0 0; }
/*drop-down styles*/
#navigation .menu ul {background:#363636; border:none; }
#navigation .menu li:hover ul { margin: 0; }
#navigation .menu ul ul.sub-menu { margin:0; padding:0; border-top: 1px solid #333 }
#navigation .menu ul ul.sub-menu li{ margin:0; padding:0; }
#navigation .menu ul li { 
/*border-bottom:1px solid #333 */
border: none;
}
#navigation .menu ul li:first-child { }
#navigation .menu ul li:last-child { border: 0 }
#navigation .menu ul li > a:hover { color: #58C0E6  }
#navigation .menu ul a {
  border: 0 none;
  display: block;
  font-size: 16px;
  height: auto;
  line-height: 45px;
  margin: 0;
  padding: 0 10px;
  text-transform: none;
}
#navigation .menu ul .separator{
display: none;
}

#navigation .menu li > span{
line-height: 45px;
cursor: pointer;
}

#navigation .menu li.parent > span:before{
content:"\f107";
font-family: FontAwesome;
position: absolute;
left: 0;
font-size: 15px;
}

#navigation .menu li.parent > span:after{
margin-left: 25px;
}


#navigation .menu li.open > span:before{
content: "\f106";
font-family: FontAwesome;
position: absolute;
font-size: 15px;
}


#navigation ul#img-menu li a img,
#navigation ul#img-menu li span.separator img{
display: none;}

#navigation ul#img-menu > li > a > .menutitle:after,
#navigation ul#img-menu > li > .separator:after{
content: attr(data-label);
}

#navigation ul > li > a > .menutitle:before,
#navigation ul.sub-menu a .menutitle:before {
content: "\f105";
font-family: FontAwesome;
margin-right: 6px;
}
#navigation ul.sub-menu a .menutitle:before{
margin-right: 10px;
}

#navigation ul.sub-menu .icon-angle-down:before {content:""!important;}
#navigation ul.sub-menu a { }
#navigation i { text-align:right}

#footer td{
display: block;
text-align: center !important;
}

#footer-nav { float:none}
#footer-nav ul { float:none}
.copyright {
    padding: 0 10px;
    text-align: center;
}
#footer-wrap {
    width: auto;
    padding-bottom: 10px;
}

#footer-wrap .login {
  padding: 8px 0;
  text-align: center;
}
    
/*forms*/

.display-limit select {
    width: auto;
}
input[type="text"],
input[type="email"],
select,textarea{
font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 width: -moz-available;
 width: -webkit-fill-available;
 width: 90%;

}

.component_container{padding:10px;
}

input[type="radio"],
input[type="chexkbox"] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

input[type="radio"]:checked{
background-color: #000;
color: red;
}

.form-horizontal .control-group{margin: 0;}

.visCustomText{
display: block;
} 

.visCustomText p{
margin: 0 !important;
}
p.errorcontainer::after {
  margin-left: 5%;
}
label.error {
  margin-left: 3%;
}

#visformcontainer .error-text {
left:0;
bottom: 0;
}
.radio-list-field label {
  display: inline-block;
  height: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  width: auto;
}
.visCSSrbinl {
  margin-left: 10px;
}

.visBtnCon .send {
  font-size: 24px;
  padding: 8px 15px;
}

/* visformsここまで*/

/* jforms*/
.pickprevious.icomoon, .picknext.icomoon {
  font-size: 26px;
  width: 26px !important;
  height: 26px !important;
}

.timepicker_popover .btn-close-popover {
font-size: 26px;
right: -15px;
top: -8px;
}

.timepicker_popover table{
width: 130px;
}

.timepicker_popover .input_micro {
  margin: 0 auto;
}


.fieldsform{margin: 0;padding: 0;}

.fieldsform fieldset {
  display: block;
  margin: 0;
  padding: 0;
}

.fieldsform fieldset .control-group {
  display: block;
}

.fieldsform fieldset .control-label,
.fieldsform fieldset .controls {
border: medium none;
display: block;
font-size: 16px;
font-weight: bold;
width: 100%;
}

.fieldsform fieldset .control-label {
  border-top: 1px dotted #ddd;
  padding-bottom: 0;
  padding-right: 0;
}
.formError {
  left: auto !important;
  right: 35px;
}

.btn-group a .icon-calendar, .btn-group a .icon-folder-open {
  font-size: 18px;
  height: 20px !important;
  width: 20px !important;
}
.btn-group .btn {
  padding-bottom: 6px;
  padding-top: 6px;
}
ul.checkboxes li input {
  height: 16px;
  width: 16px;
}
ul.checkboxes li input:checked {}


#header-table td:last-child{text-align: center;}

#sb-nav a {
  font-size: 24px;
  width: 26px;
  height: 26px;
}


#footer #swSp{
display: none;//モバイル表示ボタン
}


.chzn-container-multi .chzn-choices li.search-field input[type="text"]{
height: 25px;
}

.news-box table{
    display: table;
}
.news-box table tbody{
    display: table-row-group;
}
.news-box table tr{
display: table-row;
}
.news-box table td,
.news-box table th{
    display: table-cell;
}

.news-box ul li {
  padding: 5px 0 5px 10px;
}

#recaptcha_table td {
  display: inline-block;
}

#recaptcha_table td #recaptcha_reload_btn{}
#recaptcha_table td #recaptcha_switch_audio_btn{}
#recaptcha_table td #recaptcha_whatsthis_btn{}

h1#h1title {
  text-align: center;
  display: none;
}

/* ↓タブプラグイン用 */
.nn_tabs .nav-tabs > li > a{
margin-right: 0;
}
.nn_tabs ul.nav-tabs > li {
  float: none;
  font-size: 16px;
}

/* ↑タブプラグイン用 */

.chzn-container {
  width: 100% !important;
}

.sbox-content-image img,
#sbox-content{
  height: auto;
}

#sbox-window{
height: auto !important;
}

    
#jf_mm_menu,
.jf_mm_trigger{
display: block;
}  

/* rsforms pro*/

#userForm .rsform-block {
  border-top: 1px dotted #ccc;
}
    
#userForm .rsform-block,
#userForm .rsform-block > label,
#userForm .rsform-block .formControls{
  display: block;
width: auto;
}
#userForm .rsform-block > label,
#userForm .rsform-block .formControls{
border:none;
}
.rsform-radio {
  margin-right: 10px;
}
.yui-calcontainer {
  display: inline-block;
  float: none !important;
}
table.yui-calendar, 
.xdsoft_datetimepicker table {
  display: table;
}
table.yui-calendar tbody,
.xdsoft_datetimepicker tbody
{
  display: table-row-group;
}
    
table.yui-calendar tr,
.xdsoft_datetimepicker tr{display: table-row;}
table.yui-calendar td,
table.yui-calendar th,
.xdsoft_datetimepicker td,
.xdsoft_datetimepicker th{display: table-cell}

.formControls input.btn {
    margin-left: 0px;
}


/* スクロールバーの表示 */

::-webkit-scrollbar{ 
    width: 10px;
}
::-webkit-scrollbar-thumb{ 
    background: #ccc;
    border-radius: 5px;
}
::-webkit-scrollbar-track{
    background: #f7f7f7;
}


/*　jce popup*/
#jcemediabox-popup-body {
    width: 100% !important;
    //height: auto !important;
}
#jcemediabox-popup-content{
    box-sizing: border-box !important;;
    width: 100% !important;
    //height: auto !important;
}
/* レイアウト */
#all{
	background: none;
}
#wrapper{
	background-image: none;
	background-color: #fff;
	z-index: 99;
}
#header-wrap {
	padding:0;
	width: 100%;
	margin: 0 auto;
}
#promo-wrap{
	margin: 50px 0 25px 0;
}
#home #promo-wrap{
	margin: 50px 0 0 0;
}
#footer-content {
	width: auto;
	margin: 0 auto 10px auto;
}
#footer-content .logo{
	margin: 0 0 10px 0;
}
#footer-content .logo img{
	width: 80%;
	height: auto;
	margin: 0 auto 10px auto;
}
#footer-content .logo p{
	text-align: center;
}
#footer-content .iso{
	width: 20%;
	height: auto;
	margin: 0 auto 10px auto;
}
#footer-content .ecocap{
	width: 60%;
	height: auto;
	margin: 0 auto 10px auto;
}
#ft-logo-bn ul{
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
}
#ft-logo-bn ul li{
	display:block;
	margin: 0 0 20px 0;
	list-style: none;
}
#ft-logo-bn .logo{}
#ft-logo-bn .logo img{
	width: 30%;
	height: auto;
}
#ft-logo-bn .company{}
#ft-logo-bn .company img{
	width: 80%;
	height: auto;
}
#bottom {
	border-top: 1px solid #DDDDDD;
	color: #fff;
	padding: 30px 0 0 0;
	background-image: none;
	background-repeat: no-repeat, repeat-x;
	background-position: left bottom, left bottom;
}
#bottom .seiwa{
	background-color: #84B400;
	padding: 20px 0 0 0;
	overflow: hidden;
	margin: 10px 0 0 0;
}
#bottom .seiwa img{
	width: 70%;
	height: auto;
}
.breadcrumbs{
	padding: 0 10px;
}
h2.componentheading, .page-header h2 {
	font-size: 20px;
	margin: 0 0 15px 0;
	padding: 25px 15px;
	letter-spacing: 0 !important;
}
.kana-center{font-size: 12px;}
.linkbn{margin: 0 0 40px 0;}
.linkbn ul li{display: block;}
.linkbn ul li a{width: auto;text-align: left;padding: 12px 40px 12px 15px;line-height: 1.4em;}
.linkbn ul li a:hover{width: auto;text-align: left;padding: 12px 40px 12px 15px;line-height: 1.4em;}
.linkbn-r{text-align: left;}
.linkbn-r ul{padding: 0;margin: 0 auto;text-align:left;}
.linkbn-r ul li{list-style: none;display: block;margin:0 0 10px 0;width: auto;}
.linkbn-r ul li a{width: auto;text-align: left;padding: 12px 40px 12px 15px;line-height: 1.4em; margin:0 0 10px 0;}
.linkbn-r ul li a:hover{width: auto;text-align: left;padding: 12px 40px 12px 15px;line-height: 1.4em; margin:0 0 10px 0;}
.linkbn-list ul li{display: block;margin:0;}
.linkbn-list ul li a{display:block;margin:0 0 10px 0;width: auto;}
.linkbn-list ul li a:hovera{display:block;margin:0 0 10px 0;width: auto;}
.img-left td{
	padding: 0 0 10px 0;
	vertical-align: top;
	text-align: left;
}
.img-left td:last-child{
	padding: 0;
	width: auto;
	vertical-align: top;
	text-align: left;
}
.img-right td{
	padding: 0 0 10px 0;
	width: auto;
	vertical-align: top;
	text-align: left;
}
.img-right td:last-child{
	padding: 0;
	vertical-align: top;
	text-align: left;
}
.col3-table td {
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 0 0 10px 0;
	width: auto;
}
.col3-table td:last-child {
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 0;
	background-image: none;
	width: auto;
}
.col4-table td {
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 0 0 10px 0;
	width: auto;
}
.col4-table td:last-child {
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 0;
	background-image: none;
	width:auto;
}
.img197{
	width: auto;
	height: auto;
	margin: 5px 0 !important;
}
.img250{
	width: auto;
	height: auto;
	margin: 5px 0 !important;
}
.img265{
	width: auto;
	height: auto;
	margin: 5px 0 !important;
}
.img300{
	width: auto;
	height: auto;
	margin: 5px 0 !important;
}
.img340{
	width: auto;
	height: auto;
	margin: 5px 0 !important;
}
.img380{
	width: auto;
	height: auto;
	margin: 5px 0 !important;
}
.img420{
	width: auto;
	height: auto;
	margin: 5px 0 !important;
}
.concept-ttl{
	font-size: 26px;
}
.group-ttl{
	font-size: 15px;
}
.group-ttl-sub{
	font-size: 18px;
}
.kiji-midashi{
	margin: 30px 0 15px 0;
	font-size: 16px;
	line-height: 1.4em;
}
.kiji-midashi-2{
	line-height: 1.5em;
}
.kiji-midashi-5{
	font-size: 16px;
	line-height: 1.4em;
}
.kiji-midashi-4{
	font-size: 16px;
	line-height: 1.4em;
}
.maincopy2{
	font-size: 18px;
	line-height: 1.6em;
}
.step1{
	margin: 0;
}
.step2{
	margin: 0;
}
.step3{
	margin: 0;
}
.kiji-midashi-8{
	font-size: 15px;
}
/* トップページ */
#section1{
	width: auto;
	margin: 0 auto;
	padding: 20px 10px;
	overflow: hidden;
}
#section1 h3{
	font-size: 24px;
}
#section1 h3 span{
	font-size: 16px;
}
#section1 .concept h4{
	font-size: 20px;
}
.top-concept-tbl {
    border-collapse: collapse;
    margin: 10px 0;
    width: 100%;
}
.top-concept-tbl td {
	display: block;
	padding: 0 0 40px 0;
	text-align: center;
	vertical-align: top;
	border-right: medium none;
	width: auto;
	background-image: url("../images/line.png");
	background-repeat: no-repeat;
	background-position: center 86%;
}
.top-concept-tbl td:last-child {
	border-right: medium none;
}
.top-concept-tbl td.none{
	background: none;
}
.top-concept-tbl td.line{
	border-top: medium none;
}
#section2{
	background-color: #F8F8F6;
	padding: 40px 10px;
	margin: 0;
	overflow: hidden;
}
#section2 h3{
	font-size: 24px;
}
#section2 .inner1{
	width: auto;
	margin: 30px auto 0 auto;
	padding:60px 0 0 0;
	background-image: url("../images/top_img01.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	background-size: contain;
}
#section2 .inner1 .box{
	padding: 40px;
	margin: 110px 10px 0 10px;
	height:auto;
	width: auto;
	background-color: #fff;
	float: none;
	clear: both;
}
#section2 .inner1 .box h4{font-size: 20px;}

#section2 .inner2{
	width: auto;
	margin: 30px auto 0 auto;
	padding:60px 0 0 0;
	background-image: url("../images/top_img02.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	overflow: hidden;
	background-size: contain;
}
#section2 .inner2 .box{
	padding: 40px;
	margin: 110px 10px 0 10px;
	height:auto;
	width: auto;
	background-color: #fff;
	float: none;
	clear: both;
}
#section2 .inner2 .box h4{font-size: 20px;}
#section2 .inner3{
	width: auto;
	margin: 30px auto 0 auto;
	padding:60px 0 0 0;
	background-image: url("../images/top_img03.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	overflow: hidden;
	background-size: contain;
}
#section2 .inner3 .box{
	padding: 40px;
	margin: 110px 10px 0 10px;
	height:auto;
	width: auto;
	background-color: #fff;
	float: none;
	clear: both;
}
#section2 .inner3 .box h4{font-size: 20px;}
#section2 .inner4{
	width: auto;
	margin: 30px auto 0 auto;
	padding:60px 0 0 0;
	background-image: url("../images/top_img04.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	overflow: hidden;
	background-size: contain;
}
#section2 .inner4 .box{
	padding: 40px;
	margin: 110px 10px 0 10px;
	height:auto;
	width: auto;
	background-color: #fff;
	float: none;
	clear: both;
}
#section2 .inner4 .box h4{font-size: 20px;}
.plus-table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}
.plus-table td {
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 0 0 30px 0;
	width: auto;
	background-image: url("../images/plus.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.plus-table td:last-child {
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 0;
	background-image: none;
	width:auto;
	background: none;
}
.tag ul{
	margin: 10px 0;
	padding: 0;
	text-align: center;
}
.tag ul li{
	margin: 5px 5px 5px 0;
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
	width: 40%;
	text-align: center;
	list-style: none;
	background-color: #F2FAEF;
	font-size: 10px;
}
.tag2 ul li{
	margin: 0 0 10px 0;
	border-radius: 5px;
	padding: 13px;
	display: block;
	width: auto;
	text-align: center;
	list-style: none;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	font-size: 13px;
}
.tag2 ul li:last-child{
	margin: 0;
}
.flow-table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}
.flow-table td {
	display: block;
	padding: 0 0 10px 0;
	width: auto;
	background-image: url("../images/flow_arrow_down2.png");
	background-position: bottom center;
}
.flow-table td:last-child {
	display: block;
	background: none;
	width: auto;
}
.step1{
	background-position: left 2px;
	font-size: 18px;
}
.step1 br{
  display: none;
}
.step2{
	background-position: left 2px;
	font-size: 16px;
}
.step3{
	background-position: left 2px;
	font-size: 16px;
}
.step4{
	background-position: left 2px;
	font-size: 16px;
}
.step5{
	background-position: left 2px;
	font-size: 16px;
}
.step6{
	background-position: left 2px;
	font-size: 16px;
}
.step7{
	background-position: left 2px;
	font-size: 16px;
}
.step8{
	background-position: left 2px;
	font-size: 16px;
}
.ex-table td {
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}
.ex-table th {
	text-align: left;
	vertical-align: top;
	display: block;
	white-space: nowrap;
	padding: 15px 0;
	color: #fff;
	font-weight: normal;
	border-bottom: medium none;
	width: auto;
	white-space: normal;
}
.img-reset{}
.img-reset img{
	text-align: left;
	display: inline-block !important;
	margin: 5px 0;
}
.rinen{
	margin: 30px 0 50px 0;
	padding: 0 10px 40px 10px;
	overflow: hidden;
	background-color: #f8f8f8;
}
#group-table {
	border-collapse: collapse;
	width: 100%;
	margin:0;
}
#group-table td {
	text-align:left;
	vertical-align:top;
	display:block;
	padding:0 0 10px 0;
	width: auto;
}
#group-table td:last-child {
	text-align:left;
	vertical-align:top;
	display:block;
	padding:0;
	background-image: none;
	width: auto;
}
#group-table2 td {
	text-align:left;
	vertical-align:top;
	display:block;
	padding:0 0 10px 0;
	width: auto;
}
#group-table2 td:last-child {
	text-align:left;
	vertical-align:top;
	display:block;
	padding:0;
	background-image: none;
	width: auto;
}
.group-list{
	height: auto;
}
.group-comp{
	height: auto;
}
.group-comp2{
	padding: 15px 15px 0 15px;
	line-height: 1.6em;
}
#base-table {
    border-collapse: collapse;
    margin: 10px 0;
    width: 100%;
}
#base-table tbody {
    display: table;
    width: 99%;
}
#base-table tr {
   display: table-row;
    width: auto;
}
#base-table td {
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 10px 20px;
	display: table-cell !important;
	text-align: left;
	vertical-align: top;
}
#base-table th {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	display: table-cell !important;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	width: 15%;
	white-space: nowrap;
}
#base-table img{
	margin: 5px 0;
	text-align: left;
}#history-table {
    border-collapse: collapse;
    margin: 10px 0 50px 0;
    width: 100%;
}
#history-table tbody {
	display: table;
	width: 100%;
}
#history-table tr {
	display: table-row;
	width: auto;
}
#history-table td {
	border-bottom: 1px dotted #ddd;
	padding: 20px 0 20px 20px;
	display: table-cell !important;
	text-align: left;
	vertical-align: top;
}
#history-table th {
	border-bottom: 1px dotted #ddd;
	padding: 20px 0;
	display: table-cell !important;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	width: 10%;
	white-space: nowrap;
	color: #222;
}#gaiyo-table td {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	display: block;
	text-align: left;
	vertical-align: top;
}
#gaiyo-table th {
	border-bottom: medium none;
	padding: 10px;
	display: block;
	text-align: left;
	vertical-align: top;
	background-color: #f8f8f8;
	font-weight: bold;
	width: auto;
	white-space: nowrap;
}
.anc-bn{
	margin:20px 0;
	padding: 0;
	text-align: center;
}
.anc-bn ul{
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.anc-bn ul li{
	list-style: none;
	display: block;
	margin:0 0 10px 0;
}
.anc-bn ul li a{
	display:block;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#85B200;
	text-decoration:none;
	padding:13px 30px;
	margin:0 0 10px 0;
	width: auto;
}
.anc-bn ul li a:hover{
	display:block;
	border: 1px solid #85B200;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	padding:13px 30px;
	margin:0 0 10px 0;
	width: auto;
}
.flow-table2 td {
	padding: 0 0 10px 0;
	display: block;
	text-align: left;
	vertical-align: top;
}
.flow-table2 td:last-child {
	padding: 0;
	display: block;
	text-align: left;
	vertical-align: middle;
	width: auto;
}
.check-col2 ul li{
	padding: 8px 10px 8px 25px;
	display:block;
	margin: 0;
	font-weight: normal;
	background-image: url("../images/icon_cube.png");
	background-repeat: no-repeat;
	background-position: 0 13px;
	list-style: none;
	line-height: 1.4em;
	border-bottom: 1px dotted #ccc;
	width: auto;
}
#flow_export{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 0 40px 0;
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}
#flow_export .col2-table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}
#flow_export .col2-table td {
	text-align: left;
	vertical-align: top;
	display: table-cell !important;
	padding:0 5px;
	width: auto;
}
#flow_export .col2-table td:last-child {
	text-align: left;
	vertical-align: top;
	display: table-cell !important;
	padding: 0 5px;
	background-image: none;
	width: auto;
}
#flow_export .col2-table th {
	text-align: left;
	vertical-align: top;
	display: table-cell !important;
	white-space: nowrap;
}
#recruit-table {
    border-collapse: collapse;
    margin: 10px 0;
    width: 100%;
}
#recruit-table tbody {
	display: table;
    width: 99%;
}
#recruit-table tr {
	display: table-row;
    width: auto;
}
#recruit-table td {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	display: table-cell !important;
	text-align: left;
	vertical-align: top;
}
#recruit-table th {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	display: table-cell !important;
	text-align: center;
	vertical-align: top;
	background-color: #f8f8f8;
	font-weight: bold;
	width: 20%;
	white-space: nowrap;
}
#recruit-table td.line{
	border-top: 1px solid #ddd;
}
#recruit-table th.line{
	border-top: 1px solid #ddd;
}
#list-table {
    border-collapse: collapse;
    margin: 0 0 10px 0;
    width: 100%;
}
#list-table td {
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px 0;
	display: block;
	text-align: left;
	vertical-align: top;
}
#list-table th {
	border-bottom: medium none;
	padding: 10px 0 0 0;
	display: block;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	width: auto;
	white-space: normal;
}