@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, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; 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; }


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #363636;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #f0f8ff;
	background-image: url(../img/bg.jpg);
}
p {  }
td {
	line-height: 1.5em;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a:link {
	color: #00F;
}

a:visited {
	color: #00F;
}
a:hover {
	color: #ff6f00;
	text-decoration: none;
}
a:active {  }

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#menu p {
	vertical-align: top;
	line-height: 1.3em;
	margin-top: 7px;
	margin-bottom: 3px;
}
#menu a {
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu a:hover {
	text-decoration: none;
	color: #ff6f00;
}
#menu ul li {
	text-decoration: none;
	list-style-image: url(../img/list-icon.png);
	line-height: 1.8em;
	margin-left: 20px;
}

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

#contents h4 {
	color: #099;
	font-weight: bold;
	margin-top: 1.5em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1.5em;
	padding-left: 5px;
	border-bottom: 1px dashed #00117a;
	clear: both;
	font-size: 1.1em;
}
#contents p {
	margin-top: 7px;
	margin-bottom: 3px;
	border-color: #c4c4c4;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-orange {
	color: #FF601D;
}
.text-pink {
	color: #ff0067;
}
.text-green {
	color: #406C23;
}
.text-bluegreen { color: #099; }
.text-blue {
	color: #0745e6;
}
.text-darkblue {
	color: #020169;
}
.text-red { color: #f00; }
.text-in {
	padding-left: 15px;
}
.text-strike {
	text-decoration: line-through;
}
.text-waku {
	color: #067a00;
	background-color: #edfee0;
	border: 1px solid #a2b1c8;
	border-radius: 5px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.text-1 { font-size: 10px; }
.text-2 { font-size: 12px; }
hr { height: 1px; clear: both; }
ul { margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-type: disc; }
ol { margin-top: 10px; margin-right: 0; margin-bottom: 10px; list-style-type: decimal; }
#contents ul li {
	text-decoration: none;
	list-style-image: url(../img/list-icon.png);
	line-height: 1.8em;
	margin-left: 20px;
}
#contents ol li {
	text-decoration: none;
	margin-left: 20px;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	max-width: 40%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	max-width: 40%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.text-faq1 {
	font-weight: bold;
	background-image: url(../img/faq1.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 0px 12px;
	padding-top: 10px;
}
.text-faq2 {
	font-weight: normal;
	background-image: url(../img/faq2.gif);
	background-repeat: no-repeat;
	padding-left: 42px;
	background-position: 0px 2px;
	border-bottom: 1px dashed #a2b1c8;
	padding-bottom: 10px;
}
.more {
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #020169;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-right: 20px;
    color: #FFFFFF;
}
.more a {
	color: #FFFFFF;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}


/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.clear {
	clear: both;
}  
.clear hr {
	display: none;
}
.clear-space {
	clear: both;
	height: 20px;
}  
.clear-space hr {
	display: none;
}
.space {
	height: 20px;
}  
.space hr {
	display: none;
}
.space-w {
	height: 40px;
}  
.space-w hr {
	display: none;
}

/*------------------------------------------------------------
	RSS
------------------------------------------------------------*/
.rss-box {
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: -5px;
	margin-bottom: 0;
	padding: 0px;
	font-size: 1em;
}

/* RSSフィード　サイトタイトル表示 */
.rss-title {
	padding: 0;
	margin: 0px;
}

/* RSSフィード　サイトタイトル表示　リンクカラー */
.rss-title a {

}

/* RSSフィード　記事一覧の大枠 */
.rss-items {
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 */
.rss-item {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */
.rss-item a:link ,

.rss-item a:visited ,

.rss-item a:active {
	text-decoration : underline;
	color: blue;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */
.rss-item a:hover {
color: #ff7d00;
}

/* RSSフィード　記事日付 */
.rss-date {
    color: #F75600;
    font-size: 0.85em;
    font-weight : normal;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    line-height: 14px;
}






/* ########## 599px以下 ########## */

@media (max-width: 599px) {

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#sp-off {
	display: none;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    background-color: #FFFFFF;
}
#box {
    vertical-align: top;
    text-align: center;
    margin: 0;
    width : 100%;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0px;
}

#contents {
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
    width: 94%;
    padding: 0;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 0.85em;
    clear: both;
    background-color: #FFFFFF;
}
#containerbottom {
	clear: both;
	margin: 0;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 0.85em;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0px;
	background-image: url(../img/spheadbg.jpg);
	background-repeat: repeat-x;
	background-size: 100% 100%;
	border-bottom: 2px solid #020169;
	background-color: #F8F8F8;
}
#headercontainer {
	vertical-align: top;
	padding: 0;
	order-right-style: solid;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../img/spheadbg2.png);
	height: 50px;
	background-position: right bottom;
	background-size: auto 50px;
}
#h1container {
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0px;
	background-color: #020169;
}
h1 {
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding-top: 1px;
	padding-right: 58px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 145px;
	height: 60px;
	outline: none 0;
	margin-left: 2%;
	background-image: url(../img/spheadimage.png);
	background-size: 145px 50px;
}
#headerglobal ul li.home a {
	display: block;
	float: left;
	width: 145px;
	height: 50px;
	outline: none 0;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
#menutel {
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
}
#menu {
	display: none;
}


