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

/*----------------------------------*/
/*	全サイズ　共通　								*/
/*----------------------------------*/
.news_tumblr {
	border:2px #ccc solid;
	border-radius: 0.7em;
	padding:1em 1em 0;
	margin:0;
}

#tumblr {
	/* width: 100%; */
	width: 95%;
	font-size:103%;
	/*height: 100%;*/
	height:390px;
	overflow: auto;
	margin: 0 auto;
}

.tumblr_blog li {
	margin-bottom:15px;
	border-bottom:1px #ddd dotted;
	list-style-type:none;
}

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

/*-- ● タイトル ------------*/
.tumblr_blog .ttl_div {
	border-bottom:1px #ccc solid;
	margin-bottom:6px;
	padding-bottom:4px;
}

.tumblr_blog .tmbl_ttl {
	font-weight:normal;
	font-size:110%;
	color:#000;
	margin-bottom:0px;
}

.tumblr_blog .tmbl_ttl a {
	color:#274e78;
	text-decoration:underline;
}

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

/*-- 新着につける 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 {
	display:block
	/*background-color:rgba(0,0,0,0.05);*/;
	vertical-align:top;
	padding:2px 1em;
	line-height:140%;
	margin-top:0;
}

.tumblr_blog .tmble_cts img {
	width:100%;
	margin-right:5px;
	margin-bottom:5px;
}

/*
.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 h1 {	/* タンブラーで記事を作成する際の文字装飾　ｈ　のとき */
	display:none;
}

.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%;
	}

}