@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 {
	background:#000;
	overflow-x:hidden;
}

html {
	
}

body {
	margin:0;
	padding:0;	
	font-family: 'MS PGothic','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1 {
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
	color:white;
}

h2,h3 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:20px;
}

a {
color: #FFF;
text-decoration: none; 
}

a:hover {
color: #FFF;
text-decoration: underline; 
}

.clearfix{zoom:1;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	clear:both;
}

.white-type {
	color:#FFF;	
}

.black-type {
	color:000;	
}

a img {border: none; }

/* CTA Button Single Pages */

.bg-cta {
	height:121px;
	width:100%;
	background-image:url(../img/kenchiku-cta.jpg);
	float:left;
}

.cta-btn {
	width:339px;
	height:55px;
	position:relative;
	margin:0 auto;
	padding-top: 32px;
}

.cta-btn a {
	display:block;
	width:100%;
	height:100%;
	background:url(/jutaku/img/arrow.png) 20px 23px no-repeat;
	background-color:#b60000;
	color:#FFF;
	text-decoration:none;
	line-height:55px;
	text-align:center;
	outline:solid 1px; 
	outline-color:#acacac;
}	

.cta-btn a:hover{
	background-color:#c60000;	
}



/* Positioning */

.mobile {
	display:none;
}

.desktop {
	display:none;
}

.tablet {
	display:block;	
}

.mobile-tablet {
	display:block;	
}

.tablet-desktop {
	display:block;
}

.tablet-hide {
	display:none;
}

.padding-top-50 {
	padding-top:50px;	
}

.padding-right-50 {
	padding-right:23px;	
}

.absolute-tablet { position:absolute;}

.absolute-center-tablet {
	position:absolute;
	left:0;
	right:0; 
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
}

.top-icon-align {
    height: 20px;
    top: -10px;
}

.top-icon-align-2gyou {
    height: 40px;
    top: -20px;
}

.left-75 { width:74.22%; }

.right-25 { width:25.77%; }

.left-25 {width:25%;}

.left-33 {
	width:50%;	
}

.left-50 {
    width: 50%;
}

.left-50t {
    width: 50%;
}

.top-75 {
    height: 75%;
}

.top-50 {
    height: 50%;
}

.grey {
    background-color: #747474;
}

.black {
    background-color: #000000;
	min-height:100px;
}

.white {
	background-color:#FFF;
	height:250px;
}

.left-align {
	text-align:left;
}

.left {float:left; display:block; position:relative;}
.right {float:right; display:block; position:relative;}
.left-block {float:left; display:block; position:relative; width:100%;}

/* 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;
}

.horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.centering {
    left: 0;
    position: absolute;
    right: 0;
    visibility: visible;
}

.grey-border {
	height:1px;
	width:100%;
	background-color:#999;	
}

.margin {
	padding:20px;	
}

.number {
    float: left;
    font-size: 30px;
    margin-right: 4px;
}

.visibleNearby {
  width: 100%;
  background: #141414;
  color: #FFF;
  padding-top: 25px;
}
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #141414;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}


/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 300px !important;
  }
  
.ctaBlock {
	background:#000;
	position:relative;
	min-height: 200px; 
	padding-bottom:20px;
}

.ctaBlock h4 {
	margin:0 auto;
	padding-top:40px;
	text-align:center;
}

.ctaBlock p {
	margin: 0 20px 0 20px;	
}

.xevo-icon-top {
	background:url(../img/block.png);
	width:110px;
	height:110px;
	position:absolute;
	right:10px;
	bottom:10px;
}

.xevo-icon {
    background: url("/jutaku/img/xevo-box.png") no-repeat scroll 0 0 transparent;
    bottom: 10px;
    height: 115px;
    position: absolute;
    right: 10px;
    width: 115px;
    z-index: 101;
}

.xevo-title {
	background-image:url(../img/xevoE/xevoE-logo.png);
	width:137px;
	height:41px;
}

p.description {
    color: #FFF;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
	font-size:17px;
}
	
.text-white {
    color: #FFFFFF;
}

.font-module {
    font-size: 14px;
    line-height: 24px;
}

#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;
}
.logo-icon {
	margin-bottom:15px;	
}

.logo {
    height: 31px;
    left: 22px;
    position: absolute;
    top: 10px;
    width: 85px;
}

/* Subheader */

