@charset "utf-8";

/*-------------------------------------------------------------------

	Structure Module

-------------------------------------------------------------------*/

body {
	background-color: #fff;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka,arial,helvetica,clean,sans-serif;
	line-height: 1.4;
	vertical-align: text-bottom;
}

img {
	vertical-align: top;
}

/*-------------------------------------------------------------------

	Text Module

-------------------------------------------------------------------*/

h1 {
}

h2,
h3 {
	margin: 25px -10px 0;
}

h4,
h5 {
	margin: 25px 0 0;
}

p,
ul,
ol,
dl,
table {
	margin-top: 15px;
	word-wrap: break-word;
}

ul li {
	background-image: url("/assets/images/icon/square_gray.gif");
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	padding-left: 14px;
	*zoom: 100%;
}

ol {
	list-style-type: decimal;
	margin-left: 19px;
	*margin-left: 23px;
}

ul li,
ol li {
	margin-top: 7px;
}

li ol{
	margin-left: 14px;
}

li ol li {
	background: none;
	border-bottom: none;
	list-style-type: decimal;
	padding-left: 0;
}

/* Exception Rules */
div#main h2:first-child,
div#main h3:first-child,
h2 + h3,
h3 + h4 {
	margin-top: 15px;
}

h4 + p {
	margin-top: 10px;
}

/*-------------------------------------------------------------------

	Hypertext Module

-------------------------------------------------------------------*/

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #999;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	color: #d41519;
	text-decoration: none;
}

a img {
	border: none;
}

/*-------------------------------------------------------------------

	Table Module

-------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border-bottom: 3px double #bccbcf;
	border-top: 3px double #bccbcf;
	width: 100%;
}

table th,
table td {
	border-bottom: 1px solid #bccbcf;
	border-left: none;
	border-right: none;
	border-top: none;
	font-weight: normal;
	padding: 6px 20px;
	text-align: left;
}

table th {
	background-color: #e0e7e9;
}

table.plain {
	border:none;
}

table.plain th,
table.plain td {
	border:none;
	padding: 0;
}

table.plain th {
	background-color: none;
}

/*-------------------------------------------------------------------

	Form Module

-------------------------------------------------------------------*/

form,
fieldset {
	display: inline;
}

input.inputField {
}

input.inputField,
textarea {
	color: #333;
	padding: 3px 2px 2px;
	border: 1px solid #a8a8a8;
}

input.inputField:hover,
textarea:hover {
	border: 1px solid #6b91dd;
}

input.inputField:focus,
textarea:focus {
	border: 1px solid #a8a8a8;
}

input {
	vertical-align: middle;
}

input[type="radio"] {
	*vertical-align: text-bottom;
}

label input {
	margin-right: 0.3em;
}

textarea {
	overflow: auto;
}

select {
	vertical-align: middle;
}
