@charset "utf-8";
/*-----------------------------------------------*
	home.css
 *-----------------------------------------------*/
.outer_container
{
	margin-top: 20px;
	background: url(../_img/background/home_bg.png) left bottom no-repeat;
}

/* 新着情報 */
#column_center #news
{
	margin: 0 0 20px 0;
}

#column_center #news_title
{
	position: relative;
	padding: 7px 20px;
	line-height: 0;
	background-color: #bfbd73;
}

#column_center #update a
{
	display: block;
	overflow: hidden;
	height: 0;
}

#column_center #update a:after
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 10px;
	background-color: #d4d181;
}

#column_center #update a.ja:after
{
	content: url(../_img/home/ja/update_link.png);
}
#column_center #update a.en:after
{
	content: url(../_img/home/en/update_link.png);
}

#column_center #update a:hover:after
{
	background: #7c7354;
}

#column_center .news_region
{
	margin-top: 3px;
	padding: 10px;
	border-bottom: 2px solid #bfbd73;
	font-size: 0.9em;
	line-height: 1.4;
}

#column_center .news_region li
{
	padding: 10px;
	border-bottom: 2px dotted #eae8bf;
}

#column_center .news_region li:last-child
{
	border-bottom: none;
}

#column_center .news_region li time
{
	float: left;
	display: inline-block;
}

