@charset "Shift-JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333; 
	background: url(../common/bg_10Da.png) repeat center top;
	line-height:140%;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
 font-size: 82%;
}
/* end */
html {
	overflow-y: scroll;
}
input, select, textarea {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
a:link {
	color:#0068b7;
	text-decoration:none;
}
a:visited {
	color:#0068b7;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #D6D6D6;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
}
ul, ol, li {
	list-style:none;
}
img {
	vertical-align: bottom;
}
article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
	display: block
}
.reset {
	clear:both;
}
/* ヘッダー内パーツ */
#hpb-headerMain {
	margin: 0;
	padding:5px 0;
}
#hpb-headerMain h1 {
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
	line-height: 12px;
	font-size: 11px;
	color: #8f6439;
}
#hpb-headerLogo {
	position:absolute;
	top:8px;
	left:-13px;
	width:450px;
	height:55px;
	background: url(../common/logo.png) no-repeat;
}
#hpb-headerLogo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 55px;
	background-position:-25px 0 0 0;
}
#hpb-headerMain h3.catch{
	text-align:left;
	position:absolute;
	top:65px;
	left:20px;
	font-size:.95em;
	font-weight:normal;
	color: #C60;
	margin-left:15px;
	}
#hpb-headerExtra {
	width: auto;
	float: right;
	color: #7c5e0f;
	text-align: left;
	padding-right:20px;
}
#hpb-headerExtra p.tel {
	/* 電話番号の文字設定 */
	margin: 0;
	padding:0;
	font-size: 1.4em;
	font-weight:bold;
	line-height: 1.2;
}
#hpb-headerExtra p.tel span {
	font-size: 0.7em; /* 電話番号の「TEL」文字設定 */
}
#hpb-headerExtra p.address {
	/* 住所文字設定 */
	margin: 0;
	padding:0;
	line-height: 150%;
}
/* フッター内パーツ */
#hpb-footerMain {
}
#hpb-footerMain p {
	/* コピーライト文字設定 */
    margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 0.9em;
	text-align: center;
}
/* サイドブロック内パーツ */

/* バナー */
#banner {
	width: 220px;
	margin-left: auto;
}
#banner ul {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}
#banner li {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#banner li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#banner a#banner-access {
	/* アクセスバナー */
    background-image : url(top_banner_10Da_01.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/* 情報 */
#kibouinfo {
	border:#8bd375 dotted 3px;
	padding: 8px 15px 0 15px;
	margin:0;
	background: url(../common/infoTitle_mark.png) no-repeat right top;
}
#kibouinfo h3 {
	text-align: center;
	color: #6ec430;
	font-weight: normal;
	padding:0 !important;
	margin:0 !important;
}
#kibouinfo h3 span.en {
	font-size: 1.1em;
	padding-left:35px;
}
#kibouinfo h4 {
	font-size: 1.1em;
	padding-top: 5px;
	font-weight: normal;
	text-align:center;
}
#kibouinfo p {
	text-align:left;
	line-height: 1.5;
}
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a {
/* ナビゲーション文字設定 */
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link {
	color: #e69100;
	text-decoration: underline;
}
a:visited {
	color: #e69100;
	text-decoration: underline;
}
a:hover {
	color: #F39700;
	text-decoration: none;
}
a:active {
	color: #F39700;
	text-decoration: none;
}
#hpb-skip {
	/* ヘッダースキップの非表示 */
    height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}
