@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
   共通
----------------------------------------------------------*/
* {
	outline:none;
}

html, body {
	height:100%;
	height:auto !important;
	min-height:100%;
}

html {
	background:#fff;
}

body {
	font-family:"ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#333333;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p {
	font-weight:normal;
}

ul li {
	list-style-type:none;
}

a {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color:#CF4446;
	text-decoration:none;
}

.c_both {
	line-height: 0;
	display: block;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.c_both hr {
	border-style: none;
	border-width: 0px;
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}
/*clearfix */
.clearfix {
	overflow: hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ml15{
	margin-left: 15px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb18{
	margin-bottom: 18px !important;
}
.mb70{
	margin-bottom: 70px !important;
}
.mb120{
	margin-bottom: 120px !important;
}
.center{
	text-align: center !important;
}

/* ---------------------------------------------------------
	header
----------------------------------------------------------*/
#header{
	margin:0 auto 18px auto;
}
#header .header_cont{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#header .header_cont ul{
	float: right;
	margin: 25px 0;
	margin-top: 10px;
	font-size: 12px;
}
#header .header_cont ul li{
	float: left;
	margin-left: 10px;
}
#header .header_cont ul li a{
	text-decoration: none;
}
#header .header_cont h1{
	position: absolute;
	top: 36px;
}
#header .header_cont h2{
	float: right;
}
/* ---------------------------------------------------------
	gnavi
----------------------------------------------------------*/
#gnavi{
	background-image: url(../img/cmn/bg_nav.gif);
	background-repeat: repeat-x;
	height: 61px;
}
#gnavi ul{
	width: 960px;
	height: 61px;
	margin: 0 auto;
}
#gnavi ul li{
	float: left;
}
#gnavi ul li img{
	display: block;
}
/* ---------------------------------------------------------
slide
----------------------------------------------------------*/
#slide_container{
	margin: 0 auto;
	background-image: url(../img/top/bg_top_main_img.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
}
#slide {
	width: 960px;
	height: 354px;
	margin: 0 auto;
}
/* ---------------------------------------------------------
	main_img
----------------------------------------------------------*/
#main_img.top{
	height: 361px;
	background-image: url(../img/top/bg_top_main_img.gif);
	background-repeat: repeat-x;
}
#main_img.top img{
	display: block;
	margin: 0px auto;
	padding-top: 8px;
}
*html #main_img.top img{
	margin-top :7px;
}
/* ---------------------------------------------------------
	bread_crumb
----------------------------------------------------------*/
#bread_crumb{
	width: 960px;
	margin: 5px auto 5px auto;
	font-size: 12px;
	text-align: left;
}
/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
#main{
	width: 960px;
	margin: 0 auto;
	background-image:url(../img/cmn/bg_main.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}
#main #main_img{
	margin-bottom: 20px;
}
/* ---------------------------------------------------------
	contents
----------------------------------------------------------*/
#contents{
	display: inline;
	float: left;
	width: 668px;
	margin-left: 10px;
}
#contents h4{
	height: 32px;
	margin-bottom: 10px;
	padding-left: 32px;
	background-image: url(../img/cmn/bg_h3.gif);
	background-repeat: no-repeat;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
}
#contents h4 span.red{
	color: #CF4446;
}
#contents h4 span.small{
	margin-left: 5px;
	font-size: 14px
}
#contents h3{
	height: 32px;
	padding-left: 10px;
	border-left: 2px solid #CF4446;
	line-height: 32px;
	font-weight: bold;
}
#contents.top{
	padding-top: 26px;
}
#contents.top .top_box_01{
	height: 220px;
	background-color: #DFDFDF;
	background-image: url(../img/top/bg_top_box_01.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #DFDFDF;
	margin-bottom: 12px;
}
#contents.top .top_box_01 img.top_box_txt{
	margin: 37px 0 16px 20px;
}
#contents.top .top_box_01 p{
	width: 412px;
	margin: 0 0 20px 25px;
	line-height: 1.8;
}
#contents.top .top_box_01 .btns{
	margin-top: -10px;
	margin-right: 8px;
	float: right;
}
#contents.top .top_service{
	background-color: #F8F8F8;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
#contents.top h3{
	height: 31px;
	border: 0px;
	padding: 0;
	margin-bottom: 10px;
}
#contents.top .top_service img{
	display: block;
	float: left;
	margin-right: 11px;
	margin-bottom: 8px;
}
#contents.top .top_service .btns{
	margin-left: 12px;
}
#contents.top .top_news{
	background-color: #F8F8F8;
	padding: 18px 20px;
	margin-bottom: 15px;
}
#contents.top .top_news dl{
	position: relative;
	margin-top: 15px;
}
#contents.top .top_news dt{
	position: absolute;
	width: 100px;
}
#contents.top .top_news dd{
	padding-left: 100px;
	border-bottom: 1px dashed #CCCCCC;
}
#contents.top .top_news dd.bottom{
	border: none;
}
#contents.top .top_news dd,
#contents.top .top_news dt{
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents.top .top_news dt span{
	margin-left: 15px;
}
#contents.top .base{
	background-color: #F8F8F8;
	padding: 10px 18px 0 0; 
}
#contents.top .base dl{
	margin: 10px 0px 0px 18px;
	padding-bottom: 15px;
}
#contents.top .base dt{
	color: #CE4446;
	font-weight: bold;
	padding: 10px 0 5px 0;
}
#contents.top .base dd{
	border-bottom: 3px solid #FFF;
	padding: 5px 0 8px 8px;
	font-size: 12px;
	line-height: 1.5em;
}
#contents.top .base dd.last{
	border-bottom: none;
}
#contents.top .base dt,
#contents.top .base dd{
	
}
/*recruit------------------*/
#contents.recruit .bnr{
	margin-bottom: 20px;
}
#contents.recruit .bnr img.meeting{
	float: left;
}
#contents.recruit .bnr img.voice{
	float: right;
}
/***************/
/* map_zenkoku */
/***************/
#contents.recruit #map_wrap{
	background-image: url(../img/map/pic_map_bg.png);
}
/*******/
/* map */
/*******/
#contents.recruit .map_box{
	margin-bottom: 35px;
}
#contents.recruit .map_box .map_nav ul{
}
#contents.recruit .map_box .map_nav ul li{
	display: block;
	float: left;
}
#contents.recruit .map_box .map_nav ul li img{
	display: block;
}
#contents.recruit .map_box .map_image{
	position: relative;
}
#contents.recruit .map_box .map_image ul li{
	position: absolute;
}
#contents.recruit .map_box .map_image ul li.tochigi{
	top: 58px;
	left: 316px;
}
#contents.recruit .map_box .map_image ul li.gunma{
	top: 58px;
	left: 234px;
}
#contents.recruit .map_box .map_image ul li.ibaraki{
	top: 58px;
	left: 391px;
}
#contents.recruit .map_box .map_image ul li.saitama{
	top: 134px;
	left: 234px;
}
#contents.recruit .map_box .map_image ul li.chiba{
	top: 200px;
	left: 391px;
}
#contents.recruit .map_box .map_image ul li.kanagawa{
	top: 270px;
	left: 252px;
}
#contents.recruit .map_box .map_image ul li.tokyo{
	top: 200px;
	left: 292px;
}
/* hokkai tohoku */
#contents.recruit .map_box .map_image ul li.hokkaido{
	top: 0px;
	left: 238px;
}
#contents.recruit .map_box .map_image ul li.aomori{
	top: 154px;
	left: 238px;
}
#contents.recruit .map_box .map_image ul li.akita{
	top: 204px;
	left: 238px;
}
#contents.recruit .map_box .map_image ul li.iwate{
	top: 204px;
	left: 332px;
}
#contents.recruit .map_box .map_image ul li.yamagata{
	top: 258px;
	left: 238px;
}
#contents.recruit .map_box .map_image ul li.miyagi{
	top: 258px;
	left: 332px;
}
#contents.recruit .map_box .map_image ul li.fukushima{
	top: 312px;
	left: 301px;
}
/* tyubu */
#contents.recruit .map_box .map_image ul li.nigata{
	top: 37px;
	left: 356px;
}
#contents.recruit .map_box .map_image ul li.ishikawa{
	top: 5px;
	left: 196px;
}
#contents.recruit .map_box .map_image ul li.toyama{
	top: 37px;
	left: 263px;
}
#contents.recruit .map_box .map_image ul li.fukui{
	top: 106px;
	left: 188px;
}
#contents.recruit .map_box .map_image ul li.nagano{
	top: 106px;
	left: 318px;
}
#contents.recruit .map_box .map_image ul li.gifu{
	top: 106px;
	left: 264px;
}
#contents.recruit .map_box .map_image ul li.yamanashi{
	top: 242px;
	left: 356px;
}
#contents.recruit .map_box .map_image ul li.aichi{
	top: 310px;
	left: 264px;
}
#contents.recruit .map_box .map_image ul li.shizuoka{
	top: 310px;
	left: 318px;
}
/* kansai */
#contents.recruit .map_box .map_image ul li.hyogo{
	top: 51px;
	left: 242px;	
}
#contents.recruit .map_box .map_image ul li.kyoto{
	top: 51px;
	left: 299px;	
}
#contents.recruit .map_box .map_image ul li.shiga{
	top: 124px;
	left: 357px;	
}
#contents.recruit .map_box .map_image ul li.wakayama{
	top: 288px;
	left: 263px;	
}
#contents.recruit .map_box .map_image ul li.osaka{
	top: 197px;
	left: 263px;	
}
#contents.recruit .map_box .map_image ul li.nara{
	top: 197px;
	left: 321px;	
}
#contents.recruit .map_box .map_image ul li.mie{
	top: 197px;
	left: 380px;	
}
/* tyugoku sikoku */
#contents.recruit .map_box .map_image ul li.shimane{
	top: 43px;
	left: 266px;
}
#contents.recruit .map_box .map_image ul li.tottori{
	top: 43px;
	left: 351px;
}
#contents.recruit .map_box .map_image ul li.yamaguchi{
	top: 43px;
	left: 211px;
}
#contents.recruit .map_box .map_image ul li.hiroshima{
	top: 116px;
	left: 266px;
}
#contents.recruit .map_box .map_image ul li.okayama{
	top: 116px;
	left: 351px;
}
#contents.recruit .map_box .map_image ul li.kagawa{
	top: 215px;
	left: 321px;
}
#contents.recruit .map_box .map_image ul li.ehime{
	top: 215px;
	left: 211px;	
}
#contents.recruit .map_box .map_image ul li.tokushima{
	top: 275px;
	left: 211px;
}
#contents.recruit .map_box .map_image ul li.kouchi{
	top: 275px;
	left: 322px;
}
/* kyusyu_okinawa */
#contents.recruit .map_box .map_image ul li.saga{
	top: 44px;
	left: 293px;
}
#contents.recruit .map_box .map_image ul li.nagasaki{
	top: 44px;
	left: 238px;
}
#contents.recruit .map_box .map_image ul li.fukuoka{
	top: 44px;
	left: 348px;
}
#contents.recruit .map_box .map_image ul li.ooita{
	top: 117px;
	left: 348px;
}
#contents.recruit .map_box .map_image ul li.kumamoto{
	top: 190px;
	left: 293px;
}
#contents.recruit .map_box .map_image ul li.miyazaki{
	top: 190px;
	left: 372px;
}
#contents.recruit .map_box .map_image ul li.kagoshima{
	top: 281px;
	left: 293px;	
}
#contents.recruit .map_box .map_image ul li.okinawa{
	top: 226px;
	left: 224px;
}