#column_center .news_region li time + *
{
	position: relative;
	display: block;
	margin-left: 10em;
}
#column_center .news_region li time + *:before
{
	position: absolute;
	left: -5em;
	display: block;
	min-width: 3em;
	margin: 0 1em;
	color: #FFF;
	background: #000;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}
#column_center .news_region li time.new + *:before
{
	content: "NEW";
	background: #A00;
}
#column_center .news_region li time.importance + *:before
,#column_center .news_region li time.note + *:before
{
	content: "重要";
	background: #05A;
}
#column_center .news_region li time.update + *:before
,#column_center .news_region li time.note + *:before
{
	content: "更新";
	background: #A00;

}
#column_center .news_region li time.event + *:before
,#column_center .news_region li time.note + *:before
{
	content: "イベントNEW";
	background: ##5c5cc8;
}
#column_center .news_region li time.report + *:before
,#column_center .news_region li time.note + *:before
{
	content: "報告";
	background: #bc5837;
}

html[lang="en"] #column_center .news_region li time.importance + *:before
,html[lang="en"] #column_center .news_region li time.note + *:before
{
	content: "Note";
	background: #05A;
}

#column_center .news_region li a
{
	text-decoration: underline;
}

#column_center .news_region li a:hover
{
	color: #ea8000;
}


/* 刊行物のご案内 */
#column_left .publish_notice
{
	border-bottom: solid 5px #578A1F;
	background: url(../_img/background/pub_bg.png) no-repeat center bottom #FFF;
	height: px;
}

#column_left #notice_title
{
	display: block;
	padding: 7px 20px;
	line-height: 0;
	background: #578A1F;
}

#column_left .publish_notice h3
{
	font-size: 100%;
	margin: 0 0 0 20px;
	color: #5b4a3f;
}

#column_left .publication
{
	margin: 20px 0 0 0;
	overflow: hidden;
}
#column_left #publication2
{
	margin-top: 40px;
}

#column_left .publication_image
{
	margin-top: 10px;
	margin-left: 30px;
	float: left;
}

#column_left .publication_language
{
	margin-left: 30px;
	margin-top: 10px;
	width: auto;
	float: left;
}

#column_left .publication_language li
{
	border-bottom:1px dotted #6f6f6f;
	font-weight: bold;
}

#column_left .language_item a
{
	display: block;
	position: relative;
	margin-top: 10px;
	padding: 0 30px 0 5px;
	min-width: 80px;
	color: #6f6f6f;
}

#column_left .language_item a:after
{
	content: url(../_img/common/pub_arrow.png);
	position: absolute;
	top: 3px;
	right: 5px;
}

#column_left .language_item a:hover
{
	color: #ea8000;
}
#column_left .language_item a:hover
{
	background-color: rgba(255,255,255,0.5);
}
#column_left .language_item a:hover:after
{
	content: url(../_img/common/hi_arrow.png);
}

/* クイックリンクス */
#column_right .links
{
	margin-bottom: 10px;
	border-bottom: solid #8f8464;
	background: url(../_img/background/quick_bg.png) no-repeat right 20px bottom
				,linear-gradient(to right, #f6f2ec, #f6eed3);
}
#column_right .links_title
{
	padding: 7px 20px;
	line-height: 0;
	background: #8f8464;
}

#column_right .links_bg
{
	position: absolute;
}
#column_right img.flog_bg
{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 105px;
}

#column_right .side_links
{
	font-size: 0.94em;
	margin: 0;
	padding: 0;
}

#column_right .side_links a
{
	text-decoration: none;
}

#column_right .side_links li
{
	list-style-type: none;
}

#column_right .side_links li a
{
	position: relative;
	z-index: 2;
	display: block;
	padding: 10px;
	padding-left: 30px;
	padding-right: 75px;
	background-image: url(../_img/common/quick_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	color: #8f8464;
	font-weight: bold;
	border-top: solid #fff;
	line-height: 1.2;
}

#column_right .side_links li a:hover
{
	color: #ea8000;
	background-image: url(../_img/common/hi_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}

#column_right .side_links li:hover
{
	background: rgba(255,255,255,0.5);
}


/* スライドショー */
#slideshow
{
	padding: 1px 0;
	background: #eae8bf;
	position: relative;
}

#js-switch
{
	position: absolute;
	text-align: center;
	border-radius: 8px;
	opacity: 0.6;
	z-index: 5;
	padding: 2px 5px;
	line-height: 1;
	font-size: xx-small;
	cursor: pointer;
	color: #FFF;
	bottom: 10px;
}
#js-switch:hover
{
	opacity: 1;
}

#slideshow #frame
{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 310px;
	margin: 20px auto;
	background: #eae8bf;
}

#slideshow #image
{
	position: relative;
	margin: 0 auto;
	width: 900px;
	min-height: 310px;
	background: #eae8bf;
}

#image .button
{
	position: absolute;
	width: 14px;
	height: 14px;
	text-align: center;
	border-radius: 14px;
	z-index: 10;
	opacity: 0.6;
	cursor:pointer;
	bottom: 10px;
}

#image .button:before
{
	display: none;
	content: attr(data-title);
	position: absolute;
	bottom: 20px;
	right: -10px;
	padding: 1px 10px;
	white-space: nowrap;
	color: #FFF;
	background: #800;
	font-size: 0.8em;
	z-index: 3;
}

#image .button:after
{
	display: none;
	content: "";
	position: absolute;
	bottom: 15px;
	right: 0px;
	color: #FFF;
	background: #800;
	width: 15px;
	height: 15px;
	z-index: 2;
	transform: rotate(-45deg);
}

#image .button:hover:before
,#image .button:hover:after
{
	display: block;
}

#image .button:hover
{
	opacity: 1;
}

#slideshow #image_list .img
{
	background: #FFF;
	width: 900px;
	height: 310px;
	text-align: center;
	margin: 0 auto;
/*
	position: absolute;
*/
	top: 0;
}

#slideshow #image_list .img .loading
{
	padding-top: 160px;
}


#slideshow #image_list .img a:hover
{
/*
	opacity: 0.8;
*/
}

#slideshow .side_image
{
	position: absolute;
	color: #FFF;
	background: #FFF;
	opacity: 0.9;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	font-size: 100px;
	padding-top: 90px;
	-webkit-touch-callout: none;
	-webkit-user-select: none; /* Safari、Old Chrome */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10 */
	user-select: none;
	cursor: default;
}

#slideshow .side_image:hover
{
	opacity: 0.8;
	color: #CCC;
}

#slideshow #left_side
{
	text-align: right;
}

#slideshow #right_side
{
	text-align: left;
}
