@charset "utf-8";
/*@import url("html5reset.css");*/

html, button, input, select, textarea,
.pure-g [class *="pure-u"] {
	/* Set your content font stack here: */
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

.pure-img {
	max-width: 100%;
	height: auto;
}

.asp {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}

.asp img {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	box-sizing: border-box;
}

body {
	max-width: 1020px;
	min-width: 320px;
	display: block;
	margin: 0 auto;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

#wrapper {
	border: 1px solid #CCC;
}

#header p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size:12px;
	padding: 10px;
	border-bottom: #CCC solid 2px;
}
#header p strong {
	color: #FF367F;
}

#container {
	padding-right: 320px;
}

#content {
	float: left;
	padding: 10px;
}

#side {
	float: right;
	width: 300px;
	padding: 10px;
	margin-right: -320px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 20px 5px;
	font-size: 12px;
}

@media screen and (max-width:1000px) {
	#container, #content, #side {
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
		border: none;
	}

	#container {
		padding: 5px;
	}

	#wrapper {
		width: 780px;
		margin: 0 auto;
	}
}

@media screen and (max-width:780px) {
	#wrapper {
		width: auto;
	}
}

/* 共通 */
a {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	color: #FF3366;
	text-decoration: underline;
}

a:hover {
	color: #FF3366;
	text-decoration: underline;
}

a:hover img.over {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

strong, em {
	font-weight: bold;
	font-style: normal;
}

.red {
	color: red;
}

.pink {
	color: #ff0080;
}

.orange {
	color: orangered;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

/* menu */
#menu dt {
	border-bottom: 1px solid #3C9;
	padding: 3px 5px;
	color: #006600;
	font-weight: bold;
	background: #F4F4F4;
}

#menu dt em {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

#menu dd {
	padding: 5px;
}

#menu ul {
	overflow: hidden;
}

#menu li a {
	text-indent: 12px;
	padding: 5px 0px;
	display: inline-block;
	background-image: url(https://www.bento-za.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -168px;
}

#toggle {
	display: none;
}

@media screen and (max-width:1000px) {
	#menu {
		display: none;
	}

	#menu li a {
		width: 100%;
		display: block;
		padding: 3px;
	}

	#menu li a:hover {
		text-decoration: none;
		background-color: #EEF;
	}

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #222;
		margin-bottom: 5px;
	}

	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}

	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #222;
	}

	#toggle a:before {
		margin-top: -6px;
	}

	#toggle a:after {
		margin-top: 2px;
	}
}

#menu-genre {
	background-image: url(https://www.bento-za.com/img/menu-genre_dd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu-genre strong {
	font-weight: normal;
}

#menu-area {
	background-image: url(https://www.bento-za.com/img/menu-area_dd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu-tech {
	background-image: url(https://www.bento-za.com/img/menu-tech_dd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu-feature {
	background-image: url(https://www.bento-za.com/img/menu-feature_dd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu-sitemap {
	background-image: url(https://www.bento-za.com/img/menu-feature_dd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*------------- ソーシャルブックマーク -------------*/
#bookmark {
	display: block;
	height: 20px;
	background-image: url(https://www.bento-za.com/img/menu-bookmark.gif), url(https://www.bento-za.com/img/menu-bookmark-bg.gif);
	background-repeat: no-repeat, repeat-x;
	margin: 0px;
	border-right: 1px solid #990066;
	border-left: 1px solid #990066;
	text-indent: -9999px;
}

#sbmlink {
	line-height: 20px;
	padding: 5px 0px;
	margin: 0 0 10px;
	background-color: #FFFFFF;
	border-right: 1px solid#990066;
	border-bottom: 1px solid#990066;
	border-left: 1px solid#990066;
}

#sbmlink a,
#sbmlink a:hover {
	padding-left: 22px;
	font-size: 14px;
	color: #660066;
	background-color: transparent;
	background-image: url(https://www.bento-za.com/img/bookmark/addbookmark.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 20px;
	height: 20px;
	display: block;
}

#sbmform {
	display: none;
	position: absolute;
	padding: 0;
	width: 310px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #efebef #c6c3c6 #c6c3c6 #efebef;
	background: #fff url(https://www.bento-za.com/img/bookmark/bg.gif) repeat top left;
	margin: 0;
}

#sbmform div.clr {
	clear: both;
}

#sbmform a.close {
	display: block;
	float: right;
	margin: 10px 5px 0 0;
	padding: 0;
	text-align: right;
	background-color: transparent;
}

