@charset "shift_jis";
/* =============================================================================
   株式会社オール | ラルズネット
   ========================================================================== */


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

h1, h2, h3, h4, h5 { margin: 0; padding: 0; font-size: 1em; font-weight: 400; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

p, pre { margin: 0; padding: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
a:hover img { opacity: 0.75; filter: alpha(opacity=75); }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Ralsnet Matsumoto
   ========================================================================== */
   
body {
	font-size: 12px;
	border-top: 2px solid #023199;
}

/* ================================================================================
   header
   ================================================================================ */

header {
	overflow: hidden;
}
header h1 {
	float: left;
	width: 140px;
	height: 40px;
	padding: 15px 0 0 5px;
}
header h1 img {
	width: 80%;
	height: auto;
}
header div.inner {
	float: right;
	width: 173px;
	height: 37px;
	text-align: right;
}
header div.inner ul {
	display: none;
}
header div.inner img.number {
	display: block;
	width: 80%;
	height: auto;
	margin: 15px 10px 0 auto;
}

/* ================================================================================
   container
   ================================================================================ */

div#container {
	clear: both;
	width: 100%;
	overflow: hidden;
}
/* slideshow */
div#slidecover {
	position: relative;
	width: 100%;
	margin: 10px 0 0;
}
div#slideshow {
    position: relative;
}
div#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
	display: block;
	width: 100%;
	height: auto;
    z-index: 8;
	border: 1px solid #eee;
	border-width: 1px 0;
}
div#slideshow img.active {
    z-index: 10;
}
div#slideshow img.last-active {
    z-index: 9;
}
div#dummy img {
	display: block;
	width: 100%;
	height: auto;
}
ul#inav {
	display: none;
}
/* gnav */
ul#gnav {
	width: auto;
	padding: 0;
	background: #eee;
	overflow: hidden;
}
ul#gnav li {
	float: left;
	display: block;
	width: 50%;
}
ul#gnav a {
	display: block;
	color: #666;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	text-decoration: none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	border: 1px solid;
	border-color: #fff #fff #ddd #ddd;
}
ul#gnav a span {
	display: block;
	background: url(../img/common/arrow_sprite.png) no-repeat 100% 6px;
}
ul#gnav img {
	display: none;
}
/* main */
div#main {
	clear: both;
 	width: auto;
	padding: 20px 10px 0;
}
div#newms {
	margin-bottom: 20px;
	overflow: hidden;
}
div#newms img {
	display: block;
	width: 100%;
	height: auto;
}
div#information {
	position: relative;
	margin-bottom: 22px;
}
div#information h2 {
	width: 185px;
	height: 24px;
	padding: 0 0 5px;
}
div#information h3 {
	display: none;
}
div#grayback {
	clear: both;
	padding: 5px 5px 10px 5px;
	background: url(../img/common/bg_dotted1.png) repeat 0 0;
	text-align: right;
	overflow: hidden;
}
div#grayback div.inner {
	height: 160px;
	padding: 0 20px;
	background: white;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	text-align: left;
	overflow: auto;
}
div#grayback article {
	padding: 10px 15px 1px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
div#grayback article:first-child {
	padding-top: 15px;
}
div#grayback article:last-child {
	margin-bottom: 20px;
}
div#grayback h4 {
	color: #888;
	font-weight: 700;
}
div#grayback pre {
	padding: 3px 0;
}
div#grayback a.url {
	display: block;
	color: #3F5F83;
	word-break: break-all;
}
div#grayback small.time {
	display: block;
	color: #777;
	text-align: right;
}
div#grayback a.more {
	display: inline-block;
	margin-right: 10px;
}
div#cube_brand_new {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
div#cube_brand_new h2 {
	width: 100%;
	overflow: hidden;
}
div#cube_recommend {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#cube_recommend h2 {
	background: url(../img/home/title_new.png) no-repeat 0 0;
}

/* ================================================================================
   cube
   ================================================================================ */

