@charset "utf-8";
/*
	Theme Name: Twenty Eleven child
	Template:twentyeleven-child
	Author: Sofnetjapan
	Description: Wordpressテーマ「twentyeleven」をFindsサイト用の子テーマです。
*/
/*現行のCSSをコピー*/
/* =Reset
-------------------------------------------------------------- */

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: 13px/20px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	font-size: 100%;
	vertical-align: baseline;
}
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: separate;
	border-spacing: 0;

}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
tr{
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px　0px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0 !important;
	-ms-interpolation-mode: bicubic;
	border-style:none;
}



/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
.clear:after, .clearfix:after{
content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;

}
.nodisplay{
display:none;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
.widget-title{
	color: #24285A !important;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
.mt20{margin-top:20px!important;}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}


.btn_subcate {
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:4px 10px;
margin-bottom:5px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #4197ee) );
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #cae3fc;
 	-moz-box-shadow:inset 1px 1px 0px 0px #cae3fc;
 	box-shadow:inset 1px 1px 0px 0px #cae3fc;
}.btn_subcate:hover {
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4197ee), color-stop(100%, #79bbff) );
	background-color:#4197ee;
text-decoration:none;
color:#FFFFFF;
}.btn_subcate:active {
	position:relative;
	top:1px;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 600; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
	width:750px;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 13px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
}
a {
	outline: none;
	color: #24285A;/*#4A52B7;*/
	text-decoration:underline;
    font: 10px;
}
a:hover {
	color: #0f3647;
	text-decoration:underline;
}
a.headerlink{
	padding-right:15px;
	font-size:12px;
	background:url(images/arrow.png) no-repeat right center;
}
a.menulink{
	font-size:12px;
	display:block;
	border:solid 1px lightgrey;
	padding:5px;
	text-decoration:none;
	margin-bottom:10px;
	width:170px;
	float:left;
}
a.menuactive{
	background-color:lightgrey !important;
}
a.menulink:hover{
	background-color:gray;
	color:white;

}
a.footerlink{
	padding-right:13px;
	font-size:11px;
	background:url(images/arrow.png) no-repeat right 1px;
}


.margin5{	margin:5px;}
.margin10{	margin:10px;}
.margin15{	margin:15px;}
.margin20{	margin:20px;}
.margin30{	margin:30px;}
.ml20{ 	margin-left:20px; }
.mr20{ 	margin-right:20px; }
.mt5{	margin-top:10px;}
.mt10{	margin-top:10px;}
.mt15{	margin-top:15px;}
.mt20{	margin-top:20px;}

.pd5{	padding:5px}
.pd10{	padding:10px}
.pd15{	padding:15px}
.pd20{	padding:20px}
.pd25{	padding:25px}
.pd30{	padding:30px}
.pdt5{	padding-top: 5px;}
.pdt10{	padding-top: 10px;}
.pdt15{	padding-top: 15px;}
.pdt20{	padding-top: 20px;}
.pdl20{	padding-left: 20px;}
.pdr20{ padding-right: 20px;}

.width200{ width:200px;}
.width210{ width:210px;}

.bold{	font-weight:bold;}

.middle{
vertical-align:middle;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background-color: #fff;
	width:100%;
	max-width:100%;
	background: url(images/logo_finds1.png) no-repeat top left;

}
#page{max-width:100%;margin:0 auto;padding:0px;}
.site-content {
	margin: 0 auto;
width:1120px;
}
.widget-area {
	margin: 0px auto;

}
.widget-blog{
	width:230px !important;
	float:right;
	color:dimgray;
height:100%;
}

/* Header */
.site-header {
	padding: 0px;
	width:100%;
	margin:0px auto;
	margin-top:5px;
}
.dummy{
	width:180px;
	height:50px;
	padding-top:5px;
padding-left:20px;
}
.site-header h1,
.site-header h2 {
	text-align: right;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 12px/20px!important;
color:#cccccc;

}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin:0px auto;
	margin-top: 0.714285714rem;
	text-align: center;
	background-color:#efefef;
	width:100%;
}
.main-navigation li {
	margin-top: 10px;
	margin-top: 0.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 32px;
	line-height: 2.4rem;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
/*	display: none;*/
border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: inline-block !important;
    text-align: left;
/*    width: 100%;*/
/*width:1120px;*/

}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
/*display:none:*/
}



/*ナビゲーション上書きCSS*/
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		/*width: 1120px;*/
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.6923092;
		text-transform: uppercase;
		white-space: nowrap;
		width:100%;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0px;
/*		margin: 0 2.857142857rem 0 0;*/
		position: relative;
/*		border:solid 1px green;*/
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #efefef;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		white-space: normal;
/*		border:solid 1px blue;*/
		width: 180px;
		width: 12.85714286rem;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}


.menu-item{
	color:lightgrey;
	color:dimgray;
	display:block;
	text-indent:1EM;
z-index:100000;/*IEに必要*/
}
.menu-item a:hover{
	color:lightgrey!important;
}
.menu-item a:hover:after{
	padding-bottom:20px;
	color:dimgray;
	background-color:lightgrey;
	width:100%;
	line-height:45px;
	background: rgba(224,224,224,1.0)!important;
	opacity:1.0;
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: .1; /* Safari 1.x */
	-moz-opacity: .1; /* FF lt 1.5, Netscape */
	position:absolute;top:-0px;left:0px;
}

.menu-item-3479,.menu-item-4467,
.menu-item-4468,.menu-item-4475
{	width:100px;height:50px;padding-right:30px;}
.menu-item-4471
{	width:150px;height:50px;padding-right:50px;　}
.menu-item-186,.menu-item-2788
{	width:100px;height:50px;padding-right:30px;}

