@charset "UTF-8";

@media screen and (min-width: 751px) {

	.pc_none {
		display: none;
	}

	#primary {
		width:640px;
		background: none;
	}
	
	#secondary {
		width:320px;
	}
	
	#primary .inner {
		background-color: #fff;
	}
	
	article.article_list img.wp-post-image {
		float:right;
		margin-left:15px;
	}
	
	.wp-post-image {
		margin-bottom:15px;
		vertical-align:bottom;
	}
	
	#secondary ul.article_list li {
		margin-bottom:0.5em;
	}
	
	ul.category_list li {
		color:#3389AF;
		font-size:18px;
		min-height:50px;
		line-height:50px;
		padding-left:20px;
		border-bottom:solid 1px #ccc;
		background-color: #fff;
	}

	/*---------------------------------------	おすすめ記事	*/
	
	ul.pickup {
		line-height:2;
		position: relative;
		min-height: 150px;
	}
	
	ul.pickup li:before {
		content: "・";
		display: inline;
	}
	
	ul.pickup figure {
		position: absolute;
		width: 150px;
		height: 150px;
		top: 20px;
		right: 20px;
		overflow: hidden;
	}
	
	ul.pickup figcaption {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 0.5em;
		box-sizing: border-box;
		background-color: #000;
		color: #fff;
		line-height: 1.1;
		font-size: 11px;
	}
	
	ul.pickup figure img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	
	
	/*---------------------------------------	カテゴリ別人気記事	*/
	
	#palace_wrapper {
		background-color: #42210B;
		color: #fff;
		padding: 20px;
	}
	
	.tabMenu {
		width:100%;
	}
	
	.tabMenu a {
		text-decoration: none;
		display: block;
		width: 100%;
		height:100%;
		text-align: center;
		padding: 1em 0;
		border-radius: 5px 5px 0 0;
		background-color: #AFA497;
		color: #fff;
	}
	
	.tabMenu a.selected {
		background-color: #fff;
		color: #42210B;
		cursor: default;
	}
	
	
	.tabMenu li {
		width: 170px;
		width: 147px;
		margin-right:2px;
		float: left;
	}
	
	.tabContent li h3 {
		margin-bottom:1em;
	}
	
	.tabContent {
		background-color: #fff;
		padding: 20px;
	}
	
	.tabContent li {
		width:200px;
		width:180px;
		float: left;
	}

	ul.category_list li {
		font-size:14px;
		padding-left:10px;
	}

	
	.archivelist {
		margin-bottom: 20px;
	}
	
	.archivelist .att_left {
		width: 100px;
		float: left;
	}
	
	.archivelist .att_left img {
		width: 100%;
		height: auto;
	}
	
	.archivelist .att_right {
		width: 580px;
		width: 480px;
		float: right;
	}

	#palace_wrapper .vm {
		text-align: right;
		padding:20px;
		background-color:#fff;
	}

	/*---------------------------------------	記事リスト*/

	.archivelist {
		margin-bottom: 0;
	}

	.archivelist .att_left {
		width: 20%;
		float: right;
	}
	
	.archivelist .att_right {
		width: 70%;
		float:left;
	}

	.archivelist li {
		width:100%;
		float: none;
		border-bottom: dotted 1px #ccc;
		margin-bottom: 10px;
	}
	
	.archivelist li:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.archivelist li a {
		display: block;
	}

	.article_wrapper {
		width: 660px;
		margin-bottom: 10px;
	}
	
	article.article_list {
		width: 240px;
		width: 315px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: #fff;
	}
	
	article.article_list figure {
		height: 150px;
		overflow:hidden;
	}
	
	article.article_list a {
		text-decoration: none;
		color: #333;
		display: block;
		padding:20px;
	}
	
	article.article_list a:hover {
		background-color: #eee;
	}
	
	article.article_list h2 {
		font-size:18px;
		margin-bottom: 0.5em;
	}
	
	article.article_list img {
		width:100%;
		height:auto;
	}
	.archivelist {
		margin-bottom: 0;
	}

	.archivelist li {
		width:100%;
		border-bottom: dotted 1px #ccc;
		margin-bottom: 10px;
	}
	
	.archivelist li:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.archivelist li a {
		display: block;
	}

	.article_wrapper {
		width: 660px;
		margin-bottom: 10px;
	}
	
	article.article_list {
		width: 240px;
		width: 315px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: #fff;
	}
	
	article.article_list figure {
		height: 150px;
		overflow:hidden;
	}
	
	article.article_list a {
		text-decoration: none;
		color: #333;
		display: block;
		padding:20px;
	}
	
	article.article_list a:hover {
		background-color: #eee;
	}
	
	article.article_list h2 {
		font-size:18px;
		margin-bottom: 0.5em;
	}
	
	article.article_list img {
		width:100%;
		height:auto;
	}

	/*---------------------------------------	記事詳細*/
	article.article_detail {
		margin-bottom: 20px;
	}

}



