﻿@charset "UTF-8";

/* --------------------------------------------------
 * Template
 * --------------------------------------------------
 */

#wrapper {
	display: block;
}




/* --------------------------------------------------
 * ARTICLE
 * --------------------------------------------------
 */
#article {}

.article_content {
	padding-bottom: 32px;
}

.section {
	margin-top: 30px;
	padding: 0 15px;
}

.section_container {
	color: #202020;
}

.section .ttl {
	padding-top: 17px;
	padding-bottom: 16px;
	background-image: url(../../asset/img/article_border_gry.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 30px auto;
}

.section .ttl .cn {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.25em;
	text-align: center;
}

.section .ttl .en {
	display: block;
	padding-top: 3px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.12em;
	text-align: center;
}


div.section p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.05em;
}

div.section p.txt {
	text-align: center;
}

div.section p.img img {
	width: 100%;
}