body {
	background-color: #f3fce2;
}

.ist-top-copy {
	color: rgb(71, 101, 11);
	font-weight: bold;
}

.ist-panel-list {
	display: none;
	border: 3px solid #dddddd;
}

.ist-panel-list textarea {
	width: 100%;
	height: 120px;
	resize: none;
}

/*.ist-panel-news {
	width: 600px;
}*/
.ist-news {
	background-color: white;
	border-left: 5px solid rgb(126, 204, 138);
	padding: 5px;
}

.ist-sponsored {
	color: #dddddd;
}

.ist-post :first-child {
	max-height: 16em;
	overflow: hidden;
}

.ist-post :first-child img {
	width: 100%;
	height: 12em;
	object-fit: cover;
}

.ist-post a {
	color: black;
	text-decoration: none;
}

.ist-panel-result {
	background-color: white;
	border: 3px solid #f3fce2;
}

.ist-panel-result h2 {
	font-size: 1.6em;
	border-left: 5px solid rgb(126, 204, 138);
	padding: 5px;
	margin-top: 5px;
}

.ist-panel-single .ist-panel-result {
	border: 3px solid #f3fce2;
	float: left;
}

/* ヘッダー部･会員登録ボタン */
.ist-btnBlue, .ist-btnOrange {
	color: #0033cc !important;
	text-decoration: underline;
}
/* スマホ･Gナビの上にborder */
.ist-navbar-nav {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #ccc;
}
/* PC・タブレット用 768px以上　レイアウト
------------------------------------------------------------*/
@media only screen and (min-width: 768px){
	.ist-panel-news {
		width: 600px;
	}

	/* ヘッダー部･会員登録ボタン */
	.ist-btnBlue {
	    position: relative;
	    display: inline-block;
	    margin-right: 15px;
	    padding: 0.25em 0.5em;
	    text-decoration: none;
	    color: #FFF !important;
	    background: #03A9F4;/*色*/
	    border: solid 1px #0f9ada;/*線色*/
	    border-radius: 4px;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	    /*text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
	    text-decoration: none;
	}
	.ist-btnBlue:active {/*押したとき*/
	    border: solid 1px #03A9F4;
	    box-shadow: none;
	    text-shadow: none;
	}

	.ist-btnOrange {
	    position: relative;
	    display: inline-block;
	    padding: 0.25em 0.5em;
	    text-decoration: none;
	    color: #FFF !important;
	    background: #fd9535;/*色*/
	    border: solid 1px #d27d00;/*線色*/
	    border-radius: 4px;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	    /*text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
	    text-decoration: none;
	}
	.ist-btnOrange:active {/*押したとき*/
	    box-shadow: none;
	    text-shadow: none;
	}
	/* スマホ･Gナビの上にborder */
	.ist-navbar-nav {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
}