@charset "UTF-8";

/* ---------------------------------------------------
   File: support.css
   Version: 1.0.0
   Update: 2014-01-16
   Author: http://flowlab.co.jp

   (c)2007-2014 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */






/* ===========================================================================
   Common */


#contents {
	border-top: #f2f2f2 5px solid;
}
nav#gnavi li#gnavi_support a {
	background-position: -315px -120px;
}




/* --------------------------------------------------
   Page Title
-------------------------------------------------- */

h1#tit_page {
	background: url(../support/images/tit_faq.gif) 0 0 no-repeat;
	margin-bottom: 40px;
}




/* --------------------------------------------------
   FAQ Layout
-------------------------------------------------- */

.row {
	overflow: hidden;
}
#faq_area {
	width: 1080px;
	background: url(../support/images/bg_faq.gif) 0 0 repeat-y;
}

/* Box */
#faq_area article {
	width: 460px;
	background: url(../img_common/line_dot.gif) 0 0 repeat-x;
	padding: 30px 80px 30px 0;
	float: left;
}

/* Title */
#faq_area article h2 {
	width: 395px;
	line-height: 1.3em;
	font-size: 1.3em;
	color: #b44c97;
	background: url(../support/images/icon_q.gif) left center no-repeat;
	display: block;
	padding: 10px 0 10px 60px;
	margin-bottom: 8px;
}

/* Btn - Detail */
.btn_detail {
	text-align: right;
	margin: 10px 0 0 0;
}

.clear_end {
	clear: both;
	height: 1px;
	background: url(../img_common/line_dot.gif) 0 0 repeat-x;
	overflow: hidden;
}