@charset "utf8";
html,body,span,iframe,p,pre,img,strong,b,i,dl,dt,dd,ol,ul,li,form,label,video,h1,h2,h3 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1em;
	vertical-align:baseline;
	background:transparent;
	background-attachment: fixed;
	color:#666;
}
h1,h2,h3,h1>a,h2>a,h3>a { display:inline; }
li {
	text-align: center;
	list-style: none;
}

/*container*/
.container {
	width: 100vw;
	width: 100dvw;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	min-height: 100dvh;
	background-image:url("../img/cmn/bg_hrt.png");
	background-attachment: scroll;
	-webkit-background-size: auto;
	background-size: auto;
	background-color: rgb(248, 248, 248);
	background-position: 0% 0%;
	background-repeat: repeat repeat;
}
#header {
	display: block;
	text-align:center;
}
#main {
	width:90%;
	max-width:940px;
	margin: 0 auto 15px;
	display: block;
	flex: 1;
}
#footer {
	width: 100vw;
	width: 100dvw;
	display:inline-block;
	text-align: center;
	margin: auto 0px 0px;
	padding: 0px;
	background-image:url("../img/cmn/bg_br00.jpg");
	background-attachment: scroll;
	-webkit-background-size: auto;
	background-size: auto;
	background-position: 0% 0%;
	background-repeat: repeat repeat;
}

/*header*/
#obi {
	height: 48px;
	margin: 0px 0px 0%;
	width: 100%;
	background-image:url("../img/cmn/bg_br00.jpg");
	background-attachment: scroll;
	-webkit-background-size: auto;
	background-size: auto;
	background-position: 0% 0%;
	background-repeat: repeat repeat;
	display:inline-block;
}
.sel_lang {
	float: right;
	font-size: 0.9em;
	width: auto;
	text-align: right;
	line-height: 1em;
	margin: 0.5em 2em;
	padding: 0.2em;
}
.sel_lang select{
	width: 90px;
	height:30px
}
.top_head {
	display:flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	margin: 10px auto;
	width: 90%;
	max-width: 940px;
	flex-wrap:nowrap;
}
.left {
	float:left;
	display:block;
	height:100%;

}
.left a:hover { opacity: 0.7; }
.left a {
	display:inline-block;
	height:100%;
	width:auto;
	margin-right:20px;
}
.left a img {
	width: auto;
	height: 80%;
	margin:5% 0;
}
.left a:first-child img {
	width: auto;
	height: 100%;
	margin:0 0;
}
.right {
	width: auto;
	height:100%;
	float:right;
	display:inline-block;
}
.right>a>div {
	background-color: #F00;
	border-radius: 1em;
	width: auto;
	height:calc(100% - 20px);
	padding: 10px;
	display:inline-block;
}
.right>a>div>img {
	float:left;
	height: 100%;
	width: auto;
	color: #fff;
}
.right>a>div:hover {
	background-color: rgba(255, 0, 0, 0.7);
}
/*navi*/
.nav_head {
	display:flex;
	justify-content:space-between;
	float: none;
	height: auto;
	margin: 5px auto;
	width: 100%;
	max-width: 940px;
}
.nav_head>li {
	float: left;
	width: 24.5%;
	height: auto;
	border-radius: 0.75em;
	text-align: center;
	box-sizing: border-box;
	margin: 0px auto 10px;
}
.nav_head>li:nth-child(1) { background-color: #00a0e9; }
.nav_head>li:nth-child(2) { background-color: #F68CBC; }
.nav_head>li:nth-child(3) { background-color: #C17AF5; }
.nav_head>li:nth-child(4) { background-color: #F5A768; }
.nav_head>li>a {
	font-size: 0.9em;
	text-align: center;
	font-weight: 800;
	line-height: 1;
	margin: 0 auto;
	color: rgb(255, 255, 255);
	display:block;
	text-decoration:none;
	padding: 1.4em;
	letter-spacing:0.2em;
}
.nav_head>li:hover {
	opacity: 0.7;
	background-size: 18px;
	background-image:url("../img/cmn/bg.png");
}
/*contents*/
.main_con {
	width:100%;
	height:auto;
	display:flex;
	justify-content:space-between;
}
#new_con {
	width: 66%;
	height: auto;
	clear: none;
	border: 1px solid rgb(58, 58, 58);
	max-height: none;
	box-sizing: content-box;
	display:flex;
	flex-direction:column;
}

#side_contents {
	display:flex;
	flex-direction:column;
	float: right;
	box-sizing: content-box;
	border-radius:0.8em;
	width: 32%;
	height: auto;
	margin: 0;
	text-align:center;
	background-color: #a3dce9;
	background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
	background-size: 18px 18px; background-position: 0 0, 9px 9px;
}

#twi_bnr {
	margin: 10px 10px 0px 10px;
	clear: none;
	display:block;
}
#twi_bnr>a>img {
	border: 1px solid rgb(58, 58, 58);
	border-radius: 0.6em;
	max-width: 100%;
	height: auto;
}
.twitter_cookingmama {
	border-radius:0.8em;
	float: none;
	height: 260px;
	margin: 10px;
	overflow: hidden;
	width: auto ;
}
.twitter-timeline {
	width: auto ;
	height:	inherit;
	overflow:scroll;
}
iframe .twitter-timeline {
	width: auto ;
	height:	inherit;
	overflow:scroll;
}