/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
    position: fixed;
    top: 0;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0px;
    height: 5px;
    text-align: left;
	z-index: 9999;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 55px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 55px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}
#mobile-tel {
    text-decoration: none;
    text-align: center;
    clear: both;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 10px;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h2 {
	font-size: 0.9em;
	font-weight: bold;
	clear: both;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 33px;
	color: #020169;
	text-shadow: 1px 1px 1px #FFFFFF;
	background-image: url(../img/sp-h2.jpg);
	background-repeat: no-repeat;
	border-left: 7px solid #020169;
	border-bottom: 2px solid #020169;
	background-size: 100% auto;
}
#contents h3{
	font-size: 1em;
	font-weight: bold;
	background-repeat: repeat-y;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 3px solid #020169;
	border-bottom: 1px solid #020169;
	background-color: #f1f9ff;
	color: #020169;
	padding-right: 5px;
}

.text-name {
	color: #020169;
	font-size: 1.5em;
	line-height: 1.8em;
}
.text-1 {
	font-size: 8px;
}

.box1 {
	line-height: 1.5;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.box2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}

#infobox {
    margin-bottom: -15px;
    padding-bottom: 10px;
    border: 1px solid #a2b1c8;
    padding-top: 10px;
    background-color: #f8fcfe;
    padding-left: 15px;
    margin-top: 15px;
    padding-right: 15px;
    font-size: 0.85em;
    border-radius: 5px;
}
#infobox .graph-right {
	max-width: 25%;
}
#infobox .graph-left {
	max-width: 25%;
}
td.td-recruitment1 {
	font-size: 1em;
	font-weight: normal;
	background-color: #D9EEFF;
	text-align: center;
	border-right: 1px solid #3435cd;
	border-bottom: 1px solid #3435cd;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 40px;
}
td.td-recruitment2 {
	font-size: 1em;
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
	border-right: 1px solid #3435cd;
	border-bottom: 1px solid #3435cd;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	font-size: 0.75em;
	line-height: 1.9em;
	vertical-align: top;
	clear: both;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
	border-top: 3px solid #020169;
	background-color: #FFFFFF;
}
#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	text-align: center;
	background-position: right top;
	background-repeat: no-repeat;
}

.footertext {
	font-size: 9px;
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFFFFF;
	background-color: #020169;
}

}



/* ########## 600px以上 ########## */

@media (min-width: 600px) {

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#pc-off {
	display: none;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#bodybox {
	min-width: 900px;
	overflow: hidden;
}
#container {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#box {
	vertical-align: top;
	text-align: center;
	margin: 0;
	width : 900px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
#box:after {
	content: "";
	display: block;
	clear: both;
}
#contents {
	line-height: 1.7em;
	text-align: left;
	vertical-align: top;
	width: 640px;
	float: right;
	padding: 0;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 0;
	font-size: 0.85em;
}
#containerbottom {
	clear: both;
	margin: 0;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 0.85em;
	width: 880px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	text-align: center;
	vertical-align: top;
	height: 125px;
	padding: 0;
	margin: 0px;
	border-bottom: 3px solid #020169;
	background-repeat: repeat-x;
	background-image: url(../img/pcheadbg.jpg);
}
#headercontainer {
	vertical-align: top;
	padding: 0;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../img/pcheadimage.jpg);
	height: 125px;
	background-position: 0px 0px;
}
#h1container {
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0px;
	background-color: #020169;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 370px;
	height: 120px;
	outline: none 0;
	margin-left: 10px;
}

#headerglobal ul li.home a {
	display: block;
	float: left;
	width: 370px;
	height: 120px;
	outline: none 0;
	margin-left: 10px;
}


/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
#menutel {
	display: none;
}
#menu {
	line-height: 1.6em;
	vertical-align: top;
	width: 190px;
	float: left;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
	font-size: 0.9em;
	text-align: left;
}

