@charset "utf-8";

/*~~*/

body {
	display: flex;
	flex-direction: column;
}

header {
	background: #f5f5f5;
	border-bottom: 1px solid #e1e1e1;
}

main {
	margin-bottom: 25px;
}

footer {
	margin-top: auto;
}

/*~~*/

main > section:nth-child(even) {
	background: linear-gradient(to bottom, #ebebeb, #fcfcfc);
}

/*~~*/

main #press dl {
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

main #press dl div {
	display: flex;
}

main #press dl div dt {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: linear-gradient(to bottom, #333, #666);
}

main #press dl div dd {
	flex: 1;
	margin-left: 10px;
}

/*
SP
*/
/*////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 768px) {
	/*
	*/
	main #press dl div dt {
		padding: 10px;
	}

	main #press .pc-br {
		display: none;
	}
	/*
    */
}
/*////////////////////////////////////////////////////////////////////////////*/

/*
PC
*/
/*////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width: 769px) {
	/*
	*/
	main #press dl div dt {
		padding: 10px 20px;
	}
	/*
    */
}
/*////////////////////////////////////////////////////////////////////////////*/