#side_banners {
	float: right;
	height: auto;
	margin: 0px;
	clear: none;
	width: 32%;
	box-sizing: content-box;
	text-align:center;
	display:flex;
	flex-direction:column;
}
#side_banners>li {
	width:100%;
	margin:0 auto 1em;
	display:inline-block;
}
#side_banners>li>a>img {
	max-width: 100%;
	height: auto;
	border: 1px solid rgb(58, 58, 58);
}
#side_banners>li:last-child {
	display:inline-block;
}

/*flex list*/
.content_list {
	clear: both;
	display: inline-block;
	margin: 30px auto;
}

.fl_list {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	row-gap: 10px;
	column-gap: 1%;
}
.fl_list>li{
	width:32%;
}
.fl_list a{
	float: left;
	box-sizing: border-box;
}
.fl_list>li>a>img {
	border: 1px solid rgb(58, 58, 58);
	height: auto;
	max-width: 100%;
}
.fl_list>li>img {
	height: auto;
	max-width: 100%;
}

/*footer*/
.copy_ftnav {
	float: none;
	width: 90%;
	max-width: 940px;
	margin:0.5em auto;
	display:inline-block;
}
.copy_ftnav>ul {
	float: left;
	margin:0.5em 0;
	clear: none;
	width: 100%;
	display:flex;
	background:rgba(255,255,255,0.7);
	border-radius: 0.8em;
}
.copy_ftnav>ul>a{
	margin: 0.5em 20px 0.5em 0.5em;
	float:left;
}
.copy_ftnav>ul>li>a,.copy_ftnav>ul>li>a:visited {
	color:#666;
}
.copy_ftnav>ul>a>img{
	margin: 0;
	width:auto;
	height:50px;
}
.copy_ftnav>ul>li{
	float: left;
	font-size:0.7em;
	text-align: left;
	margin: 0px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-box-align: center;
	box-align: center;
}
.copy_ftnav>ul>li>a{
	margin: 0;
	display:block;
	text-decoration: none;
}
.copy_ftnav>ul>li:last-child{
	float:right;
	text-align:right;
	margin-left: auto;
}

.pt {
	visibility: hidden;
	display: none;
}

.title_style {
	width: 100%;
	margin: 0% auto 2.5%;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: 600;
	letter-spacing:0.2em;
	height: auto;
	text-align: left;
	padding: 1em 1.2em;
	border-radius: 0.75em;
	display: block;
	max-width: 940px;
	color: rgb(255, 255, 255);
	box-sizing: border-box;
}
.ar_news{
	position:relative;
}
.ar_news>img{
	width: 100%;
	height: auto;
}
.ar_news p{
	position: absolute;
	top:0.5em;
	right: 0.5em;
	width:360px;
	color: #fc01c1;
	font-size: 1rem;
	line-height:1.4;
	letter-spacing:0.02em;
	text-align:right;
	font-weight:800;
	margin: 0!important;
	padding: 0!important;
	text-shadow: 0px 0px 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
	0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
	0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
	0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
	0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
	0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
	0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
	0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
	0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.ar_news>.an_ico,
.ar_news>.an_mlg,
.ar_news>.an_rup,
.ar_news>.an_nme,
.ar_news>.an_btm,
.ar_news>.an_ttl { position: absolute; }
.ar_news>.an_ico>img,
.ar_news>.an_mlg>img,
.ar_news>.an_rup>img,
.ar_news>.an_nme>img,
.ar_news>.an_ttl>img,
.ar_news>.an_btm>img {
	height:auto;
	width:100%;
}
.ar_news>.an_ico{
	top: 1%;
	left: 3%;
	width:64px;
}
.ar_news>.an_mlg{
	top: 1.2%;
	left: 15%;
	width: 148px;
}
.ar_news>.an_rup{
	top: 1.7%;
	right: 0%;
	width: 370px;
}
.ar_news>.an_nme{
	top: 19%;
	right: 0;
	left: 0;
	width: 325px;
	margin:auto;
}
.ar_news>.an_ttl{
	bottom: 8.6%;
	right: 0;
	left: 0;
	width: 470px;
	margin: auto;
}
.ar_news>.an_btm{
	bottom: 0.5%;
	right: 0;
	left: 0;
	width: 470px;
	margin: auto;
}

@media only screen and (max-width: 1028px) {
	#main {
		margin: 0 auto 5px;
	}
	.twitter_cookingmama {
		height: calc(100vw/4.2);
	}
	.top_head {
		height: calc(100vw/14);
		margin: calc(100vw/170) auto;
	}
	.nav_head {
		margin: 0px auto;
	}
	.nav_head > li {
		margin: 0px auto 5px;
	}
	.content_list {
		margin: 10px auto;
	}
	.ar_news p{
		top:0.7vw;
		right: 0.5vw;
		width:36vw;
		font-size: 1.6vw;
		text-shadow: 0px 0px 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff,
		0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff,
		0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff,
		0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff,
		0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff,
		0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff,
		0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff,
		0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff,
		0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff, 0 0 0.3vw #fff;
	}
	.ar_news>.an_ico{ width:6vw; }
	.ar_news>.an_mlg{ width: 14vw; }
	.ar_news>.an_rup{ width: 35.5vw; }
	.ar_news>.an_nme{ width: 32vw; }
	.ar_news>.an_ttl{ width: 46vw; }
	.ar_news>.an_btm{ width: 46vw; }
}

