@charset "utf-8";

/*
Theme Name: RTM01
Theme URI: 
Description: ワードプレス用テーマ
Version: 1.0.3
Author: Real Max Co.,Ltd
Author URI: http://www.realmax.co.jp/

/*--------------------------------------
  リセット
--------------------------------------*/
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-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

i.fa {
	margin: 0 0.5em 0 0;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.futo {
	font-weight: bold;
}
span.futoaka {
	font-weight: bold;
	color: #ff0000;
}
span.futomido {
	font-weight: bold;
	color: #149b14;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}

.mb50 {
	margin-bottom: 50px;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 85%;
	margin: 2em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

#entry_body .gray_box ul:last-child,
#contents #entry_body .gray_box p:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	background: #fff url(images/bq24.png) left top no-repeat;
	margin: 24px auto 36px auto;
	padding: 30px 15px 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
}

#contents blockquote p:last-child {
	margin-bottom: 0;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}

#article_body .wp-caption {
	margin-bottom: 24px;
}

#article_body .wp-caption img {
	margin-bottom: 4px;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a, a:visited {
	outline:none;
        color:#333;
}

a:hover {
	color: #F06375;
}

/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.6;
	background: #fff;
	color: #333;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
}

h1 {
	font-size: 48px; 
	line-height : 1.5;
}

h2 {
	font-size: 36px;
	line-height: 1.5;
}

h3 {
	font-size: 24px;
	line-height: 1.5;
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header {
	text-align: center;
	/*background: #fff;*/
	padding: 0 0 12px;
	/*border-bottom: 1px solid #fff;*/
}

#header .top_title {
	margin-bottom: 12px;
	font-size: 36px;
}

#header .top_title a {
	color: #efefef;
	text-shadow: 1px -1px 0 rgba(0,0,0,1);
	font-weight: bold;
}

#header .top_title a:hover {
	color: #444;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
}

#header .caption {
	color: #fff;
	font-size: 16px;
	padding: 0.8em 0.5em;
	border: 1px solid #444;
	box-shadow:inset -1px -1px 0 rgba(255,255,255,0.4);
	margin: 0 12px;
}

.hgroup {
	margin: 24px 0 0;
}

#catchcopy {
  font-size:16px;
  margin-bottom: 0;
  text-align: center;
}

/*ページ内見出し*/
.page_title{
	font-size: 14px;
}

/*--------------------------------------
  ナビゲーション
--------------------------------------*/
nav#menu {
	margin-bottom: 30px;
/*	font-family: 'Cinzel Decorative', 'cursive';*/
/*	font-family: 'Petit Formal Script', cursive;*/
/*	font-family: 'Raleway', sans-serif;*/
	font-family: 'Cardo', serif;
}

.togmenu {
	display: none;
	/*color: #fff;*/
	/*background: #444;*/
}

.menubtn {
	padding: 8px;
	color: #444;
	backgroundcolor: #fff;
	text-align: right;
}

nav#menu ul {
	overflow: hidden;
	margin-bottom: 24px;
}

nav#menu ul li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

nav#menu ul li a {
	display: block;
/*	color : #541C00;*/
	color : #333;
	font-size: 18px;
	font-weight: bold;
	padding : 8px 0;
}

nav#menu ul li a:hover {
	color: #F06375;
}

nav#menu ul.sub-menu {
	display: none;
}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	width: 95%;
	margin: 24px auto 0 auto;
	text-align: left;
	line-height: 1.6;
	
}

#contents p {
	margin-bottom: 2.1em;
	text-align: left;
	font-size: 14px;
}

#contents #main {
	background-color: #fff;
	padding: 20px 0;
	margin-bottom: 24px;
}

/* single_view */
#contents #main .home_area {
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
	padding-bottom: 24px;
	overflow: hidden;
	width: 100%;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
	line-height: 1em;
	margin: 0 0 0.8em 0;
}

#contents #main .eb_cat {
	font-size: 90%;
	padding: 5px 0 0 0;
}

#contents #main .eb_cat a {
	text-decoration: none;
	color: #666;
}

#contents #main .eb_cat a:hover {
	color: #ff7ddf;
}

/* single_view(TOPコーディネート) */
#contents #topmain .home_area .thumb_box {
	float: right;
	width: 150px;
	margin: 0 8px 0 0;
}

#contents #topmain .home_area .entry_box {
	overflow: auto;
	zoom: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 0;
}

#contents #topmain #entry_body .home_area img {
	margin: 0;
}

/* single_view(お知らせ) */
#contents #topmain #news .home_area {
	width: 100%;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}
#contents #topmain #news .date-time {
	display: inline-block;
	margin-right: 1em;
}
#contents #topmain #news .new_entry_title{
	display: inline-block;
}
#contents #topmain #entry_body #news h3.new_entry_title {
	margin: 0;
}
/*--------------------------------------
  記事内指定
--------------------------------------*/
#article_body ul {
	list-style: url(images/checkmark.png) inside;
	margin-bottom: 24px;
}

#article_body ol {
	list-style: decimal inside;
	margin-bottom: 24px;
}

#article_body ul li,
#article_body ol li {
	margin: 0.8em 0;
	padding-left: 1em;
	text-indent: -1.5em;
	margin-left: 0.5em;
}

#article_body ul > ul,
#article_body ol > ol {
	margin: 0.8em 0 0 1em;
}

#article_body div {
	max-width: 100%;
}

#entry_body a {
	text-decoration: underline;
}

#entry_body dl {
	border: 1px solid #ddd;
	margin: 0 auto 24px;
	width: 80%;
	padding: 5%;
	border-radius: 5px;
}

#entry_body dt {
	margin: 1em 0 1em 0;
	padding: 0;
	font-weight: bold;
}

