
/* second.css
--------------------------------------------------------------*/


#contentsArea {
}
#contentsArea.one-column {
	width: 100%;
	float: none;
}
#contentsArea.widthNarrow {
	width: 70%;
	margin:0 auto;
	float: none;
}
#contentsArea .subMenu {
	list-style-type: none !important;
	margin: 0 0 40px 0;
	padding: 0;
	width: 100%;
}
#contentsArea .subMenu li {
	width: 30%;
	padding: 0;
	margin: 0 0 25px 0;
	float: left;
	position: relative;
}
#contentsArea .subMenu li:nth-child(3n-1) {
	margin: 0 5%;
}
#contentsArea .subMenu li a {
	text-decoration: none;
	display: block;
	color: #fff;
}
#contentsArea .subMenu li .menuImage {
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-image: url(../img/noimg.png);
}

#contentsArea .subMenu li h4 {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 90%;
	margin: 0;
	background-color: #000;
	border: 0;
	padding: 0;
	opacity: 0.8;
	color: #fff;
}
#contentsArea .subMenu li h4 span {
	padding: 8px 10px 9px;
	display: block;
	line-height: 130%;
	font-weight: normal;
	text-decoration: none;
}






/* entry-content
--------------------------------------------------------------*/
.pageTitle {
	padding-bottom:20px;
}
p {
	padding-bottom:20px;
	line-height:2.2em;
}
#contentsArea table {
	margin-bottom:25px;
	width:100%;
	border-color:#f5f5f5;
	font-size: 0.9rem;
	line-height: 1.3rem;
}
#contentsArea table tr.even {
	background-color: #fcfcfc;
}
#contentsArea table td,
#contentsArea table th {
	padding:10px 14px;
	border:1px solid #ddd;
}
#contentsArea table th {
	background-color:#777;
	color:#fff;
}
table.mini {
	font-size:90%;
}


#contentsArea table.layoutTable {
	width:100%;
	margin-bottom:25px;
}
#contentsArea table.layoutTable td {
	padding:1px 5px !important;
	border:none;
	vertical-align:top;
}
#contentsArea table.layoutTableB {
	width:100%;
	margin-bottom:25px;
}

#contentsArea table.layoutTable {
	width:100%;
	margin-bottom:25px;
}
@media (max-width: 600px) {
	#contentsArea table.dataTable {
		width:100%;
		margin-bottom:25px;
	}
	#contentsArea table.dataTable th,
	#contentsArea table.dataTable td {
		padding:5px;
		border:1px solid #ddd;
		font-size: 0.75rem;
		line-height: 1.0rem;
	}
}


#contentsArea h1 {
	margin-bottom: 20px;
	font-size: 36px;
	padding: 50px 0 30px;
	text-align: center;
	background: none;
	font-weight: bold;
	line-height: 120%;
}
#contentsArea h1.lineUp {
	font-size: 26px;
	text-align: left;
}
#contentsArea .sub_title {
	font-size: 40px;
	margin-top: 60px;
	margin-bottom: -80px;
	font-weight: normal;
	line-height: 120%;
}
#contentsArea .imageHeader .sub_title {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0 12px;
	font-size: 45px;
	opacity:0.8;
	color: #fff;
	font-weight: bold;
}


#contentsArea .image-title {
	padding:0px 0 15px;
}
#contentsArea .post-title {
	padding:0 0 15px;
	border-bottom:2px solid #000;
	font-weight: bold;
	margin-bottom:30px;
	font-size:200%;
	color: #000;
}
#contentsArea .eventTitle {
	border-bottom:1px solid #8cb3ce;
	margin-bottom:20px;
}
#contentsArea div.entry-title {
	padding:5px 0px 0px;
	margin-bottom:10px;
	font-size: 14px;
	color:#333;
	font-weight: bold;
	border-top:2px solid #555;
	line-height: 1.3em;
	position: relative;
	text-align: right;
	display: none;
	font-weight:bold;
}

#contentsArea h1.childTitle,
#contentsArea h1.entry-title {
	font-weight:bold;
	margin-bottom: 20px;
	font-size: 250%;
	padding: 40px 0 10px;
	background: none;
	color: #333;
	line-height: 120%;
	border-bottom:2px solid #555;
	text-align: left;
}

#contentsArea .recentList {
	padding-top: 30px
}


#contentsArea h1.eyeCatchTitle {

}
#contentsArea h1.eyeCatchImg {
	font-weight:normal;
	font-size: 260%;
}
#contentsArea .eyeCatchTitle img {
	float: right;
}
body.page-scene #contentsArea h1.eyeCatchTitle {
	font-weight:normal;
	font-size: 200%;
	padding-left:30px;
	border:1px solid #ddd;
	border-radius: 4px;
	line-height: 190%;
	background-color: #f8f8f8;
	text-shadow: 0px 2px 0px #FFF;
}


#contentsArea div.childTitle {
	display: none;
}
#contentsArea .thirdTitle {
	margin-bottom: 20px;
	font-size: 220%;
	font-weight: normal;
	padding: 0 0 10px;
	background: none;
	color: #333;
	line-height: 120%;
}
#contentsArea .entry-content {
	line-height:200%;
	padding-bottom: 50px;
	margin: 0 auto;
	max-width: 1000px;
}
#contentsArea .entry-content img {
	max-width: 100%;
	height: auto;
}
#contentsArea .empty {
	padding-bottom: 20px;
}
#contentsArea .entry-content ol {
	margin: 0 0 18px 20px;
	padding-left:10px;
	list-style-type: decimal;
}
#contentsArea .entry-content ol li {
	margin-bottom:8px;
	line-height:130%;
}
#contentsArea ol.decoNumList {
  counter-reset: my-counter;
  list-style: none;
  margin-left: 5px;
  padding: 0;
}
#contentsArea ol.decoNumList li {
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
}
#contentsArea ol.decoNumList li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #55afea;
  color: #fff;
  display: block;
  float: left;
  line-height: 30px;
  margin: -6px 0 6px -38px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

