@charset "utf-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                       */
/* Copyright (C) 2016 Kiyonobu Horita @ WEBPLUS Inc.            */
/*--------------------------------------------------------------*/


/* -----------------------------------------------------------

　sidebar

-------------------------------------------------------------- */
#sidebar {
	float:right;
	padding-bottom:100px;
	width:300px;
}

#sidebar ul {
	margin:0;
}

#sidebar li {
	list-style:none;
}

/* -----------------------------------------------------------
　固定ページのサイドバー
-------------------------------------------------------------- */

/*　campaign
/*-------------------------------------------*/
#sidebar #campaign {
	background:#EEE;
}

#sidebar #campaign h2 {
	margin-bottom:10px;
}

#sidebar #campaign h3 {
	height:35px;
	color:#C11920;
	font-size:1.2em;
	text-align:center;
}

#sidebar #campaign h3#gotanda {
	margin-top:20px;
}

#sidebar #campaign li {
	position:relative;
	height:150px;
	margin-bottom:5px;
}

#sidebar #campaign li:last-child {
	margin-bottom:0;
}

#sidebar #campaign li a {
	position:relative;
	display:block;
	width:300px;
	height:150px;
}

#sidebar #campaign li a:hover {
	background:url(../images/campaign_banner_on.png) 0 0 no-repeat;
	background-size:300px 150px;
}

#sidebar #campaign li .arrow {
	visibility:hidden;
	position:absolute;
	left:218px;
	top:78px;
	width:50px;
	height:40px;
	background:url(../images/campaign_arrow.png) 0 0 no-repeat;
	transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-webkit-transition:0.3s ease-out;
	-o-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
}

#sidebar #campaign li:hover .arrow {
	visibility:inherit;
	left:248px;
	top:108px;
	background:url(../images/campaign_arrow_on.png) 0 0 no-repeat;
}

#sidebar #campaign li a img {
	transition:0.5s ease-out;
	-moz-transition:0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	-o-transition:0.5s ease-out;
	-ms-transition:0.5s ease-out;
}

#sidebar #campaign li a img:hover {
	opacity:0.5;
	-moz-opacity:0.5;
	-webkit-opacity:0.5;
	-o-opacity:0.5;
	-ms-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(opacity=50);
}

#sidebar #campaign li img {
	width:300px;
	height:150px;
}

/*　news
/*-------------------------------------------*/
#sidebar .news {
	margin-top:20px;
}

/* -----------------------------------------------------------
　投稿ページのサイドバー
-------------------------------------------------------------- */

/*　news
/*-------------------------------------------*/
#sidebar .news ol {
	margin:10px 0 30px;
}

#sidebar .news li {
	margin-bottom:15px;
	border-bottom:1px #CCC dotted;
}

#sidebar .news .date {
	color:#C00;
}

#sidebar .news .new {
	margin-left:10px;
	color:#F00;
	font-size:0.8em;
}

/*　category
/*-------------------------------------------*/
#sidebar .category ul {
	margin:20px 0 0;
}

#sidebar .category li {
	margin-bottom:10px;
}

#sidebar .category .title {
	height:90px;
	background:url(../images/sidebar/title_post_bg.png) 0 0 repeat;
	color:#FFF;
	font-size:1.8em;
	font-weight:700;
	text-align:center;
	line-height:90px;
}

#sidebar .category li::before {
	padding:0 3px 0 5px;
	content:"\f0da";
	font-family: "FontAwesome";
}

#sidebar .category .widget_mycategoryorder h3 {
	display:none;
}

#sidebar .category .widget_archive {
	margin-top:40px;
}

#sidebar .category .widget_archive label {
	display:none;
}





/*--------------------　▲　end of file　▲　*/
