@charset "UTF-8";
/* ========================================================================

	共通オブジェクト
	
======================================================================== */

@media screen and (min-width: 980px) {

.pc-none {
  display: none;
}

}

/* ----------------------------------------
　パンくず
------------------------------------------- */
.breadcrumb {
  clear: both;
  zoom: 1;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.breadcrumb:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.breadcrumb .inner div {
  height: 47px;
  line-height: 47px;
  margin-right: 12px;
  float: left;
  color: #808080;
}
.breadcrumb .inner div a {
  text-decoration: underline;
  color: #9d8825;
  display: block;
  height: 47px;
  padding-right: 26px;
  background: url(../images/common/breadcrumb_bg.gif) 100% 0 no-repeat;
}
.breadcrumb .inner div a:hover {
  text-decoration: none;
}

/* ----------------------------------------
　部品　色々
------------------------------------------- */
.container {
  margin-bottom: 30px;
}
.container.single .mainArea {
  /* サイドバーがない場合 */
  float: none;
  width: auto;
}
.container .mainArea {
  float: right;
  width: 696px;
  padding: 50px 0px 80px 40px;
  border-left: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
}
.container .mainArea .w440 {
  width: 440px;
}
.container .mainArea .color {
  color: #9d8825;
}
.container .mainArea img.exlink {
  vertical-align: middle;
  margin: 0 4px;
}
.container .mainArea .midasi {
  padding-left: 32px;
  border-left: 8px solid #9d8825;
  margin-left: -40px;
		color: #9d8825;
  font-size: 20px;
		font-weight:bold;
}
.container .mainArea .midasi .normal {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.container .mainArea h1 {
  margin-bottom: 50px;
  line-height: 40px;
  height: 40px;
  font-size: 30px;
  color: #947c0e;
  font-weight: normal;
}
.container .mainArea h2, .container .mainArea h3 {
  margin-bottom: 35px;
  line-height: 24px;
  font-weight: normal;
}
/*.container .mainArea h2.midasi {
  color: #9d8825;
  font-size: 20px;
}*/
.container .mainArea h4 {
  margin-top: 20px;
  font-size: 16px;
  color: #9d8825;
}
.container .mainArea a {
  text-decoration: underline;
}
.container .mainArea small {
  font-size: 12px;
}
.container .mainArea header img {
  margin-bottom: 100px;
}
.container .mainArea .txt {
  margin-bottom: 40px;
}
.container .mainArea .txt .img-wrap {
  width: 100%;
}
.container .mainArea .txt .img-wrap img {
  width: 100%;
}

/* ----------------------------------------
　グリッド カラム
------------------------------------------- */
.container .mainArea .grid {
  width: 693px;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  margin-bottom: 80px;
}

.container .mainArea .grid.last {
  margin-bottom: 0;
}
.container .mainArea .grid.column2 {
  width: 694px;
}
.container .mainArea .grid.column2 li {
  width: 296px;
}
.container .mainArea .grid li {
  float: left;
  width: 179px;
  padding: 25px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
  line-height: 1.6;
}
.container .mainArea .grid li.single {
  /* 一列にひとつだけの場合 */
  width: 642px;
}
.container .mainArea .grid li a {
  display: block;
  position: relative;
  min-height: 147px;
  width: 100%;
}
.container .mainArea .grid2 li a {
  display: block;
  position: relative;
  width: 100%;
}
.container .mainArea .grid li a img {
  margin: 0 0 0 -25px;
}
.container .mainArea .grid li p {
  text-align: left;
  margin-top: 15px;
}
.container .mainArea strong.require {
  color: #f00;
  font-weight: normal;
}

/* ----------------------------------------
　テーブル
------------------------------------------- */
.container .mainArea table.normal {
  width: 100%;
  margin-bottom: 70px;
  background: url(/images/common/dotline.gif) 0 0 repeat-x;
}
.container .mainArea table.normal tr th.noborder {
  background-image: none;
  padding-bottom: 0;
}
.container .mainArea table.normal tr th {
  width: 160px;

  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 15px 0 15px 10px;
  background: url(/images/common/dotline.gif) 0 100% repeat-x;
}
.container .mainArea table.normal tr td {
  text-align: left;
  vertical-align: top;
  padding: 15px 0;
  background: url(/images/common/dotline.gif) 0 100% repeat-x;
}
.container .mainArea table.normal tr td img {
  vertical-align: middle;
}
.container .mainArea table.normal tr td p {
  overflow: hidden;
}
.container .mainArea table.normal tr td p span {
  display: block;
  float: left;
  padding-left: 10px;
}
.container .mainArea table.normal tr td p a {
  display: block;
  float: left;
}
.container .mainArea table.normal tr td table.normal{
margin-bottom: 0;
}
.container .mainArea table.normal tr td th{
	width:100px;
}

.container .mainArea table.normal.seminar {
}
.container .mainArea table.normal.seminar tr td p a {
  margin-left: 100px;
}

/* ----------------------------------------
　フォーム
------------------------------------------- */
.container .mainArea table.normal.form {
}
.container .mainArea table.normal.form tr th {
  font-weight: bold;
}
.container .mainArea table.normal.form tr th, .container .mainArea table.normal.form tr td {
  padding: 20px 0 10px;
  line-height: 1.7;
}
.container .mainArea table.normal.form tr td .error {
  color: #f00;
}
.container .mainArea table.normal.form tr td div {
  margin-bottom: 10px;
}
.container .mainArea table.normal.form tr td span.em2 {
  display: inline-block;
  width: 2em;
}
.container .mainArea table.normal.form tr td span.em6 {
  display: inline-block;
  width: 6em;
}
.container .mainArea table.normal.form tr td label {
  display: inline-block;
  margin-right: 30px;
}
.container .mainArea table.normal.form tr td select {
  padding: 2px;
}
.container .mainArea table.normal.form tr td input {
  margin-right: 5px;
}
.container .mainArea table.normal.form tr td input[type="text"], .container .mainArea table.normal.form tr td textarea {
  padding: 4px;
  border: 1px solid #ccc;
}
.container .mainArea table.normal.form tr td textarea {
  margin-bottom: 10px;
  width: 90%;
}
.container .mainArea table.normal.form tr td table.jobhistory th, .container .mainArea table.normal.form tr td table.jobhistory td {
  background: none;
  padding: 0 0 15px;
}
.container .mainArea table.normal.form tr td .btn a {
  width: 503px;
  margin: 0 0 0 160px;
  line-height: 10px;
}
.container .mainArea table.normal.form tr td .policy {
  /* プライバシーポリシー */
  border: 1px solid #ccc;
  padding: 15px 15px 15px 30px;
  margin-bottom: 15px;
}
.container .mainArea table.normal.form tr td .policy .scrollbox {
  height: 140px;
  padding-right: 20px;
}
.container .mainArea table.normal.form tr td .policy div {
  margin-bottom: 0;
}
.container .mainArea table.normal.form tr td .submit {
  /* 送信ボタン  */
  text-align: center;
}
.container .mainArea table.normal.form tr td .submit input[type="submit"] {
  padding: 15px 15px 15px 25px;
  width: 440px;
  margin: 0 auto;
  background: #b09b39 url(/images/common/icn_arrow.gif) 160px 50% no-repeat;
  border: 0 solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.container .mainArea table.normal.form tr td .back {
  /* 戻るボタン  */
  margin-top: 30px;
  text-align: center;
}
.container .mainArea table.normal.form tr td .back input, .container .mainArea table.normal.form tr td .back a {
  display: block;
  padding: 15px 15px 15px 25px;
  width: 440px;
  margin: 0 auto;
  background: #747474 url(/images/common/icn_arrow_back2.gif) 160px 50% no-repeat;
  border: 0 solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
.container .mainArea table.normal.form tr td .back a {
  width: 400px;
  text-decoration: none;
}

/* ----------------------------------------
　上下に点線がないテーブル
------------------------------------------- */
.container .mainArea table.normal.noborder {
  background-image: none;
}
.container .mainArea table.normal.noborder tr:first-child th, .container .mainArea table.normal.noborder tr:first-child td {
  padding-top: 0;
}
.container .mainArea table.normal.noborder tr:last-child th, .container .mainArea table.normal.noborder tr:last-child td {
  padding-bottom: 0;
  background-image: none;
}
.container .mainArea table.normal.noborder tr th.last-child, .container .mainArea table.normal.noborder tr td.last-child {
  padding-bottom: 0;
  background-image: none;
}

/* ----------------------------------------
　●始まりのリスト 
------------------------------------------- */
.container .mainArea dl.disc {
  clear: both;
  overflow: hidden;
  padding-left: 20px;
  background: url(/images/common/icn_disc.gif) 0 50% no-repeat;
}
.container .mainArea dl.disc dt {
  float: left;
  width: 120px;
}
.container .mainArea dl.disc dd {
  margin-left: 120px;
}
.container .mainArea .btns {
  margin-top: 50px;
  overflow: hidden;
  text-align: center;
}
.container .mainArea .btns a {
  margin: 0 15px;
}


/* ----------------------------------------
　お問い合わせ
------------------------------------------- */
.container .mainArea .contact {
  padding: 40px 0 30px;
  border-top: 1px solid #9d8825;
  border-bottom: 1px solid #9d8825;
  margin-bottom: 80px;
}
.container .mainArea .contact h2 {
  margin-bottom: 20px;
}
.container .mainArea .contact ul {
  margin: 10px 0 20px;
  overflow: hidden;
}
.container .mainArea .contact ul li {
  float: left;
  width: 231px;
  border-right: 1px dotted #000;
  text-align: center;
  padding: 65px 0 10px;
  background: url(../images/common/icn_tel.gif) 50% 18px no-repeat;
  line-height: 1.6;
}
.container .mainArea .contact ul li strong {
  font-size: 20px;
  color: #947c0e;
  font-weight: normal;
  font-family: Arial;
}
.container .mainArea .contact ul li.last {
  border-right: 0px solid #fff;
}
.container .mainArea .btn a {
  display: block;
  margin: 0 auto;
  width: 446px;
  padding: 15px 0;
  background-color: #f2f2f2;
  line-height: 1;
  text-align: center;
}

/* ----------------------------------------
　枠線つきリスト 
------------------------------------------- */
.container .mainArea ul.links {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  margin-bottom: 50px;
}
.container .mainArea ul.links li {
  zoom: 1;
  padding: 25px 27px 25px 27px;
  line-height: 1.7;
  border-bottom: 1px solid #e0e0e0;
}

.container .mainArea ul.links li li {
  padding: 0;
  line-height: 1.7;
  border-bottom: none;
}

.container .mainArea ul.links.noborder,
.container .mainArea ul.links.noborder li {
  border: none;
}

.container .mainArea ul.links li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.container .mainArea ul.links li li:after {
	display: none;
}


.container .mainArea ul.links li .img {
  float: left;
  margin: 0 30px 0 0;
  width: 190px;
}
.container .mainArea ul.links li .img img {
  max-width: 100%;
  border: 1px solid #e0e0e0;
}
.container .mainArea ul.links li .img.noborder img {
  border: 0 solid #fff;
}
.container .mainArea ul.links li .txt {
  margin: 0 0 0 220px;
}
.container .mainArea ul.links li .txt .ttl {
  font-size: 18px;
  margin-bottom: 10px;
  color: #947c0e;
}
.container .mainArea ul.links li .txt .ttl small {
  padding-left: 10px;
  font-weight: normal;
}
.container .mainArea ul.links li .txt .ttl a {
  color: #947c0e;
  display: inline-block;
  padding-right: 30px;
  background: url(/images/company/icn_link.gif) 100% 50% no-repeat;
}
.container .mainArea ul.links li .txt .ttl a:hover {
  text-decoration: none;
}
.container .mainArea ul.links li .txt .btns {
  clear: both;
  margin-top: 20px;
  text-align: right;
  line-height: 1;
}
.container .mainArea ul.links li .txt .btns a {
  margin-left: 25px;
  margin-right: 0;
}
.container .mainArea ul.links li.noimg .txt {
  margin: 0;
}
.container .mainArea ul.links li .tRight {
  line-height: 1;
}

/* ----------------------------------------
　ページ ナビゲーション 
------------------------------------------- */
.container .mainArea .pagenav {
  clear: both;
  background: url(/images/common/dotline.gif) 0 0 repeat-x;
  margin-top: 30px;
  padding-top: 30px;
  line-height: 1.3;
  height: 30px;
  position: relative;
}
.container .mainArea .pagenav nav {
  position: absolute;
  left: 50%;
  overflow: hidden;
}
.container .mainArea .pagenav nav img {
  margin: 4px 8px;
  vertical-align: middle;
}
.container .mainArea .pagenav nav span, .container .mainArea .pagenav nav a {
  float: left;
  display: block;
  vertical-align: middle;
  padding: 2px 0;
}
.container .mainArea .pagenav nav a {
  text-decoration: none;
  font-weight: bold;
  padding:0 10px;
}
.container .mainArea .pagenav nav span {
  font-weight: normal;
}
.container .mainArea .pagenav nav .pagenum {
  float: left;
  border-left: 1px solid #ccc;
  margin: 0 15px;
  overflow: hidden;
  line-height: 20px;
}
.container .mainArea .pagenav nav .pagenum span, .container .mainArea .pagenav nav .pagenum a {
  padding: 2px 15px;
  border-right: 1px solid #ccc;
}

/* ----------------------------------------
　ページ 上に戻る
------------------------------------------- */
.container .mainArea .pagetop {
  text-align: right;
}
.container .mainArea .pagetop img {
  height: 10px;
  background-color: #fff;
  line-height: 1;
}

/* ----------------------------------------
　サイドバー
------------------------------------------- */
.container .sidebar {
  padding: 60px 0;
  width: 184px;
  float: left;
}
.container .sidebar nav{
	padding-bottom:50px;
}
.container .sidebar nav h1 {
  margin-bottom: 60px;
}
.container .sidebar nav h2 {
  margin-bottom: 15px;
}
.container .sidebar nav > ul {
  border-top: 1px dotted #000;
  margin-bottom: 20px;
}
.container .sidebar nav > ul > li {
  font-size: 14px;
  padding: 14px 0 14px 20px;
  border-bottom: 1px dotted #000;
  background: url(../images/common/icn_arrow2.gif) 0 18px no-repeat;
}
.container .sidebar nav > ul > li.open {
  background: url(../images/common/icn_arrow_down.gif) 0 18px no-repeat;
}
.container .sidebar nav > ul > li.open ul {
  display: block;
}
.container .sidebar nav > ul > li ul li {
  line-height: 1;
  margin-top: 18px;
}

.container .sidebar nav > .other{
	margin-bottom: 20px;
}

.container .sidebar nav > .other img {
  width: 184px;
}

.container .sidebar .bnr li img {
  width: 184px;
}

.container .sidebar .bnr li {
	padding-bottom:15px;
}


/* ----------------------------------------
　採用　共通
------------------------------------------- */
.recruit .mainArea .btn_mynavi{
	width:510px;
	margin:0 auto 50px auto;
	vertical-align:middle;
}

.recruit .mainArea .btn_mynavi span.pc{
	width:315px;
	height:60px;
	display:inline-block;
	vertical-align:middle;
}
.recruit .mainArea .btn_mynavi span.sp{
	display:none;
}

.recruit .mainArea .btn_mynavi a{
	display:inline-block;
	width:160px;
	height:45px;
	vertical-align:middle;
}

.recruit .mainArea .bnr{
	text-align:center;
}

.recruit .mainArea .movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
.recruit .mainArea .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------
　採用　TOP
------------------------------------------- */
.recruit .bnr_recruit{
	overflow:hidden;
	margin-bottom:60px;
}

.recruit .bnr_recruit dl{
	width:320px;
	height:150px;
	border:1px solid #e0e0e0;
	display:table;
}
.recruit .bnr_recruit dl.careerstaff{
	float:left;
}
.recruit .bnr_recruit dl.permanentstaff{
	float:right;
}
.recruit .bnr_recruit dl dt{
	padding:10px;
	display:table-cell;
	vertical-align:middle;
}
.recruit .bnr_recruit dl dd{
	padding:10px;
	display:table-cell;
	vertical-align:middle;
}

.recruit .scrollbox{
	overflow: hidden;
	padding: 0px;
	/*height: 570px;*/
	max-height: 500px;
	min-height: 200px;
	outline: none;
	width: 690px;	
}

div.recruit_news{
	background: url(/images/common/dotline.gif) 0 100% repeat-x;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
} 

div.recruit_news > p {
  font-size: 14px;
  padding: 14px 0 14px 80px;
  background: url(../images/common/icn_new.gif) 0 18px no-repeat;
}





/* ----------------------------------------
　採用　１０の強み
------------------------------------------- */
.recruit.feature .mainArea {
  position: relative;
}

.recruit.feature .mainArea .intro{
	margin-bottom:50px;
}

.recruit.feature .mainArea h2{
	text-align:center;
	width:696px;
	height:42px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
}

.recruit.feature .mainArea .factbox{
	overflow:hidden;
	border-bottom: 1px dotted #000;
}

.recruit.feature .mainArea .factbox h3{
	width:348px;
	height:260px;
	float:left;
	margin-bottom:20px;
}
.recruit.feature .mainArea .factbox h3 img{
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.recruit.feature .mainArea .factbox .img{
	width:348px;
	height:260px;
	float:right;
	margin-bottom:20px;
}
.recruit.feature .mainArea .factbox .img img{
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.recruit.feature .mainArea .factbox .txt{
	clear:both;
	width:560px;
	padding-left:70px;
	margin-bottom:30px;
}

.recruit.feature .mainArea .factbox .btn a{
	width: 300px;
	padding: 10px 0;
	margin-bottom:30px;
}

.recruit.feature .mainArea .factbox#fact03 .btn{
	margin: 0 24px 30px 24px;
	float:left;
}

.recruit.feature .mainArea .end p span.pc{
		width:576px;
		height:78px;
		margin:50px auto;
		display:block;
}
.recruit.feature .mainArea .end p span.sp{
	display:none;
}

/* ----------------------------------------
　採用　職種紹介 
------------------------------------------- */
.recruit.business .mainArea {
  position: relative;
}

.recruit.business .mainArea #sec-overview {
	padding-bottom:90px;
}

.recruit.business .mainArea #sec-overview .img{
	width:600px;
	height:440px;
	margin:0 auto;
}
.recruit.business .mainArea #sec-overview .img img{
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.recruit.business .mainArea #sec-details .detail{
	padding-top:50px;
	border-top:1px dotted #666;
	padding-bottom:50px;
	display:block;
	float:left;
	background-color:#FFF;
}

.recruit.business .mainArea #sec-details .detail h3{
	border-bottom:2px solid #9d8825;
	text-align:center;
	padding-bottom:8px;
	margin-bottom: 25px;
}
.recruit.business .mainArea #sec-details .detail h3 img{
	width:328px;
}

