@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;
}
#sub .side_widget #menu-menu-image2 li{
  padding: 10px 0px;
}

.menu-menu-image1-container,.menu-menu-image2-container{
	display:none;
}
.menu-menu-image3-container,.menu-menu-image4-container{
	display:block;
}
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: auto;
}

table#my-table,
table#my-table td
{
    border: none !important;
vertical-align: top;
padding:1% !important;
padding-top:2% !important;
}

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;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.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 0 10px 15px;
	  width: 43%;
	  max-width: 170px !important;
}
.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 {
	color: #1122cc;
}

a:hover {
	color: #ff7ddf;
}

#menu-menu-2  a{
  color: #1122cc;
  width: 100%;
  display: block; 
  padding: 0px 0px 0px;
}
#menu-menu-2 a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.6;
	background: #fff;
	color: #333;
}

body {
	margin: 0;
	padding: 0;
	background-color: black;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/
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 0px;
	border-bottom: 1px solid #fff;
	width: 100%;
/*	width: 870px;*/
	margin: 0px auto;
}

#header .top_title {
	 margin-bottom: 5px;
	font-size: 36px;
	position: relative;
	top: 2px;
	width: 110px;
}

#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: #333;
	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: 2px 0 0;
}

/*ページ内見出し*/
.page_title{
	font-size: 14px;
}

/*--------------------------------------
  ナビゲーション
--------------------------------------*/
nav#menu {
	margin-bottom: 24px;
}

.togmenu {
	display: none;
	color: #fff;
	//background: #444;
}

.menubtn {
	padding: 8px;
	color: #fff;
	background: #444;
	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 : #444;
	padding : 8px 0;
}

nav#menu ul li a:hover {
	color: #ffd700;
}

nav#menu ul.sub-menu {
	/*display: none;*/
	display: block;
}
nav#menu ul li:hover ul.sub-menu {
	display: block;
}
nav#menu ul li ul.sub-menu li:first-child {
	border-top: 1px solid #ddd;
}
nav#menu ul li ul.sub-menu li:last-child {
        border-bottom: none;
}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	width: 100%;
	margin: 0px auto 0 auto;
	text-align: left;
	line-height: 1.6;
}

#contents p {
	margin-bottom: 2.1em;
	text-align: left;
}

#contents #main {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 2px;
}

#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;
}

#contents #main .home_area .thumb_box {
	float: left;
	width: 100px;
	margin: 0 8px 0 0;
}

#contents #main .home_area .entry_box {
	overflow: auto;
	zoom: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 0;
}

#contents #main #entry_body .home_area img {
	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: 16px;
}

#entry_body h3.new_entry_title a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#entry_body h3.new_entry_title a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/
#contents #main #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: 20px;
	text-align: left;
	margin: 36px 0 24px 0;
	padding: 0.4em;
	background: #efefef;
	border-bottom: 2px solid #ddd;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#article_body h3{
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin: 24px 0 24px 0;
	padding: 10px 0 5px 0;
}

#article_body h4 {
	font-size: 18px;
	border-left: 3px solid #ccc;
	margin: 48px 0 24px 0;
	padding: 0.2em 0.2em 0.2em 0.5em;
}

/*--------------------------------------
  メタボックス
--------------------------------------*/
.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;
}

/* スマホ非表示 条件分岐タグ併用*/
#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 #ccc;
	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;
}

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: 2px;
	overflow: hidden;
	background-color: #fff;
	/*padding-left: 20%;*/
}

/* サイドバー見出し */
#sub h4 {
	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;
}

/*-----------------------------------
  サイドバー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 15px;
	clear: both;
}

#sub .side_widget li ul li {
	margin: 0;
	padding: 0.5em 10px 0.5em 0px;
	//border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
	width: 45%;
	display: inline-block;
	/* overflow: hidden; */
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	/*min-width: 200px;*/
}

#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;
}
#sub .execphpwidget {
       text-indent: 1em;
       padding:5px 0px 5px 0px;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#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: #333;
	text-align: center;
	background-color : #fff;
	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;
}

.metaslider { 
/*  display: none;*/
}
.slide_normal { 
/*  display: none;*/
background:#000000;
}
.slide_responsive{
    display: block;
}

#what-new-box-shortcode, #what-new-box { 
  padding: 0; 
  width: 100%;
}

.iframe-content {
    position: relative;
    width: 90%;
    padding: 50% 0 0 0;
    margin: 0 auto;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------
  ここからタブレット表示設定
--------------------------------------*/

@media screen and (min-width : 768px){
.alignleft {
	float: left;
	margin: 0 24px 10px 24px;
	width: auto;
}
.metaslider {
/*  display: none;*/
}
.slide_normal { 
/*  display: none;*/
}
.slide_responsive{
    display: block;
}
/*--------------------------------------
  768px ナビ
--------------------------------------*/
nav#menu ul {
	width: 100%;
}

nav#menu ul li {
	float: right;
	width: auto;
	text-align: center;
	border: none;
}

