/* Enter Your Custom CSS Here */

.articlebox {
	width: 90%;
	border: thin dotted #666;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}

.articlebox h3 {
	font-size: 1em;	
  	color: #036;		
}

.articlebox h4 {
	font-size: 0.8em;
	line-height: 1em;
	margin-top: 0px;
  	color: #F93;
}

.blogtable {
	border: 1px solid #F66;
	border-collapse: collapse;
	margin-bottom: 12px;
}
.blogtable tr td {
	padding: 8px;
	font-family: sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	border: 1px solid #F66;
	border-collapse: collapse;
}
.blogtable tr th {
	padding: 8px;
	font-family: sans-serif;
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #F66;
	border-collapse: collapse;
	background-color: #F33;
	text-align: center;
}
.blogkomidashi {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #F33;
	background-color: #FFF;
	padding: 4px;
	margin-top: 10px;
	border-top-color: #F33;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-left-color: #F33;
	border-left-width: 10px;
	border-left-style: solid;
}
.notes {
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #F33;
	line-height: 1em;
	margin-top: 0px;
}

.flexcontainer {
	display: -webkit-flex; /* Safari */
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
  	display: flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:  space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	width:100%;
}

.imagebox {
	padding: 9px;
	border: thin solid #999;
	overflow: hidden;
	text-align: center;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 15px;
	margin-left: 9px;
	font-size: 0.8rem;
	}
