@charset "UTF-8";

/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

html, body {
	overflow-x:hidden;
}

body {
	background-color:#000;
	font-size: 75%;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", Osaka, Sans-Serif;
}

figure {
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1,h2,h3 {
	font-weight:normal;
}

h3 {
	font-weight:normal;
	font-size:20px;
}

a {
	color: #FFF;
	text-decoration: none; 
}

a:hover {
	color: #FFF;
	text-decoration: underline; 
}

a img {border: none; }

* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix:after { content: ''; display: block; clear: both; height: 0; }

.clear {
	clear:both;
}





/* Positioning */

.left {float:left; display:block; position:relative;}
.right {float:right; display:block; position:relative;}

.top-50 { height: 50%; }
.left-100 { width: 100%; }
.left-50 { width: 50%; }
* html .left-50 { width: 49.999%; } /* IE6 */
*:first-child+html .left-50 { width: 49.999%; } /* IE7 */

.top-icon-align {
	height: 20px;
	top: -10px;
}
.top-icon-align-2gyou {
	height: 40px;
	top: -20px;
}

/* Centering */

.title-horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.title-centering {
	left: 0;
	position: absolute;
	right: 0;
	visibility: visible;
}

/* Module CSS */

.backstretch {
	position:relative;
}

* html .backstretch { /* IE6 */
	zoom: 1;
}

/* Content Slider */

.xevo-icon-top {
	background:url(../../images/rn01/block.png);
	width:110px;
	height:110px;
	position:absolute;
	right:10px;
	bottom:10px;
}
.xevo-icon-top h1,
.xevo-icon-top p {
	width: 100%;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
}

.xevo-icon {
	background: url(../../images/rn01/xevo-box.png) no-repeat scroll 0 0 transparent;
	bottom: 10px;
	height: 115px;
	position: absolute;
	right: 10px;
	width: 115px;
	z-index: 101;
}

.mobile {
	display:none;
}

.desktop {
	display:none;
}

.tablet {
	display:block;	
}

.mobile-tablet {
	display:block;
}

.tablet-desktop {
	display:block;
}

.tablet-hide {
	display:none;
}

/* xevo Logo */

.logo {
	height: 31px;
	left: 22px;
	position: absolute;
	top: 10px;
	width: 85px;
}


/* Header */

#header {
	background: #000;
	height: 42px;
	max-width: none;
	min-width: 320px;
	position: static;
	top: 0;
	width: 100%;
	z-index: 104;
}
.funcFix .content-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 1000;
}
.funcFix .content-wrapper.funcAb {
	position: absolute;
}
.back {
	background: none repeat scroll 0 0 #343434;
	float: left;
	height: 39px;
	margin-left: 0;
	position: absolute;
	text-align: center;
	width: 135px;
}

#wrapper {
	min-width:516px;
	max-width:949px;
	width:100%;
	height:100%;
}

.menu {
	background:#000;
	width:100%;
	z-index:103;
	top:96px;
	position:absolute;
	padding-bottom:5px;
	display:none;
}

.menu li {
	font-size: 14px;
	line-height: 40px;
	list-style: none outside none;
	margin-bottom: 2px;
	margin-left: 7px;
	margin-right: 7px;
	text-indent: 13px;
	width: auto;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul li a {
	height:38px;
	width:100%;
	display:block;
	background: #1E1A17 url(../../images/rn01/icon-menu_02.png) right center no-repeat;
}


/* CTA-Bottom */

.cta ul { list-style-type: none; margin:0; padding:0; height:42px;}

.cta a:hover { color:#FFF; text-decoration: underline; }

.cta {
    font-size: 12px;
    height: 42px;
    position: absolute;
    right: 167px;
    top: 15px;
    width: 238px;
    z-index: 103;
}

.cta a { width:100%; display:block; color:#FFF; text-decoration:none; }

.cta img {
	float:left;
}

.cta-1 { text-indent:28px; }
.cta-2 { text-indent:23px; }

.menu-button {
	font-size: 12px;
	letter-spacing: 1px;
	text-indent: 14px;
}

.cta ul li.menu-button a {
	background: none repeat scroll 0 0 #4B4B4B;
	display: block;
	height: 28px;
	width: 100%;
}

.cta ul li.menu-button {
	line-height: 29px;
}

.cta ul li {
	float: left;
	line-height: 42px;
	padding: 0;
	width: 75px;
}

/* CTA - Bottom */

#cta-navi-top {
	width:100%;	
}

#cta-navi-top img {
	width:100%;
	max-width:100%;
}

#cta-navi-bottom {
	width:100%;	
}

