@charset "UTF-8";
/*
------------------------------------------------------------------------------------------ 
Iam DesignNetwork Corporation
stylesheet top.css
------------------------------------------------------------------------------------------ 
*/

/*---------------------------------------------------------------------
	top_image
---------------------------------------------------------------------*/

#top_image {
	background: url(image/top_image_bg.jpg) bottom left;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	height: 290px;
}

#top_image .inner {
	min-width: 640px;
	max-height: 260px;
	min-height:100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#top_image .inner .top_slide li img {}

/* top_slide */
#top_image .inner .top_slide li { width: 100% !important; }

#top_image .inner .top_slide li a {
	display: block;
	background: #F8F9F4;
}

#top_image .inner .top_slide li a img {
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}

#top_image .inner .top_slide li a img:hover {
	opacity: 0.7;
	-moz-opacity:0.60; /* Firefox CSS3以前 */
	filter: alpha(opacity=60); /* IE */
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}

.bx-viewport {
  overflow: visible!important;
  z-index: 0;
}

/*---------------------------------------------------------------------
	alpha
---------------------------------------------------------------------*/

#top #alpha {
	font-size: 87.5%;
}

#top #alpha h2,
#top #alpha h3,
#top #alpha h4 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
#top #alpha .list02 h4 { padding: 5px 4px; }

/* kinkyu_sokuho */
#kinkyu_sokuho {
	border: 3px solid #D90000;
	padding: 10px;
	margin-bottom: 20px;
}

#kinkyu_sokuho .map_contents,
#kinkyu_sokuho .map_contents + p {
	max-width: 100% !important;
	
}

/* lifeevent */
#top #alpha #life_event ul { margin: 10px 0 20px; }
#top #alpha #life_event ul li {
	float: left;
	display: inline;
	width: 76px;
	margin: 0 2px;
}
#top #alpha #life_event ul li a { display: block; }
#top #alpha #life_event ul li img { width: 100%; height: 100px; }

/* tab ------------------------------------------------------- */

.tab_box {
	margin-bottom: 40px;
	position: relative;
}
#oshirase_balloon {
	font-size: 12px;
	color: #fff;
	width: 127px;
	height: 22px;
	float: left;
	background: url(/css/image/balloon_bg.gif) no-repeat 0 0;
	padding: 1px 0 0 15px;
	position: absolute;
	top:7px;
	left: 393px;
}

