/*
Theme Name: ryoblog
Theme URI: https://ryotsukamoto.com/
Description: ryoblog記事
Version: 1.0
Author: ryoblog
Author URI: https://ryotsukamoto.com/
*/



body{
	line-height:24px;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;/*文字サイズ自動調整させない*/
}


/********************************************
 * nav_header_footer
 ********************************************/



#logo {
	width: 105px;
	margin-right: auto;
	margin-left: auto;
}
#logo img {
	height: auto;
	width: 100%;
}

header {
	padding-top: 10px;
	padding-bottom: 10px;
}
header h1 {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
}
.sp_nav {
    display: none!important;
}




#totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	display: inline;
	font-size: 30px;
}
#totop a {
	display: inline-block;
	text-decoration: none;
	height: 40px;
	width: 45px;
	text-align: center;
	background: #333333;
	padding-top: 5px;    /* safari hack */
	-webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
#totop a:after {
	color: #FFFFFF;
	content: "\f126";
	font-family: Ionicons;
	font-size:16px;
}
#totop a:hover {
	background: rgba(10,82,132,0.8);
} 

/********************************************
 * toppage
 ********************************************/
 
.cont01{
	width:90%;
	margin:0 auto;
}
.cont02{
	width:850px;
	margin:0 auto;
}
.cont03{
	width:700px;
	margin:0 auto;
}
.co_p {
	padding-top: 50px;
	padding-bottom: 50px;
}
.co_p2 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.co_t {
	padding-top: 60px;
}
.co_t2 {
	padding-top: 30px;
}




header .cont01{
	position:relative;
}
.pc_none{
	display:none;
}
.hdsnsbox li {
	width: 30px;
	display: inline-block;
	margin-left: 10px;
}
.hdsnsbox {
	text-align: left;
	width: 150px;
	position: absolute;
	top: 10px;
	z-index: 2;
	left: 0px;
	display: none;
}
#sideclm {
}
.widget_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: #4d3b2c;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 30px;
	letter-spacing: 1px;
}
#nav a {
	display: block;
	padding: 15px 10px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #dddddd;
	background: url(images/arrow1.png) no-repeat 98% center;
	background-size: 10px;
	color:#0072a4;
}
#nav .current-menu-item a,
#nav .current_page_item a,
#nav a:hover{
	color:#333333;
}
.inner {
	padding: 15px 10px;
}
#sidesns li {
	width: 30px;
	margin-right: 5px;
	display: inline-block;
}
.bn1 {
	padding-top: 20px;
}
.clmR {
}
.clmL {
	width: 100%;
}
.wrap {
	background: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wrapinner {
	background: #FFFFFF;
	padding: 20px 15px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.mainvl {
	height: 230px;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.mainthumb,
.mainthumb2 {
	height: 230px;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index:3;
}
.mainthumb2 {
	background:#eeeeee;
}
.mainthumb img {
	height: auto;
	width: 100%;
	max-width:inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);;
}
.mainthumb2 img {
	height: 100%;
	width: auto;
	max-width:inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
}
.maintxt {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	padding: 10px;
	box-sizing: border-box;
	z-index:5!important;
}
.maintxt h2,
.looptxt h2,
.titleh2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color:#333333;
}

.titleh2{
	padding-bottom:20px;
}
.maintxt h2 {
	color: #FFFFFF;
}
.new-entry {
	font-size: 13px;
	color: #ff0000;
	line-height: 22px;
	font-weight: bold;
}
.txtbox1 {
	padding: 10px 10px 0px;
}
.date {
	font-size: 12px;
	color: #bababa;
	background: url(images/time.png) no-repeat left center;
	background-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	float: left;
	width: 80px;
	line-height: 20px;
	margin-bottom: 10px;
}
.cate {
	float:left;
	display:inline-block;
	margin-top: 3px;
}
.cate a {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background: #0072a4;
	display: block;
	padding: 3px 5px;
}
.postlist li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
.postlist li:first-child {
	padding-top: 0px;
}

.cate li {
	border-bottom: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbimg1 {
	height: 120px;
	width: 120px;
	position: relative;
	overflow: hidden;
	float: left;
	background: #eeeeee;
}
.thumbimg3 {
	height: 120px;
	width: 120px;
	position: relative;
	overflow: hidden;
	float: left;
	background: #eeeeee;
}
.bookimg{
	height: auto;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
.thumbimg1 img {
	height: 100%;
	width: auto;
	max-width:inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.thumbimg3 img {
	height: 100%;
	width: auto;
	max-width:inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.txtbox2 {
	margin-left: 135px;
}
.infotxt {
	padding-top: 5px;
}
.postbtn {
	text-align: center;
	padding-top: 30px;
}
.leftbtn,
.rightbtn{
	color:#0072a4;
	display:inline-block;
	font-weight:bold;
	padding-left:20px;
	padding-left:20px;
}
#ft_nav a {
	font-size: 13px;
	color: #bbbbbb;
	text-align: center;
	display: block;
}
#copyright {
	font-size: 13px;
	color: #bbbbbb;
	display: block;
	text-align: center;
}

#pankuzu {
	font-size: 14px;
	color: #bababa;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 30px;
}
.singlebox {
	padding-top: 20px;
	padding-bottom: 60px;
	color: #777777;
	border-bottom: 1px solid #dddddd;
}
.thumbimg2 {
	padding-bottom: 30px;
	padding-top:10px;
	text-align:center;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.txtbox3 {
	padding-left: 140px;
}
.txtbox3 h3 {
	font-size: 18px;
	font-weight: bold;
}
.postlist2 li {
	padding: 20px 10px;
	border-bottom: 1px solid #dddddd;
}
.booktxt {
	color: #777777;
	margin-top: 15px;
}
.bookbtn {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dddddd;
}
.bookbtn a {
	background: url(images/blank.png) no-repeat left center;
	background-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
}
.subtxt1 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-left: 15px;
	border-left: 5px solid #dddddd;
	padding-top: 3px;
	padding-bottom: 3px;
}
.inner2 {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

@media screen and (max-width: 1280px) {


}
.wpp-list li {
	border-bottom: 1px solid #dddddd;
	padding-top: 15px;
	padding-bottom: 15px;
	position:relative;
}
.wpp-meta{
	position: absolute;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	height: 22px;
	line-height:22px;
	width:22px;
	text-align:center;
	background:rgba(154,71,4,0.7);
	left:0px;
	bottom:15px;
}
.wpp-thumbnail {
	float: left;
	padding-right: 20px;
	width: 75px;
	height:75px;
}
.wpp-post-title {
	float: none;
}
.wpp-list li::after {
	content:'';
	display:block;
	clear:both;
}.widget_archive {
	clear: both;
	padding-top: 40px;
}
.widget_archive label {
	display: none;
}
.widget_archive select {
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius:0px!important;
	width: 100%;
	font-size:15px;
	box-sizing:border-box;
	height: 30px;
	line-height: 34px;
	text-indent: 5px;
	color: #333333;
	border:1px solid #c5c5c5;
	cursor: pointer;
	background-size:40px 60px;
	background: #f3f3f3;
}


#sidesns{
padding-bottom:70px!important;}
