body {
	background-image: url(/assets/bgr_dot.png);
	margin:0;
	padding:0;
	font-family: 'Lucida Grande','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
}

div.container {
	background:rgba(0,0,0,.5);
	color:#fff;
	display:block;
	max-width:1026px;
	width:100%;
	font-size:15px;
	padding: 15px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.content {
	margin-bottom: 30px;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.wp_social_bookmarking_light {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.wp_social_bookmarking_light > div {
	display: inline-block;
	text-align: center;
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
	width: 25%;
}

@media (max-width: 767px){
	#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
		width: 100%;
	}

	#sbi_images .sbi_item {
		width: 50%!important;
	}

	.sbi_photo_wrap {
		text-align: center!important;
		margin:auto;
	}
}
.category_list {
	list-style:none;
}


.list_wrap {
	list-style: none;
	margin: 30px auto 30px;
}
.list_wrap >li {
	padding: 0;
	background: $black_tp02;
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
}
@media screen and (min-width: 960px)  {
	.list_wrap >li {
		padding: 15px;
	}
}
.list_wrap >li .list_box {
	display: flex;
	align-items: center;
	margin: auto;
	flex-direction: column;
}
@media screen and (min-width: 960px)  {
	.list_wrap >li .list_box {
		flex-direction: row;
	}
}
.list_wrap >li .list_box >.image {
	align-self: center;
	width: 100%;
	padding: 15px;
}
@media screen and (min-width: 960px)  {
	.list_wrap >li .list_box > .image {
		width: 40%;
	}
}

.list_wrap >li .list_box >.text {
	align-self: center;
	width: 100%;
	padding: 15px;
}
@media screen and (min-width: 960px)  {
	.list_wrap >li .list_box >.text {
		width:60%;
	}
}
.list_wrap >li .list_box >.text h3 {
	font-size: 24px;
	padding: 0;
	line-height: 1.5;
}
.list_wrap >li .list_box >.text p {
	padding: 15px 0;
}
.btn_white {
	background:#ffffff;
	border-color: #ffffff;
	color: #232323;
font-size: 14px;
    padding: 1em 1.2em;
    text-align: left}

.btn_white.big {
	padding: 1.5em 2em;
}


.btn_white:hover, .btn_white:focus {background: #232323 !important; color: #fff!important; border-radius: none;
text-decoration:none;
font-size: 14px;
    padding: 1em 1.2em;
   }

   .btn_area {
   	text-align: center;
   	margin-bottom: 30px;
   }

   .btn_area .btn_white {
   	text-align: center;
   	margin: auto;
   	width: 200px;
   	padding:0;
   }

     .btn_area .btn_white a {
     	display: block;
     	 padding: 1em 1.2em;
     	 color: #111;
     }

    .btn_area .btn_white a:hover, .btn_area .btn_white a:focus {
     text-decoration:none;
     color: #fff;
   }

.title_category {
	margin: 60px auto 0 ;
	text-align: center;
}

.heateor_sss_sharing_ul {
    display: grid;
    place-content: center;
    place-items: center;
    grid-auto-flow: column;
}

.heateor_sss_sharing_ul a span svg {
    background-color: #2a2a2a;
}
