<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
Theme Name: Makoto Shinkai Works
File : /css/news.css
Uses : NEWSカテゴリー:ページスタイル
*/

/* article#contents
============================================================*/
#contents &gt; .inner{
	padding-bottom: 40px; 
}

/* section#newsArea
============================================================*/
#newsArea {
	padding-top: 22px;
}

/*----------------------------------------
div.main
----------------------------------------*/
#newsArea .main {
	width: 670px;
	float: left;
}

/*----------------------------------------
ul.pageNav
----------------------------------------*/
ul.pageNav {
	position: absolute;
	bottom: 140px;
	left: 50%;
	width: 1000px;
	margin: 0 auto;
	margin-left: -500px;
}

/*----------------------------------------
div.wp-pagenavi
----------------------------------------*/
.wp-pagenavi {
	position: absolute;
	bottom: 140px;
	left: 50%;
	width: 1000px;
	margin: 0 auto;
	margin-left: -500px;
}

/*----------------------------------------
p.pageBack
----------------------------------------*/
p.pageBack {
	border-top: none;
}

/*----------------------------------------
div.contentBox
----------------------------------------*/
#newsArea .contentBox {
	margin: 0 auto 40px auto;
}

#newsArea .contentBox h2.ttl {
	font-size: 21px;
	line-height: 1.3;
	padding-top: 15px;
}
#newsArea .contentBox h2.ttl a {
	text-decoration: underline;
}
#newsArea .contentBox h2.ttl a:hover {
	text-decoration: none;
}

/*----------------------------------------
div.metaBox
----------------------------------------*/
.metaBox {
	padding-bottom: 2px;
	border-bottom: #dedede 3px double;
}
.metaBox span {
	font-size: 12px;
}
.metaBox span.category {
	margin-left: 5px;
	padding-left: 10px;
	border-left: #dedede 1px solid;
}
.metaBox span.category a {
	color: #2b96da;
	text-decoration: none;
}
.metaBox span.category a:hover {
	text-decoration: underline;
}

/*----------------------------------------
div.snsBox
----------------------------------------*/
.snsBox {
	text-align: right; 
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: #dedede 1px double;
}
.snsBox .fb-like,
.snsBox .fb-share-button,
.snsBox .twitter {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin-left: 5px;
}

/*----------------------------------------
div.side
----------------------------------------*/
#newsArea .side {
	width: 300px;
	float: right;
}

.side h2.ttl {
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: #dedede 2px solid;
}

/*----------------------------------------
div.widget
----------------------------------------*/
.widget_categories,
.widget_search {
	margin-top: 30px;
}

.widget_categories li {
	padding: 6px 0; 
	border-bottom: #dedede 1px solid;
}

/*----------------------------------------
div.search
----------------------------------------*/
.search input {
	font-size: 12px; 
	color: #ccc; 
	width: 85%;
	padding: 8px 5px; 
	border: #dedede 2px solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.search button {
	width: 20px; 
	height: 18px; 
	cursor: pointer; 
	vertical-align: middle;
	border: none; 
	background: url(/images/common/icon_search_pc.png) no-repeat right center; 
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {


/* article#contents
============================================================*/
#contents &gt; .inner{
	padding-bottom: 0; 
}

/* section#newsArea
============================================================*/
#newsArea {
	padding-top: 18px;
}

/*----------------------------------------
div.main
----------------------------------------*/
#newsArea .main {
	width: 100%;
	float: none;
}
/*----------------------------------------
ul.pageNav
----------------------------------------*/
ul.pageNav {
	width: 100%;
	position: static;
	margin-left: 0;
}
/*----------------------------------------
div.wp-pagenavi
----------------------------------------*/
.wp-pagenavi {
	width: 100%;
	position: static;
	margin-left: 0;
}

/*----------------------------------------
div.contentBox
----------------------------------------*/
#newsArea .contentBox {
	margin: 0 auto 20px auto;
}

#newsArea .contentBox h2.ttl {
	font-size: 16px;
}

/*----------------------------------------
div.metaBox
----------------------------------------*/
.metaBox span {
	font-size: 11px;
}

/*----------------------------------------
div.side
----------------------------------------*/
#newsArea .side {
	width: 100%;
	float: none;
}

/*----------------------------------------
div.widget
----------------------------------------*/
.widget_archive {
	margin-top: 30px;
}

/*----------------------------------------
div.search
----------------------------------------*/
.search button {
	width: 20px; 
	height: 18px; 
	background: url(/images/common/icon_search_sp.png) no-repeat right center;
	background-size: 18px 18px;
}

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