@charset "utf-8";
/*
Theme Name: オリジン壁付けインテリア
Theme URI: 自分のURL
Description: COMPANY official theme
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* 横スクロールを防ぐ
----------------------------------------------------*/
html{
	overflow:auto;
}
body{
	overflow-x: hidden;
	min-width:1000px;
}

/*--- reset --*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

blockquote{
	background-color:#ddd;
	padding:1em;
	position:relative;
}

body{
	font: 15px/1.8 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	color: #555;
	background: #fff;
	letter-spacing: 0.02em;
}


a{
	color: #014076;
	text-decoration: none;
}
a:hover, .active{
  text-decoration: underline;
}
a:active, a:focus,input:active, input:focus{outline:0;}

/*--- clearfix --*/
.clear{
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

/*--- css ロールオーバー --*/
.ov a {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.ov a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
/*--- css ロールオーバー 特定箇所 */
.ov a .ph {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.ov a .ph:hover {
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


/*--- 枠ロールオーバー --*/
a.border1,a.border2,a.border3,a.border4 {
	width: 100%;
	float: left;
	height: 100%;
	cursor: pointer;
}

/* 行ぞろえ */
.alignCenter{
	text-align: center !important;	
}
.alignLeft{
	text-align: left !important;	
}
.alignRight{
	text-align: right !important;	
}

/* マージン関連 */
.mgt10{
	margin-top:10px;
}
.mgt20{
	margin-top:20px;
}
.mgt30{
	margin-top:30px;
}
.mgt40{
	margin-top:40px;
}
.mgt60{
	margin-top:60px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb20{
	margin-bottom:20px;
}
.mgb30{
	margin-bottom:30px;
}
.mgb40{
	margin-bottom:40px;
}
.mgb50{
	margin-bottom:50px;
}
.mgl1em {
	margin-left: 1em;
}
.mgl10 {
	margin-left: 10px;
}

/* float */
.floatLeft{
	float:left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.floatRight{
	float:right;
	margin-left: 30px;
	margin-bottom: 10px;
}
.left4 {
	width:38%;
	float:left;
	padding-right: 15px;
}
.right6{
	width:60%;
	float:right;
}

/* 文字 */
.strong {
	font-weight: 600;
}
.textSize120 {
	font-size: 120%;
}
.textsize80 {
	font-size: 80%;
}
.kome {
	color: #666;
	font-size: 80%;
	margin-top: 10px;
}
.red {
	color: #cc0000;
}


/* リスト */
ol  {
	position: relative;
	margin:0;
	padding:0
}
ol li  {
	list-style: none;
	list-style-position:outside;
	margin:5px 0px 5px 0px;
}
ol li span {
	position: absolute;
	left:0;
	margin:0
}

/* ロールオーバー
------------------------------------------------------------*/
.hvr-icon-forward {
	position: relative;
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding-right: 3em;
}
.hvr-icon-forward::after {
	position: absolute;
	top: 50%;
	right: .5em;
	content: url("common/images/arrow01.png");
	margin-top: -10px;
	transition: all .2s;
}
.hvr-icon-forward:hover::after {
	/* right: -.05em; */
}

.hvr-icon-forward2 {
	position: relative;
	display: inline-block;
	padding-right: 1.2em;
	color: #333;
}
.hvr-icon-forward2::after {
	position: absolute;
	right: .5em;
	content: url("common/images/arrow02.png");
	margin-top: -2px;
	transition: all .2s;
}
.hvr-icon-forward2:hover::after {
	/* right: 0.2em; */
}

.hvr-icon-forward3 {
	position: relative;
	display: inline-block;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding-right: 4.5em;
}
.hvr-icon-forward3::after {
	position: absolute;
	top: 50%;
	right: -1.5em;
	content: url("common/images/arrow01.png");
	margin-top: -10px;
	transition: all .2s;
}
.hvr-icon-forward3:hover::after {
	/* right: -2.5em; */
}

.hvr-icon-forward4 {
	position: relative;
	display: inline-block;
	color: #333;
	text-align: left;
	text-decoration: none;
	padding-right: 3em;
}
.hvr-icon-forward4::after {
	position: absolute;
	right: .5em;
	content: url("common/images/arrow01.png");
	margin-top: 5px;
	transition: all .2s;
}
.hvr-icon-forward4:hover::after {
	/* right: -.05em; */
}


/* Fade */
.hvr-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	background-color: #efefef;
	padding: 5px 40px 5px 40px;
	color: #555;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color: #726b68;
	color: #FFF;
	text-decoration: none;
}

.hvr-fade2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	background-color: #726b68;
	padding: 5px 40px 5px 40px;
	color: #fff !important;
}
.hvr-fade2:hover, .hvr-fade2:focus, .hvr-fade2:active {
	background-color: #eee;
	color: #333 !important;
	text-decoration: none !important;
}

.borderBtn {
	font-size: 20px;
	text-align: center;
}
.borderBtn a {
	color:#555;
	border: 2px solid #726b68;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.borderBtn a:hover {
	background-color: #726b68;
	color:#fff;
	text-decoration: none;
}
.borderBtn a span {
	background-image: url(common/images/arrow03.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}


/* ページトップ
------------------------------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 5px;
	z-index:9999;
}

/* マウスオーバー（影）
----------------------------------------------------*/
.card {
	display: inline-block;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	cursor:pointer;
	background-color: #fff;
	background-image: url(common/images/card.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.card:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}


/* マウスオーバー(画像拡大)
----------------------------------------------------*/
.scale_up {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.scale_up img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale_up img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*----------------------------------------------------
	右固定ナビ
----------------------------------------------------*/
ul#Rnavi {
	position: fixed;
	padding: 0px;
	top: 87px;
	list-style: none;
	z-index:500;
	right: -10px;/* 伸びた箇所の幅（JSも合わせる） */
}
* html ul#Rnavi {
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop+30));
 }
ul#Rnavi li {
	margin-bottom: 10px;
	text-indent:-9999px;
}
ul#Rnavi li a {
    display: block;
    width: 50px;/* 画像全体の幅 */
}
ul#Rnavi .r_navi01 a {
    background-image: url(common/images/rnav01.png);
    height: 150px;
}
ul#Rnavi .r_navi02 a {
    background-image: url(common/images/rnav02.png);
	height: 150px;
}