#global {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	clear: both;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 190px;
}
#global ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }
#global ul li.tel {
	display: none;
}
#global ul li.n01 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_01.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n01 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n01 a:hover {
	background-image: url(../img/menu/menu_01a.gif);
	background-repeat: no-repeat;
}
#global ul li.n02 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_02.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n02 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n02 a:hover {
	background-image: url(../img/menu/menu_02a.gif);
	background-repeat: no-repeat;
}
#global ul li.n03 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_03b.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n03 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n03 a:hover {
	background-image: url(../img/menu/menu_03ba.gif);
	background-repeat: no-repeat;
}
#global ul li.n04 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_04.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n04 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n04 a:hover {
	background-image: url(../img/menu/menu_04a.gif);
	background-repeat: no-repeat;
}
#global ul li.n05 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_05.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n05 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n05 a:hover {
	background-image: url(../img/menu/menu_05a.gif);
	background-repeat: no-repeat;
}
#global ul li.spblog {
	display: none;
}
#global ul li.n06 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_06.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n06 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n06 a:hover {
	background-image: url(../img/menu/menu_06a.gif);
	background-repeat: no-repeat;
}
#global ul li.n07 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_07.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n07 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n07 a:hover {
	background-image: url(../img/menu/menu_07a.gif);
	background-repeat: no-repeat;
}
#global ul li.n08 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_08.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n08 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n08 a:hover {
	background-image: url(../img/menu/menu_08a.gif);
	background-repeat: no-repeat;
}
#global ul li.n09 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_09.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n09 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n09 a:hover {
	background-image: url(../img/menu/menu_09a.gif);
	background-repeat: no-repeat;
}
#global ul li.n10 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_10.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n10 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n10 a:hover {
	background-image: url(../img/menu/menu_10a.gif);
	background-repeat: no-repeat;
}
#global ul li.n11 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_11.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n11 a {
	display: inline;
	float: left;
	width: 190px;
	height: 35px;
	outline: none 0;
}
#global ul li.n11 a:hover {
	background-image: url(../img/menu/menu_11a.gif);
	background-repeat: no-repeat;
}
#global ul li.blog {
	background-repeat: no-repeat;
	background-image: url(../img/menu/blog.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 50px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 10px;
}
#global ul li.blog a {
	display: inline;
	float: left;
	width: 190px;
	height: 50px;
	outline: none 0;
}
#global ul li.blog a:hover {
	background-image: url(../img/menu/blog-a.gif);
	background-repeat: no-repeat;
}
#global ul li.blog2 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/blog2.gif);
	display: inline;
	float: left;
	width: 190px;
	height: 50px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.blog2 a {
	display: inline;
	float: left;
	width: 190px;
	height: 50px;
	outline: none 0;
}
#global ul li.blog2 a:hover {
	background-image: url(../img/menu/blog2-a.gif);
	background-repeat: no-repeat;
}
#global ul li.sphome {
	display: none;
}

	
/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
	display: none;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h2 {
	font-size: 1.3em;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 45px;
	color: #020169;
	text-shadow: 1px 1px 2px #FFFFFF;
	background-image: url(../img/pc-h2.jpg);
	border-left: 8px solid #020169;
	border-bottom: 2px solid #020169;
	height: 33px;
}
#contents h3{
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: repeat-y;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 4px solid #020169;
	border-bottom: 1px solid #020169;
	background-color: #f1f9ff;
	color: #020169;
}

.text-name {
	color: #020169;
	font-size: 1.8em;
	line-height: 1.8em;
}

.text-1 { font-size: 10px; }


.box1 {
	line-height: 1.5;
	width: 300px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.box2 {
	width: 300px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}

#infobox {
    margin-bottom: 2px;
    padding-bottom: 20px;
    border: 1px solid #a2b1c8;
    padding-top: 15px;
    background-color: #f8fcfe;
    padding-left: 15px;
    margin-top: 25px;
    padding-right: 15px;
    border-radius: 5px;
}
td.td-recruitment1 {
	font-size: 1em;
	font-weight: normal;
	background-color: #D9EEFF;
	text-align: center;
	border-right: 1px solid #3435cd;
	border-bottom: 1px solid #3435cd;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 80px;
}
td.td-recruitment2 {
	font-size: 1em;
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
	border-right: 1px solid #3435cd;
	border-bottom: 1px solid #3435cd;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
td.td-gikou1 { font-size: 12px; font-weight: normal; background-color: #d9eeff; text-align: left; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou1b { font-size: 12px; font-weight: normal; background-color: #ffeffb; text-align: left; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou2 { font-size: 12px; font-weight: normal; background-color: #effffb; text-align: center; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou3 { font-size: 12px; font-weight: normal; background-color: #d9eeff; text-align: left; width: 165px; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou3b { font-size: 12px; font-weight: normal; background-color: #ffeffb; text-align: left; width: 165px; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou4 { color: #3435cd; font-size: 12px; background-color: #d9eeff; text-align: center; width: 16px; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou4b { color: #ff0084; font-size: 12px; font-weight: normal; background-color: #ffeffb; text-align: center; width: 16px; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	font-size: 0.85em;
	line-height: 1.7em;
	vertical-align: top;
	clear: both;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
	border-top: 5px solid #020169;
	background-color: #FFFFFF;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 760px;
    text-align: right;
    background-position: right top;
    padding-left: 120px;
}

.footertext {
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFFFFF;
	background-color: #020169;
}

}