#contents.recruit .select{

}
#contents.recruit .select table{
	width: 656px;
	margin: 20px 0 100px 12px
}
#contents.recruit .select td,
#contents.recruit .select th{
	padding: 13px 0 13px 0;
	text-align: left;
	line-height: 1.6em;
}
#contents.recruit .select th{
	width: 100px;
}
#contents.recruit .select td{
	font-size: 12px;
	vertical-align: top;
}
#contents.recruit .select table ul li{
	float: left;
	margin-right: 15px;
	white-space: nowrap;
}
/**/
#contents.recruit .recruit_news{
	background-color: #F8F8F8;
	padding: 18px 20px;
	margin-bottom: 40px;
	overflow-y: scroll;
	height: 170px;
}
#contents.recruit .recruit_news dl{
	position: relative;
	margin-top: 15px;
}
#contents.recruit .recruit_news dt{
	position: absolute;
	width: 100px;
}
#contents.recruit .recruit_news dd{
	padding-left: 100px;
	border-bottom: 1px dashed #CCCCCC;
}
#contents.recruit .recruit_news dd.bottom{
	border: none;
}
#contents.recruit .recruit_news dd,
#contents.recruit .recruit_news dt{
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents.recruit .recruit_news dt span{
	margin-left: 15px;
}

/*recruit_02------------------*/
#contents.recruit_02 .box{
	margin-bottom: 0px;
}
#contents.recruit_02 .box ul{
	margin-left: 10px;
}
#contents.recruit_02 .box ul li{
	float: left;
	height: 25px;
	margin-right: 10px;
	font-size: 12px;
	line-height:25px;
	white-space:nowrap;
}
#contents.recruit_02 .box ul li input{
	vertical-align: -2px;
}
#contents.recruit_02 .box input.date{
	width: 196px;
	margin-left:10px;
	border: 1px solid #BCBCBC;
}
#contents.recruit_02 .box input.keyword{
	width: 196px;
	margin-left:10px;
	border: 1px solid #BCBCBC;
}
#contents.recruit_02 .box select{
	width: 196px;
	margin-left:10px;
	border: 1px solid #BCBCBC;
}
#contents.recruit_02 .box .ico_cal{
	margin-left:10px;
	vertical-align:-5px
}
#contents.recruit_02 .btn{
	text-align:center;
	border-bottom: 1px solid #D4D4D4;
}
#contents.recruit_02 .btn input{
	margin-bottom: 40px;
}
#contents.recruit_02 .page_nav{
	margin: 28px 0 22px 10px;
}
#contents.recruit_02 .page_nav .counts{
	float: left;
	width: 300px;
}
#contents.recruit_02 .page_nav .counts span{
	font-size: 20px;
	font-weight: bold;
	color: #CC4345;
}
#contents.recruit_02 .number{
	float: right;
}
#contents.recruit_02 .number ul li{
	float: left;
	padding: 2px 4px;
	margin-left: 5px;
	font-weight: bold;
}
#contents.recruit_02 .number ul li a{
	text-decoration: none;
}
#contents.recruit_02 .number ul li.current{
	background-color: #CE4345;
}
#contents.recruit_02 .number ul li.current a{
	color: #FFFFFF;
}
#contents.recruit_02 .number ul li.num{
	background-color: #D4D4D4;
	color: #FFFFFF;
}
#contents.recruit_02 .item{
	margin-left: 10px;
	border: 1px solid #D4D4D4;
	margin-bottom: 40px;
}
* #contents.recruit_02 .item{
	width: 658px;
}
#contents.recruit_02 .item h3.item_head{
	height: 34px;
	background-color: #F5F5F5;
	border: none;
	line-height: 34px;
	padding: 0 10px 0px 15px;
}
#contents.recruit_02 .item h3.item_head span{
	display: block;
}
#contents.recruit_02 .item h3.item_head span.item_name{
	width: 500px;
	float: left;
}
#contents.recruit_02 .item h3.item_head .no{
	float: right;
	font-size: 12px;
	font-weight: lighter;
}
#contents.recruit_02 .item .tags{
	margin-top: 10px;
}
#contents.recruit_02 .item .tags ul{
	margin-left: 15px;
}
#contents.recruit_02 .item .tags ul li{
	float: left;
	background-color: #D4D4D4;
	color: #CE4345;
	padding: 5px 12px;
	margin-right:6px;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	margin-bottom: 5px;
}
#contents.recruit_02 .item .item_cont{
	margin-left: 15px;
	margin-right: 15px;
}
#contents.recruit_02 .item .item_cont .row_01 {
	padding-top: 20px;
}
#contents.recruit_02 .item .item_cont .row_01 img{
	float: left;
	display: block;
}
#contents.recruit_02 .item .item_cont dl{
	float: right;
	width: 343px;
}
#contents.recruit_02 .item .item_cont .row_01 dl{
	/* margin-top: 20px; */
} 
#contents.recruit_02 .item .item_cont .row_02 dl{
	float: none;
	margin-top: 20px;
	width: 624px;
}
#contents.recruit_02 .item .item_cont dl dt,
#contents.recruit_02 .item .item_cont dl dd{
	font-size: 12px;
	border-top: 1px solid #D4D4D4;
	padding-top: 14px;
	padding-bottom: 14px;
}
#contents.recruit_02 .item .item_cont dl dt.ceil,
#contents.recruit_02 .item .item_cont dl dd.ceil{
	border: none;
}
#contents.recruit_02 .item .item_cont dl dt{
	float: left;
	width: 108px;
}
#contents.recruit_02 .item .item_cont dl dd{
	margin-left: 108px;
}
#contents.recruit_02 .item_foot{
	margin: 20px 0 20px 0;
	background-color: #F2F2F2;
}
#contents.recruit_02 .item_foot p{
	float: left;
}
#contents.recruit_02 .item_foot p.place{
	margin: 30px 30px 0px 30px;
	color: #CE4345;
	font-weight: bold;
}
#contents.recruit_02 .item_foot p.tel{
	margin-top: 32px;
	font-size: 12px;
}
#contents.recruit_02 .item_foot p.tel_num{
	margin-left: 5px;
	margin-top: 28px;
	font-size: 20px;
	font-weight: bold;
}
#contents.recruit_02 .item_foot p.tel span{
	margin-left: 5px;
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;
}
#contents.recruit_02 .item_foot img{
	margin: 15px 0 15px 30px;
}
#contents.recruit_02 .bnr{
	margin-bottom: 20px;
	margin-left: 10px;
	margin: 0 0 0 10px;
	padding-top: 50px;
}
#contents.recruit_02 .bnr img.meeting{
	float: left;
}
#contents.recruit_02 .bnr img.voice{
	float: right;
}
/*entry------------------*/
#contents.entry{
	
}
#contents.entry .entry_box .entry_head h3.h3_left{
	float: left;
}
#contents.entry .entry_box .entry_head{
	margin-bottom: 10px;
}
#contents.entry .entry_box .entry_head img.registered{
	float: right;
}
#contents.entry .entry_box table{
	width: 656px;
	margin-left: 12px;
	margin-bottom: 25px;
	font-size: 12px;
}
#contents.entry .entry_box table th,
#contents.entry .entry_box table td{
	padding: 12px;
	border: 1px solid #FFFFFF;
}
#contents.entry .entry_box table th{
	width: 158px;
	padding-left: 20px;
	background-color: #E6E6E6;
	font-weight: lighter;
}
#contents.entry .entry_box table td{
	padding-left: 30px;
	background-color: #F5F5F5;
}
#contents.entry .entry_box table input.short_01{
	width: 140px;
	border: 1px solid #BCBCBC;
}
#contents.entry .entry_box table input.short_02{
	width: 44px;
	border: 1px solid #BCBCBC;
}
#contents.entry .entry_box table input.short_03{
	width: 25px;
	border: 1px solid #BCBCBC;
}
#contents.entry .entry_box table input.short_04{
	width: 60px;
	border: 1px solid #BCBCBC;
}
#contents.entry .entry_box table input.long{
	width: 300px;
	border: 1px solid #BCBCBC;
}
#contents.entry .entry_box table input.middle{
	width: 220px;
	border: 1px solid #BCBCBC;
}
#contents.entry .entry_box table select{
	border: 1px solid #BCBCBC;
}
#contents.entry .entry_box .btn{
	margin: 0 autp;
	text-align: center;
}
#contents.entry .btn_back{
	margin-top: 18px;
}
/*news------------------*/
#contents.news .item{
	background-color: #F8F8F8;
	padding: 10px;
	min-height: 280px;
}
#contents.news .item .more{
	float:left;
	padding-top:5px;
	padding-left:10px;
}
#contents.news h3{
	background-color: #E4E4E4;
	border: none;
}
#contents.news .date{
	text-align: right;
	padding: 5px 0 5px 0;
	border-bottom:1px dashed #E4E4E4;
}
#contents.news .text{
	padding: 20px 5px 0 24px;
}
#contents.news .btns{
	width: 500px;
	margin: 15px auto 0 auto;
	text-align: center;
}

#contents.news .catbox{
	margin-bottom:30px;
}

#contents.news .catbox p.date{
	text-align:left;
	padding-left:10px;
	border-bottom:solid 1px #e4e4e4;
	margin-bottom:10px;
}
#contents.news .catbox .comment{
	margin-bottom:20px;
	padding: 0 20px;
}
#contents.news .catbox p.morelink{
	text-align:right;
	padding-right: 40px;
}
}
/*client------------------*/