#entry_body dt:first-child {
	margin: 0 0 1em 0;
}

#article_body table {
	max-width: 100%;
	width: 100%;
	margin: 24px 0;
}

#article_body td,
#article_body th {
	padding: 3%;
}

#article_body th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------
  記事内画像
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  トップ新着記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	border: 0;
	line-height: 1.2;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 80%;
}

#entry_body h3.new_entry_title a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#entry_body h3.new_entry_title a:hover {
	color: #F06375;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/
#contents #main #single_title {
	font-size: 24px;
	margin-bottom: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#contents #topmain #single_title {
	font-size: 24px;
	margin-bottom: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/*
#archive_body h2,
#article_body h2 {
	font-size: 14px;
	text-align: left;
	margin: 36px 0 24px 0;
	padding: 5px;
	background: #efefef;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 2;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}
*/
#archive_body h2,
#article_body h2 {
    border-left: solid 5px #f76b74;
    background-image: url(images/headline_bg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    min-height: 43px;
    line-height: 43px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    margin: 0 auto 15px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#article_body h3 {
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #f76b74;
	margin: 24px 0 24px 0;
	padding: 10px 0 5px 0;
}

#article_body h4 {
	font-size: 18px;
	border-left: 3px solid #f76b74;
	margin: 48px 0 24px 0;
	padding: 0.2em 0.2em 0.2em 0.5em;
	text-indent: 1em;
}

/*--------------------------------------
  メタボックス
--------------------------------------*/
.meta_box {
	font-size: 80%;
	margin: 0 0 24px 0;
	padding: 3% 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#entry_body .meta_box p {
	margin: 0 0 0 10px;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
#cat_tag {
	margin: 48px 0;
	padding: 0 0 12px 0;
	text-align: left;
	word-break: keep-all;
	line-height: 1em;
}

#cat_tag a {
	color: #666;
	background-color: #fff;
	margin: 0 0.2em 0.5em 0;
	padding: 0.5em;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	border: 1px solid #888;
}

#cat_tag a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  広告スペース
--------------------------------------*/
/* 記事下広告 */
#entry_footer_ad {
	margin: 10px auto 36px auto;
}

#contents #main #entry_footer_ad .textwidget {
	margin: 0;
}

#contents #main #entry_footer_ad img {
	margin-bottom: 0;
}
#contents #topmain #entry_footer_ad .textwidget {
	margin: 0;
}

#contents #topmain #entry_footer_ad img {
	margin-bottom: 0;
}
/* スマホ非表示 条件分岐タグ併用*/
#entry_footer_ad .efa_right {
	display: none;
}

/* メイン上部 */
.entrybodytop_ad {
	width: 234px;
	height: 60px;
	margin: 0 auto 24px;
	overflow: hidden;
}

/* メイン下部 */
.entrybodybottom_ad {
	width: 300px;
	height: 250px;
	margin: 36px auto 0;
}

/*--------------------------------------
  個別記事SNS
--------------------------------------*/
#entry_snsbox {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	margin: 0 0 24px 0;
	border-radius: 5px;
}

#entry_snsbox ul {
	margin: 24px 0 0 0;
	list-style: none;
}

#article_body #entry_snsbox li {
	float: left;
	margin-right: 10px;
	min-height: 100px;
}

/* Feedlyボタン */
a.feedlyButton {
	color: #777777;
	text-align: center;
	text-decoration: none;
}

a.feedlyButton:hover {
	color: #333333;
}
a.feedlyButton:visited {
	color: #777777;
}
.arrow_box_feedly {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	height: 35px;
	width: 66px;
	margin-bottom: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.arrow_box_feedly:after, .arrow_box_feedly:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}
.arrow_box_feedly:after {
	border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box_feedly:before {
	border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_feedly img {
	margin: 0;
	border: none;
}
.arrow_box_feedly span {
	line-height: 35px;
}

/*--------------------------------------
  記事下関連記事
--------------------------------------*/
#relations {
	margin: 0 0 24px 0;
}

#contents #relations {
	line-height: 1.3em;
}

#relations h3 {
	border-left: 5px solid #f76b74;
	font-size: 20px;
	padding: 5px 0 5px 10px;
}

#relations a {
	text-decoration: none;
	font-size: 90%;
}

#relations .rel-in {
	display: block;
}

#relations .rel-in .rel-in-thumb {
	float: left;
	margin: 0 10px 10px 0;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 10px;
}

#relations .rel-in .rel-in-noentry {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	border: 0;
}

/*--------------------------------------
  パンくず
--------------------------------------*/
.pankuzu {
	font-size: 13px;
	padding-bottom: 10px;
	color: #222;
	text-align: left;
}
#entry_body .pankuzu a {
	color: #222;
	text-decoration: none;
}
div#breadcrumb {
	clear: both;
}
div#breadcrumb a {
	color: #666;
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}

/*--------------------------------------
  コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
	margin: 36px 0 24px 0;
}

#comment_box {
	text-align: left;
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#comment_box ul {
	list-style: none;
}

#comment_box p a {
	color: #999;
}
#comment_box p {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#comment_box label {
	display: block;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fn {
	font-style: normal;
}
.says {
	font-size: 80%;
}
.commentmetadata {
	font-size: 70%;
	padding: 5px;
}
.reply {
	font-size: 90%;
	text-align: right;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 0.5em 0.8em;
	background-color: #999;
	color: #fcfcfc;
	text-decoration: none;
	text-shadow: none;
	margin: 10px 5px;
}

#comment_box #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comment_box #commentlist img {
	padding: 10px;
}

#comment_box #submit {
	padding: 0.5em;
}

#comment_box #author,
#comment_box #email,
#comment_box #url {
	padding: 0.2em 0 0.2em 0.1em;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
#page_pn {
	margin: 24px 0 20px 0;
}

dl#prenex {
	text-align: left;
	width: 90%;
	padding: 5%;
	margin: 0;
}

dl#prenex dt {
	background: none;
	padding: 0;
	margin: 0;
}

/*--------------------------------------
  ページャー
--------------------------------------*/
.pager{
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}
#main .pager a {
	text-decoration: none;
	color: #444;
}
#topmain .pager a {
	text-decoration: none;
	color: #444;
}
a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border:solid 1px #ddd;
	border-radius:5px;
	padding: 8px;
	margin: 0;
	display: table-cell;
}
.pager .current{
	background: #444;
	color: #fff;
	border: 0;
}

