@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi02 a .over {
	display: block;
	z-index: 10;
	position: relative;
}

#gNavi .navi02 a .out {
	display: none;
}

.topBox {
	margin-bottom: 30px;
}

#main {
	width: auto;
}

#main .ttl {
	margin-bottom: 24px;
	text-align: center;
}

#main .ttl img {
	margin: 0 auto;
}

#main .ttl01 {
	margin-bottom: 28px;
}

#main .text {
	margin-bottom: 36px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 1px;
}

#main .text01 {
	margin-bottom: 20px;
}

#main .textImg {
	margin-bottom: 50px;
}

#main .textImg img {
	margin: 0 auto;
}

#main .calendarBox {
	margin-bottom: 74px;
	position: relative;
}

#main .calendarBox .subBox {
	padding: 20px 15px 8px;
	width: 266px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #FDFEF9;
	border: 2px solid #E2E2E2;
}

#main .calendarBox .subBox:before {
	width: 161px;  
	height: 54px;
	background: url(../img/about/arrow.png) no-repeat;
	position: absolute;  
	top: 35%;
	left: -161px; 
	content: "";
}

#main .calendarBox .subBox .ttl {
	margin-bottom: 18px;
}

#main .calendarBox .subBox dl {
	margin-bottom: 22px;
}

#main .calendarBox .subBox dt {
	float: left;
}

#main .calendarBox .subBox dd {
	padding-left: 38px;
	font-size: 11px;
	line-height: 2;
	position: relative;
}

#main .calendarBox .subBox dd img {
	position: absolute;
	right: 0;
	top: 0;
}

#main .calendarBox .subBox dd .img01 {
	top: inherit;
	bottom: -80px;
}

#main .calendarBox .subBox dd .img02 {
	top: inherit;
	bottom: -30px;
}

#main h3 {
	margin-bottom: 42px;
	padding: 30px 0;
	text-align: center;
	background: url(../common/img/top_box_bg.jpg) repeat;
}

#main .snv {
	height:110px;
}

#main .snv_in {
	width:100%;
	background-color:#ffffff;
	position:fixed;
	top:62px;
	left:0;
	z-index:20;
}

#main .linkUl {
	margin: 0 auto 46px;
	width: 972px;
}

#main .linkUl li {
	padding: 0 6px;
	width: 182px;
	float: left;
}

#main .linkUl li a {
	padding: 10px 10px 9px;
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	background: #000 url(../common/img/icon08.png) no-repeat 96% center;
}

#main .linkUl li a span {
	display:block;
	font-size: 14px;
}

#main .imgBoxL .textBox {
	width: 610px;
}

#main .imgBoxL .textBox .comTtl {
	margin-bottom: 23px;
}

#main .imgBoxL .textBox .title {
	margin-bottom: 22px;
}

#main .movie {
	margin-bottom: 45px;
	padding-bottom: 66px;
	text-align: center;
	background: url(../common/img/line01.gif) repeat-x left bottom;
}

#main .imgBoxL01 {
	padding-top: 45px;
	background: url(../common/img/line01.gif) repeat-x left top;
}