#sbmform a.close img {
	vertical-align: middle;
	border: 0;
}

#sbmform div.title {
	float: none;
	margin: 10px 0;
	padding: 0 0 0 10px;
	font-weight: bold;
}

#sbmform div.social {
	margin: 0 5px 5px 5px;
	padding: 0;
	background-color: #fff;
	width: 98%;
	height: auto;
	float: left;
}

#sbmform div.social ul {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}

#sbmform div.social ul li {
	margin: 0 10px;
	padding: 5px 0;
}

#sbmform div.social ul li a,
#sbmform div.social ul li a :hover {
	padding: 2px 0 2px 22px;
	height: 12px;
	background-repeat: no-repeat;
	font-size: 12px;
	vertical-align: middle;
}

#sbmform a.google_bmarks {
	background-image: url(https://www.bento-za.com/img/bookmark/google_bmarks.gif);
}

#sbmform a.delicious {
	background-image: url(https://www.bento-za.com/img/bookmark/delicious.gif);
}

#sbmform a.yahoo_myweb {
	background-image: url(https://www.bento-za.com/img/bookmark/yahoo_myweb.gif);
}

#sbmform a.hatena {
	background-image: url(https://www.bento-za.com/img/bookmark/hatena.gif);
}

#sbmform a.livedoor_clip {
	background-image: url(https://www.bento-za.com/img/bookmark/livedoor_clip.gif);
}

#sbmform a.fc2 {
	background-image: url(https://www.bento-za.com/img/bookmark/fc2.gif);
}

#sbmform a.nifty_clip {
	background-image: url(https://www.bento-za.com/img/bookmark/nifty_clip.gif);
}

/*------------- ad -------------*/

@media screen and (min-width:1001px) {
	#side .ad.small {
		display: block;
	}

	#side .ad.large {
		display: none;
	}

	#side .ad.sp {
		display: none;
	}

	#content .ad.small {
		display: none;
	}

	#content .ad.large {
		display: none;
	}
}

@media screen and (max-width:1000px) {
	#side .ad.small {
		display: none;
	}

	#side .ad.large {
		display: block;
	}

	#side .ad.sp {
		display: none;
	}

	#content .ad.small {
		display: none;
	}

	#content .ad.large {
		display: block;
	}

}

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

	#side .ad.large {
		display: none;
	}

	#side .ad.sp {
		display: block;
	}

	#content .ad.small {
		display: block;
	}

	#content .ad.large {
	}
}

#side .ad {
	margin-bottom: 10px;
}

#side .ad ul {
	overflow: hidden;
}

#side .ad ul li {
	margin-bottom: 5px;
}

#side .ad li a img {
	border: 1px solid #CCC;
}

#content aside.ad {
	text-align: center;
	margin: 20px auto;
}

#content aside.ad img {
	width: 100%;
	height: auto;
	border: 1px solid #CCC;
}

/*------------- top-navi -------------*/
.breadcrumbs {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0px;
	font-size: 14px;
	padding: 10px 0;
}

.breadcrumbs ol {
	width: auto;
	display: block;
	margin: 0 10px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:first-child {
	padding: 0 1px 0 0;
	background-image: none;
	text-indent: 0;
	font-size: 14px;
}

.breadcrumbs li {
	padding: 0 4px 0 2px;
	background-image: url(https://www.bento-za.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -235px;
	text-indent: 10px;
	font-size: 14px;
}

.breadcrumbs a {
	color: #09F;
}

.breadcrumbs a.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000000;
}

/*------------- スクロールトップ -------------*/
#page-top {
	position: fixed;
	bottom: 35px;
	right: 10px;
	text-align: center;
	_width: 30px;
}

#page-top a {
	background: #161616;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: block;
	border-radius: 30px;
	padding: 5px 10px;
}