ul#csv_cube1 {
	margin: 25px 0 0 0;
}
ul#csv_cube1 li {
	float: left;
	width: 45%;
	height: auto;
	margin: 0 2.5% 10px;
}
ul#csv_cube1 li a {
	display: block;
	width: auto;
	height: auto;
	padding: 15px 10px 10px;
	border: 1px solid #D4D4D4;
	text-decoration: none;
	background: url(../img/home/ic_cube_new.png) no-repeat 5px 5px;
}
ul#csv_cube1 img {
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto 5px;
}
ul#csv_cube1 span {
	color: #777;
	line-height: 18px;
}
ul#csv_cube1 span.cPrice, ul#csv_cube1 span.cRimawari span {
	display: inline-block;
	color: #333;
	font-weight: 700;
}
ul#csv_cube1 span.cPrice, ul#csv_cube1 span.cRimawari {
	display: block;
}
ul#csv_cube1 span.cPrice, ul#csv_cube1 span.cRimawari {
	padding: 0 5px;
}
ul#csv_cube1 span.cAddress, ul#csv_cube1 span.cComment {
	display: block;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul#csv_cube2 {
	height: 190px;
	margin: 25px auto;
	overflow: hidden;
}
ul#csv_cube2 li a {
	display: block;
	color: #ccc;
	padding: 30px 10px 10px 10px;
	background: #333 url(../img/home/ic_cube_recommend.png) no-repeat center 7px;
	text-decoration: none;
	overflow: hidden;
}
ul#csv_cube2 li a img {
	float: left;
	display: block;
	width: 40%;
	height: auto;
	margin: 0 0 30px;
	border: 5px solid #999;
}
ul#csv_cube2 span {
	color: #ccc;
	line-height: 28px;
}
ul#csv_cube2 span {
	display: block;
	text-align: left;
	padding: 0 5px 0 48%;
}
ul#csv_cube2 span.cPrice, ul#csv_cube2 span.cRimawari span {
	color: #fc9;
	font-size: 150%;
	font-weight: 700;
}
ul#csv_cube2 span.cAddress, ul#csv_cube2 span.cComment {
	text-align: left;
}
ul#csv_cube2 span.cComment {
	line-height: 20px;
}
ul#csv_cube2 span.cRimawari span {
	display: inline-block;
	padding-left: 5px;
}

/* sidebar */
div#sidebar {
	padding: 0 10px;
}
div#sidebar div.box {
	float: left;
	width: 48%;
	margin-bottom: 11px;
}
div#sidebar div.box img {
	width: 100%;
	height: auto;
}
div#sidebar div.box .secret_num {
	width: auto;
}
div#to_apman, div#to_blog, div#to_house2, div#to_pdf_dl, div#to_form_box {
	display: none;
}
div#fb_box {
	float: right;
	width: 45%;
	padding: 4px;
	border: 5px solid #F1F1F1;
	margin-bottom: 20px;
	text-align: center;
}
div#fb_box h3 {
	display: none;
}
div#fb_box span {
	display: block;
	padding: 1px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
div#fb_box span:last-child {
	border: 0;
}
div#fb_box span img {
	display: block;
	width: 100%;
	height: auto;
}
div.simulation {
	display: none;
}

/* ================================================================================
   footer
   ================================================================================ */

footer {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
footer div.decoration {
	display: none;
}
div#pagetop {
	display: none;
}
footer div.contents {
	width: 100%;
	padding: 0;
	border-top: 5px solid #ccc;
	background: #252525;
	overflow: hidden;
}
footer div.info {
	display: none;
}
footer div.sitemap ul {
	clear: both;
	overflow: hidden;
}
footer div.sitemap ul li a {
	display: block;
	color: #ccc;
	font-size: 110%;
	padding: 15px 10px 15px 25px;
	text-align: left;
	text-decoration: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background: url(../img/common/ic_sprite_black.png) no-repeat 95% -425px;
}
ul#flist1 {
	background: #252525;
}
ul#flist2 {
	background: #2f2f2f;
}
ul#flist3 {
	background: #353535;
}
ul#flist4 {
	background: #3f3f3f;
}
footer div.sitemap ul li span.icon {
	display: none;
}
p#copyright {
	clear: both;
	text-align: left;
}
p#copyright small {
	display: block;
	color: #999;
	padding: 10px 10px 10px 20px;
}
/* =============================================================================
   非公開物件
   ========================================================================== */
/*   
div#sidebar {
	margin-bottom: 20px;
}
div#sidebar div#secret, div#fb_box {
	float: none;
	width: auto;
	vertical-align: middle;
}
div#sidebar div#secret {
	width: 220px;
	height: 110px;
	margin: 0 auto;
}
div#fb_box {
	float: none;
	width: 220px;
	padding: 4px;
	margin: 0 auto 20px;
	text-align: center;
}
.hide_num {
	width: 195px;
	height: 1px;
	margin: -29px auto 40px;
	padding: 0 25px 0 0;
	text-align: right;
}*/


