@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
	letter-spacing:normal;
}

body,
table,
input, textarea, select, option {
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:active {
	color: #006699;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.2rem;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 8px 5px 7px 5px;
	border-bottom: 1px solid #ccc;
}

#gHeader .logo {
	padding-top: 15px;
	width: 145px;
	float: left;
}

#gHeader .logo img {
	vertical-align: top;
}

#gHeader .navi {
	float: right;
}

#gHeader .navi li {
	margin-right: 5px;
	float: left;
}

#gHeader .navi li:last-child {
	margin-right: 0;
}

#gHeader .navi a {
	padding-right: 15px;
}

#gHeader .navi a:before {
	margin-top: -4px;
	width: 4px;
	height: 9px;
	background: url(../../img/common/sprite_icon.png) no-repeat 0 -42px;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	position: absolute;
	top: 50%;
	right: 5px;
	content: "";
}

#gNavi {
	position: relative;
	z-index: 10;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

#gNavi:before {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
	content: "";
}

#gNavi li {
	width: 20%;
	float: left;
}

#gNavi a {
	padding-top: 8px;
	height: 49px;
	display: block;
	background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#B3B3B3),
				color-stop(0.50, #B3B3B3),
				color-stop(0.50, #000),
				to(#B3B3B3));
	background: -moz-linear-gradient(
				top,
				#4caddc 0%,
				#BDCCD4 50%,
				#0077b2 50%,
				#B3B3B3);
	background: linear-gradient(
				top,
				#4caddc 0%,
				#BDCCD4 50%,
				#717171 50%,
				#B3B3B3);
	border-left: 1px solid #BDCCD4;
	border-right: 1px solid #717171;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-text-shadow: 0 0 2px rgba(0,0,0,0.65);
	text-shadow: 0 0 2px rgba(0,0,0,0.65);
}

#gNavi li:first-child a {
	border-left: 1px solid #BDCCD4;
}

#gNavi a:before {
	margin: 0 auto 2px;
	width: 28px;
	height: 28px;
	background: url(../../img/common/sprite_icon.png) no-repeat;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	display: block;
	content: "";
}

#gNavi .sports a:before {
	background-position: -28px 0;
}

#gNavi .ent a:before {
	background-position: -56px 0;
}

#gNavi .it a:before {
	background-position: -84px 0;
}

#gNavi .pe a:before {
	background-position: -112px 0;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

/*------------------------------
	パンくずリスト
--------------------------------*/
#pan {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}


/*------------------------------
	TOPバナー拡大縮小
--------------------------------*/

