/* -/-/-/-/-/-/-/-/-/-/-/-/- サイドバー -/-/-/-/-/-/-/-/-/-/-/-/- */
.mymenu h2 {
	margin-top:0;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	color:#666;
	font-size:18px;
}

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

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

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

/* サムネイル付きメニューのデザイン */
.mymenu-thumb li a {
	padding:5px 0 5px 5px;
	border-bottom:dotted 1px #ddd;
	color:#2288bb;
}

.mymenu-thumb li a:after {
	content:"";
	display:block;
	clear:both;
}

.mymenu-thumb li .thumb {
	float:left;
	width:60px;
	height:60px;
	background-size:cover;
	background-position:50% 50%;
}

.mymenu-thumb li .text {
	float:none;
	width:auto;
	margin-left:75px;
}

/* -/-/-/-/-/-/-/-/-/-/-/-/- 検索フォーム -/-/-/-/-/-/-/-/-/-/-/-/- */
.search-field {
	width:100%;
	height:40px;
	padding:5px;
	margin-bottom:20px;
	border:solid 2px #ddd;
	border-radius:0;
	background-image:none;
	font-family:inherit;
	font-size:14px;
	-webkit-appearance:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.screen-reader-text, .search-submit {
	display:block;
	visibility:hidden;
	height:0;
}

/* -/-/-/-/-/-/-/-/-/-/-/-/- タグクラウド -/-/-/-/-/-/-/-/-/-/-/-/- */
.tagcrowd a {
	display:inline-block;
	color:#2288bb;
	text-decoration:none;
}

/* -/-/-/-/-/-/-/-/-/-/-/-/- ページナビゲーション(固定ページ) -/-/-/-/-/-/-/-/-/-/-/-/- */
.mymenu-page {
	border:solid 2px #ddd;
}

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

.mymenu-page h2 {
	margin:0;
	padding:10px;
}

.mymenu-page li a {
	padding:10px 10px;
	border-bottom:solid 1px #ddd;
}

.mymenu-page li:last-child a {
	border:none;
}

/* -/-/-/-/-/-/-/-/-/-/-/-/- 新着情報 -/-/-/-/-/-/-/-/-/-/-/-/- */
.mymenu-news {
	padding:10px;
	border:solid 2px #000;
	border-radius:15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
}

.mymenu-news h2 {
	position:relative;
	color:#000;
	padding:0 0 5px 0;
	font-size:20px;
	font-family:"新ゴ M";
}

.mymenu-news h2::after {
	position:absolute;
	bottom:0;
	left:0;
	content:'';
	width:100%;
	height:0;
	border-top:1px solid #777;
	border-bottom:1px solid #ddd
}

.mymenu-news ul {
	list-style:none;
}

.mymenu-news li {
	position:relative;
}

.mymenu-news li a {
	padding:5px 0;
	color:#2288bb;
}

.mymenu-news li a:after {
	content:"";
	display:block;
	clear:both;
}

.mymenu-news li .thumb {
	float:left;
	width:60px;
	height:60px;
	margin-left:5px;
	background-size:cover;
	background-position:50% 50%;
}

.mymenu-news li .text {
	float:none;
	width:auto;
	margin-left:75px;
}

.mymenu-news li a:hover {
	background-color:rgba(100,100,100,0.1);
}

/* -/-/-/-/-/-/-/-/-/-/-/-/- フェイスブックウィジェット -/-/-/-/-/-/-/-/-/-/-/-/- */
div.facebook_widget {
	padding:20px 20px 10px 20px
}

/* -/-/-/-/-/-/-/-/-/-/-/-/- フリーウィジェット1 -/-/-/-/-/-/-/-/-/-/-/-/- */
.free {
	font-size:14px;
	color:#000;
	border:solid 2px #000;
	border-radius:15px;
	margin:0 0 20px 0;
	padding:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
}

.free h2 {
	font-family:"新ゴ M";
	position:relative;
	color:#000;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	font-size:20px;
}

.free h2:after {
	position:absolute;
	bottom:0;
	left:0;
	content:'';
	width:100%;
	height:0;
	border-top:1px solid #777;
	border-bottom:1px solid #ddd
}

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

.free li {
	margin:0;
	padding:0;
	margin-bottom:10px;
	line-height:1.5
}

.top_side_widget {
	font-size:14px
}

/* -/-/-/-/-/-/-/-/-/-/-/-/- フリーウィジェット2 -/-/-/-/-/-/-/-/-/-/-/-/- */
.free2 {
	font-size:14px;
	color:#000;
	border:solid 2px #000;
	border-radius:15px;
	margin:0 0 20px 0;
	padding:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
}

.free2 h2 {
	position:relative;
	font-family:"UD Shin Go Medium";
	color:#000;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	font-size:20px;
}

.free2 h2:after {
	position:absolute;
	bottom:0;
	left:0;
	content:'';
	width:100%;
	height:0;
	border-top:1px solid #777;
	border-bottom:1px solid #ddd
}

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

.free2 li {
	margin:0;
	padding:0;
	margin-bottom:10px;
	line-height:1.5
}

.free2 li a:hover {
	background-color:rgba(100,100,100,0.1);