@charset "utf-8";

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

　　共通モジュール設定

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


/*  全体 設定
--------------------------------------------- */


/*  背景 設定
-------------------------- */

.bgGrey {
  background-color: #f7f5f0;
}


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

/*  アイコン
-------------------------- */

/* -- 矢印アイコン -- */

.icn.arw {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  padding-left: 12px;
}

/* 矢印 */
.icn.arw:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 4px 6px 4px 6px;
  border-color: transparent transparent transparent #333;
  border-style: solid;
  content: "";
}

.icn.arw.white:before {
  border-left-color: #fff;
}

.icn.arw.small:before {
  top: 6px;
  border-width: 3px 5px 3px 5px;
}


/*  ボタン
-------------------------- */

.btn {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  padding: 10px 20px;
  border: 1px solid #bbb;
  font-size: .92em;
  font-weight: normal;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.4em;
  vertical-align: middle;
}

.btn,
a.btn {
  color: #333;
}

a.btn:hover {
  color: #fff;
  border-color: #6b2100;
  background-color: #6b2100;
}

input.btn {
  cursor: pointer;
}

/* -- Arrow -- */

.btn.arw {
  position: relative;
  padding-right: 30px;
  padding-left: 25px;
}

.btn.arw:before,
.btn.arw:after {
  transition: border .2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 0;
  height: 0;
  margin-top: -8px;
  border-radius: 10px;
  border-width: 8px;
  border-color: transparent transparent transparent #666;
  border-style: solid;
  background: none !important;
  content: "";
}

.btn.arw:after {
  right: 4px;
  border-left-color: #fff;
}

a.btn.arw:hover:before {
  border-left-color: #fff;
}

a.btn.arw:hover:after {
  border-left-color: #6b2100;
}

/* -- Small Size -- */

.btn.small {
  margin: -5px 5px 0;
  padding: 3px 8px;
  font-size: 11px;
}

.btn.small.arw {
  padding-right: 17px;
}

.btn.small.arw:before {
  right: 2px;
  margin-top: -4px;
  border-radius: 0;
  border-width: 4px 5px 4px 5px;
}

.btn.small.arw:after {
  display: none;
}

/* -- Middle Size -- */

.btn.middle {
  min-width: 150px;
  text-align: center;
}

/* -- Large Size -- */

.btn.large {
  margin: 40px 0;
  padding: 14px 30px;
  border-radius: 4px;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .01em;
  text-align: center;
}

/* ---- Color Setting ---- */

/* -- Red -- */

.btn.red {
  border-color: #6b2100;
  background-color: #6b2100 !important;
  color: #fff !important;
}

a.btn.red:hover,
input.btn.red:hover {
  border-color: #541a00;
  background-color: #541a00 !important;
}

.btn.arw.red:before {
  border-left-color: #fff;
}

.btn.arw.red:after {
  border-left-color: #6b2100;
}


/*  バナー
-------------------------- */

.bnr {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: opacity .4s ease-in-out;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}

.bnr:hover {
  opacity: .8;
}

.bnr.round {
  padding: 15px 20px;
  border-radius: 6px;
}


/*  タグ
-------------------------- */

.tag {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  margin-left: 8px;
  padding: 1px 8px;
  background: #999;
  font-size: .9em;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: -.04em;
  line-height: 1.5em;
}

.tag,
.tag a {
  color: #fff !important;
  text-decoration: none;
}

a.tag,
.tag a {
  transition: opacity .2s ease-in-out;
}

a.tag:hover,
.tag a:hover {
  opacity: .7;
}

.tag.round {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 20px;
}


/*  タイトル
-------------------------- */

.ttl {
  font-weight: bold;
}

.ttl a:hover {
  text-decoration: underline;
}

.ttl.line {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

.ttl.line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20%;
  max-width: 55px;
  height: 2px;
  margin: 0 auto;
  background: #6b2100;
  content: "";
}

.ttl.style01 {
  margin-bottom: 18px;
  color: #6b2100;
  font-size: 1.5em;
  letter-spacing: .02em;
}

.ttl.style02 {
  margin-bottom: 10px;
  font-size: 1.15em;
}


/*  テーブル
-------------------------- */

table {
  width: 100%;
  margin: 40px 0;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
  font-size: .95em;
  line-height: 1.5em;
}