p.resizeimage {
	max-width: 640px; /* 最大幅 */
	max-height: 180px; /* 最大幅 */
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
p.resizeimage img {
	width: 100%;
}

/*------------------------------
	イメージ画像（会議室）拡大縮小
--------------------------------*/

p.resizeimage02 {
	max-width: 640px; /* 最大幅 */
	max-height: 240px; /* 最大幅 */
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
p.resizeimage02 img {
	width: 100%;
}


/*------------------------------
　フッター問い合わせ画像 拡大縮小
--------------------------------*/

p.resizeimage03 {
	max-width: 640px; /* 最大幅 */
	max-height: 180px; /* 最大幅 */
	margin: auto;
	padding-top: 5px;
}
p.resizeimage03 img {
	width: 100%;
}

/*------------------------------
	フッター用電話発信画像 拡大縮小
--------------------------------*/
p.resizeimage07 {
	max-width: 640px; /* 最大幅 */
	max-height: 120px; /* 最大幅 */
	margin: auto;
	width: 100%;
}
p.resizeimage07 img {
	width: 100%;
	margin: auto;
	padding-bottom: 10px;
}

/*------------------------------
　賃金制度の解説画像 拡大縮小
--------------------------------*/

p.resizeimage04 {
	max-width: 505px; /* 最大幅 */
	max-height: 822px; /* 最大幅 */
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
p.resizeimage04 img {
	width: 100%;
}

/*------------------------------
	テキストボックス
--------------------------------*/
.textbox01 {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #FFFAE3;
	border: 1px solid #A9DEFF;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/*------------------------------
	テキストボックス(リスト修正用)
--------------------------------*/
.li_01 {
	font-size:16px;
	margin:15px;
}

.li_01 img {
	margin-top:5px;
	float:right;
}


.li_01 a {
	text-decoration:none;
}

.textbox02 {
	font-size:16px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #FFFAE3;
	border: 1px solid #A9DEFF;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.textbox02 a {
	text-decoration:none;
}


/*------------------------------
	インフォボックス
--------------------------------*/
.info_box01 {
	background-color: #FFF;
	border: 1px solid #999999;
	font-weight: normal;
	margin: auto;
	padding-top:10px;
	padding-bottom:10px;
	max-width: 640px; /* 最大幅 */
}

p.resizeimage05 {
	max-width: 640px; /* 最大幅 */
	max-height: 180px; /* 最大幅 */
	margin: auto;
	padding: 5px;
	width: 90%;
}
p.resizeimage05 img {
	width: 100%;
	margin: auto;
}

p.resizeimage06 {
	max-width: 640px; /* 最大幅 */
	max-height: 120px; /* 最大幅 */
	margin: auto;
	padding: 5px;
	width: 90%;
}
p.resizeimage06 img {
	width: 100%;
	margin: auto;
}

/*------------------------------
	グーグルマップ
--------------------------------*/

.google-maps {
position: relative;
padding-bottom: 250px; /*高さは250pxで固定*/
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/*------------------------------
	表組
--------------------------------*/
table {
    border-collapse:collapse;
    color:#555;
    width:99%;
    font-size:12px;
	text-align:left;
}
table, th, td {
    border:1px solid #d4e0ee;
    color:#555;
}
caption {
    font-size:100%;
    font-weight:bold;
}

td, th {
	padding:2px;
}

thead th {
    text-align:center;
    background:#e6edf5;
    color:#4f76a3;
    font-size:100% !important;
}
tbody th {
    font-weight:bold;
}

tbody tr { background:#fcfdfe; }

tbody tr.odd { background:#f7f9fc;
}

tbody tr .r3{
	width:100px;
}

tbody tr .r4{
	width:200px;
}

table a:link {
    color:#718abe;
    text-decoration:none;
}
table a:visited {
    color:#718abe;
    text-decoration:none;
}
table a:hover {
    color:#718abe;
    text-decoration:underline !important;
}
tfoot th, tfoot td {
    font-size:85%;
}


/*------------------------------
	表組用サイズ調整
--------------------------------*/
.r5{
	min-width: 80px; /* 最小幅 */
}

.r6{
	width: 100%;
}


/*------------------------------
	表組(セミナー用)
--------------------------------*/
.r7{
	width:35px;
}

.r8{
	width:60px;
}

.r9{
	width:60px;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 18px 0 0 0;
	background: #eee;
	border-top: 3px solid #069;
}

#gFooter .f_box01 {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #BDCCD4;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}


#gFooter .mode {
	margin-bottom: 18px;
	font-size: 1.4rem;
	text-align: center;
}

#gFooter .mode dt {
	display: inline;
}

#gFooter .mode dd {
	display: inline;
}

#gFooter .pageTop {
	margin-bottom: 20px;
	text-align: center;
}

#gFooter .pageTop a {
	padding-right: 32px;
}

#gFooter .pageTop a:before {
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background: url(../../img/common/sprite_icon.png) no-repeat -4px -42px;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	position: absolute;
	top: 50%;
	right: 11px;
	content: "";
}

#gFooter .copyright {
	margin-top: 20px;
	padding: 10px 0 8px;
	background-image: -webkit-gradient(linear, left top, left bottom,
						from(#069),
						to(#008BCE));
	background-image: -moz-linear-gradient(
						#069,
						#008BCE);
	background-image: linear-gradient(
						#069,
						#008BCE);
	display: block;
	color: #fff;
	fonot-size: 10rem;
	text-align: center;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
}
