@charset "utf-8";


/* for Common & Smartphone*/

.infoUnit{
	margin: 0 0 30px 0;
}
.infoDate{
	font-size:77%;
	text-align: left;
	line-height: 1.2;
	letter-spacing: normal;
	color: #999;
}
.infoTtl{
	margin: 0.5em 0;
	padding: 0 0 0.5em;
	border-bottom: 2px solid #81292d;
	font-size:124%;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}
.infoBody{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	font-size:108%;
	text-align: left;
	line-height: 1.8;
}
.infoBody > *{
	margin: 0 0 1em 0;
}
.infoCat{
	clear: both;
	margin: 10px 0 0 0;
	font-size:77%;
	text-align: right;
	line-height: 1.2;
	letter-spacing: normal;
}

/* iPhone5 とか*/
@media screen and (max-width: 320px) {}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) {}

@media screen and (min-width:420px) and (max-width:767px) {}

/* for PC*/
@media print, screen and (min-width:768px) {
	.infoUnit{
		margin: 0 0 40px 0;
	}
	.infoDate{
		font-size: 93%;
	}
	.infoTtl{
		font-size:139%;
	}
	.infoBody{
		padding: 0 0 20px 0;
		font-size:124%;
	}
	.infoCat{
		margin: 10px 0 0 0;
		font-size: 93%;
	}
}