/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
	overflow: hidden;
}

/* サイドバー見出し */
#sub h4 {
	border-left: solid 5px #f76b74;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-image: url(images/headline_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 36px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
	margin: 0 auto 15px;
/*
	font-size: 18px;
	border-bottom: 2px solid #888;
	color: #666;
	font-weight: bold;
*/
}

#sub li > h4 {
	margin-top: 24px;
}

/* サイドバー広告エリア */
#sub .side_ad {
	margin-bottom: 36px;
}

#sub .side_contents {
	margin-bottom: 24px;
}

/* 新着記事 */
.side_new {
	margin: 0 0 15px 0;
	text-align: left;
	display: table;
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #eee;
}

.side_thumb {
	display: table-cell;
	width: 105px;
	padding: 0 5px 0 0;
}

.side_title {
	font-size: 90%;
	display: table-cell;
	vertical-align: top;
}

.side_title span {
	color: #333;
}

select#cat {
	width: 100%;
	padding: 0.5em 0 0.5em 0.2em;
	font-size: 100%;
	color: #333;
}

/* 検索フォーム */
#searchform {
	margin-bottom: 24px;
	width: 298px;
	background: #fff;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#searchform input[type="text"] {
	height: 24px;
	float: left;
	margin: 0;
	width: 250px;
	border: 1px solid #fff;
	padding: 0 0 0 5px;
	font-size: 15px;
}

#searchform button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	color: #111;
	font-size: 18px;
}

#searchform button:hover {
	color: #ff7ddf;
}

/* 店舗情報*/
#shopinfo {
  font-size: 11px;
}

/* バナー */
#sub .side-banner {
  margin-bottom: 20px;
}

/*-----------------------------------
  サイドバーSNSアイコン
------------------------------------*/
#sub .side-sns {
	margin-bottom: 12px;
	padding: 0.3em;
	font-size: 30px;
}

#sub .side-sns ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#sub .side-sns ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#sub .side-sns ul li a {
	color: #666;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#sub .side-sns ul li a:hover {
	color: #ff7ddf;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
	width: 300px;
}

#sub .side_widget li ul li {
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

#sub .side_widget .children,
#sub .side_widget .sub-menu {
	text-indent: 1em;
	margin-left: 0;
}

#sub .side_widget .children ul,
#sub .side_widget .sub-menu ul {
	text-indent: 2em;
}

#sub .side_widget .children li,
#sub .side_widget .sub-menu li {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}

#sub .side_widget .children li:first-child,
#sub .side_widget .sub-menu li:first-child {
	margin-top: 8px;
}

#sub .side_widget .children li:last-child,
#sub .side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#calendar_wrap{
	margin-bottom: 24px;
}

#wp-calendar {
	border: 1px solid #999;
	width: 100%;
	margin: 0;
}

#wp-calendar tr, th, td {
	border: 1px solid #999;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: 3%;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}

#wp-calendar tbody tr #today {
	background-color: #999;
	color: #ffd700;
}

/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
	padding: 12px 0 24px 0;
	color: #fff;
	text-align: center;
/*	background-color : #f4f4f4;*/
	background-color : #000;
	overflow: hidden;
}

#footer-in {
	margin-bottom: 24px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

#footer-in img {
	margin-bottom: 16px;
}

#footer-in h2 {
	border-left: 3px solid #c2082b;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in h3 {
	border-left: 3px solid #ffd700;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in a {
	color: #fcfcfc;
	text-decoration: underline;
}

#footer-in ul {
	margin-bottom: 24px;
}

#footer-in ul li ul {
	margin-bottom: 0;
}

.footer_l, .footer_c, .footer_r {
	margin-bottom: 24px;
}

.rmt_link a {
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
	color: #333;
	font-weight: bold;
}

/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-size: 18px;
	background: #444 url(images/grey_wash_wall.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
	border-radius: 5px;
	border: 2px solid #fff;
}
#page-top a:hover {
	text-decoration: none;
	background: #aaa;
	color: #fff;
}

/*--------------------------------------
  TOPへ戻る スマホ固定型
--------------------------------------*/
.top-home {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.top-home li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#footer .top-home a {
	color: #ffd700;
	font-size: 100%;
}

.top-home .fa {
	margin: 0;
}


/*--------------------------------------
  レッスン用
--------------------------------------*/
#article_body table.class {
  border: 1px dotted #808080;
}
#article_body table.class th, #article_body table.class td {
  padding: 10px;
  border: 1px dotted #808080;
}
#article_body table.class thead th {
  background-color: #f76b74;
  color: #FFF;
}
#article_body table.class tbody th {
  background-color: #FEEEEF;
  text-align: left;
}


/*--------------------------------------
  トップページ320px
--------------------------------------*/
#article_body .headline1 {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 18px;
}
#article_body .headline1 span {
    border-bottom: 4px solid #f76b74;
    padding: 0 0 10px 0;
    margin: 0;
    display: inline-block;
    font-weight: bold;
}
ul#brand li {
    width: 85px;
    display: inline-block;
}

