@charset "utf-8";

/*for print hide navi*/
@media print {
	#sideNavi {
		display: none;
	}
}
@media screen {
	#sideNavi {
		position: fixed;
		top: 200px;
		right: 0;
		width: 80px;
		border-bottom: 1px solid #333;
		z-index: 99;
	}
	#sideNavi li {
		font-family: 'Roboto';
		font-size: 0.8em;
		border-top: 1px solid #333;
		border-left: 1px solid #333;
		text-align: center;
	}
	#sideNavi li a {
		display: block;
		padding: 15px 10px;
		color: #000;
	}
	#sideNavi li a:hover {
		background-color: #fff;
	}
	#nextBtn {
		position: absolute;
		top: 450px;
		right: -60px;
		width: 44px;
		height: 44px;
		background-image: url('../images/navi_r.png');
		background-position: 0 0;
		background-repeat: none;
		cursor: pointer;
		display: none;
		z-index: 99;
	}
	#nextBtn:hover {
		background-position: 44px 0;
	}
	#prevBtn {
		position: absolute;
		top: 450px;
		left: -60px;
		width: 44px;
		height: 44px;
		background-image: url('../images/navi_l.png');
		background-position: 0 0;
		background-repeat: none;
		cursor: pointer;
		display: none;
		z-index: 99;
	}
	#prevBtn:hover {
		background-position: -44px 0;
	}
}
@media screen and (max-width: 1200px) {
	#sideNavi {
		display: none;
	}
	#nextBtn {
		right: -22px;
	}
	#prevBtn {
		left: -22px;
	}
}
.g{
    font-family: 'Open Sans';
}
#contentsArea {
	width: 100%;
	height: 100%;
	font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','BIZ UDPGothic', Meiryo, 'MS PGothic', sans-serif;
	position: relative;
	text-align: left;
}
#contentsAreaInner {
	margin: 0 auto;
	width: 967px;
	min-height: 500px;
	position: relative;
	padding-bottom: 30px;
}
#grid_container {
	margin: 0 auto;
	width: 967px;
	height: auto;
	position: relative;
	overflow: hidden;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center 300px;
	left: 3px;
	box-sizing: border-box;
}
#grid_container:before{
	content: "";
	display: block;
	padding-top: 100%;
}
#loadingBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99;
	background-color: #eeedea;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center 300px;
}
.hide {
	display: none;
}

/* ideas box */

.Sbox {
	/*float:left;*/
	width: 114px;
	height: 114px;
	margin: 3px;
	overflow: hidden;
	font-weight: 300;
}
.Sbox a, .Lbox a {
	font-family: 'Roboto', 'Hiragino Kaku Gothic ProN','Hiragino Sans','BIZ UDPGothic', Meiryo, 'MS PGothic', sans-serif;
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: .7em;
	font-weight: 600;
	line-height: 1.4em;
	font-feature-settings : "palt";
}
.Sbox a {
	/*hit area for iphone and ipad */
	width: 94px;
	height: 94px;
}
.Sbox a:hover, .Lbox a:hover {
	color: #000;
}
.Sbox span.id {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	padding-bottom: 10px;
	display: block;
	color: #ddd;
}
.Sbox span.fav {
	display: none;
}
.Sbox img {
	display: none;
}

/* style box */

.Lbox {
	/*float:left;*/
	width: 187px;
	height: 187px;
	margin: 3px;
	overflow: hidden;
	position: relative;
}
.Lbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -94px;
	margin-left: -94px;
}
.Lbox.top {
	width: 234px !important;
	height: 234px !important;
	margin: 3px;
}
.Lbox span {
	display: none;
}
#lifeStyle {
	display: none;
}
.lifeBox {
	width: 187px;
	height: 530px;
	margin: 3px;
	overflow: hidden;
	position: relative;
}
.lifeBox img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.lifeBox img.on {
	z-index: 2;
	display: none;
}

/* header */

#header {
	width: 100%;
	padding: 20px 0 14px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*	border:1px solid #000;*/
}
#logo {
	/*	float: left;*/
	width: 298px;
	height: 50px;
}

/* header navigation */

