@charset "UTF-8";

.mb10 {
	margin-bottom:10px	
}

.mb20 {
	margin-bottom:20px	
}

.mb30 {
	margin-bottom:30px	
}

.mb40 {
	margin-bottom:40px	
}

.mb50 {
	margin-bottom:50px	
}

.cont_columntitle {
	width:766px;
	padding:10px;
	font-weight:bold;
	font-size:16px !important;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin:10px 0 5px 0;
	border-top:#000000 2px solid;
	border-bottom:#000000 1px solid;
}


.mag_left a img {
	display:block; opacity:1;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.mag_left a:hover img {
	opacity:0.5;
}

.title {
	border-bottom:4px #000 solid;
	background:#ccc;
	margin-top:50px;
	margin-bottom:10px;
}

.title h2 {
	display:inline-block;
	padding:12px 25px 10px;
	border-right:2px #fff solid;
	margin:0 25px 0 0;
	background:#000;
	color:#fff;
	font-size: 22px;
	font-weight:normal;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title h3 {
	display:inline-block;
	margin:0;
	color:#222;
	font-size:14px;
	font-weight:normal;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.border_radius {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:#D7D7D7 3px solid;
	padding:5px;
	margin:20px;
	float:left;
}

.related {
	width:796px;
	margin-bottom:60px;	
}

.related li {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:#D7D7D7 3px solid;
	padding:5px;
	margin:5px;
	float:left;
	width:173px;
}

.related li img {
	width:100%;
	margin-bottom:4px;
}

.newitem_block {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:#D7D7D7 3px solid;
	padding:5px;
	margin:5px;
	float:left;
	width:173px;
}

.newitem_block img {
	width:100%;
	margin-bottom:4px;
}


.bg_color {
	background-color:#f3f3f3;
	padding:20px;
	width:756px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height:220%;
	font-size:14px;
}
.brand_blogtext p{
	font-size:12px !important;
	line-height:160%;
}


.m20-b li{
	float:left;
	margin-right:10px;
}

.m20-b{
	overflow:hidden;
	margin-bottom:15px;
	
}

.article .blog_title {
	font-size:16px !important;
}

.article .blog_title a:link{
	font-weight:bold;
	color:#000000;
	font-size:16px !important;
}

.article .blog_title a:visited{
	font-weight:bold;
	color:#000000;
	font-size:16px !important;
}
.article .blog_title a:hover{
	font-weight:bold;
	color:#000000;
	font-size:16px !important;
}

.article_right{
	float:right;
	width:550px;
}

.article{
	margin-bottom:30px;
	padding-bottom:-20px;
	border-bottom:1px solid #CCC;
	overflow:hidden;
}
	
	
#breadcrumbs{
	margin-top:15px;
	margin-bottom:15px;
}

.category{
	border:none;
}

.post-title{
	margin: 0 0 1.5em;
	padding: 0.9em;
	border-top: 3px solid #ffffff;
	background: url(//www.rasin.co.jp/blog/wp-content/themes/keni61_wp_corp_131108/images/title/bg-conts-h2.gif) left top repeat-x #eaeaea;
	font-size: 1.286em;
	font-weight: bold;
}

.post-title a{
	font-size: 1em !important;
	font-weight: bold !important;
	color:#000 !important;
}

.nav-prev a{
		margin-top:15px;
		margin-bottom:60px;
		font-size:100%;
		float:left;

}

.nav-prev a:link{
	background:#000000;
	color:#FFF;
	text-align:center;
	width:180px;
	display:block;
		padding:5px 0px;
		text-decoration:none;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  }

.nav-prev a:visited{
	background:#000000;
	color:#FFF;
	text-align:center;
	width:180px;
	display:block;
		padding:5px 0px;
		text-decoration:none;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  }
.nav-prev a:hover{
	color:#FFF;
	text-align:center;
	background:#0080FF;
	width:180px;
		padding:5px 0px;
	display:block;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  }
	
	
.nav-next a{
		margin-top:15px;
		margin-bottom:60px;
		font-size:100%;
		float:right;

}

.nav-next a:link{
	background:#000000;
	color:#FFF;
	text-align:center;
	width:180px;
	display:block;
		padding:5px 0px;
		text-decoration:none;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  }

.nav-next a:visited{
	background:#000000;
	color:#FFF;
	text-align:center;
	width:180px;
	display:block;
		padding:5px 0px;
		text-decoration:none;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  }
.nav-next a:hover{
	color:#FFF;
	text-align:center;
	background:#0080FF;
	width:180px;
		padding:5px 0px;
	display:block;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  }

.link-next a{
		font-size:100%;
			padding:5px 10px;
			max-width:300px;
		
}

.link-next a:link{
	background:#4d4d4d;
	color:#FFF;
	text-align:center;
	display:block;
		padding:5px 10px;
		text-decoration:none;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  }

.link-next a:visited{
	background:#4d4d4d;
	color:#FFF;
	text-align:center;
	display:block;
		padding:5px 10px;
		text-decoration:none;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  }
.link-next a:hover{
	color:#FFF;
	text-align:center;
	background:#0080FF;
		padding:5px 10px;
	display:block;
border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  }

.widget_search{
	margin-top:15px;
	margin-bottom:15px;
}
.widget_search .search{
	height:24px;
	width:125px;
}

.content_headline {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
	font-size: 22px;
	font-weight:bold;
}
.content_headline::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.content_headline_l {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #f49200;
	font-size: 22px;
	font-weight:bold;
}
.content_headline_l::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #f49200;
}
.content_h3{
	position: relative;
	padding: 0.25em 0;
	font-size: 20px;
	font-weight:bold;
	color:#2d2d2d;
    	padding-top: 70px;
    	margin-top: -70px;
}
.content_h3:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
	background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
	background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
.content_h3 a {
	font-size: 20px !important;
	font-weight:bold !important;
	color:#2d2d2d !important;
}

img.floatleft {
	float: left;
}


.cont-menu-wp{
	clear:both;
}
.htt1 ,.htt2 {
position: relative;
border-bottom: 3px solid #cccac3;
padding: 12px 0px 5px 5px ;
margin: 30px 0px 20px;
font-size: 23px;
font-weight: bold;
}

.htt1:before{
position: absolute;
bottom: -3px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 3px;
background-color: #036;
}


.htt2:before{
position: absolute;
bottom: -3px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 3px;
background-color: rgba(167, 133, 19, 0.91);
}
.htt1 a ,.htt2 a {
	font-size: 23px !important;
	font-weight:bold !important;
	color:#000000 !important;
}

.contents_table {
	display: table;
	border-color: grey;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: #E3E3E3 solid 1px;
	border-left: #E3E3E3 solid 1px;
	width: 100%;
	text-align:center;
}
.contents_table td {
	border-bottom: #E3E3E3 solid 1px;
	border-right: #E3E3E3 solid 1px;
	padding: 5px;
}
table.contents_table tbody td:nth-child(4) {
	color: #F00;
}
.contents_table thead th {
	background-color: #f2f2f2;
	border-bottom: #E3E3E3 solid 1px;
	border-right: #E3E3E3 solid 1px;
	padding: 5px;
	font-weight: normal;
	text-align:center;
}
.contents_table tbody th {
	border-bottom: #E3E3E3 solid 1px;
	border-right: #E3E3E3 solid 1px;
	padding: 5px;
	font-weight: normal;
	text-align:center;
}
.column_1 {
	width:20%;
}
.column_2 {
	width:40%;
}
.column_3 {
	width:15%;
}
.column_4 {
	width:15%;
}
.column_5 {
	width:10%;
}
.table_image {
	width:200px;
}

/*フッター買取コンテンツ*/

.mag_2block {
	overflow: hidden;
	margin: 15px 0;
}

.mag_2block p {
	margin: 0 0 10px;
	padding: 0;
	font-size: 24px;
	color: #2eb4b9;
	text-align: center;
	font-family: "游明朝体","Yu Mincho","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

.mag_2block p span::before {
	content: url(https://www.kaitori-ginza.com/img/tit_icon.png);
}

.mag_2block a {
	display: block;
	width: 390px;
	height: 100px;
	margin: 0 16px 0 0;
	float: left;
}

.mag_2block a.kaitori01 {
	background-image: url(https://www.kaitori-ginza.com/img/kaitori_shop.jpg);
	background-repeat: no-repeat;
	background-size: 390px 100px;
}

.mag_2block a.kaitori02 {
	background-image: url(https://www.kaitori-ginza.com/img/kaitori_takuhai.jpg);
	background-repeat: no-repeat;
	background-size: 390px 100px;
}

.mag_2block a.kaitori01:hover {
	background-image: url(https://www.kaitori-ginza.com/img/kaitori_shop_hover.jpg);
	background-repeat: no-repeat;
	background-size: 390px 100px;
}

.mag_2block a.kaitori02:hover {
	background-image: url(https://www.kaitori-ginza.com/img/kaitori_takuhai_hover.jpg);
	background-repeat: no-repeat;
	background-size: 390px 100px;
}

.mag_2block a:last-of-type {
	margin: 0;
}


