@charset "utf-8";

/*
Theme Name: 風船太郎サイトテーマ
Theme URI: 
Description: レスポンシブデザイン
Version: 1
Author: kyozuka
Author URI: 
*/

/*--------------------------------------
  リセット
--------------------------------------*/
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: 99%;
	line-height: 160%;
	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,
#contents p.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;
	text-align: center !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.futo {
	font-weight: bold;
}
span.futoaka {
	font-weight: bold;
	color: #ff0000;
}
span.futopink {
	font-weight: bold;
	font-size: 130%;
	color: #f8006d;
}

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;
}

.mb10{
	margin-bottom: 5px;}

/*--------------------------------------
  ボックス
--------------------------------------*/
.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;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	margin: 5px 0;
}

.home .video-container{
	margin: 0;}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.video-container button {
  margin: 0;
  padding: 0;
  border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
  color: inherit;
  background: transparent;
  font-family: inherit;
  line-height: inherit;
}

.video-container button img{
	width: 100%;}

.video-container button::-moz-focus-inner {
  padding: 0;
  border: none;
}

.video-container button:focus {
  outline: 1px dotted;
}

.video-container button img {
  display: block;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.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%;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 24px;
}

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;
}

/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.6;
	background: #fff;
	color: #333;
}

body {
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
}

h1 {
	font-size: 36px; 
	line-height : 1.5;
	font-weight: bold;
}

h2 {
	font-size: 30px;
	line-height: 1.5;
}

h3 {
	font-size: 22px;
	line-height: 1.5;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header {
	text-align: center;
	padding: 0 0 0;
}

#header .top_title {
	padding-top: 10px;
	margin-bottom: 3px;
}

#header .top_title a {
}

#header .top_title a:hover {
}

#header .caption {
	color: #fff;
	font-size: 16px;
	padding: 0.3em 0.5em 0.5em;
	margin: 0 12px;
}

.hgroup {
	margin: 0 0 0;
	background: #91bf40 url(images/head-sbg.jpg) 0 0 no-repeat;
}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	width: 95%;
	margin: 0 auto 0 auto;
	text-align: left;
	line-height: 1.6;
}

#contents p {
	margin-bottom: 1.3em;
	text-align: left;
	padding: 5px 20px;
}

#contents #main {
	padding: 10px 0 20px 0;
	margin-bottom: 24px;
}

.page #entry_body,.archive #entry_body,.single #entry_body {
	background: #FFF url(images/conttop.gif) center top no-repeat;
	border-radius:10px;
	padding: 10px;
}

#contents #main .home_area {
	border-bottom: 2px dotted #ffc900;
	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%;
	text-align: right;
	padding: 5px 20px 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 20px 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 {
	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;
	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;
}



#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;
}

#entry_body a.linkbox{
	text-decoration: none;}

/*--------------------------------------
  記事見出し
--------------------------------------*/
#contents #main #single_title {
	font-size: 24px;
	margin-bottom: 5px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-align: center;
}

#entry_body p.head-ttl{
	display: table;
	font-size: 95%;
	border-top:3px dotted #eccd00;
	font-weight: bold;
	color:#666;
	padding: 2px 10px;
	margin:0px auto 20px auto;
	}

#archive_body h2,
#article_body h2 {
	font-size: 20px;
	text-align: left;
	margin: 36px 0 24px 0;
	padding: 0.4em;
	border-bottom: 2px solid #ddd;
}

#article_body h3{
	font-size: 18px;
	text-align: left;
	margin: 24px 0 24px 0;
padding: 5px 0 5px 5px;
}

#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;
	text-align: right;
}

#contents .meta_box p{
	text-align: right;}

#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 .efa_right {
	display: none;
}

/*--------------------------------------
  パンくず
--------------------------------------*/
.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: 3%;
	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: 24px;
	overflow: hidden;
}

/* サイドバー見出し */
#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;
}


.baloon-green2,a.baloon-green3{
background: #8fc13e url(images/tekari.png) 3px 3px no-repeat;
box-shadow:-1px -3px 3px 2px #4faf14 inset,4px 2px 3px 1px #b0f289 inset;
-moz-box-shadow:-1px -3px 3px 2px #4faf14 inset,4px 2px 3px 1px #b0f289 inset;
-webkit-box-shadow:-1px -3px 3px 2px #4faf14 inset,4px 2px 3px 1px #b0f289 inset;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
color:#FFF;
font-size: 110%;
font-weight: bold;
padding: 8px 16px;
margin-bottom: 3px;
border-bottom:2px solid #dcdcdc;
}
a.baloon-green3{
	padding: 10px 16px;
	display: block;}

#contents .baloon-green2 h3,#contents .baloon-green3 h3{
	margin-bottom: 0;
	font-weight: bold;}

#contents .baloon-green2 p,#contents .baloon-green3 p{
font-size: 80%;
line-height: 120%;
padding: 0;
margin-bottom: 0;
}

a.baloon-green3:hover{
background: #77a728 url(images/tekari.png) 3px 3px no-repeat;}

.wrap01{
	background: url(images/suuji01.png) right top no-repeat;}
.wrap02{
	background: url(images/suuji02.png) right top no-repeat;}
.wrap03{
	background: url(images/suuji03.png) right top no-repeat;}
.wrap04{
	background: url(images/suuji04.png) right top no-repeat;}
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;
}



/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

#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: #477dcb;
	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;
}

.gush_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;
}

/*sidebar*/

.arrowlist{
	border: 6px solid #ecf7e7;
	background-color: #FFF;
	border-radius:10px;
	padding: 10px;}


.arrowlist li a,.arrowlist li a:visited{
	color: #333;
	display: block;
	background: url(images/lb-arrow.png) 0 0 no-repeat;
	padding: 2px 0 2px 25px;
	margin-bottom: 5px;
	line-height: 130%;}
	
.arrowlist li a:hover{
	background-color: #eef5cf;}
	
	
/*topstep*/

.greenstep{
	width: 50%;
	float: left;
	background-color: #8fc13e;
	color:#FFF;
	margin-bottom: 5px;
	border-right: 5px solid #FFF;
	box-sizing: border-box;
	font-size: 85%;}
	
.lastl-2,.lastl-1{
	border-right:0;}

#topstep3{
	clear: both;}
	

#contents .greenstep p{
	padding: 5px 8px;
	margin: 0;
	line-height: 130%;}
	
#contents .greenstep p img{
	display: block;
	margin: 0 auto 5px;
}
	
#entry_body .greenstep a,#entry_body .greenstep a:visited,
#contents .baloon-green2 a,#contents .baloon-green2 a:visited{
background: #ffe900 url(images/tekari.png) 2px 2px no-repeat;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
color:#f36d00;
display: block;
margin-top:5px;
font-weight: bold;
text-align: center;
font-size: 90%;
text-decoration: none;
border:2px solid #FFF;
padding: 3px 20px;
}

#contents .baloon-green3 a,#contents .baloon-green3 a:visited{

}

#contents .baloon-green2 a,#contents .baloon-green2 a:visited
	{
padding: 3px 5px;}