#hdNavi {
	display: flex;
	justify-content: space-between;
	width: 620px;
	height: 64px;
	list-style-type: none;
}
#hdNavi li {
	position: relative;
	height: 50px;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #f2f2ed;

	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14.5px;
	font-weight: bold;
	box-sizing: border-box;
}
#hdNavi li a {
	color: #000;
	text-decoration: none;
	display: block;
}
#hdNavi li span.find {
	font-size: 0.8em;
}
#hdNavi li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 50%;
	left: 20px;
	margin-top: -8px;
	background-image: url(../images/navico_grid.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#hdNavi li:hover a:before, #hdNavi li.on a:before {
	content: '';
	background-image: url(../images/navico_grid_color.svg);
}
#hdNavi li:hover, #hdNavi li.on {
	background-color: rgba(255, 255, 255, 0.8);
}
#hdNavi li:after, #hdNavi li:before, #hdNavi li:hover:after, #hdNavi li:hover:before, #hdNavi li.on:after, #hdNavi li.on:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#hdNavi li:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #f2f2ed;
	border-width: 6px;
	margin-left: -6px;
}
#hdNavi li:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 7px;
	margin-left: -7px;
}
#hdNavi li:hover:after, #hdNavi li.on:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
#hdNavi li:hover:before, #hdNavi li.on:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 11px;
	margin-left: -11px;
}
#nstyle {
	width: 48%;
}
#ntheme {
	width: 48%;
}
#nproduct {
	width: 48%;
}

/*idea navi theme and product */

#ideaNavi ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
	opacity:1;
}
#ideaNavi ul.off{
	opacity: 0;
}
#ideaNavi li {
	margin: 1px;
	width: 105px;
	height: 105px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center 35%;
	position: relative;
}
#ideaNavi li a {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #000;
	font-size: 0.76em;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
}
#ideaNavi li:hover:after, #ideaNavi li.on:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

/* select reform */

#product li.rfm {}

/* set up icon */

li#eco {
	background-image: url(../images/ico_eco.svg);
}
li#eco:hover, li#eco.on {
	background-color: #79bd20 !important;
}
li#eco:hover:after, li#eco.on:after {
	border-top-color: #79bd20 !important;
}
li#house {
	background-image: url(../images/ico_house.svg);
}
li#house:hover, li#house.on {
	background-color: #5cc8c7 !important;
}
li#house:hover:after, li#house.on:after {
	border-top-color: #5cc8c7 !important;
}
li#family {
	background-image: url(../images/ico_family.svg);
}
li#family:hover, li#family.on {
	background-color: #ff8100 !important;
}
li#family:hover:after, li#family.on:after {
	border-top-color: #ff8100 !important;
}
li#child {
	background-image: url(../images/ico_child.svg);
}
li#child:hover, li#child.on {
	background-color: #ff7aab !important;
}
li#child:hover:after, li#child.on:after {
	border-top-color: #ff7aab !important;
}
li#storage {
	background-image: url(../images/ico_storage.svg);
}
li#storage:hover, li#storage.on {
	background-color: #9f78cf !important;
}
li#storage:hover:after, li#storage.on:after {
	border-top-color: #9f78cf !important;
}
li#health {
	background-image: url(../images/ico_health.svg);
}
li#health:hover, li#health.on {
	background-color: #ff7aab !important;
}
li#health:hover:after, li#health.on:after {
	border-top-color: #ff7aab !important;
}
li#disaster {
	background-image: url(../images/ico_disaster.svg);
}
li#disaster:hover, li#disaster.on {
	background-color: #ff8100 !important;
}
li#disaster:hover:after, li#disaster.on:after {
	border-top-color: #ff8100 !important;
}

/*
li#security {
	display: none;
	background-image: url(../images/ico_security.svg);
}
*/

li#barrierfree {
	background-image: url(../images/ico_barrierfree.svg);
}
li#barrierfree:hover, li#barrierfree.on {
	background-color: #ff8100 !important;
}
li#barrierfree:hover:after, li#barrierfree.on:after {
	border-top-color: #ff8100 !important;
}
li#reform {
	background-image: url(../images/ico_reform.svg);
}
li#reform:hover, li#reform.on {
	background-color: #5cc8c7 !important;
}
li#reform:hover:after, li#reform.on:after {
	border-top-color: #5cc8c7 !important;
}

/* idea navi products icons */

