/* CSS Document */
#detail_main {
	margin:20px auto;
	width:980px;
}
#itemdetail_fullname {
	margin:5px auto;
	width:90%;
	font-weight:bold;
	font-size:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #999999;
}
#itemdetail1 {
	float:left;
	width:49%;
	padding:10px 0px;
}
@media print {
	#detail_main {
		margin:20px 10px 20px 10px;
	}
	.detail_image1 {
		display:none;
	}
	.size_view {
		display:none;
	}
	#footer {
		display:none;
	}
}
.size_view {
	text-align:center;
	margin:15px auto 0 auto;
	width:100%;
	padding-left:0px;
}
.size_text1 {
	padding:0px 0px 0px 0px;
	font-size:16px;
	line-height:20px;
	width:100%;
}
#itemdetail2 {
	width:98%;
}
#itemdetail2 table {
	width:92%;
}
#itemdetail2 td {
	border-bottom:1px solid #BBD7FF;
}
#itemdetail2 .kago_title1 {

	border:1px solid #FFFFFF;
	margin:8px auto;
	text-align:center;
	font-size:14px;
	font-weight:none;
	font-family:メイリオ;
	padding:5px 10px;

	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9bc4ff', endColorstr = '#0054d2');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9bc4ff', endColorstr = '#0054d2')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	/*background-image: -moz-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: -o-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#E6F0FF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: linear-gradient(top, #FFFFFF, #E6F0FF);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;*/
	box-shadow: 0 0 0 1px #88B8FF,
		0 0 0 1px #79AEFF inset ;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 75);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 75);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/

}
#itemdetail2 .kago_text1 {
	font-size:14px;
	padding:5px 8px 3px 15px;
	margin-top:8px;
}
#itemdetail2 .kago_text2 {
	font-size:12px;
	padding:3px 8px 3px 20px;
	color:#FF0000;
	clear:both;
}
#itemdetail2 .kago_text3 {
	font-size:14px;
	padding:5px 8px 3px 15px;
	float:left;
}
#itemdetail2 .kago_text4 {
	font-size:14px;
	padding:2px 8px 2px 8px;
	float:left;
	
	border-radius:5px;
	border:1px solid #88B8FF;
	margin:3px 0px 3px 8px;
	text-align:center;
	font-family:メイリオ;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9bc4ff', endColorstr = '#0054d2');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9bc4ff', endColorstr = '#0054d2')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: -o-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#E6F0FF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: linear-gradient(top, #FFFFFF, #E6F0FF);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 75);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 75);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
}
#itemdetail2 .kago_text4:hover {
	background-image: -moz-linear-gradient(top, #E6F0FF, #BBD7FF);
	background-image: -ms-linear-gradient(top, #E6F0FF, #BBD7FF);
	background-image: -o-linear-gradient(top, #E6F0FF, #BBD7FF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#E6F0FF), to(#BBD7FF));
	background-image: -webkit-linear-gradient(top, #E6F0FF, #BBD7FF);
	background-image: linear-gradient(top, #E6F0FF, #BBD7FF);
}
#items_detailButton1 {
	padding-top:5px;
}
#itemdetail3 {
	float:left;
	width:40%;
	border:1px solid #88B8FF;
	border-radius:5px;
	margin:20px 0px 0px 5px;
}
#itemdetail3 .kago_title1 {
	width:94%;
	border-radius:5px;
	border:1px solid #88B8FF;
	margin:5px auto;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	font-family:メイリオ;
	padding:5px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9bc4ff', endColorstr = '#0054d2');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9bc4ff', endColorstr = '#0054d2')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #C2DBFF, #88B8FF);
	background-image: -ms-linear-gradient(top, #C2DBFF, #88B8FF);
	background-image: -o-linear-gradient(top, #C2DBFF, #88B8FF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#C2DBFF), to(#88B8FF));
	background-image: -webkit-linear-gradient(top, #C2DBFF, #88B8FF);
	background-image: linear-gradient(top, #C2DBFF, #88B8FF);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	opacity: 0.75;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 75);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 75);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/

}
#itemdetail3 .kago_text1 {
	padding:15px 5px 0px 20px;
	font-size:16px;
	font-weight:bold;
}
#itemdetail3 .kago_image1 {
	padding:15px 5px 8px 5px;
	text-align:center;
}
#itemdetail3 .kago_image1 img {
	width:90%;
}
#itemdetail4 {
	float:left;
	width:45%;
	padding:10px 20px 10px 20px;
	line-height:24px;
}
#itemdetail4 ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 10px;
}
#itemdetail4 li {
	padding:12px 0px 0px 18px;
	background-image:url(../images/tip02.gif);
	background-repeat:no-repeat;
	background-position:0px 15px;
	background-size:12px 12px;
}
#itemdetail5 {
	width:98%;
	margin:10px auto;
}
#itemdetail5 .text1 {
	font-size:14px;
	text-align:left;
	padding:4px 0px;
	white-space:nowrap;
}
#itemdetail5 .text2 {
	font-size:14px;
	text-align:center;
	padding:0px;
}
#itemdetail5 .text3 {
	font-size:14px;
	text-align:left;
	padding:4px 0px 4px 5px;
}
#itemdetail5 .text4 {
	font-size:14px;
	text-align:left;
	padding:4px 0px 4px 5px;
}
#itemdetail5 .text4 li{
	list-style-type:none;
}
#itemdetail6 {
	float:left;
	width:49%;
	margin:8px 0px;
}
#itemdetail7 {
	float:left;
	width:85%;
	padding:10px 20px 10px 20px;
	line-height:24px;
}
#itemdetail7 .text1 {
	font-size:14px;
	padding:0px 0px 0px 0px;
}
#itemdetail7 .text2 {
	font-size:14px;
	padding:0px 0px 20px 0px;
}
#itemdetail8 {
	width:80%;
	clear:both;
	border:1px solid #999;
	margin:0px 0 0 20px;
	padding-bottom:12px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;

}
#itemdetail8 ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 10px;
}
#itemdetail8 li {
	font-size:14px;
	padding:12px 0px 0px 30px;
	background-image:url(../images/tip01.gif);
	background-repeat:no-repeat;
	background-position:12px 15px;
	background-size:12px 12px;
	width:95%;
	margin:0 auto;
}
#itemdetail9 {
	margin:10px auto 0px auto;
	width:60%;
}
#itemdetail9 .buttonShiyou{
	padding:10px 15px 10px 15px;
	font-size:16px;
	font-weight:bold;
	
	border-radius:5px;
	border:1px solid #88B8FF;
	margin:3px auto;
	text-align:center;
	font-family:メイリオ;
	width:80%;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9bc4ff', endColorstr = '#0054d2');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9bc4ff', endColorstr = '#0054d2')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: -o-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#E6F0FF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #E6F0FF);
	background-image: linear-gradient(top, #FFFFFF, #E6F0FF);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 75);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 75);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
}
#itemdetail9 .buttonShiyou:hover {
	background-image: -moz-linear-gradient(top, #E6F0FF, #BBD7FF);
	background-image: -ms-linear-gradient(top, #E6F0FF, #BBD7FF);
	background-image: -o-linear-gradient(top, #E6F0FF, #BBD7FF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#E6F0FF), to(#BBD7FF));
	background-image: -webkit-linear-gradient(top, #E6F0FF, #BBD7FF);
	background-image: linear-gradient(top, #E6F0FF, #BBD7FF);
}

#itemdetail10 {
	margin:20px auto 20px auto;
	float:left;
	width:88%;
}
#itemdetail10 .text1{
	padding:15px 20px 15px 20px;
	font-size:16px;
	font-weight:bold;
	
	border-radius:5px;
	border:1px solid #FFBB77;
	margin:3px auto;
	text-align:center;
	font-family:メイリオ;
	width:80%;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9bc4ff', endColorstr = '#0054d2');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9bc4ff', endColorstr = '#0054d2')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #FFDCB9, #FFD6AC);
	background-image: -ms-linear-gradient(top, #FFDCB9, #FFD6AC);
	background-image: -o-linear-gradient(top, #FFDCB9, #FFD6AC);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFDCB9), to(#FFD6AC));
	background-image: -webkit-linear-gradient(top, #FFDCB9, #FFD6AC);
	background-image: linear-gradient(top, #FFDCB9, #FFD6AC);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 75);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 75);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
}
#itemdetail10 .text1:hover {
	background-image: -moz-linear-gradient(top, #FFDCB9, #FFC184);
	background-image: -ms-linear-gradient(top, #FFDCB9, #FFC184);
	background-image: -o-linear-gradient(top, #FFDCB9, #FFC184);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFDCB9), to(#FFC184));
	background-image: -webkit-linear-gradient(top, #FFDCB9, #FFC184);
	background-image: linear-gradient(top, #FFDCB9, #FFC184);
	color:#000000;
}
#itemdetail10 .text1 a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#itemdetail11 {
	width:100%;
	margin:0px 0px 0px 0px;
	line-height:16px;
}
#itemdetail11 table {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border-left:1px solid #BBD7FF;
	border-right:1px solid #BBD7FF;
}
#itemdetail11 td {
	border-bottom:1px solid #BBD7FF;
	height:25px;
}
#itemdetail11 .title1 {

	padding:3px 0px 3px 10px;
	font-weight:bold;
	font-size:14px;
}
#itemdetail11 .text1 {
	width:100%;
	text-align:right;
}
#itemdetail11 .text2 {
	width:100%;
	text-align:center;
}
#itemdetail11 .text3 {
	width:100%;
	text-align:left;
}
#itemdetail11 .text4 {
	width:90%;
	text-align:left;
	padding:5px 10px 5px 10px;
}
#itemdetail11 .text4 table{
	border:0px;
}
#itemdetail11 .text4 td{
	border:0px;
}
#itemdetail12 {
	margin:0 auto;
	width:98%;
	display:inline;
	zoom:1;
}
#itemdetail13 {
	margin:20px auto 20px auto;
	float:left;
	width:88%;
	text-align:center;
	color:#FF0000;
	font-size:14px;
}
.itemdetail_border1 {
	margin:10px auto;
	height:10px;
	width:90%;
	clear:both;
	border-bottom:1px dashed #999999;
}