.menu-item-3479 a:hover:after{content:"ニュース";}
.menu-item-100 a:hover:after{content:"最新ニュース";}
.menu-item-4466 a:hover:after{content:"今週のチラシ";padding-bottom:0px;}
.menu-item-4467 a:hover:after{content:"イベント";;padding-bottom:5px;}
.menu-item-186 a:hover:after{content:"商品紹介";}
.menu-item-3260 a:hover:after{content:"ライフスタイルカテゴリー";}
.menu-item-3303 a:hover:after{content:"モダン";}
.menu-item-3305 a:hover:after{content:"エレガント";}
.menu-item-3307 a:hover:after{content:"ジオ";}
.menu-item-3308 a:hover:after{content:"オーセンティック";}
.menu-item-3309 a:hover:after{content:"コンサバティブ";}
.menu-item-3310 a:hover:after{content:"ジャパン";}
.menu-item-3311 a:hover:after{content:"トライバル";padding-bottom:0px;}
.menu-item-3259 a:hover:after{content:"商品カテゴリー";}
.menu-item-3312 a:hover:after{content:"リビング";}
.menu-item-3313 a:hover:after{content:"ダイニング";}
.menu-item-3314 a:hover:after{content:"ベッド";}
.menu-item-3315 a:hover:after{content:"収納＆デスク";}
.menu-item-3316 a:hover:after{content:"シーズン";}
.menu-item-3317 a:hover:after{content:"組立家具";}
.menu-item-3318 a:hover:after{content:"ファブリック";}
.menu-item-3319 a:hover:after{content:"ホームファッション";padding-bottom:0px;}
.menu-item-185 a:hover:after{content:"ピックアップ商品";}
.menu-item-184 a:hover:after{content:"新着商品";}
.menu-item-4470 a:hover:after{content:"オーダーカーテン";padding-bottom:0px;}
.menu-item-4468 a:hover:after{content:"ショップ";}
.menu-item-188 a:hover:after{content:"小田億ファインズ横川本店";}
.menu-item-187 a:hover:after{content:"小田億ファインズ廿日市店";}
.menu-item-183 a:hover:after{content:"オンラインショップ";}
.menu-item-4469 a:hover:after{content:"ショップサービス";padding-bottom:0px;}
.menu-item-4471 a:hover:after{content:"メンバーシップクラブ";}
.menu-item-4472 a:hover:after{content:"Findsカード会員";}
.menu-item-4473 a:hover:after{content:"オダオくんめ～るクラブ";}
.menu-item-4474 a:hover:after{content:"Findsブライダルクラブ";padding-bottom:0px;}
.menu-item-2788 a:hover:after{content:"サービス";}
.menu-item-4477 a:hover:after{content:"ショップサービス";}
.menu-item-4223 a:hover:after{content:"家具の修理・リフォーム";}
.menu-item-356 a:hover:after{content:"３Ｄコーディネートサービス";}
.menu-item-361 a:hover:after{content:"法人向けサービス";padding-bottom:0px;}
.menu-item-4475 a:hover:after{content:"会社案内";padding-bottom:0px;}
.menu-item-769 a:hover:after{content:"会社概要";}
.menu-item-772 a:hover:after{content:"沿革";}
.menu-item-771 a:hover:after{content:"採用情報";}
.menu-item-770 a:hover:after{content:"個人情報保護方針";padding-bottom:0px;}
.menu-item-4478 a:hover:after{content:"採用情報";padding-bottom:0px;}
.menu-item-13811 a:hover:after{content:"書籍紹介";padding-bottom:0px;}







/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	border-bottom:dotted 1px #4A52B7;
	padding:20px;
}
.widget-area .widget h3 {
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}ｆ
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/*左Sidebar*/
.sidebar-left {
width: 230px;
float: left;
padding-top: 5px;
clear: none;
margin-right:5px;
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 0px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 68.571428571rem;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	width:100%;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
.footer-area{width:1120px; border:solid 0px lightgrey;font-size:x-small;color:gray;padding-top:20px;margin:0px auto;}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 18pt !important;
	line-height: 1.2EM !important;
	font-weight: bold !important;
	color: #24285A !important;
	height:30px;
text-align:left;

}
/*
.entry-header .entry-title:before {
	content:url(/wp-content/themes/twentytwelve/images/titlepoint1.gif0);
}
.entry-header .entry-title:after {
	content:url(/wp-content/themes/twentytwelve/images/titlepoint2.gif0);
}
*/
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.6923092;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content{
	float:left;
padding:0px 10px;
width:880px;
box-sizing:border-box;
}
.entry-header{
	float:left;
width:880px;
}
.blog-content .entry-content{
/*width:100%;*/
float:left;
}
.blog-header{
	width:830px;

}
.top-content{
	width:100% !important;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
text-align:left;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;

}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,

.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	padding: 0px !important;
}
.entry-content strong{font-weight:bold!important;}
.site-content article {
/*	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;*/
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 0px;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
display:none;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}



/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: 100%;
	margin:0px auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* 　-----------------------------------　　　　スマホサイト　　　カスタマイズ　*/　

.wideslider {
	width: 100%;
	height: 400px;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:0;
}

.wideslider ul,
.wideslider ul li {
	margin:0;
	padding:0;
	float: left;
	display: inline;
	overflow: hidden;
	z-index:1;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}

.wideslider, .wideslider_wrap{
display:none;
}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #fff url(http://gigaplus.makeshop.jp/sarahgrace/material/arrow_l2.png) no-repeat right center;
}
.slider_next {
	background: #fff url(http://gigaplus.makeshop.jp/sarahgrace/material/arrow_r2.png) no-repeat left center;
}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 18px;
	height: 18px;
	display: inline-block;
	overflow: hidden;
	background: url('http://www.zakka-sara.com/design/sarahgrace/img/icon-paginations.png') 0 0 no-repeat;
	/*background: #333;
	border:1px solid #333;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;*/
}
.pagination a.active {
	background-position: -18px top;
	/*filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;*/
}
/*.main-navigation div{width:1120px;margin:0px auto;background-color:#efefef;}*/


/*------------------------------------------TOPページ　-----------------------------------*/

table.toppage td.leftarea{

margin-right:20px!important;
vertical-align:top;}

table.toppage td.rightarea{
width:900px;
vertical-align:top;
padding-left:18px!important;}

.rightarea table img.menubanner{
width:210px;
}
.rightarea .catemidashi{
width:900px;
}

.rightarea .topcatewaku{
/*background-image: url('http://www.odaokufinds.com/wp-content/uploads/2015/11/top_catewaku880.jpg'); background-repeat: no-repeat; */
padding-top: 10px; margin-top: -6px; width: 898px; height: 680px; padding: 0px 10px; box-sizing: border-box;
}

#slide {
width:100%;
height:120px;
position:relative;
top:-20px;
}
#slide img {
width:100%;
position:absolute;
left:0;
top:0;
}
#slide ul{
list-style:none;
}
#slide ul li{
margin:0px auto;
width:100%;
}
.area1{
width:100%;
width:auto;
}
.area1 div.button{
width:100%;
border:solid 0px red;
margin:10px 10px auto;

}
.area1 div.button img {
display:none;
}
.area1 div.button p {
display:block;
width:90%;
font-size:14pt;
font-weight:bold;
text-align:center;
border-top:dotted 1px gray;
border-bottom:dotted 1px gray;
}
.area1 div.button a:hover{
position:relative; top:1px; left:1px;
}
.area1 div.cont{
width:100%;
height:auto;
border:solid 0px blue;
margin:5px auto;
overflow:hidden;
}
div.whatsnew div{
font-size:12px !important;
}

.area1 div.eventarea, .area1 div.newsarea {
    width: 100%;
    background-repeat: no-repeat;
}

.area1 div.eventarea, .area1 div.newsarea{
float:none;
}


.alignRight{float: right;}
.alignLeft{float: left;}
.mt20{
margin-top:20px;
}

.area1 div.pickuparea{
width: 1120px;
height: 180px;
border:solid 1px #ccc;
/*background-image:url(http://www.odaokufinds.com/wp-content/uploads/2015/09/back_pickup.jpg);*/
background-repeat:no-repeat;
box-sizing:border-box;}


.menuarea{
width:200px;
text-align:center;
margin:0px auto;
}
.linkarea{
width:100%;
}
.linkarea ul {
width:100%;
list-style-type:none;
}
.linkarea ul li{
float:left;
margin-left:10px;
}


.linkarea div.midashi{
display:none;
}