#contents.client #client_area{
	
}
#contents.client .client_nav img{
	display: block;	
}
#contents.client .client_nav li{
	float: left;
}
#contents.client .client_subnav ul{
	position: relative;
	height: 75px;
}
#contents.client .client_subnav ul li{
	position: absolute;
	top: 15px;
}
#contents.client .client_subnav ul li.sub01{
	left: 34px;
}
#contents.client .client_subnav ul li.sub02{
	left: 240px;
}
#contents.client .client_subnav ul li.sub03{
	left: 450px;	
}
/*client_service1------------------*/
#contents.client #client_service1 .head_box {
    height: 270px;
    background-image: url(../img/client/bg_client_service1_box_01.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: 50px;
    margin-right: 16px;
}
#contents.client #client_service1 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_service1 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service1 p.catch_01{
	margin: 10px 0 20px 32px;
	width: 328px;
	font-size: 14px;
	line-height: 1.6em;
}
#contents.client #client_service1 p.catch_02{
	margin: 10px 0 20px 32px;
	width: 328px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
/*client_service2------------------*/
#contents.client #client_service2 .head_box{
	height: 256px;
	background-image: url(../img/client/bg_client_service2_box_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 60px;
	margin-right: 16px;
}
#contents.client #client_service2 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_service2 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service2 p.catch_01{
	margin: 10px 0 20px 32px;
	width: 328px;
	font-size: 14px;
	line-height: 1.6em;
}
#contents.client #client_service2 p.catch_02{
	margin: 10px 0 20px 32px;

	width: 328px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
/*client_service3------------------*/
#contents.client #client_service3 .head_box{
	height: 256px;
	background-image: url(../img/client/bg_client_service3_box_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 60px;
	margin-right: 16px;
}
#contents.client #client_service3 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_service3 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service3 p.catch_01{
	margin: 10px 0 20px 32px;
	width: 328px;
	font-size: 14px;
	line-height: 1.6em;
}
#contents.client #client_service3 p.catch_02{
	margin: 10px 0 20px 32px;
	width: 328px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
/*client_service4------------------*/
#contents.client #client_service4 .head_box{
	height: 256px;
	background-image: url(../img/client/bg_client_service4_box_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 60px;
	margin-right: 16px;
}
#contents.client #client_service4 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_service4 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service4 p.catch_01{
	margin: 10px 0 50px 32px;
	width: 328px;
	font-size: 14px;
	line-height: 1.6em;
}
#contents.client #client_service4 p.catch_02{
	margin: 10px 0 20px 32px;
	width: 328px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
/*client_service5------------------*/
#contents.client #client_service5 .head_box{
	height: 256px;
	background-image: url(../img/client/bg_client_service5_box_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 60px;
	margin-right: 16px;
}
#contents.client #client_service5 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_service5 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service5 p.catch_01{
	margin: 10px 0 20px 32px;
	width: 328px;
	font-size: 14px;
	line-height: 1.6em;
}
#contents.client #client_service5 p.catch_02{
	margin: 10px 0 20px 32px;
	width: 328px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
/*client_service6------------------*/
#contents.client #client_service6 .head_box{
	height: 256px;
	background-image: url(../img/client/bg_client_service6_box_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 60px;
	margin-right: 16px;
}
#contents.client #client_service6 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_service6 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service6 p.catch_01{
	margin: 10px 0 50px 32px;
	width: 328px;
	font-size: 14px;
	line-height: 1.6em;
}
#contents.client #client_service6 p.catch_02{
	margin: 10px 0 20px 32px;
	width: 328px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
/*client_service7------------------*/
#contents.client #client_service7 .head_box{
	height: 256px;
	background-image: url(../img/client/bg_client_service7_box_01.gif);
	background-repeat: no-repeat;
	background-position: 340px top;
	margin-bottom: 60px;

	margin-right: 16px;
}
#contents.client #client_service7 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_service7 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service7 p.catch_01{
	margin: 30px 0 50px 32px;
	width: 328px;
	font-size: 14px;
	line-height: 1.6em;
}

#contents.client #client_service7 .client_service7_box_01{
	position: relative;
	margin: 0 16px 50px 16px;
}
#contents.client #client_service7 .client_service7_box_01 img.pic_01{
	margin-left: 25px;
}
#contents.client #client_service7 .client_service7_box_01 .p_01{
	position: absolute;
	top: 56px;
	left: 242px;
}
#contents.client #client_service7 .client_service7_box_01 .p_02{
	position: absolute;
	top: 116px;
	left: 116px;
}
#contents.client #client_service7 .client_service7_box_01 .p_03{
	margin-top: 25px;
	margin-left: 15px;
}
#contents.client #client_service7 .client_service7_box_02{
	margin: 0 16px 50px 16px;
}
#contents.client #client_service7 .client_service7_box_02 .p_04,
#contents.client #client_service7 .client_service7_box_03 .p_04{
	margin-left: 15px;
}
#contents.client #client_service7 .client_service7_box_03{
	margin: 0 16px 70px 16px;
}
#contents.client #client_service7 .client_service7_box_03 .pic_02{
	margin: 50px 0 5px 0;
}
#contents.client #client_service7 .client_service7_box_03 .btn{
	text-align: right;
	margin-bottom: 30px;
}
#contents.client #client_service7 .client_service7_box_03 ul{
	margin-left: 15px;
}
#contents.client #client_service7 .client_service7_box_03 ul li{
	line-height: 1.5em;
}

/*client_serviceadd7------------------*/
#contents.client #client_serviceadd7 .head_box{
	height: 256px;
	background-image: url(../img/addclient/bg_client_service7_box_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 60px;
	margin-right: 16px;
}
#contents.client #client_serviceadd7 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_serviceadd7 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_serviceadd7 p.catch_01{
	margin: 10px 0 40px 32px;
	width: 310px;
	font-size: 14px;
	line-height: 1.6em;
}
#contents.client #client_serviceadd7 p.catch_02{
	margin: 10px 0 20px 32px;
	width: 328px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}

/*client_service14～16------------------*/
#contents.client #client_service14 .head_box ,
#contents.client #client_service15 .head_box ,
#contents.client #client_service16 .head_box {
	background-position: right top;
	background-repeat: no-repeat;
	margin-right: 16px;
	margin-bottom: 60px;
}
#contents.client #client_service14 .head_box {
	background-image: url(../img/client/service14/bg1.jpg);
	height: 269px;
}
#contents.client #client_service15 .head_box {
	background-image: url(../img/client/service15/bg1.jpg);
	height: 272px;
}
#contents.client #client_service16 .head_box {
	background-image: url(../img/client/service16/bg1.jpg);
	height: 329px;
}

#contents.client #client_service14 h3 ,
#contents.client #client_service15 h3 ,
#contents.client #client_service16 h3 ,
#contents.client #client_service17 h3
 {
	border: none;
	height: 45px;	
	margin: 8px;
	margin-left: 8px;
}
#contents.client #client_service16 h3 {
	height: 80px;
}
#contents.client #client_service14 h4 ,
#contents.client #client_service15 h4 ,
#contents.client #client_service16 h4 {
	background-image: none;
	height: 34px;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service14 p.catch_01 ,
#contents.client #client_service15 p.catch_01 ,
#contents.client #client_service16 p.catch_01 {
	line-height: 1.6em;
	width: 328px;
	margin: 10px 0 50px 32px;
	font-size: 14px;
}
#contents.client #client_service16 p.catch_01 strong {
	color: #D12139;
}
#contents.client #client_service14 dl.catch1 ,
#contents.client #client_service15 dl.catch1 ,
#contents.client #client_service16 dl.catch1 {
	font-size: 14px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	width: 360px;
	margin-left: 18px;
	margin-top: -26px;
	padding-top: 16px;
}
#contents.client #client_service14 dl.catch1 dt ,
#contents.client #client_service15 dl.catch1 dt ,
#contents.client #client_service16 dl.catch1 dt {
	color: #DD4250;
	font-weight: bold;
	margin-bottom: 0.8em;
	padding-left: 14px;
}
#contents.client #client_service14 dl.catch1 dd ,
#contents.client #client_service15 dl.catch1 dd ,
#contents.client #client_service16 dl.catch1 dd {
	margin-left: 1em;
	margin-top: 0.5em;
	padding-left: 14px;
}
#contents.client #client_service14 ul.chk ,
#contents.client #client_service15 ul.chk {
	margin-bottom: -28px;
}
#contents.client #client_service16 ul.chk {
	margin-bottom: 48px;
}
#contents.client #client_service14 ul.chk li ,
#contents.client #client_service15 ul.chk li ,
#contents.client #client_service16 ul.chk li {
	margin-bottom: 9px;
}
#contents.client #client_service14 .inner ,
#contents.client #client_service15 .inner ,
#contents.client #client_service16 .inner {
	font-size: 14px;
	line-height: 1.6;
}
#contents.client #client_service14 .title5 ,
#contents.client #client_service15 .title5 ,
#contents.client #client_service16 .title5 {
	font-size: 16px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;
	margin: -15px;
	margin-top: 72px;
	margin-bottom: 18px;
	padding-left: 15px;
	padding-bottom: 0.2em;
}
#contents.client #client_service14 .title6 {
	color: #CC4A4E;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.4em;
}
#contents.client #client_service14 .inner p ,
#contents.client #client_service15 .inner p ,
#contents.client #client_service16 .inner p {
	margin-bottom: 24px;
}
#contents.client #client_service14 .inner dl.lh dt {
	color: #666666;
	font-weight: bold;
	line-height: 1;
	border-left-style: solid;
	border-left-color: #CC4A4E;
	border-left-width: 2px;
	margin-bottom: 0.4em;
	padding-left: 0.6em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#contents.client #client_service14 .inner dl.lh dd {
	color: #666666;
	padding-left: 0.8em;
}
#contents.client #client_service14 .inner p.mlr15 ,
#contents.client #client_service15 .inner p.mlr15 ,
#contents.client #client_service16 .inner p.mlr15 {
	margin-left: -15px;
	margin-right: -15px;
}
/*--service17--*/
#contents.client #client_service17{
	font-size: 14px;
	line-height:1.6;
}
#contents.client #client_service17 .head_box {
	height: 250px;
	
}
#contents.client #client_service17 .head_box .catch_01{
	margin-left:38px;
	
}
#contents.client #client_service17 h4{
	background: none;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	padding-left: 0;
}
#contents.client #client_service17 .head_box h4{
	padding-left:36px;
}
#contents.client #client_service17 h4 span{
	color:#CC4446;
	font-size:16px;
}

#contents.client #client_service17 .box_common_01 ul{
	margin-left:24px;
	margin-bottom:3em;
	margin-top:1em;
}
#contents.client #client_service17 .box_common_01 li{
	margin-bottom:1em;
	margin-left:1em;
	text-indent:-0.8em;
}
#contents.client #client_service17 .box_service17_02 li{
	min-width: 129px;
	float:left;
}
#contents.client #client_service17 .box_service17_02 ul{
	overflow:hidden;
}
#contents.client #client_service17 .box_service17_02 li p,
#contents.client #client_service17 .box_service17_02 li dt{
	color:#CC4446;
	font-weight:bold;
	font-size: 16px;
	text-align: center;
}
#contents.client #client_service17 .box_service17_02 li dd{
	font-size:12px;
}
#contents.client #client_service17 .box_service17_02 li dl{
	width: 124px;
}

