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

/*----------------------------------*/
/*	全サイズ　共通　								*/
/*----------------------------------*/
#tumblr {
	width: 100%;
	font-size:103%;
	overflow: auto;
	height: 100%;
	border:1px #ccc solid;
	padding:1em;
	margin:0 0 2em;
}

.tumblr_blog li {
	margin-bottom:15px;
	list-style-type:none;
}

/*-- ● 投稿日 ------------*/
.tumblr_blog .blog_date {
	font-weight:normal;
	font-size:100%;
	margin-left:0.8em;
}

/*-- ● タイトル ------------*/
.tumblr_blog .tmbl_ttl {
	font-weight:normal;
	color:#104208;
	margin-bottom:0px;
	font-weight:bold;
	font-size:120%;
	border-bottom:2px #104208 dotted;
}

.tumblr_blog .tmbl_ttl a {
	color:#104208;
}

.tumblr_blog .tmbl_ttl a:hover {
	color:#FF2F00;
}

/*-- 新着につける NEW アイコン　タイプ１ ------------*/
.tumblr_blog .tmbl_new_icon {
	margin-right: 1em;
	font-size:80%;
	background-color:#f00;
	color:#fff;
	padding:2px 0.5em 1px;
	border-radius: 6px;
}

/*-- 新着につける NEW アイコン　タイプ２ ------------*/
.tumblr_blog .tmbl_new_icon02 {
	margin-right: 1em;
	font-size:90%;
	color:#f00;
}

/*-- ● 本文内 ------------*/
.tumblr_blog .tmble_cts {
	vertical-align:top;
	padding:0.4em;
	border-radius: 10px;
	line-height:160%;
	margin-top:8px;
}

.tumblr_blog .tmble_cts img {
	margin-:0.4em auto;
	width:100%;
}

/*
.tmble_cts img.width-remove{
	width:auto;
}
*/

* .tmble_cts p {	/* タンブラーで記事を作成する際に改行すると入る　ｐ */
	clear: both;
	vertical-align:top;
	margin:10px 0px;
}

* a {
	outline: none;
	color: #a8a8d4;
}

* a:hover {
	outline: none;
	color:#ff576d;
}

.tumblr_blog .tmble_cts h2 {	/* タンブラーで記事を作成する際の文字装飾　ｈ　のとき */
	clear: both;
	text-align:left;
	font-size:108%;
	color:#ff576d;
	margin:8px;
}

.tumblr_blog .tmble_cts b {	/* タンブラーで記事を作成する際の文字装飾　ｂ　のとき */
	font-size:105%;
	color:#C42259;
	font-weight:bold;
}

.tumblr_blog .tmble_cts i {	/* タンブラーで記事を作成する際の文字装飾　ｉ　のとき */
	font-size:105%;
	font-weight:bold;
	color:#8C417C;
	font-style: normal;
}


/*----------------------------------*/
/*	得大サイズ　										*/
/*----------------------------------*/
@media all and (min-width:1400px){
	
/*
	.tumblr_blog .tmble_cts img {
		width:30%;
	}
*/

}

/*----------------------------------*/
/*	大サイズ												*/
/*----------------------------------*/
@media all and (min-width:920px) and (max-width:1399px){
	
/*
	.tumblr_blog .tmble_cts img {
		width:70%;
	}
*/

}

/*----------------------------------*/
/*	中間サイズ												*/
/*----------------------------------*/
@media all and (min-width:681px) and (max-width:919px){
	
/*
	.tumblr_blog .tmble_cts img {
		width:80%;
	}
*/

}


/*----------------------------------*/
/*	スマホサイズ										*/
/*----------------------------------*/
@media all and (max-width:680px){
	
	#tumblr {
		height: 350px;
	}

	.tumblr_blog .tmble_cts img {
		width:100%;
	}

}