@charset "shift_jis";
/* =========================================

> blog > rightside

右側ブロック設定
============================================ */

#rightside {
  position: relative;
float: left;
width:300px;
height:100%;
margin:0;
padding-top:30px;
color:#333;
}

/* RSS */


/* ボタンサイズ変更 */


/* RSS */
#rightside div.rss {
	position:absolute;
	top: 49px;
  right: 0;
}

/* ボタンサイズ変更 */
/*#rightside #fontSize {
	position: absolute;
	right: 55px;
	top: 10px;
	width: 250px;
	height: 40px;
	background: url(/image_cmn/size_bg.png) left top no-repeat;
}

#rightside #fontSize ul {
}

#rightside #fontSize ul li {
	position: absolute;
	list-style: none;
	cursor: pointer;
}

#rightside #fontSize ul li a {
	display: block;
	text-indent: -9999px;
}

#rightside #fontSize ul li.size_s  { right: 100px; bottom: 4px; width: 24px; height: 24px; }
#rightside #fontSize ul li.size_m  { right: 57px; bottom: 4px; width: 29px; height: 29px; }
#rightside #fontSize ul li.size_l  { right: 10px; bottom: 4px; width: 32px; height: 32px; }

#rightside #fontSize ul li.size_s a  { width: 24px; height: 24px; background: url(/image_cmn/size_s.png) 0 0 no-repeat; }
#rightside #fontSize ul li.size_m a  { width: 29px; height: 29px; background: url(/image_cmn/size_m.png) 0 0 no-repeat; }
#rightside #fontSize ul li.size_l a  { width: 32px; height: 32px; background: url(/image_cmn/size_l.png) 0 0 no-repeat; }

#rightside #fontSize ul li.size_s a:hover  { background: url(/image_cmn/size_s.gif) 0 -24px no-repeat; }
#rightside #fontSize ul li.size_m a:hover  { background: url(/image_cmn/size_m.gif) 0 -29px no-repeat; }
#rightside #fontSize ul li.size_l a:hover  { background: url(/image_cmn/size_l.gif) 0 -32px no-repeat; }*/




#rightside .bottom_type1 {
	margin-bottom:5px;
}

/* 最新記事 */
#rightside div.block_new {
	background:#fdbfcc;
	margin:0 auto 16px auto;
	padding:16px 0 10px 0;
	text-align:center;
}

#rightside div.block_new a { color:#cd3d5b;}
#rightside div.block_new a:hover { color:#f1708b;} 	

#rightside div.block_new dl {
	list-style:none;
	display:inline-block;
	width:250px;
	margin:6px auto;
	padding:10px;
	border:1px solid #cb8694;
	border-right:2px solid #cb8694;
	border-bottom:2px solid #cb8694;
	background:#FFF;
	text-align:left;
	}

#rightside div.block_new dt {
	float:left;
	display:block;
	width: 45px;
	height:45px;
	border:1px solid #666;
	margin:0;
	padding:0;
	}
#rightside div.block_new dl dd {
	float:left;
	margin:0 0 0 10px;
	padding:0;
	}
#rightside div.block_new dl dd.name {
	padding:0 0 3px 35px;
	font-size: 15px;
	font-weight:bold;
	background:url(/inc/image_right/icon_staff.jpg) no-repeat 0 0;
	}
	
	#rightside div.block_new dl dd.name a { color:#107fa9; }
	#rightside div.block_new dl dd.name a:hover {color: #FF0099;}

#rightside div.block_new dl dd.title {
	padding-top:5px;
	width:190px;
	border-top:1px dotted #999999;
	line-height: 1.6;
	font-size: 15px;
	}
	
#rightside div.block_new dl dd.data {
	text-align:right;
	width:190px;
	}

/* 共通設定 */
#rightside div.block_normal {
	margin:12px auto;
	background:url(/inc/image_right/menu_bg.jpg) repeat-y 0 0;
}

#rightside div.block_normal a {
	color:#333;
}

#rightside div.block_normal a:hover{
	color:#090;
}	
	
#rightside div.block_normal div.bg_frame {
	width: 300px;
	margin:0;
	padding:0 0 16px 0;
	background:url(/inc/image_right/menu_footer.jpg) no-repeat 0 bottom;
}

#rightside div.block_normal ul {
	list-style:none;
	margin:0 auto;
	padding: 10px 0;
}
		
#rightside .block_normal ul li {
	display:block;
	clear:both;
	width: 230px;
	margin: 0 auto;
	padding: 10px 0 8px 28px;
	border-bottom:1px dotted #999;
	line-height:1.4;
	font-size: 15px;
	}	
/* カテゴリ一覧 */
#rightside ul.file_list li {
	background: url(/inc/image_right/icon_file.jpg) no-repeat 5px center;
	}
	