/* ヘッダー
------------------------------------------------------------*/
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 110px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #726b68;
}
#header .logo {
	margin-top: 10px;
	margin-left: 40px;
}

@media (max-width: 64em) {
#header .logo {
	margin-top: 0px;
	margin-left: 0px;
}
}


/* トップナビ
----------------------------------------------------*/ 
.topnavArea {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 360px;/* ■■■■■■■■■■■■■■■トップナビの幅■■■■■■■■■■■■■■■ */
	z-index:3;
} 
ul#topnav {
	float: left;
	margin-top: 10px;
	margin-right: 40px;
}
ul#topnav li {
	float: left;
	margin-left: 14px;
}

@media (max-width: 64em) {
.topnavArea {
	display: none;
} 

}

.pc_none {
	display: none;
}
@media (max-width: 64em) {
.pc_none {
	display: block;
}
}


/* フッター
------------------------------------------------------------*/
#globalFooter {
	border: 1px solid #CCC;
	margin-top: 40px;
}
#globalFooter a {
	color: #555;
}

#footer {
	background-color: #eeeeee;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}

/* footナビ
----------------------------------------------------*/
.footnavArea {
	position:relative;
	overflow:hidden;
	width: 100%;
	margin-bottom: 40px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 5px;
}

ul.footnav {
	position:relative;
    left:50%;
    float:left;
    clear: both;
}
ul.footnav li {
	position:relative;
	right:50%;
	float: left;
	margin-right: 20px;
	line-height: 1em;
	padding-right: 20px;
	margin-bottom: 10px;
	font-weight: 500;
}
ul.footnav li a {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}
ul.footnav li a.home {
	background-image: url(common/images/icon_home.png);
}
ul.footnav li a.catalog {
	background-image: url(common/images/icon_catalog.png);
}
ul.footnav li a.shop {
	background-image: url(common/images/icon_shop.png);
}
ul.footnav li a.inquiry {
	background-image: url(common/images/icon_inquiry.png);
}


