@charset "Shift_JIS";

/* *********************************************************************

CSS FILE bl/index.css

1.Read Text
2.Images
********************************************************************* */

/* *********************************************************************
1.Read Text
********************************************************************* */
.left-txt {
	float:left;
	width:310px;
	padding:5px 10px 20px 20px;
	font-size:88%;
}

.right-img{
	float:right;
	width:300px;
	height:300px;
	margin:5px 10px 0px 10px;
}

/* *********************************************************************
2.Images
********************************************************************* */
#key-visual {
	margin:0 0 10px 0;
}

/* *********************************************************************
3.Faq
********************************************************************* */
.QandA {
	margin:0 0 0 10px;
}

.q1-01 {
	padding: 0 0 0 25px;
	font-size:14px;
	line-height:2.0;
}

.answer {
	font-size:12px;
	padding:10px 15px 10px 15px;
	margin:3px 0 5px 15px;
	background: url(../img/a_bg.gif) no-repeat bottom right;;
	color:#fff;
}

.close {
	margin:3px 0 0 0;	
}
.close a,a:hover{
	color:#F58A23;
	text-decoration:none;
}

h4 a {
	color:#555;
	text-decoration:none;
	width:623px;
	background: url(../img/list_bg.gif);
	border-bottom:dashed 1px #F58A23;
	display:block;		
}

h4 a:hover {
	color:#000;
	background: url(../img/list_bg2.gif);
}