table caption {
  padding: 0 3px 10px;
  font-weight: bold;
  font-size: 1.05em;
}

table tr {
  border-top: 1px solid #ccc;
}

table th,
table td {
  padding: 10px 15px;
  background: #fff;
  vertical-align: top;
}

table.txtC th,
table.txtC td {
  text-align: center;
}

table th {
  width: 230px;
  background: #faf7f2;
  font-weight: bold;
}

table td {
  padding-right: 10px;
  padding-left: 10px;
}

table td p {
  margin: 0;
  padding-top: 20px;
}

table td p:first-child {
  padding-top: 0;
}

table ul {
  padding: 5px 0;
}

table li {
  padding-top: 15px;
}

table li:first-child {
  padding-top: 0;
}

table dl dd {
  font-size: .88em;
}

table a {
  text-decoration: underline;
}

table a:hover {
  text-decoration: none;
}

/*  パンくず
-------------------------- */

.boxBreadcrumb {
  padding: 15px 0 10px;
  font-size: .9em;
  letter-spacing: 0;
}

/* -- リンク -- */

.boxBreadcrumb a {
  margin-right: 2px;
  text-decoration: underline;
}

/* -- リンク（ホバー・フォーカス時）-- */

.boxBreadcrumb a:hover,
.boxBreadcrumb a:focus {
  text-decoration: none;
}


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

.boxSection {
}

.boxSection .boxSectionMain,
.boxSection .boxSectionSide {
  float: left;
  width: 50%;
}

.boxSection .boxSectionMain.fltR,
.boxSection .boxSectionSide.fltR {
  width: 36.5%;
  padding-left: 50px;
}

.boxSection .boxSectionMain.fltL,
.boxSection .boxSectionSide.fltL {
  width: 63.5%;
}

.boxSection > p,
.boxSection .boxInner > p,
.boxSection .boxTxtArea > p {
  padding-top: 22px;
  line-height: 1.9em;
}

.boxSection > p:first-child,
.boxSection .boxInner > p:first-child,
.boxSection .boxTxtArea > p:first-child {
  padding-top: 0 !important;
}

.boxSection > .boxInner {
  padding-top: 35px;
  padding-bottom: 35px;
}


/*  ページナビ
-------------------------- */

/* ---- ページャー ---- */

.boxPager {
  margin: 30px 0 0;
  text-align: center;
  font-weight: bold;
}

.boxPager div > * {
  transition: background .3s ease-in-out,color .3s ease-in-out;
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  min-width: 33px;
  height: 38px;
  margin: 0 2px;
  padding: 0;
  border: 1px solid #6b2100;
  font-size: 1.12em;
  vertical-align: middle;
  line-height: 36px;
}

.boxPager a {
  color: #6b2100;
  background: #fff;
  text-decoration: none;
}

.boxPager a:hover,
.boxPager .current {
  color: #fff;
  background: #6b2100;
}

.boxPager .arw:before,
.boxPager .arw:after {
  transition: border .3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -10px;
  margin-left: -5px;
  border-radius: 20px;
  border-width: 10px;
  border-color: transparent transparent transparent #6b2100;
  border-style: solid;
  content: "";
}

.boxPager .arw:after {
  margin-left: -7px;
  border-left-color: #fff;
}

.boxPager .arw.prev:before,
.boxPager .arw.prev:after {
  margin-left: -14px;
  border-color: transparent #6b2100 transparent transparent;
}

.boxPager .arw.prev:after {
  margin-left: -12px;
  border-right-color: #fff;
}

.boxPager .arw:hover:before {
  border-color: transparent transparent transparent #fff;
}

.boxPager .arw:hover:after {
  border-color: transparent transparent transparent #6b2100;
}

.boxPager .arw.prev:hover:before {
  border-color: transparent #fff transparent transparent;
}

.boxPager .arw.prev:hover:after {
  border-color: transparent #6b2100 transparent transparent;
}


.boxPager .arw span {
  display: none;
}

.boxPager .extend {
  min-width: 25px;
  border: none;
}



/*  アコーディオンエリア
-------------------------- */

/* ---- アコーディオン ---- */

.boxAcc {
  position: relative;
  margin: 20px 0;
}

