@charset "UTF-8";
/*
Theme Name: matsuo＿2016
Author: hide
Description: This is my original theme.
Version: 1.0
*/

body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 1.5}


/* ------------------- 基本構造 ------------------- */

/* ヘッダーとフッターをバーの形にする設定 */
header	{border-bottom: solid 0px #b39559;
	background-color: #ffffff}

footer	{border-top: solid 1px #b39559}

/* ボックスの上下の間隔 */
.sub-header	{padding-top: 5px}

.contents	{padding-top: 20px;
	padding-bottom: 20px}

.sub	{padding-top: 20px;
	padding-bottom: 20px}

footer	{padding-top: 15px;
	padding-bottom: 15px;
  margin-top: 20px;}

@media (max-width: 599px) {
	.contents	{padding-top: 10px}
}


.content_special {border-bottom: solid 5px #b39559;
border-top: solid 5px #b39559;}


/* ボックスの左右の余白 */
header
	{padding-left: 0px;
	padding-right: 0px}
footer, .container, .sub-header
	{padding-left: 10px;
	padding-right: 10px}


@media (min-width: 1040px) {
	/* コンテンツとサイドバーを横に並べる設定 */
	.container:after	{content: "";
		display: block;
		clear: both}

	.contents	{float: left;
		width: 70%}

	.sub	{float: left;
		width: 30%}

	/* コンテンツとサイドバーの間隔 */
	.contents	{padding-right: 50px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box}
}

@media (min-width: 1024px) {
	/* 全体の横幅 */
	.container, .header-inner, .footer-inner, .sub-header
		{width: 1280px;
    
		margin-left: auto;
		margin-right: auto}

	.contents1, .contents2, .contents3, .contents4 {
    width: 25%;
    float: left;
  }

}



/* ------------------- ヘッダー ------------------- */

/* サイト名 */
.site h1 a	{display: inline-block;
	padding: 0px;
	background-color: #ffffff;
	color: #ffffff;
	text-decoration: none}

.site h1	{margin: 0;
	font-family: 'Arial Black', sans-serif;
	font-size: 30px}



/* ------------------- フッター ------------------- */

/* コピーライト */
.copyright p	{margin: 0;
	color: #666666;
	font-size: 14px;
  text-align: center; 
  }
/* コピーライト */
.tel p	{margin: 0;
	color: #666666;
	font-size: 14px;
  text-align: right; 
  }


/* ------------------- ホーム ------------------- */
.contents-title h1	{
  margin: 10px 2px;
	padding: 15px;
	font-size: 24px;
  background-color: #b39559;
  color: #ffffff;
}



/* ------------------- 記事の概要 ------------------- */

/* 概要 */
.gaiyou a	{display: block;
	padding: 20px 20px;
  margin: 0 10px;
	border-bottom: dotted 2px #b39559;
	color: #000000;
	text-decoration: none}

.gaiyou a:hover	{background-color: #eeeeee}

.gaiyou h1	{margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px}

.gaiyou p	{margin: 0;
	font-size: 20px}+

.gaiyou .img_area img {width: 80%}


@media (min-width: 1024px) {
.gaiyou .img_area {float: left;
  width: 200px;}

.gaiyou .text_area {float: both;
  width: auto;
  margin-left: 280px;
  margin-right: 50px;}
  }

/* ------------------- 記事 ------------------- */

/* 記事 */
.kiji:after	{content: "";
	display: block;
	clear: both}

.kiji h1	{margin-top: 0;
	margin-bottom: 10px;
	font-size: 36px}

.kiji p	{margin-top: 0;
	margin-bottom: 20px;
  padding: 0 20px;}

@media (max-width: 1024px) {
	.kiji h1	{font-size: 24px}

	.kiji p	{font-size: 20px}
}


/* 小見出し */
.kiji h2	{position: relative;
	margin-top: 40px;
	padding-left: 32px;
	padding-bottom: 5px;
	border-bottom: solid 2px #b39559;
	font-size: 24px;
	clear: both}

.kiji h2:before	{position: absolute;
	left: 0px;
	top: 3px;
	content: '\f0c8';
	color: #b39559;
	font-family: 'FontAwesome';
	font-size: 28px;
	line-height: 1}

.kiji h3	{margin-top: 25px;
	padding-left: 10px;
	border-left: solid 10px #b39559;
	font-size: 18px;
	clear: both}

@media (max-width: 1024px) {
	.kiji h2	{padding-left: 21px;
		font-size: 18px}

	.kiji h2:before	{font-size: 20px}

	.kiji h3	{padding-left: 6px;
		font-size: 15px}
}


/* 補足情報 */
.point	{position: relative;
	margin: 40px 0 30px;
	padding: 25px 20px 20px;
	border-radius: 10px;
	background-color: #cfedb7;
	font-size: 14px;
	clear: both}

.point:before	{position: absolute;
	left: 15px;
	top: -15px;
	content: '\f0eb';
	z-index: 2;
	width: 32px;
	height: 32px;
	padding-top: 3px;
	border-radius: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #5ab80e;
	color: #ffffff;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 1;
	text-align: center}

.point:after	{position: absolute;
	left: 32px;
	top: -8px;
	z-index: 1;
	content: 'POINT';
	padding: 3px 10px 3px 20px;
	border-radius: 5px;
	background-color: #5ab80e;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1}

/* 注意書き */
.attention	{position: relative;
	margin: 40px 0 30px;
	padding: 20px;
	border-radius: 10px;
	border: dotted 2px #ff0000;
	background-color: #ffefef;
	font-size: 14px;
	clear: both}

.attention:before	{position: absolute;
	left: 20px;
	top: -15px;
	content: '\f071';
	background-color: #ffffff;
	color: #ff0000;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 1}


/* 投稿日・更新日 */
.kiji-date	{margin-bottom: 20px;
	color: #666666;
	font-size: 12px}

@media (max-width: 599px) {
	.kiji-date	{font-size: 11px}
}


/* タグ */
.kiji-tag	{margin-bottom: 18px}

.kiji-tag ul	{margin: 0;
	padding: 0;
	list-style: none}

.kiji-tag li a	{display: block;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #75dbe7;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none}

.kiji-tag li a:hover	{background-color: #94ecf6}

.kiji-tag ul:after	{content: "";
	display: block;
	clear: both}

.kiji-tag li	{float: left;
	width: auto}


/* パンくずリスト */
.bread ol	{margin: 0;
	padding: 0;
	list-style: none}

.bread li a	{display: inline-block;
	padding: 5px 5px;
	color: #888888;
	font-size: 12px;
	text-decoration: none}

.bread li a[href]:hover	{background-color: #eeeeee}

.bread ol:after	{content: "";
	display: block;
	clear: both}

.bread li	{float: left;
	width: auto}

.bread li:after	{content: '\003e';
	margin-left: 2px;
	margin-right: 2px;
	color: #888888}

.bread li:last-child:after	{content: none}

.bread i	{font-size: 14px}

.bread span	{display: inline-block;
	text-indent: -9999px}

@media (max-width: 599px) {
	.bread li:last-child	{text-indent: -9999px}
}


/* シェアボタン */
.share	{margin-top: 40px;
	clear: both}

.share ul	{margin: 0;
	padding: 0;
	list-style: none}

.share li a	{display: block;
	padding: 8px 17px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none}

.share li a:hover	{opacity: 0.8}

.share ul:after	{content: "";
	display: block;
	clear: both}

.share li	{float: left;
	width: auto;
	margin-right: 5px}

.share-tw	{background-color: #55acee}
.share-fb	{background-color: #3b5998}
.share-gp	{background-color: #dd4b39}

@media (max-width: 599px) {
	.share span	{display: inline-block;
		text-indent: -9999px}

	.share li a	{padding: 8px 10px}
}


/* ページネーション */
.pagination	{margin: 40px 0 30px;
	text-align: center}

.pagination ul	{display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none}

.pagination li a,
.pagination li > span
	{display: block;
	margin: 0 5px;
	padding: 6px 8px;
	border: solid 1px #cccccc;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.pagination li > span
	{background-color: #efefef}

.pagination li a:hover	{background-color: #eeeeee}

.pagination ul:after	{content: "";
	display: block;
	clear: both}

.pagination li	{float: left;
	width: auto}



/* ------------------- サイドバー ------------------- */

/* メニュー */
.mymenu h2	{margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 2px #dddddd;
	color: #666666;
	font-size: 18px}

.mymenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.mymenu li a	{display: block;
	padding: 10px 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.mymenu li a:hover	{background-color: #eeeeee}



/* ------------------- 画像 ------------------- */

/* 画像のキャプション */
.wp-caption-text	{margin: 0;
	color: #666666;
	font-size: 10px;
	text-align: center}

.wp-caption-text a	{color: #666666}

/* 画像の配置 */

.aligncenter	{display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto}

@media (max-width: 599px) {
	.alignleft, .alignright	{display: block;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto}
}

@media (min-width: 600px) {
	.alignleft	{float: left;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-right: 30px}

	.alignright	{float: right;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 30px}
  
}


/* Internet Explorer用の設定 */
a img	{border: none}

/* 大きい画像用の設定 */
img, .wp-caption	{max-width: 100%;
	height: auto}

/* アイキャッチ画像 */
.catch	{margin-top: 30px;
	margin-bottom: 30px}


/* ------------------- 外部コンテンツ ------------------- */
iframe	{max-width: 100%}


/* YouTubeのビデオ */
.ytvideo	{position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px}

.ytvideo iframe	{position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%}
	padding-top: 56.25%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px}

.ytvideo iframe	{position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%}


/* ------------------- メニュー ------------------- */
#dropmenu {
  display: none;
  border-bottom: double 15px #b39559;
  }

.dropmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff
  }

.dropmenu li a {
  display: block;
  padding: 10px 5px;
  color: #b39559;
  font-size: 20px;
  text-decoration: none;
  }

.dropmenu li a:hover {
  background-color: #eeeeee
  }

/* トグルボタン　*/
.header-inner {
  position: relative;
  }

#navbtn{
  position: absolute;
  top: 1px;
  right: 0;
  padding: 6px 12px;
  border: solid 1px #aaaaaa;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  }

#navbtn:hover{
  background-color: #dddddd;
}

#navbtn:focus{
  outline: none;
}

#navbtn i{
  color: #888888;
  font-size: 14px;
}

#navbtn span{
  display: inline-block;
  text-indent: -9999px;
}

@media (min-width: 1024px) {
	/* サイト名とナビゲーションメニューを横に並べる設定 */
	.header-inner:after	{content: "";
		display: block;
		clear: both}

	.site	{float: left;
		width: auto}

	.sitenav	{float: right;
		width: auto}

	/* トグルボタン */
	#navbtn	{display: none}

/* drop menu */
#dropmenu {
  display: block;
  position: relative;
  list-style-type: none;
  width: 100%;
  height: 50px;
  padding: 0;
  background: #b39559;
  border-bottom: 5px solid #c8bda1;
  border-radius: 3px 3px 0 0;
}
#dropmenu li {
  list-style: none;
  position: relative; 
  width: 10%; 
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 150%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #b39559;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #c8bda1;
  color: #b39559;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #c8bda1;
  border-bottom: 1px solid #c8bda1;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/* トグルボタン */
#navbtn	{display: none}

}


/*　テーブル　レイアウト変更　*/
table{
	border-collapse:collapse;
	}

section table   {
  width: 100%; 
}
section th, section td  { 
  padding: 10px; 
  border: 1px solid #ddd; 
}
section th  { 
  background: #f4f4f4; 
}
th, td  { 
  text-align: left; 
	border-collapse:collapse;
  border: 1px solid #ccc;
  padding: 10px;
}
.memo10{
	width:10%;
}
.memo20{
	width:20%;
}
.memo30{
	width:30%;
}
.memo40{
	width:40%;
}
.memo50{
	width:50%;
}
.memo60{
	width:60%;
}
.memo70{
	width:70%;
}
.memo80{
	width:80%;
}
.memo90{
	width:90%;
}

@media only screen and (max-width: 1024px) { 
tr {
  display:block;
  margin-bottom: 10px;
}
th {
  display:block;
  border:none;
  
  position: relative;
	margin-top: 40px;
	padding: 10px;
	border-bottom: solid 2px #b39559;
	font-size: 24px;
	clear: both
}
td {
  display: list-item;
  list-style-type: none;
  margin-top: 15px;  
	padding: 10px;
  border:none;
}
.memo10,.memo20,.memo30,.memo40,.memo50,.memo60,.memo70,.memo80,.memo90{
	width:95%;
}
}

p.text-a-r{
  text-align: right; 
  
  }

.table_02 tr{
  border:none;
	}
.table_02 th{
  border:none;
	}
.table_02 td{
  border:none;
	}

.table_03{
	margin-left:20px;
}

