/* CSS Document */

/************************
  Title
************************/

header h3 {
    padding: 30px 0 30px 125px;
	z-index: 99;
}
header h3 i {
	color: #8ABA56;
	font-size:38px;
	padding: 0;
	top: 28px;
	left: 73px;
	position: absolute;
}
ul.page_navi li a:hover, ul.page_navi li.active a, ul.style_change li:hover i, ul.style_change li.active i {
	color: #8ABA56;
}

/************************
  Article Common
************************/

section.article ul.list li span {
	color: #8ABA56;
}
section.article ul.list li p:after {
	background: #8ABA56;
}
section.article ul li h4:after {
	content: "▶";
	width: 12px;
	height: 12px;
	font-size: 6px;
	line-height: 12px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	top: -4px;
	left: 10px;
	background: #8ABA56;
}

/************************
  theater Detail
************************/

section.detail .main_title {
	margin: 50px 0;
	float: none;
	clear: both;
	overflow: hidden;
	background: #FFF;
	position: relative;
}
section.detail .main_title img {
	width: 62.7%;
	float: left;
	padding: 0 45px 0 0;
	position: relative;
	z-index: 1;
	box-sizing: content-box;
}
section.detail .main_title h3 {
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	padding: 80px 45px 0 0;
	float: none;
}
section.detail .main_title h4 {
	font-size: 16px;
	font-weight: normal;
	padding: 30px 45px 30px 0;
	color: #8ABA56;
	line-height: 1.5em;
}
section.detail .main_title p {
	color: #434343;
	line-height: 1.9em;
	padding: 0 45px 40px 0;
}
section.detail .main_title ul {
	overflow: hidden;
	padding: 0 45px 0 0;
	box-sizing: border-box;
}
section.detail .main_title ul li {
	width: 49%;
	height: auto;
	display: block;
	margin: 0 0 0 2%;
	float: left;
}
section.detail .main_title ul li:first-child {
	margin: 0;
}
section.detail .main_title ul li a {
    width: 100%;
    height: 40px;
    padding: 0 0 0 15px;
	box-sizing: border-box;
    display: block;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #FFF;
    text-align: left;
    position: relative;
    background: #8ABA56;
}
section.detail .main_title ul li a:after {
    content: "▶";
    width: 12px;
    height: 12px;
    font-size: 6px;
    line-height: 13px;
	letter-spacing: 0;
    text-align: center;
    color: #8ABA56;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 14px;
    right: 15px;
    background: #FFF;
}
section.detail .main_title ul li a:hover {
     -webkit-filter: saturate(120%);
     -moz-filter: saturate(120%);
     -o-filter: saturate(120%);
     -ms-filter: saturate(120%);
     filter: saturate(120%);
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 3px inset;
}

section.detail .main_title span.post-meta {
	width: 100%;
	font-size: 12px;
	line-height: 55px;
	color: #777;
	padding: 0;
	border-top: 1px solid #E9E9E9;
	text-align: right;
	white-space: normal;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 0;
}
section.detail .main_title span.post-meta i {
	font-size: 16px;
	margin: 0 0 0 20px;
	padding: 20px 15px;
	float: right;
	border-left: 1px solid #E9E9E9;
}

section.detail .story {
	width: 62.7%;
	height: auto;
	float: left;
	margin: 0 3.3% 0 0;
	padding: 0;
	background: #FFF;
}
section.detail .story h4, section.detail .info h4 {
    width: 100%;
    height: auto;
    display: block;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    color: #2A2F33;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0 0 30px 53px;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
	background: #EDEFF0;
}
section.detail .story h4 i, section.detail .info h4 i {
    color: #8ABA56;
    font-size: 38px;
    padding: 0 0 30px 0;
    top: -7.5px;
    left: 0;
    position: absolute;
}
section.detail .story h5 {
	width: 100%;
	height: auto;
	padding: 50px 50px 30px 50px;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	color: #222;
	font-weight: normal;
}
section.detail .story p {
	width: 100%;
	height: auto;
	padding: 0 50px 50px 50px;
	box-sizing: border-box;
	display: block;
	line-height: 2.3em;
}

section.detail .info {
	width: 34%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	background: #FFF;
}
section.detail .info h4 i {
    top: 0;
}
section.detail .info table {
	width: 100%;
	height: auto;
	padding: 30px 40px;
	box-sizing: border-box;
	display: block;
	font-size: 13px;
	font-weight: normal;
}
section.detail .info table tr {
	border-bottom: #E9E9E9 solid 1px;
}
section.detail .info table tr:last-child {
	border-bottom: none;
}
section.detail .info table th {
	width: 20%;
	height: auto;
	padding: 20px 5px 20px 0;
	font-weight: normal;
	position: relative;
	color: #222;
	text-align: justify;
	vertical-align: top;
}
section.detail .info table th:after {
    content: "：";
    width: 13px;
    height: 13px;
    font-size: 13px;
    line-height: 13px;
    color: #434343;
    position: absolute;
    top: 24px;
    right: 0;
}
section.detail .info table td {
	height: auto;
	padding: 20px 0 20px 15px;
	font-weight: normal;
	position: relative;
	color: #222;
	vertical-align: top;
}