/* ---- アコーディオン・ヘッダ ---- */

.boxAccHead {
  position: relative;
  padding: 20px 0;
  font-weight: bold;
  cursor: pointer;
}

.boxAccHead h2 {
  font-weight: bold;
}

/* ---- アコーディオン・内容 ---- */

.boxAccCont {
  display: none;
  padding: 0;
}

.boxAccContInner {
  padding: 0 0 20px;
}


/*  カラムリスト
-------------------------- */

/* ---- 共通設定 ---- */

.boxColumnList {
}

.boxColumnList > ul {
  letter-spacing: -.40em;
}

.boxColumnList > ul > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  letter-spacing: normal;
  vertical-align: top;
}

.boxColumnList > ul > li.boxFull {
  width: 100% !important;
}

/* -- 画像 -- */

.boxColumnList .imgItem {
}

.boxColumnList .imgItem img {
  width: 100%;
}

/* -- タイトル -- */

.boxColumnList .ttlItem {
  padding-top: 30px;
}

.boxColumnList .ttlSub {
  margin-bottom: 0;
}

/* -- 内容 -- */

.boxColumnList .txtCont {
  padding-top: 12px;
  line-height: 1.8em;
}

/* ---- 2カラム設定 ---- */

.boxColumnList.column02 > ul {
  margin-top: -55px;
  margin-left: -50px;
}

.boxColumnList.column02 > ul > li {
  width: 50%;
  padding: 55px 0 0 50px;
}

.boxColumnList.column02 .txtCont {
  font-size: 1.1em;
  line-height: 1.9em;
  letter-spacing: -.04em;
}

/* ---- 3カラム設定 ---- */

.boxColumnList.column03 > ul {
  margin-top: -45px;
  margin-left: -90px;
}

.boxColumnList.column03 > ul > li {
  width: 33.333%;
  padding: 45px 0 0 90px;
}

.boxColumnList.column03 .txtCont {
  font-size: 1.1em;
  line-height: 1.9em;
  letter-spacing: -.04em;
}

/* ---- 4カラム設定 ---- */

.boxColumnList.column04 > ul {
  margin-top: -25px;
  margin-left: -25px;
}

.boxColumnList.column04 > ul > li {
  width: 25%;
  padding: 25px 0 0 25px;
}

/* ---- 5カラム設定 ---- */

.boxColumnList.column05 > ul {
  margin-top: -20px;
  margin-left: -17px;
}

.boxColumnList.column05 > ul > li {
  width: 20%;
  padding: 20px 0 0 17px;
}

/* ---- 6カラム設定 ---- */

.boxColumnList.column06 > ul {
  margin-top: -20px;
  margin-left: -17px;
}

.boxColumnList.column06 > ul > li {
  width: 16.65%;
  padding: 20px 0 0 17px;
}

/* ---- 7カラム設定 ---- */

.boxColumnList.column07 > ul {
  margin-top: -20px;
  margin-left: -17px;
}

.boxColumnList.column07 > ul > li {
  width: 14.2%;
  padding: 20px 0 0 17px;
}

/* ---- 8カラム設定 ---- */

.boxColumnList.column08 > ul {
  margin-top: -20px;
  margin-left: -17px;
}

.boxColumnList.column08 > ul > li {
  width: 12.5%;
  padding: 20px 0 0 17px;
}

/* ---- ライン付きカラム設定 ---- */

.boxColumnList.columnLine {
  overflow: hidden;
  margin: 40px 0;
}

.boxColumnList.columnLine > ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: -.40em;
  margin-top: -20px;
  margin-left: -1px;
}

.boxColumnList.columnLine > ul > li {
  border-left: 1px solid #ccc;
  margin-top: 20px;
  padding: 0;
}

.boxColumnList.columnLine .boxInfoArea {
  margin: 0;
}

.boxColumnList.columnLine .boxInfoArea > dl {
  padding: 10px 30px;
}

.boxColumnList.columnLine .boxInfoArea > dl > dt {
  font-size: 1.2em;
}

.boxColumnList.columnLine .boxInfoArea > dl > dd {
  font-size: .98em;
  line-height: 1.9em;
}

.boxColumnList.columnLine .boxInfoArea > dl > dd p {
  padding-top: 20px;
}

