h3#today.title_wrap h2 {
	margin: 0;
}
.title_wrap{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-bottom: 20px;
	}
.title_wrap h2 {
	margin-bottom: 0;
}
.title_wrap p.fs12 {
	padding:  5px 0 0; 
}

.sub_section {
	background: #ffe0b3;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	width: 560px;
	font-size: 15px;
	text-align: center;
	margin:  40px auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.sub_section h4 {
	text-align: center;
	margin-bottom: 15px;
}

.sub_section .en-text {
 	font-size: 13px;
	margin-bottom: 15px;
	padding-left: 0.5em;
}
.sub_section .en-text:last-child{
	margin-bottom: 0;
}

.highlight {
  background: linear-gradient(transparent 60%, #FFE4B5 60%);
  background-size: 100% 100%;
}

.pasta_wrap .mb0 {margin-bottom: 0;}

@media (max-width: 768px) {

	.sub_section {
	max-width: 560px;
	width: 100%;
	}

}
@media (max-width: 559px) {

	.sub_section {
	width: 100%;
	text-align: left;
	}

}