#contentsArea .entry-content ul {
	margin: 0 0 20px 18px;
	padding-left:10px;
	list-style-type: disc;
}
#contentsArea .entry-content ul li {
	margin-bottom:8px;
	line-height:130%;
}
#contentsArea .entry-content dl {
	margin: 0 0 20px;
}
#contentsArea .entry-content dl dt {
	border-left: solid 7px #98cbff;
	color: #000;
	font-size: 110%;
	padding: 5px 0 5px 10px;
	margin-bottom: 5px;
}
#contentsArea .entry-content dl dd {
	padding-bottom: 20px;
	padding-left: 17px;
}


#contentsArea .entry-content dl dt.gallery-icon {
	padding: 0;
	margin: 0;
	border-left: 0;
}
#contentsArea .entry-content dl dd.gallery-caption {
	padding: 0px;
}


#contentsArea ul.thirdMenu {
	margin: -20px 0 20px 0px;
	padding-left:0px;
}
#contentsArea ul.thirdMenu li {
	width:47%;
	float: left;
	padding:1px;
	margin:0 0px 12px 12px;
	line-height:130%;
	font-size: 110%;
	border:1px solid #ddd;
	border-radius: 2px;
}
#contentsArea ul.thirdMenu li a {
	background: url(../img/icon_normal.png) no-repeat 10px 13px #f5f5f5;
	padding:10px 12px 9px 25px;
	display:block;
}
#contentsArea ul.thirdMenu li a:hover {
	background-color:#fff;
}

#contentsArea .hentry {
	margin:0;
	clear:both;
}
body.archive #contentsArea .hentry,
body.search #contentsArea .hentry {
	padding: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 20px;
}

#contentsArea .hentry .entry-meta {
	margin-bottom: 15px;
	color: #0095ba;
}
#contentsArea .hentry .entryPhoto {
	float:left;
	padding-right:20px;
}
#contentsArea .hentry .entryPhoto img {
	width:200px;
	height:auto;
}
#contentsArea .hentry .detailButton {
	padding:27px 0 20px 15px;
	float: right
}
#content .list-title {
	font-size:20px;
	padding:10px 0;
	font-weight: bold;
	line-height: 1.3em;
}
#content .list-date {
	color: #0095ba;
	font-size: 17px;
	letter-spacing: 0.05em;
	font-family: "Barlow Condensed",Arial,Verdana;
}
#content .listContent {
	color: #555;
	line-height: 1.6em;
}

.page-title {
	font-size: 150%;
}
.page-title span {
	color: #333;
	font-size: 120%;
	font-weight: normal;
}











/* PageNavi */

.navigation {
	text-align:center;
	padding:50px 0 !important;
	clear: both;
	font-size:24px;
	font-family: "Barlow Condensed",Arial,Verdana;
}
.navigation span,
.navigation a {
	padding:6px 14px;
	line-height: 2.2em;
}
.navigation a,
.navigation span {
	text-decoration: none;
}
.navigation a:hover {
	background-color:#e3e3e3;
}

.navigation span.current {
	border-bottom: solid 3px #000;
	color:#000;
}
.navigation .prev {
	margin-right:10px;
	position: relative;
}
.navigation .next {
	margin-left:10px;
	position: relative;
}
.navigation .prev:hover,
.navigation .next:hover {
	background: transparent;
}

.navigation .next:after,
.navigation .prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    width: 10px;
    height: 10px;
    border-right: 4px solid #555;
    border-bottom: 4px solid #555;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.navigation .prev:after {
	left: 0px;
	 -webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.navigation .next:after {
	right: 0px;
	 -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


#nav-below {

}
.nav-previous,
.nav-next {
	display:none;
}

pre {
	padding:20px;
	border:solid 1px #ddd;
	white-space: pre-wrap;
	font-size: 0.9rem;
	background-color: #fdfdfd;
	line-height: 1.5rem;
	margin-bottom: 10px;
}

ruby {
	line-height: 1em

}
ruby rt {
	font-size: 40%

}

ul.socialButton {
 overflow: hidden;
 margin: 0;
 padding: 0 0 10px;
 text-align: right;
 clear: both;
}

ul.socialButton li {
 display: inline-block;
 width: 14%;
 list-style: none !important;
 padding: 4px 0 4px 1% !important;
 margin: 0 !important;
 box-sizing: border-box;
}

ul.socialButton li > a {
 padding: 5px 0;
 display: block;
 text-align: center;
 color: #fff;
 border-radius: 8px;
 text-decoration: none;
 font-size: 18px;
 line-height: 22px;
}

ul.socialButton li > a:hover {
 cursor: pointer;
}

ul.socialButton li.twitter > a {
 background-color: #1da1f2;
}

ul.socialButton li.facebook > a {
 background-color: #3b5998;
}

ul.socialButton li.googleplus > a {
 background-color: #dd4b39;
}

ul.socialButton li.pocket > a {
 background-color: #ef4056;
}

ul.socialButton li.hatebu > a {
 background-color: #00a4de;
 font-weight: bold;
 padding: 6px 0 7px;
}
ul.socialButton li.line > a {
 background-color: #00c300;
 font-weight: bold;
 padding: 6px 0 7px;
 font-size: 16px;
 line-height: 18px;
}



