@charset "shift_jis";

/* トップ */

/*大外枠*/
#top_container {
	width: 100%;
	margin: 0px auto;
	position: relative;
}

/*ヘッダー*/
#top_header{
	margin: 0px auto;
	width: 800px;
	background-image: url(../img/top_img/top_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 550px;
	position: relative;
}
#top_header_contact{
	position: absolute;
	top: 446px;
	left: 125px;
}
#top_header_contact_2{
	position: absolute;
	top: 492px;
	left: 212px;
}

#gl_header_text{
	margin: 0px 0px 0px 0px;

}
#gl_header_text2{
	position:absolute;
	top: 370px;
	font-size: 12px;
	left:230px;
}

/*ナビゲーション*/
#top_header_navi_1{
	position:absolute;
	top:149px;
	left:3px;
}
#top_header_navi_2{
	position:absolute;
	top: 286px;
    left: 88px;
}
#top_header_navi_3{
	position:absolute;
	top:45px;
	left:195px;
}
#top_header_navi_4{
	position:absolute;
	top:190px;
	left:190px;
}
#top_header_navi_5{
	position:absolute;
	top:263px;
	left:674px;
}
#top_header_navi_6{
	position:absolute;
    top: 158px;
    left: 514px;
}

#top_header_navi_7{
	position:absolute;
	top:62px;
	left:674px;
}

/*
	top:62px;
	left:674px;
*/

/*新着情報*/
#top_new_box{
	margin: 0 auto;
	width: 560px;
}
#top_new_box_bg{
	background-image:url(../img/top_img/top_new_box_center.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
	width:540px;
	margin:0;
	padding:0px 10px 0px 10px;
	line-height: 1;
}
#top_new_box_bg_bottom{
	height:11px;
	margin:0;
	line-height:0;
	padding:0;
	font-size:0;
}
#top_new_box_bg table {
	width: 540px;
	margin:0;
}
#top_new_box_bg table th {
	width: 70px;
	padding: 0px;
}
#top_new_box_bg table td {
	padding: 2px 0px 2px 0px;
}

/* 余白 */
.top_margin_1{
	margin:60px 0 0 0;
}
.top_margin_2{
	margin:5px 0 0 0;
}


.top_recruit{
	max-width: 560px;
	margin: 30px auto 0;
}
.top_recruit a{
	display: inline-block;
	width: 100%;
	font-size: 16px;
    font-weight: bold;
	color: #FFFFFF;
	background: #EFB284;
	padding: 15px 0; 
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border: 6px double #FFFFFF;
	border-radius: 10px;
    box-sizing: border-box;
}
.top_recruit a:hover{
	color: #FFFFFF;
	opacity: 0.6;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

/*Twitter*/
.twitter_links{
    max-width: 560px;
    margin: 40px auto 0;
}