.date {}

.side-banner:hover {
	border: solid 2px #ffa7a7;
}

.side-banner-aw {
	max-width: 320px;
	width:240px;
	min-width:243px;
	min-height:202px;
	background-color: #80808010;
	color:#80808040;
	text-align:right;
	font-size:0.5em;
}

.side-banner {
	width: 100%;
	margin-bottom: 7px;
	border: solid 2px #ccc;
	background-color: #2d26ff;

	img {
		margin-left: auto;
		margin-right: auto;
	}
}

img {
	content-visibility: auto;
}

.wrapper {
	min-height: 100vh;
	position: relative;
}

.breakpoint {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 8px;
	height: 8px;
}


.m-name {
	font-size: 0.8em;
	float: left;
	margin: 2px;
	border-bottom: 1px dotted #777;
}

.m-val {
	font-size: 0.9em;
	float: left;
	background-color: #ececff;
	border-radius: 4px;
	margin: 2px;
	margin-left: 10px;
	padding-right: 10px;
	text-align: right;
	border-bottom: 1px dotted #777;
}

.red {
	color: #b00;
}

.green {
	color: #090;
}

.mc-title td {
	margin: 0;
	padding: 0;
}

.mc-title {
	font-size: 0.8em;
	padding: 0;
	background-color: #fff1f1;
	border-radius: 20px;
}

.mc-title img.mc-icon {
	width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

.mc-text img.mc-icon {
	border-radius: 50%;
}


.mc-title table td:nth-of-type(1) {
	width: 90px;
	height: 90px;
}

.mc-title table td {
	padding: 8px;
}

.mc-text table {
	background-color: #ffebeb;
	border-radius: 40px;
}

.mc-text table td {
	padding: 10px 20px;
	font-size: 1.0em;
}

.mc-text table td:nth-of-type(1) {
	width: 90px;
	height: 90px;
}



span.reading-time {
	padding: 4px;
	color: #444;
	background-color: #ececec;
}

h2.group {
	display: inline-block;
	width: auto;
	padding: 4px 18px;
	border-radius: 5px;
	font-size: 1rem;
	margin: 0px 0px 10px 0px;
}

h2.latest {
	display: inline-block;
	width: auto;
	padding: 4px 18px;
	border-radius: 5px;
	font-size: 1rem;
	margin: 0px;
	width: 90%;
}

.latest {
	background-color: #fcffe3;
	background-image: linear-gradient(90deg,
			hsl(60deg 100% 91%) 0%,
			hsl(60deg 100% 94%) 25%,
			hsl(60deg 100% 96%) 50%,
			hsl(60deg 100% 98%) 75%,
			hsl(0deg 0% 100%) 100%);
}

h3.group,
h3.latest {
	font-weight: bold;
}

p.node-title {
	height: 100%;
}



iframe {
	margin-left: auto;
	margin-right: auto;
}

body {
	background-color: #fff;
}

.article-main h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 20%;
	text-decoration-color: #fd9bb694;
}

.main-content {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}


.fit-right {

	margin: 0 0 0 auto;
	text-align: right;
}

.fit-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.banner-wrap {
	width: 100%;
}

.sm-banner {
	width: 320px;
}

.md-banner {
	width: 460px;
}

.lg-banner {
	width: 728;
}


.xl-banner {
	width: 728;
}

.main-banner {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}


.japan {
	background-color: #fed2f4;
}

.world {
	background-color: #fd7fd7;
}

.economy {
	background-color: #ffa1a1;
}

.tech {
	background-color: #c3e2ff;
}

.tourism {
	background-color: #d2ff85;
}

.sports {
	background-color: #fffbbe;
}

.life {
	background-color: #ffe3c0;
}


.society {
	background-color: #dbfcb5;
}

.underline.society {
	background-color: #dbfcb5;
}

.underline-japan {
	text-decoration-color: #f9e1f3c0;
}

.underline-society {
	text-decoration-color: #c1dfa37b;
}

.underline-world {
	text-decoration-color: #ffc3f1b6;
}

.underline-economy {
	text-decoration-color: #ffd4d48a;
}

.underline-tech {
	text-decoration-color: #e0e4f9c4;
}

.underline-tourism {
	text-decoration-color: #e3ffb9be;
}

.underline-sports {
	text-decoration-color: #f4fdb767;
}