/*client_point------------------*/
#contents.client #client_point{
	
}
#contents.client #client_point .head_box{
	background-repeat: no-repeat;
	background-position: right top;

	margin-right: 16px;
}
#contents.client #client_point h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_point h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_point .client_service7_box_01{
	margin: 0 16px 0 16px;
}
#contents.client #client_point .client_service7_box_01 .point_inner{
	margin: 0 15px 0 15px
}
#contents.client #client_point .client_service7_box_01 .point_inner p.note{
	margin-bottom: 37px;
	margin-right: 19px;
}
#contents.client #client_point .client_service7_box_01 .point_inner p.inner_head{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-bottom: 24px;
	color: #CF4446;
	font-size: 14px;
	font-weight: bold;
}
#contents.client #client_point .client_service7_box_01 .point_inner dl dt{
	font-weight: bold;
	color: #666666;
	margin-bottom: 12px;
	margin-right: 15px;
	padding-left: 3px;
}
#contents.client #client_point .client_service7_box_01 .point_inner dl dd{
	margin-bottom: 30px;
	margin-right: 38px;
	padding-left: 3px;
}

#contents.client #client_point .client_service7_box_01 .point_inner p.p_01{
	font-weight: bold;
	color: #666666;
	margin-bottom: 20px;
	margin-right: 38px;
	padding-left: 3px;
}
#contents.client #client_point .client_service7_box_01 .point_inner p.p_02{
	margin-bottom: 12px;
	margin-right: 38px;
	padding-left: 3px;
}
#contents.client #client_point .client_service7_box_01 .point_inner p.p_03{
	margin-bottom: 30px;
	margin-right: 38px;
	padding-left: 3px;
}
#contents.client #client_point .client_service7_box_01 .point_inner p,
#contents.client #client_point .client_service7_box_01 .point_inner dt,
#contents.client #client_point .client_service7_box_01 .point_inner dd{
	line-height: 1.2em;
}
/*client_common------------------*/
#client_common{
	
}
#client_common .box_common_01{
	margin: 0 16px 60px 16px;
}
#client_common .box_common_02{
	margin: 0 16px 80px 16px;
}
#client_common .box_common_01 .inner,
#client_common .box_common_02 .inner{
	margin: 0 15px;
}
#client_common .box_common_01 .inner .inner_left,
#client_common .box_common_01 .inner .inner_right{
	margin-bottom: 45px;
}
#client_common .box_common_01 .inner .inner_left{
	width: 420px;
	float: left;
}
#client_common .box_common_01 .inner .inner_left p.p_01{
	font-size: 14px;
	margin-bottom: 10px;
}
#client_common .box_common_01 .inner .inner_left ul li{
	line-height: 1.6em;
}
#client_common .box_common_01 .inner .inner_right{
	float: right:
}
#client_common .box_common_01 .inner p.p_02{
	font-size: 14px;
	font-weight: bold;
	color: #CF4446;
	margin-bottom: 20px;
}
#client_common .box_common_01 .inner p.p_03{
	font-weight: bold;
	color: #666666;
	margin-bottom: 15px;
}
#client_common .box_common_01 .inner dl dt,
#client_common .box_common_01 .inner dl dd{
	line-height: 1.4em;
}
#client_common .box_common_01 .inner dl dt{
	color: #CF4446;
}
#client_common .box_common_01 .inner dl dd{
	margin-bottom: 20px;
}
#client_common .box_common_02 .inner p.p_04{
	line-height: 1.6em;
	margin-bottom: 20px;
}
#client_common .box_common_02 .inner p.p_04 span{
	color: #CF4446;
	font-weight: bold;
}
#client_common .box_common_02 .inner p.p_05,
#client_common .box_common_02 .inner p.p_06{
	line-height: 1.6em;
}
#client_common .box_common_02 .inner p.p_06{
	margin-top: 30px;
}
#client_common .box_common_02 .inner dl dt,
#client_common .box_common_02 .inner dl dd{
	line-height: 1.6em;
}
#client_common .box_common_02 .inner dl dt{
	color: #CF4446;
}
/*client_service10------------------*/
#contents.client #client_service10 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;	
}
#contents.client #client_service10 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service10 img.catch{
	margin: 10px 0 20px 30px;
}
#contents.client #client_service10 .box_service10_01{
	margin: 0 16px 35px 16px;
}
#contents.client #client_service10 .box_service10_01 img.pic{
	display: block;
	margin: 0 auto;
}
#contents.client #client_service10 .box_service10_01 ul{
	margin-left: 20px;
}
#contents.client #client_service10 .box_service10_01 ul li{
	line-height: 1.5em;
}
#contents.client #client_service10 .box_service10_01 p{
	margin-left: 20px;
	margin-bottom: 30px;
	line-height: 1.4em
}
/*client_service11------------------*/
#contents.client #client_service11 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_service11 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service11 img.catch{
	margin: 10px 0 20px 30px;
}
#contents.client #client_service11 .box_service11_01{
	margin: 0 16px 35px 16px;
}
#contents.client #client_service11 .box_service11_01 p.text_long{
	margin-left: 20px;
	margin-bottom: 30px;
	line-height: 1.4em
}
#contents.client #client_service11 .box_service11_01 .inner{
	margin-left: 20px;
}
#contents.client #client_service11 .box_service11_01 .inner .box_small{
	float: left;
	width: 300px;
	margin-bottom: 20px;
}
#contents.client #client_service11 .box_service11_01 .inner .box_small p.small_head{
	font-weight: bold;
	color: #CF4446;
	margin-bottom: 10px;
	font-size: 14px;
}
#contents.client #client_service11 .box_service11_01 .inner .box_small p.text{
	margin-left: 12px;
	line-height: 1.4em;
}
#contents.client #client_service11 .box_service11_01 img.pic{
	display: block;
	margin: 0 auto;
}
#contents.client #client_service11 .box_service11_01 .box_arrow{
	margin-left: 10px;
	background-color: #F9F9F9;
	margin-bottom: 8px;
}
#contents.client #client_service11 .box_service11_01 .arrow_inner{
	padding-left: 135px;
}
#contents.client #client_service11 .box_service11_01 .ar1 .arrow_inner{
	background-image: url(../img/client/bg_client_service11_arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 40px top;
	height: 300px;
}
#contents.client #client_service11 .box_service11_01 .ar2 .arrow_inner{
	background-image: url(../img/client/bg_client_service11_arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 40px top;
	height: 165px;
}
#contents.client #client_service11 .box_service11_01 .ar3 .arrow_inner{
	height: 150px;
}
#contents.client #client_service11 .box_service11_01 .arrow_inner .innner_head{
	font-weight: bold;
	padding: 20px 0 15px 0;
	color: #666666;
}
#contents.client #client_service11 .box_service11_01 ul.top{
	padding-top: 20px;
	margin-bottom: 10px;
}
#contents.client #client_service11 .box_service11_01 ul li{
	line-height: 2em;
}
#contents.client #client_service11 .box_service11_01 ul.list2 li{
	margin-left: 10px;
	text-indent: -10px;
	line-height: 1.4em;
	padding-bottom: 5px;
}
/*client_service12------------------*/
#contents.client #client_service12 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_service12 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service12 img.catch{
	margin: 10px 0 20px 19px;
}
#contents.client #client_service12 .box_service12_01{
	margin: 0 16px 35px 16px;
}
#contents.client #client_service12 .box_service12_01 ul{
	margin-left: 20px;
}
#contents.client #client_service12 .box_service12_01 ul li{
	line-height: 1.5em;
}
#contents.client #client_service12 .box_service12_01 p.text_long{
	margin-left: 20px;
	margin-bottom: 30px;
	line-height: 1.4em
}
#contents.client #client_service12 .box_service12_01 .inner{
	margin: 0 auto;
}
#contents.client #client_service12 .box_service12_01 .inner h4{
	width: 612px;
	height: 25px;
	margin: 0 0 0 12px;
}
#contents.client #client_service12 .box_service12_01 .inner h4 img{
	display: block;
}
#contents.client #client_service12 .box_service12_01 .inner .text{
	background-color: #F9F9F9;
	width: 612px;
	margin-left: 12px;
}
#contents.client #client_service12 .box_service12_01 .inner p{
	padding: 30px 25px 30px 25px;
}
#contents.client #client_service12 .box_service12_01 .arrow{
	text-align: center;
	margin: 5px 0;
}
#contents.client #client_service12 .bottom{
	text-align: center;
	margin-top: 20px;
}
#contents.client #client_service12 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	
}
#contents.client #client_service12 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service12 img.catch{
	margin: 10px 0 20px 19px;
}
#contents.client #client_service12 .box_service12_01{
	margin: 0 16px 35px 16px;
}
#contents.client #client_service12 .box_service12_01 p.ttl1{
	color:#CF4446;
	font-weight:bold;
	margin:20px;
	margin-bottom:5px;
}

#contents.client #client_service12 .box_service12_01 ul{
	margin-left: 20px;
}
#contents.client #client_service12 .box_service12_01 ul li{
	line-height: 1.5em;
}
#contents.client #client_service12 .box_service12_01 p.text_long{
	margin-left: 20px;
	margin-bottom: 30px;
	line-height: 1.4em
}
/*client_service13------------------*/
#contents.client #client_service13 h3{
	border: none;
	margin: 8px;
	margin-left: 8px;
	height: 45px;	

}
#contents.client #client_service13 h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
#contents.client #client_service13 img.catch{
	margin: 10px 0 20px 19px;
}
#contents.client #client_service13 .box_service13_01{
	margin: 0 16px 35px 16px;
}
#contents.client #client_service13 .box_service13_01 p.note_03{
	font-size:10px;
	text-align:right;
	margin-top:1em;
}