.navi_menu {
	font-size:12px;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:40px;
	background-image:url(../images/bluearrow.gif);
	background-repeat:no-repeat;
	background-position:28px 15px;
	clear:both;
}
.item_info {
	background:#fff;
	width:85%;
	margin:0 auto;
	padding:0px 0px 0px 40px;
	font-size:14px;
}
.info_title {
	border:1px solid #BBD7FF;
	padding:8px 10px;
	font-weight:bold;
	background-color:#E6F0FF;
}
.detail_image1 {
	margin:0 auto;
	width:400px;
	text-align:center;
}
.normal_image {
	width:400px;
	height:300px;
}
dl.accordion {
	background:#fff;
	width:85%;
	margin:0 auto;
	padding:0px 0px 0px 40px;
	font-size:14px;
}
dl.accordion dt {
    background:-moz-linear-gradient(top, #E6F0FF, #E6F0FF);
    background:-webkit-gradient(linear, left top, left bottom, from(#E6F0FF), to(#E6F0FF));
    border-bottom:1px solid #EEE; height:25px; padding:5px 0 0 0; text-indent:10px; line-height:20px; color:#333; font-weight:bold; cursor:pointer;
	border:1px solid #BBD7FF;
}
dl.accordion dt.open {
    background:-moz-linear-gradient(top, #E6F0FF, #E6F0FF);
    background:-webkit-gradient(linear, left top, left bottom, from(#E6F0FF), to(#E6F0FF));
	border:1px solid #BBD7FF;
}
dl.accordion dd { background:#FFF; margin:0px; width:100%; padding:0px; line-height:0; display:block;}

dl.accordion2 { background:#fff; width:85%; margin:0 auto; padding:0px 0px 0px 40px; font-size:14px;}
dl.accordion2 dt {
    background:url(../../images/arrow2.gif) 97% center no-repeat,-moz-linear-gradient(top, #E6F0FF, #E6F0FF);
    background:url(../../images/arrow2.gif) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#E6F0FF), to(#E6F0FF));
    border-bottom:1px solid #EEE; height:25px; padding:5px 0 0 0; text-indent:10px; line-height:20px; color:#333; font-weight:bold; cursor:pointer;
	border:1px solid #BBD7FF;
	display:none;
}
dl.accordion2 dt.open {
    background:url(../../images/arrow3.gif) 97% center no-repeat,-moz-linear-gradient(top, #E6F0FF, #E6F0FF);
    background:url(../../images/arrow3.gif) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#E6F0FF), to(#E6F0FF));
	border:1px solid #BBD7FF;
	display:none;
}
dl.accordion2 dd { background:#FFF; margin:0px; width:100%; padding:0px; line-height:0; display:block;}

.noscript_text {
	font-size:14px;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:40px;
	color:#FF0000;
}
.doubleline {
  background-image:url(https://www.neomag.jp/images/doubleline.gif);
  background-repeat:repeat-x;
  background-position:center;
  padding:0px 5px;
}
@media (max-width:900px) {
#detail_main {
	width:750px;
}
#itemdetail_fullname {
	width:100%;
}
#itemdetail1 {
	width:45%;
}
#itemdetail2 {
	width:100%;
}
#itemdetail2 table {
	width:100%;
}
#itemdetail2 .kago_title1 {
	font-size:12px;
	padding:3px;
}
#itemdetail2 .kago_text1,#itemdetail2 .kago_text2 {
	font-size:12px;
}
#itemdetail4 {
	width:98%;
}
#itemdetail5 {
	width:95%;
}
#itemdetail6 {
	width:53%;
	margin-left:0px;
}
#itemdetail7 {
	width:98%;
	line-height:30px;
}
#itemdetail8 {
	width:90%;
}
#itemdetail9 {
	width:90%;
}
#itemdetail10 {
	width:98%;
	float:none;
}
#itemdetail12 {
	width:95%;
}
#itemdetail3 {
	display:none;
}
.navi_menu {
	padding:15px 0px 10px 15px;
	background-position:5px 22px;
}
dl.accordion { width:100%;  padding:0px 0px 0px 0px; font-size:13px;}
dl.accordion2 { width:100%;  padding:0px 0px 0px 0px; font-size:13px;}
.detail_image1 {
	width:100%;
}
.normal_image {
	width:300px;
	height:225px;
}
}
@media (max-width:480px) {
#detail_main {
	width:100%;
}
#itemdetail_fullname {
	font-size:13px;
}
#itemdetail1 {
	width:98%;
}
#itemdetail2 {
	width:100%;
}
#itemdetail2 table {
	width:100%;
}
#itemdetail2 .kago_title1 {
	font-size:11px;
	padding:1px 1px 1px 1px;
}
#itemdetail2 .kago_text1,.kago_text2 {
	font-size:11px;
}
#itemdetail5 {
	width:98%;
}
#itemdetail5 .text1,#itemdetail5 .text2,#itemdetail5 .text3,#itemdetail5 .text4{
	font-size:13px;
}
#itemdetail6 {
	float:none;
	width:98%;
}
#itemdetail7 {
	width:95%;
	padding:5px 20px 5px 20px;
	line-height:20px;
}
#itemdetail7 .text1,#itemdetail7 .text2  {
	font-size:12px;
	padding:0px 0px 0px 0px;
}
#itemdetail8 {
	width:90%;
}
#itemdetail8 li {
	font-size:12px;
}
#itemdetail10 {
	width:90%;
}
#itemdetail12 {
	width:98%;
}
dl.accordion dt {
    background:url(../../images/arrow2.gif) 97% center no-repeat;
    background:url(../../images/arrow2.gif) 97% center no-repeat;
}
dl.accordion dt.open {
    background:url(../../images/arrow3.gif) 97% center no-repeat;
    background:url(../../images/arrow3.gif) 97% center no-repeat;
}
dl.accordion2 dt {
	display:block;
}
dl.accordion2 dt.open {
	display:block;
}
}