@charset "utf-8";

/* **************************************************
CSS information
File name  : widget.css
Style info : 各ウィジェット用スタイルシート
************************************************** */

.widget {
	font-size:12px\9;	/*IE8用*/
	font-size: 1.2rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}



/*	サイドウィジェットエリア
-------------------------------------------------- */
.side-widget-area .widget {
	margin-bottom: 1em;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}

.side-widget-area .widget h3 {
	padding: 10px 12px;
	font-size:14px\9;	/*IE8用*/
	font-size: 1.4rem;
	border-bottom: 1px solid #d2d2d2;
}

.side-widget-area .widget .widget-inner {
	padding: 20px;
	overflow:hidden;
}



/*	フッターウィジェットエリア
-------------------------------------------------- */
.footer-widget-area {
	padding: 25px 0;
	background-color: #e6e6e6;
	overflow:hidden;
}

.footer-widget-area:after {
	content: "";
	display: block;
	clear: both;
}

.footer-widget-area .widget-column {
	margin:0px 0px 0px -1px;
	border-left: 1px solid #ccc;
	width: 100%;
	overflow:hidden;
}

.footer-widget-area.two-column .widget-column {
	float: left;
	width: 50%;
	overflow:hidden;
}

.footer-widget-area.three-column .widget-column {
	float: left;
	width: 33.333333333%;
	overflow:hidden;
}

.footer-widget-area.four-column .widget-column {
	float: left;
	width: 25%;
	overflow:hidden;
}

.footer-widget-area .widget-column .widget{
	margin:0px 0px 20px 0px;
	padding: 0 20px;
}

.footer-widget-area .widget h3 {
	margin-bottom: 10px;
	font-size:14px\9;	/*IE8用*/
	font-size: 1.4rem;
}

.footer-widget-area .widget h3.grd {
	background: none;
	filter: none;
	color:#333;
}

.footer-widget-area .widget .widget-inner {
	padding: 0;
	background: none;
	border: none;
}


/*	メニュー
-------------------------------------------------- */
.widget-menu ul {
	list-style: none;
}

.widget-menu li {
	margin-bottom: 0;
	border-top: 1px solid #d2d2d2;
	font-size:14px\9;	/*IE8用*/
	font-size: 1.4rem;
	font-weight: bold;
}

.widget-menu li:first-child {
	border: none;
}

.widget-menu li a {
	display: block;
	margin:1px;
	padding: 20px 0 20px 15px;
	border-left: 3px solid;
	text-decoration: none;
}

.widget-menu li ul{
	border-top: 1px solid #d2d2d2;
}

.widget-menu li ul li{
	border:none;
	border-top: 1px solid #d2d2d2;
	padding:0px;
	font-size:13px\9;	/*IE8用*/
	font-size: 1.3rem;
	font-weight: normal;
}

.widget-menu li ul li a {
	padding: 10px 0 10px 18px;
	border: none;
	background:none !important;
}

.widget-menu li ul li a.grd{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	background-color:#FFFFFF;
}

.widget-menu li ul li ul{
	display:none;
}

/* 140124追加 */

.widget-menu li a:hover .widget-text-color {
	color: #999;
}

.footer-widget-area .widget-menu li {
	margin-bottom: 1em;
	border: none;
	font-size:12px\9;	/*IE8用*/
	font-size: 1.2rem;
	font-weight: normal;
}

.footer-widget-area .widget-menu li ul {
	margin-top: 5px;
	margin-left: 1em;
	display:block;
	border: none;
}

.footer-widget-area .widget-menu li ul li {
	margin-bottom: 0.5em;
}


.footer-widget-area .widget-menu li:last-child {
	margin-bottom: 0;
}

.footer-widget-area .widget-menu li a {
	display: block;
	padding: 0;
	padding-left: 12px;
	background: url(../tmpl-img/ico-arrow.png) no-repeat left 5px;
	border: none;
	text-decoration: underline;
}



/*	カテゴリ・最近の投稿・最近のコメント・リンク
-------------------------------------------------- */
.widget-category ul,
.widget-archive ul,
.widget-recent-entry ul,
.widget-page ul,
.widget-rss ul,
.widget-recent-comment ul,
.widget-link ul {
	list-style: none;
}

.widget-category li,
.widget-archive li,
.widget-recent-entry li,
.widget-page li,
.widget-rss li,
.widget-recent-comment li,
.widget-link li {
	margin-bottom: 1em;
}

.widget-category li:last-child,
.widget-archive li:last-child,
.widget-recent-entry li:last-child,
.widget-page li:last-child,
.widget-rss li:last-child,
.widget-recent-comment li:last-child,
.widget-link li:last-child {
	margin-bottom: 0;
}