.recruit.business .mainArea #sec-details .detail .txt{
	line-height:1.6;
	margin-bottom:25px;
}

.recruit.business .mainArea #sec-details .detail .btn a{
	width: 280px;
}

.recruit.business .mainArea #sec-details .detail .img{
	margin:0 auto 20px auto;
	width:308px;
	display:block;
}
.recruit.business .mainArea #sec-details .detail .img img{
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.recruit.business .mainArea #sec-details #banquet-shop{
	float:none;
 padding-top:0;
	border-top:none;
}

.recruit.business .mainArea #sec-details #banquet-shop .img{
	width:560px;
	height:170px;
}
.recruit.business .mainArea #sec-details #banquet-shop .img span.sp{
	display:none;
}

.recruit.business .mainArea #sec-details #banquet-shop .btn{
	margin-bottom:10px;
}

.recruit.business .mainArea #sec-details #business{
	width:328px;
	padding-right:20px;
}

.recruit.business .mainArea #sec-details #ec{
	width:328px;
	padding-left:20px;
}

.recruit.business .mainArea #sec-details #lifesupport{
	clear:both;
	width:328px;
	padding-right:20px;
}

.recruit.business .mainArea #sec-details #lifesupport h3{
	padding-top:14px;
}

.recruit.business .mainArea #sec-details #ppp{
	width:328px;
	padding-left:20px;
}


