﻿@charset "UTF-8";

/*------------------------------
=01 default style reset
=02 common
=03 layout
=04 module
=05 page
------------------------------*/

/*--------------------=01 default style reset--------------------*/

body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset , img {
	border: 0;
}
address , caption , cite , code , dfn , em , strong , th , var {
	font-weight: normal;
	font-style: normal;
}
ol , ul {
	list-style: none;
}
caption , th {
	text-align: left;
}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before , q:after {
	content: '';
}
abbr , acronym {
	border: 0;
}

img {
	vertical-align: bottom;
}

/*--------------------=02 common--------------------*/

/*ページ全体*/

body {
	background: url(../image/bg.png) 50% 0 repeat-y #eeeeee;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}

a:link , a:visited , a:active , a:focus {
	color: #333333;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

/*全体コンテナ*/

#wrapper {
	width: 880px;
	text-align: left;
	margin: 0 auto;
}

/*ヘッダ*/

#header {
	margin: 0 auto 20px;
}
#header h1 {
	border-top: 1px #033387 solid;
	border-bottom: 1px #033387 solid;
	margin-top: 10px;
	/*background: url(../image/logo.gif) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 900px;
	height: 60px;*/
}

/*フッタ*/

#footer {
	clear: both;
	background: url(../image/footer.gif) repeat-y #eeeeee;
	border-top: 1px #cccccc dotted;
}

#footer address {
	font-size: 0.75em;
	padding: 10px;
}

/*--------------------=03 layout--------------------*/

/*コンテンツ*/

#contents {
	clear: both;
	text-align: center;
}

#contents2 {
	clear: both;
	padding: 0 20px;
}

/*--------------------=04 module--------------------*/

/*クリア*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
	display: inline-block;
	overflow: hidden;
}

/*テキスト*/

h2 {
	font-weight: bold;
	line-height: 1;
	border-left: 3px #033387 solid;
	padding: 5px 0 2px 10px;
	margin-bottom: 20px;
}

h3 {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

p {
	font-size: 0.875em;
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

em {
	color: #ff0000;
}

.txtAlignL {
	text-align: left;
}

.txtAlignC {
	text-align: center;
}

.txtAlignR {
	text-align: right;
}

.txtSmall {
	font-size: 0.75em;
}

.margT-20 {
	margin-top: -20px;
}

.margB00 {
	margin-bottom: 0;
}

.margB20 {
	margin-bottom: 20px;
}

/*リスト*/

ul.typeA , ul.typeB {
	font-size: 0.875em;
	margin-bottom: 20px;
}

ul.typeA li {
	background: url(../image/ul_type_a.gif) 2px 8px no-repeat #ffffff;
	padding-left: 1em;
}

ul.typeB li {
	list-style-type: none;
	font-size: 0.875em;
}

ul.cautionA , ul.cautionB {
	font-size: 0.875em;
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 0 20px 0em;
}

ul.cautionB {
	color: #ff0000;
}

/*テーブル*/

table {
	width: 100%;
	font-size: 0.875em;
	empty-cells: show;
	border: 1px #033387 solid;
	margin-bottom: 20px;
}

table th {
	background: #e5efff;
	white-space: nowrap;
	text-align: left;
	border: 1px #033387 solid;
	padding: 5px;
}

table td {
	width: 100%;
	border: 1px #033387 solid;
	padding: 5px;
}

.nowrap {
	white-space: nowrap;
}

/*フロート*/

.floL {
	float: left;
}

.floR {
	float: right;
}

/*--------------------=05 page--------------------*/

/*告知ページ*/

ul li {
	margin-top: 50px;
}

/*申し込みページ*/

/*フォーム*/

form {
	margin-bottom: 20px;
}

#submit {
	font-size: 0.75em;
	text-align: center;
}

#submit input {
	padding: 5px;
}

input, textarea, select {
	font-size: 1em;
}

table td p , table td .scroll li {
	font-size: 1em;
}

.scroll {
	height: 180px;
	overflow: auto;
	border: 1px #033387 solid;
	padding: 10px 10px 0;
	margin: 10px;
}

.wordBreak {
	word-break: break-all;
	/*padding-left: 0;
	margin-left: 0;
	text-indent: 0;*/
}

/*お問い合わせ*/

.box {
	clear: both;
	border: 1px #033387 solid;
	padding: 10px;
	margin-bottom: 20px;
}

.box p {
	margin-bottom: 0;
}