.underline-life {
	text-decoration-color: #ffdaad74;
}


.ads {
	width: 100%;
	min-height: 0;
	height: auto;
}

.more {
	font-size: 1.3em;
	font-size: bold;
	padding: 8px;
	height: 24px;
}

.more:hover {
	display: none;
}


.node-wide .img-wrap.landscape {
	overflow: hidden;
	min-height: 260px;
}

.node-wide .img-wrap.square {
	width: auto;
	height: auto;
	overflow: hidden;
}

.node-wide .img-wrap img.landscape {
	object-fit: cover;
	width: 400px;
	height: 340px;
	margin-top: auto;
	margin-bottom: auto;
}

.node-wide .img-wrap img.square {
	object-fit: cover;
	max-width: 200px;
	max-height: 160px;
	padding: 10px;
}

.node-wide .content-node {
	display: inline-block;
}

.node-wide .small-node {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.node-wide .small-node img {
	padding: 20px;
	margin-top: -20px;
}

.node-wide .small-node .categories {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 4px;
}

.node-wide .small-node .categories span.category {
	width: fit-content;
	font-size: 0.7em;
	padding: 0px 4px;
	margin-top: 1px;
	height: 18px;
	border-radius: 7px;
}

.node-wide .small-node .date {
	font-size: 0.8em;
}

.node-wide .small-node .post-title {
	padding: 0px 16px;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: -14px;
	padding-bottom: 2px;
	font-weight: bold;
}

.node-wide .small-node .post-desc {
	margin-top: -34px;
	font-size: 0.8em;
	padding: 18px;
}

.node-wide table {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.node-wide table td:nth-child(1) {
	width: 180px;
}

.node-wide table .categories {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.node-wide table .categories span.category {
	width: fit-content;
	font-size: 0.7em;
	padding: 0px 4px;
	margin-top: 1px;
	height: 18px;
	border-radius: 7px;
}

.node-wide table .date {
	font-size: 0.8em;
}

.node-wide table td {
	vertical-align: top;
	padding: 4px;
	margin: 8px;
	height: auto;
	min-height: 180px;
}

.node-wide table .post-title {
	font-size: 0.9em;
	font-weight: bold;
}

.node-wide table .post-desc {
	font-size: 0.8em;
}

div#summarize table td p.gpt {
	font-size: 0.8em;
	text-align: center;
	background-color: #e8fcff;
	margin: 0px;
	padding: 0px;
	width: 50px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#summarize table td p {
	padding: 18px 10px;
}

div#summarize table {
	background-color: #dfebf3;
	border-radius: 40px;
}

div#summarize table td:nth-of-type(1) {
	min-width: 80px;
}

div#summarize table td:nth-of-type(2) {
	width: 90%;
	padding: 8px;
}

h1.top-title {
	font-size: 2em;
	margin-top: 1em;
	border-bottom: 2px solid #da5019;
}

