@charset "utf-8";

/* PC・SP：whatsnew.css
 * **************************************************
 * Body
 * Content
 * **************************************************
 */

 /* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
	font-size: 62.5%;
}
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-size: 1.3em;
	line-height: 1.6;
}


/* Content
------------------------------------------------------------------ */
.whatsnew #content {
	width: 100%;
}

/* whatsnew */
.whatsnew #content dl {
	border-bottom: 1px dashed #C8C9CA;
	display: table;
	width: 100%;
}
.whatsnew #content dl:last-child {
	border-bottom: none;
}
.whatsnew #content dl dt {
	display: table-cell;
	line-height: 1.28;
	padding: 0.8em 0;
	text-align: left;
	vertical-align: middle;
	width: 14%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.whatsnew #content dl dt {
			width: 17%;
	}
}
.whatsnew #content dl dd {
	display: table-cell;
	font-size: 1.4rem;
	line-height: 1.28;
	padding: 0.8em 0;
	text-align: left;
	vertical-align: top;
}
.whatsnew #content dl dd a {
	color: #f58f2f;
	text-decoration: underline;
}



/*
 * ======================================
 * SP
 * ======================================
 */
@media screen and (max-width: 767px) {

/* Content
------------------------------------------------------------------ */
/* whatsnew */
.whatsnew #content dl {
	display: block;
	padding: 1em 0;
}
.whatsnew #content dl dt {
	display: block;
	padding: 0;
	width: 100%;
}
.whatsnew #content dl dd {
	display: block;
	padding: 0.4em 0 0 0;
}


}