img.topcate{
	width:150px;
}
.linkarea ul li img.width210{
	width:150px;
}
table.toppage{
overflow:hidden;
}


div.blog-content {
width:830px;
padding-left:15px;
box-sizing:border-box;
float:left;
}

.footer-area {
    width: 1120px;
    border: solid 0px lightgrey;
    font-size: x-small;
    color: gray;
    padding-top: 20px;
    margin: 0px auto;
}







table.topage{
width:1120px;
}
table.toppage td.leftarea{

margin-right:20px!important;
vertical-align:top;}
table.toppage td.rightarea{
width:900px;
vertical-align:top;
padding-left:18px!important;}

.rightarea table img.menubanner{
width:210px;
}
#slide {
width:330px;
height:170px;
position:relative;
top:-20px;
}
#slide img {
width:330px;
height:160px;
position:absolute;
left:0;
top:0;
}
#slide ul{
list-style:none;
}
#slide ul li{
margin:0px auto;
}
.area1{width:1120px;}
.area1 div.button{
width:190px;
height:170px;
border:solid 0px red;
margin:8px 8px auto;

}
.area1 div.button a:hover{
position:relative; top:1px; left:1px;
}
.area1 div.cont{
width:340px;
height:170px;
border:solid 0px blue;
margin:1px auto;
overflow:hidden;
}


.area1 div.button img {
display:block
}
.area1 div.button p {
display:none;
}

.newsarea .cont{
padding:0px;
width:320px;
overflow:hidden;
}

div.whatsnew div{
font-size:12px !important;
}


.area1 div.eventarea, .area1 div.newsarea{
width: 550px;
height: 180px;
/*background-image:url(http://www.odaokufinds.com/wp-content/uploads/2015/08/back_waku550.jpg);*/
background-repeat:no-repeat;
}
.area1 div.eventarea{float:left;}
.area1 div.newsarea{float:left;margin-left:8px;}

.alignRight{float: right;}
.alignLeft{float: left;}
.mt20{
margin-top:20px;
}

.area1 div.pickuparea{
width: 1120px;
height: 180px;
border:solid 1px #ccc;
/*background-image:url(http://www.odaokufinds.com/wp-content/uploads/2015/09/back_pickup.jpg);*/
background-repeat:no-repeat;
box-sizing:border-box;}

.menulink{
width:1120px;
}
.menuarea{
width:200px;
text-align:center;
margin:0px auto;
float:left;
}
.linkarea{
width:920px;
float:left;
}
.linkarea ul li{
margin-left:20px;
}

.linkarea ul li img.width210{
width:210px;
}



.linkarea div.midashi{
padding-left:20px;
display:block;
}

img.topcate{
	width:250px;

}



div.blog-content {
width:830px;
padding-left:15px;
box-sizing:border-box;
float:left;
}






/*------------------------------------------------------　イベントリスト　-----------------*/
.eventlist{width:100%;}
.eventlist td.image{width: 300px;}
.eventlist td.image img{width:250px;}
.eventlist td.space{width:20px;}
.eventlist td.text{width:430px;vertical-align:middle;}



/*------------------------------------------------------　家具の修理・リフォーム　-----------------*/
div.reform{
	border: solid 1px  #24285A;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 11pt;
}
.reformtext{
	font-size: 14pt;
	font-weight: bold;
	color: #24285A;}



/*------------------------------------------------------　ピックアップ商品　-----------------*/
.pickupimage {
width:280px;

}
.pickupfooter{
height:200px;
width:750px;
}
.pickupfooter p{
margin:0;

}

/* ------------------------------------------　企業紹介　---------------------  */
div.company-header{
	background-image:url(http://www.odaokufinds.com/wp-content/uploads/2013/12/odaoku.gif);
	background-repeat: no-repeat;
	height:60px;
	padding-left:100px;
	padding-top:27px;
	font-size:14pt;
	font-weight:bold;
}
div.menu-company{
	width:750px;

}
div.menu-company .title{
	font-size:14pt;
}
div.content-company{
	width:800px;
	border:solid 1px lightgrey;
	padding:20px;
}
div.content-company .naiyo{
	border-bottom:dotted 1px lightgrey;
height:50px;
line-height:50px;
}

/*------------------------------------------------------　リクルート　-----------------*/
#recruitform{
display:none;
}

/*チラシ用操作ボタン*/

.css_btn_class {
	font-size:12px;
	font-family:Georgia;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	padding:3px 7px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background-color:#ededed;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
}.css_btn_class:active {
	position:relative;
	top:1px;
}

/*------------------------------------------　店舗紹介　---------------------*/
div.kidswaku{
width: 370px; float: left; border: solid 1px lightgrey; height: 450px;
}

ul.service{
	margin-top:-20px;
}
ul.service li{
	list-style: square url('http://www.odaokufinds.com/wp-content/uploads/2013/12/check.gif') inside;
	width:250px;
	margin:10px;
	float:left;

}
ul.shopservice li {
	list-style:none;
}
ul.shopservice li a{

	display:block;
	padding:5px;
	border:solid 2px;
	margin:5px;
	float:left;
	font-size:88%;
}
.service{
	padding-left:30px;
	padding-right:30px;
}
.service h3,.card h3{
	font-weight: bold !important;
	color: #24285A !important;
	margin-top:10px;
	font-size:14pt;
}
.service h3:before{
	content:"◆";
}
.service .dotline{
height: 1px;
border: none;
border-top: 1px lightgrey dashed;
width:100%;
margin-bottom:10px;
}
.service .line{
height: 1px;
border: none;
border-top: 1px lightgrey solid;
width:100%;
margin-bottom:10px;
}
.service-waku{
margin-bottom:20px;
}
.service div.after{
	background-image:url(../../../wp-content/uploads/2013/10/hosyou.png);
	background-repeat:no-repeat;
	background-position:100% 10%;
}
.service div.change{
	background-image:url(../../../wp-content/uploads/2013/10/henpin.png);
	background-repeat:no-repeat;
	background-position:100% 10%;
}
.service div.delivery{
	background-image:url(../../../wp-content/uploads/2013/10/haiso.png);
	background-repeat:no-repeat;
	background-position:100% 10%;
}
.service div.kousoku{
	background-image:url(../../../wp-content/uploads/2013/10/kousoku.png);
	background-repeat:no-repeat;
	background-position:100% 10%;
}
.service div.hikitori{
	background-image:url(../../../wp-content/uploads/2013/10/hikitori.gif);
	background-repeat:no-repeat;
	background-position:100% 10%;
}
.topcate{float:left;}

/* フルスクリーンモードの幅を拡げる */
#wp-fullscreen-wrap {
    padding-top: 15px !important;
    width: 100% !important;
}
#wp-fullscreen-title, #wp-fullscreen-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 45px !important;
    margin-right: 45px !important;
}


/* --------------------------------------------------　フッター　-------- */
.footer-area{width:1120px; border:solid 0px lightgrey;font-size:x-small;color:gray;padding-top:20px;margin:0px auto;}



/* --------------------------------------------------　内税表示　-------- */


#M_taxview {
	margin:0;
	padding:0;
	width:50px;
	background-color:#efefef;
}

