
/* トップページ関連CSS */

/* ============================================
#共通タグ
=============================================== */
.toppage .contents {
	padding-bottom: 0;
}

/* ===============================================
#ヘッダー
=============================================== */
#spLinkBlockInPc {
	display: none;
}
#anchorToSpInPc {
	display: block;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header {
	width: 100%;
	min-width: 960px;
	position: fixed;
	height: 83px;
	top: 0;
	z-index: 99;
}

.about-top .header {
	border-bottom: none;
}

.header_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

.header_logo_umai {
	position: absolute;
	top: 11px;
	right: 13px;
	z-index: 9998;
}

@media only screen and (max-width: 768px) {

/*.header {
	width: 100%;
	min-width: 1px;
	position: static;
	top: auto;
}

.header_logo_umai {
	right: 0px;
}*/
}

/* ===============================================
#グローバルナビ
=============================================== */
#slide_menu {
	display: none;
}

@media only screen and (max-width: 768px) {

/*.navi {
	display: none;
}

#slide_menu {
	display: block;
	height: 48px;
	width: 80px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	line-height: 48px;
	margin-top: 20px;
	border-radius: 5px;
	text-align: center;
}

#slide_menu a:link {
	color: #FFF;
}*/
}

/* ===============================================
#サイドバー
=============================================== */
#sidebar-news {
	height: 130px;
	width: 336px;
	position: absolute;
	bottom: 275px;
	right: -300px;
	z-index: 9999;
}

#sidebar-news img {
	float: left;
}

.sidebar-newslist {
	width: 280px;
	float: right;
	background-color: #F0F0F0;
	height: 110px;
	padding: 10px;
	z-index: -1;
}

.sidebar-newslist dl {
}

.sidebar-newslist dt {
	font-size: 0.75em;
	color: #666;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.sidebar-newslist dd {
	font-size: 0.875em;
}

.sidebar-newslist p {
	font-size: 0.875em;
	line-height: 1.75em;
}

@media only screen and (max-width: 768px) {

/*#sidebar-news {
	display: none;
}*/
}

/* ===============================================
#メインコンテンツ
=============================================== */
.contents-mobile {
	display: none;
}

.contents {
	height: 100%;
}

@media only screen and (max-width: 768px) {

/*.contents-mobile {
	padding: 20px 0;
	clear: both;
	display: block;
}

.contents-mobile h2 {
	background-color: #C2763E;
	height: auto;
	line-height: auto;
	font-size: 1.125em;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0.25em 30px;
	text-align: center;
}

.toppage-item {
	text-align: center;
}

.toppage-item div {
	display: inline-block;
	max-width: 160px;
	width: 40%;
	margin: 0 2% 2%;
}

.toppage-item div img {
	margin-bottom: 10px;
	width: 100%;
}*/
}

/* ===============================================
#フッター
=============================================== */
#badge {
	position: absolute;
	top: -305px;
	left: -126px;
	z-index: -1;
}

#badge-inner {
	position: relative;
}

#badge-base {
}

#badge-text {
	position: absolute;
	top: 0;
	left: 0;
}

#top-recruit {
	position: absolute;
	top: -285px;
	right: -115px;
	z-index: -1;
}

@media only screen and (max-device-width: 1024px) {

#badge {
	position: absolute;
	top: -230px;
	left: 0px;
	z-index: -1;
	width: 200px;
	height: 200px;
}

#badge-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

#badge-base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#badge-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#badge-base img,
#badge-text img {
	width: 100%;
	height: 100%;
}

#top-recruit {
	position: absolute;
	top: -285px;
	right: 0px;
	z-index: -1;
}

}
