@charset "utf-8";
/*PC設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

.smt{
	display: none;
}

.pc{
	display: block;
}

.wrapper{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;	
}

header {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}

#breadcrumb{
	overflow-x: none;
}

.container{
	width: 830px;
	float: right;
}

section h1{
	font-size: 30px;
}

section h2{
	font-size: 28px;
}



section h3{
	font-size: 24px;
}

section h4{
	font-size: 20px;
}

.side{
	float: left;
	width: 350px;
}

.sidemidashi{
	font-size: 22px;
 }

section {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
}


.cat-day{
	font-size: 14px;
	float: left;	
}

.updateinfo{
	font-size: 14px;
	text-align: left;
}

.updateinfo li{
	display: inline;
	margin-left: 10px;
}


.thumb{
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}

.thumb img{
	width: 150px;	
}

.sentence{
font-size: 14px;
}

.more{
	clear: both;
	margin-top: 20px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	
}

.more a{
	background-color: #22A8F0;
	display: block;
	height: 50px;
	width: 200px;
	line-height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	margin-right: 0px;
	margin-left: auto;
}

.more a:hover{
	background-color: #000000;
}


/*記事情報*/
.postinfo{
	font-size: 14px;
}


.sidead{
	margin-bottom: 10px;
}

.sidebarbox{
	margin-bottom: 10px;
}

/*--------------------------------
SNS
---------------------------------*/

.sns{
	text-align:center;
	padding-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;	
	width:100%;
	display: table;
}


.sns:after{
	display: block;
	clear: both;
	content:"";
}

.sns ul {
	list-style:none;
}
.sns li {
	float:left;
	width:24%;
	display: table-cell;
	margin-right: 9px;
}

.sns li:nth-child(4n) {
    margin-right:0%!important;
}

.aligncenter{
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 20px;
	max-width: 98%;
    height: auto;

}

.photo:after{
	display: block;
	clear: both;
	content:"";
}

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

.photo li{
	margin-bottom: 10px;
	width: 49%;
	float: left;
	margin-right: 10px;
}

.photo li:nth-child(even){
	margin-right: 0px;
}


.alignleft{
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;	
}

.alignright{
	clear: both;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;	
}


.wp-caption{

	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

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



.wp-caption-text{
	padding-top: 5px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
テーブル
-----------------------------------------*/

table {
	font-size: 14px;
}

div.scroll_div {
	overflow: auto;
	max-height: 700px;
}


/*リンク
---------------------------------------------------------------------------*/

.order {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}


.order a{
	position:relative;
	font-size: 20px!important;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-radius:10px;
	text-align: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;	
}

.next{
	font-size: 20px;
}

.innext{
	font-size: 20px;
}

.pagelink ol li {
	 font-size: 16px;
}

.pagelink ol li:before {/* 以下数字をつける */
  font-size: 15px;
}