/*---------------------------------------------------　パンくず　-----------*/
div.breadcrumb{
	width:1120px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:20px;
}
iframe.itemshow{
width: 865px !important;
height: 330px !important;
overflow-x:hidden !important;
}
iframe.row2{
height:630px !important;
}
iframe.row3{
height:930px !important;
}

/* =========================================================================================
    個別ページ
=========================================================================================*/

/*------------------------------------------------------　商品一覧　-----------------*/
#searchbox{
margin:0px;
width:880px;
border:solid 1px #3B565D;
padding:5px;
box-sizing:border-box;
position:relative;top:-10px;
}

table.catelist th{
width:100px;
background-color:#666666;
vertical-align:middle;
text-align:center;
color:white;
border:solid 1px #999999;
padding:3px 0;
}
table.product th{
background-color:#0B1F64;
}
.mojikan{
letter-spacing:-0.2em;
}
table.catelist th.sub, table.product th.sub{
background-color:#cccccc;
vertical-align:middle;
text-align:center;
}
table.catelist td{
font-size:9px;
width:100px;
border:solid 1px #999999;
}
table.catelist th a{
color:#ffffff;
display:block;
text-decoration:none;
}
table.catelist td a{
display:block;
width:100px;
text-decoration:none;
padding:5px;
line-height:1EM;
letter-spacing:-0.1em;
}
table.product td{
font-size:9px;
width:85px;
border:solid 1px #999999;
}
table.product td a{
display:block;
width:85px;
text-decoration:none;
padding:5px;
line-height:1EM;
}
.sel-cate-ls{
background-image:url(http://www.odaokufinds.com/wp-content/uploads/2015/07/cateback-ls.jpg);
background-repeat:no-repeat;
width:857px;
height:32px;
padding-left:190px;
padding-top:5px;
box-sizing:border-box;
margin-top:10px;
font-size:13px;
}
.sel-cate-p{
background-image:url(http://www.odaokufinds.com/wp-content/uploads/2015/07/cateback-p.jpg);
background-repeat:no-repeat;
width:857px;
height:32px;
padding-top:5px;
padding-left:190px;
box-sizing:border-box;
margin-top:5px;
font-size:13px;
}
.sel-cate-ls1{
background-image:url(http://www.odaokufinds.com/wp-content/uploads/2016/05/cateback-ls1.jpg);
background-repeat:no-repeat;
width:857px;
height:32px;
padding-left:5px;
padding-top:7px;
box-sizing:border-box;
margin-top:10px;
font-size:13px;
}
.sel-cate-p1{
background-image:url(http://www.odaokufinds.com/wp-content/uploads/2016/05/cateback-p1.jpg);
background-repeat:no-repeat;
width:857px;
height:32px;
padding-left:5px;
padding-top:7px;
box-sizing:border-box;
margin-top:5px;
font-size:13px;
}
.sel-cate-ls1 input,.sel-cate-p1 input{margin-top:2px;margin-right:180px;float:left;}

table.catelist td a.on:before{
content:url(http://www.odaokufinds.com/wp-content/uploads/2015/07/checkbox-on.gif);
margin-right:3px;
}
table.catelist td a.off:before{
content:url(http://www.odaokufinds.com/wp-content/uploads/2015/07/checkbox-off.gif);
margin-right:3px;
}ｆ
#searchbox .allbutton{
width:160px;
float:right;
height:27px;
background-color:#3B575D;
margin-bottom:5px;
}
#searchbox img{
cursor:pointer;
opacity: 1;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
#searchbox img:hover{
	opacity: .7;
}
#searchbox .b-area{
width:650px;height:auto;margin:20px auto;
}
#searchbox .b-area a.searchbutton{
display:block;
background-image:url(http://www.odaokufinds.com/wp-content/uploads/item/searchbutton-back.jpg)!important;
background-repeat:no-repeat;
background-position:top left;
color:white;
font-size:14px;
font-weight:bold;
width:272px;
height:50px;
text-align:center;
line-height:50px;
text-decoration:none;
float:left;
margin:0 20px;
}
.keyword{
border-top:none!important;
padding:20px!important;
}
.keyword input{
float:left;margin-top:10px;
}
.keyword img{
float:left;margin-top:10px;
}
#searchbox h3{
background-color:#9FAEB2;
font-weight:bold;
text-indent:15px;
margin:15px 0 0 0;
}
div.buttonarea{
width:100%;
border-top: solid 1px #3B565D;
border-bottom: solid 1px #3B565D;
height:135px;
padding-top:20px;
box-sizing:border-box;
margin:20px 0px;
text-align:center!important;
}
div.buttonarea ul li{
float:left;
list-style-type:none;
margin:0 20px 0 0;
}
img.bar{
margin-left:20px;
}
.itemlist .recentlist{
height:auto;
}
.itemlist table.item, #sirizu_search_kekka table.item{
width:866px!important;
border-collapse:separate;
border-spacing:20px;
margin-left:20px;
box-sizing:border-box;
position:relative;top:0px;
float:left;
}
.itemlist table.item td, #sirizu_search_kekka table td{
width:260px;
height:229px;
border:solid 1px lightgrey!important;
padding:12px!important;
box-sizing:border-box;
text-align:center;
overflow:hidden;
}
.itemlist table.item td, #sirizu_search_kekka table td{
*height:190px;
}
html* .itemlist table.item td, #sirizu_search_kekka table td{
height:190px;
}

.itemlist table.item td.last, #sirizu_search_kekka table td.last{
margin-right:0px!important;
}
.itemlist table.item td p, #sirizu_search_kekka table td p{
margin:0px;
height:45px;
line-height:1.3EM;
text-align:left;
}
.itemlist table.item td img, #sirizu_search_kekka table td img{
max-width:220px;
max-height:165px;
height:auto;
overflow:hidden;
cursor:pointer;
}
.itemlist .kensu,.itemlist .pnavi{
padding-left:20px;
}
.itemlist p.subcate{
margin-top:10px;
margin-left:30px ;
padding:5px 10px;
color:#2D454A;
-moz-border-radius: 20px;    /* 古いFirefox */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 0px #0B1F64 solid;     /* 枠線の装飾 */
   background-color: #DEDEDE;   /* 背景色 */

}
.itemlist p.subcate:before{
content:"●";
}
.itemlist .midashi{
background-repeat:no-repeat!important;
background-position:top left;
width:880px;
height:100px;
padding-left:60px;
padding-top:50px;
text-align:right;
}
.itemlist table td.item-cell, #sirizu_search_kekka table.item td.item-cell{
padding:0px!important;
height:270px!important;
vertical-align:top!important;
}
.itemlist .item-img-waku{
display:table-cell;
vertical-align:middle;
overflow:hidden;
border:solid 0px red;
margin:0 auto;
width:220px;
height:165px;
margin:12px 12px 0px 12px;
}
.itemlist p.item-name{
border:solid 0px blue;
margin:0 auto!important;
margin:0px 12px 12px 12px!important;
}

.kensu{
width:280px;
float:left;
margin-left:20px;
font-size:12px;
}
.noitem{
width:280px;
margin-left:80px;
margin-bottom:30px;
font-size:12px;
}

