/* body
-----------------------------------*/
body#home{
background		:#FFFFFF url("img/home_body_bg.gif") repeat-x 0 0;
}



/* nav
-----------------------------------*/
body#home div#nav{
margin-bottom		:30px;
}



/* home_movie
-----------------------------------*/
#home_movie_unit{
width			:820px;
height			:325px;
}



/* home_topics
-----------------------------------*/
#home_topics{
width			:590px;
background		:url("img/home_topics_bg.gif") repeat-y 0 0;
border-bottom		:1px solid #DDDDDD;
margin-bottom		:20px;
padding-bottom		:15px;
}
#home_topics h2{
margin-bottom		:8px;
}
#home_topics div.inner{
width			:550px;
font-size		:85%;
margin-left		:20px;
}
#home_topics div.inner dt{
color			:#680001;
display			:block;
width			:100px;
float			:left;
clear			:left;
padding			:0 0 5px 32px;
background		:url("img/home_topics_mark.gif") no-repeat 10px 1px;
}
#home_topics div.inner dt.spaceb{
padding			:0 0 25px 32px;
}
#home_topics div.inner dd{
margin-bottom		:10px;
padding-bottom		:10px;
background		:url("img/dotted_line.gif") repeat-x left bottom;
}
#home_topics div.inner dd.bottom{
background		:transparent;
margin-bottom		:0;
padding-bottom		:0;
}



/* home_about
-----------------------------------*/
#home_about{
width			:590px;
background		:url("img/home_about_bg.jpg") no-repeat left bottom;
margin-bottom		:20px;
padding-bottom		:22px;
}
#home_about div.title{
width			:590px;
height			:42px;
background		:url("img/home_about_title_bg.gif") no-repeat 0 0;
margin-bottom		:12px;
}
#home_about div.title h2{
width			:180px;
float			:left;
}
#home_about div.title p.more{
width			:134px;
float			:right;
margin-top		:9px;
}
#home_about p.comment{
margin			:0 145px 0 25px;
}



/* home_unit
-----------------------------------*/
#home_unit{
width			:590px;
background		:url("img/home_unit_bg.gif") repeat-y 0 0;
}


#home_unit div.innerT{
width			:590px;
background		:url("img/home_unit_bgt.gif") no-repeat 0 0;
margin-bottom		:20px;
padding-top		:20px;
}
#home_unit div.inner{
width			:590px;
margin-bottom		:20px;
}
#home_unit div.innerB{
width			:590px;
background		:url("img/home_unit_bgb.gif") no-repeat left bottom;
padding-bottom		:20px;
}


#home_unit div.innerL{
width			:285px;
background		:url("img/home_inner_bg.gif") repeat-y 20px 0;
float			:left;
}
#home_unit div.innerL h2{
background		:url("img/home_inner_bgt.gif") no-repeat 0 0;
margin-left		:20px;
margin-bottom		:15px;
padding-top		:15px;
padding-left		:15px;
}
#home_unit div.innerL p.comment{
width			:225px;
font-size		:11px;
line-height		:140%;
margin-left		:40px;
}
#home_unit div.innerL p.more{
background		:url("img/home_inner_bgb.gif") no-repeat 20px bottom;
padding-left		:40px;
padding-bottom		:20px;
}



#home_unit div.innerR{
width			:285px;
background		:url("img/home_inner_bg.gif") repeat-y 0 0;
float			:right;
}
#home_unit div.innerR h2{
background		:url("img/home_inner_bgt.gif") no-repeat 0 0;
margin-bottom		:15px;
padding-top		:15px;
padding-left		:15px;
}
#home_unit div.innerR p.comment{
width			:225px;
font-size		:11px;
line-height		:140%;
margin-left		:20px;
}
#home_unit div.innerR p.more{
background		:url("img/home_inner_bgb.gif") no-repeat left bottom;
padding-left		:20px;
padding-bottom		:20px;
}


#home_unit p.h01{
height			:6em;
}
#home_unit p.h02{
height			:7em;
}



/* loading
-----------------------------------*/
#loading{
	width: 35px;
	height: 35px;
	margin-left: -17px;
	position: absolute;
	left: 50%;
	top: 260px;
	z-index: 999;
}



/* div.slider
-----------------------------------*/
div.slider{
	width: 820px;
	height: 325px;
	opacity: 0;
}


.home_menu_note{
	color: #000;
	font-weight: bold;
	text-align: right;
	margin-top: 30px;
}
.home_menu_note:before{
	content: '!';
	color: #fff;
	line-height: 14px;
	width: 14px;
	height: 14px;
	background-color: #000;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}



/* home-Infotax10
-----------------------------------*/
.home-Infotax10{
	border: 2px solid #680001;
	margin-bottom: 20px;
	padding: 30px 30px 20px;
}
.home-Infotax10_Title{
	color: #680001;
	font-size: 16px;
	margin-bottom: 10px;
}
.home-Infotax10_Text + .home-Infotax10_Text{
	margin-top: 15px;
}
.home-Infotax10_Signature{
	text-align: right;
	margin-top: 15px;
}



/* home-Open
-----------------------------------*/
.home-Open{
	border: 2px solid #680001;
	margin-bottom: 20px;
	padding: 30px 30px 20px;
}
.home-Open_Title{
	color: #680001;
	font-size: 16px;
}
.home-Open_Text{
	margin-top: 5px;
}
.home-Open_List{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.home-Open_ListTitle{
	width: 4em;
	font-weight: bold;
}
.home-Open_ListText{
	width: calc(100% - 5em);
	margin-bottom: 7px;
}
.home-Open_ListText:last-of-type{
	margin-bottom: 0;
}
.home-Open_Image{
	margin-top: 30px;
}