@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   https://www.alistapart.com/articles/fluid-images/ 
*/

/* Font-size 基準16px(○px/16px=○em)
40px=2.5em
34px=2.125em
32px=2em
30px=1.875em
28px=1.75em
26px=1.625em
24px=1.5em
20px=1.25em
18px=1.125em
16px=1em
14px=0.875em
13px=0.8125em
12px=0.75em
11px=0.6875em
10px=0.625em
*/

@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

body {
	background: white;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
}

img, object, embed, video {
	max-width: 100%;
}

p, span {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

#page-top {
	position: fixed;
	bottom: 0;
	right: 1px;
	font-size: 77%;
	z-index: 99999999;
}

#page-top a {
	background: #1d1f22;
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: bold;
	width: 40px;
	height: 25px;
	padding: 10px;
	line-height: 25px;
	text-align: center;
	display: block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#page-top a:hover {
	background: black !important;
}

#page-top a:visited {
	background: #1d1f22;
}

main {
	color: #2d2d2d;
	display: block;
}

article {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

section {
	clear: both;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

/* モバイルレイアウト:480pxおよびそれ以下 */
/* header */
/*********************************************************/
.inner {
	width: 1200px;
	margin: 0 auto;
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}
 
/* header */
header {
	background: white;
}

#top-head .itemList {
	background: #f7b52c;
	padding: 5px;
	text-align: center;
	overflow:	hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}

#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}

#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}

#top-head .inner {
	position: relative;
}

#top-head .logo {
    float: left;
    font-size: 36px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}

#global-nav ul li {
	float: left;
}

#global-nav ul li a {
	padding: 0 30px;
}
 
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}

#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 30px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	border-radius: 3px;
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: white;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 9px;
}

#nav-toggle span:nth-child(3) {
	top: 18px;
}
/****************************************************/

/************************************************************/
/* header *//* header */
#top-head,
.inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#top-head {
	border-top: 0px solid	#bf0000;
	background: black;
	top: 0;
	margin-top: 0;
	position: fixed;
}

/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: black;
	position: fixed;
}

#mobile-head {
	background: black;
	width: 100%;
	height: 45px;
	z-index: 999;
	position: relative;
}

#top-head.fixed .logo, #top-head .logo {
    display: none;
}

#top-head .logo-sp {
    display: block;
    font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 11px 5px 0;
    padding: 0;
    position: absolute;
    width: 40%;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -510px;
	right: 0;
	background: #ededed;
	width: 40%;
	text-align: center;
	padding: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
}

#global-nav ul li {
	float: none;
	position: static;
	font-size: 12px;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	background: black;
	color: white;
	width: 100%;
	display: block;
	padding: 15px 0;
}

#nav-toggle {
	display: block;
}

#nav-toggle span.menu {
	color: white;
	display: block;
	background: black;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	text-align: center;
	top: 25px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.open #nav-toggle span.menu:nth-child {
	display: none;
}

/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
/**************************************************************/
/* header */

/* nav */
nav {
	clear: both;
	background: black;
	width: 100%;
	display: block;
	overflow:	hidden;
}

#nav_inner ul {
	width: 100%;
	display: block;
	margin: 0 auto;
	z-index: 1;
}

#nav_inner li {
	background: black;
	border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
	border-top: 1px solid #262626;
	float: left;
	padding: 0;
	width: 24.77%;/*3つ33.11%*/
	height: 45px;
	line-height: 46px;
	text-align:	center;
	font-size: 90%;
}

#nav_inner li span {
	display: none;
}

#nav_inner li a {
	color: white;
}

#nav_inner li:last-child {
	border-right: none;
}

#nav_inner li.bd_none {
	border-right: none;
}

#nav_inner li.sp_none {
	display: none;
}
/* nav */

/* anchorlink */
#Living, #Dining, #Entrance, #Bedroom, #SingleLife, #Rseries {
}
/* anchorlink */

/* article */
article {
	width: 100%;
	margin: 0 auto;
}

/* event_title */
#event_title {
	background: url(../../images/newlife/logo_beaubelle2.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	display: block;
	margin: -20px auto 0;
	padding: 25vw 0;
	overflow:	hidden;
}

#event_title h1 {
	font-family: 'Nunito', sans-serif;
	color: #5e9234;
	display: block;
	font-size: 2em;
	text-align: center;
	margin: 0 0 10px;
	padding: 0;
}

/* phrase */
#phrase {
	color: #2d2d2d;
	margin: 0 auto 20px;
	padding: 30px 0;
}

#phrase h2 {
	font-family: "Sawarabi Mincho";
	font-size: 1.5em;
	text-align: center;
}