@media only screen and (max-width: 768px) {
	.top_head {
		justify-content: space-between;
		height: auto;
		margin: auto;
		flex-flow: column;
	}
	.top_head>.left {
		height: 80px;
		width:100%;
		margin-bottom:10px;
		text-align:left;
	}
	.top_head>.right {
		width:100%;
	}
	.top_head>.right>a>div {
		height: 20%;
		width:calc(100% - 10px);
		text-align:left;
		padding: 5px;
		border-radius: 0.7em;
	}
	.nav_head {
		flex-wrap : wrap;
		justify-content:space-around;
	}
	.nav_head>li {
		width:49.5%;
		margin: 0px 0px 5px;
		border-radius: 0.5em;
	}
	.nav_head > li > a {
		padding: 0.8em 0;
	}
	.main_con {
		width:100%;
		height:auto;
		display:flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	#new_con {
		height: auto;
		width: 100%;
		clear: none;
		min-height: 0px;
		margin-top: 0px;
		margin-left: 0%;
	}
	#side_contents {
		clear: both;
		width: 100%;
		margin-top: 10px;
		margin-left: 0%;
		height: auto;
	}
	#side_banners>li:last-child {
		display:none;
	}
	#twi_bnr {
		display:none;
	}
	.twitter_cookingmama {
		float: none;
		clear: none;
		height: 230px;
		margin: 10px auto;
		width: 95%;
	}
	#side_banners {
		width: 100%;
		flex-direction:row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap:1px 1px;
	}
	#side_banners>li {
		width:49%;
		margin: 3% 0;
	}
	.copy_ftnav > ul {
		margin: 0.2em 0;
		flex-direction: column;
	}
	.copy_ftnav>ul>li{
		font-size:1em;
		margin: 0px 1em 0.5em;
	}
	.title_style {
		margin-top: 10px;
		font-size: 1.2em;
	}
	.ar_news p{
		top:1.5vw;
		right: 1vw;
		width:54vw;
		font-size: 2.2vw;
		text-shadow: 0px 0px 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff,
		0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff,
		0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff,
		0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff,
		0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff,
		0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff,
		0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff,
		0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff,
		0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff, 0 0 0.5vw #fff;
	}
	.ar_news>.an_ico{ width: 9vw; }
	.ar_news>.an_mlg{ width: 21vw; }
	.ar_news>.an_rup{ width: 53vw; }
	.ar_news>.an_nme{ width: 48vw; }
	.ar_news>.an_ttl{ width: 70vw; }
	.ar_news>.an_btm{ width: 70vw; }
}
@media only screen and (max-width: 620px) {
	.top_head>.right {
		width:100%;
	}
	.top_head>.right>a>div>img {
		height: auto;
		width:100%;
	}
}
@media only screen and (max-width: 480px) {
	.container {
		min-width: 320px;
		width: 100%;
	}

	#new_con {
		height: auto;
		width: 100%;
		clear: none;
		min-height: 0px;
		margin-top: 0px;
		margin-left: 0%;
	}

	#side_contents {
		clear: both;
		margin: 10px 0%;
		height: auto;
		width: 100%;
		float: left;
	}
	#side_banners {
		clear: both;
		margin: 10px 0%;
		height: auto;
		width: 100%;
		float: left;
	}
	#side_banners>li {
		width:100%;
		margin: 0 0 5px;
	}
	.pt {
		visibility: visible;
		display:inline-block;
		float: left;
		font-size: 0.7em;
		width: 5%;
		height: auto;
		text-align: center;
		font-weight: normal;
		line-height: 1em;
		clear: none;
		background-color: #00a0e9;
		border-radius: 20px;
		padding: 10px;
		color: #fff;
		position: fixed;
		top: 50%;
		left: 85%;
		z-index: 10;
		bottom: auto;
		right: auto;
		border: 1px solid #ccc;
		text-decoration: none;
	}
	.pt>a {
		color:#fff;
		text-decoration: none;
	}
	.content_list {
		width:100%;
		text-align:center;
	}
	.fl_list {
		display:flex;
		width:100%;
		flex-direction:column;
		justify-content: center;
	}
	.fl_list>li {
		width:auto;
		margin: 0 auto;
	}
	.title_style {
		margin-top: 10px;
		font-size: 1em;
	}
	.copy_ftnav>ul>li{
		font-size:1em;
		margin: 0px 1em 1em;
	}
}