.recentlist table{
width:840px;
border-collapse:collapse;
margin-left:20px;
box-sizing:border-box;
position:relative;top:0px!important;
}
.recentlist table td{
width:210px;
border:solid 1px lightgrey!important;
padding:5px!important;
text-align:center;
box-sizing:border-box;
}
.recentlist table td.last{
margin-right:0px!important;
}
.recentlist table td p{
margin:0px;
height:50px;
text-align:left;
}
.recentlist table td img{
width:auto;
height:auto;
max-width:200px;
max-height:150px;
overflow:hidden;
cursor:pointer;
}
.recentlist .item-img-waku{
display:table-cell;
vertical-align:middle;
text-align:center;
overflow:hidden;
border:solid 0px red;
margin:0 auto;
width:200px;
height:150px;
}



.pnavi{
width:500px;
float:right;
margin-right:30px;
text-align:right;
font-size:12px;
}
span.num{
letter-spacing:5px;
}
span.red{
color:red;
}
span.active{
color:red;
}
span.noactive{
color:gray;
}
p.backtop{
clear:both!important;
 text-align: right;
margin-right:30px;
margin-top:30px;
font-size:12px;
}
td.vtop{
vertical-align:top;
}
.Cselected{
margin:0px;
position:relative;top:-5px;
}
.Cselected td.selectcate1{
width:280px;
padding-left:10px!important;
}
.Cselected td.selectcate2{
width:420px;
padding-left:10px!important;
}
.Cselected  li a{
display:block;
width:125px;
text-decoration:none;
border-bottom:dotted 1px gray;
}
.Cselected li{
float:left;
list-style-type:none;
margin:3px 4px;

}
.Cselected1 li a:after{
content:"×";
float:right;
}


/*------------------------------------------------------　4列表示　-----------------*/
.itemlist table.cols4 td{
width:210px;
height:229px;
border:solid 1px lightgrey!important;
padding:1px!important;
box-sizing:border-box;
text-align:center;
overflow:hidden;
}
.itemlist table.cols4 td{
*height:190px;
}
html* .itemlist table.cols4 td{
height:190px;
}

.itemlist table.cols4 td.last{
margin-right:0px!important;
}
.itemlist table.cols4 td p{
margin:0px;
height:45px;
line-height:1.3EM;
text-align:left;
}
.itemlist table.cols4 td img{
max-width:160px;
max-height:155px;
height:auto;
overflow:hidden;
cursor:pointer;
}

.itemlist .cols4 .item-img-waku{
display:table-cell;
vertical-align:middle;
overflow:hidden;
border:solid 0px red;
margin:0 auto;
width:180px;
height:155px;
margin:1px 1px 0px 1px;
}
.itemlist .cols4 p.item-name{

border:solid 0px blue;
margin:0 auto!important;
margin:0px 12px 5px 12px!important;
}







/* =Print
----------------------------------------------- */

@media print {
body {
zoom: 80%; /*全体的に縮小*/
}
.font12{ font-size:12pt; }
.toparea{ width:100%; height:70px; }
.middlearea{ width:100%; }
.bottomarea{ width:100%;}
.pinfoarea{ width:45%; max-width:400px;margin-right:30px;}
.series,.recent{width:100%;height:auto;}
.pname{ width:650px;line-height:50px;vertical-align:baseline; font-size:20px;color:#262659;padding-top:20px;float:left;}
.backbutton{float:right;}
.guide{ width:100%; font-size:70%; background-color:#f0f0f0; padding:8px; }
.photoarea{ width:550px;height:470px; border:solid 1px lightgrey;padding:20px;margin-right:10px;text-align:center;vertical-align:middle;display:table-cell;}
.photoarea img{max-width:600px;max-height:440px;margin:0 auto!important;}
ul.variation li{ width:100px; height:75px; border:solid 1px lightgrey; float:left; list-style:none; margin:0px; margin-right:4px; margin-bottom:5px; text-align:center; display:block; padding:5px;text-align:center;box-sizing:border-box;}
ul.variation li.last{margin-right:0px !important;}
ul.variation{margin:0px !important; }
ul.variation li img{ max-width:90px; max-height:65px;margin:0 auto; }
.lastlist{ margin-right:0px; }
.infoarea{ width:30%; }
.productinfo{ margin-top:0px; width:400px; background-color:#cccccc; border-collapse:separate; }
.productinfo td{ padding:5px !important; background-color:#FFFFFF;border:solid 1px lightgrey}
.productinfo td.koumoku{width:95px;}
.productdetail{ width:45%;padding:10px;min-height:150px;float:left; }
img:after{margin-bottom:0px!important;}
.midashi_sc{font-size:20pt;font-weight:bold;color:#242659;text-align:center;width:880px;line-height:20pt;margin:10px;}
.sc-item{width:255px;border:solid 1px lightgrey;margin-left:10px;text-align:center;}
.middlearea dl{width:320px !important;}
div.note{
clear:both!important;
margin-top:15px;
}
div.note div{
background-color:#F5F5F5;font-size:11px;padding:15px;
}
div.note div span{
background-color:#F5F5F5;font-size:11px;padding:15px;
font-size:14px;
}
hr.detailLine{
margin:35px 0px;
width:880px;
}
hr.detailLine2{
margin:0px;
width:880px;
}
.itemlist .recentlist{
height:auto;
}


.recentlist table{
width:840px;
border-collapse:collapse;
margin-left:20px;
box-sizing:border-box;
position:relative;top:0px!important;
}
.recentlist table td{
width:210px;
border:solid 1px lightgrey!important;
padding:5px!important;
text-align:center;
box-sizing:border-box;
}
.recentlist table td.last{
margin-right:0px!important;
}
.recentlist table td p{
margin:0px;
height:50px;
text-align:left;
}
.recentlist table td img{
width:auto;
height:auto;
max-width:200px;
max-height:150px;
overflow:hidden;
cursor:pointer;
}
.recentlist .item-img-waku{
display:table-cell;
vertical-align:middle;
text-align:center;
overflow:hidden;
border:solid 0px red;
margin:0 auto;
width:200px;
height:150px;
}





}/*==============================================  media printここまで  =====================*/


	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 100%;
		overflow: hidden;


	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
	float: none;
	width: 100%;
	}
	.widget-area {
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: right;
	}
	.site-header h1 {
		font: 12px/20px!important;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
/*		width: 100%;*/
/*width:1120px;*/
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.6923092;
		text-transform: uppercase;
		white-space: nowrap;
		width:100%;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0px;
/*		margin: 0 2.857142857rem 0 0;*/
		position: relative;
/*		border:solid 1px green;*/
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #efefef;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		white-space: normal;
/*		border:solid 1px blue;*/
		width: 180px;
		width: 12.85714286rem;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.front-widgets{
		width:1120px;
		margin:0px auto;
	}

	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float:left;
		width: 1120px;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}




/*　960　カスタマイズ*/


.wideslider {
display:block;
}
.no-wideslider{display:none;}

.entry-content{
	float:left;
padding:0px;
}
.entry-header{
	float:left;
	width:830px;
}
.blog-content .entry-content{
/*width:830px;*/
float:left;
}
.blog-header{
/*	width:830px;*/

}


	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
.site-header {
	padding: 0px;
	width:1120px !important;
	margin:0px auto;
	margin-top:5px;
}
.site-content {
	width:1120px !important;
	margin: 0 auto;
}
/*.main-navigation div{width:1120px;margin:0px auto;}*/





/* カスタムCSS  -----------------------*/
.wrapper{
	width:1120px;
	margin:0px auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
height:0;
visibility:hidden;
 }

.page-midashi{
	font-size: 14pt !important;
	font-weight: bold !important;
	color: #24285A!important;/*#4A52B7*/
	height:35px;
	margin-top:10px;
}


/*------------------------------------------　TOPページ　-----------------------------------*/

table.topage{
width:1120px;
}
table.toppage td.leftarea{

margin-right:20px!important;
vertical-align:top;}
table.toppage td.rightarea{
width:900px;
vertical-align:top;
padding-left:18px!important;}

.rightarea table img.menubanner{
width:210px;
}



.rightarea .catemidashi{
width:900px;
}
.rightarea .topcatewaku{
/*background-image: url('http://www.odaokufinds.com/wp-content/uploads/2015/09/top_catewaku.jpg'); background-repeat: no-repeat; */
padding-top: 10px; margin-top: -6px; width: 898px; height: 680px; padding: 0px 10px; box-sizing: border-box;
}

#slide {
width:330px;
height:170px;
position:relative;
top:-20px;
}
#slide img {
width:330px;
height:160px;
position:absolute;
left:0;
top:0;
}
#slide ul{
list-style:none;
}
#slide ul li{
margin:0px auto;
}
.area1{width:1120px;}
.area1 div.button{
width:190px;
height:170px;
border:solid 0px red;
margin:8px 8px auto;

}
.area1 div.button a:hover{
position:relative; top:1px; left:1px;
}
.area1 div.cont{
width:340px;
height:170px;
border:solid 0px blue;
margin:4px auto;
overflow:hidden;
}