.widget-category li a,
.widget-archive li a,
.widget-recent-entry li a,
.widget-page li a,
.widget-rss li a,
.widget-recent-comment li a,
.widget-link li a {
	display: inline;
	padding-left: 12px;
	background: url(../tmpl-img/ico-arrow.png) no-repeat left 5px;
	text-decoration: underline;
}

/* 固定ページ
-------------------------------------------------- */	

.widget-page li ul {
	margin-top: 5px;
	margin-left: 1em;
}

.widget-page li ul li {
	margin-bottom: 0.5em;
}

/* カテゴリ
-------------------------------------------------- */	

.widget-category select {
	width: 100%;
}

.widget-category li ul {
	margin-top: 5px;
	margin-left: 1em;
}

.widget-category li ul li {
	margin-bottom: 0.5em;
}



/*	月別アーカイブ
-------------------------------------------------- */	
.widget-archive select {
	width: 100%;
}

.widget-archive li ul {
	margin-top: 5px;
	margin-left: 1em;
}

.widget-archive li ul li {
	margin-bottom: 0.5em;
}


/*	タグクラウド
-------------------------------------------------- */
.widget-tag-cloud ul {
	list-style: none;
}

.widget-tag-cloud li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 1em;
	padding: 5px 10px;
	background-color: #eee;
	border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.widget-tag-cloud li:last-child {
	margin-bottom: 0;
}

.widget-tag-cloud li a {
	text-decoration: none;
}

.widget-tag-cloud li a:hover {
	text-decoration: underline;
}



/*	カレンダー
-------------------------------------------------- */
.widget-calendar table {
	width: 100%;
	background-color: #fff;
	font-size:12px\9;	/*IE8用*/
	font-size: 1.2rem;
}

.widget-calendar table caption {
	padding: 15px 0;
	font-weight: bold;
}

.widget-calendar table thead tr{
	background-color: #17538e;
	color: #fff;
}

.widget-calendar table thead th {
	padding: 5px;	
}

.widget-calendar table tbody tr:nth-child(even) {
	background-color: #eee;
}

.widget-calendar table td {
	padding: 5px;
	text-align: center;
}

.widget-calendar table tbody td a {
	text-decoration: underline;
}

.widget-calendar table tfoot td#prev {
	text-align: left;
}

.widget-calendar table tfoot td#next {
	text-align: right;
}

.footer-widget-area .widget-calendar table {
	border: 1px solid #ccc;
}

.footer-widget-area .widget-calendar table caption {
	margin-bottom: 1em;
	padding: 0;
	color:#333333;
}



/*	フリーテキストエリア
-------------------------------------------------- */
.widget-textarea {
	padding: 20px;
}

.footer-widget-area .widget-textarea{
	padding: 0px;
}

.widget-textarea p {
	margin-bottom: 1em;
}

.widget-textarea p:last-child {
	margin-bottom: 0;
}


/*	検索フォームエリア
-------------------------------------------------- */
.widget-search form{
	padding: 20px 10px 20px 20px;
}

.widget-search .search-text-box{
	width:95px;
}

.widget-search .search-btn{
	border-radius: 5px;
	border: none;
	margin-left: 5px;
	padding: 2px 6px;
	cursor: pointer;
	background-color: #333333;
	color:#FFFFFF;
}

.footer-widget-area .widget-search form{
	padding: 0px 0px 0px 0px;
}

/*	バナー
-------------------------------------------------- */
.widget-banner{
	border:none !important;
	background-color:transparent !important;
}


.widget-banner img{
	vertical-align:bottom;
	width:inherit;
	max-width:200px;
	width:expression(document.body.clientWidth > 202? "200px" : "auto");
	height:auto;
}

.widget-banner .text-banner{
	font-size:16px\9;	/*IE8用*/
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	display:table;
	width:100%;
}

.widget-banner .text-banner a,
.widget-banner .text-banner span{
	display:table-cell;
	background-color:#17538e;
	color:#FFF !important;
	padding:10px;
	width:180px;
	height:40px;
	vertical-align:middle;
	text-decoration:none;
}


/*	フィード
-------------------------------------------------- */
.widget-feed {
	padding: 20px;
	border: none !important;
	text-align: center;
}

.widget-feed a {
	color: #fff;
}

.widget-feed a:hover {
	text-decoration: underline;
}

.widget-feed span.icon-rss {
	color: #fff;
}

/*			折りたたみメニュー
-------------------------------------------------- */

.widget-menu .sub-menu .sub-menu{
	display: block;
}

.widget-menu .sub-menu .hidden-menu{
	display: none;
}

.widget-menu .sub-menu .disp-menu{
	display: block;
}

/*メニューのインデント（3階層まで対応）*/
.widget-menu .sub-menu .sub-menu li a {
	margin-left: 10px;
}
.widget-menu .sub-menu .sub-menu .sub-menu li a {
	margin-left: 20px;
}