@charset "utf-8";

.frame{
	border-bottom: 1px solid #325586;
	padding: 10px;
}

.frame .header{
	display: block;
	height: auto;
}

.frame .header .date{
	background: #325586;
	color: #FFF;
	font-size: 12px;
	padding: 5px 20px;
	margin: 0 10px 0 0;
	display: inline-block;
}

.frame .header .title{
	font-size: 17px;
	font-weight: bold;
	color: #325586;
	display: inline-block;
}

.frame.odd{
	background: #EDEDED;
}

@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
.frame .header .date{
	margin: 0 0  10px 0;
	display: block;
    width: 7em;
    text-align: center;
}
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 