@charset "UTF-8";

/*!
Theme Name: Rum Log 2
Template:   cocoon-master
Version:    2.0.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* speech */
.speech-balloon {
	top: 10px;
}

/* toc */
.toc {
	margin-bottom: 1em;
	margin: 0 auto;
	padding: 0.5em 1.5em;
	font-size: 0.9em;
	line-height: 1.5;
	border: 1px solid #66500f;
	border-top: 3px solid #66500f;
	border-bottom: 3px solid #66500f;
	width: 80%;
}

.toc-title {
	font-weight: bold;
	font-size: 1.1em;
}

.toc-title::before {
	font-family: FontAwesome;
	content: '\f0f6';
	margin-right: 0.5em;
}

.toc-content ol {
	color: #332808;
}

.toc-content .toc-list > li > a {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #dcdcdc;
}

.toc-content li ol li {
	list-style: none;
}


/* header */

.header {
	background: #66500f;
}

.site-name,
.tagline,
.copyright {
	font-family: "M PLUS 1p";
}

.logo-text {
	padding: 0 0 10px;
}

.site-name-text {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.tagline {
	margin-bottom: -5px;
	font-weight: bold;
	color: #fff;
}

/* content */

.article h2 {
	padding: 6px 20px;
	color: #fff;
	background: #66500f;
}

.article h3 {
	border-color: #66500f;
}


/* sidebar */

.sidebar h3 {
	padding: 0;
	border-bottom: 2px solid #dcdcdc;
	background: #fff;
}

.profile .speech-person {
	width: 120px;
	margin-left: 15px;
}

.profile .sbp-l {
	margin-right: 0;
}

.profile .speech-balloon {
	top: 25px;
}


/* ad */
.ad-item {
	position: relative;
	padding: 10px;
	border: 2px solid #dcdcdc;
	background: #fafafa;
}

.ad-item .ad-label {
	position: absolute;
	top: -2px;
	left: -2px;
	padding: 3px 8px;
	border: 1px solid #bf0000;
	font-weight: bold;
	color: #fff;
	background: #bf0000;
}

.ad-item p {
	margin: 0;
}

.ad-item ul {
	padding-left: 0;
	list-style-type: none;
}

.ad-item li {
	float: left;
}

.ad-item .ad-thumbnail {
	float: left;
	margin-right: 15px;
	width: 300px;
}

.ad-btn {
	display: inline-block;
	width: 250px;
	padding: 0.5em 1em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0 -4px 0 rgba(0,0,0,0.1) inset;
	color: #fff;
	background: #02bb80;
}

.ad-btn:hover {
	opacity: 0.9;
	color: #fff;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
}

/*1030px以下*/
@media screen and (max-width: 1030px){
}

/*834px以下*/
@media screen and (max-width: 834px){

	#header .site-name-text {
		font-size: 30px;
	}

}

/*768px以下*/
@media screen and (max-width: 768px){

	.ad-item {
		text-align: center;
	}

	.ad-item .ad-thumbnail,
	.ad-item li {
		float: none;
	}

	.ad-item .ad-thumbnail {
		width: 100%;
	}

}

/*480px以下*/
@media screen and (max-width: 480px){
}
