@charset "utf-8";
/* CSS Document */
#nousyaList {
}
#nousyaList li {
	padding: 0 5px;
	box-sizing: border-box;
	margin: 0 0 20px;
}
#nousyaList li a {
	display:block;
	height: 100% !important;
	box-sizing: border-box;
	border-width: 3px;
	border-style: solid;
	border-radius: 5px;
}
.nousya-Img {
	color: #fff;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 0 0 10px;
	height: 170px;
	overflow: hidden;
}
#nousyaList li a figure {
	 position: relative;
	overflow: hidden;
	width: 90%;
	height: 180px;
	margin: 0px auto;
}
#nousyaList li a figure img {
    transition: all .3s ease-out;
	vertical-align: middle !important;
}
#nousyaList li a:hover figure img {
    opacity: .4;
    transform: scale(1.1);
}
#nousyaList li a figure:after {
    opacity: 0;
    transform: scale(1.0, 1.0);
    transition: all .3s ease-out;
}
#nousyaList li a  figure:hover:after {
    opacity: 1;
    transform: scale(0.92, 0.88);
}
#nousyaList li a  figcaption {
	display: none;
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0;
	text-align: center;
	line-height: 1.1;
    margin-top: -1em;
    letter-spacing: 5px;
    opacity: 0;
    transition: all .3s ease-out .2s;
}
#nousyaList li a figure:hover figcaption {
    letter-spacing: 1px;
    opacity: 1;
}
.nousya-Date {
	padding: 3px 7px;
	box-sizing: border-box;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255,255,255,.5) 5px, rgba(255,255,255,.5) 10px);
}
.name {
	padding: 5px 7px;
	font-size: 18px;
	font-weight: bold;
}

/*----- inline-content -----*/
.inline-Img {
	overflow: hidden;
}
.inlineContent {
	width: 100%;
	padding: 0 0 20px;
	background-color: #fff;
	box-sizing:border-box;
}
.inlineContent  span {
	font-size:14px;
	font-weight: normal;
	color: #000;
	padding: 0 15px 0 0;
}
.inline-data {
	box-sizing: border-box;
	padding: 15px 10px;
}
.inline-data table{
	width: 100%;
}
.inline-data table th {
	width: 20%;
	padding: 5px 0;
	vertical-align: top;
}
.inline-data table th span {
	padding: 3px 10px !important;
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;;
}
.comment {
	margin: 20px auto; 0;
}
.comment span {
	padding: 3px 10px !important;
	font-weight: bold;
	text-align: center;;
}
.comment p {
	padding: 10px 0 0 10px;
}
.inline-data table td {
	padding: 5px 0 5px 15px;
}
.text_right {
	margin: 50px 0 0;
	text-align: right;;
}
@media (max-width:768px) {.inline-data table th {
	width: 30%;
	padding: 5px 0;
	vertical-align: top;
}
}
