@charset "utf-8";
/* Copyright 2014 FSFIELD All Rights Reserved. */


/* レイアウト
---------------------------------------------- */
/* heading
---------------------------------------------- */
/*-------h3-------*/
h3#h3_index01{
	background:url(../toitsu2017-09/img/h3_index01.jpg) no-repeat center 0;
	height:600px;
	margin-bottom:20px; 
}

h3#h3_index02{background:url(../toitsu2018/img/h3_index02.jpg) no-repeat center 0;}
h3#h3_index03{background:url(../toitsu2018/img/h3_index03.jpg) no-repeat center 0;}

h3#h3_index02,
h3#h3_index03{
	height:119px;
	margin-bottom:30px;
}



h4#h4_content01 {
	font-size:129%;
	color:blue;
}

h4.toitsu01,
h4.toitsu02{
    font-size: 129%;
    color: #343846;
    padding: 10px 0 6px 0;
    border-bottom: 1px dotted #BAC7DA;
	margin-bottom:20px;
}

h4.toitsu01{border-top:2px solid #0666B0;}
h4.toitsu02{border-top:2px solid #8563C2;}

h4.toitsu03,
h4.toitsu04{
    font-size: 129%;
    color: #fff;
	padding:10px;
	margin-bottom:20px;
}

h4.toitsu03{background:#0666B0;}
h4.toitsu04{background:#8563C2;}

.heading01{
	margin-bottom:10px;
	font-size:107%;
	font-weight:bold;
	position:relative;
	padding-left:10px;
	border-top:1px solid #ED1B24;
}

.heading01::before{
	content:'';
	width:5px;
	height:20px;
	display:inline-block;
	background:#ED1B24;
	position:absolute;
	left:0;
	bottom:0;
	margin:auto;
	top:0;
}

.heading_junior{
    font-size: 129%;
    color: #343846;
    padding: 10px 0 6px 0;
    border-bottom: 1px dotted #BAC7DA;
	margin-bottom:20px;
	border-top:2px solid #009380;
}
	
	
/* div
---------------------------------------------- */
/* ttl_red */

div.ttl_red_top01{
	background:url(../toitsu/img/ttl_red_top01.gif) no-repeat 0 0;
	margin-bottom:20px;
}

div.ttl_red_btm01{
	background:url(../toitsu/img/ttl_red_btm01.gif) no-repeat 0 bottom;
	padding:5px 0;
}

div.ttl_red_btm01 h3,
div.ttl_red_btm01 h4{
	background:#ED1B24;
	padding:0 15px;
	height:100%;
	font-weight:bold;
	font-size:120%;
	color:#fff;
}

div.map{
	width:440px;
	height:300px;
	margin-bottom:20px;
}

div.map iframe{
	width:440px;
	height:300px;
	border:none;
}
	
/* table
---------------------------------------------- */
/* table.special3 */
table.special3{
	border-top:1px dotted #999;
}

table.special3 th{
	border-bottom:1px dotted #999;
	background:#FDECE3;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	width:20%;
}

table.special3 td{
	border-bottom:1px dotted #999;
	padding:10px;
}


/* table.special3 .stylenone */

table.special3 .stylenone{
	border:1px solid #fff;
		width:100%;
}

table.special3 .stylenone th{
	border:1px solid #fff;
	background:#ffffff;
	color:#FF0000;
	padding:4px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}

table.special3 .stylenone td{
	border:1px solid #fff;
	background:#ffffff;
	padding:4px;
}


/* table.toitsu */

table.toitsu{
	border:1px solid #ccc;
	width:100%;
}

table.toitsu th{
	border-bottom:1px dotted #999;
	background:#E1E9FF;
	color:#0000FF;
	padding:10px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	width:20%;
}

table.toitsu td{
	border-bottom:1px dotted #999;
	padding:10px;
}

/* table.toitsu_junior */

table.toitsu_junior{
	border:1px solid #ccc;
	width:100%;
}

table.toitsu_junior th{
	border-bottom:1px dotted #fff;
	background:#009380;
	color:#FFFFFF;
	padding:10px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	width:20%;
}

table.toitsu_junior td{
	border-bottom:1px dotted #999;
	padding:10px;
}



/* table.toitsu .timetable */

table.toitsu .timetable{
	border:1px solid #ccc;
	width:100%;
}

table.toitsu .timetable th{
	border:1px solid #ccc;
	background:#FDECE3;
	color:#333333;
	padding:10px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:15%;
}

table.toitsu .timetable td{
	border:1px solid #ccc;
	text-align:center;
	padding:6px;
}

.bb_none{border-bottom:none !important;}

/* table.toitsu_junior .timetable */

table.toitsu_junior .timetable{
	border:1px solid #ccc;
	width:100%;
}

table.toitsu_junior .timetable th{
	border:1px solid #ccc;
	background:#DFF7BB;
	color:#333333;
	padding:10px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:15%;
}

table.toitsu_junior .timetable td{
	border:1px solid #ccc;
	text-align:center;
	padding:6px;
}

.bb_none{border-bottom:none !important;}

/* h5
---------------------------------------------- */
/*-------h5-------*/
h5.bdr_redttl01{
	background:url(../toitsu/img/ttl_red_btm01.gif) repeat-x 0 bottom;
	font-size:120%;
	font-weight:bold;
	padding:0 0 3px;
	margin-bottom:20px;
}


/*--etc--*/
.w240{width:240px !important;}
.w670{width:670px !important;}
.lh_1{line-height:1 !important;}
.pr_25{padding-right:25px !important;}
.opa70:hover{opacity:0.7 !important;}
.table_layout{table-layout:fixed !important;}

.indent-3{
	text-indent:-3em;
	padding-left:3em;
}