#entry_body .greenstep a#btn01,
#contents .baloon-green2 a#btn01{
background: #4cbaff url(images/tekari.png) 2px 2px no-repeat;
color:#FFF;}
#entry_body .greenstep a#btn02,
#contents .baloon-green2 a#btn02{
background: #ff71ad url(images/tekari.png) 2px 2px no-repeat;
color:#FFF;}
#entry_body .greenstep a#btn03,
#contents .baloon-green2 a#btn03{
background: #fec200 url(images/tekari.png) 2px 2px no-repeat;
color:#FFF;}
#entry_body .greenstep a#btn04,
#contents .baloon-green2 a#btn04{
background: #91bf45 url(images/tekari.png) 2px 2px no-repeat;
color:#FFF;}
#entry_body .greenstep a#btn01:hover,
#contents .baloon-green2 a#btn01:hover{
background: #3293d1 url(images/tekari.png) 2px 2px no-repeat;
}
#entry_body .greenstep a#btn02:hover,
#contents .baloon-green2 a#btn02:hover{
background: #f51e7c url(images/tekari.png) 2px 2px no-repeat;
}
#entry_body .greenstep a#btn03:hover,
#contents .baloon-green2 a#btn03:hover{
background: #dba800 url(images/tekari.png) 2px 2px no-repeat;
}
#entry_body .greenstep a#btn04:hover,
#contents .baloon-green2 a#btn04:hover{
background: #598e17 url(images/tekari.png) 2px 2px no-repeat;
}


.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.step-p{
	margin-bottom:10px;}


.step-p li{
	width: 50%;
	border: 2px solid #FFF;
	box-sizing: border-box;
	float: left;
	margin-bottom: 3px;}
	

/*お見積りフォーム*/

span.wpcf7-list-item {
display: block;
}

#entry_body dl.dl01{
    width: 90%;
	margin: 15px auto 20px auto;
    border:2px solid #f5e750;
	background-color: #fffac0;    
    border-top:none;
    padding: 0;
    }
    
#entry_body dl.dl01 dt{
    font-weight: normal;
    padding:5px 10px;
    margin: 0;
    clear:both;
    border: none;
   	background: none;
    border-top:2px solid #f5e750;
    }
    
#entry_body dl.dl01 dd{
    margin:0;
    padding:5px 10px;
    border-top:2px solid #f5e750;
    background:#fff;
    }
    
.page-id-7 #entry_body dl.dl01,.page-id-1472 #entry_body dl.dl01{
    border:2px solid #4cbaff;
	background-color: #e3f3ff;    
    }
    
.page-id-8 #entry_body dl.dl01,.page-id-1474 #entry_body dl.dl01{
    border:2px solid #ff6d8f;
	background-color: #ffe9e3;    
    }
    
.page-id-282 #entry_body dl.dl01,.page-id-1453 #entry_body dl.dl01
,.page-id-45 #entry_body dl.dl01{
    border:2px solid #92ca36;
	background-color: #efffcc;    
    }
    
.page-id-7 #entry_body dl.dl01 dt,.page-id-7 #entry_body dl.dl01 dd,
.page-id-1472 #entry_body dl.dl01 dt,.page-id-1472 #entry_body dl.dl01 dd{
    border-top:2px solid #4cbaff;
    }
    
.page-id-8 #entry_body dl.dl01 dt,.page-id-8 #entry_body dl.dl01 dd,
.page-id-1474 #entry_body dl.dl01 dt,.page-id-1474 #entry_body dl.dl01 dd{
    border-top:2px solid #ff6d8f;
    }
    
.page-id-282 #entry_body dl.dl01 dt,.page-id-282 #entry_body dl.dl01 dd,
.page-id-1453 #entry_body dl.dl01 dt,.page-id-1453 #entry_body dl.dl01 dd,
.page-id-45 #entry_body dl.dl01 dt,.page-id-45 #entry_body dl.dl01 dd{
    border-top:2px solid #92ca36;
    }
    
#entry_body dl.dl01 dd:after{
    clear: both;
    content: "";
    display: block;
}

.wpcf7-confirm{
	padding: 5px 10px;
}

#entry_body dl.dl01 .wpcf7-text{
	padding: 2px 1%;
	font-size: 120%;}

input.wpcf7-submit,input.wpcf7-back,input.wpcf7-confirm,input.mtmrbtn{
	padding: 1.6em;
	-webkit-appearance: button;
    color:#FFF;
	border: 0 none;
	border-radius:5px;
    cursor: pointer;}

input.wpcf7-confirm,input.mtmrbtn{
	background: #fc2a7e url(images/tekari.png) 3px 3px no-repeat;
    margin: 5px auto;
    width: 90%;
    display: block;
}

input.mtmrbtn{
	width: 50%;
	background: #fc2a7e url(images/tekari.png) 3px 3px no-repeat;
	margin: 20px auto;
	font-weight: bold;
	font-size: 120%;
	padding: 15px 0;
	box-shadow:-1px -3px 3px 2px #ee086d inset,4px 2px 3px 1px #fe98c3 inset;
	-moz-box-shadow:-1px -3px 3px 2px #ee086d inset,4px 2px 3px 1px #fe98c3 inset;
	-webkit-box-shadow:-1px -3px 3px 2px #ee086d inset,4px 2px 3px 1px #fe98c3 inset;}
	
input.mtmrbtn:hover{
   	background: #f578aa url(images/tekari.png) 3px 3px no-repeat;}
	
#article_body table.mtmrtb{
	width: 90%;
	margin: 10px auto;}
	
#article_body table.mtmrtb tr{
	border-bottom: 1px dashed #333;}

#article_body table.mtmrtb td{
	border: none;}
	
#article_body table.mtmrtb tr.topline{
	border-top:2px solid #333;}
	

	
input.wpcf7-submit,input.wpcf7-back{
    width: 40%;}
	
.wpcf7-submit{
    background-color: #fc2a7e;
    margin-right: 10px;}

.wpcf7-back{
	background-color: #66afca;
}

.side-ban {
	width: 100%;
	text-align: center;
	margin: 5px auto;}
	
.sidecontact{
	background-color: #FFE315;
	border-radius:8px;
	padding: 8px;
	margin-bottom: 5px;}
	

.contactttl,.contactbtn{
	width: 194px;}
	
.topconcept{
	margin-bottom:10px;
	clear: both;
	padding-bottom: 15px;
	border-radius:8px;}


.topconcept h2,#article_body .topconcept h2{
	text-align:center;
	font-size:100%;
	margin: 0;
	padding: 5px 0;
	color:#FFF;
	border: none;
	border-radius:6px 6px 0 0;
	}


.topconcept h2 strong{
	font-size:130%;
	}

.topconcept h2 strong span{
	font-weight: bold;
	border-bottom: 2px dotted #FFF;
	}


#contents .topconcept p{
	padding: 15px 30px 0 30px;
	margin-bottom: 0 !important;
}

	
/*top文字*/

