@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	7;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
/* ■body、TD、ほか■PC・TAB ■────── */
body {
	font-size: 16px;
	line-height: 160%;
	font-weight: normal;
}
TD {
	font-size : 15px;
	line-height : 160%;
	font-weight: normal;
}
/* ─── */
.gridContainer {
	width: 1100px;
	max-width: 1100px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	overflow:hidden	/*サブページの左subの背景色を下部まで伸ばすために、これも必要（あとは、#subのところでpadding-bottomを32768pxに、margin-bottomを-32768pxに。*/
}


h1 {
	clear: both;
	float: left;
	width: 100%;/* 右にリンクがあるときは660px。ないときは100% */
	font-size : 12px;
	line-height : 125.00%;
	color: #AAAAAA;
	font-weight: normal;
	text-align: right;
	margin-top: 3px;
	margin-left: 2px;
}
.header-pc-2img {
 margin-top: 0px;
 margin-bottom: 6px;
}
.header-pc01 {
 margin-top: 6px;
 margin-bottom: 6px;
   text-align: left;  /* 文章を左寄せする(※) */
   float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
}
.header-pc02 {
   text-align: right; /* 文章を右寄せする */
}
/* ■スマホヘッダを非表示に■PC・TAB■─── */
.headersp {
	display: none;
}