.boxColumnList.columnLine .boxInfoArea > dl > dd p:first-child {
  padding-top: 0;
}


/*  下線付きリスト
-------------------------- */

.boxLineList {
}

/* -- リスト -- */

.boxLineList > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #bbb;
}

.boxLineList > ul > li:first-child {
  padding-top: 0;
}

/* -- リンク -- */

.boxLineList > ul > li > a,
.boxLineList > ul > li.active > * {
  display: block;
  position: relative;
  padding: 9px 18px;
}

/* -- リンク矢印 -- */

.boxLineList.icnArw > ul > li > a {
  padding-left: 22px;
}

/* 矢印アイコン */
.boxLineList.icnArw > ul > li > a:before,
.boxLineList.icnArw > ul > li.active > *:before {
  top: 15px;
  left: 10px;
}

/* firefox用 */
@-moz-document url-prefix() {
  .boxLineList.icnArw > ul > li > a:before,
  .boxLineList.icnArw > ul > li.active > *:before {
    top: 16px;
  }
}

/*  リスト
-------------------------- */

/* -- 箇条書きリスト -- */

.boxDotList {
  margin: 20px 0;
}

.boxDotList ul {
  padding-left: 1.5em;
}

.boxDotList ul li:before {
  margin-left: -1.5em;
  padding-right: 5px;
  content: "・";
}

.boxDotList ul li ul {
  padding-top: 2px;
  padding-left: 2.5em;
}

/* -- 箇条書きリスト（横並び） -- */

.boxDotList .floatList,
.boxNumList .floatList {
  margin: 0;
}

.boxDotList ul.floatList {
  padding-left: 1.5em;
}

.boxDotList .floatList li {
  float: left;
  margin-right: 30px;
}

/* -- 順序付きリスト -- */

.boxNumList {
  margin: 20px 0;
}

.boxNumList ol {
  padding-left: 1.5em;
}

.boxNumList ol li {
  list-style-type: decimal;
}

.boxNumList ol li ul li {
  list-style: none;
}

.boxNumList ol li ol {
  padding-top: 2px;
}

/* -- 矢印付きリスト -- */

.boxArwList {
  margin: 20px 0;
}

.boxArwList ul {
}

.boxArwList li {
  margin-bottom: 5px;
}

.boxArwList.icnArw a {
  color: #202020;
}

.boxArwList.icnArw a:before {
  top: 8px;
}

/* firefox用 */
@-moz-document url-prefix() {
  .boxArwList.icnArw a:before {
    top: 9px;
  }
}

/* -- 定義リスト -- */

.boxDlList dl {
  margin: 20px 0;
}

.boxDlList dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.boxDlList dl .boxDotList,
.boxDlList dl .boxNumList {
  margin: 0;
}


/*  画像レイアウト
-------------------------- */

.boxImgLeft .boxImgArea {
  float: left;
  width: 38%;
}

.boxImgLeft .boxTxtArea {
  float: right;
  width: 56%;
}

.boxImgRight .boxImgArea {
  float: right;
  width: 38%;
}

.boxImgRight .boxTxtArea {
  float: left;
  width: 56%;
}

.boxImgLeft .boxImgArea img,
.boxImgRight .boxImgArea img,
.boxImgRow img {
  width: 100%;
}

.boxImgRow {
  margin-top: 40px;
  margin-bottom: 30px;
}

.boxImgRow ul {
  margin-left: -18px;
}

.boxImgRow li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 226px;
  margin-left: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

.boxImgRow li img {
  margin-bottom: 12px;
}

.boxImgRow a {
  color: #111;
}

.boxImgRow a:hover,
.boxImgRow a:focus {
  text-decoration: none;
}


/*  サムネイルリスト
-------------------------- */

.boxThumbnailList {
  margin: 20px 0 50px;
}

.boxThumbnailList h3 {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: bold;
}

.boxThumbnailList h3 .tag {
  font-size: .8em;
}

.boxThumbnailList.boxLineList > ul > li {
  padding: 30px 20px;
}

.boxThumbnailList > ul > li:first-child {
  padding-top: 0;
}

.boxThumbnailList .boxImgLeft .boxImgArea,
.boxThumbnailList .boxImgRight .boxImgArea {
  width: 24%;
  font-size: .8em;
  text-align: center;
}