/*-----------------------------------
  レッスン320px
------------------------------------*/
#index_lesson .rm-page {
    max-width: 248px;
}
#index_lesson .rm-page-post {
	width: 100%;
	text-align: -webkit-center;
}

#index_lesson .rm-page-box {
/*background-image:url("/wp-content/themes/rmt02/images/bkt03.png");*/
    background-image: url("/wp-content/themes/rmt02/images/p01bg_04_dark.jpg");
    margin: 0 1em 1em 0;
}

#index_lesson .rm-page-post a {
    text-decoration: none;
}

#index_lesson .rm-page-post .rm-page-title {
/*    background-color:#CCC;*/
    background-color:#333;
    height: 1.5em;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 60%;
}

#index_lesson .rm-page-post img {
    width: 100%;
    margin-bottom: 5px;
}

#index_lesson .rm-page-note {
    /*background-color:#eee;*/
    /*background-color:#111;*/
    /*background-image: url("/wp-content/themes/rmt02/images/case_arrow.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: right bottom;*/
    /*overflow: hidden;*/
    font-size: 13px;
    /*height: 58px;*/
}

/*-----------------------------------
  新着情報320px
------------------------------------*/
#what-new-box-shortcode li {
    list-style-type: none;
    margin: 0 0 2px 0;
    padding: 5px;
    background: #fff;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#what-new-box-shortcode li:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}
#what-new-box-shortcode p.date {
    font-size: 12px;
    margin: 0 10px 0 0;
    line-height: 100%;
    color: #999;
}
#what-new-box-shortcode p.title {
    line-height: 150%;
    padding: 7px 0 0;
    margin: 0;
}

/*-----------------------------------
  ブログ320px
------------------------------------*/
#index_blog {
    position: relative;
    margin: 0 0 40px 0;
}
#index_blog ol {
    margin: 0;
    padding: 0;
}
#index_blog ol li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
    text-indent: 0;
}
#index_blog ol li .image {
    float: left;
    margin: 0 15px 0 0;
/*    background: #fff;*/
}
#index_blog ol li .image img {
    display: block;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-property: opacity;
    -o-transition-duration: 0.4s;
    -o-transition-timing-function: ease;
    width: 72px;
    height: 72px;
    margin-bottom: 0;
}
#index_blog ol li .date {
    margin: 0;
    font-size: 12px;
    color: #999;
    line-height: 240%;
}
#index_blog ol li .title {
    margin: 0;
    font-size: 14px;
}
#article_body h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    padding: 0;
}

/*-----------------------------------
  カテゴリ320px
------------------------------------*/
#article_body #category-list {
  list-style: none;
  max-width: 600px;
}
#article_body #category-list li {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  text-indent: 0;
  width: 48%;
  min-width: 130px;
}

/*--------------------------------------
  TOPお知らせ
--------------------------------------*/
section#news .news_area {
    width: 50%;
    float: left;
}

#movie {
    width: 300px;
    height: 169px;
}
/*--------------------------------------
  TOP自分だけのコーディネート提案
--------------------------------------*/
h2#myself_code {
    border-left: solid 5px #f76b74;
    background-image: url(images/headline_bg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    margin: 0 auto 15px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

/* single_view(TOPコーディネート) */
#contents #topmain .home_area {
	margin-bottom: 24px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	width: 140px;
	display: inline-block;
	vertical-align: top;
}
#contents #topmain .home_area section {
        width:96%;
        margin-left:2%;
        margin-right:2%;
}
#contents #topmain .home_area .entry_box {
	overflow: auto;
	zoom: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 0;
	float:left;
}
#contents #topmain .home_area .thumb_box {
	float: left;
/*	width: 100px;*/
/*	margin: 0 8px 0 0;*/
}
#contents #topmain .home_area .thumb_box img {
       display: block;
       margin: 10px auto;
       width: 150px;
}
#contents #topmain .home_area .menu_name {
	text-align: center;
	height: 40px;
}
#contents #topmain .date-time {
	font-size: 90%;
	text-align: left;
/*	line-height: 1em;*/
	margin: 0 0 0.8em 0;
}
#contents #topmain .eb_cat {
	font-size: 90%;
	padding: 5px 0 0 0;
}

#contents #topmain .eb_cat a {
	text-decoration: none;
	color: #666;
}

#contents #topmain .eb_cat a:hover {
	color: #59380d;
}
#contents #topmain .bloglist {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}

#corde a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
#contents p#corde {
    text-align: center;
}
#corde i.fa.fa-caret-right {
    margin-left: 10px;
}

/*--------------------------------------
  TOP－店舗
--------------------------------------*/
#topmain .su-tabs {
  background: #fff;
}

/*--------------------------------------
  店舗
--------------------------------------*/
#shop .table {
 margin-bottom: 20px;
}
#shop .table .row {
 display: block;
}
#shop .table .row:first-child .th {
 border-top: #f76b74 4px solid;
}
#shop .table .th {
 display: block;
 border: 1px solid #333;
 border-bottom: none;
 padding: 2px;
 font-weight: bold;
}
#shop .table .td {
 display: block;
 border: solid 1px #333;
 border-top: 1px dotted #333;
 border-bottom: none;
 padding: 2px;
}
#shop .table .row:last-child .td {
 border-bottom: 1px solid #333;
}
#shop .table .td ul {
 list-style: none;
}
#shop .map {
  width: 100%;
  height: 300px;
}

/*--------------------------------------
  TOP－SNS
--------------------------------------*/
.sns_block {
  width: 100%;
  margin-bottom: 2em;
}
.sns_block .fb-page {
  margin: 10px auto 0;
}

/*--------------------------------------
  TOP－ブランド
--------------------------------------*/
ul#brand li {
    width: 85px;
    display: inline-block;
}

