@charset "UTF-8";/* ボックスの左右に確保する余白 */
.box1, .boxA, .box2-inner, .box5-inner{
	padding-left: 6px;
	padding-right: 6px;
}


/* サイト名 */
.site h1 a{
	color: #83a4a8;
	text-decoration: none;
}

.site h1{
	margin: 0;
	font-size : 30px;
	font-family: 'Paytone One', sans-serif;
	font-weight: normal;
}


/* ナビゲーション */
.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.menu li a:hover{
	background-color: #75dbe7;
}

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

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


/* 記事 */
.kiji h1{
	margin-top: 0;
	margin-bottom: 20px;
	font-size : 24px;
  padding-bottom : 5px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : black;
}

.kiji h4{
	margin-top: 0;
	font-size : 16px;
  padding-bottom : 5px;
}

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

.kiji img{
	max-width: 100%;
	height: auto;
}


/* 記事の小見出し */
.kiji h2{
	margin-top: 50px;border-left-style : solid;
	font-weight : bolder;
  font-size : 18px;
  margin-bottom : 15px;
  border-top-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #333333;
  border-bottom-color : #333333;
  padding-top : 7px;
  padding-bottom : 5px;
	padding-left: 5px;
}

.kiji h3{
	margin-top: -15px;
	border-left-style: solid;
	font-weight: bolder;
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 8px;
}

.kiji h4{
	margin-top: 10px;
	font-weight: bolder;	
font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.kiji h5{
	margin-top: 18px;
	font-weight: bolder;	
}
.kiji h6{
	margin-top: 18px;
	font-weight: bolder;
	margin-bottom: 6px;
}
font-size: 17px;
	margin-bottom: 8px;
}

/* 記事の投稿日 */
.kijiinfo{
	margin-top: -10px;
	margin-bottom: 20px;
}

.kijiinfo i{
	margin-right: 5px;
	color: #aaaaaa;
	font-size: 20px;
}


/* 記事の分類 */
.kijicat{
	margin-bottom: 25px;
}

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

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

.kijicat li a:hover{
	background-color: #94ecf6;
}

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

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



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

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

.share li a{
	display: block;
	padding: 10px 5px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.share-tw{
	background-color: #55acee;
}
.share-fb{
	background-color: #3b5998;
}
.share-gp{
	background-color: #dd4b39;
}.share li a:hover	{opacity: 0.8}

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

.share li{
	float: left;
	width: 33.3333%;
}



/* 関連記事メニュー */
.kanren{
	margin-top: 40px;
	padding: 20px;
	background-color: #f0f0d4;
}

.kanren h1{
	margin-top: 0;
	margin-bottom: 5px;
	color: #727224;
	font-size: 20px;
	font-weight: normal;
}

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

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

.kanren li a:hover{
	text-decoration: underline;
}

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

.kanren li{
	float: left;
	width: 25%;
}

.kanren img{
	max-width: 100%;
	height: auto;
	border: none;
}



/* サイドメニュー */
.sidemenu{
	margin-bottom: 30px;
}

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

.sidemenu li {

	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-bottom: 4px;
}

.sidemenu li a{
	display: block;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.sidemenu li a:hover{
	background-color: #e2e2e2;
}

.sidemenu h1{
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #666666;
	color: #666666;
	font-size: 18px;
}

.sidemenu i{
	margin-right: 5px;
	color: #888888;
}


/* おすすめ記事メニュー */
.osusume{
	margin-bottom: 30px;
}

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

.osusume li a{
	display: block;
	margin-bottom: 10px;
	padding: 0;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.osusume li a:hover{
	background-color: #eeeeee;
	opacity: 0.8
}

.osusume h1{
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px;
}

.osusume img{
	width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.osusume .text{
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}

.osusume a{
	position: relative;
}

.osusume .text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* 人気の記事メニュー */
.ninki ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.ninki li a{
	display: block;
	padding: 5px;
	border-bottom: dotted 1px #aaaaaa;
	color : #3e3e3e;
	font-size: 14px;
	text-decoration: none;
  font-weight : bold;
}

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

.ninki li a img{
	border: none;
	width: 55px;
	height: 55px;
}

.ninki h1{
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #666666;
	color: #666666;
	font-size: 18px;
}

.ninki a::after{
	content: "";
	display: block;
	clear: both;
}

.ninki img{
	float: left;
	width: 60px;
	margin-right: 10px;
}

.ninki .text{
	float: none;
	width: auto;
	margin-left: 50px;
	padding-left: 15px;
	line-height: 1.3em;

}

.ninki p{
	display: block;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	margin-top: 2px;
}

.ninki strong{
	display: block;
	padding-left: 15px;
	line-height: 1.2em;
}


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


/* BOX2をバーの形にする */
.box2{
	background-color: #7cbac1;
}


/* BOX5の上に区切り線を入れる */
.box5{
	border-top: solid 1px #dddddd;
}


/* ボックスの上下の間隔 */
.box1{
	padding-top: 8px;
	padding-bottom: 8px;
}

.box3{
	padding-top: 15px;
	padding-bottom: 30px;
}

.box4{
	padding-top: 20px;
	padding-bottom: 30px;
}

.box5{
	padding-top: 15px;
	padding-bottom: 15px;
}



/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a{
	padding: 10px 3px;
	font-size: 11px;
}

/* サイト名と記事のタイトル */
.site h1{
	font-size: 20px;
}

.kiji h1{
	font-size : 18px;
}

/* ボックスの上下の間隔 */
.box1{
	padding-top: 4px;
	padding-bottom: 4px;
}

.box3{
	padding-top: 15px;
}

/* SNSのシェアボタン */
.share span{
	display: inline-block;
	text-indent: -9999px;
}

/* 関連記事メニュー */
.kanren{
	padding: 10px;
}

.kanren li{
	width: 50%;
}

.kanren li:nth-child(3){
	clear:both;
}}



/* ########### 600px以上～767px以下 ########### */
@media (min-width: 600px) and (max-width: 767px) {

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4::after{
	content: "";
	display: block;
	clear: both;
}

.box4-1{
	float: left;
	width: 50%;
}

.box4-2{
	float: left;
	width: 50%;
}

/* BOX4-1とBOX4-2の左右の間隔 */
.box4-1{
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.box4-2{
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}}




/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* BOX3とBOX4を横に並べる設定 */
.boxA::after{
	content: "";
	display: block;
	clear: both;
}

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

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

/* BOX3とBOX4の左右の間隔 */
.box3{
	padding-right: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}}



/* ########### 1040px以上 ########### */
@media (min-width: 1040px) {

/* 全体の横幅を固定 */
.box1, .boxA, .box2-inner, .box5-inner{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}}