.tc01 h2{
background-color: #33d0eb;
	color:#FFF;
	border-bottom: 3px dotted #33d0eb;}
	
.tc02 h2{
background-color: #4ade8a;
	color:#FFF;
	border-bottom: 3px dotted #4ade8a;}
	
.tc03 h2{
background-color:#ffa218;
	color: #fff;
	border-bottom: 3px dotted #ffa218;}
	
.tc04 h2{
background-color:#ff47a2;
	color: #fff;
	border-bottom: 3px dotted #ff47a2;}
	
	

	
.tc01{
background-color: rgba( 255, 255, 255, 0.55 );
	border: 2px solid #33d0eb;
	margin-top: 10px;}
	
.tc02{
background-color: rgba( 236, 244, 223, 0.55 );
	border: 2px solid #4ade8a;}
	
.tc03{
background-color: rgba( 253, 255, 225, 0.55 );
	border: 2px solid #ffa218;}
	
.tc04{
background-color: rgba( 255, 231, 233, 0.55 );
	border: 2px solid #ff47a2;}

	
	
.baloon-pink,#article_body h2.baloon-pink{
background: #ff71ad url(images/tekari.png) 3px 3px no-repeat;
box-shadow:-1px -3px 3px 2px #fd378e inset,4px 2px 3px 1px #fe98c3 inset;
-moz-box-shadow:-1px -3px 3px 2px #fd378e inset,4px 2px 3px 1px #fe98c3 inset;
-webkit-box-shadow:-1px -3px 3px 2px #fd378e inset,4px 2px 3px 1px #fe98c3 inset;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
color:#FFF;
font-weight: bold;
padding: 3px 20px;
	font-size: 110%;
border-bottom:2px solid #dcdcdc;
}

.baloon-green{
background: #91bf45 url(images/tekari.png) 3px 3px no-repeat;
box-shadow:-1px -3px 3px 2px #61ac07 inset,4px 2px 3px 1px #cfed9c inset;
-moz-box-shadow:-1px -3px 3px 2px #61ac07 inset,4px 2px 3px 1px #cfed9c inset;
-webkit-box-shadow:-1px -3px 3px 2px #61ac07 inset,4px 2px 3px 1px #cfed9c inset;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
color:#FFF;
	font-size: 110%;
font-weight: bold;
padding: 3px 20px;
border-bottom:2px solid #dcdcdc;
}

.baloon-blue,#article_body h2.baloon-blue,
#entry_body a.baloon-blue{
background: #4cbaff url(images/tekari.png) 3px 3px no-repeat;
box-shadow:-1px -3px 3px 2px #3b9ddc inset,4px 2px 3px 1px #afddfa inset;
-moz-box-shadow:-1px -3px 3px 2px #3b9ddc inset,4px 2px 3px 1px #afddfa inset;
-webkit-box-shadow:-1px -3px 3px 2px #3b9ddc inset,4px 2px 3px 1px #afddfa inset;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
color:#FFF;
margin-bottom: 2px;
font-weight: bold;
text-decoration: none;
font-size: 110%;
padding: 3px 20px;
border-bottom:2px solid #dcdcdc;
}

.baloon-blue:hover,#article_body h2.baloon-blue:hover,
#entry_body a.baloon-blue:hover{
background-color:#2c99ff;
color:#FFF;}

.baloon-pink:hover,#article_body h2.baloon-pink:hover{
background-color:#ff5493;
color:#FFF;
}


.baloon-yellow,#article_body h2.baloon-yellow{
background: #FFC400 url(images/tekari.png) 3px 3px no-repeat;
box-shadow:-1px -3px 3px 2px #f7a903 inset,4px 2px 3px 1px #ffe92f inset;
-moz-box-shadow:-1px -3px 3px 2px #f7a903 inset,4px 2px 3px 1px #ffe92f inset;
-webkit-box-shadow:-1px -3px 3px 2px #f7a903 inset,4px 2px 3px 1px #ffe92f inset;
border-radius:8px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
color:#FFF;
border-bottom:2px solid #dcdcdc;
font-size: 110%;
margin-bottom: 5px;
font-weight: bold;
padding: 6px 20px;
}


#entry_body .baloon-yellow a{
	text-decoration: none;
	color:#333;}
	
#entry_body .baloon-yellow a:hover{
	text-decoration: underline;}

.baloon-yellow:hover,
#article_body h2.baloon-yellow:hover{
background-color:#ffb000;
color:#FFF;
}

.baloon-green:hover{
background-color:#73a930;
color:#FFF;}

.headmaru{
	border-radius:10px 10px 0 0;
	text-align: center;}
	

.topflabottom{
	background-color: #FFEA34;
	padding: 5px 10px;
	margin-bottom: 10px;}
	

.topflabottom p{
	width: 20%;
	color:#4474F6;
	padding-top: 7px;
	float: left;}
	
.topflabottom ul{
	width: 80%;
	float: right;}

.topflabottom li{
	float: left;
	font-weight: bold;
	width: 45%;
	margin-right: 5px;
	text-align: center;}

.topflabottom li span{
	font-size: 90%;}


.topflabottom li a,
#entry_body .dyjest li a{
	display: block;
	padding: 5px 0;
	text-decoration: none;}

.topflabottom li a:hover{
	color:#FFF;}

.topdyjestttl{
	}

.dyjest li{
	float: left;
	font-weight: bold;
	width: 50%;
	margin: 0;
	text-align: center;}
	
#entry_body .dyjest li a {
	margin: 0 5px 5px 0;}
	
#entry_body .dyjest li.lastl a{
	margin-right: 0;}
	

.topflabottom li.kaigyo,
.dyjest li.kaigyo,
#sub li.kaigyo{
	clear: both;}
	
.dyjest li.lastl{
	margin-right: 0;}

.dyjest{
	padding: 12px 0 0 0;
	margin:20px 0 15px 0;
	}


#contents p.dyjest-text{
	text-align: center;
	border-radius:10px;
	padding: 15px;
	margin: 5px 0 10px 0;
	background:#FFF url(images/topcom-bg.png) center 0 no-repeat;
	}

#article_body h3.decittl{
	border-radius:8px;
	font-weight:bold ;
	color:#FFF;
	padding-left: 15px;
}
	

h3.bgpink-s{
background: #ff6d8f url(images/tekari.png) 2px 2px no-repeat;
}

h3.bgblue-s{
background: #4cbaff url(images/tekari.png) 2px 2px no-repeat;
}
	