/* simpleTabs */
#simpleTabs {}
.simpleTabs-nav ul{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.simpleTabs-nav li{
	float: left;
	cursor: pointer;
	border-right: 1px solid #CCCCCC;
}
.simpleTabs-nav li:first-child { border-left: 1px solid #CCCCCC; }

.simpleTabs-nav li a{
	font-size: 22px;
	font-size: 2.2rem;
	padding: 2px 46px;
	margin: 0 5px;
	cursor: pointer;
}

#simpleTabs-nav-1 a { color: #000; background-color: #D9E3EE; }
#simpleTabs-nav-1 a:hover,
#simpleTabs-nav-1.actif a { color: #fff; background-color: #00468C; }

#simpleTabs-nav-2 a { color: #000; background-color: #e3eed9; }
#simpleTabs-nav-2 a:hover,
#simpleTabs-nav-2.actif a { color: #fff; background-color: #468c00; }

.simpleTabs-nav li.close{
	float: right;
}

/* simpleTabs-content */
.simpleTabs-content {
	border-top: 3px solid #00468C;
	padding-top: 20px;
	margin-top: 5px;
	margin-bottom: 23px;
	clear: both;
}
.simpleTabs-content ul li {
	list-style: none;
	background: url(/css/image/index_li_mark.jpg) no-repeat 10px 9px #F9F9F9;
	padding: 2px 0 2px 28px;
	margin-bottom: 4px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.simpleTabs-content ul li:nth-child(2n) { background-color: #E8F8FF; }
.simpleTabs-content ul li .date {
	display: table-cell;
	vertical-align: top;
	width: 120px;
	text-align: left;
}
.simpleTabs-content ul li .text {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}
.simpleTabs-content ul li a{
	display: block;
}
/* link_list */
.link_list {
	color: #ccc;
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #F5F3EB;
	
	-moz-border-radius:15px ;
	-webkit-border-radius:15px ;
	border-radius:15px ;
	
	padding: 5px 14px;
}
#top .link_list {	
	display: inline;
	position: relative;
	top: 10px;
	left: 488px;
}
.link_list a { color: #333; }
.link_list a:hover { color: #2F5FE3; }
.link_list a:first-child { background: url(/css/image/icon_rss.gif) no-repeat 0 4px; padding-left: 19px; }

/* tab ------------------------------------------------------- */

/* benrinavi */
#benrinavi {
	border: 1px solid #ccc;
	padding: 12px 9px;
	margin-bottom: 20px;
}
#benrinavi p { margin-left: 28px; }
#top #alpha #benrinavi h4 {
	font-size: 128.6%;
	border-top: 1px dotted #666666;
	margin-top: 10px;
	padding: 10px 0 5px 28px;
}
#top #alpha #benrinavi h4:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#top #alpha #benrinavi h4.icon01 { background: url(../image/top/icon_benrinavi.gif) no-repeat 0 0; }
#top #alpha #benrinavi h4.icon02 { background: url(../image/top/icon_benrinavi.gif) no-repeat 0 -31px; }
#top #alpha #benrinavi h4.icon03 { background: url(../image/top/icon_benrinavi.gif) no-repeat 0 -72px; }
#top #alpha #benrinavi h4.icon04 { background: url(../image/top/icon_benrinavi.gif) no-repeat 0 -114px; }
#top #alpha #benrinavi h4.icon05 { background: url(../image/top/icon_benrinavi.gif) no-repeat -2px -156px; }
#top #alpha #benrinavi h4.icon06 { background: url(../image/top/icon_benrinavi.gif) no-repeat 0 -197px; }

/* alpha_bnrarea */
#top #alpha .alpha_bnrarea h3 {
	font-size: 114.3%;
	border-bottom: 2px solid #C8C8C8;
	color: #000;
}
#top #alpha .alpha_bnrarea ul{
	list-style: none;
}
#top #alpha .alpha_bnrarea ul:after{
	list-style: none;
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#top #alpha .alpha_bnrarea ul li {
	float: left;
	width: 150px;
	margin: 5px;
}
#top #alpha .alpha_bnrarea ul li img { width: 100%; }


/*---------------------------------------------------------------------
	beta
---------------------------------------------------------------------*/

#beta { font-size: 87.5%; }
#beta .list02 h4 { padding: 5px 4px; }
#beta #emergency li a { color: #D80000; }
#beta .list02 table {
	width: 100%;
	border-collapse: collapse;
}
#beta .list02 table tr { border-top: 1px solid #cccccc; }

#beta .list02 table th{
	background: #F1F5F9;
	/*border: 1px solid #CCCCCC;*/
	padding: 5px;
	text-align: center;
}

#beta .list02 table td{
	border-left: 1px solid #CCCCCC;
	padding: 5px;
	text-align: left;
}
#beta .list02 table td:first-child{ border-left: none; }

#beta .list01 ol li {
	list-style: outside none decimal;
	margin-left: 26px;
}
/*---------------------------------------------------------------------
	gamma
---------------------------------------------------------------------*/
#top #alpha .flr200 {}
#top #alpha .flr200 ul { list-style: none; padding-left: 0; }
#top #alpha .flr200 .list01 ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 23px;
}

#top .facebook_contents { border: 1px solid #ccc; }

#top .gamma_bnrarea ul li { margin-bottom: 6px; }
#top .gamma_bnrarea ul li a { display: block; }
#top .gamma_bnrarea ul li img{ width: 100%; }

/*---------------------------------------------------------------------
	top_news_area
---------------------------------------------------------------------*/

#top #top_news_area {
	padding: 0 0 20px;
	background: url(image/top_news_area_bg.jpg) left bottom no-repeat;
}

#top #top_news_area h2 {
	padding: 0;
	margin: 0 0 10px;
	border: none;
	background: none;
}