/* ----------------------------------------
　採用　社員紹介
------------------------------------------- */
.recruit.associate .mainArea {
}

.recruit.associate .mainArea .intro {
		font-weight:bold;
  font-size: 15px;
		margin-bottom:25px;
}

.recruit.associate .mainArea .txt h3 {
  font-size: 18px;
  color: #947c0e;
  margin-bottom:10px;
		font-weight:bold;
}

.recruit.associate .mainArea .txt p {
  margin-bottom: 15px;
}

.recruit.associate .mainArea .txt .ttl {
  margin-bottom: 5px;
  font-size: 15px;
		font-weight:bold;
}

.recruit.associate .mainArea .txt .img {
	float:right;
	margin-bottom:15px;
	margin-left:20px;
}


/* ----------------------------------------
　採用　各種研修制度 
------------------------------------------- */
.recruit.training .mainArea {
}
.recruit.training .mainArea ul.grid li {
  text-align: left;
}
.recruit.training .mainArea ul.grid li .img {
  float: left;
  margin-right: 30px;
  width: 188px;
}
.recruit.training .mainArea ul.grid li .img img {
  max-width: 100%;
}
.recruit.training .mainArea ul.grid li .txt {
  margin-left: 218px;
  margin-bottom: 0;
}
.recruit.training .mainArea ul.grid li .txt .ttl {
  margin-bottom: 15px;
}

