﻿@charset "utf-8";

/* ショッピングガイド
------------------------- */

.guide_title /*ショッピングガイドの項目タイトルに使用。頭が水色の付箋みたいな感じ*/{
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-indent: 15px;
	border: 1px solid #000;
	background-image: url("/pc/html/template/default/img/picture/grd_icon.jpg");
	background-repeat: no-repeat;
	margin: 10px 0px 14px 0px;
}

.guide_title_big /*ショッピングガイドの項目タイトルに使用。頭が水色の付箋みたいな感じ*/{
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	background-color: #E0E0E0;
	text-indent: 22px;
	border: 1px solid #E0E0E0;
	background-image: url("/pc/html/template/default/img/picture/grd_icon.jpg");
	background-repeat: no-repeat;
	margin: 10px 0px;
}

.shopping_guide /*外枠を消した状態のテーブル*/ {
	font-size:13px;
	border-collapse: separate; 
	border-spacing: 10px;
}


/* よくあるご質問
------------------------- */

.q_asquare{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	/* [disabled]width: 90%; */
	height: auto;
	/* [disabled]background-image: url("http://wleaf.jp/temp2/q_a_red.gif"); */
	/* [disabled]background-repeat: no-repeat; */
	border: 0px solid #000;
	margin: 5px 0px;
	padding: 5px 0px 0px 5px;
		}

.font20/*旧q_a*/ {
	font-size: 20px;
	margin: 5px;
}

.f_red18b/*大きめの赤太文字。旧q_a_red*/ {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #F00;
	font-size:18px;
	font-weight: bold;

}
.in_box {
	width: 90%;
	margin: 5px 0px 0px 35px;
	white-space: normal;
	font-size: 14px;
}

.font10/*小さめの黒い字.旧moji2*/{
	color:#000;
	font-size: 10px;
	}
	 
h2.crear{
	font-weight:normal;
	} 

.mg3-95/*外枠グレー*/{
	width: 95%;
	padding: 8px 0px 8px 8px;
	border: 1px solid #ccc;
	white-space: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

.mg3-b95/*外枠黒*/{
	width: 95%;
	padding: 8px 0px 8px 8px;
	border: 1px solid #333;
	white-space: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

.moji_green{
	color: #006600;
	background-color: FFFFFF;
		}

.moji_blue{
	color: #03F;
	background-color: FFFFFF;
		}
		
.moji_red{
	color: #FF0000;
	background-color: FFFFFF;
		}
		
.f-22b{
	font-size:22px;
	font-weight:bold;
	}
	
.f-16b{
	font-size:16px;
	font-weight:bold;
	}


		
/* レスポンシブtest
------------------------- */

.contentsAreaTest {
  position: relative;
}


.contentsAreaTest .rect {
  position: absolute;
}

.contentsAreaTest .rect {
  top: 25.71%;
  left: 80.85%;
}

/* レスポンシブtestおわり
------------------------- */


/* 右寄せtest
------------------------- */

.dg{ 
  float:right;
  margin-right:10px;
  margin-top:10px;
 }

/* 右寄せtestおわり
------------------------- */