.spgaibulink {
	width:100%;
}
h2 {
  margin-top: 13px;
  margin-bottom: 11px;
  font-size : 29px;
  line-height : 130.00%;
  color: #2D7EFF; 
 font-weight: normal;
 text-align: center;
}
.doccatch {
  margin-top: 13px;
  margin-bottom: 11px;
  font-size : 29px;
  line-height : 130.00%;
  color: #2D7EFF; 
 font-weight: normal;
 text-align: center;
}
/* ■大見出し帯■PC・TAB・SP共通 ■────── */
h3{
position: relative;
padding: 16px 10px 12px 42px;
font-size:18px;
color: #2D7EFF;
margin-bottom: 10px;
border-top: 1px solid #B7B7C1;
border-bottom: 4px solid #399CFF;
border-left: 1px solid #B7B7C1;
border-right: 1px solid #B7B7C1;
background: linear-gradient(#ffffff 0%, #F5F5F5 100%);
box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
h3:before{
    content: url(../img/midashimark.png);
    display: inline-block;
    vertical-align: middle;
    margin-right:6px;
    margin-left:-32px;
    margin-top:-2px;
    position: absolute;
}
/* ■トップページのおしらせ欄■PC・TAB・スマホ共通■── */
.tabletopics2 {
	width: 100%;
    margin:0 0;
    border-top:0px solid #bbbbbb;
    border-bottom:0px solid #bbbbbb;
    border-left:0px solid #bbbbbb;
    border-right:0px solid #bbbbbb;
}
.tabletopics2 th, .tabletopics2 td{
   padding:0px;
   border-style: none none dashed none; /* 線種　上下区切りが波線、左右区切りがナシ */
   border-width: 1px; /* 線の太さ */
   border-color: gray gray; /* 線色　上下区切りがグレー、左右区切りがグレー */
}
.tabletopics2 th {
   padding:4px;
font-weight: normal;
width: 110px;
text-align: left;
/* background-color:#f4f4f4; */
}
.tabletopics2 td {
   padding-bottom:4px;
}
.oshirase-midashi {
  background: #EAF0FF;
  padding:  4px;
  font-size: 15px;
  border-radius: 8;
  margin-top: 0px;
}
.oshirase-honbun {
  padding-top:  6px;
  padding-left:  4px;
  padding-bottom:  3px;
}
.sugu-file-list {
  margin-left:  20px;
}

.oshirase-shosailink {
display: inline-block;
margin-left:20px;
margin-top:3px;
margin-bottom:5px;
}
.oshirase-filelink {
line-height : 180.00%;
margin-top:1px;
margin-bottom:4px;
margin-left:10px;
}
.title {
    background-repeat: no-repeat;
background-position:45px 26px  ;/*左から、上から */
}

.new {
    padding-left: 0px; /* 表示するアイコンの幅＋余白 */
    background-image: url("../icons/new.png");/* cssファイルからの相対パス */
}
.important {
    padding-left: 0px; /* 表示するアイコンの幅＋余白 */
    background-image: url("../icons/important.png");
}
.filelink {
  padding-left: 22px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 0.06em 50%;
  background-image: url("../icons/general.gif");
}
.docx {
  background-image: url("../icons/doc.gif");
}
.doc {
  background-image: url("../icons/doc.gif");
}
.pdf {
  background-image: url("../icons/pdf.png");
}
.pptx {
  background-image: url("../icons/ppt.gif");
}
.ppt {
  background-image: url("../icons/ppt.gif");
}
.img {
  background-image: url("../icons/img.gif");
}
.txt {
  background-image: url("../icons/txt.gif");
}
.xlsx {
  background-image: url("../icons/xls.gif");
}
.xls {
  background-image: url("../icons/xls.gif");
}
.zip {
  background-image: url("../icons/zip.gif");
}

/* ■全体枠（グリッドコンテナ）■PC ■─── */
.gridContainer-oshiraseshosai {
	width: 900px;
	max-width: 900px;
	padding-left: 0%;
	padding-right: 0%;
 margin-left: auto;
 margin-right: auto;
	overflow:hidden	/*サブページの左subの背景色を下部まで伸ばすために、これも必要（あとは、#subのところでpadding-bottomを32768pxに、margin-bottomを-32768pxに。*/
}


.oshirase-shosai {
 background-size: 20px 20px;
 background-color: #B2B2B2;
 background-image:
 linear-gradient(45deg, rgba(170, 170, 170, 1.0) 25%, transparent 25%,
  transparent 50%, rgba(170, 170, 170, 1.0) 50%, rgba(170, 170, 170, 1.0) 75%,
  transparent 75%, transparent),
 linear-gradient(-45deg, rgba(170, 170, 170, 1.0) 25%, transparent 25%,
  transparent 50%, rgba(170, 170, 170, 1.0) 50%, rgba(170, 170, 170, 1.0) 75%,
  transparent 75%, transparent);
}
/* ■おしらせ詳細の枠■────── */
#main {
 margin-top: 10px;
 margin-bottom: 10px;
 width: 100%;
 display: block;
 background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
   padding-top:0px;
   padding-bottom:0px;
   padding-left:0px;
   padding-right:0px;
}
.oshirase-shosai-close-gyo {
text-align: right;
margin-right:10px;
margin-top:10px;
margin-bottom:0px;
}

.oshirase-shosai-close {
 font-size : 50px;
 font-weight: normal;
 text-decoration:none;
 color:#FA7E01;
}
a:hover .oshirase-shosai-close　{
 color:#FAA901;
}

/* ■おしらせ詳細の枠■────── */
.oshirase-shosai-nakawaku {
 margin-top: 0px;
 margin-bottom: 30px;
 display: block;
   padding-left:70px;
   padding-right:70px;
}
/* ■おしらせ詳細、左肩ロゴ■PC・TAB・SP共通■────── */
.oshirase-shosai-headerimg {
}
/* ■おしらせ詳細日付■PC・TAB・SP共通■────── */
.oshirase-shosai-hizuke {
line-height: 1.4;/*行高*/
color: #6D5950;/*文字色*/
font-size:15px;
  border-bottom: 1px solid #BBBBBB;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ■おしらせ詳細見出し■PC・TAB・SP共通■────── */
.oshirase-shosai-midashi {
  margin-top: 18px;
  margin-bottom: 10px;
  font-size : 29px;
  line-height : 130.00%;
  color: #2D7EFF; 
 font-weight: normal;
 text-align: left;
}
/* ■おしらせ詳細小見出し■PC・TAB・SP共通■────── */
.oshirase-shosai-komidashi {
  margin-top: 24px;
  margin-bottom: 4px;
  font-size : 19px;
  line-height : 160.00%;
  color: #2D7EFF; 
 font-weight: bold;
 text-align: left;
}
/* ■おしらせ詳細本文■PC・TAB・SP共通■────── */
.oshirase-shosai-honbun {
  margin-top: 0px;
  margin-bottom: 11px;
  line-height : 170.00%;
 font-weight: normal;
 text-align: left;
}
.oshirase-shosai-img img {
 vertical-align:top;
 padding:4px;
 width: 100%;  /* 写真の横幅*/
 height: auto;
 border:solid 2px #FFDCD0;
  margin-top: 16px;
  margin-bottom: 4px;
}

.oshirase-shosai-img-cap {
line-height : 140.00%;
font-size:15px;
margin-left:6px;
margin-right:6px;
margin-top:6px;
}
.image-link {
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
width:100%;
height:auto;
}
.shosai-new {
  padding-left: 6px;
  margin-right: 0px;
  background-repeat: no-repeat;
  background-position: 7em 40%;
    background-image: url("../parts/icons/new.png");
}
.shosai-important {
  padding-left: 6px;
  margin-right: 0px;
  background-repeat: no-repeat;
  background-position: 7em 40%;
    background-image: url("../parts/icons/important.png");
}

/* ■小見出し帯（頭にアイコンなし）■PC・TAB・SP共通■────── */
.midashi2 {
line-height: 1.4;/*行高*/
color: #6D5950;/*文字色*/
font-size:21px;
  padding: 4px  0px  0px  12px ;
  border-left: 8px solid #FFA346;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* ■見出し帯（左縦棒・下線）■PC・TAB・SP共通■────── */
.midashi3 {
	padding: 4px  0px  4px  12px ;
	border-left: 6px solid #FF5D31;
border-top: 0px solid #FF5D31;
	border-bottom: 1px solid #FF5D31;
	margin-bottom: 10px;
	font-size : 17px; 
	line-height : 130.00%;
	color: #FF5D31;	
}
/* ■見出し帯（左縦棒・下線）■PC・TAB・SP共通■────── */
.midashi4 {
	padding: 4px  0px  4px  6px ;
	border-left: 0px solid #FF5D31;
border-top: 0px solid #FF5D31;
	border-bottom: 1px solid #FF5D31;
	margin-bottom: 10px;
	font-size : 17px; 
	line-height : 130.00%;
	color: #FF5D31;	
}
/* ■見出し帯（左縦棒・下線）■PC・TAB・SP共通■────── */
.midashi5 {
	padding: 4px  0px  4px  12px ;
	border-left: 6px solid #FF5D31;
border-top: 0px solid #FF5D31;
	border-bottom: 1px solid #FF5D31;
	margin-bottom: 10px;
	font-size : 17px; 
	line-height : 130.00%;
	color: #FF5D31;	
background: #fffaf4;
}
.clear {
clear:both;　/*floatの解除、ここがポイント*/
}
/* ■すぐ使えるCGIのトピックスページ■── */
.topics-pager {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.topics-day {
 margin-top: 0px;
 margin-bottom: 0px;
 font-size : 14px;
 font-weight: bold;
color: #07B35F;
}
.topics-midashi {
	padding: .2em 0 .1em .55em;
	border-bottom: 1px solid #07B35F;
 border-left: 8px solid #07B35F;
 color: #07B35F; 
	margin-top: 0px;
	margin-bottom: 10px;
	font-size : 21px;
	line-height : 130.00%;
}
.keikakomibox-topics{
 width: 100%;
    margin:0 0;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:28px;
    padding-right:28px;
    border-top:1px solid #FFACD6;
    border-bottom:1px solid #FFACD6;
    border-left:1px solid #FFACD6;
    border-right:1px solid #FFACD6;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-left-radius: 4px;
 border-bottom-right-radius: 4px;
}

/* ■トピックスで写真を3点並べる■PC（横並び） ■── */
.topicsimage3area {
  width: 780px;
  margin-top: 0px;
}
.topicsimage3area figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 0px 6px 0px 0px; /* 外側に余白を加える(右に6px) */
    background-color: #FFFFFF;  /* キャプション部背景色 */
}
.topicsimage3area figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 0px 0px; /* 下側を空けたいときここ */
	width: 240px;		/* 写真の横幅*/
	height: auto;
	vertical-align:top;
	border:solid 5px #fff;
}

.topicsimage3area figure span {
 display:inline-block;
 border:solid 3px #4896FF;　　/* 写真の枠の色*/
}
.topicsimage3area figcaption {
    font-size: 14px;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
line-height: 1.2em;
font-weight: normal;
color: #555555;
margin-top: 0;
margin-bottom: 15px;
}
div.topicsimage3area:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
/* ■トップページのおしらせ帯■PC・TAB・SP共通──── */
.topics {
	padding: .3em 0 .2em .75em;
	margin-top:10px;
	background-color: #4896FF;
	border-radius: 3px;
	font-size : 17px;
	line-height : 130.00%;
	color: #FFFFFF;
	font-weight: bold;
}
.pagenailink {
 margin-left: 32px;
 margin-top: 14px;
 margin-bottom: -18px;
 font-size : 14px;
 font-weight: normal;
 color: #4896FF;
}
/* ■トップページのおしらせ欄■PC・TAB・スマホ共通■── */
.tabletopics{
	width: 100%;
    margin:0 0;
    border-top:0px solid #bbbbbb;
    border-bottom:0px solid #bbbbbb;
    border-left:0px solid #bbbbbb;
    border-right:0px solid #bbbbbb;
}
.tabletopics th, .tabletopics td{
   padding:4px;
   border-style: none none dashed none; /* 線種　上下区切りが波線、左右区切りがナシ */
   border-width: 1px; /* 線の太さ */
   border-color: gray gray; /* 線色　上下区切りがグレー、左右区切りがグレー */
}
.tabletopics th {
font-weight: normal;
width: 15%;
text-align: left
/* background-color:#f4f4f4; */
}
.tabletopics td {
width: 85%;
}

/* ■写真を3点並べる■PC（横並び） ■── */
.image3area {
  width: 780px;
  margin-top: 0px;
}
.image3area figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 0px 6px 0px 0px; /* 外側に余白を加える(右に6px) */
    background-color: #FFFFFF;  /* キャプション部背景色 */
}
.image3area figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 0px 0px; /* 下側を空けたいときここ */
	width: 240px;		/* 写真の横幅*/
	height: auto;
	vertical-align:top;
	border:solid 5px #fff;
}