/* ----------------------------------------
　採用　採用についてのご質問 
------------------------------------------- */
.recruit.faq .mainArea {

}
.recruit.faq .mainArea dl.qa {
  line-height: 1.8;
  margin-top: 30px;
  padding-top: 30px;
  background: url(/images/common/dotline.gif) 0 0 repeat-x;
}
.recruit.faq .mainArea dl.qa.first {
  margin-top: 0;
  padding-top: 0;
  background: none;
}
.recruit.faq .mainArea dl.qa dt {
  padding-left: 40px;
  background: url(/images/recruit/faq/icn_q.gif) 0 5px no-repeat;
  margin-bottom: 20px;
		font-weight:bold;
}
.recruit.faq .mainArea dl.qa dd {
  padding-left: 80px;
  background: url(/images/recruit/faq/icn_a.gif) 40px 5px no-repeat;
}
.recruit.faq .mainArea dl.qa.last {
  padding-bottom: 0;
  background-image: none;
  margin-bottom: 80px;
}

/* ----------------------------------------
　採用　仕事内容
------------------------------------------- */
.recruit.work .mainArea {
}
.recruit.work .mainArea .tmb01{
	margin-right:30px;
	margin-bottom:30px;
}



.recruit.work .mainArea ul.anchor{
	border-top:#c0c0c0 1px solid;
	border-bottom:#c0c0c0 1px solid;
	padding:19px 0;
	overflow:hidden;
	margin-bottom:50px;
}

.recruit.work .mainArea ul.anchor li{
	width:164px;
	height:110px;
	float:left;
	padding:0 5px;
}

.recruit.work .mainArea ul.anchor li a{
	width:164px;
	height:110px;
	display:block;
} 
.recruit.work .mainArea ul.anchor li a img{
	display:none;
}
.recruit.work .mainArea ul.anchor li.active a img{
	display:block;
}
.recruit.work .mainArea ul.anchor li a:hover img{
	display:block;
}

