@charset "UTF-8";

body{word-wrap: break-word;}
body {zoom: 1.0;-moz-transform: scale(1.0);}

.en{
  letter-spacing:1px;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.en_small{
  letter-spacing:1px;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.en_bold{
  letter-spacing:1px;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.ja{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}
.ja_廃棄{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*======*/
.txt_limit{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-webkit-text-overflow: ellipsis;-o-text-overflow: ellipsis;}
.point{color:#95816f;}
.border{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border:1px solid #efefef;}
.li_yajirusi{display:inline-block;width:auto;height:auto;background:url(../img/common/li.png) no-repeat;background-size:7px 8px;background-position:0% 50%;padding-left:20px;}
	dl.recruitment div dt h3 span.li_yajirusi{padding-left:15px;}

/*======*/
a.voice_submit_link:link , 
a.voice_submit_link:link span ,
a.voice_submit_link ,
a.voice_submit_link span 
	{color:#29b7d3;text-decoration:none;}

	@media all and (min-width: 1025px) {
		a.voice_submit_link:visited{color:#29b7d3;text-decoration:none;}
		a.voice_submit_link:hover , 
		a.voice_submit_link:hover span
			{color:#29b7d3;text-decoration:underline;}
		a.voice_submit_link:active{color:#29b7d3;text-decoration:none;}
	}

/*======*/
.radi{border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;}

/*======*/
.pager span{display:inline-block;background:rgb(62,62,62,0.4);line-height:26px;padding:0px 7px;font-weight:normal;}
.pager a{display:inline-block;background:#95816f;line-height:26px;padding:0px 7px;font-weight:normal;color:#ffffff;}
	@media all and (min-width: 1025px) {
		.pager a:hover{opacity:0.9;filter: alpha(opacity=95);}
	}



/*===clearfix===*/
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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