@media screen and (max-width: 750px) {
	
	.sp_none {
		display: none;
	}
	
	#views-2 {
		display: none;
	}
	
	#contents {
		padding-bottom: 0;
	}
	
	#primary .inner,
	#secondary .inner,
	#secondary ul ul {
		padding:10px;
	}

	/*---------------------------------------	アーカイブ	*/
	
	#pickup,ul.pickup {
		margin-bottom: 0 !important;		
	}

	.archivelist li ,
	.pickup li {
		position: relative;
	}
	
	.archivelist li a,
	.tabContent li a,
	.pickup li a,
	.article_list > a {
		display: block;
		min-height: 60px;
		padding: 1em 30px 1em 80px;
		border-bottom: solid 1px #ccc;
		text-decoration: none;
		color:#333;
		background-image:url(../../images_sp/list_arrow.png);
		background-repeat:no-repeat;
		background-position:right center;
		background-size:12px 25px;
		position: relative;
	}

	.archivelist li:last-child a,
	.tabContent li:last-child a,
	#primary .article_list:last-child > a,
	.pickup li:last-child a {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.archivelist li ,
	.tabContent li h3,
	.pickup li .title,
	.article_list h2 {
		color:#0071BC;
	}
	
	.archivelist li figure,
	.tabContent li figure,
	.pickup figure,
	.article_list figure {
		width:60px;
		position:absolute;
		top:10px;
		left:10px;
	}

	.archivelist li img,
	.tabContent li img,
	.pickup figure img,
	.article_list figure img {
		width:100%;
		height:auto;
	}
	
	/*---------------------------------------	カテゴリ別人気記事TOP3	*/
	#palace_wrapper {
		background-color: #42210B;
		color: #fff;
		padding: 10px;
	}
	
	.tabMenu {
		width:100%;
	}

	.tabMenu li {
		width: 24%;
		margin-right:2px;
		float: left;
	}
	
	.tabMenu a {
		text-decoration: none;
		display: block;
		width: 100%;
		height:100%;
		text-align: center;
		padding: 1em 0;
		border-radius: 5px 5px 0 0;
		background-color: #AFA497;
		color: #fff;
	}
	
	.tabMenu a.selected {
		background-color: #fff;
		color: #42210B;
		cursor: default;
	}
	
	.tabContent {
		background-color: #fff;
	}

	#palace_wrapper .vm {
		text-align: right;
		padding:10px;
		background-color:#fff;
	}

	/*---------------------------------------	secondary	*/
	.bnTW,.bnFB {
		padding-left: 10px;
		margin-bottom:10px;
	}
		
	.naviAreaBox2 {
		display: none;
	}
	
}

.socialareabox{overflow:hidden;font-size:115%;letter-spacing:.1em;line-height:32px;width:100%;margin-top:5px;}
.socialareabox .socialareabox_fb{float:left;width:33%;height:29px;background:url(img/social_icons.png) left top no-repeat}
.socialareabox .socialareabox_tw{float:left;width:33%;height:29px;background:url(img/social_icons.png) left center no-repeat}
.socialareabox .socialareabox_hb{float:left;width:33%;height:29px;background:url(img/social_icons.png) left bottom no-repeat}
.socialareabox .count{display:inline-block;padding-left:37px;}
.linkbox{padding:0 0px;border:1px solid #fff;}

/*---------------------------------------	SNS ボタン*/

.sb_list li {
	float: left;
}

.sb_fb {
	width: 125px;
}

.sb_tw {
	width: 105px;
}

.sb_gp {
	width: 75px;
}

.sb_ht {
	width: 125px;
}

.sb_cf {
	width: 125px;
}


/*---------------------------------------タブパネル*/

#tab_panel .tablabel{
	margin: 0;
	padding: 0;
	list-style: none;
}

#tab_panel .tablabel li{
	float: left;
	margin: 0;
	border-left: 1px solid #ccc;
}