#contents.client #client_service13 .box_service13_01 dl.support{
	margin:15px;
}
#contents.client #client_service13 .box_service13_01 dl.support dt{
	background:#EAE9E9;
	padding:5px 10px;
	font-weight:bold;
	border-left:2px solid #CE4446;
	
}
#contents.client #client_service13 .box_service13_01 dl.support dd {
	margin-bottom:15px;
	margin-top:5px;
}
#contents.client #client_service13 .box_service13_01 dl.support dd ul{
	margin-left:10px;
}
#contents.client #client_service13 .box_service13_01 dl.support dd li{
	display:inline;
	margin:5px;
}
#contents.client #client_service13 .box_service13_01 ul{
	margin-left: 20px;
}
#contents.client #client_service13 .box_service13_01 ul li{
	line-height: 1.5em;
}
#contents.client #client_service13 .box_service13_01 img.pic{
	display: block;
	margin: 0 auto;
}
#contents.client #client_service13 .box_service13_01 img.note{
	margin: 20px 0 10px 20px;
}
#contents.client #client_service13 .box_service13_01 p.note{
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 10px 0;
}
#contents.client #client_service13 .box_service13_01 p.text_short{
	margin-left: 15px;
	padding-bottom: 25px;
}
/*client_dispatch------------------*/
#contents.client #client_dispatch h3{
	float: left;
	border: none;
	margin: 8px;
	margin-left: 8px;	
}
#contents.client #client_dispatch .small_nav{
	float: right;
	margin-right: 15px;
}
#contents.client #client_dispatch h4{
	height: 34px;
	background-image: none;
	margin: 20px 0 0 0;
	padding: 0;
}
#contents.client #client_dispatch p.text{
	margin: 15px 0 25px 20px;
}
#contents.client #client_dispatch .small_nav li{
	float: left;
	background-image: url(../img/client/pic_client_list_marker.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 24px;
}
#contents.client #client_dispatch .box_dispatch_lineup{
	margin-left: 16px;
	width: 636px;
}
#contents.client #client_dispatch .box_dispatch_lineup .lineup_box{
	width: 306px;
	height: 212px;
	float: left;
	text-align: right;
}
#contents.client #client_dispatch .box_dispatch_lineup .lineup_text{
	height: 80px;
}
#contents.client #client_dispatch .box_dispatch_lineup .lineup_box p{
	padding: 10px 10px 5px 10px;
	text-align: left;
	line-height: 1.3;
}
#contents.client #client_dispatch .box_dispatch_lineup .lineup_box p.note{
	padding-top: 0px;
}
#contents.client #client_dispatch .box_dispatch_lineup .right{
	float: right;
}
#contents.client #client_dispatch .btn{
	margin-left: 16px;
}
/*client_flow------------------*/
#contents.client #client_flow{
	
}
#contents.client #client_flow h3{
	float: left;
	border: none;
	margin: 8px;
	margin-left: 8px;	
}
#contents.client #client_flow .note{
	margin-bottom: 30px;
	margin-top: 15px;
}
#contents.client #client_flow .box_flow{
	margin-left: 16px;
	margin-right: 16px;
}
#contents.client #client_flow .box_flow table{

}
#client_flow .box_flow table td,
#client_flow .box_flow table th{
	border: 2px solid #fff;
	background-color: #d9d9d9;
	vertical-align: top;
	padding: 10px;
}

#client_flow .box_flow table td table td,
#client_flow .box_flow table td table th{
	border: none;
	vertical-align: top;
	padding: 13px 20px;
}
#client_flow .box_flow table th{
	vertical-align: middle;
	background-color: #D9D9D9;
}
#client_flow .box_flow table td{
	background-color: #F2F2F2
}
#client_flow .box_flow table td table th{
	width: 141px;
	padding-right:0;
	background-color: #F2F2F2
}
#client_flow .box_flow table td table td ul li{
	padding: 3px;
}
#client_flow .box_flow table td table td p{
	margin-top: 4px;
	font-size: 10px;
	line-height: 1.2em;
}
/*client_area------------------*/
#contents.client #client_area h3{
	border: none;
	margin-left: 8px;
}
#contents.client #client_area .area_box_01{
	margin-left: 32px;
	margin-bottom: 50px;
}
#contents.client #client_area h4{
	height: 34px;
	margin: 25px 0 30px 0;
	padding-left:15px;
	background-image:url(../img/client/bg_client_h4.gif);
	font-size: 16px;
	color: #7E7E7E;
	line-height: 34px;
}
#contents.client #client_area .area_box_01 dl{	
}
#contents.client #client_area .area_box_01 dl dt{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0px;
}
#contents.client #client_area .area_box_01 dl dd{
	font-size: 12px;
	padding: 0 0 20px 30px;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #ccc
}
#contents.client #client_area .area_box_01 dl dd span.zip{
	margin-right: 10px;
}
#contents.client #client_area .area_box_01 dl dd span.add{
	margin-right: 20px;
}
#contents.client #client_area .area_box_01 dl dd span.tel{
	margin-right: 10px;
}
#contents.client #client_area .area_box_01 dl dd img.btn_map{
	vertical-align: middle;
}
#contents.client #client_area .area_box_02{
	margin-left: 32px;
	margin-bottom: 50px;
}
#contents.client #client_area .area_box_02 dl dt{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0 0 30px 0px;
}
#contents.client #client_area .area_box_02 dl dd{
	font-size: 12px;
	padding: 0 0 15px 30px;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #ccc
}
#contents.client #client_area .area_box_02 dl dd span.name{
	display: block;
	float: left;
	width: 160px;
}

#contents.client .client_contact_area {
	text-align: center;
	margin-top: 72px;
	margin-bottom: 48px;
}

/*job------------------*/

/*jobtop*/
#contents.jobtop{
}
#contents.jobtop h3{
	height: 27px;
	margin-bottom: 20px;
	margin-left: 16px;
	padding-left: 0;
	border-left: none;
	line-height: 1em;
	font-weight: normal;
}
#contents.jobtop .box_jobtop_01{
	margin-left: 16px;
	margin: 0 16px 70px 16px;
}
#contents.jobtop .box_jobtop_01 img.head_jobtop{
	margin-left: 12px;
	margin-bottom: 20px;
}
#contents.jobtop .box_jobtop_01 .inner .inner_left{
	float: left;
	width: 330px;
}
#contents.jobtop .box_jobtop_01 .inner .inner_right{
	float: right;
	margin-right: 12px;
}
#contents.jobtop .box_jobtop_01 p{
	margin-left: 12px;
	margin-bottom: 10px;
}
#contents.jobtop h4{
	height: 34px;
	padding-left: 0;
	margin-bottom: 34px;
	background-image: none;
	font-weight: bold;
	font-size: 16px;
	color: #CF4446;
	line-height: 1em;
}
#contents.jobtop p{
	line-height: 1.4em;
}
/*qa*/
#contents.qa{
}
#contents.qa h3{
	height: 27px;
	margin-bottom: 30px;
	margin-left: 16px;
	padding-left: 0;
	border-left: none;
	line-height: 1em;
	font-weight: normal;
}
#contents.qa .box_jobtop_01{
	margin-left: 16px;
	margin: 0 16px 70px 16px;
}
#contents.qa h4{
	height: 34px;
	padding-left: 0;
	margin-bottom: 34px;
	background-image: none;
	font-weight: bold;
	font-size: 16px;
	color: #CF4446;
	line-height: 1em;
}
#contents.qa .qa_nav{
	margin: 0 0 20px 28px;
}
#contents.qa .qa_nav ul li{
	float: left;
	margin-right: 33px;
}
#contents.qa .qa_nav ul li img{
	display: block;
}
#contents.qa .qa_nav ul li.end{
	margin-right: 0;
}
#contents.qa .box_qa_01{
	margin-left: 16px;
	margin: 0 16px 70px 16px;
}
#contents.qa .btn_pagetop{
	text-align:right;
}
#contents.qa .box_qa_01 dl {
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 30px;
}
#contents.qa .box_qa_01 dl dt{
	position: absolute;
}
#contents.qa .box_qa_01 dl dd{
	padding-left: 1.3em;
	margin-bottom: 10px;
}
#contents.qa .box_qa_01 dl dt,
#contents.qa .box_qa_01 dl dd{
	line-height:1.4em;
}
#contents.qa .box_qa_01 dl dt.red{
	color: #CF4446;
	font-weight: bold;
}
#contents.qa .box_qa_01 .link{
	margin-bottom:40px;
	margin-left:1.5em;

}
/*voice*/
#contents.voice{
	
}
#contents.voice .voice_nav{
	margin: 0 0 20px 28px;
}
#contents.voice .voice_nav ul li{
	float: left;
	margin-right: 36px;
}
#contents.voice .voice_nav ul li img{
	display: block;
}
#contents.voice .voice_nav ul li.end{
	margin-right: 0;
}
#contents.voice h3{
	height: 62px;
	margin-bottom: 30px;
	padding-left: 0;
	border-left: none;
	line-height: 1em;
	font-weight: normal;
}
#contents.voice .voice_nav{
	margin: 0 0 20px 28px;
}
#contents.voice .voice_nav ul li{
	float: left;
	margin-right: 36px;
}
#contents.voice .voice_nav ul li img{
	display: block;
}

#contents.voice .voice_nav ul li.end{
	margin-right: 0;
}
#contents.voice .voice_main_img{
	margin: 0 0 16px 16px;
}
#contents.voice .row_01{
	margin: 0 16px 50px 16px;
}
#contents.voice .row_01 p{
	margin: 0 12px 20px 12px;
}
#contents.voice h4.line1{
	height: 30px;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 4px solid #CF4446;
	background-image: none;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #CF4446;
}
#contents.voice h4.line2{
	height: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 4px solid #CF4446;
	background-image: none;
	line-height: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #CF4446;
}
#contents.voice .row_02{
	margin: 0 16px 50px 16px;
}
#contents.voice .row_02 .row_left{
	float: left;
	width: 300px;
}
#contents.voice .row_02 .row_left img{
	display: block;
}
#contents.voice .row_02 .row_right{
	float: left;
	width: 322px;
	padding-top: 5px;
}
#contents.voice .row_02 .row_right h4{
	margin-left: 16px;
}
#contents.voice .row_02 .row_right p{
	margin-left: 30px;
}
/*-*/
#contents.voice .row_03{
	margin: 0 16px 50px 16px;
}
#contents.voice .row_03 .row_left{
	float: left;
	width: 300px;
}
#contents.voice .row_03 .row_left img{
	display: block;
}
#contents.voice .row_03 .row_right{
	float: right;
	width: 310px;
	padding-top: 5px;
}
#contents.voice .row_03 .row_right h4{
	margin-left: 16px;
}
#contents.voice .row_03 .row_left p{
	margin-left: 16px;
}