#phrase p {
	margin: 0 auto;
	line-height: 1.6;
	width: 90%;
}

/* section */
section {
	width: 100%;
	display: block;
	margin: 0 0 70px;
	padding: 0;
	overflow: hidden;
}

section h1 {
	font-family: 'Nunito', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.75em;
	margin: 0;
	padding: 0 15px 5px;
	border-bottom: 1px #c0c0c0 solid;
	letter-spacing: 2px;
}

section h1 span.sp_none {
	display: none;
}

section h1 span.ruby {
	font-size: 0.625em;
	font-weight: normal;
	margin: 0 10px;
}

section h1 span.ruby:before,
section h1 span.ruby:after {
	content: "－";
}

section p {
	font-size: 1em;
	line-height: 1.5;
	margin: 20px auto;
	width: 90%;
}

section div.images {
	height: 160px;
	min-width: 150%;
	margin: 0 0 30px;
}

/* item_tmb */
section.item_tmb dl {
	border-bottom: 1px #ccc solid;
	background: white;
	width: 48%;
	float: left;
	margin: 20px 0 0;
	padding: 1% 1% 5%;
	display: block;
}

section.item_tmb dl a {
	color: white;
	text-decoration: none;
}

section.item_tmb dl a:hover {
	color: white;
	text-decoration: none;
}

section.item_tmb dt {
	overflow: hidden;
	position: relative;
}

section.item_tmb dl span.soryo0 {
    background: #e7222d none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
		float: left;
    height: 12px;
		line-height: 12px;
		margin: 0 1px 0 0;
    padding: 3px;
    text-align: center;
    width: 45px;
}

section.item_tmb dl span.asuraku {
    background: #bf0000 none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
		float: left;
    height: 12px;
		line-height: 12px;
		margin: 0 1px 1px 0;
    padding: 3px;
    text-align: center;
    width: 45px;
}

section.item_tmb dl span.light {
    background: #2b2b2b none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
		float: left;
    height: 12px;
		line-height: 12px;
		margin: 0 1px 1px 0;
    padding: 3px;
    text-align: center;
    width: 85px;
}

section.item_tmb dl span.color {
    background: #2b2b2b none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
		float: left;
    height: 12px;
		line-height: 12px;
		margin: 0 1px 1px 0;
    padding: 3px;
    text-align: center;
    width: auto;
}

section.item_tmb dl span.soryo {
    background: #2b2b2b none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
		float: left;
    height: 12px;
		line-height: 12px;
		margin: 0 1px 0 0;
    padding: 3px;
    text-align: center;
    width: 45px;
}

section.item_tmb figure {
	width: 100%;
	height: auto;
}

section.item_tmb dd {
	margin: 0;
	text-align: center;
}

section.item_tmb dd p {
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0;
	line-height: 1.5;
	display: block;
	text-align: center;
	width: 100%;
}

section.item_tmb dd p.price {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 5px;
	text-decoration: none;
}

section.item_tmb dd p.price span {
	font-size: 1em;
	font-weight: normal;
	padding: 0 0 0 3px;
}

section.item_tmb dd p.price span:after {
	content: "→";
	margin: 0 5px;
}

section.item_tmb dd ul {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

section.item_tmb dd li {
	border: 1px solid	#ccc;
	background: white;
	font-size: 0.75em;
	font-weight: bold;
	float:	left;
	width: 45%;
	margin: 0 3% 0;
	padding: 15px 0;
	text-align: center;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
}

section.item_tmb dd li a {
	color: black;
	text-decoration: none;
}

section.item_tmb dd li a:hover {
	color: black;
	background: black;
}

section.item_tmb dd li:last-child {
	margin: 0;
}

/* more */
section ul.more {
	border: 1px solid	#ccc;
	background: #f1f1f1;
	display: inline-table;
	font-size: 1em;
	font-weight: bold;
	width: 92%;
	margin: 15px 4% 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
}

section ul.more li a {
	color: black;
	display: block;
	padding: 15px;
	text-decoration: none;
}

/* search */
section.search{
}

section.search h2 {
	font-size: 1.125em;
	padding: 0 15px 0;
}

section.search ul {
	clear: both;
	display: block;
	margin: 0 10px 30px;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

section.search ul li {
	border: 1px solid	#ccc;
	background: white;
	font-size: 0.875em;
	font-weight: bold;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: center;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
}

section.search ul li a {
	color: #2b2b2b;
	display: block;
	text-decoration: none;
	padding: 15px;
}

section.search ul li:last-child {
	margin: 0;
}

/* footer */
footer {
	background: black;
	width: 100%;
	display: block;
}

footer ul.footer_navi {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;a
}

footer ul.footer_navi li {
	background: black;
	border-bottom: 1px solid #262626;
	border-right: 1px solid #262626;
	border-top: 1px solid #262626;
	color: white;
	font-size: 90%;
	float: left;
	text-align: center;
	width: 49.8%;
}

footer ul.footer_navi li a {
	display: block;
	color: white;
	padding: 10px;
	text-decoration: none;
}

footer ul.footer_navi li:last-child {
	border-right: none;
}

#footer_inner {
	clear: both;
	color: white;
	font-size: 70%;
	width: 100%;
	display: block;
	padding: 20px 0;
	text-align: center;
}

section dl .price {
	display: none !important;
}

}
/* footer */