main h2 {
	font-size: 1.6em;
	margin-top: 40px;
	position: relative;
	padding: 1rem 0.5rem;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

main h2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(#fa709a),
			to(#fee140));
	background-image: -webkit-linear-gradient(left,
			rgba(250, 112, 154, 50) 0%,
			rgba(254, 225, 64, 50) 100%);
	background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

main h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: "";
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(#fa709a),
			to(#fee140));
	background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
	background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

/* --- article --- */

div.article-main .article-main {
	max-width: 740px;
	margin-left: 18px;
}

div.article-main .date {
	font-size: 0.75em;
	text-align: right;
}

div.article-main img.mc-icon {
	border-radius: 35%;
	width: 55px;
	height: 55px;
}

div.article-main :root {
	--accent: 124, 58, 237;
	--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), #da62c4 30%, white 60%);
}

span.urls {
	padding: 1px;
	background-color: #e0eeee;
	margin: 5px 6px;
	border-radius: 4px;
	border: solid 1px #ddd;
}

div.article-main a.comment {
	color: #cc0;
	font-weight: bold;
}

div.article-main html {
	font-family: system-ui, sans-serif;
	background-color: #f6f6f6;
}

div.article-main code {
	font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
}

div.article-main p.caption {
	line-height: 12px;
	border-left: 8px solid #f4e087;
	border-right: 8px solid #f9e796;
	font-size: 0.7em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -40px;
	padding-left: 10px;
}

div.article-main p.image-head {
	top: 20px !important;
}

div.article-main p.img-right {
	font-size: 1.2em;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -40px;
	color: #000;
	z-index: 999;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

div.article-main p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

div.article-main img {
	margin-left: auto;
	margin-right: auto;
}

/* header & navbar */

.header {
	height: 80px;
	margin: auto;
	max-width: 100% !important;
	width: 100%;
	padding: 0;
	color: #fff;
	background-color: #da2510 !important;
}


.burgar {
	margin-top: -20px;
}

.navtop {
	width: 100%;
	background-color: #da2510 !important;
	color: #fff;
	font-weight: bold;
}

.navtop .vpress-name {
	font-size: 1.2em;
	padding-top: 8px;
	margin-left: 8px;
	padding: 10px 0 0 10px;
}

.navtop .vnstar {
	color: #ff0;
}

.navtop img.vpress-logo {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 90px;
}

.navtop img.exchange {
	position: absolute;
	top: 10px;
	right: 110px;
	width: 28px;
}

.navmenu-toggle.front-panel {
	z-index: 9999999999;
	position: relative;
	background-color: rgba(236, 85, 85, 0.78);
	border-radius: 20px;
	margin: -25px 45px 0 200px;
}

.navmenu-toggle.front-panel a {
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.navmenu-toggle.front-panel a a:hover {
	color: #f80;
}

nav {
	width: 100%;
	height: 50%;
	background-color: #da2510 !important;
	color: #fff;
	font-weight: bold;
}

nav .logo-frame {
	padding: 0px 0px;
}

nav .logo-frame .menu-item {
	border-radius: 14px;
}

nav .logo-frame .menu-item:hover {
	background-color: rgba(255, 255, 230, 0.5);
	transition: 0.7s;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 182, 0.3);
}

nav header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 50px;
	padding: 0;
	background-color: #da2510 !important;
	color: #fff;
	background-color: transparent;
	transition: background-color 0.5s ease-in-out;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
}

nav header ul {
	float: right;
	margin-top: -30px;
}

nav header ul li {
	color: #fff;
	display: inline;
	list-style-type: none;
	padding: 8px 10px;
	border-radius: 14px;
	float: left;
}

nav header ul li li:hover {
	background-color: #ffffb6;
	color: #ccc;
}

nav header ul li .star {
	color: #ff0;
}

nav header ul li div.container {
	background-color: #da2510;
}

.weather-wide {
	border: none;
	background-color: #fff;
	width: 100%;
	padding: 2px;
	margin-bottom: 20px;
}

.weather-wide .horizontal {
	margin: 0px 2%;
}

.weather-wide .vertical {
	margin-right: 20px;
}

.weather-wide img {
	display: inline;
}

.weather-wide .date {
	margin-bottom: 8px;
	background-color: #d1f5d0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,9ef5ff+41,c8faff+62,ffffff+100 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #cbffce 41%, #c8ffcc 62%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%, #c1fbc4 41%, #c8ffcb 62%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%, #ddffd3 41%, #dbffdc 62%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}

.weather-wide .weatherIcon {
	min-width: 48px;
}


/*  header */

.header-wrapper header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 50px;
	padding: 0;
	background-color: #da2510 !important;
	color: #fff;
	background-color: transparent;
	transition: background-color 0.5s ease-in-out;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
}

.header-wrapper header ul {
	float: right;
	margin-top: -30px;
}

.header-wrapper header li {
	color: #fff;
	display: inline;
	list-style-type: none;
	padding: 8px 10px;
	float: left;
}

.header-wrapper header li:hover {
	background-color: #ffffb6;
	color: #ccc;
}

.header-wrapper header .star {
	color: #ff0;
}

.header-wrapper header .vpress-name {
	margin-left: 20px;
}

.header-wrapper header div.container {
	background-color: #da2510;
}

.header-wrapper .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1520px) {
	.header-wrapper .container {
		max-width: 100%;
		padding: 0 40px;
	}
}

@media (max-width: 500px) {
	.header-wrapper .container {
		padding: 0 20px;
	}
}

.header-wrapper .container .vpress-name {
	font-size: 1.8em;
}

.header-wrapper .container .vnstar {
	color: #ff0;

}