@charset "utf-8";
/*///////////////////////////////////////////////////////////

	エクスショップQ&A集 /Q&A/

//////////////////////////////////////////////////////////*/

.box_qanda {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*==================================
	本文
==================================*/
.blueline {
	text-align: right;
}
.blueline a {
	padding-left: 12px;
	background: url(../../img/global/ico_link_blue02.png) no-repeat 0 44%;
	color: #009;
	text-decoration: none;
}
.blueline a:hover {
	text-decoration: underline;
}

/* ページタイトル
------------------------------*/
h1 img {
	margin-top: 15px;
}

/* タイトル下テキスト
------------------------------*/
.ltext {
	margin: 15px 0 20px;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
.ltext a.blueline {
	padding-left: 0 !important;
	background: none !important;
}

/* Q&A大見出し
------------------------------*/
.text_large_orange {
	padding: 5px 5px 3px 10px;
	background-color: #fff3dc;
	color: #F60;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/* Q&A大見出し下テキスト
----------------------------------------------*/
ul.qatext {
	margin: 10px 5px 20px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1.9;
}
ul.qatext li {
	margin: 5px 0;
	list-style-position: inside;
	text-align: left;
}
ul.qatext li a {
	padding: 0 14px;
	background: url(../../img/global/ico_down.png) no-repeat 0 47%;
	-webkit-background-size: auto 30%;
	background-size: auto 30%;
}

/* Q&A詳細部
------------------------------*/
.qacontainer {
	margin: 10px 0px 50px
}

/* Q&A詳細部テキスト
------------------------------*/
.qanda_text00 {
	margin-top: 5px;
	padding: 5px 18px 20px;
	font-size: 13px;
	text-align: left;
	line-height: 1.8;
	vertical-align: top;
}

/*共通
--------------------------*/
.mgnt10 {
	margin-top: 10px;
}
.mgnb15 {
	margin-bottom: 15px;
}

p.note {
	margin-top: 15px;
}