#page-top a:hover {
	text-decoration: none;
	background: #c9c9c9;
	color: #FFFFFF;
}

/*#content---------------------------------------*/
#content article {
	border: 1px solid #CCC;
	width: 680px;
}

@media screen and (max-width:1000px) {
	#content article {
		width: 100%;
	}
}

#content hgroup {
	padding: 7px;
	background: rgb(254, 255, 255);
	background: -moz-linear-gradient(top, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%);
	background: linear-gradient(to bottom, rgba(254, 255, 255, 1) 0%, rgba(210, 235, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=0);
}

#content h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 150%;
	font-weight: 900;
	text-shadow: 2px 2px 2px #EEE;
	color: #333333;
}

#content h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ff0066;
}

#content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #F0F0F0;
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #CCC;
}

#content h4 {
	color: #333;
	font-weight: bold;
}

#content p {
	line-height: 2em;
	margin-bottom: 1em;
}

#content h1.h1_top {
	color: #ff0066;
}

#content h2.h2_top {
	color: #3366cc;
}

#content h1 span {
	color: #ff0000;
}

#content .box strong {
	line-height: 20px;
	color: #F00;
}

#content .box em {
	color: #FF6600;
	font-style: normal;
}


/*top---------------------------------------*/
.top-info,
.box {
	padding: 20px;
	line-height: 1.8em;
}

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

	.top-info,
	.box {
		padding: 5px;
		line-height: 1.5em;
	}
}

h1.h1_top {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}

.top-info section {
	padding: 10px 0;
}

.top-info .area {
	overflow: hidden;
	margin-bottom: 20px;
	background: #F4F4F4;
	border-radius: 5px;
	padding: 10px;
}

.top-info .area li {
	float: left;
	width: 20%;
	margin-bottom: 8px;
}

.top-info .area li a {
	background-image: url(https://www.bento-za.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -513px;
	padding-left: 15px;
}

@media screen and (max-width:640px) {
	.top-info .area li {
		width: 33.3%;
		margin-bottom: 13px;
	}
}

@media screen and (max-width:420px) {
	.top-info .area li {
		width: 50%;
	}
}

.top li {
	background-image: url(https://www.bento-za.com/img/menu_icon.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}


@media screen and (min-width:421px) {
	img.left {
		float: left;
		margin-right: 10px;
	}

	img.right {
		float: right;
		margin-left: 10px;
	}
}

@media screen and (max-width:420px) {
	img.left, img.right {
		width: 100%;
	}
}

.center {
	text-align: center;
}

.info {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 20px;
	margin: 0 auto;
}

.info li {
	margin-bottom: 10px;
}

.info li a {
	display: block;
}


/*index---------------------------------------*/
#index {
	text-align: center;
}

#index dl {
	display: inline-block;
	margin: 0 auto 20px;
	border: 1px dotted #CCCCCC;
	background-color: #F4F4F4;
	padding: 10px;
	font-size: 14px;
	min-width: 270px;
	text-align: left;
}

#index dt {
	text-align: center;
	height: 30px;
}

#index dd {
	color: #999;
}

#index li {
	line-height: 2em;
	list-style-type: decimal;
	margin-left: 2em;
	color: #3399ff;
}

/*area---------------------------------------*/
.informer {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px dashed #FF9900;
	padding-left: 5px;
	letter-spacing: 1px;
}

.informer strong {
	display: block;
}

.rec-info {
	display: block;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.rec-info a {
	font-weight: bold;
	color: #FF0066;
	border-bottom: 1px dashed #333;
}

.rec-info img {
	float: right;
}

.rec-list {
	margin-bottom: 20px;
}

.rec-list li {
	color: #F00;
	font-size: 18px;
	line-height: 2em;
}

.rec-list li::before {
	content: "・";
	font-size: 18px;
}

dl.other_area {
	margin: 20px auto;
}

.other_area dt {
	display: block;
	border: 1px dotted #FF0066;
	margin-bottom: 5px;
	padding: 5px 8px;
	font-weight: bold;
	background-color: #FFFFCC;
}

.other_area dd {
	display: block;
}

.other_area dd ul {
	overflow: hidden;
	margin-left: 1em;
}

.other_area li {
	float: left;
	width: 20%;
}

.other_area li::before {
	content: "・";
}

@media screen and (max-width:480px) {
	.other_area li {
		width: 30%;
	}
}

#pr_girl {
	text-align: center;
	margin: 30px 0;
}

