﻿@charset "utf-8";

/*------------------------------------------------------------------------------
コングレ・インスティテュート - CSS Modules Import
Date: 2009-02-05
Copyright (C) Congress Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

FAQ

---------------------------------------- */

#Faq {
	color: #513535;
}

#accordion{
	width:700px;
	margin:50px auto;
}

#accordion2 {
	width:700px;
	margin:50px auto 0 auto;
}

.accordion {
	width:700px;
}

.accordion dl {
	background: url(../img/common/border_dotted_01.png) 0 0 repeat-x;
}

.accordion dt {
	width: 700px;
	background: #faf7eb url(../img/common/border_dotted_01.png) 0 100% repeat-x;
	color: #0C5F93;
}

.accordion dt:active,
.accordion dt:hover {
	font-weight: 700;
}

.accordion dt.Even {
	background: #eeebe0 url(../img/common/border_dotted_01.png) 0 100% repeat-x;
}

.accordion dt.On {
	font-weight: 700;
}

.accordion dt img {
	vertical-align: middle;
	margin-right: 10px;
}

.accordion dd {
	overflow:hidden;
	background:#fff url(../img/common/border_dotted_01.png) 0 100% repeat-x;
}

#Faq .accordion dd p {
	background: url(../img/faq/icon_a.png) 10px 10px no-repeat;
	padding: 10px 0 10px 50px;
	margin-bottom: 10px;
}

.acccodion dt p {
	margin:0;
	padding: 0;
}