/* タブレットレイアウト:481px～768px */
@media only screen and (min-width: 481px) {
/* header */
header {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header_inner {
	margin: 0;
	width: 100%;
}

#top-head .logo {
	float: left;
	width: 25%;
}

#top-head .logo-sp {
	font-size: 22px;
	font-weight: normal;
	margin: 14px 10px 0;
}

#mobile-head {
	height: 50px;
}

/* Toggle Button */
#nav-toggle {
	right: 10px;
	top: 10px;
}

#global-nav {
	top: -499px;
	width: 25%;
}

#global-nav ul li {
	font-size: 14px;
}
/* header */

/* nav */
nav {
	clear: both;
	width: 100%;
	display: block;
}
#nav_inner {
	width: 100%;
	display: block;
}

#nav_inner li {
	width: 19.923%;
}

#nav_inner li span {
	display: inline-block;
}

#nav_inner li a {
	font-size: 14px;
}

#nav_inner li.sp_none {
	display: block;/**/
}
/* nav */

/* event_title */
#event_title {
	width: 100%;
	display: block;
	margin: 97px auto 0;
	padding: 230px 0 0;
	height: 280px;
	overflow:	hidden;
}

#event_title h1 {
	font-family: 'Nunito', sans-serif;
	color: #5e9234;
	display: block;
	font-size: 3em;
	text-align: center;
	margin: 0 0 10px;
	padding: 0;
}

#event_title p {
	color: #2d2d2d;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	line-height: 1.5;
}

/* phrase */
#phrase {
	font-size: 1.5em;
	margin: 0 auto 20px;
	padding: 30px 0;
}

#phrase h2 {
	font-family: "Sawarabi Mincho";
	font-size: 1.25em;
	text-align: center;
}

#phrase p {
	font-size: 0.8125em;
	margin: 0 auto;
	line-height: 1.6;
	width: 95%;
}

/* section */
section h1 {
	font-size: 1.75em;
	padding: 0 20px 10px;
}

section h1 span.sp_none {
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	margin: 0;
}

section p {
	font-size: 1em;
	line-height: 1.8;
	margin: 20px auto;
	width: 95%;
}

section div.images {
	height: 260px;
	min-width: 100%;
	margin: 0 0 30px;
}

/* item_tmb */
section.item_tmb dl {
	width: 31.333%;
	float: left;
	margin: 20px 0 0;
	padding: 1% 1% 5%;
	display: block;
}

section.item_tmb dd ul {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

section.item_tmb dd li {
	font-size: 0.875em;
	width: 47%;
	margin: 0 2% 0;
}

/* more */
section ul.more {
	width: 94%;
	margin: 30px 3% 0;
}

/* search */
section.search h1 {
	margin: 0 0 20px;
}

section.search h2 {
	padding: 0 20px 0;
}

section.search ul {
	margin: 0 20px 30px;
}

/* footer */
#footer_inner {
	font-size: 100%;
}
/* footer */

#cart {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: none;
	float: left;
	margin-left: 0.3984%;
	width: 100%;
	display: block;
}

section dl .price {
	display: none !important;
}

}


/* デスクトップレイアウト:769px～最大1232px */
@media only screen and (min-width: 769px) {

header {
	width: 100%;
}

header .inner {
	width: 1200px;
}

/* Toggle Button */
#nav-toggle {
	right: 0;
	top: 10px;
}

#mobile-head {
    height: 55px;
    position: relative;
    width: 100%;
    z-index: 999;
}

#top-head.fixed .logo, 
#top-head .logo {
    color: #333;
    display: block;
    font-size: 32px;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 0;
    position: absolute;
    width: 18%;
}

#top-head .logo-sp {
	display: none;
}

#global-nav {
	width: 20%;
	top: -501px;
}

#top-head #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
	color: white;
	background: black;
}

/* nav */
nav {
	clear: both;
	width: 100%;
	display: block;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
}

#nav_inner {
	width: 1200px;
	margin: 0 auto;
	display: block;
}

#nav_inner ul {
	width: 100%;
	display: block;
	margin: 0 auto;
	z-index: 1;
}