.h2_bg {
	text-align: center;
	margin-bottom: 10px;
}


p.chara {
	text-align: center;
}

p.chara em {
	display: inline-block;
	border: 3px double #F60;
	margin-bottom: 0px !important;
	padding: 3px 10px;
	font-weight: normal;
}

p.check {
	background-image: url(https://www.bento-za.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -452px;
	padding-left: 18px;
}

p.check a {
	color: #ff0099;
	border-bottom: 1px dotted #ff0099;
	text-decoration: none;
}

p.check a:hover {
	color: #3399FF;
	border-bottom: 1px dotted #3399FF;
}

/*#genrelist---------------------------------------*/
#genrelist {
	overflow: hidden;
	margin: 0px -3px;
}

@media only screen and (min-width:1001px) {
	#genrelist li {
		float: left;
		width: 33.3%;
	}
}

@media screen and (min-width:481px) and (max-width:1000px) {
	#genrelist li {
		float: left;
		width: 50%;
	}
}

@media screen and (max-width:480px) {
	#genrelist li {}
}

#genrelist li dl {
	margin: 3px 3px 10px;
	padding: 5px;
	background: #E8E8E8;
}
#genrelist li dt a img {
    width: 100%;
    height: auto;
}


#genrelist li dd {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	padding: 2px 2px 0px;
}

#photo {
	text-align: center;
	background: #E8E8E8;
	border: 1px solid #E8E8E8;
	margin: 10px 0px;
}

#photo img {
	width: 100%;
}

#qr {
	background-color: #FFFFCC;
	background-image: url(https://www.bento-za.com/img/bg_qr.gif);
	background-repeat: no-repeat;
	border: 5px solid #FFFFCC;
	margin-bottom: 10px;
}

#qr p {
	display: none;
}

@media screen and (max-width:780px) {
	#qr {
		display: none;
	}
}

#outline {
	padding: 5px;
	margin-bottom: 5px;
}

#outline em {
	font-style: normal;
	color: #FF0000;
}

#outline strong {
	color: #0066FF;
}

#outline a.outside {
	display: inline-block;
	font-weight: bold;
	border-bottom: 1px dotted #FF0066;
	padding-right: 15px;

	background-image: url(https://www.bento-za.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: right -400px;
	text-decoration: none;
	line-height: 1em;
}

#outline ul {
	margin-bottom: 1em;
	line-height: 2.5em;
}

#outline ul li {
	color: #ff0080;
}

#outline ul li::before {
	content: "・";
}



/*#featur---------------------------------------*/
#main .h2_feature {
	color: #0099ff;
}

.feature-list li {
	margin-bottom: 10px;
}

.feature-list li img {
	width: 100%;
	height: auto;
}

.feature-img {
	text-align: center;
	margin: 0px auto 20px;
	max-width: 480px;
}

dl.feature-site {
	display: block;
	margin: 10px 0px;
	padding-bottom: 20px;
}

.feature-site dt {
	display: block;
	border-bottom: 1px dotted #FF9933;
	margin-bottom: 10px;
}

.feature-site dd {
	display: block;
}

.feature-site dd ul {
	overflow: hidden;
	margin: 0px -5px;
}

.feature-site dd li {
	width: 33.3%;
	float: left;
}

.feature-site dd li a {
	display: block;
	margin: 0px 5px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	background: #E8E8E8;
}

/*#map---------------------------------------*/
#map {
	padding: 10px;
	overflow: hidden;
}

.map-box {
	width: 33.3%;
	float: left;
}

.map-box a {
	color: #06F;
}

#map h1 {
	background-repeat: repeat;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 5px double #060;
	color: #060;
	padding: 5px;
	font-size: 18px;
}

#map h2 {
	line-height: 20px;
	font-size: 16px;
	border-bottom: 1px solid #999;
	padding: 3px;
	font-weight: bold;
	margin: 5px 5px 10px;
	background: #f4f4f4;
}

