@charset "Shift_JIS";

html {
	font-size: 62.5%;
	text-size-adjust: 100%;
}

body {
	margin: 0px 0px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 24px;
	font-size: 2.4em;
	color:#111;
	max-height: 100%;
}
div#all	{
	background-color:#900;
	background-image: url("../images/nrfbk.png");
	background-repeat: no-repeat;
	background-position: right bottom 30px;
	background-attachment: fixed;
}

.wrapper{
	min-height: 100vh;
	position: relative;/*←相対位置*/
	padding-bottom: 18px;/*←footerの高さ*/
	box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	z-index:1;
/*	background: linear-gradient(45deg,#000,90%,transparent);
	background:-ms-linear-gradient(45deg,transparent,#000000 ); /* IE */
}

ul	{padding:0;}

div#main	{
	max-width:1280px;
	margin:0px auto;
	z-index:2;
}

div#header	{
	position: relative;
	text-align:center;
	background: linear-gradient(50deg, #c00,60%,#200);
	height:70px;
	padding-top:10px;
	overflow: hidden;
}
.viewer	{
	max-width:1280px;
/*	margin-bottom:0px;*/
}

div#menuline	{
	height: 32px;
	padding-top:5px;
	margin-top:1px;
	max-width:1280px;
	font-size: 0;
	color:#fff;
	position: relative;
	z-index:3;
	background-color: #000;
}

.menu1 ul {
	list-style-type: none;
	margin-left:0;
}

.menu1 li {
	display: inline-block;
	width: 15%;
	height: 28px;
	text-align: center;
	font-size: 1.6rem;
	margin-right: 2%;
	background: linear-gradient(180deg,#f66,50%,#600);
	background:-ms-linear-gradient(150deg,#660000,#ff6666 ); /* IE */
	}	

.menu1 a {
	display:block;
	height:100%;
	width:100%;
	color:#fff;
	text-decoration:none;
}

.menu1 a:hover {
	color:#ff6;
	background: linear-gradient(180deg,#f99,50%,#600);
	background:-ms-linear-gradient(150deg,#660000,#ff9999 ); /* IE */
}

div#tile_menu {
	text-align: center;
	font-size: 0;
	margin: 0px 0px;
}

.tile ul {
	list-style-type: none;
}

.tile li {
	display: inline-block;
	margin: 5px 5px;
	font-size: 1.6rem;
	padding-bottom:0px;
}

.tile img {
	width: 15vw;
	max-width:196px;
	vertical-align:bottom;
	min-width:140px;
	max-height:66px;
	object-fit: cover;
	object-position: center bottom;
}

.tile a {
	display:block;
	width:100%
	height:100%;
	border: solid 2px #ccf;
	border-color: #fcc #933 #933 #fcc;
}

.tile a:hover {
	border: solid 2px #ccf;
	border-color: #933 #eaa #daa #933;
	position: relative; /* ポジション移動 */
	top: 1px; /* 1px 下に移動 */
	left: 1px; /* 1px 右に移動 */
}

div#products	{
	margin: 10px 0px 0px 0px;
/*	border:2px outset #f00;*/
}

.productmenublock {
    display:none;
	margin:5px 5px;
}

div#infoblock	{
	display: flex;
	flex-direction: column;
	margin-top:10px;
}

.newstopics	{
	height:240px;
	width:100%;
	background-color: #555;
/*	margin-bottom:10px;
	padding-bottom:10px;*/
	position: relative;
}

.oshirasewrapp	{
	position: absolute;
	/*padding-top: 100px;*/
	height:100px;
	width: 95%;
	background-color:#aaa;
	margin: 10px 16px;
	bottom:0px;
	left:0px;
	
}

.topic {
	line-height:1.4;
	margin:0px 0px;
	font-size:1.2rem;
	padding:10px 20px;
	color:#f00;
	background-color:#999;
}

.snsview	{
	height:590px;
	width:100%;
	background-color: #333;
	margin-left:0px;
}


footer	{
	width: 100%;
	background: linear-gradient(160deg, #900,70%,#300);
	color: #f99;
	text-align: center;
	padding: 0px 0;
	font-size:18px;
	text-shadow: 1px 1px 2px #000;

	position: absolute; /*←絶対位置75%,*/
	bottom: 0; /*下に固定*/
}

.footspace	{
	height:140px;
}
	
h3	{
	font-size:2.4rem;
	padding:8px 6px 2px;
	margin: 0px;
	color: #fff;
	background: linear-gradient(to right, #700, #f33);
	height:40px;
}

h4	{
	font-size:1.4rem;
	padding: 0px 0px;
	color: #ff0;
	margin: 5px 10px;

}

.rightbox	{
	float:right;
	width:30px;
	color:#f00;
	font-size:3.1rem;
	font-weight:bold;
	text-align:center;
	background-color:#000;
	height:50px;
	margin-top:0px;
}

.rotate	{
	width:58px;
	font-size:4rem;
	line-height:1.16;
	padding:0px 0px;
	margin-right: 1px;
}

.rotate label {
	display: inline-block;
	transform: rotate(90deg);
	cursor: pointer;
}
/*.
/*
.new:after {
  content: "NEW!";
  font-size: .75em;
  background: #ccc;
  color: #fff;
  padding: 2px 3px 2px;
  margin-left: 5px;
  border-radius: 5px;
}*/


/* ================================================= */
/* ■段組構成（画面の幅が640px以上ある広い場合限定） */	
/* ================================================= */
@media all and (min-width: 640px) {

.tile img {
	max-height:196px;
	}

.menu1 li {
	font-size:1.8rem;
	}
	
}


/* ================================================= */
/* ■段組構成（画面の幅が1024px以上ある広い場合限定） */	
/* ================================================= */
@media all and (min-width: 1024px) {

html {

}


.menu1 li {
	font-size:2.2rem;
	}
	

div#infoblock	{
	flex-direction: row;
	max-width: 1280px;
	/*height: 340px;*/
	}

.snsview	{
	width:470px;
	min-width:470px;
	margin-left:5px;
	height:586px;
    }

.newstopics	{
	height:586px;
	max-width:800px;
	margin-right:3px;
	margin-bottom:0px;
	}

.oshirasewrapp	{
	/*padding-top: 300px;*/
	height:300px;
}

}


