@charset "utf-8";

/* メニュー以下枠 */

#container_box {
	width:100%;
}

/* ヘッダー下タイトル見出し */

#midashi_box {
	width:100%;
	text-align:center;
	background-color:#ee847d;
}

.midashi {
	width:950px;
	height:200px;
	margin:0 auto;
	padding:0;
	position: relative;
}

.midashi_moji {
	position: absolute;
	color:#FFF;
	text-align:left;
	top: 50%;
}

.midashi_moji h2 {
	font-size:36px;
	letter-spacing:0.15em;
	margin-top: -0.5em;
	margin-bottom:15px;
}

.midashi_en {
	font-size:14px;
	letter-spacing:0.15em;
}

.midashi_img {
	position:absolute;
	text-align:right;
	right:90px;
	bottom:0;
}

/* 中身枠 */

.contents {
	width:950px;
	margin:70px auto;
}

/* サポート */

h3 {
	font-size:25px;
	letter-spacing:0.15em;
	color:#ee847d;
	border-bottom:3px solid #ee847d;
	padding-bottom:10px;
}

.h3_shita_moji {
	margin-top:30px;
	line-height:2em;
}

.support {
	margin-bottom:100px;
}

/* ダウンロード */

.download {
	margin-bottom:140px;
}

.chirashi {
	margin-top:40px;
}

.chirashi ul li {
	width:220px;
	float:left;
	margin-right:23px;
}

.chirashi ul li:last-child {
	margin-right:0;
}

.chirashi_img {
	text-align:center;
	margin-bottom:18px;
}

.chirashi_img img {
	border:1px solid #c9c9ca;
}

.chirashi_title {
	border-top:1px dashed #999999;
	padding-top:10px;
	font-size:18px;
	padding-bottom:12px;
	border-bottom:1px dashed #999999;
}

.chirashi_sub_title {
	font-size:12px;
}

.chirashi_size {
	padding-top:5px;
	text-align:center;
	font-size:11px;
}

.btn a {
	display: block;
	border: solid 1px #666;
	border-radius: 10px;
	padding: 5px;
	width: 150px;
	text-align: center;
	margin-top: 10px;
}

.btn a:hover {
	text-decoration: none;
	border: 1px solid #1fb7de;
}