/* =================================
よくある質問(pageID14)
===================================*/
#post-14 {
}

#post-14 h1 {
	display:block;
	background:url(../images/icon_h1_faq.png) no-repeat 10px 45%, url(../images/bg_tit_faq.png) repeat-x;

	color:#6164d7;
	padding:30px 0 0 90px;
	height:70px;
}


#post-14 h2 {
	border:1px solid #dcdcdc;
	border-bottom: 3px solid #6164d7;
	font-size:16px;
	padding:5px;
	
	background: -moz-linear-gradient(top, #e6e6e6, #fff);　/* Firefox用 */  
   background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));　/* Safari,Google Chrome用 */ 
}

#post-14 h3 {
	color:#0082d9;
	font-size:16px;
	margin:10px auto;
}


@media screen and (max-width: 640px) {

/* よくある質問(ID14)（ローカルID15） */
#post-14 {
}

#post-14 h1, #post-15 h1 {
	display:block;
	background:#6164d7;

	color:#fff;
	padding:5px;
	height:auto;
	font-size:20px;
	font-weight:bold;
}


#post-14 h2, #post-15 h2 {
	border:1px solid #dcdcdc;
	border-bottom: 3px solid #6164d7;
	font-size:16px;
	padding:5px;
	
	background: -moz-linear-gradient(top, #e6e6e6, #fff);　/* Firefox用 */  
   background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));　/* Safari,Google Chrome用 */ 
}

#post-14 h3, #post-id h3 {
	color:#0082d9;
	font-size:16px;
	margin:10px auto;
}

}