@charset "UTF-8";

/*
name: Rapha 3Column
designer: Shinichi Takai
developer: Rapha, Inc.
developer_url: http://rapha.ac/
*/

* {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.3;
}

html * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	_font-size: 90%;
	margin: 0;
	padding: 0;
}

hr { display: none; }

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, pre, address {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}

ul {
	list-style-type: disc;
	margin: 1em 0 1em 2em;
}

ol {
	list-style-type: decimal;
	margin: 1em 0 1em 2.5em;
}

li {
	display: list-item;
	margin: 0 0 0.3em 0;
}

ul ul,
ul ol {
	margin: 0.2em 0 0.5em 1em;
	list-style-type: square;
}

ol ol,
ol ul {
	margin: 0.2em 0 0.5em 0.5em;
	list-style-type: square;
}

ul ul li,
ol ol li,
ol ul li,
ul ol li {
	margin: 0.5em 0 0 0;
}

li img {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0 0 0 1em;
}

dt {
	font-weight: normal;
	border-width: 0 0 1px 0;
}

dd {
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-size: 95%;
}

p {
	padding: 0;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 1em;
}

blockquote {
	margin: 0 1em 1em 1em;
	padding: 1em;
}

blockquote p {
	padding: 0;
	margin: 0;
}

blockquote blockquote {
	margin: 0.2em 1em;
	padding: 0.2em 0 0.2em 0.2em;
}

pre {
	padding: 0.5em 0.8em;
	margin: 0 1em 1em 1em;
	white-space: pre;
	line-height: 1.2;
	overflow: visible;
	/* Mac IE \*/
	overflow: auto;
	/* END */
}

del {
	text-decoration: line-through;
	font-weight: normal;
	color: #CCC;
}

ins {
	display: block;
	margin: 1em 0;
	padding: 1em;
	border-width: 1px;
	border-style: solid;
}

del ins {
	text-decoration: line-through;
}

h1 ins, h2 ins, h3 ins, h4 ins, h5 ins, h6 ins, p ins, pre ins, address ins, li ins, dt ins, dd ins {
	display: inline;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	border: none;
}

pre ins, code ins, samp ins, var ins, kbd ins {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

form {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
	}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	-moz-border-radius: 0.7em;
	}

fieldset dt {
	border: none;
}

fieldset ul,
fieldset ol,
fieldset dl {
	display: block;
	margin: 1em 0 1em 0.5em;
}

legend {
	display: none;
}

label {
	padding: 0;
	vertical-align: baseline;
}

select, input, textarea {
	/*\*/
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", verdana, arial, sans-serif;
	/**/
	font-family: "Lucida Grande", "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}

/* --- テーブル --- */

table, th, td {
	border-style: solid;
	border-collapse: collapse;
}

table {
	margin: 1em 0;
	border-width: 0;
	border-spacing: 0;
}

table a {
	font-weight: normal !important;
}

caption {
	line-height: 1.2;
}

tr {
	border: none;
}

th, td {
	border-width: 0;
	padding: 2px 4px;
}

th {
	text-align: center;
}

a, abbr, acronym, bdo, big, cite, code, dfn, em, img, kbd, object, q, ruby, samp, small, span, strong, sub, sup, var {
	display: inline;
}

abbr, abbr, acronym, dfn {
	border-width: 0 0 1px 0;
	border-style: dotted;
	cursor: help;
}

a {
	text-decoration: underline;
	font-weight: normal;
}

img {
	vertical-align: text-bottom;
	margin: 0 0 1em;
}

a img {
	border: none;
	text-decoration: none;
}

ruby {
	ruby-align: auto;
	ruby-overhang: auto;
}

rt, rp {
	font-size: 70%;
	font-weight: normal !important;
}

sub, sup {
	font-size: 50%;
}

q {
	padding: 0 0.2em;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}