#contents.voice p{
	line-height: 1.6em;
}
/*talk*/
#contents.talk{
}
#contents.talk h3{
	height: 62px;
	margin-bottom: 30px;
	padding-left: 0;
	border-left: none;
	line-height: 1em;
	font-weight: normal;
}
#contents.talk h4{
	height: 44px;
	padding-left: 0;
	margin-bottom: 24px;
	background-image: none;
	font-weight: bold;
	font-size: 16px;
	color: #CF4446;
	line-height: 1em;
}
#contents.talk .talk_main_img{
	margin-left: 16px;
	margin-bottom: 20px;
}
#contents.talk .row_01{
	margin-left: 16px;
	margin: 0 16px 25px 16px;
}
#contents.talk .row_01 img.txt_talk_01{
	float: none;
	margin-bottom: 10px;
}
#contents.talk .row_01 img{
	float: left;
	display: block;
	margin-right: 18px;
	margin-bottom :25px;
}
#contents.talk .row_01 img.right{
	float: right;
	margin-right: 0;
}
#contents.talk .row_02{
	margin: 0 16px 0 16px;
}
#contents.talk .row_02 p.txt{
	margin-bottom: 30px;
}
#contents.talk .row_02 p span{
	color: #CF4446;
}
#contents.talk .row_02 .img_box_01{
	margin-bottom: 30px;
}
#contents.talk .row_02 .img_box_01 .box_left{
	float: left;
}
#contents.talk .row_02 .img_box_01 .box_right{
	float: right;
	width: 307px;
}
#contents.talk .row_02 .img_box_02{
	margin-bottom: 30px;
}
#contents.talk .row_02 .img_box_02 .box_left{
	float: left;
	width: 307px;
}	
#contents.talk .row_02 .img_box_02 .box_left p{
	margin-bottom: 30px;
}
#contents.talk .row_02 .img_box_02 .box_right{
	float: right;
}
#contents.talk p{
	line-height: 1.4em;
}
/*introduction*/
#contents.intruduction{	
}
#contents.introduction h3{
	height: 27px;
	margin-bottom: 30px;
	margin-left: 16px;
	padding-left: 0;
	border-left: none;
	line-height: 1em;
	font-weight: normal;
}
#contents.introduction .box_introduction{
	margin-left: 16px;
	margin: 0 16px 70px 16px;
}
#contents.introduction .box_introduction img{
	display: block;
	float: left;
	margin-bottom: 20px;
}
#contents.introduction .box_introduction img.right{
	float: right;
}
/*intro_det*/
#contents.intro_det h3{
	height: 27px;
	margin-bottom: 30px;
	margin-left: 16px;
	padding-left: 0;
	border-left: none;
	line-height: 1em;
	font-weight: normal;
}
#contents.intro_det h4{
	height: 28px;
	line-height: 28px;
	max-width: 630px;
	margin-bottom: 22px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	border: 3px solid #cccccc;
	background-color: #F9F9F9;
	background-image: none;
}
#contents.intro_det .box_intro_det{
	margin-left: 16px;
	margin: 0 16px 0 16px;
}
#contents.intro_det .box_intro_det .row_01{
	margin: 0 14px 100px 14px;
}
#contents.intro_det .box_intro_det .row_01 .row_left{
	float: left;
}
#contents.intro_det .box_intro_det .row_01 .row_right{
	float: right;
	width: 320px;
}
#contents.intro_det .box_intro_det .row_01 .row_right p.note_01{
	margin-top: 5px;
	margin-bottom: 15px;
}
#contents.intro_det .box_intro_det .row_01 .row_right p.note_02{
	margin-top: 10px;
}
#contents.intro_det .box_intro_det .row_02{
	margin: 0 14px 0 14px;
}
#contents.intro_det .box_intro_det .row_02 p.news_head{
	font-size: 14px;
	border-bottom: 1px solid #CF4446;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 3px;
}
#contents.intro_det .box_intro_det .row_02 ul{
	margin: 0 15px;
}
#contents.intro_det .box_intro_det .row_02 ul li{
	padding: 8px 5px 8px 15px;	
	background-image: url(../img/job/bg_intro_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}
#contents.intro_det .box_intro_det p,
#contents.intro_det .box_intro_det .row_02 li{
	line-height: 1.4em;
}
#contents.intro_det .hisback{
	margin:30px 0;
	text-align:right;
}

/*employment------------------*/
#contents.employment{

}
#contents.employment h3{
	height: 32px;
	margin-bottom: 20px;
	padding-left: 32px;
	background-image: url(../img/cmn/bg_h3.gif);
	background-repeat: no-repeat;
	line-height: 32px;
	font-weight: bold;
	border: none;
	font-size: 14px;
}
#contents.employment h4{
	height: 28px;
	border: 3px solid #cdcdcd;
	padding: 0 10px 0 10px;
	background-color: #F9F9F9;
	background-image: none;
	line-height: 28px;
	color: #7E7E7E;
	font-size: 12px;
}
#contents.employment .category{
	margin-bottom: 30px;
}
#contents.employment .category .sub_category{
	margin-left: 15px;
	padding-bottom: 20px;
}
#contents.employment .category .sub_category table{
	margin-left: 20px;
	width: 614px;
}
#contents.employment .category .sub_category table th,
#contents.employment .category .sub_category table td{
	padding: 5px;
	border: 1px solid #DDD;
	font-size: 12px;
	line-height: 1.4em;
}
#contents.employment .category .sub_category table th{
	background-color: #F5F5F5;
	font-weight:lighter;
	width: 60px;
}
/*company------------------*/
/*top---*/
#contents.company .company_top h3{
	border: none;
	margin: 0 0 10px 16px;
	padding: 0;
}
#contents.company .company_top h4{
	height: 34px;
	margin: 0;
	padding: 0;
	background-image: none;
}
#contents.company .company_top .top_box_01{
	margin: 0 16px 10px 16px;
}
#contents.company .company_top .top_box_01 .btn{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
#contents.company .company_top .top_box_02{
	margin: 0 0 10px 0;
	text-align: center;	
}
#contents.company .company_top .top_box_02 img.box_02_text{
	margin-top: 30px;
	margin: 30px 0 30px 0;
}
#contents.company .company_top .top_box_03{
	margin: 0 16px 10px 16px;
}
#contents.company .company_top .top_box_03 table{

	width: 612px;
	margin: 13px 0 0 13px;
}
#contents.company .company_top .top_box_03 table th,
#contents.company .company_top .top_box_03 table td{
	padding: 15px 10px; 
	background-color: #F9F9F9;
	border-bottom: 2px solid #FFF;
}
#contents.company .company_top .top_box_03 table th{
	width: 130px;
	background-image: url(../img/company/bg_th_left.gif);
	background-repeat: repeat-y;
	padding-left: 30px;
	font-weight: lighter;
}
/*message---*/
#contents.message{
}
#contents.message .box_message{
	margin: 40px 28px 0 28px;
}
#contents.message .box_message p{
	margin-bottom: 20px;
}
#contents.message .box_message .box_right{
	margin-top: 40px;
	float: right;
	text-align: right;
}
#contents.message p{
	line-height: 1.6em;
}
/*privacy---*/
#contents.privacy h3{
	height: 27px;
	margin-bottom: 20px;
	margin-left: 16px;
	padding-left: 0;
	border-left: none;
	line-height: 1em;
	font-weight: normal;
}
#contents.privacy .privacy_box_01{
	margin-left: 16px;
	margin: 0 16px 70px 16px;
}
#contents.privacy .privacy_box_01 .catch{
	margin-bottom: 20px;
}
#contents.privacy h4{
	height: 34px;
	padding-left: 0;
	margin-bottom: 34px;
	background-image: none;
	font-weight: bold;
	font-size: 16px;
	color: #CF4446;
	line-height: 1em;
}
#contents.privacy .privacy_box_01 ul{
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 40px;
}
#contents.privacy .privacy_box_01 ul li{
	list-style-type: upper-roman;

	margin-bottom: 20px;
}
#contents.privacy .privacy_box_01 p.note{
	margin: 0 15px 20px; 15px;
}
#contents.privacy .privacy_box_01 .right{
	float: right;
	width: 500px;
	margin-right: 15px;
	margin-bottom: 40px;
	text-align: right;
}
#contents.privacy .privacy_box_01 .left{
	float: left;
	margin-left: 15px;
}
#contents.privacy p,
#contents.privacy li{
	line-height: 1.4em;
}
#contents.privacy .link{
	margin-right: 32px;
	text-align: right;
}
/*privacy2---*/
#contents.privacy2 h3{
	height: 27px;
	margin-bottom: 20px;
	margin-left: 16px;
	padding-left: 0;
	border-left: none;
	line-height: 1em;
	font-weight: normal;
}
#contents.privacy2 .privacy2_box_01{
	margin-left: 16px;
	margin: 0 16px 40px 16px;
}
#contents.privacy2 .privacy2_box_01 p{
	margin-bottom: 20px;
}
#contents.privacy2 .privacy2_box_01 p.indent_box{
	margin-left: 40px;
}
#contents.privacy2 .privacy2_box_01 dl.indent_list{
	margin-left: 40px;
}
#contents.privacy2 .privacy2_box_01 dl.indent_list dd{
	margin-left: 0px;
}
#contents.privacy2 .privacy2_box_01 dl{
	margin-bottom: 20px;
	margin-left: 14px;
}
#contents.privacy2 .privacy2_box_01 dl dt{
}
#contents.privacy2 .privacy2_box_01 dl dd{
	margin-left: 15px;
}
#contents.privacy2 .privacy2_box_01 dl dd.bottom{
	margin-top: 20px;
}
#contents.privacy2 .privacy2_box_01 p{
	line-height: 1.4em;
	margin-left: 14px;
}
#contents.privacy2 .privacy2_box_01 ul{
	margin-left: 14px;
}
#contents.privacy2 .privacy2_box_01 dt,
#contents.privacy2 .privacy2_box_01 dd,
#contents.privacy2 .privacy2_box_01 li{
	line-height: 1.4em;
}
/*sitemap---*/
#contents.sitemap h3{
	height: 27px;
	margin-bottom: 20px;
	margin-left: 16px;
	padding-left: 0;
	border-left: none;
	line-height: 1em;
	font-weight: normal;
}
#contents.sitemap h4{
	margin-bottom: 20px;
}
#contents.sitemap h4 a{
	text-decoration: none;
}
#contents.sitemap h4 a:hover{
	color: #CF4446;
}
#contents.sitemap .sitemap_box_01{
	margin-left: 16px;
	margin: 0 16px 0 16px;
}
#contents.sitemap .sitemap_box_01 ul{
	margin-left: 14px;
	margin-bottom: 35px;
}
#contents.sitemap .sitemap_box_01 ul li{
	margin-bottom: 10px;
	background-image: url(../img/cmn/pic_foot_marker.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
#contents.sitemap .sitemap_box_01 ul li a{
	text-decoration: none;
}
#contents.sitemap .sitemap_box_01 ul li a:hover{
	color: #CF4446;
}
/*contact----*/
#contents.company .company_contact h3{
	height: 27px;
	margin-bottom: 20px;
	margin-left: 16px;
	padding-left: 0;
	border-left: none;
	line-height: 1em;
	font-weight: normal;
}
#contents.company .company_contact h4{
	height: 34px;
	margin: 0;
	padding: 0;
	background-image: none;
}
#contents.company .company_contact .contact_box_01{
	margin: 0 16px 0 16px;
}
#contents.company .company_contact p.note{
	margin: 15px;
	margin-left: 21px;
}
#contents.company .company_contact p span{
	color: #CF4446;
	font-weight: bold;
}
#contents.company .company_contact table{
	width: 612px;
	margin-left: 11px;
}
#contents.company .company_contact table th,
#contents.company .company_contact table td{
	padding: 13px 25px 13px 25px;
	vertical-align: middle;
}
#contents.company .company_contact table th{
	width: 250px;
	background-color: #E6E6E6;
	text-align: left;
}
#contents.company .company_contact table .ceil{
	padding-top: 25px;
}
#contents.company .company_contact table .bottom{
	padding-bottom: 25px;
	vertical-align: top;
}
#contents.company .company_contact table td{
	background-color: #F5F5F5;
	border-left: 1px solid #FFF;
}
#contents.company .company_contact table th span{
	color: #CF4446;
	font-weight: bold;
	margin-left: 5px;
}
#contents.company .company_contact table td input{
	width: 376px;
	margin: 0 auto;
	border: none;
	height: 25px;
}
#contents.company .company_contact table td textarea{
	width: 372px;
	height: 200px;
	border: none;
	
}
#contents.company .company_contact .btns{
	margin: 30px;
	text-align: center;	
}
#contents.company .company_contact .btns input{
	margin: 0 20px 0 20px;
}
#contents.company .company_contact .contact_box_01 .doui{
	width:600px;
	margin:10px auto;
	margin-top: 40px;
}
#contents.company .company_contact .contact_box_01 .doui dl{
	margin:16px;
}
#contents.company .company_contact .contact_box_01 .doui .inner{
	height:200px;
	overflow-y: scroll;
	line-height: 1.8;
	border: solid 1px #ccc;
}
#contents.company .company_contact .contact_box_01 .doui .check{
	margin:10px;
	text-align:center;
}
/*entry------------------*/
/*meeting---*/
#contents.meeting{
	float: none;
	display: block;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}