.phwaku02a img {
   display: block;          /* 余計な余白が出ないようにする */
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;		/* 写真の横幅*/
   height: auto;
	   padding:6px;
    border:solid 3px #E0F2B6;
}
.phwaku02phwaku {
   width: 330px;
}
.phwaku02-cap1 {
   font-size: 15px;
   line-height: 150%;
   font-weight: bold;
   text-align:center;
   margin-top: 3px;
   color: #C4660C;
}
.phwaku02-cap2 {
 font-size: 13px;
 line-height: 140%;
 font-weight: normal;
   margin-left: 5px;
   margin-right: 5px;
}
.phwaku02b {
   float: left;             /* 左に寄せて後続を右に回り込ませる */
   margin-right: 20px; /* 外側に余白を加える(右に6px) */
   width: 330px;
   margin-bottom: 20px;
}
.phwaku02b img {
   display: block;          /* 余計な余白が出ないようにする */
   margin-top: 4px;
   margin-bottom: 4px;
   margin-left: auto;
   margin-right: auto;
   width: 320px;  /* 写真の横幅*/
   height: auto;
}
.migiwaku{
 width: 100%;
    margin:0 0;
    padding-top:12px;
    padding-bottom:12px;
    border:1px solid #FFAF95;
    border-radius: 4px;
}