/* アーカイブ */
#rightside .block_normal ul.time_list li {
	background: url(/inc/image_right/icon_time.jpg) no-repeat 5px center;
	display: inline-block;
	clear:both;
	width: 85px;
	margin: 0 0 0 20px;
	padding: 10px 0 8px 25px;
	}

#rightside .block_normal ul.time_list li:nth-child(odd) {
	margin-left: 30px !important;
}

/* スタッフ紹介 */
#rightside div.box_prof {
	margin:0 auto 12px auto;
	background:url(/inc/image_right/bg_profil.jpg) repeat-y 0 0;
}
	
#rightside div.block_normal a{
	color:#333;
}
#rightside div.block_normal a:hover{
	color:#090;
}	
	
#rightside div.box_prof div.bg_frame {
	width: 300px;
	margin:0;
	padding:0 0 16px 0;
	background:url(/inc/image_right/footer_profil.jpg) no-repeat 0 bottom;
	}

#rightside div.box_prof dl.personal {
	list-style:none;
	margin:5px auto;
	width:240px;
	}
#rightside div.box_prof dl.personal dt {
	float:right;
	border:2px solid #999;
	}

#rightside div.box_prof dl.personal dd.name {
	width:160px;
	border-bottom:1px dotted #999;
	padding:5px 0;
	color:#390;
	font-weight:bold;
	font-size:120%;
	}
#rightside div.box_prof dl.personal dd.txt {
	width: 160px;
	padding: 5px 0 0 0;
	min-height:50px;
	height:auto !important;
	height:50px;
	letter-spacing: 0;
	}

#rightside div.box_prof p {
	margin:0 auto;
	padding:5px 20px;
	}	
#rightside div.box_prof ul {
	position: relative;
	width: 240px;
	height: 70px;
	margin: 7px auto 5px;
}	

#rightside div.box_prof ul li {
	position: absolute;
	width: 70px;
	height: 70px;
	list-style: none;
}

#rightside div.box_prof ul li img {
	border: 1px solid #cecece;
}	

#rightside div.box_prof ul li.img01 { left: 0; top: 0; }	
#rightside div.box_prof ul li.img02 { left: 85px; top: 0; }	
#rightside div.box_prof ul li.img03 { right: 0; top: 0; }	


/* カレンダー */

#calendar {
	width: 298px;
	padding: 0;
	margin: 0 auto 15px auto;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	color: #000;
	text-align: center;
	background-color: #fff;
}

#calendar .nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


#calendar caption {
	margin: 0;
	padding: 0;
	width: 298px;
	background: #60c640;
	color: #fff;	 
	font: bold 120% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#calendar caption {
	margin: 0;
	padding: 0;
	width: 298px;
	font: bold 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#calendar caption p.time {
	font-size: 1.4em;
	text-align: center;
	background: #60c640;
	color: #fff;	 
}

#rightside #calendar caption ul {
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #BC8F68;
}

/* =========================================
	CLEAR FIX
============================================ */

#rightside #calendar caption ul:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
#rightside #calendar caption ul {display: inline-block;} 

/* =========================================
	CLEAR FIX
============================================ */

#rightside #calendar caption ul li {
	width: 60px;
	list-style: none;
	font-size: 14px;
	line-height: 2.6;
}

#rightside #calendar caption ul li.nav {
	float: left;
}

#rightside #calendar caption ul li.nav_r {
	float: right;
}

#rightside #calendar caption ul li.nav a,
#rightside #calendar caption ul li.nav_r a{
	font-size: 14px;
	color: blue;
	text-decoration: none;
}

#rightside #calendar caption ul li.nav a:hover,
#rightside #calendar caption ul li.nav_r a:hover{
	color: #ff0000;
}


#calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #b5bdc4;
	border-bottom: 1px solid #b5bdc4;
	border-top: 1px solid #b5bdc4;
}

#calendar .today,#calendar td.today a,#calendar td.today a:link, #calendar td.today a:visited {
	color:#FFF;
	font-weight: bold;
	background:#60c640;
}

#calendar td {
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	width: 37px;
	height: 26px;
	text-align: center;
}


#calendar td a {
	text-decoration: none;
	color:#f0a4b4;
	font-weight: bold;
	display: block;
}

#calendar td a:link, #calendar td a:visited {	
	color: #107fa9;
}

#calendar td a:hover, #calendar td a:active {
	color: #3baad4;
}


/* バナー */
#rightside div.bnr {
	clear:both;
	margin: 20px 0;
	padding:0;
	}
#rightside div.bnr p {
	clear:both;
	display:block;
	width:260px;
	margin:0 auto 6px;
	padding:0;
	}
#rightside div.bnr p span {
	display:block;
	padding: 5px 0 12px;
	font-size: 14px;
	line-height:1.4;
	text-align: left;
	}
#rightside div.bnr p a{
	width: 260px;
	height: 65px;
	margin:0;
	padding:0;
	display:block;
	border:none 0px;
	background-color:#FFFFFF;/
}

