@charset "UTF-8";

/* CSS Document */

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

    lower_news_list

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

.lower_news_list {
    padding: 0 20px;
}

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

    category_list

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

.category_list {
	padding: 0 20px;
	margin-bottom: 20px;
}
.category_list ul {
}
.category_list ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.category_list ul li a {
	display: inline-block;
	background: url(/news/images/category_arrow.svg) top 50% right 10px no-repeat #f29600;
	background-size: 5px;
	padding: .6em 2em .6em 1em;
	line-height: 1em;
	text-decoration: none;
	font-size: 80%;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.category_list ul li a:hover {
	background: url(/news/images/category_arrow.svg) top 55% right 10px no-repeat #411600;
	background-size: 5px;
}

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

    news_detail

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

.news_detail {
    padding: 0 20px;
    margin-bottom: 60px;
}
.news_detail .inner {
    width: 100%;
    margin-bottom: 60px;
}
.news_detail .inner .ph {
    width: 100%;
}
.news_detail .inner .text {
	margin-bottom: 30px;
}
.news_detail .inner .text .ttl {
    margin-bottom: 30px;
}
.news_detail .inner .text .ttl .cate {
    margin-bottom: 10px;
}
.news_detail .inner .text .ttl .cate span {
    line-height: 1em;
    font-size: 70%;
    background: #411600;
    color: #fff;
    line-height: 1em;
    padding: .4em 1em;
}
.news_detail .inner .text .ttl .day {
    font-family: 'Libre Baskerville', serif;
    font-size: 90%;
    color: #411600;
}
.news_detail .inner .text .ttl p {
    font-size: 120%;
    font-weight: 400;
}

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

    clock

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

.clock {
    position: absolute;
    right: -40px;
    top: -20px;
}
.clock .clock_long,
.clock .clock_short,
.clock .clock_bg {
    width: 300px !important;
}
.clock .clock_long img,
.clock .clock_short img,
.clock .clock_bg img {
    width: 100%;
}



