/*--------------------------------------
  コーディネート
--------------------------------------*/
#cordinate #contents #main .home_area,
#contents #main #archive_body .home_area {
/*	border-bottom: 1px solid #ddd;*/
	border-bottom: none;
/*	margin-bottom: 24px;*/
	padding-bottom: 24px;
	overflow: hidden;
	width: 150px;
	margin: 10px 2px 24px 0;
	display: inline-block;
	vertical-align: top;
/*	float: left;*/
}
#cordinate #contents #main .date-time,
#contents #main #archive_body .date-time {
	margin-bottom: 5px;
}


/*--------------------------------------
  ここからスマホ表示設定
--------------------------------------*/

@media screen and (min-width : 480px){

/*--------------------------------------
  480px TOP 自分だけのコーディネート提案
--------------------------------------*/
#contents #topmain .home_area {
/*	border: 1px solid #ddd;*/
	margin-bottom: 24px;
	margin-left: 1px;
	margin-right: 1px;
/*	padding-bottom: 24px;*/
	overflow: hidden;
        width: 140px;
/*        float:left; */
	display: inline-block;
	vertical-align: top;
}
}


/*--------------------------------------
  ここからタブレット表示設定
--------------------------------------*/

@media screen and (min-width : 768px){

/*--------------------------------------
  768px ナビゲーション
--------------------------------------*/
/* MENUボタンを隠す */
.menubtn {
	display: none;
}

/* ナビを表示 */
.togmenu {
	display: block;
}

/*--------------------------------------
  768px ヘッダー
--------------------------------------*/
#header .hgroup {
/*	width: 96.6%;*/
	width: 100%;
	margin: 0 auto;
	max-width: 768px;
}

#header .caption {
	margin: 0;
}

.logo{
 display: table-cell;
 vertical-align: middle;
/* width: 300px;*/
 height: 135px;
}
.logo img {
 width: 200px;
/* margin-left: 50px;*/
}
nav#menu {
    margin-top: 20px;
}
.menu{
 display: table-cell;
/*  vertical-align: middle;*/
}
.topbanner {
    display: inline-block;
}
.topbanner ul{
    float:left;
    width: 32%;
    margin: auto 5px;
}
.topbanner ul img{
	
}
#catchcopy {
  font-size:16px;
  margin-bottom: 0;
  text-indent: 1em;
  text-align: left;
}

/*--------------------------------------
  768px トップ
--------------------------------------*/
/* トップバナー */
.topbanner ul {
  display: inline-block;
  width: 30%;
}

#index_news, #index_lesson, #index_blog {
  margin: 0 0 2em 0;
}

/* レッスン */
#index_lesson .rm-page-post {
    width: 100%;
}

#index_lesson .rm-page-box {
/*    width: 31%;*/
    width: 29%;
    float: left;
/*background-image:url("/wp-content/themes/rmt02/images/bkt03.png");*/
    background-image: url("/wp-content/themes/rmt02/images/p01bg_04_dark.jpg");
    margin: 0 1em 1em 0;
}

#index_lesson .rm-page-post a {
    text-decoration: none;
}

#index_lesson .rm-page-post .rm-page-title {
/*    background-color:#CCC;*/
    background-color:#333;
    height: 1.5em;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 60%;
}

#index_lesson .rm-page-post img {
    width: 100%;
    margin-bottom: 5px;
}

#index_lesson .rm-page-note {
    /*background-color:#eee;*/
    /*background-color:#111;*/
    /*background-image: url("/wp-content/themes/rmt02/images/case_arrow.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: right bottom;*/
    /*overflow: hidden;*/
    font-size: 13px;
    /*height: 58px;*/
}

/* ブログ */
#index_blog {
    position: relative;
    margin: 0 0 40px 0;
}
#index_blog ol {
    margin: 0;
    padding: 0;
}
#index_blog ol li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
}
#index_blog ol li .image {
    float: left;
    margin: 0 15px 0 0;
/*    background: #fff;*/
}
#index_blog ol li .image img {
    display: block;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-property: opacity;
    -o-transition-duration: 0.4s;
    -o-transition-timing-function: ease;
    margin: 0 20px 0 0;
    width: 80px;
    height: 60px;
}
#index_blog ol li .date {
    margin: 0;
    font-size: 12px;
    color: #999;
    line-height: 240%;
}
#index_blog ol li .title {
    margin: 0;
    font-size: 14px;
}

#article_body h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#article_body #category-list {
  list-style: none;
  max-width: 750px;
}
#article_body #category-list li {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  text-indent: 0;
  width: 24%;
}

/*-----------------------------------
  新着情報768px
------------------------------------*/
#what-new-box-shortcode li {
    list-style-type: none;
    margin: 0 0 2px 0;
    padding: 5px;
    background: #fff;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#what-new-box-shortcode li:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}
#what-new-box-shortcode p.date {
    font-size: 12px;
    margin: 0 10px 0 0;
    line-height: 100%;
    background: #f76b74;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 70px;
    text-align: center;
}
#what-new-box-shortcode p.title {
    float: left;
    width: 480px;
    line-height: 150%;
    padding: 7px 0;
    margin: 0;
}

/*--------------------------------------
  768px ナビ
--------------------------------------*/
nav#menu ul {
	width: 100%;
	height: 60px;
}

nav#menu ul li {
	float: left;
	width: auto;
	text-align: center;
	border: none;
}

nav#menu ul li a {
	display: block;
/*	color : #6f5340;*/
	padding : 8px 0.7em 0;
}

/*--------------------------------------
  768px コンテンツ
--------------------------------------*/
#contents {
	text-align: left;
}

#contents #main {
	padding: 20px 35px;
	margin-bottom: 24px;
	border-radius: 8px;
/*	border: 1px solid #ddd;*/
}
/* TOP コーディネート提案 */
#contents #topmain .home_area .thumb_box {
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
/*	height: 150px;*/
	height: 210px;
}

