@charset "utf-8";



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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	text-align: left;
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
*.attention {
	color: #ff0000;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=button],
input[type=submit],
textarea {
	-webkit-appearance: none;
	border-radius: 0px;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

img {
	display: block;
}
hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #d9d9d9;
	margin: 20px 0px;
}
*.clearfix {
	zoom: 1;
}
*.clearfix:before,
*.clearfix:after {
	content: "";
	display: table;
}
*.clearfix:after {
	clear: both;
}
*.margin-bottom {
	margin-bottom: 20px;
}
*.margin-bottom-narrow {
	margin-bottom: 10px;
}



/* --------------------------------------------------------------------------------
sidebar
-------------------------------------------------------------------------------- */

aside#sidebar p.banner {
	margin-bottom: 20px;
}

/* block
-------------------------------------------------------------------------------- */

aside#sidebar div.block {
	margin-bottom: 40px;
}
aside#sidebar div.block header {
	text-align: center;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width:200px;
}
aside#sidebar div.block header h2 {
	text-align: center;
	font-family: "Lato", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0.25em;
}
aside#sidebar div.block-trouble ul li {
	padding-left: 50px;
}
aside#sidebar div.block-trouble ul li.check {
	background: url(../../images/icon-solve-check.png) no-repeat 0em 0.35em;
}
aside#sidebar div.block-category div.content {
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
	padding: 0px 0px 20px 20px;
	width:180px;
}
aside#sidebar div.block-category div.content:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
aside#sidebar div.block-category div.headline {
	line-height: 1.5em;
	margin-bottom: 20px;
}
aside#sidebar div.block-category div.headline a {
	text-decoration: none;
}
aside#sidebar div.block-category div.headline p.icon {
	margin-bottom: 20px;
}
aside#sidebar div.block-category div.headline h3 {
	font-size: 14px;
}
aside#sidebar div.block-category div.headline span {
	display: block;
	font-size: 12px;
	color: #666666;
}