h3.bgye-s{
background: #f6cb16 url(images/tekari.png) 2px 2px no-repeat;}


h3.bggreen-s{
background: #92ca36 url(images/tekari.png) 2px 2px no-repeat;}


/*スケジュール*/



.tab,.pagetab{
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

/*中ページふわふわ太郎*/

#fuwataro {
    display: none;
}


.dl02 {
    margin: 10px 0;
    width: 100%;
}
dl.dl02 dt {
    padding: 5px 10px;
    border-bottom:2px dotted #29b3fc;
    background-color: #d2eaf7;
}
dl.dl02 dd {
    padding: 5px 10px;
}

/*カレンダー*/

#article_body ul.mc-list li{
    padding-left: 0.5em;
}

.event-date{
	width: 13%;
	text-align: center !important;}
	
.list-event{
	width: 87%;
}

.line2{
	text-align: left !important;}
	

/*お客様の声*/

.voice_box{
	padding: 10px 10px;
	margin: 0 0 15px 0;}

.voice_box p{
	padding: 0;}

.box-blue{
    background-color: #edfeff;
    border-bottom: 2px dotted #7ecdfa;
    border-top: 2px dotted #7ecdfa;
}

.box-pink{
    background-color: #fff5f5;
    border-bottom: 2px dotted #ff5974;
    border-top: 2px dotted #ff5974;}
    
.box-yellow{
    background-color: #fffedb;
    border-bottom: 2px dotted #ffe822;
    border-top: 2px dotted #ffe822;}
    
.box-green{
    background-color: #eef6e7;
    border-bottom: 2px dotted #7ad07c;
    border-top: 2px dotted #7ad07c;}

.sidemail,.sidetel,.sideline{
	width: 90%;
	text-align: center;
	margin: 5px auto;}	
	
.sidemail{
	width: 49%;
	text-align: center;
	float: left;}	

.sideline{
	width: 49%;
	text-align: center;
	float: right;}
	
.sidemail img,.sideline img{
	width: 100%;}
	
.sidetel{
	background-color: #FFF;
	clear: both;
	width: 100%;
	border-radius:10px;}
	
#flash,#flash-new{
	display: none;}
	
.charity-box{
}
	
.charity-box p{
	padding: 0 10px;}

.charity-box p img{
	margin: 0 5px 5px 0;}


#article_body img.mbc{
	width: 50%;
	margin: 0 auto;}
	
#article_body h2.sectitle{
	margin-bottom: 10px;
	clear:both;}
	
.simplebox{
	background-color: #ffffb5;
	padding: 10px 20px 10px;
	text-align: center;
	margin-top:20px ;
	border-radius:10px;}
	
#article_body .simplebox h3{
	margin: 0 0 10px 0;
	text-align: center;}
	
#article_body .simplebox p{
	text-align: center;}
	
.simplebox strong{
	color:#ff7403;}
	
#contents .kaisuu{
	padding:10px;
	border-bottom: 2px solid #ff7403;
	border-top: 2px solid #ff7403;
	margin: 20px;}
	
#contents div.kaisuu span {
	display: inline-block;
	margin: 0;
	padding: 0 1em;
	background-color: #ff7403;
	color:#FFF;
	border-radius:10px;
	text-align: left;
}

#contents div.kaisuu h1{
	font-size: 24px;
	margin: 5px 0;}
	
#contents .phlist p{
	padding: 0;}
	
.half-l{
	width:50%;
	float: left;
	text-align:center;}

.half-r{
	width:50%;
	float: right;
	text-align:center;}
	
#contents p.txc{
	text-align: center;}
	
#contents p.repocat a{
	text-decoration: none;
	padding: 3px 10px;}
	
#contents p.repocat a.current{
	background-color: #ff699e;
	border-radius:8px;
	color:#FFF;}
	
/*被災地支援アコーディオン*/

#acMenu {
    margin-bottom: 20px;}
	
#acMenu dt{
    display:block;
    width:90%;
    height:50px;
    line-height:50px;
    text-align:center;
    vertical-align: center;
    border:#ffe971 2px solid;
    background-color: #feffb1;
    margin: 0 auto;
    cursor:pointer;
    }
    
#acMenu dt:hover{
	background-color: #f9e053;}

#acMenu dd{
    width:90%;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    display:none;
        margin: 0 auto;
    }
    
/*グローバルナビ*/
    

.top_title img{
	width: 240px;}

.menu-collapser{
position:relative;width:100%;height:40px;padding:0;color:#FFF;font-size:16px;line-height:48px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

.collapse-button{
position:absolute;top:50%;width:100%;height: 100%;padding:7px 10px;color:#FFFFFF;font-size:14px;text-align:center;background:#44a721;cursor:pointer;transform:translate(0, -50%);-o-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}

.collapse-button:hover,.collapse-button:focus{
color:#FFF;background:#299703;}

ul.slimmenu{
width:100%;margin:0;padding:0;list-style-type:none}


ul.slimmenu:before,ul.slimmenu:after{
content:'';display:table}

ul.slimmenu:after{
clear:both}

ul.slimmenu.collapsed li{
display:block;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}

ul.slimmenu.collapsed li>ul{
position:static;display:none}

ul.slimmenu.collapsed li a{
display:block;border-bottom:1px solid rgba(0,0,0,0.075);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}

ul.slimmenu.collapsed li .sub-toggle{
height:40px}

ul.slimmenu li{
position:relative;float:left;display:inline-block;background-color:#91c040;text-align: center;color:#FFF;}


ul.slimmenu li ul{
margin:0;list-style-type:none}

ul.slimmenu li ul li{
background:#76a721;}

ul.slimmenu li>ul{
position:absolute;left:0;top:100%;z-index:999;display:none;width:100%}

ul.slimmenu li>ul>li ul{
position:absolute;left:100%;top:0;z-index:999;display:none;width:100%}

ul.slimmenu li a{
display:block;padding:12px 0 12px 0;color:#FFF;font-size:14px;font-weight:400;transition:background-color 0.5s ease-out;-o-transition:background-color 0.5s ease-out;-moz-transition:background-color 0.5s ease-out;-webkit-transition:background-color 0.5s ease-out}

ul.slimmenu li a:hover{
text-decoration:none;background-color:#4a78c0}

ul.slimmenu li .sub-toggle{
background:none repeat scroll 0 0 rgba(0,0,0,0.075);position:absolute;right:0;top:0;z-index:999;width:100%;height:100%;text-align:center;cursor:pointer;text-align: right;padding-right: 10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

ul.slimmenu li .sub-toggle:hover{
background-color:rgba(0,0,0,0.2);}

ul.slimmenu li .sub-toggle:before{
content:'';display:inline-block;height:100%;margin-right:-0.1em;vertical-align:middle}

ul.slimmenu li .sub-toggle>i{
display:inline-block;color:#dff2ff;font-size:13px;vertical-align:middle}

ul.slimmenu>li{
}

ul.slimmenu>li:first-child,ul.slimmenu>li.has-submenu+li{
}
/*--------------------------------------
  ここからタブレット表示設定
--------------------------------------*/

@media screen and (min-width : 768px){

/*--------------------------------------
  768px ナビ
--------------------------------------*/
body {
	background: #fff url(images/bg.png) left top repeat;
}


.hgroup {
	margin: 0;}


/*--------------------------------------
  768px コンテンツ
--------------------------------------*/
#contents {
	text-align: left;
}

#contents #main {
	padding: 20px 0;
	margin-bottom: 24px;
}

#contents #main .home_area .thumb_box {
	float: left;
	margin: 0 20px 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;
}

#contents .phlist{
	padding: 10px 20px;}



/*--------------------------------------
  768px 記事見出し
--------------------------------------*/
#article_body h2{
	font-size: 24px;
	text-align: left;
	margin: 20 0;
	padding: 8px 0 8px 10px;
}

#article_body h3{
	font-size: 18px;
	text-align: left;
	margin: 36px 0 24px 0;
}

/*--------------------------------------
  768px メタボックス
--------------------------------------*/
#entry_body .meta_box {
	font-size: 85%;
	margin: 0 0 0 0;
	padding: 1%;
}

#entry_body .meta_box p {
	margin: 0;
}


/*--------------------------------------
  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: 20px;
	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 0 5px;
}

#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: 24px 0;
}

.footer_c, .footer_r {
	width: 40%;
	float: left;
}

.footer_c {
	margin-right: 5%;
}


/*sidebar*/

.arrowlist{
	border: 6px solid #ecf7e7;
	background-color: #FFF;
	border-radius:10px;
	padding: 10px;}

.arrowlist li{
	width: 50%;
	float: left;}

.arrowlist li a,.arrowlist li a:visited{
	color: #333;
	display: block;
	background: url(images/lb-arrow.png) 0 0 no-repeat;
	padding: 2px 0 2px 25px;
	margin-bottom: 5px;
	line-height: 130%;}
	
.arrowlist li a:hover{
	background-color: #eef5cf;}


/*topstep*/

.greenstep{
	width: 25%;
	float: left;
	background-color: #8fc13e;
	color:#FFF;
	border-right: 5px solid #FFF;
	box-sizing: border-box;
	font-size: 85%;}
	
.lastl-2{
	border-right:0;}
	
#topstep3{
	clear: none;}

#contents .greenstep p{
	padding: 5px 8px;
	margin: 0;
	line-height: 130%;}
	
#contents .greenstep p img{
	display: block;
	margin: 0 auto 5px;
}
	