#tab_panel .tablabel li a{
	display: block;
	padding: .5em 2em;
	border-top: 1px solid transparent;
	*border-top: 1px solid #bbb;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	background-color: #39F;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
	font-weight: bold;
}
#tab_panel .tablabel li a:hover{
	border-right-color: #06F;
	border-left-color: #06F;
	background-color: #6CF;
}
#tab_panel .tablabel li:last-child a{ border-right: 1px solid #fff; }
#tab_panel .tablabel li.active a{
	position: relative;
	top: 1px;
	margin-top: -1px;
	border: 1px solid #bbb;
	border-bottom: 2px solid #fff;
	background: #fff;
	background-color: #f1f1f1;
	color: #818181;
	text-shadow: 0 1px 1px #fff;
	zoom: 1;
}
#tab_panel .tablabel li:first-child a{ border-left: none; }

#tab_panel .panel {
	margin-bottom: 40px;
	padding: 2em;
	background: #fff;
	border: 1px solid #ccc;
}

#tab_panel .panel p:last-child{ margin-bottom: 0; }
@media screen and (max-width: 760px) {
	#tab_panel .tablabel li a{ padding: .5em 2em; }
}
@media screen and (max-width: 480px) {
	#tab_panel .tablabel li a{ padding: .5em 1em; }
}


/*---------------------------------------	サイドバーカテゴリ*/
.widget_categories ul {
	background-color: #fff;
	padding: 20px;
	line-height: 2;
}

	
/*--------------------------------------- 商品陳列型 */

.ritm {
	background-color:#FFFFFF;
}

.ritm th,.ritm td {
	padding:6px;
	width:auto;
	line-height: 120%;
	border:solid 1px #CCC;
	vertical-align:top;
	text-align: center;
}

.col1 td ,.col1 th{
	width: 100%;
}

.col2 td ,.col2 th{
	width: 50%;
}

.col3 td ,.col3 th{
	width: 33%;
}

.col4 td ,.col4 th{
	width: 25%;
}

.rnk2item .ttable {
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
.ttable th, .ttable td {
	padding: 8px;
	width: 33%;
	text-align: center;
}


/*---------------------------------------ろうきん「笑くぼ」カードローン*/
table.onyebg{
 table-layout:fixed;
 border-collapse: collapse;
}

table.onyebg td{
 padding:5px;
 background-color:#FFFFFF;
 width:75%;
}

table.onyebg th.colh{
 padding:5px;
 background-color:#1A3E72;
 color:#FFF;
}

table.onyebg th.rowh{
 padding:5px;
 background-color:#D2EAF0;
 color:#000;
}

table.onyebg,table.onyebg td,table.onyebg th{
 border:solid 1px #727272;
}

/*---------------------------------------地方銀行各ローン*/

#tab_panel table.whxbty{
width: 100%;
table-layout:fixed;
border-collapse: collapse;
}

#tab_panel table.whxbty td{
padding:5px;
background-color:#FFFFFF;
text-align:center;
font-size: 0.9em;
}

#tab_panel table.whxbty th.colh{
padding:5px;
background-color:#D2DEF3;
color:#000;
 text-align:center;
 font-size: 0.9em;
}

#tab_panel table.whxbty th.rowh{
padding:5px;
background-color:#D2DEF3;
color:#000;
text-align:center;
font-size: 0.9em;
}

#tab_panel table.whxbty,table.whxbty td,#tab_panel table.whxbty th{
border:solid 2px #527AAE;
text-align:center;
font-size: 0.9em;
}

/*---------------------------------------地方銀行の説明*/


table.kytndd{
	table-layout:fixed;
	border-collapse: collapse;
	width:100%;
	border: 1px solid #ccc;
	margin: 20px 0;
}
table.kytndd td{
	padding:5px;background-color:#FFFFFF;
}
table.kytndd th.colh{
	padding:5px;
	background-color:#D2DEF3;
	color:#000;
}
table.kytndd th.rowh{
	padding:5px;
	background-color:#D2DEF3;
	color:#000;
}
table.kytndd,table.kytndd td,table.kytndd th{
	border:solid 1px #527AAE;
}


.bank_info .midashi, .bankcard_info .midashi, #tab_panel h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0;
	background-color: #366;
	color: #fff;
	padding: 10px;
}

.panel h4 {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	color: #666;
	background-color: #336666;
	color: #fff;
	padding: 5px;
}

.panel h5 {
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
	border-left: 10px solid #66CCFF;
	border-bottom: 3px dotted #66CCFF;
	padding: 6px;
	margin: 10px 0 5px 0;
	background-color: #fff;
}

.ylw {
	background-color: #FF0;
	padding: 2px;
}

.bank_info p, .bankcard_info p {
	font-size: 1em;
	padding: 0 5px;
	line-height: 1.4;
}