#contents #topmain .home_area .entry_box {
	text-align: left;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
}

#contents #topmain {
	padding: 20px 35px;
	margin-bottom: 24px;
	border-radius: 8px;
	/*border: 1px solid #ddd;*/
}

/*--------------------------------------
  768px 記事見出し
--------------------------------------*/
#article_body h2 {
	font-size: 14px;
	text-align: left;
	border-left: 5px solid #f76b74;
	/*margin: 36px 0 24px -35px;*/
	/*padding: 8px 0 8px 10px;*/
}

#article_body h3 {
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #f76b74;
	margin: 36px 0 24px 0;
	padding: 0 0 5px 0;;
}

/*--------------------------------------
  768px メタボックス
--------------------------------------*/
#entry_body .meta_box {
	font-size: 85%;
	margin: 0 0 24px 0;
	padding: 1%;
}

#entry_body .meta_box p {
	margin: 0;
}

/*--------------------------------------
  768px 広告スペース
--------------------------------------*/
.entrybodytop_ad {
	width: 600px;
	height: 60px;
	margin: 0 auto 36px;
	display: block;
}

.entrybodybottom_ad {
	width: 600px;
	height: 60px;
	margin: 36px auto 0;
	display: block;
}

#entry_footer_ad {
	margin: 36px 0;
}

#entry_footer_ad .efa_left {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#entry_footer_ad .efa_right {
	display: block;
	float: left;
}

/*--------------------------------------
  768px 記事下関連記事
--------------------------------------*/
#relations {
	margin: 36px auto;
}
#relations a {
	font-size: 95%;
}

#relations .rel-in {
	display: inline;
}

#relations .rel-in > li {
	float: left;
	width: 145px;
	height: 262px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 2px;
	border-bottom: 1px solid #ccc;
}

#relations .rel-in ul {
	overflow: hidden;
	text-align: center;
	padding: 10px 5px;
}

#relations .rel-in .rel-in-thumb {
	float: none;
	margin: 0 auto 5px;
	width: 110px;
	height: 160px;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	margin: 0 auto;
	text-overflow: clip;
	height: 120px;
	width: auto;
	text-align: left;
	vertical-align: top;
}

/*--------------------------------------
  768px コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

#comment_box {
	text-align: left;
	background-color: #ddd;
	padding: 20px;
	margin-bottom: 20px;
}

#comment_box p {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 1% 2%;
	background-color: #999;
	color: #fcfcfc;
}

/*--------------------------------------
  768px 前の記事・次の記事
--------------------------------------*/
dl#prenex dt {
	float: left;
	width: 60px;
	margin-bottom: 1.2em;
}

dl#prenex dd {
	overflow: auto;
	margin-bottom: 1.2em;
}

dl#prenex dt:last-child, dl#prenex dd:last-child {
	margin: 0;
}

/*--------------------------------------
  768px ページャー
--------------------------------------*/
.pager{
	text-align:center;
	margin: 0 auto;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 3px 8px;
	margin: 8px 2px 0;
	display: inline;
}

.pager .current{
	background: #333;
	color: #fff;
	border: 0;
}

/*--------------------------------------
  768px サイド
--------------------------------------*/
.side_title {
	font-size: 90%;
}

#sub .side-sns ul {
	width: 50%;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 18px;
}

/*-----------------------------------
  768px サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

#sub .side_widget li ul li {
/*	width: 45%;*/
	width: 100%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#sub .side_widget li ul li ul {
	display: none;
}

/*-----------------------------------
  768px カレンダー
------------------------------------*/
#wp-calendar {
	width: 50%;
}

/*--------------------------------------
  768px フッター
--------------------------------------*/
#footer {
	padding: 0;
}

.footer_c, .footer_r {
	width: 40%;
	float: left;
}

.footer_c {
	margin-right: 5%;
}

#footer ul.fmenu ul {
    display: table;
    margin: auto;
    padding: 1em 0;
}
#footer .fmenu li {
  padding-left: 18px;
  margin-left: 18px;
  display: -moz-inline-box;
  display: inline-block;
  display: inline;
  zoom: 1;
  font-size: 15px;
}
#footer .fmenu li+ li {
  border-left: 1px solid #333;
}
#footer p {
  color: #fff;
/*  background-color: #999;*/
  padding: 1em 0;
  font-size: 11px;
}

/*--------------------------------------
  768px ECサイトバナー
--------------------------------------*/
#sale_banner {
	text-align: center;
	margin-bottom: 20px;
}

/*--------------------------------------
  768px 自分だけのコーディネート提案
--------------------------------------*/
#contents .home_area,
#contents #topmain .home_area {
/*	border-bottom: 1px solid #ddd; */
	border: none;
	margin-bottom: 24px;
/*	margin-left: 5px;
	margin-right: 10px;*/
	margin-left: 4px;
	margin-right: 0;
	padding-bottom: 24px;
	overflow: hidden;
/*	width: 100%;*/
        width: 160px;
/*        float:left;*/
	display: inline-block;
	vertical-align: top;
}

#contents .home_area .thumb_box,
#contents #topmain .home_area .thumb_box {
	float: left;
/*	margin: 0 10px 0 0; */
/*        margin:0 auto 0 auto; */
	width: 100%;
/*	height: 120px; */
}
#contents .home_area .entry_box,
#contents #topmain .home_area .entry_box {
	text-align: left;
/*        width: 85%;*/
        width: 100%;
        margin: auto;
}

#contents .date-time,
#contents #topmain .date-time {
	font-size: 90%;
	text-align: left;
	margin-bottom: 0;
}

