@charset "utf-8";

/* =======================================

	ask	 CSS

========================================== */
#ask {
}


/* btn_gotofaq　よくあるご質問を見る
   use: ask
------------------------------------------ */

.btn_gotofaq {
	width:188px;
	height:36px;
	zoom: 1;
}
.btn_gotofaq:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}
.btn_gotofaq a {
	display:inline-block;
	background:#FFF url(../img/img_ask/ov/img_btn_gotofaq.gif) no-repeat;
}
.btn_gotofaq a {background-position: 0 0px;}
.btn_gotofaq a:hover {	background-color: transparent;}
.btn_gotofaq a:hover img {	visibility: hidden;	}


/*/ask/index.html内のbox_style2　box_inner2のマージン調整*/

#wrapper #document .ask .box_inner2 {padding:10px;}
#wrapper #document .ask .box_inner2 p {margin:0 0 8px;}