.migiwaku-rogoimg01 {
 margin-top: 4px;
 margin-bottom: 2px;
}
.migiwaku-rogoimg02 {
 margin-top: 0px;
 margin-bottom: 0px;
}
.migiwaku-tel-img {
 margin-top: 4px;
 margin-bottom: 7px;
}
.migiwaku-jusho {
 font-size : 15px;
  line-height: 100%;
  text-align: center;
  color: #6D5950;
 margin-top: 10px;
 margin-bottom: 6px;
}
a.migiwaku-bt{
  display: block;
 font-size : 15px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  color: #FF4B0F;
  width: 180px;
   margin-left: auto;
   margin-right: auto;
 margin-top: 8px;
 margin-bottom: 14px;
   padding-top: 8px;
   padding-bottom: 7px;
    border-top:1px solid #FF855B;
    border-bottom:1px solid #FF855B;
    border-left:8px solid #FF855B;
    border-right:1px solid #FF855B;
 border-radius: 4px;
}
a.migiwaku-bt:hover{
  background: #FF855B;
}
 
.migiwaku-komoku {
 width: 264px;
   margin-left: auto;
   margin-right: auto;
 margin-top: 0px;
 margin-bottom: 5px;
   padding-top: 6px;
   padding-bottom: 4px;
 background-color: #AAAAAA;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
border-radius: 6px; 
}