#subheader {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 39px;
    max-width: 949px;
    min-width: 516px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 102;
}

.links {
    background: none repeat scroll 0 0 #202020;
    color: #FFFFFF;
    font-size: 12px;
    height: 30px;
    position: absolute;
    top: 58px;
    width: 100%;
}

.links ul {
	padding:0;
	margin:0;	
}

.links li:first-child {
	border-left: none;
    float: left;
    list-style: none outside none;
    position: relative;
    text-align: center;
    top: 8px;
}

.links li {
    border-left: 1px solid #333333;
    float: left;
    list-style: none outside none;
    position: relative;
    text-align: center;
    top: 8px;
}

.links li.nav1 {
	width: 18.97%;
}

.links li.nav2 {
	width: 15.47%;
}

.links li.nav3 {
	width: 12.47%;
}

.links li.nav4 {
	width: 18.97%;
}

.links li.nav5 {
	width: 16.47%;
}

.links li.nav6 {
	width: 16.47%;
}

.magnify {
    left: 2%;
    position: relative;
    top: 3px;
}


/* Block Elements */

.block {
    background-image: url("../img/block.png");
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 9990;
	display:none;
}

.text-center {
	text-align:center;	
}

.selectable a {
	display:block;
	height:100%;
	width:100%;
	z-index:9999;
}

.brand-content {
	padding-top:15px;	
}

#full-width-slider {
  width: 100%;
  color: #000;
}


/* Royal Slider */

.coloredBlock {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.6);
    color: #FFFFFF;
    left: 20%;
    padding: 12px;
    bottom: 5%;
    width: 200px;
}


.infoBlockSlide {
    padding:0 20px 0 20px;
  	bottom: 5%;
    font-size: 14px;
	line-height:24px;
    height: auto;
    left: auto;
    max-height: 100%;
    min-width: 40%;
    position: absolute;
    right: 30px;
}

.infoBlock {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    left: auto;
    max-width: 25%;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.infoBlockBottom {
    bottom: 5%;
    font-size: 14px;
	line-height:24px;
    height: auto;
    left: auto;
    max-height: 100%;
    min-width: 40%;
    padding: 20px;
    position: absolute;
    right: 30px;
}
.infoBlockLeftBlack {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    left: 30px;
}
.infoBlock h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px;
}
.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}
.infoBlock a {
    color: #FFFFFF;
    text-decoration: underline;
}

.infoBlock {
    font-size: 14px;
    height: auto;
    left: 30px;
    max-height: 100%;
    min-width: 40%;
    padding: 20px;
    right: auto;
    top: 10%;
}
.infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
}

.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	font-size:12px;

	background-color: #FFF;
	
	*display:inline; 
	*zoom:1;
}

/* Header */

.sublinks ul {
	padding:0;
	margin:0;	
}

.sublinks a {
	color:#333;
	text-decoration: none; 
}

.sublinks a:hover {
	color:#333;
	text-decoration: underline; 
}

.container {
	background:#EEE;	
}

.slider-container {
    background: none repeat scroll 0 0 #EEE;
}

.back {
    background: none repeat scroll 0 0 #343434;
    float: left;
    height: 39px;
    margin-left: 0;
    position: absolute;
    text-align: center;
    width: 135px;
}

.model-tab {
	position:fixed;
	right:-63px;
	top:30%;
	z-index: 103;
}


.model-tab a {
	display:block;
	height:100%;
}

#wrapper {
	min-width:516px;
	max-width:949px;
	width:100%;
	height:100%;
}

.magnify-mobile {
    position: absolute;
    right: 11px;
    top: 67px;
    z-index: 103;
}

.menu {
	background:#000;
	width:100%;
	z-index:103;
	top:96px;
	position:absolute;
	padding-bottom:5px;
	display:none;
}

.menu-start {
	background:#000;
	width:100%;
	z-index:103;
	position:absolute;
	top:50px;
}