nav#menu ul li a {
	display: block;
	color : #444;
	padding : 8px 1em;
}

/*--------------------------------------
  768px コンテンツ
--------------------------------------*/

#contents {
	text-align: left;
}

#contents #main {
	padding: 20px 35px;
	margin-bottom: 2px;
	border-radius: 0px;
	//border: 1px solid #ddd;
}

#contents #main .home_area .thumb_box {
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
	height: 150px;
}

#contents #main .home_area .entry_box {
	text-align: left;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
}

/*--------------------------------------
  768px 記事見出し
--------------------------------------*/
#article_body h2{
	font-size: 20px;
	text-align: left;
	border-left: 5px solid #444;
/*	margin: 36px 0 24px -35px;*/
	margin: 36px 0 24px;
	padding: 8px 0 8px 10px;
}

#article_body h3{
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	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: 110px;
}

#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: 20px;
	color: #333;
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 10px 8px;
	clear: both;
}

#sub .side_widget li ul li {
	width: 45%;
	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: 20px 0;
	width: 100%;
	margin: 0px auto;
}

.footer_c, .footer_r {
	width: 40%;
	float: left;
}

.footer_c {
	margin-right: 5%;
}
#header { 
	width: 100%;
}

}/* タブレット表示ここまで */

/*--------------------------------------
  ここからPC表示設定
--------------------------------------*/

@media screen and (min-width : 870px) {/*min-width : 1024px*/
.menu-menu-image1-container,.menu-menu-image2-container{
	display:block;
}
.menu-menu-image3-container,.menu-menu-image4-container{
	display:none;
}
.alignleft {
	float: left;
	margin: 0 24px 10px 24px;
	width: auto;
}
.metaslider {
  display: block;
}
.slide_normal { 
  display: block;
}
.slide_responsive{
    display: none;
}
/*--------------------------------------
  1024px 全体
--------------------------------------*/
html {
	font-family: Meiryo, "メイリオ", verdana, sans-serif;
	margin-top: -24px
}

/* 全体に薄いグレーのテクスチャ */
body {
	//background: #fff url(images/sos.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
}

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/
header {
	text-align: left;	
}

/* ヘッダーに濃いグレーのテクスチャ */
#header {
	//background: #444 url(images/grey_wash_wall.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
	width: 870px;
	height: 98px;
}

#header .hgroup {
	width: 110px;
	margin: 0 auto;
	max-width: 1060px;
	float: left;
}

#header .caption {
	margin: 0;
}

/*--------------------------------------
  1024px ナビゲーション
--------------------------------------*/
nav#menu {
	padding: 0;
}

nav#menu ul {
	width: 700px;
	margin: 0 auto;
	max-width: 1060px;
	height: 43px;
	overflow: visible;
	float: right;
}

/* 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: #333;
}

nav#menu ul li a:hover {
	color: #fff;
}
nav#menu ul.sub-menu {
	display: none;
}
nav#menu ul li ul.sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
        width: 150px;
        z-index:10;
}

nav#menu ul li:hover,
nav#menu ul li ul.sub-menu li {
	border-bottom: 1px solid #ff7ddf;
	background: #666;
}

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 コンテンツ
--------------------------------------*/
/*
全体で1060px
    メイン728px
    サイド300px
    余白28px
    ボーダー2px
    2pxぶん余裕あり
*/

#contents {
	overflow: hidden;
	width: 870px;
	margin: 0px auto;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#contents #main {
	float: right;
	margin: 0 0px 0 0;
	max-width: 630px;
	padding: 20px 0px;
	border-radius: 0;
}

#entry_body {
/*	width: 630px;*/
	width: 600px;
/*	margin: 0;*/
	margin: 0 30px 0 0;
	padding: 0;
}

/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  1024px 記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	font-size: 24px;
}

#entry_body h3.new_entry_title a {
	font-weight: normal;
}

#contents #main #single_title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 24px;
}

#article_body h2{
	font-size: 24px;
	text-align: left;
	border-left: 5px solid #444;
/*	margin: 48px -31px 36px -62px;*/
	margin: 48px 0 36px;
	padding: 10px 0 10px 20px;
}

#article_body h3{
	font-size: 20px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	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: 200px;
	text-align: center;
	padding: 0;
}

#contents #sub p {
	text-align: left;
}

#sub h4 {
	font-size: 20px;
	text-align: left;
	border: none;
	color: #333;
	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: 0em 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: 870px;
	margin: 0 auto;
	clear: both;
	//background: #444 url(images/grey_wash_wall.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
}

#footer-in {
	width: 1060px;
	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;
}

.iframe-content {
    margin: 0 0 0 auto;
}

}/* 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表示ここまで */