.migiwaku-moji-dai{
 font-size :16px;
 line-height : 110%;
  color: #6D5950;
 font-weight: normal;
 text-align: center;
 margin-top: 6px;
}
.migiwaku-moji01 {
 font-size : 14px;
 line-height : 150%;
  color: #6D5950;
 font-weight: normal;
 text-align: center;
 margin-top: 3px;
}
.migiwaku-moji02 {
 font-size : 13px;
 line-height : 150%;
 color: #6D5950;
 font-weight: normal;
 text-align: center;
 margin-top: 2px;
}
a.bt-orange-left {
  display: block;
 font-size : 15px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  color: #EE7700;
  width: 240px;
 margin-top: 8px;
 margin-bottom: 14px;
   padding-top: 8px;
   padding-bottom: 7px;
    border-top:1px solid #FF9D3C;
    border-bottom:1px solid #FF9D3C;
    border-left:8px solid #FF9D3C;
    border-right:1px solid #FF9D3C;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-left-radius: 4px;
 border-bottom-right-radius: 4px;
}
a.bt-pink-left:hover{
  background: #FFFFC7;
}
 
a.bt-orange-left2 {
  display: block;
 font-size : 15px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  color: #EE7700;
  width: 440px;
   margin-left: auto;
   margin-right: auto;
 margin-top: 8px;
 margin-bottom: 14px;
   padding-top: 10px;
   padding-bottom: 9px;
    border-top:1px solid #FF9D3C;
    border-bottom:1px solid #FF9D3C;
    border-left:8px solid #FF9D3C;
    border-right:1px solid #FF9D3C;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-left-radius: 4px;
 border-bottom-right-radius: 4px;
}
a.bt-pink-left:hover{
  background: #FFFFC7;
}
 
a.bt-pink-left {
  display: block;
 font-size : 15px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  color: #F170C1;
  width: 240px;
 margin-top: 8px;
 margin-bottom: 14px;
   padding-top: 8px;
   padding-bottom: 7px;
    border-top:1px solid #F170C1;
    border-bottom:1px solid #F170C1;
    border-left:8px solid #F170C1;
    border-right:1px solid #F170C1;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-left-radius: 4px;
 border-bottom-right-radius: 4px;
}
a.bt-pink-left:hover{
  background: #FFFFC7;
}
 
a.bt-blue-left {
  display: block;
 font-size : 15px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  color: #308CFF;
  width: 240px;
 margin-top: 8px;
 margin-bottom: 14px;
   padding-top: 8px;
   padding-bottom: 7px;
    border-top:1px solid #308CFF;
    border-bottom:1px solid #308CFF;
    border-left:8px solid #308CFF;
    border-right:1px solid #308CFF;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 border-bottom-left-radius: 4px;
 border-bottom-right-radius: 4px;
}
a.bt-blue-left:hover{
  background: #FFFFC7;
}
 
.tojiru-kabubt {
    margin-top: 30px;
    margin-bottom: 40px;
}
.tab-only {
  display:none;
}
.sp-only {
  display:none;
}
.tabsp-only {
  display:none;
}
/* ─── */
/* ■求人リンクボタン　PC本文下部 ■───── */
.kyujin-link-bt01 {
  margin-top:30px;
  margin-bottom:0px;
}
a.bt-samp72 {
  display: block;
  height: 40px;
  width: 400px;
   margin-left: auto;
   margin-right: auto;
  margin-bottom:4px;
  padding:1px;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  font-size:16px;
  background: #fff;
  border: 1px solid #ff9900;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp72 span{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #fa7e01;
  border-radius: 5px;
}
/* ■求人リンクボタン　PC本文下部 ■───── */
.kyujin-link-bt01migi {
  margin-top:0px;
  margin-bottom:0px;
}
a.bt-samp72migi {
  display: block;
  height: 40px;
  width: 100%;
   margin-left: auto;
   margin-right: auto;
  margin-bottom:4px;
  padding:1px;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  font-size:16px;
  background: #fff;
  border: 1px solid #ff9900;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp72migi span{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #fa7e01;
  border-radius: 5px;
}
.clear {
clear:both;　/*floatの解除、ここがポイント*/
}
