﻿@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	margin: 0 auto;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	height: 100%;
	margin: 0 auto;
	line-height: 1.8em;
}

#header {
	width:972px;
	margin: 0 auto;
	height:100px;
}

#logo {
	float: left;
	width: 293px;
	margin-top:20px;
}


#sab {
	float: right;
	margin-top:23px;
	font-size:12px;
}

h1{
	background-color:#20A898;
	padding:13px 10px;
	font-size:26px;
	color:#FFFFFF;
	margin:20px 0;
} 
h2{
	border-bottom:#20A898 solid 6px;
	font-size:21px;
	padding:10px 10px 3px 10px;
} 
h3{
	color:#4C3906;
	font-size:20px;
}

p {
	margin: 0;
	padding:0;
}

.green_bf {
	color:#20A898;
	font-size:18px;
	font-weight:bold;
}

.jigyo01_f {
	margin:0 0 0 20px;
	font-size:16px;
	font-weight:bold;
}

.jigyo_f {
	margin:0 0 15px 20px;
}

.right_f {
	text-align:right;	
}
.price_title {
		font-size:14px;
}
.price_f {
	color: #990000;
	font-size:18px;
	margin:0 15px 15px 0;
}

.img_border {
	margin-bottom:10px;
}

.toiawase_button {
	height: 32px;
	width: 150px;
	margin: 0 14px;
}

/* 必要なもの
----------------------------------------------- */
/************
カレンダー calendar
************/
#calendar_wrap {
    margin: 10px;
    padding:10px;
}
 
/************
その他必須の項目
************/
/* リサイズした画像をメインコンテンツエリアに合わせる */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
    max-width: 100%; /* 画像の幅が広すぎた場合、強制的に合わせる */
    height: auto; /* アスペクト比を調整するため高さを上書きする */
}
/* 左寄せ */
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
 
/* 右寄せ */
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
/* 中央寄せ */
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* 画像の下の余白 */
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
/* キャプション */
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 600px !important; /* 大きすぎる画像によるレイアウト崩れを防ぐ */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
/* smileyの設定 */
.wp-smiley {
    margin: 0;
}
/* gallaryの設定 */
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}
#content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}
/* menu
----------------------------------------------- */

#menu {
	width:979px;
	margin:0 auto;
	padding:0;
}

.globalNav {
    list-style: none;
    overflow: hidden;
	margin:0;
	padding:0;
}
 
.globalNav li {
    float: left;
    border-right: 1px solid #DDD;
	width:162px
}

.topnav {
	border-left:: 1px solid #ddd;}
.globalNav li a {
    display: block;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    color: #333;
}
 
.globalNav li a span {
    display: block;
    color: #AAA;
    font-size: 80%;
    letter-spacing: 1px;
}
 
.globalNav li a:hover {
    background: #EEE;
}
 
.globalNav li.active a {
    background: #333;
    color: #EEE;
}
.b_center {
	text-align:center;
	margin:20px 0 50px 0;
}

/* コンテンツ
----------------------------------------------- */
#top_img {
	width: 979px;
	margin: 0 auto;
	padding-top:10px 0 0 0;
}

#catch_back{
	width:100%;
	margin:0 auto;
	background-color:#20A898;
	height:460px;
	padding:0;
}
#catch{
	width:979px;
	margin:0 auto;
	padding-top:30px;
	text-align:center;
}

#main {
	width: 979px;
	text-align:left;
	margin: 0 auto;
}

#contents {
	float: left;
	width: 656px;
	text-align:left;
	margin-top:10px;
}

#side {
	float: right;
	width:248px;
	margin-top:10px;
}

ul.oshirase {
    list-style: none;
    margin: 0;
    padding: 3px;
	font-size:15px;
}
ul.oshirase li {
    padding: 5px 0 20px 0;
    margin: 0;
}
.f-date {
    font-size: 12px;
    color: #20A898;
    font-weight: bold;
}
ul.oshirase li+li {
    border-top: 1px dashed #999966;
}