/* ===============================================================================================================================
   Media Queries
   ============================================================================================================================ */

@media only screen and (min-width: 480px) {
	/* Style adjustments for viewports that meet the condition */

	/* ================================================================================
	   header
	   ============================================================================= */
	
	header {
		width: 960px;
		margin: 0 auto;
	}
	header h1 {
		float: left;
		width: 140px;
		height: 40px;
		padding: 25px 0 0;
	}
	header h1 img {
		width: 100%;
		height: auto;
	}
	header div.inner {
		float: right;
		width: auto;
		height: auto;
		text-align: right;
	}
	header div.inner ul {
		display: block;
	}
	header div.inner ul li {
		float: left;
		padding: 15px 0;
	}
	header div.inner ul li a {
		display: block;
		color: #666;
		padding: 0 15px;
		text-decoration: none;
		border-right: 1px dotted #999;
	}
	header div.inner ul li a:hover {
		color: #999;
		text-decoration: underline;
	}
	header div.inner ul li:last-child {
		padding: 12px 0 15px 10px;
	}
	header div.inner img.number {
		clear: both;
		display: block;
		width: 173px;
		height: 37px;
		margin: 0 0 0 auto;
	}

	/* ================================================================================
	   container
	   ============================================================================= */
	
	div#container {
		clear: both;
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
	}
	/* slideshow */
	div#slidecover {
		position: relative;
		float: left;
		width: 720px;
		margin: 10px 3px 25px 0;
		border-right: 1px dotted #999;
	}
	div#slideshow {
		position: relative;
		height: 350px;
	}
	div#slideshow img {
		border: 0;
	}
	div#dummy {
		display: none;
	}
	ul#inav {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 20;
	}
	ul#inav li {
		float: left;
		width: 144px;
	}
	ul#inav li a {
		display: block;
	}
	ul#inav li a:hover img {
		filter: alpha(opacity=80);
		opacity: 0.8;
	}
	ul#inav li.yet a:hover img {
		filter: alpha(opacity=100);
		opacity: 1.0;
		cursor: default;
	}
	/* gnav */
	ul#gnav {
		float: left;
		width: 226px;
		padding: 10px 0 0;
		background: none;
	}
	ul#gnav li {
		float: none;
		width: auto;
	}
	ul#gnav a {
		background: none;
		height: auto;
		border: none;
		padding: 0;
	}
	ul#gnav img {
		display: block;
	}
	ul#gnav a span {
		display: none;
	}
	/* sidebar */
	div#sidebar {
		clear: both;
		float: left;
		width: 220px;
		padding: 0;
	}
	div#sidebar div.box {
		float: none;
		width: auto;
	}
	div#sidebar div.box img {
		width: auto;
	}
	div#to_apman, div#to_blog, div#to_house2, div#to_pdf_dl, div#to_form_box {
		display: block;
	}
	div#sidebar div.box:last-child {
		margin-bottom: 30px;
	}
	div#fb_box {
		float: none;
		width: auto;
		padding: 0;
	}
	div#to_form_box, div#fb_box {
		width: 208px;
		border: 6px solid #F1F1F1;
		margin-bottom: 11px;
		text-align: center;
	}
	div#to_form_box h3, div#fb_box h3 {
		display: block;
		padding: 5px 0;
	}
	div#fb_box span img {
		width: auto;
	}
	div#to_form_box span, div#fb_box span {
		display: block;
		padding: 5px 0;
		border-bottom: 1px dotted #ccc;
	}
	div#to_form_box span:last-child, div#fb_box span:last-child {
		border-bottom: 0;
	}
	/* main */
	div#main {
		clear: none;
		float: right;
		width: 720px;
		padding: 0;
	}
	div#newms {
		width: 720px;
		height: 230px;
		margin-bottom: 23px;
	}
	div#information h3 {
		display: block;
		position: absolute;
		top: 10px;
		right: 0;
		width: 120px;
		height: 20px;
	}
	div#cube_brand_new {
		float: left;
		width: 470px;
	}
	div#cube_recommend {
		float: right;
		width: 230px;
	}
		
	/* ================================================================================
	   cube
	   ================================================================================ */
	
	ul#csv_cube1 {
		margin: 25px -25px 0 0;
	}
	ul#csv_cube1 li {
		width: 220px;
		height: 233px;
		margin: 0 25px 10px 0;
		background: url(../img/home/cube_footer.png) no-repeat 0 bottom;
	}
	ul#csv_cube1 li a {
		width: 220px;
		height: 210px;
		padding: 0;
	}
	ul#csv_cube1 li a:hover {
		background-color: #f6f6f6;
	}
	ul#csv_cube1 img {
		width: 130px;
		height: 130px;
	}
	ul#csv_cube1 span.cPrice, ul#csv_cube1 span.cRimawari {
		display: inline-block;
	}
	ul#csv_cube1 span.cPrice {
		padding: 0 5px 0 20px;
	}
	ul#csv_cube1 span.cAddress, ul#csv_cube1 span.cComment {
		padding: 0 0 0 20px;
	}
	ul#csv_cube2 {
		height: 313px;
		margin: 25px 0;
	}
	ul#csv_cube2 li {
		margin-bottom: 25px;
	}
	ul#csv_cube2 li a {
		padding: 26px 10px 10px 10px;
		background-position: 6px 6px;
	}
	ul#csv_cube2 li a:hover {
		background-color: #000;
	}
	ul#csv_cube2 li a img {
		float: none;
		width: 200px;
		height: 200px;
		border: 5px solid #999;
		margin: 0 0 10px;
	}
	ul#csv_cube2 span {
		line-height: 18px;
	}
	ul#csv_cube2 span.cPrice, ul#csv_cube2 span.cRimawari span {
		display: inline-block;
		font-size: 120%;
		color: #fc9;
		font-weight: 700;
	}
	ul#csv_cube2 span.cPrice {
		padding: 0 5px 0 10px;
	}
	ul#csv_cube2 span.cRimawari {
		display: inline-block;
		padding: 0 5px;
	}
	ul#csv_cube2 span.cAddress, ul#csv_cube2 span.cComment {
		display: block;
		padding: 0 10px;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	div.simulation {
		display: block;
	}
		
	/* ================================================================================
	   footer
	   ================================================================================ */
	
	footer div.decoration {
		position: relative;
		display: block;
		width: 960px;
		height: 87px;
		margin: 0 auto -5px;
		background: url(../img/common/footer_img.png) no-repeat right bottom;
		z-index: 100;
	}
	footer div.decoration img {
		display: block;
		padding: 10px 0 0 10px;
	}
	div#pagetop {
		display: block;
		text-align: right;
		padding: 10px 5px 0 0;
	}
	footer div.contents div.inner {
		width: 960px;
		height: 350px;
		margin: 0 auto;
		text-align: left;
	}
	footer div.info {
		display: block;
		padding: 0 0 10px;
		text-align: left;
		border-bottom: 1px solid #000;
		overflow: hidden;
	}
	footer div.info span {
		display: block;
		color: #999;
		padding: 5px 0 0;
	}
	footer div.sitemap {
		padding: 15px 0 0;
		border-top: 1px solid #444;
	}
	ul#flist1, ul#flist2, ul#flist3, ul#flist4 {
		background: #252525;
	}
	footer div.sitemap ul li {
		display: inline;
		display: inline-block;
		float: left;
		padding-bottom: 10px;
	}
	footer div.sitemap ul li a {
		font-size: 100%;
		padding: 0 10px;
		border: 0;
		border-right: 1px solid #888;
		background: none;
	}
	footer div.sitemap ul li:last-child a {
		border: 0;
	}
	footer div.sitemap ul li a:hover {
		color: #999;
		text-decoration: underline;
	}
	footer div.sitemap ul li span.icon {
		display: block;
		width: 16px;
		height: 16px;
		background: url(../img/common/ic_sprite_black.png) no-repeat;
	}
	ul#flist1 li span.icon {
		background-position: 0 -159px;
	}
	ul#flist2 li span.icon {
		background-position: 0 -119px;
	}
	ul#flist3 li span.icon {
		background-position: 0 -199px;
	}
	ul#flist4 li span.icon {
		background-position: 0 -400px;
	}
	p#copyright small {
		padding: 80px 0 0;
	}
	
	/* =============================================================================
      非公開物件追加分
      ========================================================================== */
/*	div#sidebar {
		display: block;
	}
	div#sidebar div#secret, div#fb_box {
		display: block;
		width: auto;
	}
	div#sidebar div#secret {
		width: auto;
		height: auto;
	}
	div#fb_box {
		border: 4px solid #f1f1f1;
	}
	.hide_num {
		width: auto;
		margin: -29px 0 42px;
		text-align: right;
		padding: 0 25px 0 0;
	}*/
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

