@charset "utf-8";

/* =============================================================

　 個別設定

============================================================= */


/*  全体・コンテナー 設定
---------------------------------------------*/


/*  ヘッダー 設定
---------------------------------------------*/

/* ---- グローバルナビ ---- */

#header #gnav .boxNavContent .btnMessage > a:before,
#header #gnav .boxNavContent .btnMessage > p > a:before {
  right: 0;
  left: 0;
}


/*  コンテンツ 設定
---------------------------------------------*/

/*  グッズ
-------------------------- */

/* -------- カテゴリータイトル -------- */

.ttlCategory {
  margin-bottom: 48px;
  padding-bottom: 6px;
  border-bottom: 2px solid #000;
  font-size: 2.02em;
  font-weight: bold;
}

/* -------- セクション -------- */

.boxSection {
  margin: 0 80px;
  padding: 55px 0;
  border-top: 1px solid #ccc;
  /*color: #333;*/
  font-size: 1.00em;
  line-height: 2.0em;
}

.ttlCategory + .boxSection {
  padding-top: 30px;
  border-top: none;
}

.boxSection p {
  margin-bottom: 5px;
}

.boxSection p.txtR {
  margin-bottom: 0;
  padding-top: 25px;
  font-weight: normal;
}

.boxSection h3.subttl {font-size:140%; margin-bottom:1em;}

/* ---- イメージエリア ---- */

.boxSection .boxImgArea {
  width: 38%;
  margin:0 0 20px 20px;
	
}

.boxSection .boxImgArea img {
  width: 100%;
}

.boxSection .boxImgArea p.cap { font-size:80%; margin:0; line-height: 140%; color:#666; text-align: right;}

/* ---- テキストエリア ---- */

.boxSection .boxTxtArea {
  width: 62%;
  padding-right: 30px;
}



/*  フッター 設定
---------------------------------------------*/
