@charset "utf-8";
/* CSS Document */



/* ブログ全体枠 */

#blogBG {
	clear:both;
	min-width:1000px;
	width: 100%;
	background-color:#ffffff;
}
#blog {
	width: 960px;
	margin: 0 auto;
	padding:60px 20px;
}

/* ブログ右メイン記事部分 */

#blog .rightBOX {
	float:right;
	width:680px;
	overflow:hidden;
	margin:30px 0 0 0;
}
#blog div.newsBOX {
	border:1px solid #7ebf41;
	padding:50px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}
#blog div.newsBOX .entry-header h3 {
	font-size:24px;
	line-height:34px;
}
#blog div.newsBOX .entry-header p {
	margin-top:5px;
}
#blog div.newsBOX .entry-content {
	margin-top:20px;
	overflow:hidden;
}
#blog div.newsBOX .entry-content p {
	margin:0 0 25px 0;
}
#blog div.newsBOX .entry-content p:last-child {
	margin:0 0 0 0;
}
#blog div.newsBOX .entry-content ul , #blog .entry-content ol {
	margin:15px 30px;
}
#blog div.newsBOX .entry-content blockquote {
	background-color:#eeeeee;
	padding: 5px 20px;
}
#blog div.newsBOX .entry-content hr {
	border:1px solid #e6e6e6;
	margin:30px 0;
}
#blog div.newsBOX .entry-content pre {
	border:1px solid #e6e6e6;
	background-color:#ffffff;
	padding: 5px 20px;
}
#blog div.newsBOX .entry-content .alignleft {
	display: inline;
	float: left;
}
#blog div.newsBOX .entry-content .alignright {
	display: inline;
	float: right;
}
#blog div.newsBOX .entry-content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#blog div.newsBOX .entry-content a.more-link {
	display: inline-block;
	text-decoration:underline;
}

/* ブログ左メニュー部分 */

#blog .leftBOX {
	float:left;
	width:230px;
	margin:30px 0 0 0;
}
#blog .leftBOX p {
	margin-top:10px;
}
#blog .leftBOX p a:link {
	text-decoration:underline;
}
#blog .leftBOX div.ph {
	margin-top:25px;
	background-color:#f5f2e9;
	padding:15px 20px;
	font-size:12px;
	line-height:16px;
}
#blog .leftBOX div.ph img {
	float:left;
	margin-right:10px;
}
#blog .leftBOX div.ph p {
	clear:both;
	font-size:10px;
	line-height:14px;
}
#blog .leftBOX h3.widget-title {
	margin:30px 0 15px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #e6e6e6;
}
#blog .leftBOX .widget li {
	list-style-type: none;
	margin:0 0 5px 0;
}
#blog .leftBOX .widget select {
	width:100%;
    padding: 7px;
   	border: 1px solid #ddd;
    background: #fff;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#blog .leftBOX label.screen-reader-text {
	display: none;
}
#blog .leftBOX caption {
	margin-bottom:10px;
}
#blog .leftBOX table {
	width:100%;
}
#blog .leftBOX th {
	border: 1px solid #dddddd;
	padding: 0;
	font-weight: normal;
	font-size:10px;
	line-height:30px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
}
#blog .leftBOX td {
	border: 1px solid #dddddd;
	padding: 0;
	font-weight: normal;
	font-size:10px;
	line-height:30px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
}
#blog .leftBOX td a{
	display: block;
	background-color:#f5f2e9;
}

/* コメントデザイン */
#blog .comments-link {
	text-align:center;
	margin-top:50px;
}
#blog .comments-link a {
	text-align:center;
	background-color:#333333;
	color: #ffffff;
	padding:10px 40px;
	border-style: none;
	cursor:pointer;
	font-size:12px;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
#blog .comments-link a:hover  {
	background-color:#51a72c;
	color: #ffffff;
	text-decoration: none;
}

#blog #commentform {
    display: flex;
    flex-direction: column;
}
#blog .comment-form-comment {
    order: 1;
}
#blog .form-allowed-tags {
    order: 2;
}
#blog .form-submit {
    order: 3;
}
#blog .comments-area {
}
#blog .comments-title {
	font-size:18px;
	line-height:24px;
	border-top: 1px solid #7ebf41;
	border-bottom: 1px solid #7ebf41;
	margin-top:50px;
	padding:15px 5px;
}
#blog .commentlist {
	list-style-type: none;
}
#blog .commentlist li {
	border-bottom: 1px solid #e6e6e6;
	padding:15px 5px;
}
#blog .fn {
	margin-right:10px;
}
#blog .comment-reply-title {
	font-size:18px;
	line-height:24px;
	border-top: 1px solid #7ebf41;
	border-bottom: 1px solid #7ebf41;
	padding:15px 5px;
}
#blog .comment-respond {
	padding-top:50px;
}
#blog .comment-respond p {
	margin:10px 0 0 5px;
}
#blog .comment-respond label {
	display: block;
}
#blog .form-submit, #blog .form-allowed-tags {
	text-align:center;
}
#blog .comment-form-comment textarea {
	width:98%;
}
#blog input[type="text"], textarea, select {
    padding: 5px;
   	border: 1px solid #abadb3;
    background: #ffffff;
	color:#333333;
}
#blog input[type="text"]:focus, textarea:focus, select:focus {
   	border: 1px solid #7ebf41;
	background-color: #eef6e7;
}
#blog input[type="submit"] {
	background-color:#333333;
	color: #ffffff;
	padding:10px 40px;
	border-style: none;
	cursor:pointer;
	font-size:12px;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
#blog input[type="submit"]:hover  {
	background-color:#51a72c;
	color: #ffffff;
}



/* ブログページ送り */

#blog .blogpager {
	clear:both;
	width: 100%;
	margin: 0 auto;
	padding:50px 0 0 0;
}
#blog .blogpager ul {
	list-style-type: none;
	text-align:center;
}
#blog .blogpager li {
	display: inline-block;
	width: 300px;
}
#blog .blogpager li.prev {
	text-align:left;
}
#blog .blogpager li.next {
	text-align:right;
}
#blog .blogpager li.center {
	text-align:center;
}



