@charset "UTF-8";

/*おもたせ
---------------------------------------------------------- */

.omotase_trivia {
	clear: both;
	padding:15px 25px;
	background-color: #fff;
	border:2px solid #f7f1e5;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.omotase_trivia .ph{
	float: left;
	width:55px;
	margin-right: 25px;
}

.omotase_trivia .txt{
	padding-top:10px;
	overflow:hidden;
	zoom:1;
}

.omotase_trivia .txt h3{
	margin-bottom:5px;
	font-size: 123.1%;
	color: #d80c18;
}

.omotase_trivia .txt p {
	margin-bottom:0;
}

@media screen and (max-width: 738px) {
	.omotase_trivia {
		padding:15px;
	}
	.omotase_trivia .ph{
		margin-right: 15px;
	}
	
	.omotase_trivia .txt{
		padding-top:0;
	}
}