.recruit.work .mainArea ul.anchor li.banquet a{
	background: url(../images/recruit/work/anchor_banquet_off.jpg) 0 0 no-repeat;
}
.recruit.work .mainArea ul.anchor li.shop a{
	background: url(../images/recruit/work/anchor_shop_off.jpg) 0 0 no-repeat;
}
.recruit.work .mainArea ul.anchor li.business a{
	background: url(../images/recruit/work/anchor_business_off.jpg) 0 0 no-repeat;
}
.recruit.work .mainArea ul.anchor li.ec a{
	background: url(../images/recruit/work/anchor_ec_off.jpg) 0 0 no-repeat;
}

.recruit.work .mainArea .setbox{
	display:none;
	padding-bottom:50px;
}

.recruit.work .mainArea .setbox.active{
	display:block;
}


.recruit.work .mainArea .setbox h3{
	font-weight:bold;
	font-size: 15px;
	margin-bottom:25px;
}

/* ----------------------------------------
　採用　社員紹介
------------------------------------------- */
.recruit.associate .mainArea .grid{
	margin-bottom:40px;
}
.recruit.associate .mainArea .bnr{
	text-align:center;
	margin-bottom:60px;
}


/* ----------------------------------------
　新着情報 
------------------------------------------- */
.news .date img {
  width: 68px;
  vertical-align: baseline;
  margin-left: 10px;
}
.news ul.entrylist li {
  overflow: hidden;
  margin-bottom: 40px;
}
.news ul.entrylist li .img {
  float: left;
  width: 94px;
  height: 94px;
  overflow: hidden;
}
.news ul.entrylist li .img img {
  width: 100%;
}
.news ul.entrylist li .txt {
  margin-left: 124px;
  margin-bottom: 0;
}
.news ul.entrylist li .txt h2 {
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0;
}
.news ul.entrylist li .txt h2 a {
  text-decoration: none;
}
.news ul.entrylist li .txt h2 a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
　新着情報  詳細
------------------------------------------- */
.news_detail .mainArea .date {
  margin-bottom: 15px;
}
.news_detail .mainArea .txt {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 0;
}
.news_detail .mainArea .txt:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.news_detail .mainArea .txt p {
  clear: both;
  margin-bottom: 30px;
}
.news_detail .mainArea .txt p span {
	font-size: 12px;
}
.news_detail .mainArea .txt img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news_detail .mainArea .txt img.alignright {
  margin: 0 0 30px 30px;
  display: inline;
}
.news_detail .mainArea .txt img.alignleft {
  margin: 0 30px 30px 0;
  display: inline;
}
.news_detail .mainArea .txt .alignright {
  float: right;
}
.news_detail .mainArea .txt .alignleft {
  float: left;
}
.news_detail .mainArea .txt p img.photo {
	width: 100%;
}


/* ----------------------------------------
　事業紹介 詳細
------------------------------------------- */

/*  海外事業
*-------------------*/
.business.global .mainArea .txt ul.column3{
	overflow:hidden;
}

.business.global .mainArea .txt ul.column3 li{
	width: 230px;
	float: left;
}


/*  法人事業
*-------------------*/
.business.corporation .mainArea .txt ul.column3{
	overflow:hidden;
}

.business.corporation .mainArea .txt ul.column3 li{
	width: 230px;
	float: left;
}

.business.corporation .mainArea .map{
	background:url(../images/business/corporation/img_02.gif) 0 0 no-repeat;
	width: 696px;
	height:656px;
	position: relative;
}

.business.corporation .mainArea .map{
	background:url(../images/business/corporation/img_02.gif) 0 0 no-repeat;
	width: 696px;
	height:656px;
	position: relative;
	margin-bottom: 80px;
}

.business.corporation .mainArea .map .office01{
	width: 288px;
	height:84px;
	position: absolute;
	top: 289px;
	left: 370px;
}

.business.corporation .mainArea .map .office02{
	width: 214px;
	height:190px;
	position: absolute;
	top: 367px;
	left: 278px;
}

.business.corporation .mainArea .map .office03{
	width: 230px;
	height:220px;
	position: absolute;
	top: 170px;
	left: 102px;
}

.business.corporation .mainArea .map .office04{
	width: 288px;
	height:238px;
	position: absolute;
	top: 420px;
	left: 41px;
}

/*  環境事業
*-------------------*/
.business.environment .mainArea .intro{
	overflow:hidden;
	padding-bottom: 40px;
}

.business.environment .mainArea .intro .img{
	width:347px;
	height:282px;
	float:left;
}

.business.environment .mainArea .intro .txt{
	width:325px;
	float:right;
	margin-bottom: 0;
}


/* PPP事業
*-------------------*/
.business.ppp .mainArea .grid2 { 
	width: 693px;
	overflow: hidden;
	margin-bottom: 80px;
}

.business.ppp .mainArea .grid2.last {
  margin-bottom: 0;
}
.business.ppp .mainArea .grid2.column2 {
  width: 694px;
}
.business.ppp .mainArea .grid2.column2 li {
  width: 296px;
}
.business.ppp .mainArea .grid2 li {
  float: left;
  width: 180px;
  padding: 10px 25px;
  text-align: right;
  line-height: 1.6;
}
.business.ppp .mainArea .grid2 li.single {
  width: 642px;
}
.business.ppp .mainArea .grid2 li a {
  display: block;
  position: relative;
  width: 100%;
}

.business.ppp .mainArea .grid2 li a img {
  margin: 0 0 0 -25px;
}
.business.ppp .mainArea .grid2 li p {
  text-align: left;
  margin-top: 15px;
}
.business.ppp .mainArea strong.require {
  color: #f00;
  font-weight: normal;
}	

