@charset "utf-8";

/*----------------------------------------
    header
----------------------------------------*/
header {
	background: url(../images/index/bg-index_header.jpg) no-repeat center top;
	background-size: 2000px auto;
	height: 629px;
}
header .inner .global_nav {
	margin-top: 55px;
}

/*  .kanban
----------------------------------------*/
article .kanban {
	background: url(../images/index/bg-poccolino.jpg) no-repeat center top;
	background-size: 2000px auto;
}
article .kanban .kanban_inner {
	width: 930px;
	height: 390px;
	padding-left: 30px;
	margin: 0 auto;
	position: relative;
}
article .kanban .kanban_inner h2 {
	margin-bottom: 70px;
	padding-top: 5px;
}
article .kanban .kanban_inner p {
	font-size: 109%;
	color: #521800;
	line-height: 1.8;
}
article .kanban .kanban_inner p.btn {
	position: absolute;
	top: 40px;
	right: 230px;
}

/*  .main
----------------------------------------*/


article .main {
	background: url(../images/index/bg-main.jpg) no-repeat center top;
	background-size: 2000px auto;
}

article .main .main_inner {
	width: 960px;
	margin: 0 auto;
}

/*  .menu_section
----------------------------------------*/
article .main .main_inner .menu_section {
	padding: 0 6px;
	margin-bottom: 65px;
}
article .main .main_inner .menu_section ul:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
article .main .main_inner .menu_section ul li {
	width: 299px;
	float: left;
	margin-right: 25px;
}
article .main .main_inner .menu_section ul li:last-child {
	margin-right: 0;
}
article .main .main_inner .menu_section ul li dd {
	position: relative;
}
article .main .main_inner .menu_section ul li dd span {
	position: absolute;
	right: 10px;
	bottom: -25px;
}


/*  .topics_section
----------------------------------------*/
article .main .main_inner .topics_section {
	padding: 0 30px 50px 30px;
}
article .main .main_inner .topics_section:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
article .main .main_inner .topics_section h2 {
	float: left;
	margin-right: 20px;
}
article .main .main_inner .topics_section dl:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
article .main .main_inner .topics_section dl {
	width: 600px;
	font-size: 109%;
	margin-top: 15px;
	float: left;
}
article .main .main_inner .topics_section dl dt {
	color: #874900;
	font-weight: bold;
	width: 110px;
	float: left;
}
article .main .main_inner .topics_section dl dd {
	width: 490px;
	float: left;
}
article .main .main_inner .topics_section dl dd a {
	color: #874900;
}
article .main .main_inner .topics_section .more {
	float: right;
	margin-top: 10px;
}

/*  .facebook_section
----------------------------------------*/

/*
article .main .main_inner .facebook_section {
	width: 500px;
	margin: 0 auto 65px auto;
}
*/

article .main .main_inner .facebook_section {
	width: 500px;
	margin: 0 auto;
	padding-bottom:65px;
}