.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 {
	background: #1E1A17 url(../img/icon-menu_02.png) right center no-repeat;
	height:38px;
	width:100%;
	display:block;
}
.menu ul li .icon-menu {
	display: none;
}

#search-mobile {
    height: 40px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 48px;
    width: 256px;
    z-index: 102;
}

.searchbar {
    position: relative;
    top: 16px;
    z-index: 104;
}

.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;
}

.icon-soudan {
    left: 86px;
    position: absolute;
    top: 16px;
}

.icon-seikyuu {
    left: 163px;
    position: absolute;
    top: 15px;
}

.gyou-1 {
	top:45px;	
}

.gyou-2 {
	top:40px;
}

.gyou-3 {
	top:30px;
}

.arrow {
    background: url("../img/subnav-arrow.png") no-repeat scroll 0 3px transparent;
    display: block;
    padding-left: 9px;
}	


/* 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-1 a {}
 /* .cta-1 a:hover { background:url(../img/CTA-left-on.png) repeat-x;} */

.cta-2 a {}
/* .cta-2 a:hover { background:url(../img/CTA-right-on.png) repeat-x;} */

#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%;
}

/* Footer */

.top-button {
	height:41px;
	width:141px;
	position:absolute;
	top:11px;
	right:0px;	
}

.top-button a {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/top-button.png);
}

.top-button a:hover {
	background-image:url(../img/top-button-on.png);
}

#point-footer-mobile {
	position:relative;
	background:#000;
	height:30px;
	width:100%;
	text-align:center;
	z-index:101;
}

/* 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;
}

.logo-container {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 140px;
    width: 332px;
}

.section {
    color: #FFFFFF;
    font-size: 10px;
    padding-top: 14px;
}

/* Madori no Teian */

.module-text {
    color: #FFFFFF;
    font-size: 14px;
	width:500px;
	line-height:24px;
    letter-spacing: -1px;
	padding:50px 0;
}

.inline-block {
	display:inline-block;
}
.module-text h2 {
    font-size: 20px;
    font-weight: normal;
}

.float {
	float:left;
	position:relative;
}

.backstretch {
	position:relative;
}

.font {
	font-family:'・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け',sans-serif;
}

.full {
	max-width: 100%;
	height: auto;	
}

.img {
	max-width: 80%;
	height: auto;	
	position:absolute;
	z-index:9991;
	left: 20px;
	display:none;
}

/* CTA - Bottom */

#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%;
}

.column-contents {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
	height:200px;
}

.column-contents h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 0;
    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: 66px;
    position: relative;
    text-align: left;
    top: 22px;
}

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(../img/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;
}

/* Sidebar content */

.logo-bl {
	width:85px;
	height:31px;
	background:url(../img/xevo-logo-bl.png) no-repeat;
	position:absolute;
	left:10px;
	top:20px;
	margin:5px;
	display:none;
	cursor:pointer;
}

.logo-float {
	float:left;
	top:2px;
}

#sidebar {
	position:absolute;
	height:82px;
	top:0px; /* Set for animation */
	z-index:9999;
	width:100%;	
}

.left-100 {
    width: 100%;
}
.top-100 {
}

.product-icon {
    bottom: 20px;
    position: absolute;
    right: 20px;
}


/* Nav */

.nav { position:absolute; top:5px; right:0px; height:75px; }
.nav ul {  margin: 0pt; padding: 0pt; }
.nav ul li { float:left; width:75px; padding: 0pt; padding-right:5px; }
.nav a { width: 100%; height: 75px; display: block;}

.nav-1 { height:75px; }

.nav-1 a { background:url(../img/menu-mobile.png) no-repeat;}
.nav-1 a:hover { background:url(../img/menu-mobile-on.png) repeat-x;}

.nav-2 { height:75px; }

.nav-2 a { background:url(../img/navi-mobile.png) no-repeat;}
.nav-2 a:hover { background:url(../img/navi-mobile-on.png) repeat-x;}

.nav-3 { height:75px; }

.nav-3 a { background:url(../img/comm-mobile.png) no-repeat;}
.nav-3 a:hover { background:url(../img/comm-mobile-on.png) repeat-x;}


