@charset "utf-8";

/*
============================================

	Q&A CSS

============================================
*/


/* main
--------------------------------------------- */

#main {
	height: auto !important; /* for Modern Browser */
	height: 400px; /* for IE */
	min-height: 400px; /* for Modern Browser */
}

/* lead
--------------------------------------------- */

#main .lead {
	margin: 0 0 1em 20px;
	line-height: 1.7em;
}

#main .lead a.blank {
	background-image: url(../images/common/blank_ico.png);
	background-repeat: no-repeat;
	background-position: -100px 0;
}

#main .lead a.blank:hover,
#main .lead a.blank:focus,
#main .lead a.blank:active {
	padding-right: 22px;
	background-position: 100% 50%;
	margin-right: 3px;
}


/* entry
--------------------------------------------- */

#main .indexlist {
	margin-left: 20px;
	margin-bottom: 3em;
}

#main #toggleguide {
	margin: 0 0 2em;
	padding: 15px 0;
	border-top: 2px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	text-align: center;
}

#main #toggleguide strong {
	margin-left: 1em;
	text-decoration: underline;
	cursor: pointer;
}

#main #toggleguide strong.over {
	background-color: #4D4D4D;
	color: #EEE;
	text-decoration: none;
}

#main .entry {
	padding: 0px;
	margin: 0 0 0.5em 0;
}

#main .entry h3 {
	background-image: url(../images/qa/qa_tit_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: auto !important; /* for Modern Browser */
	height: 20px; /* for IE */
	min-height: 20px; /* for Modern Browser */
	padding: 4px 0 0 40px;
	font-weight: normal;
	line-height: 1.3em;
}

#main .entry .entry-body {
	background-image: url(../images/qa/qa_tit_02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 1.4em;
	padding: 4px 0 15px 40px;
}

#main .entry h3.over {
	background-color: #F0F0F0;
	cursor: pointer;
}

#main .entry h3.open {
	font-weight: bold;
}