p {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 1.4;
	text-align: left;
}
p.large {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0.4em;
}
p.indent {
	padding-left: 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: none;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: none;
}
.hpb-layoutset-02 h2 {
	background-image : url(titleBg_10Da.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0;
	height: 76px;
	text-align: left;
	overflow: hidden;
	line-height: 80px;
}
.hpb-layoutset-02 h2 span.ja {
	font-size: 1.2em;
	color: #2179CB;
	padding-left: 50px;
	padding-right: 15px;
	font-weight: normal;
}
.hpb-layoutset-02 h2 span.en {
	color: #489AE8;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
}
#hpb-wrapper h3 {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 40px;
	text-align: left;
	background-image : url(indexBg_10Da.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #4DB312;
	font-size: 1.5em;
	font-weight: normal;
}
h3.hpb-c-index {
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: none;
}
table {
	margin: 0px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #479AE7;
}
table th {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #D1EAFE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #489AE7;
}
table td {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #479AE7;
}
/* フォームパーツ設定 */
input.button {
	margin-top: 10px;
	margin-bottom: 15px;
}
textarea {
	width: 380px;
	height: 200px;
}
input.l {
	width: 380px;
}
input.m {
	width: 250px;
}
input.s {
	width: 50px;
}
/*--------------------------------------------------------
  共通デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */
/* トップページメインイメージ */

/* ナビゲーション */
#hpb-nav ul {
	display: block;
	width: 852px;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	list-style-type: none;
	overflow: hidden;
	height: 35px;
}
#hpb-nav ul:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#hpb-nav li {
	display: block;
	width: 170px;
	margin-left: 0;
	margin-right: 0;
	float: left;
	height: 35px;
	overflow: hidden;
	text-align:center;
}
#hpb-nav li a {
	display: block;
	padding-top: 0px;
	height: 33px;
	overflow: hidden;
}
#hpb-nav li span.en {
	display: none;
}
#hpb-nav li span.ja {
	display: block;
	font-size: 14px;
	line-height: 33px;
	padding-right: 5px;
	font-weight: bold;
	padding-top: 4px;
}
#hpb-nav a:link, #hpb-nav a:visited {
	color: #ffffff;
	text-decoration: none;
	background-image : url(../common/navItemBg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#hpb-nav a:hover, #hpb-nav a:active {
	color: #ffffff;
	text-decoration: none;
	background-image : url(../common/navItemBg_on.png);
	background-position: top left;
	background-repeat: no-repeat;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container {
	width: 900px;
	padding:15px;
	margin: 0 auto;
	position: relative;
	background:#FFFFFF;
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
    border-radius: 10px;		/* CSS3草案 */
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}
#hpb-header {
	width:900px;
	padding:0;
	padding-bottom:15px;
	overflow: hidden;
}
#hpb-inner {
	width:900px;
	clear:both;
	zoom: 1;
}
.hpb-layoutset-01 #hpb-inner {
	padding:0;
}
#hpb-inner:after, .hpb-layoutset-01 #hpb-wrapper:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.hpb-layoutset-01 #hpb-wrapper {
	margin:0;
	padding:0;
	width :100%;
	overflow:hidden;
	padding-bottom:30px;
}
#hpb-title {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.hpb-layoutset-01 #hpb-title {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	width: 840px;
}
.hpb-layoutset-01 #hpb-main {
	margin-top:25px;
	width: 900px;
}
#hpb-aside {
	width: 216px;
	float: right;
}
.hpb-layoutset-01 #hpb-aside {
	/*	position:absolute; 	top:230px; 	left:640px;*/
    padding-top: 230px;
	padding-bottom: 15px;
}
#hpb-footer {
	clear: both;
	position: relative;
	padding-bottom: 20px;
}
#hpb-footerMain {
	padding-top: 30px;
}
.hpb-layoutset-01 #hpb-footerMain {
	background-image: none;
	padding-top: 0;
}
#hpb-nav {
	margin:0;
	position: relative;
	left: 0px;
	height: 34px;
	width: 100%;
	overflow: hidden;
	top:0;
}
.leftcolumn {
	width:620px;
	float:left;
	margin-left:15px;
}
.rightcolumn {
	width:220px;
	float:right;
	margin-right:15px;
}
.onecolumn {
	width:860px;
	margin-right:auto;
	margin-left:auto;
	padding-top:40px;
}
/*--------------------------------------------------------
PageTop
--------------------------------------------------------*/
p.gotop {
	background:url(../common/returnTop.png) no-repeat left 50%;
	width:620px;
	margin: 0;
	line-height:30px;
	text-decoration:none;
	text-indent:-9999px;
}
p.gotop a{
	width:151px;
	height:30px;
	display:block;
	cursor:pointer;
	margin:0;
	padding:0;
}

/* メインコンテンツ内基本パーツ */

#hpb-main ul {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding:0;
	list-style-type: none;
}
#hpb-main ul li {
	text-align: left;
	line-height: 1.4;
	padding: 5px 0 5px 25px;
	border-bottom: 1px dashed #f7ba05;
	background: url(../common/right_16.png) no-repeat left 50%;
}
#hpb-main ul li img{
	vertical-align:middle;
	padding:0 5px;
	}