/*--------------------------------------
  TOP－店舗
--------------------------------------*/
#topmain .su-tabs-pane {
  padding: 0;
}
.su-tabs-nav span {
  font-size: 18px!important;
  font-weight: bold;
}

/*--------------------------------------
  TOP－SNS
--------------------------------------*/
.sns_block {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

}/* タブレット表示ここまで */

/*--------------------------------------
  ここからPC表示設定
--------------------------------------*/

@media screen and (min-width : 1024px) {


/*--------------------------------------
  1024px 全体
--------------------------------------*/
html {
	font-family: Meiryo, "メイリオ", verdana, sans-serif;
}

/* 全体に薄いグレーのテクスチャ */
body {
	/*background: #fff url(images/sos.png) left top repeat;*/
	/* thnx! http://subtlepatterns.com/ */
}

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/
header {
	text-align: left;	
}

/* ヘッダーに濃いグレーのテクスチャ */
#header {
	background: url(/bg2.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
}

#header .hgroup {
/*	width: 96.6%;*/
	margin: 0 auto;
	max-width: 1024px;
/*	max-width: 1230px;*/
}

#header .caption {
	margin: 0;
}

.logo{
 display: table-cell;
 vertical-align: middle;
/* width: 300px;*/
 width: 250px;
 height: 135px;
}
.logo img {
 width: 200px;
 margin-left: 50px;
}
.menu{
 display: table-cell;
/*  vertical-align: middle;*/
}
.topbanner {
    display: inline-block;
}
.topbanner ul{
    float:left;
    width: 32%;
    margin: auto 5px;
}
.topbanner ul img{
	
}

/*--------------------------------------
  1024px ナビゲーション
--------------------------------------*/
nav#menu {
	padding: 0;
/*	margin-left: 30px;*/
	margin-top: 20px;
}

nav#menu ul {
	width: 100%;
	margin: 0 auto;
	max-width: 1060px;
	height: 43px;
	overflow: visible;
}

/* MENUボタンを隠す */
.menubtn {
	display: none;
}

/* ナビを表示 */
.togmenu {
	display: block;
}

nav#menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav#menu ul li a {
/*	color: #541C00;*/
	font-size: 1.5em;
}

nav#menu ul li a:hover {
	color: #F06375;
}

nav#menu ul li ul.sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

nav#menu ul li:hover,
nav#menu ul li ul.sub-menu li {
/*	background: #eee;*/
}

nav#menu ul li ul.sub-menu li:first-child {
	border-top: 1px solid #ff7ddf;
}

/* カーソルをのせると子を表示 */
nav#menu ul li:hover ul.sub-menu {
	display: block;
}

nav#menu ul li ul.sub-menu li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
}

nav#menu ul li ul.sub-menu li a {
	padding: 13px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

nav#menu ul li:hover ul.sub-menu li {
	overflow: hidden;
	min-height: 40px;
	background: #666;
}

/*--------------------------------------
  1024px コンテンツ
--------------------------------------*/
/*
全体で1024px
    メイン650px
    サイド300px
    余白60px(10 + 20 * 2 + 10)
    ボーダー2px
    2pxぶん余裕あり
*/

#contents {
	overflow: hidden;
	width: 1024px;
/*	width: 1060px;*/
	margin: 24px auto;
}

#contents #main {
	float: right;
	margin: 0 0 0 10px;
	/*max-width: 728px;*/
	width: 650px;
	padding: 20px 20px;
	border-radius: 0;
}
#contents #topmain {
/*	float: left;*/
	margin: 0 10px 0 0;
/*	max-width: 710px;
	margin: 0 28px 0 0;
	max-width: 728px;*/
	padding: 20px 42px;
	border-radius: 0;
}
#entry_body {
	width: 650px;
	margin: 0;
	padding: 0;
}
#topmain #entry_body, #recycle #entry_body {
	width: 100%;
}

/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
#article_body img {
	margin-bottom: 14px;
}

/*--------------------------------------
  1024px 記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	font-size: 80%;
}

#entry_body h3.new_entry_title a {
	font-weight: normal;
}

#contents #main #single_title {
	font-size: 20px;
	line-height: 2.2;
	margin-bottom: 30px;
}
#contents #topmain #single_title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 24px;
}
#article_body h2 {
	font-size: 14px;
	text-align: left;
	border-left: 5px solid #f76b74;
	/*margin: 48px -31px 36px -62px;*/
	/*padding: 10px 0 10px 20px;*/
}

#article_body h3 {
	font-size: 20px;
	text-align: left;
	border-bottom: 2px solid #f76b74;
	margin: 36px 0 24px 0;
	padding: 15px 0 5px 0;
}

/*--------------------------------------
  1024px コメント
--------------------------------------*/
#comment_box {
	background: #fff url(images/sos.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
}

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

/*--------------------------------------
  1024px 広告スペース
--------------------------------------*/
.entrybodytop_ad {
	width: 728px;
	height: 90px;
	margin: -20px -62px 36px -62px;
	overflow: hidden;
}

.entrybodybottom_ad {
	width: 728px;
	height: 90px;
	margin: 36px -62px -20px -62px;
}

#entry_footer_ad {
	margin: 36px 0;
	width: 604px;
	display: table;
	table-layout: fixed;
	text-align: center;
}

#entry_footer_ad .efa_left,
#entry_footer_ad .efa_right {
	width: 302px;
	display: table-cell;
	float: none;
}

/*--------------------------------------
  1024px 個別記事SNS
--------------------------------------*/
#entry_snsbox {
	border: 1px solid #ccc;
	padding: 10px 20px;
	text-align: left;
}

/*--------------------------------------
  1024px サイド
--------------------------------------*/
#contents #sub {
	float: left;
	margin: 0;
	width: 300px;
	text-align: center;
	padding: 0;
	margin-left: 20px;	
}

