@charset "utf-8";

/* index
-----------------------------------------------------*/
.viewTabList01 {
	text-align: right;
	position: relative;
}

.viewTabList01Child {
	display: inline-block;
	border: 1px solid #efefef;
	text-align: left;
}

.viewTabList01Child dt{
	position: relative;
	padding: 6px 12px;
	font-weight: bold;
	cursor: pointer;
}

.viewTabList01Child dt::after {
  content: "¨‹";
  color: #b7193f;
  font-size: 12px;
  position: absolute;
  right: 7px;
  top: 9px;
}

.viewTabList01Child dt.open::after {
  content: "¡ø";
}

.viewTabList01 > .archiveList{
	width: 150px;
	position: absolute;
	top: -80px;
	right: 0;
	z-index: 99;
	background-color: #FFF;
}



@media only screen and (max-width: 767px) {

.viewTabList01Child {
	margin-top: 0;
}

.viewTabList01 {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}
.viewTabList01 > .archiveList{
	width: 95%;
	position: relative;
	top: 0;
	right: 0;
}
}

.viewTabList01Child > dd {
	display: none;
	text-align: left;
	margin-left: 0;
	font-size: 1.5rem;
}

.viewTabList01Child > dd > ul {
	padding: 0;
	margin: 0 auto;
	margin-block-start: 0;
	margin-block-end: 0;
}

.viewTabList01Child > dd > ul > li{
	list-style-type : none;
}

.viewTabList01Child > dd a{
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	color:#333;
}

.viewTabList01Child > dd a:hover{
	background-color: #b7193f;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.viewTabList01Child > dd a{
		font-size: 14px;
	}
}

.viewTabList01 > li a {
	display: block;
	text-align: center;
	background: #efefef;
	padding: 20px 0;
	color: #333333;
	text-decoration: none;
}
.viewTabList01 > li a.current {
	color: #ffffff;
	background: #b7193f;
}
@media only screen and (max-width: 767px) {
	.viewTabList01 > li a {
		font-size: 1.2rem;
	}
}
.viewTabList01 > li a:hover {
	opacity: 0.7;
}
.viewTabTtl01 {
	clear: both;
	margin: 30px 0 10px;
}

.viewIndexList01 {
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.viewIndexList01 {
	}
}
.viewIndexList01 > li {
	float: left;
	width: 30%;
	margin: 60px 0 0 5%;
	padding: 0;
	list-style-type: none;
}
@media only screen and (max-width: 767px) {
	.viewIndexList01 > li {
		float: none;
		width: auto;
		margin: 30px 0 0 0;
	}
}
.viewIndexList01 > li:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}
.viewIndexList01 > li a {
	display: block;
	text-decoration: none;
}
.viewIndexList01 > li .picBox {
	position: relative;
}
.viewIndexList01 > li .picBox figure {
	margin: 0;
}
.viewIndexList01 > li .picBox figure img {
	width: 100%;
}
.viewIndexList01 > li .date {
	font-size: 1.4rem;
	margin: 1em 0 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.viewIndexList01 > li .date {
		font-size: 1.2rem;
	}
}
.viewIndexList01 > li .ttl {
	margin: 0.5em 0 0 0;
	font-weight: bold;
	line-height:1.4em;
}
.viewIndexList01 > li .date::before {
	content: "";
	display: block;
	width: 3px;
	height: 48px;
	background: #b7193f;
	position: absolute;
	left: 15px;
	bottom: 0;
}


/* detail
-----------------------------------------------------*/
.viewDetailHead {
	clear: both;
	margin: 0;
	text-align: center;
	font-size: 2.8rem;
	color: #b7193f;
	font-family: "¥Ò¥é¥®¥ÎÃ÷³¯ Pro W3", "Hiragino Mincho Pro", "HGSÃ÷³¯B", "£Í£Ó £ÐÃ÷³¯", serif;
}
@media only screen and (max-width: 767px) {
	.viewDetailHead {
		font-size: 1.8rem;
	}
}
.viewDetailBox01 {
	clear: both;
	margin: 30px 0 0 0;
}
.viewDetailBox01 .clm01 {
	float: left;
}
.viewDetailBox01 .clm02 {
	float: right;
}
@media only screen and (max-width: 767px) {
	.viewDetailBox01 .clm02 {
		clear: both;
	}
}
.viewDetailBox01 .date {
	font-size: 1.4rem;
	margin: 0 0 0 0.5em;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.viewDetailBox01 .date {
		display: block;
	}
}
.viewDetailBox01 .snsBtnList {
	margin: 0;
	padding: 0;
}
.viewDetailBox01 .snsBtnList > li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	float: left;
}
.viewDetailMovieBox {
	clear: both;
}
.viewDetailMovieBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.viewDetailMovieBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.viewDetailBody {
	clear: both;
	margin: 30px 0 0 0;
}
.viewDetailBody p {
	margin: 2em 0;
}



