@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	background-attachment: fixed;
	background-image: url(img/back.png.png);
	background-repeat: repeat;
}



#g_menu_s li {
    float: left;
}

#g_menu_s ul {
    width: 160px;
    overflow: hidden;
}
 
#g_menu_s li {
    float: left;
    width: 200px;
    list-style-type: none;
}
 
#g_menu_s a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #76d9e8;
    color: #fff;
}
 
#g_menu_s a:hover {
    background-color: #9de6ff;
}


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h4, h5, h6 {
	color: #76A09E;
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 30px; 
}

h1 {  /* 小見出し用 */
	color: #76A09E;
	margin: 0px 30px 15px 10px;
}
	
h2 {  /* 小見出し用 */
	color: #76A09E;
	margin: 30px 30px 15px 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #76A09E;
}

h3 {  /* 小見出し用 */
	color: #76A09E;
	margin: 30px 30px 15px 25px;
}

h4 {  /* 小見出し用 */
	color: #76A09E;
	margin: 30px 30px 15px 25px;
}
p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 30px; 
}

div.rt {
	text-align:right;
	margin-right:15px;
}

a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
#wrap{
	background-color: #fff;
	margin-left : auto;
  margin-right : auto;
  width : 960px;
}


/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; 
}

/* ~~ ヘッダー最上部。~~ */
.HeaderTop{
	height:20px;
	line-height:20px;
	background-position:-0px -0px;
	font-size: 12px;
}

.header {
	height: 60px;
	margin: 0 auto;
	position: relative;
}

.headerlogo{
	width: 370px;
	padding: 10px 0px 0 10px;
	line-height: 0;
	float: left;
}

.headertel{
	height:40px;
	padding: 10px 10px 0 0;
	float: right;
}

#mainTtl {
	width: 960px;
	line-height: 0;
	position: relative;
	bottom: 150px;
	left: 300px;
    margin:-50px;
}




.content {
	padding: 0px 0;
	width: 860px;
}
.content_top {
	padding: 10px 0;
  	width: 960px;
	height: 215px;
	background-color:#C6D580;
}
.content2 {
	padding: 30px 0px;
	width: 960px;
	text-align:center;

}

.sidebar1 {
	float: right;
	width: 290px;
	height: auto;
	background-color: #;
	padding-bottom: 10px;
}

/* ホバー */
.mouseHvr {
	opacity: 1;
}

.mouseHvr:hover {
	opacity: 0.7;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ グローバルナビの設定　~~ */
#g_menu {
  width:100%;
  padding:0;
  margin:0;
  list-style-type: none;
}
#g_menu li {
  width:173;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
#g_menu li a {
  width:auto;
  color:#555;
  font-size:14px;
  font-weight:bold;
  padding:5px 0;
  text-decoration:none;
  display:block;
}


.sample {
    width:500px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#49a9d4;
    border-radius:5px;
}


/* ~~ サブナビの設定　~~ */
#g_menu li:first-child a{
  border-left:0px;
  border-left:0;
}  

#Box {
  width:960px;
  padding:0px 0px 0px 7px;
  margin:0;
  list-style-type: none;
}
#Box li {
  width:16.5%;
  float:left;
  padding:0;
  margin:0;
}


#sub_menu {
  width:100%;
  padding:0;
  margin:0;
  list-style-type: none;
}
#sub_menu li {
  width:100%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
#sub_menu li a {
  width:auto;
  color:#555;
  font-size:14px;
  font-weight:bold;
  padding:5px 0;
  text-decoration:none;
  display:block;
}
#sub_menu li hover {
  font-size:16px;
  font-weight:bold;
}


/*--------------------------*/
/*ナビ（リスト）関係
/*--------------------------*/

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	color: #FFF;
}

/* --- 業務内容リスト --- */
ol.bc {
	margin-left:  25px;
}
ol.bc li {
	margin-bottom: 10px;
}

/* --- パンくずリスト --- */
ol.topicPath {
margin: 5px 0 0 20px;
padding: 0;
list-style-type: none;

font-size: 80%;
}
ol.topicPath li {
display: inline;
}
ol.topicPath li a {
margin-right: 6px; /* リンクエリアの右マージン */
}


/* --- 表 --- */

table{
	border: void;
	width: 600px;
	margin-bottom: 30px;
	font-size : 14px;
	margin-left:  30px;
}
table th,
table td{
	padding: 12px;

	}
table th{
	width: 100px;
	align: left;
	background: #EADCAE;
	padding-right: 16px;
	/*border-right: 1px solid #ccc;*/
}
table td{
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}

table.tablDec2 th{	background: #eee;}
td.tableDec1{ border-right: 1px solid #ccc;}
table.tableform th{	width: 100px;font-size: 16px; border-right: 1px solid #ccc; padding-left: 20px; background: #ccc;}
table.tableform td{	width: 100px;font-size: 16px; border-right: 1px solid #ccc; padding-left: 20px; }

table.tableDec5{　width: 800px;margin: 0 auto;}
table.tableDec5 th{　width: 200px;font-size: 16px;  border: 0px; background-color:transparent; padding: 0px; margin:  0px;}
table.tableDec5 td{　width: 600px;font-size: 16px;  border: 0px; padding: 0px; margin:  0px;}

/* ~~ フッター ~~ */
.footer {
	padding: 15px 0;
	background-color: #C6EDEB;
	position: relative;
	clear: both;
	text-align:center;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#wrap .main .topic {
	color: #000;
	margin-bottom: 10px;
}


/* ~~ 求人ー ~~ */
table.company {
    width: 80%;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 15px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}





.btn {
margin-right: auto;
margin-left : auto;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	display: block;

	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	max-width: 60%; 
	padding: 30px 0;

}

/* ---  --- *//* ---  --- *//* ---  --- */