/* Desktop */
@media (max-width: 1360px) {
	section.detail .main_title img {
		width: 60%;
		padding: 0 45px 56px 0;
	}
	section.detail .main_title h3 {
		font-size: 18px;
		padding: 45px 45px 0 0;
	}
	section.detail .main_title h4 {
		font-size: 14px;
		padding: 15px 30px 15px 0;
	}
	section.detail .main_title h4 br {
		display: none;
	}
	section.detail .main_title p {
		padding: 0 45px 20px 0;
	}
	
	section.detail .info table th {
		width: 33.3%;
	}
}

/* Smalldesktop & Tablet */
@media (max-width: 990px) {	
	header h3 {
		padding: 30px 0 30px 13%;
	}
	header h3 i {
		top: 28px;
		left: 5%;
	}
	
	/************************
	  theater Detail
	************************/
	
	section.detail {
		margin: 30px 5%;
	}
	section.detail .main_title {
		margin: 0 0 30px 0;
	}
	section.detail .main_title img {
		width: 100%;
		padding: 0;
		float: none;
		clear: both;
	}
	section.detail .main_title h3 {
		padding: 30px 30px 0 30px;
	}
	section.detail .main_title h4 {
		padding: 10px 30px 10px 30px;
	}
	section.detail .main_title p {
		padding: 0 30px 20px 30px;
	}
	section.detail .main_title ul {
		width: 100%;
		padding: 0 30px 30px 30px;
	}
	section.detail .main_title ul li {
		width: 49%;
		margin: 0 0 0 2%;
	}
	section.detail .main_title span.post-meta {
		position: static;
	}

	section.detail .story {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 0 30px 0;
	}
	section.detail .story h4, section.detail .info h4 {
		padding: 0 0 20px 53px;
	}
	section.detail .story h5 {
		padding: 40px 30px 20px 30px;
	}
	section.detail .story p {
		padding: 0 30px 40px 30px;
		line-height: 2.3em;
	}

	section.detail .info {
		width: 100%;
		float: none;
		clear: both;
	}
	section.detail .info table {
		padding: 10px 30px;
	}
	section.detail .info table th {
		width: 15%;
	}
}

/* Smalltablet & BigSmartphone */
@media (max-width: 750px) {
	header h3 {
		padding: 20px 0 20px 13%;
	}
	header h3 i {
		top: 18px;
	}
}

/* Smartphone */
@media (max-width: 520px) {
	
	header h3 {
		background: #8ABA56;
		padding: 10px 0 10px 20%;
	}
	header h3 i {
		font-size: 31px;
		top: 10px;
		color:#FFF;
	}
		
	/************************
	  layout02
	************************/
	
	section.article ul.list.style02 li img {
		width: 60%;
		padding: 5%;
		float: left;
	}
	section.article ul.list.style02 li span {
		padding: 8% 5% 5px 0;
		white-space: normal;
		letter-spacing: 0;
	}
	section.article ul.list.style02 li p {
		margin: 0 0 5% 0;
		padding: 0 5%;
		display: block;
	}
	section.article ul.list.style02 li span.post-meta {
		padding: 0;
	}
	
	/************************
	  layout03
	************************/
	
	section.article ul.list.style03 li span {
		white-space: normal;
	}
	section.article ul.list.style03 li h3 {
		padding: 0 5%;
	}
	section.article ul.list.style03 li span.post-meta {
		margin: 0;
		padding: 0;
	}
	section.article ul.list.style03 li span.post-meta i {
		padding: 12px 5px 12px 5%;
	}
	
	/************************
	  theater Detail
	************************/
	
	section.detail {
		margin: 20px 5%;
		padding: 0 0 5% 0;
	}
	section.detail .main_title {
		margin: 0 0 20px 0;
	}
	section.detail .main_title h3 {
		font-size: 16px;
		padding: 20px 5% 0 5%;
	}
	section.detail .main_title h4 {
		font-size: 13px;
		padding: 5px 5% 10px 5%;
	}
	section.detail .main_title p {
		padding: 0 5% 10px 5%;
		line-height: 1.7em;
	}
	section.detail .main_title ul {
		width: 100%;
		padding: 0 5% 20px 5%;
	}
	section.detail .main_title ul li, section.detail .main_title ul li:first-child {
		width: 100%;
		margin: 5px 0 0 0;
	}

	section.detail .story {
		margin: 0 0 20px 0;
	}
	section.detail .story h4, section.detail .info h4 {
		font-size: 16px;
		padding: 0 0 15px 46px;
	}
	section.detail .story h4 i, section.detail .info h4 i {
		font-size: 31px;
		top: -3.5px;
	}
	section.detail .info h4 i {
		top: 3px;
	}
	section.detail .story h5 {
		font-size: 14px;
		padding: 25px 8% 15px 8%;
	}
	section.detail .story p {
		padding: 0 8% 25px 8%;
		line-height: 1.7em;
	}

	section.detail .info table {
		padding: 10px 5%;
	}
	section.detail .info table th {
		width: 25%;
		padding: 15px 5px 15px 0;
	}
	section.detail .info table th::after {
		top: 19px;
	}
	section.detail .info table td {
		padding: 15px 0 15px 10px;
	}
}