@charset "UTF-8";
/* CSS Document */
  
  /*----------------------------
  
  　リセット
  
  ----------------------------*/
* {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #ddd;
	vertical-align: middle;
	webkit-border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
}

img {
	zoom: 1;
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
a {
	cursor: pointer;
	color: #111;
	text-decoration:none;
}
body {
	color: #111;
	font-weight: normal;
	font-size: 19px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	background-color: #eee;
}
footer {
	text-align: center;
	line-height: 40px;
}
form {
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
select {
	vertical-align: middle;
	padding: 5px;
	margin: 0px;
	display: block;
	width: 200px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	text-align: -webkit-center;
}

option {
	text-align: center;
	text-align: -webkit-center;
	color: #fff;
}


/*----------------------------
  
  　clearfix
  
  ----------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
/*----------------------------
  
  　ボディ
  
  ----------------------------*/
#page {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
#content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
/*----------------------------
  
  　トップ
  
  ----------------------------*/
#content h1, #content h1 a {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#content h1 img {
	margin-right: 10px;
}
#content h2, #content h2 a {
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;

}
.flex{
	width: 100%;
	/*display*/
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* - IE 10 */
	display: -webkit-flex;
	display: flex;
	/*flex-wrap*/
	flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	box-lines: multiple; /*or single*/
	/*justify-content*/
	justify-content: center;
	-webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	-webkit-justify-content: center;/*--- safari（PC）用 ---*/
	/*align-items*/
	align-items: stretch;
	flex-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch; /*--- safari（PC）用 ---*/
	-webkit-box-align: stretch; /*--- Androidブラウザ用 ---*/
	-ms-flex-align: stretch; /*--- IE10 ---*/
	}

.card {
	background-color: #fff;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
	margin-left: 20px;
	margin-top: 20px;
	max-width: 360px;
	width:100%;
}
.card figure{
	width:100%;
	height:280px;
	background-color:#fafafa;
	overflow:hidden;
	}
	.card  h1{
		padding:5px;
		}
		.card  h2{
		padding:5px;
		}
		.card small{
		padding:0;
		display:block;
		font-size:0.8rem;
		}
.nextpost {
	width: 50%;
	text-align: center;
	text-align: -webkit-center;
	display: inline-block;
	height: 60px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
.prevpost {
	width: 50%;
	text-align: center;
	text-align: -webkit-center;
	vertical-align: middle;
	display: inline-block;
	height: 60px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
/*----------------------------
  
  　記事
  
  ----------------------------*/
.paper {
	background-color: #fff;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
.paper h1 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.paper h2 {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
	padding-bottom: 20px;
	color: #666;
    
}
.paper p {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.4em;
	
}
.paper a, .paper a:link{
	color:#000;
	text-decoration:none;
}

/*ページング部分*/
.paging{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	}
.page-numbers {
	border-width:1px;
	border-color:#ddd;
	border-style:solid;
	padding:14px;
}
.next {
	border-width:1px;
	border-color:#ddd;
	border-style:solid;
	padding:14px;
}
.prev {
	border-width:1px;
	border-color:#ddd;
	border-style:solid;
	padding:14px;
}
.current{
	border-width:1px;
	border-color:#ddd;
	border-style:solid;
	padding:20px;
	background-color:#000;
	color:#fff;
	padding:14px;
	
}


@media screen and (max-width: 600px) {
#content {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.paper {
	background-color: #fff;
	padding: 10px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

iframe{
	width: 100%;
	max-width: 100%;
}


}