@charset "UTF-8";

/*
**************************************************************************
*	marushin blog.css
**************************************************************************/


@media (max-width: 767px) {
.blog .modBox-wrap {
	padding-top: 0;
}
}


/* --------------------------------------------------
		blog-navCategory
-------------------------------------------------- */

@media (max-width: 767px) {
.blog-navCategory {
	margin: 0 -20px;
	border-bottom: 1px solid #dddddd;
}
.blog-navCategory select {
	width: 100%;
	padding: 15px 20px;
	font-size: 1.4rem;
	background-color: #f0f0f0;
	background-image: url(../img/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-size: 20px 11px;
}
}


/* --------------------------------------------------
		blog-navSide
-------------------------------------------------- */
.blog-navSide {
	float: right;
	width: 280px;
}
.blog-search {
	margin-bottom: 40px;
}
.blogSearch-box {
	position: relative;
}
.blogSearch-box input[type=text] {
	border-radius: 6px 6px;
	border: 1px solid #cccccc;
	padding: 9px 46px 9px 0.5em;
	width: 100%;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.blogSearch-box input[type=submit] {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 40px;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	border-radius: 0 6px 6px 0;
	background-image: url(../img/icon_search01.png);
	background-size: 40px auto;
	background-position: center center;
}
.blogSearch-box input[type=submit]:hover {
	opacity: 0.7;
}
.blog-latest {
	margin-bottom: 40px;
}
.blog-category {
	padding-top: 40px;
	border-top: 1px solid #dddddd;
}
.blogLatest-title,
.blogCategory-title {
	font-size: 1.6rem;
	font-weight: 700;
}
.blogLatest-list li,
.blogCategory-list li {
	margin-top: 12px;
}
.blogLatest-list a,
.blogCategory-list a {
	display: inline-block;
	line-height: 1.4;
}
.blogLatest-list a:hover,
.blogCategory-list a:hover {
	text-decoration: underline;
}
.blogLatest-list li span {
	display: block;
	color: #999999;
	font-size: 1.2rem;
}

@media (max-width: 767px) {
.blog-navSide {
	float: none;
	width: auto;
	margin: 0 -20px;
	border-top: 1px solid #dddddd;
}
.blog-search {
	padding: 20px 20px;
	margin-bottom: 0;
}
.blogSearch-box input[type=submit]:hover {
	opacity: 1;
}
.blog-latest {
	padding: 12px 20px 0;
	margin-bottom: 0;
	border-top: 1px solid #dddddd;
}
.blogLatest-title {
	padding-bottom: 12px;
}
.blogLatest-list li {
	margin-top: 0;
}
.blogLatest-list a {
	display: block;
	padding: 12px 0;
	border-top: 1px solid #eeeeee;
}
.blogLatest-list a:hover {
	text-decoration: none;
}
}


/* --------------------------------------------------
		articles
-------------------------------------------------- */
.articles {
	float: left;
	width: 680px;
}
.articles-box {
	background-color: #f0f0f0;
	margin-bottom: 40px;
}
.articles-box .body {
	padding: 30px 40px 40px;
}
.articles-box.noimage .body {
	padding-top: 40px;
}
.articles-box .category {
	color: #444444;
	margin-bottom: 10px;
}
.articles-box .title {
	font-size: 2.0rem;
	line-height: 1.5;
	margin-bottom: 10px;
}
.articles-box .button {
	margin-top: 20px;
}
.no-article {
	text-align: center;
	padding: 100px 0;
}
.no-article .modBox-button02 {
	margin: 50px auto 0;
}

@media (max-width: 767px) {
.articles {
	float: none;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 60px;
}
.articles-box {
	margin-bottom: 20px;
}
.articles-box .body {
	padding: 15px 20px 20px;
}
.articles-box.noimage .body {
	padding-top: 20px;
}
.articles-box .category {
	font-size: 1.0rem;
}
.articles-box .title {
	font-size: 1.5rem;
}
.no-article .modBox-button02 {
	width: 100%;
}
}


/* --------------------------------------------------
		article
-------------------------------------------------- */
.article {
	float: left;
	width: 680px;
}
.article .category {
	color: #444444;
	margin-bottom: 10px;
}
.article .title {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.article-box {
	padding-bottom: 70px;
	border-bottom: 1px solid #dddddd;
}
.article .modPager {
	margin-top: 40px;
}
/* #tinymce */
.article-box > * { margin-top: 1.5em; }
.article-box > *:first-child { margin-top: 0 !important; }
.article-box a { text-decoration: underline; }
.article-box a:hover { text-decoration: none; }
.article-box strong { font-weight: 700; }
.article-box > ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.article-box > ul li:before {
	content: "・";
	display: inline;
}
.article-box > ol { counter-reset: number-counter; }
.article-box > ol li {
	counter-increment: number-counter;
	text-indent: -1em;
	padding-left: 1em;
}
.article-box > ol li:before {
	content: counter(number-counter, decimal) ". ";
	display: inline;
}
.article-box > .thumb { text-align: center; }
.article-box > .thumb img { width: 100%; }
.article-box .alignleft { text-align: left; }
.article-box .alignright { text-align: right; }
.article-box .aligncenter { text-align: center; }
.article-box img.alignleft,
.article-box img.alignright,
.article-box img.aligncenter { display: block; }
.article-box img.alignleft { margin: 0 auto 0 0; }
.article-box img.alignright { margin: 0 0 0 auto; }
.article-box img.aligncenter { margin: 0 auto; }
.article-box blockquote {
	padding-left: 1em;
	border-left: 2px solid #dddddd;
}
.article-box hr {
	border: none;
	border-top: 1px solid #dddddd;
}

@media (max-width: 767px) {
.article {
	float: none;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 60px;
}
.article .category {
	font-size: 1.0rem;
	margin-bottom: 5px;
}
.article .title {
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.article-box {
	padding-bottom: 35px;
}
.article .modPager {
	margin-top: 20px;
}
/* #tinymce */
.article-box img {
	width: auto;
	max-width: 100%;
}
}
