@charset "Shift_JIS";

/* **************************************************

Name: ir_accordion.css

Description: Setting of content module

Create: 2011.9.16
Update: 2012.5.15

***************************************************** */

/* ---[-] 折りたたみメニュー--- */

#Accordion {
	width: 180px;
	margin: 0 auto 15px;
	border: 1px solid #ccc;
	border-top: none;
}
#Accordion h3 {
	width: 170px;
	margin: 0;
	padding: 8px 6px 8px 4px;
	border: none;
	border-top: 1px solid #ccc;
	cursor: pointer;
	background: #efefef url("/IR/sitespec/images/arrow_down.gif") no-repeat 160px center;
}
#Accordion h3 span {
	display: block;
	width: 130px;
	line-height: 1.5;
}
#Accordion h3 span.Calendar {
	padding: 0 0 2px 27px;
	background: url("/IR/sitespec/images/icon_calendar.gif") no-repeat left center;
}
#Accordion h3 span.Document {
	padding: 0 0 2px 27px;
	background: url("/IR/sitespec/images/icon_document.gif") no-repeat left top;
}
#Accordion h3 span.Request {
	padding: 0 0 2px 27px;
	background: url("/IR/sitespec/images/icon_request.gif") no-repeat left top;
}
#Accordion h3 span.Mail {
	padding: 0 0 2px 27px;
	background: url("/IR/sitespec/images/icon_mail.gif") no-repeat left top;
}
#Accordion h3 span.Qanda {
	padding: 0 0 2px 27px;
	background: url("/IR/sitespec/images/icon_qanda.gif") no-repeat left top;
}
#Accordion h3 span.Inquiry {
	padding: 0 0 2px 27px;
	background: url("/IR/sitespec/images/icon_inquiry.gif") no-repeat left top;
}
#Accordion .Accordion div {
	overflow: hidden;
	padding: 0 10px;
}
#Accordion h3.open {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	background-image: url("/IR/sitespec/images/arrow_up.gif");
}
#Accordion dl.DateListStyle1 { margin-bottom: 0;}
#Accordion dl.DateListStyle1 dt { font-size: 83%;}
#Accordion ul.LinkListStyle2 { margin-bottom: 10px; _margin-bottom: 5px; _padding-bottom: 5px;}
#Accordion dl.DateListStyle1 ul.LinkListStyle2 { margin-left: 0px;}
#Accordion ul.Line { border-top: 1px dashed #ccc; padding-top: 6px;}
#AccordionSlider div .DateListStyle1 dd .LinkListStyle2 .List {
	line-height: 1.2em;
}