@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 {
	list-style:disc;
	margin-left: 1em;
} 

ul {
	list-style:decimal;
}
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;
	box-sizing: padding-box;
}

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

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

/*全体コンテナ*/

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

/*ヘッダ*/

#header {
	margin: 0 auto 20px;
}

#header h1 {
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
/*	margin-top: 10px;*/
	background: url(../image/title.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 880px;
	height: 332px;
}

/*ヘッダ_トップページ*/

#header_title {
	margin: 0 auto 20px;
	text-align: right;
}

#header_title h1 {
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
/*	margin-top: 10px;*/
	background: url(../image/title.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 880px;
	height: 332px;
}

#title {
	margin: 0 auto 20px;
	text-align: right;
}

#title img {
	max-width: 100%;
}

/*フッタ*/

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

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

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

/*コンテンツ*/

#contents {
	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 #007bc3 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: 25px;
}

li  {
	font-size: 0.875em;
	margin-left: 1em;
}

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;
}

span.indent {
    display: block;
    text-indent:1em;
}

span.indent2 {
    display: block;
    text-indent:2em;
}

span.indent3 {
    display: block;
    text-indent:3em;
}

span.indent4 {
    display: block;
    text-indent:4em;
}

span.indent5 {
    display: block;
    text-indent:5em;
}

span.indent6 {
    display: block;
    text-indent:6em;
}

.red {
	color:red;
}

.caution {
	text-align: left;
	font-size: 1em;
	font-weight: bold;

}
/*リスト*/

ul.typeA , ul.typeB , ul.typeC{
	margin-bottom: 20px;
}

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

ul.typeB li {
	list-style-type: none;
    margin-bottom: 20px;
}

ul.typeC li {
    min-width: 210px;
    list-style-type: none;
    float:left;
    margin-left:40px;
}

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 #007bc3 solid;
	margin-bottom: 20px;
	table-layout: auto;
}

table th {
	background: #EDF8FF;
	white-space: normal;
	text-align: left;
	border: 1px #007bc3 solid;
	padding: 5px;
	text-align: center;
}

table td {
	border: 1px #007bc3 solid;
	padding: 5px;
	white-space: normal;
}

table th.th1 {
	width: 12%;
}

.nowrap {
	white-space: nowrap;
}

.rap {
	white-space: normal;
}

table td.nowrap{
	text-align: center;
}

table td p {
	margin-bottom:0px;
}

/*フロート*/

.floL {
	float: left;
}

.floR {
	float: right;
}

/*定義リスト*/

dl {
	font-size: 0.875rem;
	margin-bottom: 20px;
}

dl dt {
	float: left;
}

dl dd {
	padding: 0 0 0 5em;
}

dd dl {
    margin-top:20px;
}

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

/*申し込みページ*/

/*フォーム*/

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;
}

table em {
	margin-left: 0.5em;
}

.scroll {
	height: 180px;
	overflow: auto;
	border: 1px #007bc3 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 #007bc3 solid;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.box p {
	margin-bottom: 0;
}

/*参加対象*/

.info {
	clear: both;
	padding: 20px;
	padding-bottom:0;
}

.box2 {
	clear: both;
	border: 3px #007bc3 solid;
	padding: 10px;
	margin-bottom: 20px;
}

.box2 p {
	font-size: 1em;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 0;
	text-decoration: underline;
}

/*交通案内*/

#map_canvas {
	height: 280px;
	border: 1px #cccccc solid;
	margin: 0 0 20px 20px;
	width: 280px;
}
/*-- 申込ボタン --*/


.btn{
	margin: 0 auto;
	padding: 15px;
	width: 50%;
	background-color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px; 
	border-radius: 2px;
	position: relative;
}

input.btn,
.btn a {
	background-color:#007BC3;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:110%;
}

.btn a:hover{
	text-decoration:none;
}
.btn:hover {
	opacity: 0.8;
}

.btn_2{
	margin: 0 auto;
	padding: 15px;
	width: 30%;
	background-color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px; 
	border-radius: 2px;
	float:left;
	position: relative;
	left:16%;
}

input.btn_2,
.btn_2 a {
	background-color:#007BC3;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:110%;
}

.btn_2 a:hover{
	text-decoration:none;
}
.btn_2:hover {
	opacity: 0.8;
}

.btn_3{
	margin: 0 auto;
	padding: 15px;
	width: 30%;
	background-color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px; 
	border-radius: 2px;
	float:left;
	position: relative;
	left:16%;
}

input.btn_3,
.btn_3 a {
	background-color:#D9D9D9;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:110%;
	text-decoration: none;
}

.btn_3 a:hover{
	text-decoration:none;
}
/*.btn_3:hover {
	opacity: 0.8;
}*/

.btn_4{
	margin: 0 auto;
	padding: 15px;
	width: 30%;
	background-color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px; 
	border-radius: 2px;
	float:left;
	position: relative;
	left:16%;
}

input.btn_4,
.btn_4 a {
	background-color:#007BC3;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:110%;
}

.btn_4 a:hover{
	text-decoration:none;
}
.btn_4:hover {
	opacity: 0.8;
}


.table2 {
	width: 100%;
/*	margin: 20px;*/
}
.table3 {
	width: 840px;
	margin: 0;
	border-style: none;
}
.table3 td{
	vertical-align: top;
	border-style: none;
}
.timetbl{
	font-weight:bold;
	text-align: left;
	background-color: #CCEBFF;
}
.timetbl2{
	font-weight:bold;
	text-align: left;
	background-color: #FFC9D2;
}
.midashi{
	font-weight:bold;
}
.tadashi {
	margin: 0; 
}
.prgm{
/*	font-size: 0.9em;*/
	text-align: left;
	vertical-align: top;
	border-right-style: none;
}
.prof{
/*	font-size: 0.9em;*/
	border-left-style: none;
	vertical-align: top;
	border-right-style: none;
}
.katagaki{
/*	font-size: 0.9em;*/
	border-left-style: none;
	vertical-align: top;
	text-align: right;
}
.zacho{
	font-weight: bold;
}
.program{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.grey{
	color: lightgrey;
}
.kojin{
	margin: 0 0.5em 1em;
}

.link{
	font: 0.875em;
	margin: 0;
}
.policy{
	margin: 0;
}
	 
.agenda{
	padding: 0 20;
} 

.table-font{
	font-size:1.125em;
}