@charset "utf-8";

/* // -------------------------------------------------------------------------------------------------
// //.	Distilling
---------------------------------------------------------------------------------------------------- */


/* //.		- reset
---------------------------------------------------------------------------------------------------- */

html, body,
div,
h1, h2, h3, h4, h5, h6,
p, address,
figure, blockquote, pre,
ul, ol, menu, li,
dl, dt, dd,
caption, th, td,
form, fieldset, legend, input, textarea,
code {
	margin: 0;
	padding: 0;
	border: none 0;
	text-align: left;
}

body {
	line-height: 1;
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6,
address, blockquote,
caption, th,
a, q,
em, strong, dfn, code, samp, kbd, var, cite,
abbr, acronym {
	font-style: inherit;
	font-weight: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	vertical-align: top;
}

li {
	list-style: none outside;
}

fieldset,
abbr, acronym,
img {
	border: none 0;
}

hr {
	display: none;
}


/* //.		- HTML5 elements
---------------------------------------------------------------------------------------------------- */

header,
footer,
article,
aside,
hgroup,
section,
figure,
nav {
	margin: 0;
	padding: 0;
	display: block;
}

time {
	display: inline;
}


/* //.		1em = 13px
---------------------------------------------------------------------------------------------------- */

body {
	font-size: 13px;
}
/*\*/
*:first-child+html body {
	font-size: 62.5%;
}
* html body {
	font-size: 62.5%;
}
/**/


/* //.		- common classes
---------------------------------------------------------------------------------------------------- */

.non-visual {
	display: block !important;
	position: absolute !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	left: 0 !important;
	top: 0 !important;
	width: 0 !important;
	height: 0 !important;
	background: transparent !important;
}

.separator {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: solid black;
	border-width: 1px 0 0;
	height: 0;
}

.uppercase {
	text-transform: uppercase !important;
}


/* //.		- setting
---------------------------------------------------------------------------------------------------- */

/* //.		- setting
---------------------------------------------------------------------------------------------------- */

html {
	background-color: #fff;
}

body {
	font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", sans-serif;
	line-height: 1.5;
	text-align: justify; /* 行揃え */
	text-justify: distribute;
	margin: 30px 50px 50px 50px;
	text-indent: 0em; /* 段落字下げなし */
	hanging-punctuation: first allow-end; /* 起こし食い込み、句読点ぶら下げあり */
	text-spacing: trim-start trim-end ideograph-alpha ideograph-numeric; /* 行頭約物半角、行末約物半角、和欧間アケ、和数間アケ */
	padding: 0px;
	background-color: #fff;
}

header {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
	font-size: 45px;
	line-height: 1.25;
	margin-bottom: 1em;	
}


a {
	color: #666;
}

a:hover{
	text-decoration: none;
	background-color: #ff0;
	color: #666;
}

h1 {
	font-size: 11px;
	letter-spacing: 0.75em;
	font-weight: bold;
	margin-bottom: 2em;
	}

section h2 {
	margin-bottom: 1em;
	}

section p {
	margin-bottom: 0.5em;
}

aside
{
	margin-top: 3em;
}
aside h1 {
	letter-spacing: 0.25em;
	margin-bottom: 0.5em;
}

aside p {
	margin-bottom: 3em;
}

.e_name {
	font-size: 10px;
	letter-spacing: 0.1em;
}

.ad{
	font-size: 10px;
}

.ps{
	font-size: 10px;
}

.com{
	font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", sans-serif;
	font-size: 9px;
	text-indent: 0.25em
}