.step-p{
	margin-bottom:10px;}


.step-p li{
	width: 25%;
	margin: 0;
	border-right: 5px solid #FFF;
	box-sizing: border-box;
	float:left;}


/*お問い合わせ*/

#entry_body dl.dl01 .wpcf7-text{
	padding: 1px 1%;
	font-size: 100%;}

/*見積りフォーム*/

#entry_body dl.dl01{
    width: 90%;
	margin: 15px auto 20px auto;
    border:2px solid #f5e750;
	background-color: #fffac0;    
    border-top:none;
    padding: 0;
    }

    
#entry_body dl.dl01 dt{
    width:140px;
    font-weight: normal;
    float:left;
    padding:5px 10px;
    margin: 0;
    clear:both;
    border: none;
   	background: none;
    border-top:2px solid #f5e750;
    }
    

    
#entry_body dl.dl01 dd{
    margin:0 0 0 160px;
    padding:5px 10px;
    border-top:2px solid #f5e750;
    background:#fff;
    }
    
#entry_body dl.dl01 dd:after{
    clear: both;
    content: "";
    display: block;
}

.wpcf7-confirm{
	padding: 5px 10px;
}


/*中ページふわふわ太郎*/

#fuwataro {
    display: inline;
    position : absolute;
    top : 0;
    left : 10px;
	width:130px;
	height:120px;
}


/*お客様の声*/



.box-blue{
    min-height: 150px;
	padding-right: 130px;
    background: #edfeff url(images/voice-bg-bl.png) right bottom no-repeat;
}

.box-pink{
    background: #fff5f5 url(images/voice-bg-p.png) right 20px no-repeat;
	padding-right: 130px;
}
    
.box-yellow{
    background: #fffedb url(images/voice-bg-ye.png) right 10px no-repeat;
	padding-right: 130px;
    min-height: 150px;
}
    
.box-green{
    background: #eef6e7 url(images/voice-bg-gr.png) right bottom no-repeat;
    min-height: 150px;
	padding-right: 130px;
}


.sidemail,.sidetel,.sideline{
	width: 25%;
	float: left;
	clear: none;
	text-align: center;}
	
.sidemail img,.sideline img{
	width: 95%;}
	
.sidetel{
	width: 50%;}

.charity-box p{
	padding: 0 20px;}
	
	
.dyjest{
	background: url(images/bg-star-y.gif) 0 0 repeat;
	padding: 12px 12px 0 12px;
	border-radius:10px;
	margin:10px 0 15px 0;
	}

.dyjest li{
	float: left;
	font-weight: bold;
	width: 25%;
	margin: 0;
	text-align: center;}
	
.dyjest li.kaigyo,
#sub li.kaigyo{
	clear: none;}
	
#entry_body .dyjest li a {
	margin: 0 5px 10px 0;}
	
.dl02 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e9ffa2;
    border-color: -moz-use-text-color #a6b4bf #a6b4bf;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin: 15px auto 20px;
    width: 620px;
}
dl.dl02 dt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #a6b4bf -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    clear: both;
    float: left;
    margin: 0;
    padding: 5px 10px;
    width: 140px;
}
dl.dl02 dd {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #a6b4bf;
    border-top: 1px solid #a6b4bf;
    margin: 0 0 0 160px;
    padding: 5px 10px;
}
.dl02 dd::after {
    clear: both;
    content: "";
    display: block;
}

.desc-s{
	padding: 5px 20px;}	

#contents .kaisuu{
	padding:10px 20px;}


.menu-collapser{
background-color:#29b3fc;
padding:0 8px;
height:48px;}

ul.slimmenu li {
background:#29b3fc;}

ul.slimmenu li ul li{
background:#00256f;}

ul.slimmenu li{
width: 11%;}


ul.slimmenu li a {
	font-size: 13px;}

ul.slimmenu li li{
width: 100%;
}

ul.slimmenu li li a{
font-size: 13px;
}

ul.slimmenu li#navmenu01{
	width: 8%;}
	
ul.slimmenu li.navmenu09{
	width: 9%;}
	
ul.slimmenu li.navmenu08{
	width: 14%;}

ul.slimmenu li.navmenu13{
	width: 13%;
}


ul.slimmenu li.navmenu10{
	width: 10%;}


}/* タブレット表示ここまで */

/*--------------------------------------
  ここからPC表示設定
--------------------------------------*/

@media screen and (min-width : 1024px) {


/*--------------------------------------
  1024px 全体
--------------------------------------*/
html {
	font-family: Meiryo, "メイリオ", verdana, sans-serif;
}

body {
	background: #fff url(images/bg.png) left top repeat;
}


/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/
header {
	text-align: left;
}

#header .hgroup {
	width: 960px;
	margin: 0 auto;
	position: relative;
	max-width: 960px;
}

#header .caption {
	margin: 0;
	padding: 0 0 10px 0;
}

#header .top_title {
	margin-bottom: 3px;
}

.hwrap{
	min-height: 120px;
	padding: 10px 0 0 80px;
	background: url(images/h1bg.png) 8px 10px no-repeat;}
	
.home .pcnone .hwrap{
	display: none;
}

#flash{
	height: 550px;
	margin: 0 auto;
	width: 960px;
	text-align: center;
	display: block;
	z-index: 1;
	position: relative;}
	
	
#flash-new{
	position: absolute;
	top:0;
	display: block;
	z-index: 999;
	right:0;}

/*--------------------------------------
  1024px ナビゲーション
--------------------------------------*/
nav#menu {
	padding: 0;
}

nav#menu ul {
	width: 100%;
	max-width: 1060px;
	height: 43px;
	overflow: visible;
}

/*--------------------------------------
  1024px コンテンツ
--------------------------------------*/

#contents {
	overflow: hidden;
	width: 960px;
	margin: 5px auto;
}

#contents #main {
	float: right;
	margin: 0 0 0 0;
	max-width: 788px;
	min-height: 900px;
	padding: 0 0 20px 0px;
	border-radius: 0;
}

#entry_body {
	width: 708px;
	margin: 0;
	
}


/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  1024px 記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	font-size: 20px;
	margin-bottom: 10px;
}

