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

/* index 
============================================*/

/* ======== article_area ======== */
.article_area {
}
.article_area h2 {
	text-align: center;
}
.article_area .mod_link02 {
	margin-top: 15px;
}
.article_area .list_topics {
	padding-top: 20px;
}
.article_area .list_topics li {
	float: left;
	width: 23.7%;
	margin-top: 30px;
	margin-right: 1.733%;
	position: relative;
}
.article_area .list_topics li:nth-child(4n) {
	margin-right: 0px;
}
.article_area .list_topics li .img_thumb {
	width: 100%;
	overflow: hidden;
	/*border: 1px solid #EEE;
	box-sizing: border-box;*/
}
.article_area .list_topics li .img_thumb img {
	max-height: 153px;
}
.article_area .list_topics li .txt_ttl {
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
.article_area .mod_link_pagenate {
	margin-top: 50px;
}



/* ======== special_area ======== */
.special_area {
	text-align: center;
	margin-top: 120px;
	position: relative;
}
.special_area .list_spacial {
	text-align: left;
	margin-top: -20px;
}
.special_area .list_spacial li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 70px;
}
.special_area .list_spacial li:nth-child(3n) {
	margin-right: 0px;
}
.special_area .list_spacial li dl.cell {
	background-image: url(/common/images/com_bdr01.svg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 15px;
	padding-left: 17px;
}
.special_area .list_spacial li dl.cell dt {
	font-size: 18px;
	font-weight: bold;
	color: #00aced;
}
.special_area .list_spacial li dl.cell dd {
	margin-top: 5px;
}



/* archives 
============================================*/

/* ======== ttl_area ======== */
.archives .ttl_area {
	background-image: url(/jp/posts/images/arch_bg_ttl01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	height: 300px;
	position: relative;
}
.archives .ttl_area .share_btn {
	text-align: right;
}
.archives .ttl_area .share_btn li {
	display: inline-block;
	margin-right: 7px;
}
.archives .ttl_area h2 {
	padding-top: 45px;
	padding-left: 40px;
}

/* ======== entry_list_area ======== */
.archives .entry_list_area {
	text-align: center;
}
.archives .entry_list_area .list_entry {
	text-align: left;
}
.archives .ttl_area + .entry_list_area .list_entry {
	padding-top: 60px;
}
.archives .entry_list_area .list_entry li {
	float: left;
	width: 23.7%;
	margin-right: 1.7%;
	margin-top: 40px;
	background-image: url(/common/images/com_bg01.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	position: relative;
}
.archives .entry_list_area .list_entry li:nth-child(4n) {
	margin-right: 0px;
}
.archives .entry_list_area .list_entry li a &gt; p {
	overflow: hidden;
	position: relative;
	/*border: 1px solid #EEE;
	box-sizing: border-box;*/
}
.archives .entry_list_area .list_entry li a &gt; p:before {
	content:"";
	display: inline-block;
	padding-top: 57%;
	width: 1px;
}
.archives .entry_list_area .list_entry li p img {
	/*max-width: 100%;
	max-height: 100%;*/
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.archives .entry_list_area .list_entry li dt {
	font-size: 18px;
	font-weight: bold;
	color: #01b4e2;
	margin-top: 10px;
}
.archives .entry_list_area .list_entry li dd {
	margin-top: 10px;
}
.archives .entry_list_area .list_entry li dd .mod_link04 {
	color: #01b4e2;
}
.archives .entry_list_area .link_pagenate {
	margin-top: 75px;
}



/* dtl 
============================================*/

.dtl .osusume_entry_area {
	text-align: center;
	width: 865px;
	margin-top: 120px;
}
.dtl .osusume_entry_area .list_osusume {
	text-align: left;
	display: table;
	margin-top: 30px;
}
.dtl .osusume_entry_area .list_osusume li {
	display: table-row;
}
.dtl .osusume_entry_area .list_osusume li .cell {
	vertical-align: top;
	display: table-cell;
	padding-top: 30px;
}
.dtl .osusume_entry_area .list_osusume li p.cell {
	padding-right: 20px;
	width: 25.6%;
	width: 200px;
	height: 114px;
	box-sizing: border-box;
	position: relative;
}
.dtl .osusume_entry_area .list_osusume li p.cell .mod_icn_new {
	width: 40px;
	height: 20px;
	top: 30px;
	right: 20px;
}
.dtl .osusume_entry_area .list_osusume .cell dt {
	font-size: 18px;
}
.dtl .osusume_entry_area .list_osusume .cell dd {
}
.dtl .osusume_entry_area .list_osusume .cell dd p {
	margin-top: 20px;
}

.dtl .new_entry_area {
	text-align: center;
	width: 865px;
	margin-top: 120px;
}
.dtl .new_entry_area .list_entry {
	text-align: left;
	display: table;
	margin-top: 40px;
}
.dtl .new_entry_area .list_entry li {
	display: table-row;
}
.dtl .new_entry_area .list_entry li:nth-of-type(5),
.dtl .new_entry_area .list_entry li:nth-of-type(6),
.dtl .new_entry_area .list_entry li:nth-of-type(7),
.dtl .new_entry_area .list_entry li:nth-of-type(8) {
	display: none;
}
.dtl .new_entry_area .list_entry li .cell {
	vertical-align: top;
	display: table-cell;
	padding-top: 20px;
}
.dtl .new_entry_area .list_entry li p.cell {
	padding-right: 10px;
	width: 33.5%;
	box-sizing: border-box;
	position: relative;
}
.dtl .new_entry_area .list_entry li p.cell .mod_icn_new {
	right: 10px;
	top: 20px;
}
.dtl .new_entry_area .list_entry .cell dt {
	font-size: 18px;
	font-weight: bold;
}
.dtl .new_entry_area .list_entry .cell dd {
}
.dtl .new_entry_area .list_entry .cell dd p {
	margin-top: 20px;
}

.dtl .osusume_area {
	margin-top: 120px;
}


/* ======== print ======== */
@media print {
.recipe #header .head_catch,
.recipe #header_space,
.recipe #header aside,
.recipe #header .head_logo .position_fix,
.recipe #header .drawer-nav,
.recipe #main .topic_path,
.recipe #main .blc_entry_btm .mod_link01,
.recipe #main &gt; section,
.recipe #main .banner_area,
.recipe #footer,
.recipe #blc_bdr {
	display: none;
	height: 0px !important;
}
.recipe #header.fix {
	text-align: center;
	/*display: block !important;
	width: 100% !important;*/
	position: relative;
	/*left: 100px;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.recipe #header .head_logo,
.recipe #header.fix .head_logo {
	text-align: center;
	/*display: block !important;
	width: 100% !important;*/
	padding-top: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.recipe #header.fix .head_logo .position_normal {
	display: inline;
}
.recipe #header {
	background-image: url();
}
.recipe #main .mod_ttl_area {
	margin-top: 0px;
}
}













/* clearfix 
============================================*/
.article_area .list_topics:after,
.special_area .list_spacial:after,
.newentry_area .list_entry:after,
.entry_list_area .list_entry:after,
.sound_player:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}</pre></body></html>