@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;
	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;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #e7e3d8;
}
p {  }
td {
	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 {  }


/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#contents p { margin-top: 7px; margin-bottom: 3px; }
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 8px;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	max-width: 50%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	max-width: 50%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.graph-mail {
	float: right;
	margin-bottom: 0px;
	clear: both;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.text-center {
	text-align: center;
}
.text-center2 {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
.text-right {
	text-align: right;
}
.text-brown {
	color: #5c472a;
}
.text-orange { color: #fb6d00; }
.text-pink { color: #ff0067; }
.text-green {
	color: #2a8e26;
}
.text-blue {
	color: #0046D9;
}
.text-red { color: #f00; }
.text-in {
	padding-left: 15px;
}
.text-1 { font-size: 10px; }
.text-name {
	color: #ff7300;
	font-size: 16px;
	font-weight: bold;
}
.text-16bold {
	font-size: 16px;
	font-weight: bold;
}
.text-13em {
	font-size: 1.3em;
}
.text-13boldpink {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF0067;
}
.text-strike {
	text-decoration: line-through;
}
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;
	margin-left: 20px;
	list-style-image: url(../img/list-icon.gif);
	line-height: 1.8em;
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
}


/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.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: 0;
	padding: 0px;
}
/* RSSフィード　サイトタイトル表示 */
.rss-title {
	padding: 0;
	margin: 0px;
}
/* RSSフィード　サイトタイトル表示　リンクカラー */
.rss-title a {
}
/* RSSフィード　記事一覧の大枠 */
.rss-items {
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 */
.rss-item {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
/* 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: 12px;
	font-weight : normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 1.5em;
}





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

@media (max-width: 599px) {

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

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
	text-align: left;
	vertical-align: top;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#box {
	vertical-align: top;
	text-align: center;
	margin: 0px;
	width : 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contents {
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	width: 96%;
	float: right;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	clear: right;
	font-size: 0.85em;
}
#contentslower {
	clear: both;
	margin: 0;
	text-align: right;
	font-size: 0.75em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	text-align: left;
	vertical-align: top;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/spheader-bg.jpg);
	background-color: #FFFFFF;
	background-size: 100% auto;
}
#header img{
	vertical-align: top;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 60%;
	height: auto;
}
h1 {
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #FFF;
	background-color: #ec6a00;
	background-image: url(../img/h1bg.jpg);
	background-repeat: repeat-x;
}
#spaddress {
	font-size: 0.85em;
	text-align: center;
	text-shadow: 1px 1px #ffffff;
	padding-bottom: 8px;
	padding-top: 0px;
}
#spaddress img {
	width: 86%;
	margin-right: 7%;
	margin-left: 7%;
	max-width: 320px;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
#menu {
	display: none;
}

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

h2 {
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(../img/sp-h2.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 45px;
	border: 1px solid #8c8c8c;
	border-radius: 7px;
}
h3 {
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.8em;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff7300;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff7300;
	background-image: url(../img/h3.gif);
	background-repeat: repeat-x;
	font-size: 1em;
	background-color: #ecebe9;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.8em;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	background-image: url(../img/h4icon.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
td.td-recruit1 {
	background-color: #FFF4D8;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 70px;
}
td.td-recruit2 {
	vertical-align: middle;
	padding-left: 10px;
}
td.td-info01 { font-size: 12px; font-weight: normal; background-color: #d8efff; background-repeat: no-repeat; text-align: center; padding: 5px 10px; }
td.td-info02 { font-size: 12px; font-weight: normal; vertical-align: top; width: 33%; padding: 10px; }
td.td-1 {
	background-color: #fffbb2;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}
td.td-2 {
	text-align: center;
	padding: 5px;
	font-size: 12px;
}
td.td-3 {
	padding: 5px;
	font-size: 12px;
}
.box1 {
	line-height: 1.6;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.box2 {
	line-height: 1.6;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
#infobox {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border: 1px solid #8c8c8c;
	padding-top: 2px;
	background-color: #fdffec;
	padding-left: 10px;
	margin-top: 10px;
	border-radius: 7px;
	font-size: 0.95em;
	padding-right: 10px;
}
.sp-tel {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	margin-bottom: 10px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: top;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #fffef6;
	background-image: url(../img/footerline.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
}
#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/footerlogo.gif);
	background-repeat: no-repeat;
	background-position: 760px 15px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#footerbox p {
	margin-top: 6px;
	margin-bottom: 0px;
	line-height: 1.5em;
}
.footertext {
	color: #FFF;
	font-size: 8px;
	background-color: #ec6a00;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../img/footetext-bg.gif);
	background-repeat: repeat-x;
}

/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 5px;
	width: 50px;
	background-image: url(../img/pagetop.png);
	background-size: 50px 50px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}



}


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

@media (min-width: 600px) {

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

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
	text-align: left;
	vertical-align: top;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../img/container-bg.gif);
	background-repeat: repeat-y;
}
#box {
	vertical-align: top;
	text-align: center;
	margin: 0px;
	width : 872px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 8px;
}
#contents {
	line-height: 1.7em;
	text-align: left;
	vertical-align: top;
	width: 640px;
	float: right;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	clear: right;
	font-size: 0.85em;
}
#contentslower {
	clear: both;
	margin: 0;
	text-align: right;
	font-size: 0.75em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	font-size: 1px;
	text-align: left;
	vertical-align: top;
	width: 900px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/header-bg.jpg);
	height: 215px;
}
#header img{
	vertical-align: top;
	clear: both;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height: 19px;
	color: #FFF;
}
#h1-inner {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	width: 890px;
}
#spaddress {
	display: none;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
#menu {
	line-height: 1.3;
	text-align: left;
	vertical-align: top;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	font-size: 0.85em;
	background-image: url(../img/menu-bg.gif);
	background-repeat: no-repeat;
	padding-top: 163px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu p {
	vertical-align: top;
	margin-top: 7px;
	margin-bottom: 3px;
	font-size: 0.95em;
}
#menu ul li a {
	text-decoration: none;
	list-style-type: none;
	color: #363636;
}
#menu a:hover {
	text-decoration: none;
	color: #ff6f00;
}
#menuinfo {
}
#navibox1 {
	background-repeat: no-repeat;
	width: 198px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 36px;
	line-height: 1.6em;
	margin-top: 0px;
	padding-left: 0px;
	border: 1px solid #ff7300;
	background-color: #FFFFFF;
	background-image: url(../img/navibox1.gif);
}
#navibox2 {
	background-repeat: no-repeat;
	width: 198px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 36px;
	line-height: 1.6em;
	margin-top: 0px;
	padding-left: 0px;
	border: 1px solid #ff7300;
	background-color: #FFFFFF;
	background-image: url(../img/navibox2.gif);
}
#navibox3 {
	background-repeat: no-repeat;
	width: 198px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 36px;
	line-height: 1.6em;
	margin-top: 0px;
	padding-left: 0px;
	border: 1px solid #ff7300;
	background-color: #FFFFFF;
	background-image: url(../img/navibox3.gif);
}
#menu ul li {
	text-decoration: none;
	list-style-image: url(../img/navi-icon.gif);
	margin-left: 25px;
	line-height: 1.8em;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h2 {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../img/h2.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 50px;
	border: 1px solid #8c8c8c;
	border-radius: 7px;
}
h3 {
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.8em;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff7300;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff7300;
	background-image: url(../img/h3.gif);
	background-repeat: repeat-x;
	font-size: 1.1em;
	background-color: #ecebe9;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.8em;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	background-image: url(../img/h4icon.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

td.td-recruit1 {
	background-color: #FFF4D8;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 120px;
}
td.td-recruit2 {
	vertical-align: middle;
	padding-left: 10px;
}
td.td-info01 { font-size: 12px; font-weight: normal; background-color: #d8efff; background-repeat: no-repeat; text-align: center; padding: 5px 10px; }
td.td-info02 { font-size: 12px; font-weight: normal; vertical-align: top; width: 33%; padding: 10px; }
td.td-1 {
	background-color: #fffbb2;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}
td.td-2 {
	text-align: center;
	padding: 5px;
	font-size: 12px;
}
td.td-3 {
	padding: 5px;
	font-size: 12px;
}
.box1 {
	line-height: 1.6;
	width: 300px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.box2 {
	line-height: 1.6;
	width: 300px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#infobox {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border: 1px solid #8c8c8c;
	padding-top: 2px;
	background-color: #fdffec;
	padding-left: 15px;
	margin-top: 10px;
	border-radius: 7px;
	font-size: 0.95em;
	padding-right: 10px;
}
.sp-tel {
	display: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: top;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #fffef6;
	background-image: url(../img/footerline.gif);
	background-repeat: repeat-x;
	text-align: left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
}
#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 720px;
	text-align: left;
	background-image: url(../img/footerlogo.gif);
	background-repeat: no-repeat;
	background-position: 760px 15px;
	padding-top: 10px;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 15px;
}
#footerbox p {
	margin-top: 6px;
	margin-bottom: 0px;
	line-height: 1.5em;
}
.footertext {
	color: #FFF;
	font-size: 12px;
	background-color: #ec6a00;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../img/footetext-bg.gif);
	background-repeat: repeat-x;
}

/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	background-image: url(../img/pagetop.png);
	background-size: 60px 60px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 60px;
	height: 60px;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


}