#toiawase-back {
	background-color:#F3EFE3;
	width:100%;
	margin:0 auto;
	height:210px;
}
#toiawase {
	width: 979px;
	text-align: center;
	padding:20px;
	margin: 0 auto;
}
.listAccordion{
	margin-bottom:20px;
}

.listAccordion label {
  background: #f6f6f6;
  padding: 6px 10px;
  display: block;
  font-weight:bold;
}
.listAccordion label:hover {
  background: #f0f0f0;
}
.listAccordion input[type="checkbox"].on-off {
  display: none;
}
.listAccordion .listTips {
  margin: 0;
  padding:20px 20px;
  border-top: 1px solid #ededed;
}
.listAccordion input[type="checkbox"].on-off + .listTips {
  height: 0;
  overflow: hidden;
}
.listAccordion input[type="checkbox"].on-off:checked + .listTips {
  height: auto;
}

table.type03 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.3;
	border-top: 1px solid #ccc;
	border-left: 3px solid #CC0000;
}
table.type03 th {
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
table.type03 td {
	width: 100%;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.type01{
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5em;
}
.type01 th{
	width: 25%;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.type01 td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
.type02{
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5em;
}
.type02 th{
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.type02 td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
.enkaku {
margin-top:20px;
}
.price_01 {
	float: left;
	width: 110px;
}


.price_02 {
	float: right;
	width:150px;
}
.attention_title {
	font-size:14px;
	font-weight:bold;
	color:#C00;
}
.attention {
	font-size:13px;
}

#menu02 ul{ 
margin: 0 0 40px 5px; 
padding :0; 
list-style: none; 
}
#menu02 li{ 
padding: 0; 
margin: 0; 
float: left;
}
#menu02 li a{
background: url(images/mark02.gif) no-repeat left center;
padding: 2px 18px 0 18px;
color: #555;
width: 100px;
margin: 1px 0px;
text-decoration: none;
font-size:14px;
}
/**********MW WP Formボタン*********/
/*確認・送信ボタン*/
.confbtn {
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	color:#111;
	width: 100px;
	padding: 10px 0;
	margin:20px 10px;
}
/*戻るボタン*/
.backbtn {
	background: -moz-linear-gradient(top,#eee 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#EEE));
	border: 1px solid #DDD;
	color:#111;
	width: 100px;
	padding: 10px 0;
	margin:20px 10px;
	}


/* footer
----------------------------------------------- */
#footer {
	width: 979px;
	margin: 0 auto;
	height:250px;
}

#footer01 {
	float: left;
	width: 656px;
	text-align:left;
	margin-top:10px;
}

#footer02 {
	float: right;
	width:284px;
	margin-top:10px;
	line-height: 1.5em;
	font-size:15px;
	
}
#copyright {
	font-size:12px;
	text-align:center;
}

#f_menu ul{ 
margin: 0; 
padding :0; 
list-style: none; 
	width: 656px;
	height:30px;

}
#f_menu li{ 
padding: 0; 
margin: 0; 
float: left;
}
#f_menu li a{
background: url(images/mark01.gif) no-repeat left center;
padding: 2px 18px 0 18px;
color: #555;
width: 100px;
margin: 1px 0px;
text-decoration: none;
font-size:14px;
font-weight:bold;
}
#f_menu01 ul{ 
margin: 0; 
padding :0; 
list-style: none; 
	width: 656px;

}
#f_menu01 li{ 
padding: 0; 
margin: 0; 
float: left;
}
#f_menu01 li a{
background: url(images/mark02.gif) no-repeat left center;
padding: 2px 18px 0 18px;
color: #555;
width: 100px;
margin: 1px 0px;
text-decoration: none;
font-size:14px;
}


input[type="checkbox"].bellows{
    display: none;/* チェックボックスの非表示 */
}


/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.clear {
	clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}