@charset "utf-8";

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

　 個別設定

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


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


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


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


/*  Content Top
-----------------------------------*/

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

.boxCategoryTitle {
  background-image: url(../img/categorytitle-bg-all.png);
  
}


/*  Content Main
-----------------------------------*/

/* -------- 概要 -------- */

.txtSummary {
	margin: 1em 15px 2.5em 15px;
	padding: 0 10px 25px 10px;
	border-bottom: 1px dotted #333;
}

.txtSummary h2 {
	margin-bottom: 0.75em;
	font-weight: bold;
	font-size: 1.8em;
}

.txtSummary p {
	font-size:  1.05em;
	line-height: 1.7em;
}



/* -------- タイトル -------- */
.boxSubTitle {
}

/* ------ コンテンツ ------ */
/* -- バナー --*/
.boxBannerList {
  border-bottom: 1px dotted #ccc;
}

/* -- タブ --*/
.boxTabSelect {
  letter-spacing: -.4em;
  border-bottom: 1px dotted #ccc;
}

.boxTabSelect li {
  margin: 0;
  padding: 0 0 0 10px;
  width: 25%;
  letter-spacing: normal;
}

.boxTabSelect li .btn {
  padding: 0;
  border: none;
}

.boxTabSelect li .btn img {
  width: 100%;
  height: auto;
}

.boxTabSelect li.current .btn {
  background: #db0000;
}

.boxTabSelect li.current .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #db0000;
  box-sizing: border-box;
  content: "";
}

.boxTabSelect li.current .btn:after {
  border-top-color: #db0000;
}

.boxColumnList .boxTxt p.txtCont {
	margin: 0.5em 0;
	font-size: 1.15em;
}

.boxTabContent {
  padding-bottom: 30px;
}

.boxColumnList {
  margin-bottom: 50px;
}

/* -- カテゴリー別一覧 --*/

.boxMoreLink {
	text-align: center;
}

.boxColumnList ul {
	margin: 0 15px;
}

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

.boxColumnList ul li {
	margin-bottom: 1em;
	padding-top: 1em;
	padding-left: 0.75em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

.boxColumnList ul a {
	display: block;
	position: relative;
	transition: all  0.3s ease;
}

.boxColumnList ul a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 18px;
	height: 18px;
	margin: -4px 0 0 0;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.boxColumnList ul a:hover {
	text-decoration: none;
	background-color: #efefef;
}

.boxColumnList ul a:hover dt {
	color: #b80000;
}

.boxColumnList ul a:hover dt span {
	color: #333;
}

.boxColumnList ul li dt {
	font-weight: bold;
	font-size: 1.35em;
	line-height: 1.6em;
}

.boxColumnList ul li dt span {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
}

.boxColumnList ul li dd p {
	font-size: 1.05em;}

/* -- 詳細 --*/
.boxEntryTitle h1 {
  margin-bottom: 20px;
}

.boxEntryDetail p img {
	max-width: 360px !important;
	height: auto;
}

.boxEntryDetail .columnBanner img {
	max-width: 100%;
	height: auto;
}

.boxEntryTitle .txtPeople {
  line-height: 1;
  font-size: 0.58em; 
  font-weight:  normal;
}

.boxEntryBody .txtP01 {
  font-weight: bold;
  color: #d80000;
}

.boxEntryBody .txtP02 {
  font-weight: bold;
  color: #0059b2;
}

.boxPager .boxPageLink > * {
  padding: 0 2px;
}

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