#top #top_topics_inner,
#top #top_event_inner,
#top #top_blog_inner {
	padding: 15px 12px 10px;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#top #top_topics,
#top #top_event,
#top #top_blog {
	position: relative;
	margin: 0 0 20px;
}

/* link_list_page */
#top #top_topics .link_list_page,
#top #top_event .link_list_page,
#top #top_blog .link_list_page {
	width: 170px;
	height: 23px;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* top_topics */
#top #top_topics dl dd.tag001 { padding-left: 90px; background: url(image/tag001.gif) 0 1px no-repeat; }
#top #top_topics dl dd.tag002 { padding-left: 90px; background: url(image/tag002.gif) 0 1px no-repeat; }
#top #top_topics dl dd.tag003 { padding-left: 140px; background: url(image/tag003.gif) 0 1px no-repeat; }
#top #top_topics dl dd.tag004 { padding-left: 175px; background: url(image/tag004.gif) 0 1px no-repeat; }
#top #top_topics dl dd.tag005 { padding-left: 190px; background: url(image/tag005.gif) 0 1px no-repeat; }
#top #top_topics dl dd.tag006 { padding-left: 100px; background: url(image/tag006.gif) 0 1px no-repeat; }
#top #top_topics dl dd.tag007 { padding-left: 120px; background: url(image/tag007.gif) 0 1px no-repeat; }
#top #top_topics dl dd.tag008 { padding-left: 120px; background: url(image/tag008.gif) 0 1px no-repeat; }


#top #top_topics dl {line-height: 1.5em; }
	
#top #top_topics dl dt {
	color: #212121;
	font-weight: bold;
}

#top #top_topics dl dd {
	font-weight: bold;
	margin: -1.5em 0 10px 7.8em;
	padding-bottom: 5px;
	position: relative;
	z-index: 2;
}

/* top_event */
#top #top_event ul li {
	width: 325px;
	float: left;
	display: inline;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #6BA3DA;
}

#top #top_event ul li.last_child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#top #top_event ul li .thumb {
	width: 100px;
	height: 70px;
	float: left;
	display: inline;
	overflow: hidden;
}

#alpha #top_event ul li .thumb img { width: 100%; }

#top #top_event ul li .ttl_txt {
	font-weight: bold;
	width: 215px;
	float: right;
	display: inline;
	padding-top: 25px;
}

#top #top_event ul li .ttl_txt p { padding-right: 10px; }

#top #top_event ul li .tag001 { background: url(image/tag001.gif) 0 0 no-repeat; }
#top #top_event ul li .tag002 { background: url(image/tag002.gif) 0 0 no-repeat; }
#top #top_event ul li .tag003 {	background: url(image/tag003.gif) 0 0 no-repeat; }
#top #top_event ul li .tag004 {	background: url(image/tag004.gif) 0 0 no-repeat; }
#top #top_event ul li .tag005 {	background: url(image/tag005.gif) 0 0 no-repeat; }
#top #top_event ul li .tag006 {	background: url(image/tag006.gif) 0 0 no-repeat; }
#top #top_event ul li .tag007 {	background: url(image/tag007.gif) 0 0 no-repeat; }
#top #top_event ul li .tag008 {	background: url(image/tag008.gif) 0 0 no-repeat; }

/* top_blog */
#top #top_blog dl {line-height: 1.5em; }

#top #top_blog dl dt {
	color: #212121;
	font-weight: bold;
}

#top #top_blog dl dd {
	font-weight: bold;
	margin: -1.5em 0 10px 7.8em;
	padding-bottom: 5px;
	position: relative;
	z-index: 2;
}
#top #top_blog dl dd.tag_kouendayori { padding-left: 90px; background: url(image/tag_kouendayori.gif) 0 0 no-repeat; }
#top #top_blog dl dd.tag_hanadayori { padding-left: 90px; background: url(image/tag_hanadayori.gif) 0 0 no-repeat; }
#top #top_blog dl dd.tag_plantdayori { padding-left: 90px; background: url(image/tag_plantdayori.gif) 0 0 no-repeat; }