.boxThumbnailList .boxImgLeft .boxImgArea p,
.boxThumbnailList .boxImgRight .boxImgArea p {
  padding-top: 10px;
}

.boxThumbnailList .boxImgLeft .boxTxtArea,
.boxThumbnailList .boxImgRight .boxTxtArea {
  width: 73%;
  font-size: .95em;
}


/*  新着情報
-------------------------- */

.boxInfoList {
  overflow: hidden;
  line-height: 1.9em;
}

.boxInfoList a:hover {
  text-decoration: underline;
}

.boxInfoList > ul {
  margin-bottom: -1px;
}

.boxInfoList > ul > li {
  padding: 16px 10px;
}

.boxInfoList > ul > li:first-child {
  padding-top: 0;
}

.boxInfoList > ul > li dt {
  float: left;
  width: 108px;
  padding-bottom: 5px;
}

.boxInfoList > ul > li dd {
  padding-left: 108px;
  letter-spacing: -.02em;
}


/*  ページ詳細
-------------------------- */

.boxEntryBody {
  max-width: 840px;
  margin: 0 auto;
  line-height: 1.8em;
}

/* ---- H1タイトル ---- */

.boxEntryBody h1,
.ttl.styleH1 {
  clear: both;
  margin-bottom: 12px;
  padding: 20px 2px 18px;
  border-top: 4px solid #6b2100;
  border-bottom: 1px solid #ccc;
  color: #6b2100;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.52em;
}

/* ---- H2タイトル ---- */

.boxEntryBody h2,
.ttl.styleH2 {
  clear: both;
  margin: 40px 0 20px;
  padding: 12px 15px;
  border-left: 6px solid #6b2100;
  background: #f7f7f7;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: .02em;
}

/* ---- H3タイトル ---- */

.boxEntryBody h3,
.ttl.styleH3 {
  clear: both;
  margin: 25px 0 4px;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.7em;
}

/* ---- テキスト ---- */

.boxEntryBody p {
  margin-bottom: 20px;
  line-height: 2em;
}

.boxEntryBody strong {
  font-weight: bold;
}

/* ---- リンク ---- */

.boxEntryBody a {
  text-decoration: underline;
}

.boxEntryBody a:hover,
.boxEntryBody a:focus {
  text-decoration: none;
}

/* ---- リスト ---- */

.boxEntryBody ul,
.boxEntryBody ol {
  clear: both;
  margin: 30px 0;
  padding-left: 2.5em;
}

.boxEntryBody h2 + ul,
.boxEntryBody h3 + ul,
.boxEntryBody h4 + ul,
.boxEntryBody h2 + ol,
.boxEntryBody h3 + ol,
.boxEntryBody h4 + ol {
  margin-top: 0;
}

.boxEntryBody ul > li,
.boxEntryBody ol > li {
  margin-bottom: 2px;
}

.boxEntryBody li > ul,
.boxEntryBody li > ol {
  margin: 5px 0 10px;
  padding-top: 2px;
  padding-left: 2.5em;
}

/* -- 箇条書きリスト -- */

.boxEntryBody ul {
}

.boxEntryBody ul > li {
  list-style-type: disc;
}

/* -- 順序付きリスト -- */

.boxEntryBody ol {
}

.boxEntryBody ol > li {
  list-style-type: decimal;
}

/* ---- 定義リスト ---- */

.boxEntryBody dl {
  margin: 20px 0;
}

.boxEntryBody dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.boxEntryBody dl .boxDotList,
.boxEntryBody dl .boxNumList {
  margin: 0;
}

/* ---- テーブル ---- */

.boxEntryBody table {
  width: auto;
  min-width: 500px;
  margin-top: 35px;
  margin-bottom: 35px;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
  font-size: 1em;
  line-height: 1.9em;
}

.boxEntryBody table caption {
  padding: 0 3px 10px;
  font-weight: bold;
  font-size: 1.05em;
}

.boxEntryBody table tr {
  border-top: 1px solid #ccc;
}

.boxEntryBody table th,
.boxEntryBody table td {
  width: auto;
  padding: 10px 20px;
  background: #fff;
  vertical-align: top;
}

.boxEntryBody table th {
  font-weight: bold;
  text-align: center;
}