#hpb-main dl {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0;
}
#hpb-main dt {
	float: left;
	margin: 0;
	text-align: left;
	line-height: 19px;
	min-height: 19px;
	font-weight: bold;
	width: 170px !important;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 2px;
	color: #4DB327;
}
#hpb-main dd {
	margin: 0;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 7px;
	text-align: left;
	line-height: 19px;
	min-height: 19px;
	padding-left: 172px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #87CC56;
}
*:first-child + html #hpb-main dd {
	/* for IE7 */
    padding-left: 10px;
	min-height: 20px;
}
* html #hpb-main dd {
	/* for IE6 */
    height: 20px;
	padding-left: 0px;
}
#hpb-main dl:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#hpb-main img {
	margin-top: 5px;
	margin-bottom: 10px;
}
#hpb-main img.left {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
#hpb-main img.right {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}
h1.pageTitle {
	background: url(../common/pagetitle_bg-900-120.png) no-repeat top left;
	text-align:left;
	font-size:18pt;
	letter-spacing:0.1em;
	line-height:140px;
	text-indent:1.5em;
	color:#666666;
	font-weight:normal;
}
#content {
	margin-top:-40px;
}
#content h3.pageSabTitle {
	background: url(../common/pagesabtitle_bg.png) no-repeat left bottom;
	height:43px;
	line-height:43px;
	font-size:1.5em;
	color:#4DB312;
	margin:40px 0 20px 0 !important;
	padding:0 !important;
	text-indent:50px;
	font-weight:bold;
}
#content h3.onepageSabTitle {
	background: url(../common/onepagesabtitle_bg.png) no-repeat left bottom;
	height:43px;
	line-height:43px;
	font-size:1.5em;
	color:#4DB312;
	margin:0 0 30px 0 !important;
	padding:0 !important;
	text-indent:50px;
	font-weight:bold;
}
#content h4.midashi {
	background:url(../common/midashi.png) no-repeat left top;
	padding-left:55px;
	height:50px;
	border-bottom:#cfe1ff solid 3px;
	margin-top:30px;
	margin-bottom:15px;
	line-height:55px;
	font-size:1.2em;
	text-align:left;
	color:#333333;
}
#content p.date{
	text-align:right;
	font-size:1em;
	color:#333;
	padding:0;
	margin:0;
	line-height:100%;
	}
#content p.date:before{
	content:"更新日【";
	}
#content p.date:after{
	content:"】";
	}

/*求人ページ　お問い合わせ
-----------------------------------------------*/
.contacttxt{
	width:auto;
	margin:0 auto;
	padding:10px 25px 20px 25px;
	text-align:center;
	border:3px  dashed #8bd375;
	}
.contacttxt p{
	text-align:center;
	font-size:1.1em;
	padding:10px ;
	margin:0;
	}
.contacttxt span{
	font-size:1.8em;
	color: #093;
	font-weight:bold;
	padding:10px 0;
	}
	
/*サービス一覧
-----------------------------------------------*/
.service-box{
	float:right;
	width:auto;
	margin-left:15px;
	padding:0px;
	}
.service-box .photospace{
	padding:2px 0;
	margin:0px;
	}
.service-box .photospace img{
	width:200px;
	padding:0px !important;
	margin:0px !important;
	}
.service-box p.photocomment{
	text-align:center;
	font-weight:normal;
	padding:0;
	margin:0;
	}
.service-2coloumbox{
	float:left;
	width:auto;
	margin-right:15px;
	padding:0px;
	}
.service-2coloumbox .photospace{
	padding:2px 0;
	margin:0px;
	}
.service-2coloumbox .photospace img{
	width:200px;
	padding:0px !important;
	margin:0px !important;
	}
.service-2coloumbox p.photocomment{
	text-align:center;
	font-weight:normal;
	padding:0;
	margin:0;
	}	

.service-3coloumbox{
	float:left;
	width:195px;
	margin-right:10px;
	padding:0px;
	}
.service-3coloumbox .lastbox{
	margin-right:0;
	}
.service-3coloumbox .photospace{
	padding:3px 0;
	margin:0px;
	}
.service-3coloumbox .photospace img{
	width:195px;
	padding:0px !important;
	margin:0px !important;
	
	}
.service-3coloumbox p.photocomment{
	text-align:center;
	font-weight:normal;
	padding:0;
	margin:0;
	}
	
	
/*image*/
.box-photoC{
	max-width:560px;
	margin:0 auto;
}
.box-photoC img{
	/*box-shadow*/
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    /*ボックスのデザイン*/
    padding:10px;
    border:1px solid #ccc;
}


/*group*/
.group{
	clear:both;
	padding-bottom:20px;
	overflow:hidden;
	}