.area1 div.button img {
display:block
}
.area1 div.button p {
display:none;
}

.newsarea .cont{
padding:0px;
width:320px;
overflow:hidden;
}

div.whatsnew div{
font-size:12px !important;
}


.area1 div.eventarea, .area1 div.newsarea{
width: 552px;
height: 182px;
border:solid 1px #ccc;
box-sizing:border-box;
/*background-image:url(http://www.odaokufinds.com/wp-content/uploads/2015/08/back_waku550.jpg);
background-repeat:no-repeat;*/
}
.area1 div.eventarea{float:left;}
.area1 div.newsarea{float:right;}

.alignRight{float: right;}
.alignLeft{float: left;}
.mt20{
margin-top:20px;
}

.area1 div.pickuparea{
width: 1120px;
height: 180px;
border:solid 1px #ccc;
/*background-image:url(http://www.odaokufinds.com/wp-content/uploads/2015/09/back_pickup.jpg);*/
background-repeat:no-repeat;
box-sizing:border-box;}

.menulink{
width:1120px;
}
.menuarea{
width:200px;
text-align:center;
margin:0px auto;
float:left;
}
.linkarea{
width:920px;
float:left;
}
.linkarea ul li{
margin-left:20px;
}

.linkarea ul li img.width210{
width:210px;
}



.linkarea div.midashi{
padding-left:20px;
display:block;
}

img.topcate{
	width:250px;

}




div.blog-content {
width:830px;
padding-left:15px;
box-sizing:border-box;
float:left;
}
a.button{
display:block;
border:solid 1px #CCC;
height:36px;
margin-bottom:5px;
}
.bloglink a.button{
height:36px;
}
.conceptslink a.button{
height:56px;
}
a.ad{
height:70px;}

/* --------------------------------------------------　メインスライダー　-------- */


.wideslider {
	width: 100%;
	height: 400px;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:0;
display:block;
}

.wideslider ul,
.wideslider ul li {
	margin:0;
	padding:0;
	float: left;
	display: inline;
	overflow: hidden;
	z-index:1;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
display:block;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #fff url(http://gigaplus.makeshop.jp/sarahgrace/material/arrow_l2.png) no-repeat right center;
}
.slider_next {
	background: #fff url(http://gigaplus.makeshop.jp/sarahgrace/material/arrow_r2.png) no-repeat left center;
}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 18px;
	height: 18px;
	display: inline-block;
	overflow: hidden;
	background: url('http://www.zakka-sara.com/design/sarahgrace/img/icon-paginations.png') 0 0 no-repeat;
	/*background: #333;
	border:1px solid #333;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;*/
}
.pagination a.active {
	background-position: -18px top;
	/*filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;*/
}



/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;

}














/* =======================================
    独立ページ
=======================================*/

/*------------------------------------------------------　商品一覧　-----------------*/
#searchbox{
margin:0px;
width:880px;
border:solid 1px #3B565D;
padding:5px;
box-sizing:border-box;
position:relative;top:-10px;
}