#cta-navi-bottom img {
	width:100%;
	max-width:100%;
}

#cta-bottom {
	background:#FFF;
	width:100%;
	position:relative;
}

.cta-padding {
	height: 135px;
	padding-bottom: 30px;
	padding-top: 22px;
}

.column {
	float: left;
	height: 100%;
	width: 33.33%;
}

* html .column { width: 33%; } /* IE6 */
*:first-child+html .column { width: 33%; } /* IE7 */

.column-contents {
	padding-left: 12px;
	padding-right: 5px;
	position: relative;
	height:200px;
}

.column-contents h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.column-contents p {
	font-size:12px;	
}

.column-contents form {
	bottom: 146px;
	position: absolute;
	width: 91%;
}

.catalog-button {
	margin-top: 22px;
}

.divider {
	background-color:#d7d7d7;
	height:200px;
	width:1px;
	float:left;	
}

.cta-text {
	left: 0;
	padding-left: 60px;
	position: relative;
	text-align: left;
	top: 15px;
}

select {
	padding:0;
	margin:0;
}

form {
	padding:0;
	margin:0;
}

select.dropdown {
	height: 22px;
	position: relative;
	top: 68px;
	width: 100%;
}

.cta-group {
	text-align:center;	
}

.cta-group img {
	left: 12px;
	position: absolute;
	top: 0;
}

.cta-text h2 {
	margin:0 auto;	
}

.button {
	background-color: #B60000;
	color: #FFFFFF;
	display: block;
	height: 40px;
	max-width: 290px;
	outline: 1px solid #ACACAC;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 88px;
	width: 100%;
}

.button a {
	width:100%;
	height:100%;
	display:block;
	text-decoration: none;
	background:url(../../images/rn01/arrow.png) 20px 16px no-repeat;
}

.button a:hover{
	background-color:#c60000;	
}

.button-style {	
	font-size:14px;
	color:#FFF;
	line-height:40px;
	text-align:center;
}

/* Block Selection Contents */
.selectable a {
	display:block;
	height:100%;
	width:100%;
	z-index:9999;
}

/* Menu */

.icon-menu {
	float: right;
	position: relative;
	right: 9px;
	top: 11px;
}

.icon-back {
	float: left;
	position: relative;
	left: 9px;
	top: 11px;
}

.icon-icon {
	float: left;
	left: 6px;
	position: relative;
	top: 2px;
}

.section {
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 14px;
}

/* Madori no Teian */

.float {
	float:left;
	position:relative;
}



/* Sidebar content */

.logo-float {
	float:left;
	top:2px;
}

/* Body Content */

.divider {
	background-color:#FFF;
	width:10px;
	height:100%;
	position:absolute;
	right:30%;
	display:none;
}


/* Mobile Top Header */

.mobile-header {
	background: url(../../images/rn01/mobile/co_bg_02.png) repeat-x scroll left bottom transparent;
	margin: 0 0 -4px;
	min-height: 42px;
	padding: 0 0 2px;
	position: relative;
	z-index: 200;
	display:block;
}

#g_header {
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
	position: relative;
	height: 40px;
}

#g_headerInner:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

#g_headerInner {
	height: 44px;
	height: 41px\9;
  position: relative;
}

#g_bottom {
	clear: both;
	background: url(../../images/rn01/mobile/co_ln_01.gif) repeat scroll 0 0 transparent;
	bottom: 4px;
	height: 2px;
	position: absolute;
	width: 100%;
	bottom:0px\9;
	font-size: 0;
}
* html #g_bottom {
	bottom: auto;
}