/* Menu */

.menu-pop {
	background-image:url(../img/shade1x1.png);
	position:absolute;
	z-index:9999;
	width:100%;
	display:none;	
}


.main {
	left:0px;
	top:85px;
	height:230px;	
}

.navi {
	left:0px;
	top:85px;
	height:230px;
}

.comm {
	left:0px;
	top:85px;	
	height:230px;
}

.home {
	left:0px;
	top:100px;	
	height:140px;
}

.menu-arrow-container {	
	width:100%;
	height:23px;
	position:absolute;
	top:-23px;
	left:0;
	display:none;
}

.menu-arrow {
	background-image:url(../img/container-arrow2.png);
	width:23px;
	height:14px;
	position:absolute;
	top:9px;
	right:42px;
}


/* Body Content */


.panel {
	position:absolute; 
	width:100%;
	height:100%;
}

.v-container {
	position:absolute;
	right:20px;
	bottom:50px;
	display:none;
	z-index:9000;
	/* width:386px;	*/
}

.divider {
	background-color:#FFF;
	width:10px;
	height:100%;
	position:absolute;
	right:30%;
	display:none;
}

.content-left {	

	height:100%;
	width:100%;
	position:relative;
}

.content-right {	
	height:100%;
	width:30%;
	position:absolute;
	right:0;
	display:none;
}

.tablet-bottom {
	padding-top:25px;	
	width:308px;
	margin:0 auto;
}

.top-tablet {
	float:left;	
}


/* Footer */

#footer {
    background-color: #FFFFFF;
    height: 226px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 101;
}

#footer p {
	line-height: 0;
}

.footer-top {
    font-family: '・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け',sans-serif;
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
    top: 85px;
}

.footer-top a {
	color: #000;	
}

.footer-bottom {
    color: #000;
    font-family: '・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け',sans-serif;
    font-size: 11px;
    left: 0;
    position: absolute;
    right: 0;
    top: 109px;
}

.footer-bottom a {
	color: #000;	
}

.footer-bottomright {
	font-size:8px;
	font-family:'・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け',sans-serif;
	color:#4D4D4F;
	position:absolute;
	right:0;
	top:35px;
	right:28px;
}

.footer-topright {
	position:absolute;
	top:20px;
	right:50px;	
}

.sitemap-tablet {
    background: #000;
    color: #FFFFFF;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 138px;
}

.sitemap-tablet a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 100%;
    line-height: 40px;
    width: 100%;
}

.top-tablet {
    background: #000;
    color: #FFFFFF;
    float: left;
    height: 40px;
    width: 160px;
}

.top-tablet a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 100%;
    line-height: 40px;
    width: 100%;
}

.top-tablet img {
	padding-right:5px;
}

/* Mobile Top Header */

.mobile-header {
    background: url(../img/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_bottom {
    background: url("../img/mobile/co_ln_01.gif") repeat scroll 0 0 transparent;
    bottom: 4px;
    height: 2px;
    position: absolute;
    width: 100%;
	bottom:0px\9;
}

#g_hdLg {
    float: left;
    margin: 0;
    padding: 10px 0 0 10px;
}

#g_hdNav {
    float: right;
    margin: 0;
    padding: 0;
}

#g_hdNav li {
    list-style: none outside none;
}

/* 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 {
    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: 12px 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 */

#contents {
	padding-bottom:0px;
	margin-top:92px;
	left:0px;
	top:200%;
	position: absolute;
	width: 100%;
	display: none;
	z-index:9998; 
	background-color:#FFF;
	height:100%;
	-webkit-overflow-scrolling : touch;
}
	
#block {
	left:0;
	top:200%;
	position: absolute;
	width: 100%;
	display: none;
	z-index:9992; 
	background-color:#FFF;
	overflow:hidden;
	height:110px;
}

.off {
	display:none;	
}

.icon {
	width: 224px;
	max-width: 90%;
	background-color:#CCC;
	margin:10px 10px 0px 0px;
	display:inline;
}

.close {
	background-image:url(../img/close.png);
	width:28px;
	height:31px;
	position:absolute;
	top:20px;
	right:15px;
	cursor:pointer;
}	

