@charset "utf-8";
/* CSS Document */

/* キービジュアル */
#mainVisual {
	clear: both;
	/*padding-top: 10px;*/
	border-top: 10px solid transparent;
	margin: 0 10px;
	background: url(../images/00_home/wallflower02.jpg) center center no-repeat #fff;
	background-size: cover;
	height: 400px;
}

/* Topics, Comment */
#contents {
	clear: both;
	display: flex;
	flex-flow: row;
}
@media screen and (max-width:768px) {
	#contents {
		clear: both;
		display: flex;
		flex-flow: column;
	}
}

#topics,
#comment {
	flex: 1 1 358px;
	padding: 10px;
	background: #ecb4c3;
}
#topics {
	margin: 10px 5px 10px 10px;
}
#comment {
	margin: 10px 10px 10px 5px;
}
@media screen and (max-width:768px) {
	#topics {
		margin: 10px;
	}
	#comment {
		margin: 0 10px 10px;
	}
}

#topics h3,
#comment h3 {
	width: 90%;
	background: url(../images/00_home/flower.png) no-repeat 6px 6px, linear-gradient(to right, rgba(196,55,83,1) 0%,rgba(242,242,242,0) 100%);
	border-radius: 15px;
	padding-left: 33px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	color: #FFF;
	line-height: 33px;
}
#topics dl,
#comment div {
	font-size: 90%;
	line-height: 2em;
	padding: 15px 20px 10px;
}
#topics dl dt {
	float: left;
	clear: left;
	width: 6rem;
}
/* トグル内コンテンツ */
#t_panel p {
	margin-left: 20px;
}