table.catelist th{
width:100px;
background-color:#666666;
vertical-align:middle;
text-align:center;
color:white;
border:solid 1px #999999;
padding:3px 0;
}
table.product th{
background-color:#0B1F64;
}
.mojikan{
letter-spacing:-0.2em;
}
table.catelist th.sub, table.product th.sub{
background-color:#cccccc;
vertical-align:middle;
text-align:center;
}
table.catelist td{
font-size:9px;
width:100px;
border:solid 1px #999999;
}
table.catelist th a{
color:#ffffff;
display:block;
text-decoration:none;
}
table.catelist td a{
display:block;
width:100px;
text-decoration:none;
padding:5px;
line-height:1EM;
letter-spacing:-0.1em;
}
table.product td{
font-size:9px;
width:85px;
border:solid 1px #999999;
}
table.product td a{
display:block;
width:85px;
text-decoration:none;
padding:5px;
line-height:1EM;
}
.sel-cate-ls{
background-image:url(http://www.odaokufinds.com/wp-content/uploads/2015/07/cateback-ls.jpg);
background-repeat:no-repeat;
width:857px;
height:32px;
padding-left:190px;
padding-top:5px;
box-sizing:border-box;
margin-top:10px;
font-size:13px;
}
.sel-cate-p{
background-image:url(http://www.odaokufinds.com/wp-content/uploads/2015/07/cateback-p.jpg);
background-repeat:no-repeat;
width:857px;
height:32px;
padding-top:5px;
padding-left:190px;
box-sizing:border-box;
margin-top:5px;
font-size:13px;
}
.sel-cate-ls1{
background-image:url(http://www.odaokufinds.com/wp-content/uploads/2016/05/cateback-ls1.jpg);
background-repeat:no-repeat;
width:857px;
height:32px;
padding-left:5px;
padding-top:7px;
box-sizing:border-box;
margin-top:10px;
font-size:13px;
}

.sel-cate-p1{
background-image:url(http://www.odaokufinds.com/wp-content/uploads/2016/05/cateback-p1.jpg);
background-repeat:no-repeat;
width:857px;
height:32px;
padding-left:5px;
padding-top:7px;
box-sizing:border-box;
margin-top:5px;
font-size:13px;
}
.sel-cate-ls1 input,.sel-cate-p1 input{margin-top:2px;margin-right:180px;float:left;cursor:pointer;}

table.catelist td a.on:before{
content:url(http://www.odaokufinds.com/wp-content/uploads/2015/07/checkbox-on.gif);
margin-right:3px;
}
table.catelist td a.off:before{
content:url(http://www.odaokufinds.com/wp-content/uploads/2015/07/checkbox-off.gif);
margin-right:3px;
}ｆ
#searchbox .allbutton{
width:160px;
float:right;
height:27px;
background-color:#3B575D;
margin-bottom:5px;
}
#searchbox img{
cursor:pointer;
opacity: 1;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
#searchbox img:hover{
	opacity: .7;
}
#searchbox .b-area{
width:650px;height:auto;margin:20px auto;
}
#searchbox .b-area a.searchbutton{
display:block;
background-image:url(http://www.odaokufinds.com/wp-content/uploads/item/searchbutton-back.jpg)!important;
background-repeat:no-repeat;
background-position:top left;
color:white;
font-size:14px;
font-weight:bold;
width:272px;
height:50px;
text-align:center;
line-height:50px;
text-decoration:none;
float:left;
margin:0 20px;
}
.keyword{
border-top:none!important;
padding:20px!important;
}
.keyword input{
float:left;margin-top:10px;
}
.keyword img{
float:left;margin-top:10px;
}
#searchbox h3{
background-color:#9FAEB2;
font-weight:bold;
text-indent:15px;
margin:15px 0 0 0;
}
div.buttonarea{
width:100%;
border-top: solid 1px #3B565D;
border-bottom: solid 1px #3B565D;
height:135px;
padding-top:20px;
box-sizing:border-box;
margin:20px 0px;
text-align:center!important;
}
div.buttonarea ul li{
float:left;
list-style-type:none;
margin:0 20px 0 0;
}
img.bar{
margin-left:20px;
}
.itemlist .recentlist{
height:auto;
}
.itemlist table.item, #sirizu_search_kekka table.item{
width:866px!important;
border-collapse:separate;
border-spacing:15px;
margin-left:20px;
box-sizing:border-box;
position:relative;top:0px;
float:left;
}
.itemlist table.item td, #sirizu_search_kekka table td{
width:260px;
height:229px;
border:solid 1px lightgrey!important;
padding:12px!important;
box-sizing:border-box;
text-align:center;
overflow:hidden;
}
.itemlist table.item td, #sirizu_search_kekka table td{
*height:190px;
}
html* .itemlist table.item td, #sirizu_search_kekka table td{
height:190px;
}

.itemlist table.item td.last, #sirizu_search_kekka table td.last{
margin-right:0px!important;
}
.itemlist table.item td p, #sirizu_search_kekka table td p{
margin:0px;
height:45px;
line-height:1.3EM;
text-align:left;
}
.itemlist table.item td img, #sirizu_search_kekka table td img{
max-width:220px;
max-height:165px;
height:auto;
overflow:hidden;
cursor:pointer;
}
.itemlist .kensu,.itemlist .pnavi{
padding-left:20px;
}
.itemlist p.subcate{
margin-top:10px;
margin-left:30px ;
padding:5px 10px;
color:#2D454A;
-moz-border-radius: 20px;    /* 古いFirefox */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 0px #0B1F64 solid;     /* 枠線の装飾 */
   background-color: #DEDEDE;   /* 背景色 */

}
.itemlist p.subcate:before{
content:"●";
}
.itemlist .midashi{
background-repeat:no-repeat!important;
background-position:top left;
width:880px;
height:100px;
padding-left:60px;
padding-top:50px;
text-align:right;
}
.itemlist table td.item-cell, #sirizu_search_kekka table.item td.item-cell{
padding:0px!important;
height:270px!important;
vertical-align:top!important;
}
.itemlist .item-img-waku{
display:table-cell;
vertical-align:middle;
overflow:hidden;
border:solid 0px red;
margin:0 auto;
width:220px;
height:165px;
margin:12px 12px 0px 12px;
}
.itemlist p.item-name,.itemlist p.item-price{
border:solid 0px blue;
margin:0 auto!important;
margin:0px 12px 5px 12px!important;
}
/*stage1用*/

.itemlist .stage1 .item-img-waku{
display:table-cell;
vertical-align:middle;
overflow:hidden;
border:solid 0px red;
margin:0 auto;
width:800px;
height:340px;
margin:12px 0px 0px 0px;
}
.itemlist table.item td.stage1 img{
max-width:800px;
max-height:340px;
height:auto;
overflow:hidden;
cursor:pointer;
}
.itemlist table.item td.stage1,.itemlist table.item td.stage2{
padding:0px!important;}


/*stage2用*/

.itemlist .stage2 .item-img-waku{
display:table-cell;
vertical-align:middle;
overflow:hidden;
border:solid 0px red;
margin:0 auto;
width:380px;
height:220px;
margin:12px 0px 0px 0px;
}
.itemlist table.item td.stage2 img{
max-width:380px;
max-height:220px;
height:auto;
overflow:hidden;
cursor:pointer;
}


.kensu{
width:280px;
float:left;
margin-left:20px;
font-size:12px;
}
.noitem{
width:280px;
margin-left:80px;
margin-bottom:30px;
font-size:12px;
}

.recentlist table{
width:840px;
border-collapse:collapse;
margin-left:20px;
box-sizing:border-box;
position:relative;top:0px!important;
}
.recentlist table td{
width:210px;
border:solid 1px lightgrey!important;
padding:5px!important;
text-align:center;
box-sizing:border-box;
}
.recentlist table td.last{
margin-right:0px!important;
}
.recentlist table td p{
margin:0px;
height:50px;
text-align:left;
}
.recentlist table td img{
width:auto;
height:auto;
max-width:200px;
max-height:150px;
overflow:hidden;
cursor:pointer;
}
.recentlist .item-img-waku{
display:table-cell;
vertical-align:middle;
text-align:center;
overflow:hidden;
border:solid 0px red;
margin:0 auto;
width:200px;
height:150px;
}



.pnavi{
width:500px;
float:right;
margin-right:30px;
text-align:right;
font-size:12px;
}
span.num{
letter-spacing:5px;
}
span.red{
color:red;
}
span.active{
color:red;
}
span.noactive{
color:gray;
}
p.backtop{
clear:both!important;
 text-align: right;
margin-right:30px;
margin-top:30px;
font-size:12px;
}
td.vtop{
vertical-align:top;
}
.Cselected{
margin:0px;
position:relative;top:-5px;
}
.Cselected td.selectcate1{
width:280px;
padding-left:10px!important;
}
.Cselected td.selectcate2{
width:420px;
padding-left:10px!important;
}
.Cselected  li a{
display:block;
width:125px;
text-decoration:none;
border-bottom:dotted 1px gray;
}
.Cselected li{
float:left;
list-style-type:none;
margin:3px 4px;

}
.Cselected1 li a:after{
content:"×";
float:right;
}

/*------------------------------------------------------　商品紹介　一覧　-------------------*/