#nav_inner li {
	height: 43px;
	line-height: 43px;
	text-align:	center;
	font-size: 14px;
	width: 19.5%;/*4つ24.933%*/
	border-top: none;
	border-bottom: none;
}

#nav_inner li span {
	display: inline-block;
}

#nav_inner li a {
	display: block;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#nav_inner li:last-child {
	border-right: none;
}

#nav_inner li a:hover {
	background: #191919;
}

#nav_inner li.sp_none {
	display: block;/**/
}
/* nav */

/* article */
article {
	margin: 0 auto;
}

article section {
	width: 1200px;
	margin: 0 auto;
}


/* event_title */
#event_title {
}

#event_title h1 {
	font-size: 4em;
}

#event_title p {
	font-size: 1.125em;
	text-align: center;
}

/* phrase */
#phrase {
	margin: 0 auto 20px;
	padding: 30px 0;
	width: 1200px;
}

#phrase h2 {
	font-size: 2.5em;
	text-align: center;
}

#phrase p {
	font-size: 1.3em;
	margin: 0 auto;
	line-height: 2;
	text-align: center;
	width: 90%;
}

/* section */
section {
	margin: 0 auto 100px;
}

section h1 {
	font-size: 2.5em;
	text-align: left;
	line-height: 1.5;
}

section h1 span {
	font-size: 0.625em;
	font-weight: normal;
	margin: 0 10px;
}

section p {
	width: 100%;
}

section div.images {
	height: 380px;
	min-width: 100%;
	margin: 0;
}

/* item_tmb */
section.item_tmb dl {
	border-bottom: 1px #ccc solid;
	width: 246px;
	float: left;
	display: block;
	margin: 50px 0 0;
	padding: 27px;
	overflow: hidden;
}

section.item_tmb dl a {
	color: black;
	text-decoration: none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	display: block;
}

section.item_tmb dl a:hover {
	text-decoration: none;
	opacity: 0.6;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

section.item_tmb dl span.soryo0 {
	font-size: 0.875em;
	font-weight: normal;
	width: 50px;
}

section.item_tmb dl span.asuraku {
	font-size: 0.875em;
	font-weight: normal;
}

section.item_tmb dl span.light {
	font-size: 0.875em;
	font-weight: normal;
	width: 100px;
}

section.item_tmb dl span.color {
	font-size: 0.875em;
	font-weight: normal;
	width: 50px;
}

section.item_tmb dl span.soryo {
	font-size: 0.875em;
	font-weight: normal;
	width: 50px;
}

section.item_tmb figure {
	width: 100%;
	height: auto;
}

section.item_tmb dd {
	margin: 0;
	text-align: center;
}

section.item_tmb dd p {
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	line-height: 1.5;
}


section.item_tmb dd p.price {
	font-size: 1em;
	line-height: 1.2;
}

section.item_tmb dd ul {
	clear: both;
	margin: 0;
	padding: 0;
}

section.item_tmb dd li {
	font-size: 1em;
	font-weight: bold;
	float:	left;
	width: 48%;
	margin: 0 5px 0 0;
	padding: 0;
}

section.item_tmb dd li a {
	padding: 10px;
}

section.item_tmb dd li a:hover {
	color: white;
	background: #2b2b2b;
	opacity: 1;
	border-radius: 3px;/* CSS3草案 */  
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
}

section.item_tmb dd li:last-child {
	margin: 0;
}

/* more */
section ul.more {
	clear: both;
	font-size: 1.25em;
	font-weight: normal;
	width: 96%;
	margin: 25px 2% 0;
	padding: 0;
}

section ul.more li a {
	color: black;
	display: block;
	padding: 15px;
	text-decoration: none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

section ul.more a:hover {
	color: white;
	background: #2b2b2b;
	opacity: 1;
	border-radius: 3px;/* CSS3草案 */  
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
}

/* search */
section.search ul li {
	font-size: 1em;
	margin: 0 10px 0 0;
	padding: 0;
}

section.search ul li a {
	color: #2b2b2b;
	padding: 10px 15px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

section.search ul li a:hover {
	color: white;
	background: #2b2b2b;
	opacity: 1;
}

section.search ul li:last-child {
	margin: 0;
}

/* footer */
#footer_inner {
	font-size: 100%;
}

footer ul.footer_navi li {
	width: 49.95%;
}

footer ul.footer_navi li a {
	text-decoration: none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

footer ul.footer_navi li a:hover {
	 background: #191919;
}

#cart {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: none;
	float: left;
	margin-left: 0.3984%;
	width: 100%;
	display: block;
}

section dl .price {
	display: none !important;
}

}
