@charset "utf-8";
/* Copyright 2017 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

home

------------------------------------------------------------ */

/* common.css上書き
---------------------------------------------- */
.article{font-size: 1.4rem;}

/* グローバルナビアクティブ
---------------------------------------------- */
#nav_global ul li.g01 a{background: url(../img/nav_global01.jpg) no-repeat 0 -59px;}

/* メインビジュアル
---------------------------------------------- */
#main{
	background: url(../img/bg01.jpg) repeat 0 0;
	border-bottom:1px solid #DBDBDB;
	margin-bottom: 60px;
	overflow-x:hidden;
}

#main_inner{
	width: 1200px;
	height: 449px;
	margin: 0 auto;
	position: relative;
}

#main_inner img{
	position: absolute;
	top:0;
	left: -101px;
}

/* ホームナビ
---------------------------------------------- */
#nav_home{margin-bottom: 60px;}

#nav_home ul{overflow: hidden;}

#nav_home ul li{float: left;}

#nav_home ul li:nth-child(1){
	float: left;
	margin-right:30px;
}

#nav_home ul li:nth-child(2){float: left;}

#nav_home ul li:nth-child(3){float: right;}

/* 一覧へボタン
---------------------------------------------- */
.btn_list{
	position: absolute;
	top:0;
	right: 0;
}

/* 新着情報
---------------------------------------------- */
#wrap_news{
	float: left;
	width: 790px;
}

/* バナー
---------------------------------------------- */
#bn_home{
	float: right;
	width: 360px;
}

#bn_home ul li{margin-bottom: 15px;}
#bn_home ul li:last-child{margin-bottom: 0;}