#entry_body h3.new_entry_title a {
	display: block;
}



#contents #main #single_title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	margin:10px 0 5px 0;
 	padding: 5px 20px 0 20px;
}

#contents #main #single_title2 {
	font-size: 18px;
	line-height: 1.2;
	margin:10px 0 5px 0;
 	padding: 5px 20px 0 20px;
}


#article_body h2{
	font-size: 28px;
	text-align: left;
	margin: 48px 0 36px 0;
	font-weight: bold;
}

#article_body h2.sectitle{
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;}

#article_body h3{
	font-size: 18px;
	text-align: left;
	margin: 15px 0 24px 0;
}

#entry_body p.head-ttl{
	display: table;
	font-size: 95%;
	border-top:3px dotted #eccd00;
	font-weight: bold;
	color:#666;
	padding: 2px 10px;
	margin:0px auto 15px auto;
	}	
	

/*--------------------------------------
  1024px コメント
--------------------------------------*/
#comment_box {
	background: #fff url(images/bg.png) left top repeat;
}

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}



/*--------------------------------------
  1024px サイド
--------------------------------------*/
#contents #sub {
	margin: 0;
	width: 225px;
	float: none;
	text-align: left;
	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: 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-color: #477dcb;
}

#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;
}


.fixed{
position:fixed;
bottom:0;}


/*sidebar*/

.arrowlist{
	border: 6px solid #ecf7e7;
	background-color: #FFF;
	border-radius:10px;
	padding: 10px;}
	
.arrowlist li {
	width: 100%;
	font-size: 90%;}


.arrowlist li a,.arrowlist li a:visited{
	color: #333;
	display: block;
	background: url(images/lb-arrow.png) 0 0 no-repeat;
	padding: 2px 0 2px 25px;
	margin-bottom: 3px;
	line-height: 130%;}
	
.arrowlist li a:hover{
	background-color: #eef5cf;}

.step-p li{
	width: 100%;
	border:none;
	margin-bottom: 2px;
	float: none;
}

	

.contactttl,.contactbtn{
	width: 100%;}
	
.sidemail,.sidetel,.sideline{
	width: 100%;
	float: none;
	text-align: center;}
	
.sidetel{
	background-color: #FFF;
	border-radius:5px;
	padding-top: 3px;
	margin-bottom: 5px;}
	



	
.sidecontact{
	background-color: #FFE315;
	border-radius:8px;
	padding: 8px;
	margin-bottom: 5px;}
	

.sidecontact img{
	margin-bottom: 5px;}

.topflabottom{
	width: 950px;
	padding: 5px;}
	
.topflabottom p {
    float: left;
    margin-bottom: 0;
    padding-top: 3px;
    width: 120px;}

.topflabottom li{
	float: left;
	font-weight: bold;
	width: 200px;
	margin-right: 5px;
	text-align: center;}
	

.topflabottom li.kaigyo{
	clear: none;}

.topflabottom ul{
	width: auto;
	float: right;}
	
.topflabottom li a,.dyjest li a{
	border-bottom: none;}
	


.pagetab{
	width: 728px;}

/*中ページふわふわ太郎*/

#fuwataro {
    display: inline;
    position : absolute;
    top : -10px;
    left : 330px;
	width:130px;
	height:120px;
}

.home #fuwataro{
	display: none;}

/*カレンダー*/

.event-date{
	width: 60px;}
	

.list-event{
	width: 610px;
}

.line1{
	text-align: right;}

#topstep3{
	clear: none;}
	

#sideWrap{
	width: 225px;
	float: left;
	position:relative;}
	
ul.slimmenu li a {
	font-size: 14px;}
	
	



}/* PC表示ここまで */

/*--------------------------------------
  カスタマイズおつかれさまでした！
  不具合があればご連絡ください^^

  Ellora
--------------------------------------*/


    


.sred{
	color:#FF0000;
	font-weight: bold;
	font-size: 80%;}

/*topstep*/

#topstep{
	margin:0 0 4px 3px;}
	
#topstep h2{
	margin:0 0 2px 0;}

#topstep li{
	width: 179px;
	margin-bottom:4px;
	float:left;}

#topstep li a{
	display: block;
	width: 179px;
	height: 228px;
	text-indent: -9999px;}	



#step-ban01 a,#step-ban01 a:visited{
	background: url(images/topstep-btn.jpg) 0 0 no-repeat;
}

#step-ban01 a:hover,#step-ban01 a:active{
	background: url(images/topstep-btn.jpg) 0 -228px no-repeat;
}

#step-ban02 a,#step-ban02 a:visited{
	background: url(images/topstep-btn.jpg) -179px 0 no-repeat;
}

#step-ban02 a:hover,#step-ban02 a:active{
	background: url(images/topstep-btn.jpg) -179px -228px no-repeat;
}

#step-ban03 a,#step-ban03 a:visited{
	background: url(images/topstep-btn.jpg) -358px 0 no-repeat;
}

#step-ban03 a:hover,#step-ban03 a:active{
	background: url(images/topstep-btn.jpg) -358px -228px no-repeat;
}

#step-ban04 a,#step-ban04 a:visited{
	background: url(images/topstep-btn.jpg) -537px 0 no-repeat;
}

#step-ban04 a:hover,#step-ban04 a:active{
	background: url(images/topstep-btn.jpg) -537px -228px no-repeat;
}





#article_body .showss h2{
	border: none;
	color:#4cbaff;
	line-height: 170%;
	font-weight: bold;
	padding: 8px 0 5px 0;
	background-color: none;
	border-top: 2px solid #4cbaff;
	border-bottom: 2px dotted #4cbaff;
	margin: 0 0 15px 0;}
	
#article_body .pinkbox h2{
	border: none;
	color:#ff6d8f;
	line-height: 170%;
	font-weight: bold;
	padding: 8px 0 5px 0;
	background-color: none;
	border-top: 2px solid #ff6d8f;
	border-bottom: 2px dotted #ff6d8f;
	margin: 0 0 15px 0;}
	
#article_body .yellowbox h2{
	border: none;
	color:#ffc400;
	line-height: 170%;
	font-weight: bold;
	padding: 8px 0 5px 0;
	background-color: none;
	border-top: 2px solid #ffc400;
	border-bottom: 2px dotted #ffc400;
	margin: 0 0 15px 0;}
	
#article_body .greenbox h2{
	border: none;
	color:#92ca36;
	line-height: 170%;
	font-weight: bold;
	padding: 8px 0 5px 0;
	background-color: none;
	border-top: 2px solid #92ca36;
	border-bottom: 2px dotted #92ca36;
	margin: 0 0 15px 0;}
	
#article_body .pinkbox h2 span,#article_body .yellowbox h2 span,#article_body .greenbox h2 span{
	font-size: 80%;
}



/**/


#article_body ul.tab ,#article_body ul.pagetab{
	margin: 0;

}

.tab li ,.pagetab li{
	width: 33%;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 !important;
	line-height: 130%;
}

.tab li a,.pagetab li a{
	display: block;
	border-radius:10px 10px 0 0;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
	padding: 10px 0 10px;
}

.tab li.current ,.pagetab li.current{
	width: 34%;
	border-bottom: none;
}