.boxEntryBody table thead th {
  background: #f0e4e4;
}

.boxEntryBody table td {
}

.boxEntryBody table td p {
  margin: 0;
  padding-top: 20px;
}

.boxEntryBody table td p:first-child {
  padding-top: 0;
}

.boxEntryBody table ul,
.boxEntryBody table ol {
  margin: 0;
}

.boxEntryBody table ul {
  padding-left: 1.5em;
}

.boxEntryBody table ul li {
  float: left;
  margin-right: 30px;
}

/* ---- 画像レイアウト ---- */

.boxEntryBody .boxImgLeft,
.boxEntryBody .boxImgRight {
  margin-top: 35px;
  margin-bottom: 35px;
}

.boxEntryBody .boxImgLeft p,
.boxEntryBody .boxImgRight p {
  margin: 0;
}

.boxEntryBody .boxImgLeft .boxImgArea {
  float: left;
  width: 45%;
}

.boxEntryBody .boxImgLeft .boxTxtArea {
  float: right;
  width: 50%;
}

.boxEntryBody .boxImgRight .boxImgArea {
  float: right;
  width: 45%;
}

.boxEntryBody .boxImgRight .boxTxtArea {
  float: left;
  width: 50%;
}

.boxEntryBody .boxImgLeft .boxImgArea img,
.boxEntryBody .boxImgRight .boxImgArea img,
.boxEntryBody .boxImgRow img {
  width: 100%;
}

.boxEntryBody .boxImgRow {
  margin-top: 40px;
  margin-bottom: 30px;
}

.boxEntryBody .boxImgRow ul {
  margin-left: -18px;
}

.boxEntryBody .boxImgRow li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 226px;
  margin-left: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

.boxEntryBody .boxImgRow li img {
  margin-bottom: 12px;
}

.boxEntryBody .boxImgRow a {
  color: #111;
}

.boxEntryBody .boxImgRow a:hover,
.boxEntryBody .boxImgRow a:focus {
  text-decoration: none;
}

/* 回り込み解除 */
.boxEntryBody .boxEntryContent p.clearfix {
  height: 0;
}


/*  ギャラリー
-------------------------- */

/* ---- Gallery Box ---- */

.boxGallery {
  margin-bottom: 50px;
  padding-top: 30px;
}

/* ---- List ---- */

.boxGallery.boxColumnList > ul {
  margin-top: -36px;
  margin-left: -24px;
}

.boxGallery.boxColumnList > ul > li {
  padding-top: 36px;
  padding-left: 24px;
}

/* ---- ThumbNail ---- */

.boxGallery .imgThumb {
  margin-bottom: 8px;
}

.boxGallery .imgThumb a {
  display: block;
}

.boxGallery .imgThumb span {
  display: block;
  position: relative;
  z-index: 10;
  padding-right: 12px;
  padding-bottom: 12px;
  transition: opacity .4s ease-in-out;
}

.boxGallery .imgThumb span:before,
.boxGallery .imgThumb span:after {
  transition: background .4s ease-in-out;
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #ccc;
  content: "";
}

