/*====================================================================

	見出し1

====================================================================*/


/* 見出し2
===========================================================*/



/*====================================================================

	html, body, all

====================================================================*/

html {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	line-height: 1.5;
	font-size: 13px;
	color: #333;
	-webkit-text-size-adjust: none;
}


body {
	background-color: #fff;
}

#all {
	overflow: hidden;
	min-width: 980px;
}



/*====================================================================

	リンク

====================================================================*/

a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	opacity: .8;
}



/*====================================================================

	ヘッダー

====================================================================*/

#header {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

#header_content {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#header_logo {
	position: absolute;
	left: 0;
	top: 20px;
}

#header.type-home #header_logo {
	top: 45px;
	width: 100%;
	text-align: center;
}

#header_contact {
	position: absolute;
	right: 0;
	top: 0;
}

#header_tel {
	position: absolute;
	right: 200px;
	top: 7px;
}
#header.type-home #header_tel {
	right: 6px;
	top: 42px;
}

#header_logo a:hover,
#header_contact:hover,
#header_tel:hover {
	opacity: 1;
}


/* ナビ
===========================================================*/

#header_nav {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 42px;
	background: url(../img/header/nav_bg.png);
	background: rgba(0,0,0,.2); /* IE8以外 */
}
#header.type-home #header_nav {
	top: 116px;
}

#header_nav ul {
	margin: 0 auto;
	width: 980px;
	height: 100%;
}
#header_nav ul:before,
#header_nav ul:after {
	content: "";
	display: block;
	float: left;
	margin-top: 16px;
	width: 1px;
	height: 10px;
	background: url(../img/header/nav_glue.png);
	background: rgba(255,255,255,.2); /* IE8以外 */
}

#header_nav li {
	float: left;
	position: relative;
	padding-left: 1px;
	height: 100%;
}
#header_nav li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 19px;
	width: 1px;
	height: 4px;
	background: url(../img/header/nav_glue.png);
	background: rgba(255,255,255,.2); /* IE8以外 */
}
#header_nav li:first-child {
	padding-left: 0;
}
#header_nav li:first-child:before {
	display: none;
}

#header_nav a {
	display: block;
	height: 100%;
	background: url(../img/header/nav_txt.png) no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#header_nav a.item-ability {width: 105px; background-position:    0px 0px;}
#header_nav a.item-lineup  {width: 105px; background-position: -105px 0px;}
#header_nav a.item-works   {width: 105px; background-position: -210px 0px;}
#header_nav a.item-news    {width: 105px; background-position: -315px 0px;}
#header_nav a.item-flow    {width: 105px; background-position: -420px 0px;}
#header_nav a.item-staff   {width: 115px; background-position: -520px 0px;}
#header_nav a.item-faq     {width: 124px; background-position: -630px 0px;}
#header_nav a.item-about   {width:  92px; background-position: -754px 0px;}
#header_nav a.item-contact {width: 134px; background-position: -840px 0px;}
#header_nav a.item-blog {width: 85px; background-position: -975px 0px;}

/* ホバー */
#header_nav a:hover {
	opacity: 1;
	background-color: rgb(172,22,22);
	background-color: rgba(172,22,22,.8); /* IE8以外 */
}
#header_nav a.item-ability:hover {background-position:    0px -42px;}
#header_nav a.item-lineup:hover  {background-position: -105px -42px;}
#header_nav a.item-works:hover   {background-position: -210px -42px;}
#header_nav a.item-news:hover    {background-position: -315px -42px;}
#header_nav a.item-flow:hover    {background-position: -420px -42px;}
#header_nav a.item-staff:hover   {background-position: -520px -42px;}
#header_nav a.item-faq:hover     {background-position: -630px -42px;}
#header_nav a.item-about:hover   {background-position: -754px -42px;}
#header_nav a.item-contact:hover {background-position: -840px -42px;}
#header_nav a.item-blog:hover 	 {background-position: -975px -42px;}


/* カレント（今んとこホバーと一緒） */
#header_nav a.is-current {
	background-color: rgb(172,22,22);
}
#header_nav a.item-ability.is-current {background-position:    0px -42px;}
#header_nav a.item-lineup.is-current  {background-position: -105px -42px;}
#header_nav a.item-works.is-current   {background-position: -210px -42px;}
#header_nav a.item-news.is-current    {background-position: -315px -42px;}
#header_nav a.item-flow.is-current    {background-position: -420px -42px;}
#header_nav a.item-staff.is-current   {background-position: -520px -42px;}
#header_nav a.item-faq.is-current     {background-position: -630px -42px;}
#header_nav a.item-about.is-current   {background-position: -754px -42px;}
#header_nav a.item-contact.is-current {background-position: -840px -42px;}



/*====================================================================

	フッター

====================================================================*/

#footer {
	background-color: #fff;
}

.footerContent {
	margin: 0 auto;
	width: 980px;
}
.footerContent:before,
.footerContent:after {
	content: "";
	display: table;
	clear: both;
}

.footerHr {
	margin: 0;
	border: 0;
	border-top: 1px solid #f4f1ea;
}

/* パン */
.footerTopicpath {
	float: left;
	overflow: hidden;
}
.footerTopicpath li {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 10px;
}
.footerTopicpath li + li:before {
	content: " > ";
	margin: 0 5px;
}
.footerTopicpath a {
	color: inherit;
	text-decoration: underline;
}

/* ページトップ */
.footerPageTop {
	float: right;
	display: block;
	width: 74px;
	height: 36px;
	background: url(../img/footer/pagetop.png) no-repeat 0% 50%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.footerAddress {
	float: left;
}

.footerAddress_link {
	padding-left: 8px;
	background: url(../img/footer/arrow.png) no-repeat 0% 60%;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.footerAddress_link:hover {
	text-decoration: underline;
}

.footerNav {
	float: left;
	border-left: 1px solid #e5e5e5;
	padding: 4px 0 4px 25px;
}
.footerNav li + li {
	margin-top: 2px;
}
.footerNav a {
	padding-left: 8px;
	background: url(../img/footer/arrow.png) no-repeat 0% 60%;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.footerNav a:hover {
	text-decoration: underline;
}

.footerRight {
	float: right;
	text-align: right;
}