@charset "utf-8";

/*============================================================

	[index.css]
	
============================================================*/


/*
	section
------------------------------------------------------------*/
div.section {
	position: relative;
	clear: both;
	margin: 40px 20px 0;
}

div.section p,
div.section li {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}

div.section h2 {
	margin: 0 0 10px;
	line-height: 1.2;
	font-size: 16px;
}

div.section h2 img {
	vertical-align: -0.5em;
}

div.section h3 {
	margin: 1em 0 0.25em;
	line-height: 1.2;
	font-size: 14px;
}

div.section h3.first-child {
	margin: 0 0 0.25em;
}

div.section div.description {
	padding: 1em;
	background: #FFC;
	border: 1px dashed #FC0;
}

div.section p.note {
	padding-left: 1em;
	text-indent: -1em;
}

div.section p.note span.bullet {
	font-family: monospace;
}


/*
	attention
------------------------------------------------------------*/
div.attention {
	margin: 20px 0 0;
	padding: 1em;
	background: #FCC;
	border: 1px dashed #F60;
}

div.attention h3 {
	margin: 0 0 0.5em;
	line-height: 1;
	font-size: 13px;
}

div.attention ul {
	margin: 0 0 0 2em;
	font-size: 10px;
}

div.attention li {
	margin: 0.5em 0 0;
}
