@charset "euc-jp";

p.bbs_mode{display: none !important;}

input#bbs_searchwords {
    width: 8em;
    margin-right: 5px !important;
}

div#content {
	padding: 0px 25px;
	font-size: 105%;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	background-image: url(images/bg_cont.gif);
	background-repeat: repeat-y;
}

p#pankuzu {
	font-size: 9pt !important;
	padding: 5px 0px 32px;
	margin: 0px auto;
	width: 960px;
	background: url(images/bg_cont_A.gif) no-repeat left bottom;
}
p#pankuzu a,
p#pankuzu a:visited{
	color: #027DCE;
}

/*
div#footer{ padding: 30px 0px 0px; 
}
*/

div#content p {
	line-height: 1.5;
}


div#content h2 {
	height: 0px;
	width: 910px;
	padding-top: 70px;
	overflow: hidden;
	margin-bottom: 25px;
	font-size: small;
	font-weight: normal;
}
body#menu-1 div#content h2 {background: url(images/H2_01.gif) no-repeat left top;}
body#menu-2 div#content h2 {background: url(images/H2_02.gif) no-repeat left top;}
body#menu-3 div#content h2 {background: url(images/H2_03.gif) no-repeat left top;}
body#menu-4 div#content h2 {background: url(images/H2_04.gif) no-repeat left top;}
body#menu-5 div#content h2 {background: url(images/H2_05.gif) no-repeat left top;}
body#menu-6 div#content h2 {background: url(images/H2_06.gif) no-repeat left top;}
body#menu-7 div#content h2 {background: url(images/H2_07.gif) no-repeat left top;}
body#menu-8 div#content h2 {background: url(images/H2_08.gif) no-repeat left top;}
body#menu-9 div#content h2 {background: url(images/H2_09.gif) no-repeat left top;}


body#menu-21 div#content h2 {background: url(images/H2_21.gif) no-repeat left top;}
body#menu-22 div#content h2 {background: url(images/H2_22.gif) no-repeat left top;}
body#menu-23 div#content h2 {background: url(images/H2_23.gif) no-repeat left top;}
body#menu-24 div#content h2 {background: url(images/H2_24.gif) no-repeat left top;}
body#menu-25 div#content h2 {background: url(images/H2_25.gif) no-repeat left top;}
body#menu-26 div#content h2 {background: url(images/H2_26.gif) no-repeat left top;}
body#menu-27 div#content h2 {background: url(images/H2_27.gif) no-repeat left top;}
body#menu-28 div#content h2 {background: url(images/H2_28.gif) no-repeat left top;}
body#menu-29 div#content h2 {background: url(images/H2_29.gif) no-repeat left top;}

div#content h3 {
background: url(images/bg_h3.gif) no-repeat left center;
    line-height: 1;
    color: #035FA3;
    font-size: 16pt;
    /* font-weight: normal; */
    letter-spacing: 1px;
    padding: 30px 10px 30px 77px;
    margin-bottom: 18px;
    overflow: hidden;
    clear: both;
    text-shadow: 1px 1px #fff;
    border-radius: 8px;
}



div.h2area {
	margin: 0px 20px;
	padding-bottom: 40px;
}

div.h3area {
	margin-bottom: 40px;
	clear: both;
	margin-left: 25px;
}

/* ------------------ 休止中標記 ----------------------- */
.kyushi {
    display: block;
    width: 16em;
    background-color: orangered;
    color: white;
    font-size: 1.2em;
    text-align: center;
    margin: 5em auto;
    font-weight: bold;
    border-radius: 4px;
    padding: 0.4em;
}

/* -----------------------------------------------------------------------------------------*/
/* ------------------------------- LINE ----------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/


div.with_line {
	display: flex;
	flex-flow: column-reverse nowrap;
	justify-content: space-around;
	align-items: center;
	border: solid #00b900;
	padding: 2em;
	font-size: 1.1em;
	border-radius: 6px;
	background-color: #fcfffc;
}
div.with_line ol {
	padding-left: 2em;
	font-weight: bold;
	color: #005800;
}
div.with_line li {
	margin: 0.5em 0;
}
p.line-b {
	margin-bottom: 20px;
}
@media all and (min-width:768px) { /* ▽ */
	div.with_line {
		flex-flow: row nowrap;
	}
} /* ───△─── */
div.with_line img {
	box-shadow: 7px 7px #007d00;
	border-radius: 5px;
}
h4.line, h4.mail {
	background-color: #00b900;
	display: inline-block;
	color: white;
	padding: 0.2em 1em;
	margin-bottom: 0.5em;
	font-size: 12pt;
    border: none;
}
h4.mail {
	background-color: #5aacd0;
}