.tab-t1 a{
	background-color:#4cbaff !important;
    padding: 5px 0px;
    text-align: center;}
    
.tab-t1 a:hover{
	background-color: #05c6e9;}
 
.tab-t2 a{
	background-color:#ffa6b8 !important;
    padding: 5px 0px;
    text-align: center;}
 
.tab-t2 a:hover{
	background-color: #fd62a4;}

.tab-t3 a{
	background-color:#ffcd46 !important;
    padding: 5px 0px;
    text-align: center;}
    
.tab-t3 a:hover{
	background-color: #ffc600;}


.gray a{
	background-color: #dcdcdc;}
	
.gray2 a{
	background-color: #cbcbcb;}
	
#entry_body .gray a,#entry_body .gray a:visited,#entry_body .gray2 a,#entry_body .gray2 a:visited{
	color:#FFF;
	text-decoration: none;
	font-weight: bold;}

.tabcont h2{
	margin: 0 0 20px 0;}


.bd01{
	border: 6px solid #9ce0f7;
    padding: 20px;
box-sizing: content-box;}
 
.bd02{
	border: 6px solid #ffa6b8;
    padding: 20px;}
 
.bd03{
	border: 6px solid #ffcd46;
    padding: 20px;}

section .content {
	margin: 0 0 30px 0;
	padding: 16px;
}

section .contents .content {
	display: none;
}
section .contents .content:nth-child(1) {
	display: block;
}

/*お客様の声*/

#contents .voice_box p {
    margin-bottom: 1em;}
    
#contents .voice_box h3{
	margin: 20px 0;
}

#contents .voice_box h3 a{
	text-decoration: none;
	color: #333;}

    
.small{
	font-size: 85%;
	color:#999;}
	
#contents .voice2box p{
	text-align: center;
	padding: 20px 0;
	border-bottom: 2px dotted #ff71ad;}
	
#contents .voice2box p img{
	border: 1px solid #dcdcdc;
	padding:5px;}

/*お問い合わせ*/

.wpcf7c-conf {
    background-color: #FFF !important;
    border: 1px solid #FFF !important;
    color: black;
}

.maruimg {
  width: 165px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}


	
.event-date{
	display: block;
	float: left;
	
	padding: 5px 0 !important;}
	
#article_body ul li.mc-events,.mc-events{
	margin: 0;
	background-color: #eff9ff;
	border-top:2px solid #2e94ea !important;}
	
#article_body ul li.no-events{
	background-color: #FFF;
	margin: 0;
	border-top:2px solid #2e94ea !important;}
	
.no-events:after,.mc-events:after{
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

.list-event{
	float: right;
}
.line1{
	color:#4379bc;
	width: 75px;
	float: left;
	font-size: 96% !important;
	text-align: center;
	padding-right:10px !important;
}


.line2{
	width: 130px;
	float: left;
	font-size: 90% !important;
	padding-right:20px !important;
	text-align: right !important;}

.line3{
	width: 390px;
	float: left;}

#entry_body .line3 a{
	color:#FFF;
	background-color: #2e94ea !important;
	padding: 1px 8px !important;
	line-height: 120%;
	text-decoration: none;
	display: inline-block;
	border-radius:5px;
	font-weight: bold;
	margin-left: 10px;
	font-size: 90% !important;
}

#entry_body .line3 a:hover{
	background-color: #00407c !important;}

.mc_edit_links{
	text-align: right;}
	
.day7 span{
color:#CC0000;
}

.day6 span{
color:#0000FF;
}

#article_body h2.my-calendar-month{
	margin:-50px auto 10px;
	border: 0;
	position: relative;
	width: 260px;
	z-index: 8888;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
}

.my-calendar-header{
	z-index: 2;
}
	
.mc-main .my-calendar-nav{
	background-color: #2e94ea;
	height: 60px;

}

.mc-main .my-calendar-nav .my-calendar-prev a,
.mc-main .my-calendar-nav .my-calendar-next a{
	width: 30px;
	height: 30px;
	display: block;
	margin-top: 15px;
	border: none;
	z-index: 9999;
	text-indent: -9999px;}
	
.mc-main .my-calendar-nav .my-calendar-prev a:hover,
.mc-main .my-calendar-nav .my-calendar-next a:hover{
	border: none;
	opacity: 0.7;}
	
.mc-main .my-calendar-nav .my-calendar-prev a{
	background: url(images/cal-prev.png) 0 0 no-repeat;}


.mc-main .my-calendar-nav .my-calendar-next a{
	background: url(images/cal-next.png) 0 0 no-repeat;
}

.banbtn{
	text-align: center;}
	
.banbtn img{
	border-radius:8px;
    -webkit-box-shadow: 0 6px 6px -4px #dcdcdc;
    -moz-box-shadow: 0 6px 6px -4px #dcdcdc;
     box-shadow: 0 6px 6px -4px #dcdcdc;}

.banbtn a{
	width:300px;
	margin-right:15px ;}
	

#entry_body .callink{
	text-align: center;
	margin: 20px 0 15px;}

#entry_body .callink a{
	padding: 2px 7px;
	font-weight: bold;
	text-decoration: none;
	}
	

#entry_body .callink a:hover{
	background-color: #0970c7;
	color:#FFF;}
	
.mc-main div.mc_1,.mc-main div.mc_2,.mc-main div.mc_4{
	background-color: #eff9ff;}
	
.mc-main div.mc_2 .line3{
	color:#ff4f04;}
	
.mc-main div.mc_4 .line3{
	color:#00ae41;}
	
.mc-main div.mc_5,#article_body ul li.mcat_5{
	/*background-color: #ffcede;*/}

.mc-main div.mc_5 .line3{
	color:#fd406d;
	font-weight: bold;
}

.calbox{
	position: relative;}

.calnavi{
	position: absolute;
	top:13px;
	width: 100%;
	left: 0;
	z-index: 9999;}
	
.mc-main{
	z-index: 1;}
	
.calnavi a{
	color:#FFFFFF;}
	
.topbanbox img{
	margin-bottom: 10px;}
	
.faqbox{
	border: 2px solid #ffd1cf;
	padding:0;
	border-radius:10px;}
	

#article_body .faqbox h3{
	margin: 0;
	background-color: #ffd1cf;
	text-align: center;
	border: none;}
	
#article_body .faqbox p{
	margin: 0 auto;
	width: 95%;}
	
#article_body .faqbox h4{
	margin: 0 auto 10px;
	padding: 2px 0;
	width: 95%;
	border-radius:6px;
	background-color: #ffd1cf;
	text-align: center;
	border: none;}
	
#entry_body .faqdl{
	padding: 0;
	margin: 10px auto;
	width: 95%;
	border: none;}
	
#entry_body .faqdl dt{
	clear: both;
	font-size: 120%;
	margin-bottom: 10px;
	padding: 6px 0 0 35px;
	min-height: 32px;
	background: url(images/hatena.png) 0 center no-repeat;
	border-bottom: 2px dotted #ff286a;}

#entry_body .faqdl dd{
	margin-bottom: 20px;}
	
#contents .mc_edit_links p{
	margin-bottom: 5px;}

.idou{
	clear: both;}

.nextm{
	width: 50%;
	float: right;
	text-align: right;}

