<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							あいち観光ナビの新着情報						*/
/****************************************************************************/
#news_wrap {
	padding: 7% 0;
}


/* ----------------------------------------------------
		一覧
---------------------------------------------------- */
#news_list {
	margin: 5% 0 30px;;
}

#news_list li {
	background-color: #f3f5f8;
	padding: 10px;
	border-radius: 5px;
	display: table;
	width: 100%;
	margin-top: 13px;
	box-sizing: border-box;
}

#news_list li p {
	display: table-cell;
}

#news_list .news_date {
	font-size: 1.3rem;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	white-space: nowrap;
	width: 9em;
	display: block;
}

#news_list .newx_txt {
	padding: 5px 0 0 20px;
	width: 100%;
	line-height: 1.4;
	font-size: 1.4rem;
}


/* ----------------------------------------------------
		詳細
---------------------------------------------------- */
.news_detail_box {
	margin: 6.5% 0 5%;
	background-color: #f3f5f8;
	padding: 40px 20px;
	border-radius: 5px;
	position: relative;
}

.news_detail_box .news_date {
	font-size: 1.4rem;
}

.news_detail_box .category {
	position: absolute;
	top: 35px;
	right: 20px;
}

.news_detail_box h2 {
	font-size: 2.2rem;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: 5px solid #dadfe5;
	margin: 10px 0 15px;
}

.news_detail_box .news_txt p {
	line-height: 2;
}

.news_detail_box a {
	color: #e73b26;
}

.news_detail_box .news_txt .news_link a {
	color: #e73b26;
	font-size: 2.2rem;
	background: rgba(0, 0, 0, 0) url("../../img/ja/common/arrow_black_s.png") no-repeat scroll left center;
    padding-left: 23px;
}

#news_wrap .btn_link {
	background-color: #404040;
	color: #ffffff;
}


/* ----------------------------------------------------
		コンテンツ
---------------------------------------------------- */
.news_box {
	margin-top: 3%;
}

.news_box2 {
	margin-top: 5%;
}

.news_box h2 {
	line-height: 1.3;
	font-size: 2.8rem;
	font-family: 'harenosora';
	font-weight: normal;
	border-bottom: 0;
}

.news_box h3 {
	line-height: 1.3;
	font-size: 1.9rem;
	font-family: 'harenosora';
	font-weight: normal;
}

.news_box p, .news_box2 p {
	line-height: 1.7;
}

.news_box2 .news_img img {
	float: left;
	width: 400px;
	text-align: center;
}

.news_box2 p.news_img:nth-of-type(2) {
	float: right;
}

.news_box2 .news_txt {
	float: right;
	width: 540px;
}

.news_box2 p.news_txt:nth-of-type(1) {
	float: left;
}

.news_box2 .two_col_list img, .news_box2 .three_col_list img, .news_box2 .four_col_list img {
	width: 100%;
}

.news_box h1.related_site {
	font-size: 32px;
	
	font-weight: bold;
}

.news_box h1.related_site span {
	font-size: 18px;
	margin-left: 15px;
	vertical-align: middle;
}


@media screen and (max-width:750px){
#news_list .news_date {
	font-size: 1.3rem;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	white-space: nowrap;
	width: 50%;
	display: inline;
}
#news_list li p{
	width: 60%;
	display: inline;
}
#news_list .newx_txt {
    display: block !important;
    width: 100%;
    line-height: 1.4;
    font-size: 1.4rem;
    padding: 0;
}
.news_box h2 {
    font-size: 2.4rem;
}
.news_box2 .news_img, .news_box2 .news_txt {
	float: none !important;
	width: auto !important;
}



}</pre></body></html>