/* Alex */

.sublinks {
    color: #333333;
    font-size: 12px;
    left: 145px;
    position: absolute;
    top: 14px;
	min-width:600px;
}

.sublinks li {
    background: url("../img/subnav-arrow.png") no-repeat scroll 0 3px transparent;
    float: left;
    list-style: none outside none;
    margin-right: 12px;
    padding-left: 8px;
}

.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("../img/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 */ 

.box-type {
    color: #000;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
	font-size:18px;
}

.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:50px;	
}

.gyou-2 {
	top:40px;
}

.gyou-3 {
	top:30px;
}

.box-gyou1 {
    height: 18px;
    top: -9px;
	color:#000;
}

.font-module {
    font-size: 18px;
    line-height: 24px;
}

.block {
	width:100%;
	height:100%;
	position:absolute;
	z-index:9990;
	background-image:url(../img/block.png);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* Mozilla */
    opacity: 0; /* CSS3 */
	line-height:20px;
}

.block h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 10px 0;
}

.block p {
	margin-bottom:10px;	
}

p {
	font-size:14px;
	line-height:24px;
}

#g_headerInner {
	height: 44px;
	height: 41px\9;
    position: relative;
}

.personal {
	line-height:20px;	
}

/* END - New Added 3-20-2013 */


/* Conversion Block */

.cvSeparate {
    border-top: 1px solid #ccc;
    padding: 50px 0 30px;
}
.cvSeparate.typeBlk {
	border-top: none;
	background-color: #000;
}
.cvSeparate.typeWht {
	background-color: #fff;
}
.cvBlock {
    margin: 50px 0 30px;
    padding: 20px 12px 20px;
    background-color: #3d3d3d;
    color: #b7b7b7;
    clear: both;
}
.cvSeparate .cvBlock {
    margin-top: 0;
    margin-bottom: 0;
}
.cvBlock p {
    margin: 0;
    line-height: 1.6;
}
.cvBlock .cvInnerTxt p {
    font-size: 14px;
}
.cvBlock .cvInnerTxt,
.cvBlock .cvInnerBtn {
    max-width: 760px;
    margin: 0 auto;
}
.cvBlock .cvInnerTxt h2,
.cvBlock .cvInnerTxt p {
    margin: 0 0 10px;
}
.cvBlock .cvInnerTxt {
    padding-bottom: 10px;
}
.cvBlock .cvInnerBtn div {
    float: left;
    width: 50%;
}
.cvBlock img,
.relationBlock img {
    max-width: 100%;
    height: auto;
}

/* Relation Block */
.relationBlock {
  margin: 30px 0;
	padding: 0 10px;
}
.relationBlock.mtSpace {
	margin-top: 50px;
}
.cvSeparate .relationBlock {
  margin-bottom: 0;
}
.relationBlock ul {
	max-width: 928px;
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.relationBlock .type1col {
	width: 32.5%;
}
.relationBlock li {
	float: left;
	width: 49.3%;
	margin: 0 1.13% 0 0;
	padding: 0;
	text-align: right;
}
.relationBlock .type1col li,
.relationBlock .type1col .lastChild {
	float: none;
	width: 100%;
	margin: 0;
	text-align: center;
}
.relationBlock .type3col li {
	width: 32.5%;
}
.relationBlock .lastChild {
	margin-right: 0;
	text-align: left;
}
.relationBlock li img {
  border: 1px solid #ccc;
  vertical-align: top;
}
.relationBlock .type2col li img {
	width: 66%;
}

/* ==

　GranWoodキャンペーンモジュール 14.08

=============================================================================== */
.cvGWBlock {
    margin: 50px 0 30px;
    padding: 20px 12px 20px;
    background-color: #fff;
    color: #333;
    clear: both;
}
.cvGWBlock .cvInnerBtn {
    max-width: 760px;
    margin: 0 auto;
}
.cvGWBlock .cvInnerBtn div {
    float: left;
    width: 50%;
}
.cvGWBlock img {
    max-width: 100%;
    height: auto;
}
.mt00 { margin-top: 0 !important; }
