@charset "utf-8";

/*-------------------------------------------------------------------

	Structure Module

-------------------------------------------------------------------*/

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka,arial,helvetica,clean,sans-serif;
	line-height: 1.6;
	position: relative;
	vertical-align: text-bottom;
}

div {
	word-wrap: break-word;
}

img {
	vertical-align: top;
}

/*-------------------------------------------------------------------

	Text Module

-------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
}

em {
	font-style: normal;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0 0;
	display: block;
	height: 1px;
	margin-top: 15px;
	vertical-align: top;
}

blockquote {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 0 15px 15px;
}

cite {
	color: #666;
	display: block;
	text-align: right;
}

pre {
	font-family: inherit;
	*font-family: "メイリオ", "ＭＳ Ｐゴシック";
	*font-size: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
}

p,
ul,
ol,
dl,
table {
	margin-top: 15px;
	word-wrap: break-word;
}

ul {
}

ol {
	list-style-type: decimal;
	margin-left: 2.3em;
}

ul li {
}

ul li,
ol li {
	margin-top: 7px;
}

li ul {
	margin-left: 0;
}

li ol {
	margin-left: 1em;
}

li ul li {
}

li ol li {
	background: none;
	list-style-type: decimal;
	padding-left: 0;
}

dl {
	*zoom: 100%;
}

/* Exception Rules */
ul > li:first-child,
li > p:first-child,
li > dl:first-child,
li > table:first-child,
dd > p:first-child,
dd > ul:first-child,
dd > ol:first-child,
dd > dl:first-child,
dd > table:first-child {
	margin-top: 0;
}

p + ul {
	margin-top: 5px;
}

/*-------------------------------------------------------------------

	Hypertext Module

-------------------------------------------------------------------*/

a img {
	border: none;
}

/*-------------------------------------------------------------------

	Table Module

-------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	width: 100%;
	word-break: break-all;
}

tr {
}

th,
td {
	font-weight: normal;
	padding: 8px 10px;
}

thead th {
	text-align: center;
	width: auto;
}

td {
	background-color: #fff;
}

/* Exception Rules */
th > p:first-child,
th > ul:first-child,
th > dl:first-child {
	margin-top: 0;
}

td > p:first-child,
td > ul:first-child,
td > dl:first-child {
	margin-top: 0;
}

/*-------------------------------------------------------------------

	Form Module

-------------------------------------------------------------------*/

form,
fieldset {
	display: inline;
}

input {
	font-family: inherit;
	font-size: 100%;
}

textarea {
	font-family: inherit;
	font-size: 100%;
	overflow: auto;
	padding: 3px 5px;
}

select {
	font-family: inherit;
	font-size: 100%;
	vertical-align: middle;
	white-space: nowrap
}