li#sun {
	background-image: url(../images/ico_sun.svg);
}
li#sun:hover, li#sun.on {
	background-color: #79bd20 !important;
}
li#sun:hover:after, li#sun.on:after {
	border-top-color: #79bd20 !important;
}
li#water {
	display: none;
	background-image: url(../images/ico_water.svg);
}
li#water:hover, li#water.on {
	background-color: #79bd20 !important;
}
li#water:hover:after, li#water.on:after {
	border-top-color: #79bd20 !important;
}
li#light {
	background-image: url(../images/ico_light.svg);
}
li#light:hover, li#light.on {
	background-color: #ff8100 !important;
}
li#light:hover:after, li#light.on:after {
	border-top-color: #ff8100 !important;
}
li#kitchen {
	background-image: url(../images/ico_kitchen.svg);
}
li#kitchen:hover, li#kitchen.on {
	background-color: #ff7aab !important;
}
li#kitchen:hover:after, li#kitchen.on:after {
	border-top-color: #ff7aab !important;
}
li#bath {
	background-image: url(../images/ico_bath.svg);
}
li#bath:hover, li#bath.on {
	background-color: #ff7aab !important;
}
li#bath:hover:after, li#bath.on:after {
	border-top-color: #ff7aab !important;
}
li#wash {
	background-image: url(../images/ico_wash.svg);
}
li#wash:hover, li#wash.on {
	background-color: #5cc8c7 !important;
}
li#wash:hover:after, li#wash.on:after {
	border-top-color: #5cc8c7 !important;
}
li#toilet {
	background-image: url(../images/ico_toilet.svg);
}
li#toilet:hover, li#toilet.on {
	background-color: #5cc8c7 !important;
}
li#toilet:hover:after, li#toilet.on:after {
	border-top-color: #5cc8c7 !important;
}

/*
li#air {
	display: none;
	background-image: url(../images/ico_air.svg);
}
*/

li#inner {
	background-image: url(../images/ico_inner.svg);
}
li#inner:hover, li#inner.on {
	background-color: #79bd20 !important;
}
li#inner:hover:after, li#inner.on:after {
	border-top-color: #79bd20 !important;
}
li#info {
	background-image: url(../images/ico_info.svg);
}
li#info:hover, li#info.on {
	background-color: #ff8100 !important;
}
li#info:hover:after, li#info.on:after {
	border-top-color: #ff8100 !important;
}
li#prev {
	display: none;
	background-image: url(../images/ico_prev.svg);
}
li#store {
	background-image: url(../images/ico_store.svg);
}
li#store:hover, li#store.on {
	background-color: #79bd20 !important;
}
li#store:hover:after, li#store.on:after {
	border-top-color: #79bd20 !important;
}
li#struct {
	display: none;
	background-image: url(../images/ico_struct.svg);
}
li#struct:hover, li#struct.on {
	background-color: #ff8100 !important;
}
li#struct:hover:after, li#struct.on:after {
	border-top-color: #ff8100 !important;
}

/* footer */

