@charset "utf-8";
/* CSS Document */


/* 日付
---------------------------------------------------- */
#informationWrap .date {
	padding-top:10px;
	padding-bottom:15px;
	padding-right:15px;
	text-align:right;
}

/* タイトル
---------------------------------------------------- */
#informationWrap h2.style01 {
	border-bottom:4px solid #ccc;
	text-align:center;
}


@media only screen and (max-width: 767px){
	#informationWrap h2.style01 {
		font-size: 1.8rem;
	}}
	
	

/* 機種レイアウト

---------------------------------------------------- */

 #informationWrap ul.layout{
	 margin:5px 15px;}


 #informationWrap ul.layout li{
	float:left;
	width:100px;
 }