#contents.meeting h3{
	border:none;
	height: 27px;
	padding-left: 0;
	border-left: none;
	line-height: 27px;
	font-weight: nomal;
	margin-bottom: 30px;
}
#contents.meeting h4{
	height: 34px;
	margin-bottom: 20px;
	margin-left: 16px;
	padding-left: 0;
	background-image: none;
	background-repeat: no-repeat;
	line-height: 34px;
	font-weight: bold;
	font-size: 14px;
}
#contents.meeting p.explain{
	margin: 0 16px 30px 16px;
	font-size: 14px;
}
#contents.meeting .flow{
	margin: 10px 16px 50px 16px;
	padding: 15px 0 20px 0;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
}
#contents.meeting .flow img{
	display: block;
	margin: 0 auto;
}
#contents.meeting .flow p{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 14px;
	color: #666666;
}
#contents.meeting table{
	width: 600px;
	margin: 0 auto 20px auto;
}
#contents.meeting table th,
#contents.meeting table td{
	height: 45px;
	border: 1px solid #999999;
	vertical-align: middle;
	text-align: center;
}
#contents.meeting table th{
	background-color: #eeeeee;
}

/*schedule---*/
#contents.schedule{
	float: none;
	display: block;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}
#contents.schedule h3{
	border:none;
	height: 27px;
	padding-left: 0;
	border-left: none;
	line-height: 27px;
	font-weight: nomal;
	margin-bottom: 30px;
}
#contents.schedule h4{
	height: 34px;
	margin-bottom: 20px;
	margin-left: 16px;
	padding-left: 0;
	background-image: none;
	background-repeat: no-repeat;
	line-height: 34px;
	font-weight: bold;
	font-size: 14px;
}
#contents.schedule .flow{
	margin: 10px 16px 50px 16px;
	padding: 20px 0 20px 0;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
}
#contents.schedule .flow img{
	display: block;
	margin: 0 auto;
}
#contents.schedule .nextweek{
	width: 729px;
	margin: 0 auto 7px auto;
	text-align: right;
}
#contents.schedule .nextweek .btn_prev_week{
	float: left;
}
#contents.schedule .nextweek .btn_next_week{
	float: right;
}
#contents.schedule table{
	width: 729px;
	margin: 0 auto 20px auto;
}
#contents.schedule table th,
#contents.schedule table td{
	border: 1px solid #777777;
	vertical-align: middle;
	text-align: center;
}
#contents.schedule table th{
	width: 90px;
	height: 30px;
}
#contents.schedule table th.pm,
#contents.schedule table th.am{
	height: 90px;
	width: 90px;
}
#contents.schedule table td{
	height: 90px;
	width: 90px;
}
#contents.schedule table td img{
	display: block;
}
#contents.schedule table th span.Sat{
	color: #000;
}
#contents.schedule table th span.Sun{
	color: #CF4446;
}
/*list---*/
#contents.list{
	float: none;
	display: block;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}
#contents.list h3{
	border:none;
	height: 27px;
	padding-left: 0;
	border-left: none;
	line-height: 27px;
	font-weight: nomal;
	margin-bottom: 30px;
}
#contents.list h4{
	height: 34px;
	margin-bottom: 20px;
	margin-left: 16px;
	padding-left: 0;
	background-image: none;
	background-repeat: no-repeat;
	line-height: 34px;
	font-weight: bold;
	font-size: 14px;
}
#contents.list .flow{
	margin: 10px 16px 50px 16px;
	padding: 20px 0 20px 0;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
}
#contents.list .flow img{
	display: block;
	margin: 0 auto;
}
#contents.list table{
	width: 729px;
	margin: 0 auto 20px auto;
}
#contents.list table th,
#contents.list table td{
	border: 1px solid #777777;
	vertical-align: middle;
	text-align: center;
}
#contents.list table th{
	height: 30px;
	background-color: #eeeeee;
}
#contents.list table th.icon{
	width: 60px;
}
#contents.list table th.add{
	width: 450px;
}
#contents.list table td.place{
	width: 410px;
	text-align: left;
	padding: 5px 20px;
}
#contents.list table td.place p.caution{
	color: #CF4446;
	font-size: 10px;
	margin-bottom: 5px;
}
#contents.list table td{

}
#contents.list table td.icon{
	width: 60px;
	height: 60px;
	background-color: #999999;
}
#contents.list table td.icon span.number{
	color: #FFF;
	font-size: 40px;
}
#contents.list table td.icon span.number a{
	text-decoration: none;
	color: #FFF;
}
#contents.list table td.icon span.number a:hover{
	color: #ddd;
}
#contents.list table td img{
	display: block;
}
#contents.list table td.place img{
	vertical-align:bottom;
	margin-top: 5px;
}
#contents.list .btn{
	margin: 0 auto;
	text-align: center;
}

/*profile---*/
#contents.profile{
	float: none;
	display: block;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}
#contents.profile h3{
	border:none;
	height: 27px;
	padding-left: 0;
	border-left: none;
	line-height: 27px;
	font-weight: nomal;
	margin-bottom: 30px;
}
#contents.profile h4{
	height: 34px;
	margin-bottom: 20px;
	margin-left: 16px;
	padding-left: 0;
	background-image: none;
	background-repeat: no-repeat;
	line-height: 34px;
	font-weight: bold;
	font-size: 14px;
}
#contents.profile .flow{
	margin: 10px 16px 50px 16px;
	padding: 20px 0 20px 0;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
}
#contents.profile .flow img{
	display: block;
	margin: 0 auto;
}
#contents.profile table{
	width: 729px;
	margin: 0 auto 20px auto;
}
#contents.profile table th,
#contents.profile table td{
	border: 1px solid #777777;
	vertical-align: middle;
	padding: 5px;
	padding-left: 10px;
}
#contents.profile table th{
	height: 30px;
	width: 160px;
	background-color: #eeeeee;
}
#contents.profile table td{
	
}
#contents.profile .btn{
	margin: 0 auto;
	text-align: center;
}
#contents.profile .btn input{
	margin-left: 25px;
	margin-right: 25px;
}
#contents.profile table input.short_01{
	width: 480px;
	border: 1px solid #BCBCBC;
}
#contents.profile table input.short_02{
	width: 44px;
	border: 1px solid #BCBCBC;
}
#contents.profile table input.short_03{
	width: 25px;
	border: 1px solid #BCBCBC;
}
#contents.profile table input.short_04{
	width: 60px;

	border: 1px solid #BCBCBC;
}
#contents.profile table input.short_06{
	width: 120px;
	border: 1px solid #BCBCBC;
}
#contents.profile table input.long{
	width: 300px;
	border: 1px solid #BCBCBC;
}
#contents.profile table input.middle{
	width: 300px;
	border: 1px solid #BCBCBC;
}
#contents.profile table select{

	border: 1px solid #BCBCBC;
}
/*staff_id------------------*/
#staff_id{
	margin: 0 auto;
	width: 516px;
	text-align: left;
}
#staff_id h1{
	margin-bottom:20px;
	font-size: 16px;
	color: #CE4446;
	font-weight: bold;
	text-align: left;
}
#staff_id h2{
	font-size: 14px;
	color: #CE4446;
	font-weight: bold;
	text-align: left;
}
#staff_id .row_01{
	margin-bottom: 20px;
	text-align: left;
}
#staff_id .row_02{
	margin-bottom: 20px;
	text-align: right;
}
#staff_id .row_02 a{
	color: #CE4446;
}
#staff_id .box{
	background-color: #F5F5F5;
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}
#staff_id .box .inner{
	width: 288px;
	text-align: center;
	margin: 0 auto;	
}
#staff_id .box form{
	text-align: center;
}
#staff_id .box form input.input_txt{
	width: 288px;
	margin-bottom: 25px;
}
#staff_id .box form .btn{
	width: 250px;
	margin: 0 auto;
}
#staff_id .box form .btn .ok{
	float: left;
}
#staff_id .box form .btn .cancel{
	float: right;
}
#staff_id .box form table{
	margin-left: 15px;
	margin-bottom: 18px;
}
#staff_id .box form table th,
#staff_id .box form table td{
	border: none;
	padding: 5px;
}
#staff_id .box form table th{
	font-size: 14px;
	color: #CE4446;
	font-weight: bold;
	text-align: left;
}
#staff_id .box form table td{
	text-align: left;
}
/*open_msg------------------*/
#wnd_open_msg{
	background-color: #eee;
}
#open_msg{
	width: 200px;
	height: 120px;
	padding-top: 10px;
	background-color: #eee;
	margin:auto;
}
#open_msg p{
	margin-bottom: 10px;
	margin-top:20px;
	color: #cf4446;
	font-weight: bold;
	font-size: 16px;
	border: 3px solid #cf4446;
	padding: 3px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #fff;
}

.send-butt {
	text-align:center;
}

