@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;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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;
}
img {
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
a, a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #999;
}
li:last-child, li.last {
	margin-right: 0 !important;
}
.btn_opacity img, .btn_opacity_full img, header #infoWrap #gNav li a:after {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.btn_opacity:active img, .btn_opacity:hover img, .btn_opacity.active img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
}
.btn_opacity_full:active img, .btn_opacity_full:hover img, .btn_opacity_full.active img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

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

body {
	color: #545454;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}
.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#container {
	padding: 0 0 40px;
	
}
#container p, #container ul, #container dl {
	margin: 0 0 1em;
}
.inner {
	width: 980px;overflow: hidden;
	margin: 0 auto;
}
#container .inner {
	margin: 0 auto 20px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header {
	border-bottom: 3px solid #028CD7;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	position: relative;
	z-index: 5;
}
header .inner {
	padding: 13px 0 0;
	overflow: hidden;
	line-height: 1;
}
header #logoWrap {
	float: left;
	width: 410px;
}
header #logoWrap .desc {
	font-size: 62.5%;
	line-height: 32px;
}
header #infoWrap {
	float: right;
	width: 570px;
	text-align: right;
}
header #infoWrap p {
	margin-bottom: 10px;
}
header #infoWrap #gNav {
	margin-left: 41px;
	height: 21px;
	border-right: 1px solid #ddd;
}
header #infoWrap #gNav li {
	display: block;
	float: left;
	border-left: 1px solid #ddd;
}
header #infoWrap #gNav li a {
	padding: 0 15px;
	display: block;
	position: relative;
	background-position: 15px 0;
	background-repeat: no-repeat;
}
header #infoWrap #gNav li a:after {
	content: '';
	width: 7px;
	height: 4px;
	margin: auto;
	display: block;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	z-index: 0;
	background-image: url(../images/common/btn_nav_arrow.png)
}
header #infoWrap #gNav li a:active:after, header #infoWrap #gNav li a:hover:after, header #infoWrap #gNav li a.active:after {
	bottom: -12px;
}
header #infoWrap #gNav li.home a {
	width: 12px;
	background-image: url(../images/common/btn_nav_home_h.png)
}
header #infoWrap #gNav li.service a {
	width: 54px;
	background-image: url(../images/common/btn_nav_service_h.png)
}
header #infoWrap #gNav li.greeting a {
	width: 83px;
	background-image: url(../images/common/btn_nav_greeting_h.png)
}
header #infoWrap #gNav li.company a {
	width: 56px;
	background-image: url(../images/common/btn_nav_company_h.png)
}
header #infoWrap #gNav li.faq a {
	width: 81px;
	background-image: url(../images/common/btn_nav_faq_h.png)
}
header #infoWrap #gNav li.jobs a {
	width: 56px;
	background-image: url(../images/common/btn_nav_jobs_h.png)
}

/*------------------------------------------------------------
	共通お問い合わせ/コンテンツメニュー
------------------------------------------------------------*/

#contactInfo {
	background: url(../images/common/bg_ttl01.png) repeat left top;
}
#contactInfo .inner {
	background: url(../images/common/bg_contact.png) no-repeat left top;
	padding: 22px 0px 0px 209px;
	height: 208px;
	width: 771px;
}
#contactInfo .inner .mailBtn {
	margin: 20px 48px;
}
#contactInfo .inner .mailBtn a {
	width: 516px;
	display: block;
	background-image: url(../images/common/btn_contact_on.png);
}
#contentsMenu {
	background: #EEE;
	padding: 44px 0 25px;
	/* [disabled]overflow: hidden; */
}
#contentsMenu .inner ul {
	margin-left: -16px;
}
#contentsMenu .inner ul li {
	float: left;
	margin: 20px 0 40px 16px;
}
#contentsMenu .inner ul li p {
	margin: 0 0 8px;
}
#contentsMenu .inner ul li p.over a {
	display: block;
}
#contentsMenu .inner ul li p.over a.service {
	background-image: url(../images/common/menu04_on.png);
}
#contentsMenu .inner ul li p.over a.greeting {
	background-image: url(../images/common/menu02_on.png);
}
#contentsMenu .inner ul li p.over a.company {
	background-image: url(../images/common/menu01_on.png);
}
#contentsMenu .inner ul li p.over a.faq {
	background-image: url(../images/common/menu03_on.png);
}
#contentsMenu .pageTop {
	margin: 0 auto;
	clear: both;
	text-align: right;
	width: 1100px;
}

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

footer #footerInfo {
	font-size: 75%;
	background: #AAA;
	padding: 20px;
	color: #FFF;
}
footer #footerInfo .inner dl {
	width: 430px;
	margin: 0 auto;
	overflow: hidden;
}
footer #footerInfo .inner dl dt {
	float: left;
}
footer #footerInfo .inner dl dd {
	margin: 0px 0px 0px 170px;
	padding: 12px 0 0;
}
footer .copyright {
	font-size: 75%;
	text-align: center;
	padding: 10px;
}

/*------------------------------------------------------------
	共通スタイル
------------------------------------------------------------*/

#mainVisual {
	margin: 0 0 28px;
	clear: both;
	background: url(../images/common/main_image.jpg) no-repeat center top;
	height: 190px;
	z-index: 4;
	position: relative;
}
#mainVisual .mainTxt p {
	margin: 0 auto;
	text-align: center;
}
.ttl01 {
	text-align: center;
	margin: 0 0 32px;
}
.pd50 {
	padding-bottom:50px;
}
#banner_jobs {
	margin-bottom: 70px;
	text-align: center;
}
#banner_jobs a {
	width: 562px;
	margin: 0 auto;
	display: block;
}
@media (max-width:980px) {
	.inner {
		width: 100%;
	}
	#contentsMenu .pageTop {
		width: 100%;
	}
}