#g_hdLg {
	float: left;
	margin: 0;
	padding: 10px 0 0 10px;
}

#g_hdNav {
	float: right;
	margin: 0;
	padding: 0;
}

/* Mobile Bottom Footer */

.mobile-footer {
	background-color: #96938D;
	border-top: 1px solid #D3D3CE;
	box-shadow: 0 -1px 0 #544A42;
	color: #FFFFFF;
	margin: 1px 0 0;
	height:100%;
}

.mobile-footer small {
	border-top: 1px solid #D3D3CE;
	display: block;
	font-size: 9px;
	padding: 5px;
	text-align: center;
}

#g_ftNav {
	border-top: 1px solid #D3D3CE;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#g_ftNav:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

#g_ftBt01 {
	line-height: 1.1;
	background-color: #898680;
	border-radius: 22px 22px 22px 22px;
	box-shadow: 0 2px 2px #665F57 inset;
	font-size: 14px;
	margin: 15px auto;
	padding: 3px;
	text-align: center;
	width: 225px;
}

#g_ftBt01 img {
	position: relative;
	right: -9px;
	top: 2px;
}

#g_ftNav li:first-child {
	border: medium none;
}

#g_ftNav li {
	-moz-box-sizing: border-box;
	border-left: 1px solid #C2C1BC;
	list-style: none outside none;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	width: 50%;
}

#g_ftNavLi02 img {
	position: relative;
	right: 10px;
	top: 0;
}

#g_ftBt01 a {
	border-radius: 20px 20px 20px 20px;
	color: #FFFFFF;
	display: block;
	padding: 14px 0;
	text-decoration: none;
}

#g_ftNav a {
	color: #FFFFFF;
	display: block;
	padding: 5px;
	text-decoration: none;
}

#g_ftNav span {
  padding: 0 18px 0 0;
}

/* Pop-Up */

.off {
	display:none;	
}

/* Alex */

.search {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 145px;
}

.search form {
	border:0;
	padding:0;
	margin:0;
}

.search fieldset {
	border:0;
	margin: 0;
  padding: 0;
}

.input {
	height: 22px;
	width: 100px;
	float:left;
}

.submit {
	background: url(../../images/rn01/kensaku.png) no-repeat scroll 0 0 transparent;
	border: medium none;
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
	width: 32px;
}

.center {
	left:0;
	right:0; 
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
}

/* New Added 3-20-2013 */ 

.icon-type {
	color: #FFFFFF;
	font-size: 15px;
	left: 0;
	line-height: 17px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.gyou-1 {
	top:47px;
}
.gyou-2 {
	top:40px;
}

p {
	font-size:14px;
	line-height:24px;
}




/* END - New Added 3-20-2013 */


/* カタログモーダル
------------------------------------------------------------------------------- */
.catalogModalOpen .mfp-content {
	background-color: #fff;
	max-width: 455px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	color: #000;
}
.catalogModalOpen .sCatalog_img {
	margin-bottom: 20px;
}
.catalogModalOpen .sCatalog_tit {
	font-size: 18px;
	margin-bottom: 10px;
}
.catalogModalOpen .sCatalog_txt {
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
}
.catalogModalOpen .sCatalog_btns {
	display: flex;
	justify-content: space-between;
}
.catalogModalOpen .sCatalog_btn {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	border-radius: 4px;
	color: #fff;
  width: calc(50% - 25px);
  text-decoration: none;
  padding: 5px 15px 5px 5px;
	font-size: 14px;
}
.catalogModalOpen .sCatalog_btn::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
}
.catalogModalOpen .sCatalog_btn-01::before {
	background: url(/jutaku/common/images/rn03/catalog_ico01.png) no-repeat 0 0;
}
.catalogModalOpen .sCatalog_btn-02::before {
	background: url(/jutaku/common/images/rn03/catalog_ico02.png) no-repeat 0 0;
}
.catalogModalOpen .sCatalog_btn:hover {
	opacity: 0.7;
}
.catalogModalOpen .sCatalog_btn .devSmp {
	display: none;
}