div{box-sizing:border-box;}
.font12{ font-size:12pt; }
.toparea{ width:880px; height:70px; }
.middlearea{ width:880px; }
.bottomarea{ width:880px;}
.pinfoarea{ width:400px;margin-right:30px;}
.series,.recent{width:880px;height:auto;}
.pname{ width:650px;line-height:50px;vertical-align:baseline; font-size:20px;color:#262659;padding-top:20px;float:left;}
.backbutton{float:right;}
.guide{ width:880px; font-size:70%; background-color:#f0f0f0; padding:8px; }
.photoarea{ width:650px; height:470px; border:solid 1px lightgrey;padding:20px;margin-right:10px;text-align:center;vertical-align:middle;display:table-cell;}
.photoarea img{max-width:600px;max-height:440px;margin:0 auto!important;}
ul.variation li{ width:100px; height:75px; border:solid 1px lightgrey; float:left; list-style:none; margin:0px; margin-right:4px; margin-bottom:5px; text-align:center; display:block; padding:5px;text-align:center;box-sizing:border-box;}
ul.variation li.last{margin-right:0px !important;}
ul.variation{margin:0px !important; }
ul.variation li img{ max-width:90px; max-height:65px;margin:0 auto; }
.lastlist{ margin-right:0px; }
.infoarea{ width:210px; }
.productinfo{ margin-top:0px; width:400px; background-color:#cccccc; border-collapse:separate; }
.productinfo td{ padding:5px !important; background-color:#FFFFFF;border:solid 1px lightgrey}
.productinfo td.koumoku{width:95px;}
.productdetail{ width:450px;padding:10px;min-height:150px;  }
img:after{margin-bottom:0px!important;}
.midashi_sc{font-size:20pt;font-weight:bold;color:#242659;text-align:center;width:880px;line-height:20pt;margin:10px;}
.sc-item{width:255px;border:solid 1px lightgrey;margin-left:10px;text-align:center;}
.middlearea dl{width:320px !important;}
/*クラス削除後以下削除
.middlearea .alignleft{float:none;}
.middlearea .infoarea{position:relative;top:-490px;}
.bottomarea, .series, .recent, .detailLine{position:relative;top:-300px;}*/

/*------------------------------------------------------　Finds Selection　----------------------------*/

.selection-date{text-align: right;
height: 24px;
padding-right:30px!important;
font-size:8pt;
}
/*------------------------------------------　店舗紹介　---------------------*/
div.kidswaku{
width: 370px; float: left; border: solid 1px lightgrey; height: 450px;
}

ul.service{
	margin-top:-20px;
}
ul.service li{
	list-style: square url('https://www.odaokufinds.com/wp-content/uploads/2013/12/check.gif') inside;
	width:250px;
	margin:10px;
	float:left;

}
ul.shopservice li {
	list-style:none;
}
ul.shopservice li a{

	display:block;
	padding:5px;
	border:solid 2px;
	margin:5px;
	float:left;
	font-size:88%;
}
.service{
	padding-left:30px;
	padding-right:30px;
}
.service h3,.card h3{
	font-weight: bold !important;
	color: #24285A !important;
	margin-top:10px;
	font-size:14pt;
}
.service h3:before{
	content:"◆";
}
.service .dotline{
height: 1px;
border: none;
border-top: 1px lightgrey dashed;
width:100%;
margin-bottom:10px;
}
.service .line{
height: 1px;
border: none;
border-top: 1px lightgrey solid;
width:100%;
margin-bottom:10px;
}
.service-waku{
margin-bottom:20px;
}
.service div.after{
	background-image:url(../../../wp-content/uploads/2013/10/hosyou.png);
	background-repeat:no-repeat;
	background-position:100% 10%;
}
.service div.change{
	background-image:url(../../../wp-content/uploads/2013/10/henpin.png);
	background-repeat:no-repeat;
	background-position:100% 10%;
}
.service div.delivery{
	background-image:url(../../../wp-content/uploads/2013/10/haiso.png);
	background-repeat:no-repeat;
	background-position:100% 10%;
}
.service div.kousoku{
	background-image:url(../../../wp-content/uploads/2013/10/kousoku.png);
	background-repeat:no-repeat;
	background-position:100% 10%;
}
.service div.hikitori{
	background-image:url(../../../wp-content/uploads/2013/10/hikitori.gif);
	background-repeat:no-repeat;
	background-position:100% 10%;
}
.topcate{float:left;}



/*------------------------------------------------------　商品紹介　詳細　----------------------------*/
div.note{
clear:both!important;
margin-top:15px;
}
div.note div{
background-color:#F5F5F5;font-size:11px;padding:15px;
}
div.note div span{
background-color:#F5F5F5;font-size:11px;padding:15px;
font-size:14px;
}
hr.detailLine{
margin:35px 0px;
width:880px;
}
hr.detailLine2{
margin:0px;
width:880px;
}
.updata-nag{
display:none!important;
}

#kotai_mail_form　input{
width:500px;
}

#div787 input{
width:500px;
}


/*------------------------------------------------------　家具の選び方　----------------------------*/


	#fs-content hr{border:dotted 1px lightgrey;}
	dl.selectionlist { margin:10px 0px;}
	.selectionlist dt{ width:300px;float:left;}
	.selectionlist dt img{ width:280px;}
	.selectionlist dd{width:580px;float:left;}
	.selectionlist p.itemname{font-size:140%;height:auto;}
	.selectionlist p.itemtitle{padding-left:0px;}
	.selectionlist p.linkbutton{margin-top:20px;padding-left:0px;}


#howtochoose  h2 {
    font-size: 24pt;
    text-align: center;
    margin: 10px 0px;
    border: solid 0px;
    line-height: 1.2EM;
    height: auto;

}
#howtochoose p {
    font-size: 12pt;
    text-align: left;
}
#howtochoose .linkbutton{margin:0 auto;width:680px;padding:30px;}
#howtochoose .linkbutton .btn{width:600px;text-align:left;padding-left:20px;margin-bottom:20px;display:block;}
#howtochoose .imagearea{margin-top:100px;}
#howtochoose .imagearea{margin-top:100px;}
#howtochoose .linkarea a{width:80%;margin: 0 auto;padding:15px 0px;}
#howtochoose .etclink{border:solid 1px #ccc;padding:20px;}
#howtochoose .etclink ul{margin-bottom:0px;}
#howtochoose .etclink img{width:250px;}

.btn {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	text-decoration:none;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
}
/*TOPページ家具の選び方*/
#howtochoose ul{margin-bottom:20px;list-style-type:none;}
#howtochoose ul li{float:left;width:33%;text-align:center;padding:15px;margin:0px;box-sizing:border-box;}
#howtochoose  h2.top{
    font-size: 120%;
    border-bottom: solid 1px;
    line-height: 1.2EM;
    height: auto;
	text-align:left;
	font-weight:bold;

}
#howtochoose  h2.top span{font-weight:bold;}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 12px 20px;
		line-height: 1;
		text-align: right;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
		width:960px;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}


	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
	.footer-area{
		border-top:solid 1px lightgrey;}



}