/* footリスト
----------------------------------------------------*/
ul.footList {
	list-style: none;
	float: left;
	width: 150px;
	letter-spacing: 0em;
	margin-right: 20px;
}
ul.footList:last-child {
	margin-right: 0px !important;
}
ul.footList li {
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 7px;
	line-height: 1.4em;
}
ul.footList li.f01 {
	margin-bottom: 10px;
	font-size: 80%;
	font-weight: normal;
}
ul.footList li a {
	text-decoration: none;
}
ul.footList li a:hover {
	text-decoration: underline;
}




/* copyright
----------------------------------------------------*/
#cp {
	padding-bottom: 30px;
	background-color: #eeeeee;
}

p.copyright {
	text-align: center;
	font-size: 11px;
	line-height: 1em;
}

.cpL {
	float: left;
	width: 70%;
}
.cpR {
	float: right;
	width: 30%;
}
.cpL ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 90%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555;
	line-height: 1em;
}
.cpL ul li a {
	text-decoration: none;
}
.cpL ul li a:hover {
	text-decoration: underline;
}
.cpL ul li:last-child {
	border-right: none;
}




/* 共通
------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* シングルページ
------------------------------------------------------------*/
.singlepage p {
	margin-bottom: 1em;
}




/* 見出し
------------------------------------------------------------*/
h2.top p {
	display: none;
}


@media (max-width: 64em) {
h2.top img {
	display: none;
}
h2.top p {
	display: block;
	font-size: 18px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

}



h3.top {
	font-size: 30px;
	padding: 0px 10px 0px 20px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
}
h3 hr {
	width: 100px;
	height: 4px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
h3.gas hr {
	background-color: #1e81fc;
}
h3.qa hr {
	background-color: #4ec6bf;
}
h3.pro hr {
	background-color: #f86f1c;
}
h3.com hr {
	background-color: #c1b964;
}
h3.rec hr {
	background-color: #9c6fc2;
}


/* メインヴィジュアル
------------------------------------------------------------*/
.mainv {
	position: relative;
}

/* スクロール矢印
------------------------------------------------------------*/
#scrollArea {
	position: relative;
	height: 50px;
}
.scroll_arrow a {
	display: block;
	width: 100%;
	height: 100%;
}
.scroll_arrow a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	/*bottom: 3.3%;*/
	left: 0;
	margin: 0 auto;
	width: 59px;
	height: 30px;
	transition: all 0.3s ease-out; 
	background-image: url("common/images/scroll_arrow_off.png");
}
.scroll_arrow a:hover:after {
	-webkit-transform: translateY(10px);
	    -ms-transform: translateY(10px);
	        transform: translateY(10px); 
	background-image: url("common/images/scroll_arrow_on.png");
}
@media screen and (max-width: 1000px) {
	.scroll_arrow {
		display: none;
	}
}


/* ▼▼▼▼▼▼▼トップページ▼▼▼▼▼▼▼ */

.topL {
	float: left;
	width: 60px;
}
.topR {
	float: right;
	width: 940px;
}


@media (max-width: 64em) {
.topL {
	float: none;
	width: auto;
}
.topR {
	float: none;
	width: auto;
}

}



/* 商品を探す
------------------------------------------------------------*/
.topPro {
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 50px;
}