#footer {
	width: 100%;
	height: 140px;
	margin-top: 40px;
	background-color: #f2f4f3;
}
.deselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}
#rankingbg {
	background: url(../images/rankingbg.png) no-repeat center top;
	position: absolute;
	top: 101px;
	left: 0;
	width: 960px;
	height: 700px;
	z-index: 0;
	display: none;
}
#myfav {
	width: 100%;
	display: none;
	background-color: #f4f4f4;
}
#myfavInner {
	width: 960px;
	max-height: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#myfavInner h3 {
	padding: 20px 0;
	font-size: 0.9em;
	font-family: 'Roboto', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#myfavBox .fixedpos {
	float: left;
}
#footerNavi {
	width: 100%;
	position: relative;
}
#footerNaviInner {
	display: block;
	width: 960px;
	margin: 5px auto;
	position: relative;
	padding-bottom: 10px;
}
#footerNavi ul {
	display: block;
	float: right;
}
#footerNavi li {
	float: left;
	margin: 0;
	padding: 5px 20px;
	border-left: 1px solid #666;
	font-family: 'Roboto';
	font-size: 0.8em;
	text-align: center;
}
#footerNavi li:last-child {
	border-right: 1px solid #666;
}
#footerNavi li a {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}
#footerNavi li a:hover {
	color: #666;
}
@media screen and (max-width:640px), screen and (orientation: portrait) {
	html, body {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 320px !important;
		margin: 0 auto !important;
	}
	#page {
		width: 100%;
		min-width: 320px !important;
		margin: 0 auto !important;
	}
	div#fs01-header-area, div#fs01-site-header-area, div#fs01-logo-area, div#fs01-main-navigation-area, p#fs01-breadcrumbs, div#fs01-content-area, div#fs01-footer-area {
		margin-left: auto;
		margin-right: auto;
		padding-left: 12px;
		padding-right: 12px;
		width: 100%;
		zoom: 1;
	}
	div.ga2012_breadcrumbs {
		width: 100% !important;
		display: none;
	}
	#browsebar-wrapper {
		display: none;
	}
	#contentsAreaInner {
		margin: 0 auto;
		width: 100%;
		min-height: 500px;
		position: relative;
		padding-bottom: 30px;
	}
	#grid_container {
		margin: 0 auto;
		left: 0;
		width: 100%;
		max-width: 360px;
		position: relative;
		overflow: hidden;
		background-image: url(../images/loading.gif);
		background-repeat: no-repeat;
		background-position: center 300px;
	}
	#logo {
		display: block;
		margin: 0 auto 10px !important;
		float: none;
		width: 260px;
		height: auto;
	}
	#logo img {
		width: 100%;
		height: auto;
	}
	/* header navigation */
	#hdNavi {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 360px;
		margin: 5px auto !important;
		height: auto;
		list-style-type: none;
		box-sizing: border-box;
	}
	#hdNavi li {
		width:49.5%;
		font-size: 13px;
		line-height: 1.3em;
		padding: 13px 10px;
	}
	#hdNavi li a {
		padding-left: 15px;
	}
	#hdNavi li span.find {
		font-size: 0.9em;
	}
	#hdNavi li a:before {
		left: 10px;
		width: 13px;
		height: 13px;
	}
	/*idea navi theme and product */
	#ideaNavi ul {
		width: 100%;
		max-width: 360px;
		/*		display: none;*/
		margin: 0 auto 10px;
		flex-wrap: wrap;
	}
	#ideaNavi li {
		width: 32.5%;
		text-align: center;
		font-size: 0.76em;
		margin: 1px;
		height: auto;
		background-image: url();
		border:1px solid #ccc;
		border-radius: 3px;
		box-sizing: border-box;
	}
	#ideaNavi li a {
		font-size: 13px;
	}
	#ideaNavi li:hover a, #ideaNavi li.on a {
		color:#fff;
	}
	#ideaNavi li:hover:after, #ideaNavi li.on:after {
		display: none;
	}
	#footerNavi {
		width: 100%;
		position: relative;
		display: none;
	}
	#footerNaviInner {
		display: block;
		width: 100%;
		margin: 5px auto;
		position: relative;
		padding-bottom: 10px;
	}
	#myfavInner {
		width: 100%;
		max-width: 360px;
		max-height: 400px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	#rankingbg {
		width: 100%;
		max-width: 360px;
		height: 700px;
	}
	#lifeStyle {
		display: none;
		left: 4px;
	}
	.lifeBox {
		width: 31%;
		height: 330px;
		margin: 3px;
		overflow: hidden;
		position: relative;
	}
	.lifeBox img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.lifeBox img.on {
		z-index: 2;
		display: none;
	}
}

/*
@media screen and (max-width:320px), screen and (orientation: portrait) {
	.Sbox {
		width: 97px;
		height: 97px;
		margin: 2px;
	}
	.Sbox a, .Lbox a {
		padding: 8.5px;
		color: #fff;
		text-decoration: none;
		font-size: 0.64em;
		line-height: 1.19em;
	}
	.Sbox a {
		width: 79px;
		height: 79px;
	}
	.Sbox span.id {
		font-weight: 300;
		font-size: 1.36em;
		padding-bottom: 8px;
	}
	.Lbox {
		width: 158px;
		height: 158px;
		margin: 2px;
	}
	.Lbox img {
		width: 100%;
		height: 100%;
		margin-top: -50%;
		margin-left: -50%;
	}
	.Lbox.top {
		width: 198px !important;
		height: 198px !important;
		margin: 2px;
	}
	.lifeBox {
		width: 158px;
		height: 450px;
		margin: 2px;
	}
}*/