#rightside div p.bnr_my a {
	height:52px;
}

#rightside div.bnr p a img:hover {
	opacity: 0.7;
}

/* サムネイルありリスト */

#rightside div.boxtype_thumb {
	clear:both;
	width:250px;
	margin:5px 0 0 0;
	padding:5px 0 ;
	border-bottom:1px dotted #D6BB9A;
}
	
#rightside div.boxtype_thumb:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#rightside div.boxtype_thumb {
	display: inline-table; 
	min-height: 1%;
}

.blgTitle {
	width: 300px;
}

/*----------------------
	動画バナー（サイドバー）
----------------------*/

.top_movie_mini{
	position: relative;
	width: 300px;
	height: 290px;
	margin-bottom: 15px;
	background: url(//www.homemate-world.com/flv_all_movie/backimage16_9/movie_black.png) no-repeat;
}

.top_movie_mini div.linkbtn{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 10px 0px;
}

.top_movie_mini div.linkbtn
{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 10px 0px;
}

.top_movie_area {
	width: 300px;
	height: 260px;
	background: url(/image_cmn/rightcolumn_movie_back.png) no-repeat;
	margin-bottom: 15px;
}
.top_movie_area iframe{
	margin: 10px 10px 15px;
	width: 280px;
	height: 158px;
}
#youtube_area {
	width: 300px;
	height: 260px;
	margin: 0 auto 12px;
	padding: 12px 0 0 0;
	background: url(/image_cmn/rightcolumn_movie_back.png) no-repeat 0 0;
}

#youtube_area .thumbnail {
	width: 280px;
	height: 158px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#youtube_area .thumbnail a{
	display:block;
}

#youtube_area .thumbnail a:hover::before{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width: 280px;
	height:158px;
	background:rgba(255,255,255,0.2);
}

#youtube_area .thumbnail .movie_icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
}

#youtube_area .btn_list {
	margin: 13px 0 0 15px;
}

#youtube_area .btn_list a {
	width: 270px;
	height: 56px;
	display: block;
	background: url(/image_cmn/btn_mv_youtube_ov.png) no-repeat 0 0;
}

#youtube_area .btn_list a:hover img {
	visibility: hidden;
}

ul.side_bannerlist {
	display: block;
	list-style-type: none;
}

ul.side_bannerlist li p.banner_lead{
	line-height: 1.2;
	text-align: left;
	letter-spacing: 0.08em;
	margin: 6px 0 12px 0!important;
	font-size: 14px;
}

.top_movie_area img.movie_icon {
    position: absolute;
    top: 45px;
    left: 110px;
}

.category_list {
  margin-bottom: 15px;
  border: 2px solid #87c75c;
  border-top: none;
  background: #fff;
}
#base .category_list h2 {
  display: flex;
  padding: 5px;
  height: 35px;
  font-size: 20px;
  color: #fff;
  background: #87c75c;
  align-items: center;
}
.category_list h2 .icon {
  display: block;
  width: 35px;
  margin: 0 10px 0 0;
}
#base .category_list ul {
  list-style: none;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
#base .category_list ul li {
  line-height: 1.2;
}

#base .category_list ul li.nothing {
      display: none;
}

#base .category_list ul li a {
  position: relative;
  display: inline-block;
}
#base .category_list ul li.open > a::before {
  transform: rotate(0deg);
}
#base .category_list .large_group {
  padding: 3px 0 24px 20px;
  font-size: 16px;
}
#base .category_list .large_group > li {
  margin-top: 1em;
}
#base .category_list .large_group > li > a {
  position: relative;
  padding-left: 1.3em;
  font-weight: 600;
}
#base .category_list .large_group > li > a::before {
  content: "▼";
  position: absolute;
  top: 0.1em;
  left: 0;
  font-size: 12px;
  color: #ea7e81;
  transform: rotate(-90deg);
}
#base .category_list .large_group > li > a span {
  font-weight: 400;
}
#base .category_list .middle_group {
  margin: 0 15px 0 20px;
  font-size: 15px;
}
#base .category_list .middle_group > li {
  margin-top: 0.5em;
}
#base .category_list .middle_group > li > a {
  position: relative;
  padding-left: 1em;
}
#base .category_list .middle_group > li > a::before {
  content: "▼";
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 10px;
  color: #ea7e81;
  transform: rotate(-90deg);
}
#base .category_list .small_group {
  margin-left: 12px;
}
#base .category_list .small_group > li {
  position: relative;
  padding: 0 0 0 1em;
  margin-top: 0.5em;
}
#base .category_list .small_group li::before {
  content: "";
  position: absolute;
  top: 0.43em;
  bottom: 0;
  left: 0.25em;
  width: 4px;
  height: 4px;
  background: #ea7e81;
  border-radius: 50%;
}