.prevm{
	width: 50%;
	float: left;
}

.prevm img{
	margin-left: 20px;}
	
.nextm img{
	margin-right: 20px;}


	
#entry_body .kansou-txt a.baloon-blue{
	margin: 5px 0;
	display: inline-block;}
	
.mitsumoribox iframe{
	width: 100%;
	height: 800px;}
	
img.kadomaru,.thumb_box img{
	border-radius:10px;}
	
#entry_body a.repolink{
	color:#333;
	text-decoration: none;}

#entry_body a.repolink:hover{
	text-decoration: underline;
	background-color: #dcdcdc;}
	

#article_body .btnlist li{
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
	
.btnlist li.kaigyo{
	clear: both;}
	
.btnlist li a{
	padding: 10px 0 !important;
	width: 90%;
	margin: 5px auto;
	text-decoration: none !important;
	display: block;}
	
.btnlist li a:hover{
	color:#FFF;}
	
#article_body .cal-ss td{
	padding: 0;	}
	
#article_body .cal-ss td.cal-day{
	width: 120px;}
	
.mb0{
	margin-bottom: 0 !important;}
	
h2#ttl-gallery{
	border-bottom: none;
	margin: 0 0 10px 0;}
	
.gallerybox #article_body table td{
	padding: 5px 10px;
	border: 1px solid #dcdcdc;
	border-left: none;
	border-right: none;}
	

#article_body .gallery-cat li{
	width: 18%;
	float: left;
	margin:0 10px 10px 0;
	padding-left: 0;
	text-align: center;}
	

#entry_body .gallery-cat li a,
#entry_body .gallery-cat li a:visited{
	display: block;
	background-color: #4cbaff;
	border-radius:5px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;}
	
#entry_body .gallery-cat li.mirai a{
	background-color: #999;}

#entry_body .gallery-cat li a:hover{
	background-color: #65a1ff;}
	
.jisseki img{
	height: 10px;}
	
.cal-s02{
	width: 120px;}
	
.cal-s03{
	width: 50px;}
	

#article_body .cal-s03 img,
#article_body .jisseki img{
	margin-bottom:5px;}
	
.sun{
	color:#FF0000;}
	
.sat{
	color:#0000ff;}

.gallerybox .gallery-box{
	text-align: center;}
	
.gallerybox .gallery-box img{
	margin: 5px;}

#article_body h2.footmonth{
	border-bottom: none;
	text-align: center;
	margin: 0 auto;
	color:#FFF;
	width: 300px;
	position: relative;
	z-index: 900;}
	
#article_body div.mc_bottomnav{
	margin-top: -60px;
	z-index: 10;
	position: relative;}
	
input.mtsmbtn{
	padding: 0 15px;
	margin-left: 10px;}
	
input.mtsmbtn0{
	padding: 0 15px;
	margin-left: 15px;}
	


.mc-list li#list-2018-07-16 span.event-date,
.mc-list li#list-2018-08-11 span.event-date,
.mc-list li#list-2018-09-17 span.event-date,
.mc-list li#list-2018-09-24 span.event-date,
.mc-list li#list-2018-10-08 span.event-date,
.mc-list li#list-2018-11-03 span.event-date,
.mc-list li#list-2018-11-23 span.event-date,
.mc-list li#list-2018-12-24 span.event-date,
.mc-list li#list-2019-01-01 span.event-date,
.mc-list li#list-2019-01-14 span.event-date,
.mc-list li#list-2019-02-11 span.event-date,
.mc-list li#list-2019-03-21 span.event-date,
.mc-list li#list-2019-04-29 span.event-date,
.mc-list li#list-2019-05-03 span.event-date,
.mc-list li#list-2019-05-04 span.event-date,
.mc-list li#list-2019-05-05 span.event-date,
.mc-list li#list-2019-05-06 span.event-date,
.mc-list li#list-2019-07-15 span.event-date,
.mc-list li#list-2019-08-11 span.event-date,
.mc-list li#list-2019-08-12 span.event-date,
.mc-list li#list-2019-09-16 span.event-date,
.mc-list li#list-2019-09-23 span.event-date,
.mc-list li#list-2019-10-14 span.event-date,
.mc-list li#list-2019-11-03 span.event-date,
.mc-list li#list-2019-11-04 span.event-date,
.mc-list li#list-2019-11-23 span.event-date,
.mc-list li#list-2019-12-23 span.event-date,
.mc-list li#list-2022-01-01 span.event-date,
.mc-list li#list-2022-01-10 span.event-date,
.mc-list li#list-2022-02-11 span.event-date,
.mc-list li#list-2022-02-23 span.event-date,
.mc-list li#list-2022-03-21 span.event-date,
.mc-list li#list-2022-04-29 span.event-date,
.mc-list li#list-2022-05-03 span.event-date,
.mc-list li#list-2022-05-04 span.event-date,
.mc-list li#list-2022-05-05 span.event-date,
.mc-list li#list-2022-07-18 span.event-date,
.mc-list li#list-2022-08-11 span.event-date,
.mc-list li#list-2022-09-19 span.event-date,
.mc-list li#list-2022-09-23 span.event-date,
.mc-list li#list-2022-10-10 span.event-date,
.mc-list li#list-2022-11-03 span.event-date,
.mc-list li#list-2022-11-23 span.event-date,
.mc-list li#list-2023-01-02 span.event-date,
.mc-list li#list-2023-01-09 span.event-date,
.mc-list li#list-2023-02-11 span.event-date,
.mc-list li#list-2023-02-23 span.event-date,
.mc-list li#list-2023-03-21 span.event-date,
.mc-list li#list-2023-04-29 span.event-date,
.mc-list li#list-2023-05-03 span.event-date,
.mc-list li#list-2023-05-04 span.event-date,
.mc-list li#list-2023-05-05 span.event-date,
.mc-list li#list-2023-07-17 span.event-date,
.mc-list li#list-2023-08-11 span.event-date,
.mc-list li#list-2023-09-18 span.event-date,
.mc-list li#list-2023-09-23 span.event-date,
.mc-list li#list-2023-10-09 span.event-date,
.mc-list li#list-2023-11-03 span.event-date,
.mc-list li#list-2023-11-23 span.event-date,
.mc-list li#list-2024-01-01 span.event-date,
.mc-list li#list-2024-01-08 span.event-date,
.mc-list li#list-2024-02-12 span.event-date,
.mc-list li#list-2024-02-23 span.event-date,
.mc-list li#list-2024-03-20 span.event-date,
.mc-list li#list-2024-04-29 span.event-date,
.mc-list li#list-2024-05-03 span.event-date,
.mc-list li#list-2024-05-04 span.event-date,
.mc-list li#list-2024-05-06 span.event-date,
.mc-list li#list-2024-07-15 span.event-date,
.mc-list li#list-2024-08-12 span.event-date,
.mc-list li#list-2024-09-16 span.event-date,
.mc-list li#list-2024-09-22 span.event-date,
.mc-list li#list-2024-09-23 span.event-date,
.mc-list li#list-2024-10-14 span.event-date,
.mc-list li#list-2024-11-04 span.event-date,
.mc-list li#list-2024-11-23 span.event-date
{
color: #CC0000 !important;}