@charset "utf-8";

#page-2042 
.page-title {
	display:none;
}

.postmeta {
	display:none;
}

body {
font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

#feed {
	width: 650px;	
	margin: 0 auto 0;
	padding: 20px;	
	padding-bottom: 50px;
	font-size: 15px;
}

a {
text-decoration: none;
color:#000000;
}

img {
max-width : 100% ;
height : auto ;
}

.b_title span:first-letter {
font-size: 2em;
color: #000000;
}

.b_title span {
	position: relative;
	display: inline-block;
	transition: .3s;
}
.b_title span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FF0000;
	transition: .3s;
}
.b_title span:hover::after {
	width: 100%;
}

.b_prof {
    font-size: 70%; /* sets the base font to 10px for easier math */
    line-height: 0;
    text-align: right;
    color: #A9A9A9;
    word-break: keep-all;
}
.b_btn_p { 
    text-align : right ;
    margin-top: 15px;
    color: #FFF;
}
.b_btn_p .btn {
	padding: 0 .3em;
	transition: all .3s;
}

.b_btn_p .btn:hover {
	color: #fff;
	background-color: #000000;
	border-radius:30px;
	padding: 5px 10px 5px 10px;
}

.b_cont {
padding-top: 20px;
    padding-bottom: 20px;
border-bottom: inset 1px #000000;
}

#footer {
	width: 650px;	
	margin: 0 auto 0;
	padding: 20px;	
	font-size: 70%;
}

@media (min-width:481px) and (max-width:800px){

#contents {
	overflow : hidden ;
}


#feed {
	width: auto;
	margin: 10px;
	
}

#logo {
	width: auto;
	height: auto;

}

#footer {
	width: auto;
	margin: 10px;
}


}

@media (max-width : 480px){

#contents {
	overflow : hidden ;
}


#feed {
	width: auto;
	margin: 10px;
}

#logo {
	width: auto;
	height: auto;

}

#footer {
	width: auto;
	margin: 10px;
}


}