/* ---------------------------------------------------------
	side
----------------------------------------------------------*/
#side{
	display: inline;
	float: right;
	width: 252px;
	margin-right: 10px;
}
#side.top{
	padding-top:26px;
}
#side .side_btn_box_01{
	padding: 7px 0;
	margin-bottom: 15px;
	background-color: #F8F8F8;
	text-align: center;
}
#side .side_btn_box_01 img{
	margin: 3px 0;
}
#side .side_btn_box_02{
	padding-bottom: 15px;	
}
#side .side_btn_box_02 img{
	display: block;
}
#side .side_btn_box_02 img.img_left{
	float: left;
}
#side .side_btn_box_02 img.img_right{
	float: right;
}
#side .side_btn_box_03{
	margin-bottom: 15px;
	text-align: center;
}
#side .side_btn_box_03 img{
	margin-bottom: 10px;
}
#side .side_btn_box_03 img.bottom{
	margin-bottom: 0px;
}
#side .side_dlbox{
	background:#EDEDED;
	text-align:center;
	padding-bottom:5px;
	margin-bottom:20px;
}
#side .side_dlbox img{
	margin-bottom:8px;
}
#side .side_fb{
	margin-bottom: 25px;
}
#side .side_btn_box_04{
	text-align:center;
}
#side .side_btn_box_05{
    text-align: right;
    padding-top: 10px;
    padding-right: 3px;
}
/* ---------------------------------------------------------
	pagetop
----------------------------------------------------------*/
#pagetop{
	height: 26px;
	width: 960px;
	margin: 120px auto 0 auto;
}
#pagetop .btn_pagetop{
	float: right;
}
#pagetop .btn_pagetop img{
	display: block;
}
/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
#footer{
}
#footer .bg_foot_ceil{
	height: 8px;
	background-image: url(../img/cmn/bg_foot_01.gif);
}
#footer .footer_cont_01{
	padding-top: 20px;
	background-image: url(../img/cmn/bg_foot_02.gif);
}
#footer .footer_cont_01 .footer_cont_01_inner{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#footer .footer_cont_01 .foot_box{
	position: relative;
	width: 170px;
	float: left;
	margin: 0 10px;
	text-align: left;
}
#footer .footer_cont_01 .foot_box h5{
	position: absolute;
	margin-bottom: 20px;
	padding-left: 15px;
	font-weight: bold;
	color: #666666;
	text-align:left;
	background-image: url(../img/cmn/pic_foot_marker.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size:14px;
}
#footer .footer_cont_01 .foot_box h5.line2{
	top: -7px;
}
#footer .footer_cont_01 .foot_box h5 a{
	text-decoration: none;
	color: #666666;
}
#footer .footer_cont_01 .foot_box p{
	padding-top: 40px;
	height: 90px;
	font-size: 12px;
	text-align: left;
	line-height:1.3em;
}
#footer .footer_cont_01 .foot_box p.add{
	padding-top: 2px;
	height: 0px;
	font-size: 14px;
}
#footer .footer_cont_01 .foot_box ul li{
	padding-top:2px;
	padding-bottom:2px;
}
#footer .bg_footer_cont_01_bottom{
	height: 2px;
	background-image: url(../img/cmn/bg_foot_04.gif);
}
#footer .footer_cont_02{
	height: 76px;
	background-image: url(../img/cmn/bg_foot_05.gif);
}
#footer .footer_cont_02 ul{
	padding-top: 15px;
	width: 900px;
	margin: 0 auto;
}
#footer .footer_cont_02 ul li{
	float: left;
	font-size: 12px;
	padding: 0 13px;
	border-right: 1px solid ;
}
#footer .footer_cont_02 ul li.last{
	border: none;
}
#footer address {
	font-style: normal;
	padding-top: 2em;
}
.mil_map {
	margin-left:160px;
	margin-top:5px;
}

.txt_block_att{
	margin-left: 10px;
	line-height: 1.4;
}
.txt_block_att.area{
	margin-left: 10px;
	margin-bottom:25px;
	line-height: 1.4;
}
.txt_block_att p{
	margin-bottom: 12px;
}
.txt_block_att p.p_title{
	font-weight:bold;
}
.txt_block_att p.red{
	color:#CE4345;	
}

.txt_block_att dl{
	position: relative;
}
.txt_block_att dl dt{
	position: absolute;
}
.txt_block_att dl dd{
	margin-bottom: 12px;
	padding-left: 2em;
}

.add_bnr_l {
	margin-top:20px;
	margin-left:10px;
}
.t_title {
	text-align:center !important;
	background-color: #CCC !important;
}
.tb_2 {
	margin-top:30px !important;
}
#contents.counseling p {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
#contents.counseling dl {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}

/*company------------------*/
/*top---*/
#contents.counseling h3 {
	border: none;
	margin: 0 0 10px 16px;
	padding: 0;
}


#contents.counseling h4 {
	height: 34px;
	padding: 0;
	background-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#contents.counseling h5 {
	padding: 0;
	background-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#contents.counseling .cobox {
    margin: 0 16px 10px 16px;
}
#contents.counseling .cont03.cobox {
	margin: 0 16px 30px 16px;
}
.counseling_top .txt01  {
	margin-bottom: 25px;
}
.counseling_top .txt02  {
	margin-bottom: 12px;
}

.counseling_top .cont01 .box {
	margin-bottom: 40px;
}
.counseling_top .cont01 .box .imgblock {
	float: left;
}
.counseling_top .cont01 .box .txtblock {
	float: right;
	width: 340px;
}
.counseling_top .list01 {
	margin-bottom: 30px;
}
.counseling_top .list01 dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.counseling_top .list01 dd {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
.counseling_top .list01 dd.nbd {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #e6e6e6;
}
.counseling_top .box02  {
	margin-bottom: 30px;
}
.counseling_top .box02 .imgblock  {
	float: left;
}
.counseling_top .box02 .txtblock  {
	float: right;
	width: 490px;
}
.counseling_top .box02 .txtblock .name {
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
}
.counseling_top .box03  {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.counseling_top .box03 .imgblock  {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	width: 120px;

}
.counseling_top .box03 .txtblock  {
	text-align: left;
	vertical-align: middle;
	display: table-cell;

}
.counseling_top .box03 .txtblock dt {
	margin-bottom: 10px;
}
#contents.contacttop p {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
#contents.contacttop dl {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
#contents.contacttop ul {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*company------------------*/
/*top---*/
#contents.contacttop h3 {
	border: none;
	margin: 0 0 10px 16px;
	padding: 0;
}
#contents.contacttop h4 {
	height: 34px;
	padding: 0;
	background-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#contents.contacttop .cobox {
    margin: 0 16px 10px 16px;
}
.contacttop_top .txt01  {
	margin-bottom: 25px;
}
.contacttop_top .txt02  {
	margin-bottom: 12px;
}
.contacttop_top .txt03  {
	margin-bottom: 5px;
	font-weight: bold;
}
.contacttop_top .txt04  {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
}
.contacttop_top .list01 {
	margin-bottom: 20px;
}
.contacttop_top .list01 li a{
	float: left;
	width: 280px;
	text-decoration: none;
	color: #666;
	margin-bottom: 3px;
	display: block;
	background-image: url(../img/contacttop/icon_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.contacttop_top .list01 li a:hover {
	text-decoration: underline;
}
.contacttop_top .box01 {
	background-color: #EFEFEF;
	margin-bottom: 30px;
	border: 1px solid #E6E6E6;
	padding: 12px;
}
.contacttop_top .box01 .btnblock {
	background-color: #FFF;
	text-align: center;
	height: 150px;
	width: 290px;
	border: 1px solid #E6E6E6;
	float: left;
}
.contacttop_top .box01 .btnblock dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}
.contacttop_top .box01 .btnblock dl dd {
	margin: 0px;
	padding: 0px;
}


.contacttop_top .box01 .txtblock {
	background-color: #FFF;
	text-align: center;
	height: 150px;
	width: 290px;
	border: 1px solid #E6E6E6;
	float: right;
}
.contacttop_top .box01 .txtblock .list02{
	padding-top: 37px;
}
/*** 20151118add ***/
.tk_wrap{

}
.tk_left{
	float: left;
	width: 49%;
}
.tk_right{
	float: right;
	width: 49%;
}

/** 20151201add */

#contents.entry .entry_box .doui{
	width:600px;
	margin:10px auto;
	margin-top: 40px;
}
#contents.entry .entry_box .doui dl{
	margin:16px;
}
#contents.entry .entry_box .doui .inner{
	height:200px;
	overflow-y: scroll;
	line-height: 1.8;
	border: solid 1px #ccc;
}
#contents.entry .entry_box .doui .check{
	margin:10px;
	text-align:center;
}

#contents.profile .doui{
	width:560px;
	margin:10px auto;
	margin-top: 40px;
}
#contents.profile .doui dl{
	margin:16px;
}
#contents.profile .doui .inner{
	height:200px;
	overflow-y: scroll;
	line-height: 1.8;
	border: solid 1px #ccc;
}
#contents.profile .doui .check{
	margin:10px;
	text-align:center;
}


/* add 20160126 */
#contents.mynumber .catch {
    line-height: 1.4em;
    margin-left: 14px;
    margin-bottom: 20px;
}


#contents.mynumber h3 {
    height: 64px;
    margin-bottom: 20px;
    margin-left: 16px;
    padding-left: 0;
    border-left: none;
    line-height: 1em;
    font-weight: normal;
}

#contents.mynumber .mynumber_box_01{
    line-height: 1.4em;
    margin-left: 14px;
    margin-bottom:30px;
}

#contents.mynumber .mynumber_box_01 p{
      margin-left:14px;
    
}

#contents.mynumber .mynumber_box_01 ul{
    margin-bottom:10px;
    
}

#contents.mynumber .mynumber_box_01 ul li{
    margin-left:28px;    
}

#contents.mynumber .mynumber_box_01 .left{
    float: left;
    margin-left:10px;
    padding-top:15px;
}

#contents.mynumber .mynumber_box_01 .right {
    float: right;
    width: 500px;
    margin-right: 15px;
    margin-bottom: 40px;
    text-align: right;
    padding-top:15px;
}

#contents.mynumber p, #contents.mynumber li {
    line-height: 1.4em;
}

#contents.client .box_system h4{
    margin-left:10px;
}

#contents.client .box_system .image{
    text-align: center;
    padding:40px 0;
}

#contents.client .box_system .text{
    margin-left:10px;
    margin-bottom:30px;
}


#contents.client .box_system .text p.bold{
    font-weight: bold;
    font-size:14px;
    padding-top:20px;
}

#contents.client .box_system .text p{
    font-size:14px;
    line-height: 1.6em;
}


.day_list{
    padding:10px 10px;
}


.inact {
    background-color: #D4D4D4;
    color: #999;
}

.error{
	color: #F00;
	display: block;
	padding-top: 5px;
}
.cred{
	color: #F00;
}
.etxt{
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 14px;
}