#map h2 a {
	color: #0066FF;
	text-decoration: none;
}

#map h2 a em {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #FF0066;
}

#map dl {
	margin: 5px;
}

#map dt {
	display: block;
}

#map a {
	color: #FF6600;
	text-decoration: underline;
}

#map a:hover {
	color: #F36;
}

#map ul {
	margin-left: 3px;
}

#map li {
	display: block;
	line-height: 1.8em;
	font-size: 14px;
	background-image: url(https://www.bento-za.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -351px;
	padding-left: 10px;
}

#map li a {
	color: #0066FF;
}

@media screen and (max-width:740px) {
	#map {
		padding: 5px;
	}

	.map-box {
		width: auto;
		float: none;
	}

	#map h2 {
		margin: 0px;
	}
}

/*#f-link---------------------------------------*/

#f-link {
	border: 1px solid #CCC;
	margin: 20px 0px;
	padding: 5px;
	overflow: hidden;
}

#f-link h1 {
	margin-bottom: 10px;
	font-size: 16px;
}

#f-link dl {
	display: block;
}

#f-link dt {
	font-weight: bold;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	margin: 5px;
	padding-bottom: 5px;
}

#f-link ul {
	margin: 5px;
}

#f-link li {
	display: block;
	line-height: 2.5em;
	background-image: url(https://www.bento-za.com/img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -561px;
	padding-left: 15px;
}

#f-link a {
	color: #09F;
	text-decoration: none;
}

#f-link a:hover {
	color: #993399;
	text-decoration: underline;
}


/*　480*100ロングバナー　*/
.iframe-long {
	width: 480px;
	height: 100px;
	margin: auto
}

@media screen and (max-width:499px) {
	.iframe-long {
		width: 300px;
		height: 250px;
	}
}

.iframe-long iframe {
	width: 100%;
	height: 100%;
}


.index-list li:before {
	content: "・";
	color: #FF0066;
	font-weight: bold;
}

.index-list li ul {
	margin-left: 1em;
}

.index-list li ul li:before {
	color: #333;
	font-weight: normal;
}

/* CTA */
.cta {
	padding: 10px 10px 10px 5px;
	margin-bottom: 10px;
}

.cta a {
	text-decoration: none;
}

.btn-cta {
	color: #FFF !important;
	border-radius: 5px;
	display: block;
	height: auto;
	width: 500px;
	max-width: 96%;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #FF6600;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.btn-cta span {
	transition: 0.5s;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.btn-cta:hover {
	background: #990099;
}

.btn-cta:hover span {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	color: #FF0;
}

aside .title {
font-weight:bold;
padding:5px 0;
text-align:center;
background-color:#333;
color:#ff0;
margin-bottom:10px;
}

/***************************
 ダブルレクタング広告
****************************/
.ads-flexbox .item {
  flex-basis: auto;
  padding: 5px;
  margin: 0px;
  text-align: center;
}
.ads-flexbox .item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #CCC;
  border-radius: 5px;
}
@media ( min-width : 600px ){
  .ads-flexbox {
    display: flex;
  }
  .ads-flexbox .item {
    width: 50%;
  }
}
.inner300 {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 300/250;
	margin: auto;
}
.inner728{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}
.inner600{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 600px;
	aspect-ratio: 600/315;
}

/*広告表示*/
#header::after {
	content: url(https://www.bento-za.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.box.ad_display::before {
	content: url(https://www.bento-za.com/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin:1em 0 2em;
}
a.pr-txt-link::before {
	content: "PR";
	font-size: 10px;
	border-radius: 5px;
	padding: 0 5px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 5px;
    background-color: #3999ff;
    color: #fff;
}
a.btn-cta.pr-txt-link::before {
    background-color: #fff;
    color: #ff6600;
	font-size: 11px;
}
a.pr-img-link {
	position: relative;
	display: inline-block;
}

a.pr-img-link::before {
	content: "PR・18禁";
	background-color: #FFF;
    border: 1px solid #f00;
	padding: 0 3px;
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.label_ad {
	position: relative;
}
.label_ad::after{
    content: "AD";
    font-size: 11px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 6px;
    height:20px;
    line-height:20px;
}