.boxGallery .imgThumb span:before {
  top: 12px;
  left: 12px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.boxGallery .imgThumb span:after {
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  z-index: 0;
}

.boxGallery .imgThumb a:hover span {
  opacity: .8;
}

.boxGallery .imgThumb a:hover span:before,
.boxGallery .imgThumb a:hover span:after {
  background-color: #999;
}

.boxGallery .imgThumb img {
  display: block;
  position: relative;
  z-index: 10;
  opacity: 1 !important;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.boxGallery .imgThumb > a > img {
  transition: opacity .4s ease-in-out;
  border: 1px solid #ccc;
}

.boxGallery .imgThumb > a:hover > img {
  opacity: .7 !important;
}

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

.boxGallery h3 {
  margin-bottom: 2px;
}

.boxGallery h3 a {
  transition: color .4s ease-in-out;
  color: #333;
}

.boxGallery h3 a:hover {
  color: #6b2100;
}

/* ---- Data ---- */

#galleryInfo .txtData,
.boxGallery .txtData {
  padding: 0 0 0 24px;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  background: url(/common/img/icn-data.png) no-repeat 0 2px;
  line-height: 1.65em;
}

.ttl .txtData {
  margin-top: 5px;
}

/* ---- Gallery Info ---- */

#galleryInfo .ttl.styleH2 {
  margin-top: 30px;
  margin-bottom: 5px;
}

/* ---- Download ---- */

.dl-btn {
  opacity: 1;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
  margin: 17px 0;
  padding: 12px 35px 12px 60px;
  border: 1px solid #888;
  background: url(/common/img/icn-download-pc.png) no-repeat 32px center transparent;
  color: #111;
  font-size: 1.02em;
  font-weight: normal;
  text-align: center;
  letter-spacing: .01em;
}

.dl-btn:hover {
  border-color: #6b2100;
  color: #6b2100;
}

.fancybox-wrap {
  overflow: visible !important;
}

/* ---- サムネ付きダウンロード ---- */
.boxDownload {
  float: left;
  width: 25%;
  margin: 0 24px 20px 0;
  text-align: center;
}

.boxDownload .imgThumb {
  margin: 10px 0;
}

.boxDownload .imgThumb img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.boxDownload .dl-btn {
  margin: 0 0 20px;
  padding: 8px 24px 8px 48px;
  border: 1px solid #aeaeae;
  background-position-x: 18px;
}


/*  お問い合わせフォーム
-------------------------- */

.boxContactAtt {
  padding: 8px 12px;
  background-color: #fef3f3;
}

.boxContactAtt p {
  margin: 0;
  padding: 0;
  color: #d20418;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.boxContactAtt p a {
  color: #d20418;
  text-decoration: underline;
}

.boxContactForm table {
  width: 100%;
  margin: 0;
}

.boxContactForm table th,
.boxContactForm table td {
  padding: 14px 18px;
}

.boxContactForm table th {
  width: 160px;
  background: #f7f7f7;
  text-align: left;
}

.boxContactForm input,
.boxContactForm textarea {
  color: #111 !important;
}

.boxContactForm textarea {
  margin-bottom: -5px;
}

.boxContactForm .error {
  display: block;
  padding: 8px 0 0;
  color: #b20000;
  font-size: .9em;
}

.boxContactForm .btn.submit {
  width: 220px;
}

.boxContactForm .required {
  margin-left: 4px;
  color: #e72020;
  font-weight: normal;
}

.boxContactForm .small {
  font-size: .93em;
}

.boxContactForm .student_info p {
  margin-bottom: 8px;
}

.boxContactForm .student_info .ttl {
  margin-right: 15px;
  font-weight: bold;
}

.boxContactForm .student_info input {
  margin-bottom: 8px;
}

.boxContactForm .student_info input:last-child {
  margin-bottom: 0;
}

.boxContactComp {
  padding-top: 20px;
}

.boxContactComp .txtComp {
  font-size: 1.2em;
  font-weight: bold;
}


/*  演奏会情報
-------------------------- */
.boxEventDetail {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #bbb;
  letter-spacing: -.4em;
}

.boxEventDetail .boxEventCont,
.boxEventDetail .boxEventThumb {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.boxEventDetail .boxEventCont {
  width: 75%;
  padding-left: 30px;
}

.boxEventDetail .boxEventThumb {
  width: 25%;
}

.boxEventDetail .boxEventThumb img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}


/* 後援会について
-------------------------- */
.aisatsu .boxImg {
  display: inline-block;
  width: 25%;
  margin: 0 2% 20px 0;
  vertical-align: top;
  text-align: center;
  font-size: .88em;
}

.aisatsu .boxImg img {
  width: 100%;
}

.aisatsu .boxTxt {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

/* ログインフォーム
-------------------------- */
.boxLoginform input[type="text"]{
  margin-bottom: 6px;
}

.boxLoginform input[type="password"] {
  margin-bottom: 12px;
}

.boxLoginform input[type="submit"] {
  padding: 4px 18px;
  border-radius: 4px;
  border: 1px solid #333;
  background: #fff;
}

.boxLogout {
  margin-bottom: 15px;
}

.boxLogout a {
  padding: 4px 18px;
  border-radius: 4px;
  border: 1px solid #004499
}

.boxLoginform input[type="submit"]:hover,
  .boxLogout a:hover {
  background: #eef6ff;
}