a {  color: #999999; font-size: 12px}
.text12pt {  font-size: 12px; line-height: 130%; color: #666666}
.text14pt {  font-size: 14px; color: #666666}
.text10pt {  font-size: 10px; line-height: 150%; color: #666666}


body {	font-family:'ＭＳ Ｐゴシック','Osaka','メイリオ','Meiryo',sans-serif;}

/* 共通設定 --------------------------------------------------------------------*/
/* float */
.f_left { float: left;}
.l_right { float: right;}

/* flexbox */
.flex_box{ 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fl_wrap{ 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; 
}
.pc_flex_box.bet,
.flex_box.bet{ 
	-ms-flex-line-pack: justify;
	align-content:space-between;}
.pc_flex_box.aro,
.flex_box.aro{ 
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}
.fl_cen{ 
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fl_end{ 
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.jus_bet{justify-content: space-between;	}
.jus_aro{justify-content: space-around;	}
.jus_cen{justify-content: center;	}	
	

/*共通設定 font-size*/
.f_11{font-size:1.1em !important;}	.f_12{font-size:1.2em !important;}	.f_14{font-size:1.4em !important;}
.f_16{font-size:1.6em !important;}	.f_17{font-size:1.7em !important;} .f_18{font-size:1.8em !important;}
.f_90{font-size: 90%;} 
.f_bold{font-weight: 900;}
.t_cen{text-align:center;}	.t_right{text-align:right;}
.border_none{border-style: none;}
	
/*共通余白設定 ---------------------------------------------------------------------------*/
.mp0{margin:0;padding:0;}
.m0{margin:0 !important;}	.mr0{margin-right:0 !important;}
.mt10{margin-top:10px;} .mt20{margin-top:20px;} .mt30{margin-top:30px;} .mt40{margin-top:40px;} .mt60{margin-top:60px;}
.mr10 {margin-right:10px;}	.mr20 {margin-right:20px;} .mr30 {margin-right:30px;} .mr40 {margin-right:40px;} .mr60 {margin-right:60px;}
.mb10 {margin-bottom:10px;}	.mb20 {margin-bottom:20px;}	.mb30 {margin-bottom:30px;}	.mb40 {margin-bottom:40px;}	.mb60 {margin-bottom:60px;}	
.ml10{margin-left:10px;} .ml20{margin-left:20px;}.ml30{margin-left:30px;} .ml40{margin-left:40px;}	.ml60{margin-left:60px;}
.pd10{padding:10px;} .pd20{padding:20px;}

div.pr_contents p{
	text-align:justify;
	text-justify:distribute;
}
.reltitle {  font-size: 12px; color: #333333}
.relquestion {  font-size: 12px; color: #6699CC; line-height: 130%}

p.1texIndent{
	text-indent:-1em;
	padding-left:1em;
}

p.lfHalf{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

td.title{
	color:#eeeeee;
	font-weight:bold;
	font-size:12px;

	background-color:#b3b3b3;
/*	height:20px;*/
	padding-top:0px;
	padding-bottom:0px;
	padding-left:4px;
	padding-right:4px;
	vertical-align:middle;
}

/* *** トップテキストスクロール部 *** */
#texField00{
	width:748px;
	background-color:#000000;
	font-size:12px;
	color:white;
	border:0px;
	text-align:center;
}

/* ********************************** */
/* ****** プロフィール profile ****** */

table.prof td, 
td.prof{
	font-size:12px;
	line-height:1.25em;
}

table.prof{
margin-top:8px;
}

.prof span{
	display:block;
/*	color:#ffffff;*/
	font-weight:bold;
	margin-bottom:0.75em;
}

.prof p{
	margin-top:0em;
	margin-bottom:0.5em;
	line-height:1.4em;
}

/* element style */

.blankTop1, .mt1 {
	margin-top: 1em;
}

.imgBorder {
	border: #CCC solid 1px;
}

h3.ttl {
	background: #b3b3b3;
	font-size: 90%!important;
	color: #FFF;
	padding: 5px;
}

.w748 {
	width: 748px!important;
}

.w748 dl {
	padding: 7px;
}

dl.dataArea:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

dl.dataArea {
	min-height: 1px;
}

* html dl.dataArea {
	height: 1px;
	/*\*//*/
	height: auto;
	visibility: hidden;
	/**/
}

dl.dataArea {
	padding: 7px;
	background: #b3b3b3;
	color: #FFF;
	margin-bottom: 0!important;
}

dl.dataArea dt {
	width: 45px;
	float: left;
}

dl.dataArea dd {
	/*padding-left: 45px;*/
	zoom: 1;
	margin-left: 85px;
	font-size: 85%;	
}



p.photoUnit {
	float: left;
	margin: 0 1px 0 0;
}


p.photoUnit img {
	border: none;
}

ul.photoList {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 748px;
}


.columnLarge {
	width: 594px!important;
	float: left;
}

ul.photoList li {
	margin: 0;
	padding: 0;
	list-style: none;
	/*display: inline;*/
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	/*margin: 2px;*/
	
}

.flat {
	margin: 0!important;
	padding: 0!important;
}

ul.photoList li img {
	vertical-align: bottom;
	/*margin: 2px;*/
	border: none;
}

ul.photoList li.edge {
	margin-right: 0!important;
}

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


.dlStyle dt {
	/*width: 3em;*/
	float: left;
	clear: left;
	text-align: right;
}


.fontNoneStyle {
	color: #FFF;
}

.dlStyle dd {
	margin-left: 0;
	padding-left: 4em;
}



p.ttlStyle1211 {
	background: #B4B4B4;
	padding: 5px;
	color: #FFF;
	font-size: 85%;
}



/* 14/01/14 */
dl.listDlVerFN dt {
	float: left;
}


dl.listDlVerFN dd {
	overflow: hidden;
	_zoom: 1;
	margin-left: 0;
}

.floaterNext {
	overflow: hidden;
	_zoom: 1;
}



.flatT {
	margin-top: 0!important;
}

.txtCenter,
.t_cen{
	text-align: center;
}

/* 2020 2月 job */
.new_area{
	width:748px;
	margin: 0 auto;		
}
.page_title_img{
	margin:30px auto 20px;
	text-align: center;
}
.job_one_box .data_list{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	background-color: #b3b3b3;
	font-weight: normal;
	padding: 7px ;
	box-sizing: border-box;
	display: table;
	width: 100%;
	color: #fff;
	text-align:left;
	margin-bottom: 10px;
}
.job_one_box .data_list .date{
	width:6em;
	display: table-cell;
	font-size: 14px;
}
.job_one_box .data_list .detail{
	margin-left:6em;
	display: table-cell;
	font-size:13px;
}
.job_one_box .text_box{
		text-align: left;
}
.job_one_box .job_pic_box{
	margin:0 auto 20px;
}
.job_one_box .job_pic_box ul{
	margin: 0;
	padding: 0;
}
.job_one_box .job_pic_box li{
	text-align: center;		
	list-style: none;
}
/* フライヤーに余白と線を */
.job_one_box .job_pic_box .flier  li{	
	padding: 10px 16px;
}
.job_one_box .job_pic_box .flier img{
	border: solid 1px #ccc;	
}
.bg_white{
	width: 100%;
	background-color: #fff;
}
.bg_white li{
	padding: 0 1px 1px 0;
	box-sizing: border-box;
}
.list_1807{
	max-height: 262px;
}
.list_1807 li{
	max-height: 131px;
}
.job_one_box .job_pic_box ul.list_1807_3{
	width:124px;
	margin-left:1px;
}
.list_1807_3 li:first-of-type{
	height:130px;
	margin-bottom:1px;
}

/* 2020 2月 profile */
.new_profile_area p{
	font-size: 0.75em;
}
.new_profile_area h1,
.new_profile_area .catch{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
.new_profile_area h1{
	margin:0 auto 1.5em;
}
.new_profile_area .prof_pic{
	text-align: center;
	margin: 20px auto 10px;
}
.profile_first_box .position{
	line-height: 1.6;
}
.profile_box .career ul{
	margin: 20px auto 30px;
	padding: 0;
	width:94%;
}
.profile_box .career li{
	font-size: 12px;
	list-style: none;
	line-height: 1.6;
	text-indent: 0.5em;
}
li.career_2006{
	margin:14px auto;
	text-align: center;
}
.profile_box .history h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	background: #b3b3b3;
	font-size: 13px;
	color: #FFF;
	padding: 5px;
	margin-bottom: 12px;
}
.history .year_box dl{
	font-size: 12px;
	line-height: 130%;
	clear: both;
	margin-bottom: 18px;
}
.history .year_box dl::after{
	display: block;
	clear: both;
	content: "";
}
.history .year_box dt{
	color: #666;
	padding-bottom: 12px;
	width: 95px;
	float: left;
	clear: left;
	font-weight: 700;
	vertical-align: top;
}
.history .year_box dd{
	margin-left:95px;
	padding-bottom: 12px;
	color: #666;
	vertical-align: top;
}
/* column --------------------------------*/
.new_column_area{
	margin-bottom:60px;
	text-align:left;
}
.new_column_area h1{
	color:#555;
	line-height:1.3em;
	text-align:center;
	font-size:16px;
	margin-bottom:0.75em;
}
.new_column_area h1 span{
	font-size: 110%;
	display: block;
}
.new_column_area .catch_box p{
	color:#555;
	line-height:1.4;	
	font-size:12px;
	margin-bottom:0.75em;
}
.new_column_area h3{
	
}
/*pager*/
.pager{	
	margin:30px 0 16px;
	width:100%;
}
.pager ul{
	padding: 0;
	margin:20px 2px 10px 108px;	
	width:640px;
	line-height: 1.7;
	text-align: right;
}
.pager li{
	list-style: none;
	font-size: 12px;	
	color: #999999;
	text-align: right;
	width:4em;
	display: inline-block;
}
.pager a{
	display:block;
}
.one_column{
	max-width:748px;
}