/* ----------------------------------------
　キャンペーン情報 
------------------------------------------- */
.campaign .mainArea h2 {
  text-align: center;
}
.campaign .mainArea .mainimg {
  height: 347px;
  min-width: 920px;
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
.campaign .mainArea .mainimg ul.campaingslides {
  height: 347px;
}
.campaign .mainArea .mainimg ul.campaingslides li {
  float: left;
  height: 347px;
  overflow: hidden;
}
.campaign .mainArea .mainimg ul.campaingslides li .img {
  position: relative;
  padding: 24px 0;
  width: 920px;
  height: 347px;
}
.campaign .mainArea .mainimg .bx-next,
.campaign .mainArea .mainimg .bx-prev {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 99;
}
.campaign .mainArea .mainimg .bx-next a,
.campaign .mainArea .mainimg .bx-prev a {
  display: block;
  height: 32px;
  width: 32px;
}
.campaign .mainArea .mainimg .bx-next {
  right: 16px;
  background: url(../images/campaign/mainimg_next.gif) 0 0 no-repeat;
}
.campaign .mainArea .mainimg .bx-prev {
  left: 16px;
  background: url(../images/campaign/mainimg_prev.gif) 0 0 no-repeat;
}
.campaign .mainArea .mainimg .slidethumb {
  position: absolute;
  right: 30px;
  bottom: 10px;
  text-align: right;
  z-index: 99;
}
.campaign .mainArea .mainimg .slidethumb a {
  margin-left: 10px;
  width: 56px;
  height: 32px;
  float: left;
  display: block;
}
.campaign .mainArea .mainimg .slidethumb a span {
  display: block;
  width: 54px;
  height: 30px;
  margin: 1px;
  border: 1px solid #fff;
  overflow: hidden;
}
.campaign .mainArea .mainimg .slidethumb a.active span {
  border: 2px solid #b09b39;
  margin: 0;
}
.campaign .mainArea .mainimg .slidethumb a img {
  height: 30px;
}
.campaign .mainArea .campaignlist {
  margin-bottom: 80px;
}
.campaign .mainArea .campaignlist .grid {
  width: 916px;
  margin-bottom: 15px;
}
.campaign .mainArea .campaignlist .grid li {
  width: 244px;
  padding: 30px;
  text-align: left;
  font-size: 12px;
}
.campaign .mainArea .campaignlist .grid li .ttl {
  margin: 15px 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.campaign .mainArea .campaignlist .grid li .ttl a {
  margin: 15px 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
}

.campaign .mainArea .campaignlist .grid li p {
  margin: 0;
}

.campaign .mainArea .campaignlist .grid li p a {
  margin: 0;
  text-align:left;
}
.campaign .mainArea .campaignlist .grid li a {
  text-align: center;
  min-height: 0;
  display: block;
}
.campaign .mainArea .campaignlist .grid li a img {
  max-width: 100%;
  margin: 0;
  position: relative;
}
.campaign .mainArea .campaignlist .grid li .icn {
  margin-top: 10px;
}
.campaign .mainArea .event {
  margin-bottom: 80px;
}


.campaign .mainArea .event_report {
	margin-left: 30px;
	line-height: 1.6;
	font-size:12px;
}

.campaign .mainArea .event_report .ttl{
	line-height: 1.6;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}



.campaign .mainArea .event ul {
  zoom: 1;
  margin-bottom: 15px;
}
.campaign .mainArea .event ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.campaign .mainArea .event ul li {
  float: left;
  width: 429px;
  padding-bottom: 15px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px dotted #ccc;
  font-size: 12px;
  height: 72px;
  line-height: 1.5;
}
.campaign .mainArea .event ul li .img {
  float: left;
  margin-right: 15px;
  height: 72px;
  width: 72px;
  overflow: hidden;
}
.campaign .mainArea .event ul li .img img {
  max-width: 100%;
}
.campaign .mainArea .event ul li .txt {
  zoom: 1;
  margin-left: 88px;
}
.campaign .mainArea .event ul li .txt:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.campaign .mainArea .event ul li .txt .date {
  margin-bottom: 2px;
  line-height: 18px;
}
.campaign .mainArea .event ul li .txt .date img {
  margin-left: 6px;
}
.campaign .mainArea .event ul li .txt a {
  text-decoration: none;
}
.campaign .mainArea .event ul li .txt a:hover {
  text-decoration: underline;
}
.campaign .mainArea .event ul li.even {
  margin-right: 0;
  padding-right: 0;
  border-right: 0 solid #fff;
}
.campaign .mainArea .blog {
  zoom: 1;
}
.campaign .mainArea .blog:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.campaign .mainArea .blog h1 {
  margin-bottom: 30px;
}
.campaign .mainArea .blog ul li {
  margin-bottom: 15px;
  font-size: 12px;
  height: 72px;
  line-height: 1.5;
  overflow: hidden;
}
.campaign .mainArea .blog ul li .img {
  float: left;
  margin-right: 15px;
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.campaign .mainArea .blog ul li .img img {
  max-width: 100%;
}
.campaign .mainArea .blog ul li .txt {
  zoom: 1;
  margin-left: 88px;
}
.campaign .mainArea .blog ul li .txt:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.campaign .mainArea .blog ul li .txt .date {
  margin-bottom: 2px;
  line-height: 18px;
}
.campaign .mainArea .blog ul li .txt .date img {
  margin-left: 6px;
}
.campaign .mainArea .blog ul li .txt a {
  text-decoration: none;
}
.campaign .mainArea .blog ul li .txt a:hover {
  text-decoration: underline;
}
.campaign .mainArea .blog .osirase,
.campaign .mainArea .blog .press {
  position: relative;
  width: 429px;
		padding-bottom: 35px;
}
.campaign .mainArea .blog .osirase h1,
.campaign .mainArea .blog .press h1 {
  text-align: center;
}
.campaign .mainArea .blog .osirase h1 img,
.campaign .mainArea .blog .press h1 img {
  height: 26px;
}
.campaign .mainArea .blog .osirase {
  float: left;
  padding-right: 29px;
  margin-right: 30px;
  border-right: 1px solid #d9d9d9;
}
.campaign .mainArea .blog .press {
  float: right;
}
.campaign .mainArea .date img {
  width: 68px;
}
/*.campaign .mainArea .ichiran {
  line-height: 1;
  text-align: center;
  background-color: #f2f2f2;
  width: 100%;
}
.campaign .mainArea .ichiran a {
  display: block;
  padding: 10px;
}
.campaign .mainArea .ichiran a img {
  width: 73px;
  height: 12px;
  background-color: #f2f2f2;
}
*/
.container section.blog .ichiran {
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 429px;
  background-color: #f2f2f2;
}
.container section.blog .ichiran a {
  display: block;
  padding: 10px;
}
.container section.blog .ichiran img {
  width: 73px;
  height: 12px;
  background-color: #f2f2f2;
}

/* ----------------------------------------
　個人のお客様 
------------------------------------------- */
.individual .mainArea h2 {
  text-align: left;
}
.individual .mainArea .mainimg .img img {
  max-width: 100%;
}
.individual .mainArea .campaignlist .grid li {
  position: relative;
  width: 264px;
  padding: 20px;
  text-align: left;
  font-size: 12px;
  padding-bottom: 50px;
}
.individual .mainArea .campaignlist .grid li p {
  margin: 0;
}
.individual .mainArea .campaignlist .grid li a {
  text-align: center;
  min-height: auto;
  display: block;
}
.individual .mainArea .campaignlist .grid li a img {
  max-width: 100%;
  margin: 0;
  position: relative;
}
.individual .mainArea .campaignlist .grid li .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 265px;
}
.individual .mainArea .campaignlist .grid li .btn a {
  padding: 10px 0;
}

.corporation .mainArea h2 {
  text-align: left;
}
.corporation .mainArea .mainimg .img img {
  max-width: 100%;
}
.corporation .mainArea .campaignlist .grid li {
  position: relative;
  width: 264px;
  padding: 20px;
  text-align: left;
  font-size: 12px;
  padding-bottom: 50px;
}
.corporation .mainArea .campaignlist .grid li p {
  margin: 0;
}
.corporation .mainArea .campaignlist .grid li a {
  text-align: center;
  min-height: auto;
  display: block;
}
.corporation .mainArea .campaignlist .grid li a img {
  margin: 0;
  position: relative;
  max-width: 100%;
}
.corporation .mainArea .campaignlist .grid li .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 265px;
}
.corporation .mainArea .campaignlist .grid li .btn a {
  padding: 10px 0;
}
.corporation .mainArea .contact {
  overflow: hidden;
  padding: 40px 0;
}
.corporation .mainArea .contact .tel {
  float: left;
  width: 50%;
}
.corporation .mainArea .contact .contact_btn {
  padding-top: 10px;
}

/* ----------------------------------------
　デザイン ※カレンダー
------------------------------------------- */
.design .mainArea .designer {
  zoom: 1;
  margin-bottom: 70px;
}
.design .mainArea .designer:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.design .mainArea .designer .profile {
  float: right;
  width: 345px;
/*  padding: 25px 0;*/
padding-bottom:25px;
  margin-left: 40px;
/*  border-top: 1px dotted #000;*/
  border-bottom: 1px dotted #000;
}

.design .mainArea .designer .profile .img {
  float: right;
  margin: 0 0 15px 15px;
}
.design .mainArea .designer .profile .txt {
  margin-bottom: 0;
  margin-left: 4px;
}
.design .mainArea .designer .material {
	clear:both;
  float: right;
  width: 345px;
  padding: 25px 0;
  margin-left: 40px;
}
.design .mainArea .designer .material .ttl {
		font-weight: bold;
		width: 200px;
}
.design .mainArea .designer .material .txt {
  margin-bottom: 0;
  margin-left: 4px;
		font-size: 12px;
}
.design .mainArea .designer > .txt {
  float: left;
  width: 533px;
  margin-bottom: 0;
}
.design .mainArea .designer .kunika{
	clear:both;
	padding: 25px 0;
 border-top: 1px dotted #000;
	overflow:hidden;
		font-size:13px;
}
.design .mainArea .designer .kunika .ttl{
		font-weight: bold;
		width: 533px;
  float: left;
}
.design .mainArea .designer .kunika .ttl img{
	vertical-align:middle;
}
.design .mainArea .designer .kunika .img{
		width: 345px;
	 float: right;
}

.design .mainArea .designer .kunika .txt{
		width: 533px;
  float: left;
		margin-bottom: 0;
}

.design .mainArea{
	overflow:visible;
}
.design .mainArea .grid {
  width: 921px;
}
.design .mainArea .grid li {
  width: auto;
  padding: 0;
  text-align: left;
}
.design .mainArea .grid li a {
	width:229px;
  /*min-height: initial;*/
}
.design .mainArea .grid li a img {
  margin: 0;
  max-width: 100%;
}
.design .mainArea .grid li img {
		width:229px;
}
.design .mainArea .grid li .title {
  padding: 12px 0 12px 5px;
  line-height: 1.4;
}
.design .mainArea .grid li .title span {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.design .mainArea .grid li .title span.num {
  margin-right: 5px;
  color: #b09b39;
}
.design .mainArea .grid li .title a {
  text-decoration: none;
}
.design .mainArea .grid.grid2 {
  width: 918px;
}

.design .mainArea .compe {
	border: 4px solid #f2f2f2;
	clear:both;
	padding: 30px;
}

.design .mainArea .compe h3{
	color: #9d8825;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 15px;
}
.design .mainArea .compe .txt{
	margin-bottom: 0;
}
.design .mainArea .compe .btns{
	height: 46px;
	display: block;
	overflow:hidden;
	margin-top: 20px;
}
.design .mainArea .compe .btns a{
	height: 46px;
	display: inline-block;
	overflow:hidden;
	zoom: 1;
	vertical-align:top;
}
.design .mainArea .compe .btns a:hover{
	height: 45px\9;
}

.design .mainArea .compe .btns a img{
	margin-top:-13px;
}

/* ----------------------------------------
　デザイン詳細 ※カレンダー
------------------------------------------- */
.design_detail .mainArea .mainimg {
  zoom: 1;
  margin-bottom: 70px;
}
.design_detail .mainArea .mainimg:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.design_detail .mainArea .mainimg figure {
  float: left;
  width: 546px;
}
.design_detail .mainArea .mainimg figure img {
  max-width: 100%;
}
.design_detail .mainArea .mainimg .designer {
  float: right;
  width: 345px;
  margin-bottom: 0;
}
.design_detail .mainArea .mainimg .designer .profile {
  float: none;
  width: auto;
  margin-left: 0;
		padding: 25px 0;
		border-top: 1px dotted #000;
}
.design_detail .mainArea .mainimg .designer > .txt {
  float: none;
  width: auto;
  margin-bottom: 30px;
}
.design_detail .mainArea .designer .material {
  float: right;
  width: 345px;
  padding: 25px 0;
  margin-left: 40px;
}
.design_detail .mainArea .designer .material .ttl {
		font-weight: bold;
		float:left;
		width: 200px;
}
.design_detail .mainArea .designer .material .btn-frenet {
		float:right;
		width: 100px;
}
.design_detail .mainArea .designer .material .txt {
		clear:both;
  margin-bottom: 0;
  margin-left: 4px;
		font-size: 12px;
}
.design_detail .mainArea .download {
  zoom: 1;
}
.design_detail .mainArea .download:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.design_detail .mainArea .download .btns {
  margin-bottom: 50px;
		overflow:hidden;
}

.design_detail .mainArea .download .btns a{
	display:block;
	width:280px;
	height:50px;
	margin:0 10px 10px 10px;
	float:left;
}

.design_detail .mainArea .download h3 {
  margin-bottom: 10px;
}
.design_detail .mainArea .download .col1 {
  float: left;
  width: 48%;
}
.design_detail .mainArea .download .col2 {
  float: right;
  width: 48%;
}

/* ----------------------------------------
　企業情報
------------------------------------------- */
.company {
}
.company .mainArea .txt .indent {
  text-indent: -1em;
  margin-left: 1em;
  width: 445px;
}
.company .mainArea .txt .indent div {
  text-indent: 0;
  margin-left: 0;
  line-height: 1.5;
}
.company .mainArea table.normal.history {
  background: url(/images/company/profile/historytable_bg.gif) 170px 0 repeat-y;
  line-height: 1.7;
}
.company .mainArea table.normal.history tr td {
  padding: 0;
}
.company .mainArea table.normal.history tr td div {
  padding-left: 40px;
  background: url(/images/company/icn_disc.gif) 0 8px no-repeat;
  margin: 15px 0;
}
.company .mainArea table.normal.history tr td div .single {
  margin: 0;
  min-height: 45px;
  line-height: 45px;
}
.company .mainArea table.normal.history tr td div.first {
  margin: 0;
  background: url(/images/company/profile/historytable_bg_first.gif) 0 0 no-repeat;
  height: 35px;
  line-height: 25px;
}
.company .mainArea table.normal.history tr td div.last {
  margin: 0;
  background: url(/images/company/profile/historytable_bg_last.gif) 0 0 no-repeat;
  height: 45px;
  line-height: 45px;
}
.company .mainArea table.normal.history tr td .disc {
  padding-left: 40px;
  background: url(/images/company/icn_disc.gif) 0 50% no-repeat;
}
.company .mainArea ul.links li .data {
  clear: both;
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #f2f2f2;
}
.company .mainArea ul.links li .data > div {
  display: inline-block;
  margin-right: 15px;
  padding-left: 22px;
}
.company .mainArea ul.links li .data .address {
  background: url(/images/company/icn_address.gif) 0 4px no-repeat;
}
.company .mainArea ul.links li .data .tel {
  background: url(/images/company/icn_tel.gif) 0 4px no-repeat;
}
.company .mainArea ul.links li .data .kyoten {
  padding-left: 62px;
  background: url(/images/company/icn_kyoten.gif) 0 4px no-repeat;
}
.company .mainArea ul.links li .data .keyword {
  padding-left: 118px;
  background: url(/images/company/icn_keyword.gif) 0 4px no-repeat;
}
.company.csr .mainArea ul.grid li {
  padding: 21px;
  width: 188px;
}
.company.csr .mainArea ul.grid li img {
  max-width: 100%;
}

.company .associate-info span.title {
  font-weight: bold;
  font-size: 1rem;
  display: block;
  margin-bottom: .5rem;
  border-bottom: 1px dashed #999999;
}

.company .associate-info > p {
  margin-bottom: 1rem;
}

/* ----------------------------------------
　お問い合わせ
------------------------------------------- */
.contact .mainArea .box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url(/images/common/dotline.gif) 100% 100% repeat-x;
}
.contact .mainArea .box-ec {
	padding-top: 30px;
 background: url(/images/common/dotline.gif) 0 0 repeat-x;
}
.contact .mainArea .box.last {
  padding-bottom: 0;
  margin-bottom: 80px;
  background: none 100% 100% repeat-x;
}
.contact .mainArea .box .fR {
  /*padding-right: 40px;*/
}
.contact .mainArea .box .ttl {
  font-size: 18px;
  margin-bottom: 10px;
  color: #947c0e;
}
.contact .mainArea .box .ttl a {
  /*color: #947c0e;
  display: inline-block;
  padding-right: 30px;
  background: url(/images/company/icn_link.gif) 100% 50% no-repeat;*/
}
.contact .mainArea .box .ttl a:hover {
  text-decoration: none;
}

/* ----------------------------------------
　プライバシーポリシー等
------------------------------------------- */
.page .mainArea .txt ol {
  padding-left: 5px;
  margin-left: 25px;
}
.page .mainArea .txt ol li {
  list-style-type: inherit;
  margin-bottom: 20px;
}

/* ----------------------------------------
　youtube
------------------------------------------- */

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* ----------------------------------------
　地域事業者支援事業
------------------------------------------- */

div.product {
    width: 100%;
}
div.product img {
    width: 100%;
}