/* default.cmm.cpc.css / C0-3-1 */
/* PageCSS for cPC [PRNS:/] */
@charset "utf-8";

@font-face {
	font-family		: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	src				: local("Hiragino Kaku Gothic ProN"), local("メイリオ");
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family		: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color			: #666;
	margin			: 0px;
	padding			: 0px;
	width			: 100%;
	min-height		: 550px;
	text-align		: center;
}

header {
	background		: #222;
	height			: 70px;
	text-align		: center;
}

header ul {
	display			: inline-block;
	width			: 1200px;
	height			: 100%;
	letter-spacing	: -.40em;
	background		: #000;
}

header li {
	display			: inline-block;
	width			: 200px;
	height			: 100%;
	vertical-align	: top;
}

header li img {
	height			: 60px;
}

header li:nth-child(2){
	width			: 800px;
}

header li:nth-child(2) img{
	height			: 70px;
}

header li:last-child{
	text-align		: right;
	padding-right	: 20px;
}

header li:last-child img{
	margin-top		: 5px;
}

._class_container {
	display			: inline-block;
	width			: 1200px;
	min-height		: 50px;
}

._class_container section article{
	display			: inline-block;
	border-bottom	: 4px solid #000;
}

footer {
	padding			: 10px 0px;
	font-size		: 10pt;
	color			: #fff;
	background		: #000;
}