.proBox {
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.sceneBox {
	float: left;
	position: relative;
	margin-bottom: 30px;
	margin-right: 8px;
	margin-left: 8px;
}
.proBoxR {
	margin-right: 16px;
}
.brand_in {
	margin-right: 8px;
	margin-left: 8px;
	width: 446px;
	float: left;
}
.brand_in a,.sceneBox a {
	color: #555;
}
.brand_in a:hover {
	text-decoration: underline;
}
.brand {
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	position: relative;
}
.brand01 {
	border-bottom-color: #8c312e;
}
.brand02 {
	border-bottom-color: #4e5658;
}
.brand03 {
	border-bottom-color: #595353;
}
.brand04 {
	border-bottom-color: #6f7b73;
}
.brand span {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

.hvr-icon-forward_pro {
}
.hvr-icon-forward_pro::after {
	position: absolute;
	bottom: -5px;
	right: 10px;
	content: url("common/images/arrow01.png");
	margin-top: -10px;
	transition: all .2s;
}
.hvr-icon-forward_pro:hover::after {
	/*right: -5px;*/
}




/* コンセプト
------------------------------------------------------------*/
.topConcept {
	background-image: url(common/images/concept_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #333 !important;
}
.concept_txt {
	float: left;
	width: 550px;
	padding-top: 50px;
}
.concept_ph {
	float: right;
	width: 374px;
}
.topConcept h2 {
	padding-top: 50px;
}
.concept_ttl {
	margin-bottom: 10px;
}
.concept_ttl span {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
	background-image: url(common/images/ttl_bg.png);
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 10px;
}
.concept_ttl span.sizeS {
	font-size: 16px;
}

/* ギャラリー
------------------------------------------------------------*/
.topGallery {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* ご覧になりたい別
------------------------------------------------------------*/
.topGoran {
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(common/images/shasen_bg.png);
	background-repeat: repeat;
}

.goran {
	position: relative;
	width: 480px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
.goranR {
	margin-right: 40px;
}
.goran a {
	text-decoration: none !important;
}
.goran a:hover p {
	text-decoration: underline;
}
.goran .ph {
}
.goran .txt {
	background-color: #fff;
	padding: 10px 15px 15px 15px;
	color: #666;
	line-height:1.7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	position: relative;
}
.goran .txt01 {
	border-bottom-color: #3a5149;
}
.goran .txt02 {
	border-bottom-color: #8c312e;
}
.goran .txt03 {
	border-bottom-color: #76706d;
}
.goran .txt04 {
	border-bottom-color: #0074bf;
}
.goran .txt .txtTTL {
	font-size: 18px;
	color: #333;
}




.hvr-icon-forward_goran {
}
.hvr-icon-forward_goran::after {
	position: absolute;
	bottom: 15%;
	right: 20px;
	content: url("common/images/arrow01.png");
	margin-top: -10px;
	transition: all .2s;
}
.hvr-icon-forward_goran:hover::after {
	/* right: 5px; */
}



/* お知らせ
------------------------------------------------------------*/
.topInformation {
	padding-top: 50px;
	padding-bottom: 50px;
}

.infoWrap {
	border-top:1px dotted #ccc;
}
dl.information {
	border-bottom:1px dotted #ccc;
	padding-bottom: 10px;
}
dl.information dt {
	margin-bottom: 5px;
	float: left;
	padding-top: 10px;
	width:16em;
}
dl.information dd {
	margin-left:16em;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	padding-top: 10px;
}
dl.information dd a {
	color: #555;
}
dl.information dt span {
	font-size: 90%;
}
dl.information dt span.date {
	float: left;
	margin-left: 10px;
}
dl.information dt span.cat {
	float: left;
	margin-left: 10px;
	border: 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	width: 8em;
	display: block;
	text-align: center;
}
dl.information dt span.productinfo {
	border-color: #1a477e;
	color: #1a477e;
}
dl.information dt span.juyo {
	border-color: #b52823;
	color: #b52823;
}
dl.information dt span.event {
	border-color: #208869;
	color: #208869;
}

dl.information:nth-child(even) {
	background: #f7f7f7;
}




/*--- コンテンツ --*/
#wrapper{
	width: 100%;
	zoom: 1;
	padding-bottom: 50px;
}
#wrapperTop{
	width: 100%;
	zoom: 1;
}

#inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#inner2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}



/*==================================== スマホ ====================================================*/

@media only screen and (max-width: 640px){
	
/*----------------------------------------------------
	右固定ナビ
----------------------------------------------------*/
ul#Rnavi {
	display: none;
}

/* ▼▼▼▼▼▼▼トップページ▼▼▼▼▼▼▼ */

/* 商品を探す
------------------------------------------------------------*/
.topPro {
	padding-top: 20px;
	padding-bottom: 20px;
}

.brand_in {
	margin-right: 0px;
	margin-left: 0px;
	width: auto !important;
}
.proBox,.sceneBox {
	width: 45%;
}
.proBoxR {
	margin-right: 10px;
}
.sceneBox:nth-child(odd) {
	margin-right: 10px !important;
	margin-left: 0px;
}
.sceneBox:nth-child(even) {
	margin-right: 0px !important;
	margin-left: 0px;
}

.proBox p,.sceneBox p {
	line-height: 1.2em;
}
.brand01 img,.brand02 img,.brand03 img {
	width: 40%;
}
.brand span {
	font-size: 80%;
}

.hvr-icon-forward_pro::after {
	display: none;
}


/* コンセプト
------------------------------------------------------------*/
.concept_txt {
	float: none;
	width: auto !important;
	padding-top: 20px;
	margin-bottom: 20px;
}
.concept_ph {
	float: none;
	width: auto;
}
.concept_ph img {
	width: auto;
}
.topConcept h2 {
	padding-top: 20px;
}

/* ギャラリー
------------------------------------------------------------*/
.topGallery {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ご覧になりたい別
------------------------------------------------------------*/
.topGoran {
}
.goran {
	width: auto;
	float: none;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.goranR {
	margin-right: 0px;
}
.hvr-icon-forward_goran::after {
	display: none;
}


/* お知らせ
------------------------------------------------------------*/
.topInformation {
	padding-top: 20px;
	padding-bottom: 20px;
}

dl.information dt {
	float: none;
	width:auto;
}
dl.information dd {
	margin-left:0;
	margin-top: 20px;
}


	
/* float */
.floatLeft{
	float:none;
	margin-right: 0px;
	margin-bottom: 0px;
}
.floatRight{
	float:none;
	margin-left: 0px;
	margin-bottom: 0px;
}



/*--- コンテンツ --*/
#inner {
	width: 100%;
}


/* ヘッダー
------------------------------------------------------------*/	
#header {
	height: auto;
}

.drawer-navbar-header h1 img,
.drawer-navbar-header p img
 {
	height: 2.9rem;
	margin: 0px !important;
	padding: 0px !important;
}


/* フッター
------------------------------------------------------------*/
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* footナビ
----------------------------------------------------*/
.footnavArea {
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

ul.footnav {
    left:0;
    float:none;
}
ul.footnav li {
	right:0;
	float: none;
	margin-right: 0px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
ul.footnav li:last-child {
	margin-bottom: 10px;
}

/* footリスト
----------------------------------------------------*/
ul.footList {
	display: none;
}


/* copyright
----------------------------------------------------*/
#cp {
	padding-bottom: 20px;
}

p.copyright {
	text-align: left;
	line-height: 1.5em;
}

.cpL {
	float: none;
	width: auto;
	margin-bottom: 20px;
}
.cpR {
	float: none;
	width: auto;
}
.cpL ul li {
	float: none;
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
	line-height: 1.5em;
	margin-bottom: 10px;
}





}

/*==================================== タブレット ====================================================*/

@media only screen and (max-width: 959px){
	
body{
	min-width:100%;
}

/*--- コンテンツ --*/
#inner,#inner2 {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}

/* 商品を探す
------------------------------------------------------------*/
.brand_in {
	width: 47%;
	float: left;
}
.proBox,.sceneBox {
	width: 47%;
}


/* コンセプト
------------------------------------------------------------*/
.concept_txt {
	float: left;
	width: 50%;
	padding-top: 0px;
}


/* ご覧になりたい別
------------------------------------------------------------*/
.goran {
	width: auto;
	float: none;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.goranR {
	margin-right: 0px;
}	
 
}


/* コーポレートリンク
------------------------------------------------------------*/
.corporateLink {
	border-top: solid 1px #ccc;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-top: 10px;
	text-align: center;
}
.corporateLink a {
	background-image: url("common/images/blank2.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}
.corporateLink p {
	display: inline-block;
	margin-right: 2em;
}
.corporateLink p:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 640px){
.corporateLink {
	text-align: left;
}
.corporateLink p {
	display: block;
	margin-right: 0;
}
}