#contents #sub p {
	text-align: left;
}

#sub h4 {
	font-size: 18px;
	text-align: left;
	/*text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);*/
	font-weight: bold;
	margin: 0 0 18px 0;
}

#sub .side-sns ul {
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #fff;
}

/*-----------------------------------
  1024px サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul li {
	width: 100%;
	display: block;
	padding: 0.5em 0;
	text-indent: 1em;
}

#sub .side_widget li ul li ul li {
	text-indent: 2em;
}

#sub .side_widget li ul li ul li ul li {
	text-indent: 3em;
}

#sub .side_widget li ul li ul {
	display: inline;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#wp-calendar {
	width: 100%;
}

/*--------------------------------------
  1024px フッター
--------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	background: #000;
/*	background: #444 url(images/grey_wash_wall.png) left top repeat;*/
	/* thnx! http://subtlepatterns.com/ */
}

#footer-in {
	width: 1024px;
	margin: 0 auto 24px auto;
}

#footer-in p {
	margin-bottom: 5%;
}

#footer-in h2 {
	border-left: 5px solid #c2082b;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

#footer-in h3 {
	border-left: 5px solid #ffd700;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

.footer_l {
	float: left;
	width: 336px;
	font-size: 90%;
}

.footer_c, .footer_r {
	width: 320px;
}

.footer_l, .footer_c {
	margin: 0 32px 0 0;
}

/*--------------------------------------
  TOPお知らせ
--------------------------------------*/
section#news #movie {
    width: 460px;
    height: 259px;
}

/*--------------------------------------
  1024px コーディネート
--------------------------------------*/
#cordinate #contents #main .home_area,
#contents #main #archive_body .home_area {
/*	border-bottom: 1px solid #ddd;*/
	border-bottom: none;
/*	margin-bottom: 24px;*/
	padding-bottom: 24px;
	overflow: hidden;
	width: 150px;
	margin: 10px 4px 24px;
	display: inline-block;
	vertical-align: top;
	float: none;
}
#cordinate #contents .date-time,
#contents #main #archive_body .date-time {
	margin-bottom: 5px;
}

}/* PC表示ここまで */

/* catenew shortcode style */
.rm-catenew-post {
    width: 100%;
}

.rm-catnew-box {    
    margin-right: 3%;
    width: 30%;
/*    border: 1px solid #ddd;    */
    vertical-align: top;
    display: inline-block;
    margin-bottom: 20px;
    min-width: 140px;    
}

.rm-catnew {    
    
}

.rm-catnew-img {
    margin-bottom: 10px;
}

.rm-catnew-date {
    font-size: 14px;
    padding: 0 5px;
}

.rm-catenew-post h1,
.rm-catenew-post h2,
.rm-catenew-post h3,
.rm-catenew-post h4,
.rm-catenew-post h5,
.rm-catenew-post h6{
    margin: 0;
    padding: 0;
    color: #222;
    padding: 0 5px;
}

.rm-catenew-post p {
    font-size: 14px;
    color: #555555;
    word-wrap: break-word;
    padding: 0 5px;
}

.rm-catnew-date {
    color: #555555;
}
.rm-catnew img{ 
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
    
}
.rm-catnew img:hover{ 
    -webkit-transform:scale(1.25);  
    -moz-transform:scale(1.25);  
    -ms-transform:scale(1.25);  
    -o-transform:scale(1.25);  
    transform:scale(1.25);
/*    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);*/
}

.rm-catnew:hover p,
.rm-catnew:hover h6,
.rm-catnew:hover .rm-catnew-date{
    color: #006600;
}

/* catenew shortcode style表示ここまで */

/* FV用CSS */
#fv {
    background: #fff url('http://wp13.realmax.org/wp-content/uploads/2016/01/bg_01.jpg');
}

#menu-header li:nth-child(1):hover:after {content: "ホーム";}
#menu-header li:nth-child(2):hover:after {content: "会社概要";}
#menu-header li:nth-child(3):hover:after {content: "店舗";}
#menu-header li:nth-child(4):hover:after {content: "コーディネート";}
#menu-header li:nth-child(5):hover:after {content: "買取";}
#menu-header li:nth-child(6):hover:after {content: "お問い合わせ";}
#menu-header li:hover:after {font-size: 10px; color:#f76b74;}

/*-----------------------------------
  カルーセル
------------------------------------*/
#our_works {
}
#our_works .caroufredsel_wrapper {
  margin: 0 auto!important;
}
#our_works .wrap {
  margin: 0 auto 60px auto;
}
#our_works .topResultsList {
  position: relative;
  width: 260px;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
  float: left;
}
#article_body #our_works ul,
#our_works ul {
  width: 310px;
  display: block;
  margin-left: 34px;
}
#entry_body #our_works dl,
#our_works dl {
  border: none;
  padding: 0 5px;
  margin: 0 5px;
  width: 100%;
}
#article_body #our_works ul li,
#our_works ul li {
  list-style: none;
  padding: 0;
  display: block;
  float: left;
  margin-top: 0;
  margin-right: 13px;
  width: 230px;
  text-align: left;
  text-indent: 0;
}
#article_body #our_works ul li a,
#our_works ul li a {
  text-decoration: none;
  color: #333;
}
#article_body #our_works img,
#our_works img {
	margin-bottom: 0;
	border: 5px solid #fff;
	box-shadow: 0 2px 2px #bbb;
	width: 220px;
	height: auto!important;
}
#article_body #entry_body #our_works li dt {
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
　font-size: 5px;
}
#our_works dd {
	font-size: 12px;
}
#article_body #entry_body #our_works.responsive,
#our_works.responsive {
  width: auto;
  margin-left: 0;
}
#sub .side_widget li #our_works ul li {
  border-bottom: none;
}