@charset "UTF-8";

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{  
margin:0px; 
padding:0px; 
}

ul {
list-style-type: none;
}

img{
border:0px;
vertical-align:bottom;
}

table{
border-collapse:collapse;
border-spacing:0px;
width: 100%;
margin: 0 0 20px;
}

th, td {
padding: 10px 15px;
border: 1px solid #CCCCCC;
vertical-align: middle;
}

th {
background-color: #F5F2E9;
color: #794D00;
text-align: center;
}

.columnRight {
	float: right;
}

.columnLeft {
	float: left;
}

.red {
	color: #FF0004;
}

.green {
	color: #1D4600;
}

div.divR {  
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	border: 3px solid #FFDE00;
	padding: 20px 20px 0 20px;
	margin: 10px 0 30px;
}  

/* common
------------------------------------*/

a:link { color: #003399; }
a:visited { color: #003399; }
a:hover { color: #018D57; }
a:active { color: #018D57; }

body{
text-align:center;
line-height:1.8;
color: #424242;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 90%;
}

#header #headerIn {
	width: 980px;
	height: 84px;
	margin: 0 auto;
	padding: 28px 0 0;
}

#header #headerIn h1 {
	float: left;
	width: 437px;
	margin: 0 0 0 10px;
}

#header #headerIn .columnRight {
	width: 356px;
	padding: 36px 10px 0 0;
}

#header #headerIn .columnRight ul li {
	float: left;
	margin: 0;
}

#gNavi {
	width: 980px;
	margin: 0 auto;
}

#gNavi ul li {
	float: left;
}

#container {
	width: 980px;
	margin: 44px auto 0;
	text-align: left;
}

h2 {
	float: left;
	margin: 0 auto 30px;
}
#main {
	width: 676px;
	float: left;
}

#main .cassette {
	background-image: url(../img/cassette_bk01.jpg);
	background-repeat: no-repeat;
	padding: 0 28px 50px;
}

#main div.cassette h3 {
	padding: 25px 0px 20px;
	margin: 0 0 20px;
	border-bottom: 1px dashed #CCCCCC;
}

#main div.cassette h3 span {
	color: #1D4700;
	font-size: 130%;
	padding: 8px 10px;
	margin: 20px 0;
	border-left: 4px solid #018D57;
}

#main div.cassette h4 {
	background-image: url(../img/h4_bg.jpg);
	background-repeat: no-repeat;
	padding: 5px 20px;
	font-size: 130%;
	color: #4C3300;
	margin: 0 0 20px;
}

#main div.cassette h5 {
	background-image: url(../img/h5.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	padding: 0 0 0 20px;
	font-size: 110%;
	margin: 0 0 10px;
	color: #1D4800;
}

#main div.cassette h5.h5Bg {
	background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	padding: 16px;
	font-size: 100%;
	color: #fff;
}

#main div.cassette h6 {
	font-size: 100%;
	color: #1D4800;
	margin: 0 0 10px;
}

#main div.cassette p {
	margin: 0 0 20px;
}

#main div.cassette p.styleP01 {
	margin: 0;
}

#main div.cassette ol {
	padding: 0 0 0 45px;
	margin: 0 0 10px;
}

#main div.cassette ul {
margin: 0 0 30px;
}

#menu {
	float: right;
	width: 260px;
	margin: 7px 10px 50px 0;
}

#menu a {
text-decoration: none;
}

#menu a:link { color: #794D00; }
#menu a:visited { color: #794D00; }
#menu a:hover { color: #018D57; }
#menu a:active { color: #018D57; }

#menu ul {
	margin: 0 0 20px;
}

#menu ul li {
	background-image: url(../img/menu_btn_bk.jpg);
	background-repeat: no-repeat;
	padding: 9px 10px 5px 40px;
    font-size: 95%;
}

#menu ul li:first-child {
	background-image: url(../img/menu_btn01_bk.jpg);
	background-repeat: no-repeat;
	padding: 8px 40px 6px;
}

#menu ul li:last-child {
	background-image: url(../img/menu_btn02_bk.jpg);
	background-repeat: no-repeat;
	padding: 9px 40px 15px;
}
#menu .pamph_box {
    background-color: #F5F2E9;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #794D00;
    position: relative;
}
#menu .pamph_box::after, #menu .pamph_box .bnr01::after, #main .bnr01::after {
    position: absolute;
    content: "";
    width: 240px;
    background: url("../img/common_shadow01.png")no-repeat center center/cover;
    height: 10px;
  bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
#menu .pamph_box .bnr01::after, #main .bnr01::after {
    bottom: -14px;
}
#menu .pamph_box img {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
}
#menu .pamph_box .bnr01, #main .bnr01 {
    max-width: 260px;
    height: 62px;
    background: linear-gradient(#00a364, #007546);
    border: 4px solid #7ed590;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 10px;
    position: relative;
    letter-spacing: 2px;
    text-decoration: none;
}
#main .bnr01 {
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 500;
}
#main .bnr01 span {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
#main .bnr01 span::before {
    position: absolute;
    content: "";
    width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#menu .pamph_box .bnr01:hover, #main .bnr01:hover {
    opacity: 0.6;
}
#menu .pamph_box .bnr01 img {
    max-width: 20px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
}


#footer {
	text-align: center;
	padding: 0;
	margin: 0 auto;
    background-color: #008d58;
}

#footer a:link { color: #fff; }
#footer a:visited { color: #fff; }
#footer a:hover { color: #8FCDB5; }
#footer a:active { color: #8FCDB5; }


#footer a {
text-decoration: none;
}

#footer .footerIn {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}

#footer .footerIn div.columnLeft {
	background-image: url(../img/footer_bg01.jpg);
	background-repeat: repeat-y;
	width: 745px;
	padding: 20px 0px 20px 20px;
}

#footer .footerIn ul.footerUl {
	width: 745px;
	margin: 0 0 20px;
}

#footer .footerIn ul.footerUl li.footerLi {
	float: left;
	font-size: 82%;
	background-image: url(../img/footer_icon01.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 10px;
	margin: 0 15px 0 10px;
}

#footer .footerIn ul.footerUl li.footerLi03 {
	float: left;
	font-size: 82%;
	background-image: url(../img/footer_icon01.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 0px;
	margin: 0 0 0 10px;
}

#footer .footerIn ul.footerUl li.footerLi03 p {
	padding: 0 0 0 10px;
}

#footer .footerIn ul.footerUl li.footerLi02 {
	float: left;
	font-size: 82%;
	padding: 0;
	margin: 21px 5px 0 0px;
}

#footer .footerIn ul.footerUl li.footerLi03 ul li {
	font-size: 100%;
	background-image: url(../img/footer_icon01.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 10px;
}

#footer .footerIn ul.footerUl li.footerLi ul li,
#footer .footerIn ul.footerUl li.footerLi02 ul li,
#footer .footerIn ul.footerUl li.footerLi03 ul li ul li {
	background-image: url(../img/footer_icon02.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	float: none;
	font-size: 90%;
	padding: 0 0 0 7px;
}

#footer .footerIn ul.footerUl li.footerLi04 ul li{
	font-size: 85%;
}

#footer .footerIn div.columnLeft p.copyright {
	margin: 0 10px;
	font-size: 85%;
}

#footer .footerIn ul.columnRight {
	width: 190px;
	line-height: 1;
    background-image: url(../img/footer_img02.jpg);
    background-repeat: repeat-y;
    padding: 0 0 24px;
}

#pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.contentsLayout #header {
	background: url(../../img/contents_headerbg.jpg) repeat-x left top;
}

.contentsLayout #contents {
	background: url(../../img/contents_img01.jpg) no-repeat center top;
}

						/* 【スマートフォン用のスタイル記述】 */
						@media screen and (max-width: 960px) {
							
						}
						
/* .indexLayout
------------------------------------*/

.indexLayout #header {
	height: 799px;
}

.indexLayout #header .bg {
	background-color: #009364;
	color: #FFF;
	padding: 3px;
	margin-bottom: 15px;
}

.indexLayout #header .bg #inner p{
	font-size: 70%;
}

.indexLayout #header .bg #inner{
	background: none;
}

.indexLayout #header #inner{
	background: url(../../img/index_bg01.jpg) no-repeat center top;
}

.indexLayout #header #headerIn {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
}

.indexLayout #header #headerIn .columnRight {
    padding: 16px 10px 0 0;
    width: 90px;
}

.indexLayout #header #headerIn .columnLeft {
    padding: 0;
    width: 763px;
	text-align: right;
}

.indexLayout #header .main {
	width: 960px;
	margin: 0 auto;
	padding-top: 120px;
}

.indexLayout #header #inner .main .box01 {
	position: relative;
}

.indexLayout #header #inner .main .box01 img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.indexLayout #header .main ul li {
	float: left;
}

.indexLayout #header .main ul li a {
	display: block;
	width: 240px;
	height: 250px;
}

.indexLayout #contents {
	background: url(../../img/index_bg02.jpg) no-repeat center top;
	padding-top: 30px;
}

.indexLayout #contents #container {
    margin: 0 auto;
}

.indexLayout #contents #container #main {
	margin: 30px 0 0;
	padding: 0 0 0 10px;
	width: 960px;
}

.indexLayout #contents #container #main .listbox01{
	margin-bottom: 40px;
}

.indexLayout #contents #container #main .listbox01 li,
.indexLayout #contents #container #main .cassette{
	float: left;
	margin-right: 40px;
}

.indexLayout #contents #container #main .listbox01 li:last-child,
.indexLayout #contents #container #main .cassette .listbox02:last-of-type,
.indexLayout #contents #container #main #c02,
.indexLayout #contents #container #main .ctnBtn01 .listbox01 li:last-child{
	margin-right: 0;
}
.indexLayout #contents #container #main .bnr_box {
    margin-bottom: 40px;
    position: relative;
}
.indexLayout #contents #container #main .bnr_box::after {
    position: absolute;
  content: "";
  width: 550px;
  background: url("../img/common_shadow01.png")no-repeat center center/cover;
  height: 20px;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% auto;
    opacity: 0.8;
}
.indexLayout #contents #container #main .bnr_box:hover {
    opacity: 0.4;
}


.indexLayout #contents #container #main .cassette {
	background-image: url(../../img/index_bg03.jpg);
	background-repeat: no-repeat;
	height: 385px;
	width: 460px;
	padding: 0;
	margin-bottom: 30px;
}


.indexLayout #contents #container #main .cassette h3.indexH3 {
	float: left;
	font-size: 180%;
	color: #1d4700;
	width: 250px;
	border-bottom: 0px;
    margin: 0;
    padding: 10px 0 0 25px;
}

.indexLayout #contents #container #main #c02.cassette  h3.indexH3{
	width: 270px;
}

.indexLayout #contents #container #main div.cassette h3.indexH3 span {
    border-left: 0px;
    color: #6BB839;
    font-size: 70%;
    margin: 20px 0;
    padding: 8px 10px;
}

.indexLayout #contents #container #main div.cassette p.columnRight {
	width: 106px;
	padding: 25px 45px 0 0;
}
.indexLayout #contents #container #main #c02.cassette p.columnRight{
    padding: 25px 30px 0 0;
}

.indexLayout #contents #container #main .cassette .listbox02{
	width: 435px;
	padding-left: 25px;
}

.indexLayout #contents #container #main .cassette .listbox03{
	padding: 0 20px;
}

.indexLayout #contents #container #main .ctnBtn01 .listbox01 li{
	margin-right: 25px;
}

.indexLayout #contents #container #main .cassette ul{
	width: 420px;
}

.indexLayout #contents #container #main .cassette ul li {
	background-image: url(../img/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 15px 8px;
}

.indexLayout #contents #container #main .cassette ul li span.columnRight {
	width: 290px;
}

.indexLayout #contents #container #main .cassette ul li span.columnLeft {
	color: #018D57;
	width: 100px;
}
/* 200218 日付を削除のため、変更------------------------------------*/
.indexLayout #contents #container #main .cassette ul li span.columnLeft {
	width: 100%;
}
/* // 200218 日付を削除のため、変更------------------------------------*/

.indexLayout #contents #container #menu {
	width: 270px;
	margin: 35px 5px 35px 0;
}

.indexLayout #contents #container #menu p.menuP {
	display:inline-block;
	padding: 0px 10px;
	background-color: #FF5B6B;
	color: #fff;
	font-size: 90%;
	line-height: 1.6;
	position: relative; top: 68px; left: 20px; z-index: 2;
}

.indexLayout #contents #container #menu div {
	background-image: url(../../img/index_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 57px;
	margin: 0 0 5px;
	position: relative; top: -26px; z-index: 1;
}

.indexLayout #contents #container #menu div p img {
	padding: 12px 27px 0;
}

.indexLayout #contents #container #menu div p.menuP2 {
	background-image: url(../../img/menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 27px 18px;
	padding: 10px 5px 20px 38px;
	color: #794D00;
}

.indexLayout #contents #container #menu p.menuP3 {
	margin: 0 5px;
}

/* indexListLayout
------------------------------------*/

.indexListLayout #main div.cassette {
	background-image: none;
	padding: 5px 0px 50px;
}

.indexListLayout #main div.cassette ul li {
	background-image: url(../img/index_bg.jpg);
	background-repeat: no-repeat;
	width: 290px;
	height: 120px;
	padding: 15px;
	margin: 0 8px 15px;
	font-size: 80%;
	float: left;
}

.indexListLayout #main div.cassette ul li a {
	text-decoration: none;
}

.indexListLayout #main div.cassette ul li a:link {color: #333333;}
.indexListLayout #main div.cassette ul li a:visited { color: #333333; }

.indexListLayout #main div.cassette ul li span.columnLeft,
.indexListLayout #main div.cassette ul li span.columnLeft2 {
	float: left;
	width: 140px;
	height: 58px;
	background-image: url(../img/icon02.gif);
	background-repeat: no-repeat;
	background-position: 0 35px;
	color: #794C00;
	font-size: 170%;
	margin: 0;
	line-height: 1.2;
}

.indexListLayout #main div.cassette ul li span.columnLeft {
	padding: 27px 5px 0 15px;
}

.indexListLayout #main div.cassette ul li span.columnLeft2 {
	padding: 17px 5px 10px 15px;
}

.indexListLayout #main div.cassette ul li span.columnRight {
	width: 130px;
	height: 85px;
	margin: 0;
}

/* aboutIndexLayout
------------------------------------*/

.aboutIndexLayout #main div.cassette ul li{
	background-image: none;
	padding: 0 15px;
}

.aboutIndexLayout #container #main .cassette ul li p{
	background-image: url(../img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 320px;
	color: #794C00;
	font-size: 170%;
	line-height: 1.2;
	padding: 15px;
	margin-bottom: 5px;
}
.aboutIndexLayout #container #main .cassette ul li p::before{
	content: url(../img/icon02.gif);
	padding-right: 8px;
}

/* aboutLayout
------------------------------------*/

.aboutLayout {
background-image: url(../../about/img/main_img.jpg);
background-repeat: no-repeat;
background-position: center 139px;
}

/* aboutCommitteeLayout
------------------------------------*/
.aboutCommitteeLayout #container #main .cassette .text01,.aboutMemberLayout .text01{
	text-align: right;
}

.aboutCommitteeLayout #container #main .cassette table:last-of-type{
	margin: 0;
}
.aboutCommitteeLayout #container #main .bor_box01{
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
}
.aboutCommitteeLayout #container #main h4, .aboutCommitteeLayout #container #main .text01{
    margin: 0 0 10px;
}
.aboutCommitteeLayout #container #main table{
    margin: 0 0 50px;
}
.aboutCommitteeLayout #container #main table td:last-child{
    min-width: 340px;
}


/* aboutAdmissionLayout
------------------------------------*/
.aboutAdmissionLayout #container #main #c02 .icon {
    color: #fff;
    font-size: 85%;
    display: inline-block;
    width: 100%;
    max-width: 50px;
    padding: 0;
    text-align: center;
    background-color: #B20002;
    border-radius: 5px;
    margin-right: 6px;
}
.aboutAdmissionLayout #container #main #c02 .alert-danger {
    color: #B20002;
    border: 1px solid #B20002;
    background-color: #F8E9E9;
    margin: 10px 0;
    padding: 0 10px;
}
.aboutAdmissionLayout #container #main #c02 .nini {
    background-color: #747474;
}
.aboutAdmissionLayout #container #main #c02 th {
    text-align: left;
    width: 35%;
}
.aboutAdmissionLayout #container #main #c02 td {
    width: 65%;
}
.aboutAdmissionLayout #container #main #c02 .form-check-input {
    display: inline-block;
    margin-right: 5px;
}
.aboutAdmissionLayout #container #main #c02 .form-control {
    font-size: 105%;
    padding: 5px 2px;
    width: 98%;
}
.aboutAdmissionLayout #container #main #c02 #zipcode01,
.aboutAdmissionLayout #container #main #c02 #zipcode02 {
    width: 30%;
    display: inline-block;
}
.aboutAdmissionLayout #container #main #c02 #zipcode01 {
    margin-right: 5px;
}
.aboutAdmissionLayout #container #main #c02 #zipcode02 {
    margin-left: 5px;
}
.aboutAdmissionLayout #container #main #c02 td .ttl {
    margin-top: 10px;
    margin-bottom: 0;
}
.aboutAdmissionLayout #container #main #c02 .btn {
    display: block;
    max-width: 200px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    margin: 0 auto;
    background-color: #008d58;
    border: none;
    font-size: 105%;
    font-weight: bold;
    letter-spacing: 1.5px;
    border-radius: 10px;
}
.aboutAdmissionLayout #container #main #c02 .flex_btn {
    display: flex;
    justify-content: space-around;
}


/* actionLayout
------------------------------------*/

.actionLayout {
background-image: url(../../action/img/main_img.jpg);
background-repeat: no-repeat;
background-position: center 139px;
}

/* actionIndexLayout
------------------------------------*/

.actionIndexLayout #main div.cassette ul li{
	background-image: none;
	padding: 0 15px;
}

.actionIndexLayout #container #main .cassette ul li p{
	background-image: url(../img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 320px;
	color: #794C00;
	font-size: 170%;
	line-height: 1.2;
	padding: 15px;
	margin-bottom: 5px;
}
.actionIndexLayout #container #main .cassette ul li:nth-child(4) p,
.administrativeIndexLayout #container #main .cassette .green_box ul li:nth-child(1) p{
    font-size: 160%;
}
.actionIndexLayout #container #main .cassette ul li p::before{
	content: url(../img/icon02.gif);
	padding-right: 8px;
}

/* actionReleaseLayout
------------------------------------*/
.actionReleaseLayout #main div.cassette h5.h5Bg{
    padding: 18px 8px;
	font-size: 90%;
}


.actionParkLayout #main div.cassette ul li {
	float: left;
	margin: 5px;
}

/* actionTrailerhouseLayout
------------------------------------*/
.actionTrailerhouseLayout #main div.cassette .flex {
    display: flex;
}
.actionTrailerhouseLayout #main div.cassette .flex > p:not(:last-child) {
    margin-right: 20px;
    width: 48%;
    max-width: 260px;
}



/* caseIndexLayout
------------------------------------*/
.caseIndexLayout #main div.cassette ul li{
	background-image: none;
	padding: 0 15px;
}

.caseIndexLayout #container #main .cassette ul li p{
	background-image: url(../img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 320px;
	color: #794C00;
	font-size: 170%;
	line-height: 1.2;
	padding: 15px;
	margin-bottom: 5px;
}
.caseIndexLayout #container #main .cassette ul li p::before{
	content: url(../img/icon02.gif);
	padding-right: 8px;
}

/* caseLayout
------------------------------------*/

.caseLayout {
background-image: url(../../case_img/main_img.jpg);
background-repeat: no-repeat;
background-position: center 139px;
}

.caseLayout #main .list {
	padding: 0 20px 50px;
}

.caseLayout #main div.list h3 {
	padding: 25px 0px 20px;
	margin: 0 10px 20px;
}

.caseLayout #main .list ul {
	margin: 0 0 20px;
}

.caseLayout #main .list ul li {
	background-image: url(../../case_img/list_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 270px;
	margin: 0 10px 10px;
	padding: 14px 14px;
}

.caseLayout #main .list ul li a {
    text-decoration: none;
}

.caseLayout #main .list ul li img {
	margin: 0 0 5px;
}

.caseLayout #main .list ul li span {
	background-image: url(../img/icon02.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 11px;
	font-size: 98%;
	color: #794C00;
}

.caseLayout #main ul.ulIn {
	display: block;
	margin: 0 0 20px 0;
}

.caseLayout #main ul.ulIn li {
	float: left;
	margin: 0 15px 0 3px;
}

.caseLayout #main ul.ulIn li.lust {
	margin: 0 0 0 2px;
}

.caseLayout #main table {
	margin: 0 0 50px;
}

/* eventLayout
------------------------------------*/

.eventLayout {
background-image: url(../../event_img/main_img.jpg);
background-repeat: no-repeat;
background-position: center 139px;
}

.eventLayout #main div.cassette div.divEvent {
	border-bottom: 1px dashed #cccccc;
	margin: 20px 0;
}

.eventLayout #main div.cassette h4 {
	background-image: url(../img/h4_bg2.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
	font-size: 130%;
	color: #4E3300;
	margin: 0 0 10px;
}

.eventLayout #main div.cassette .columnLeft {
	width: 320px;
}

.eventLayout #main div.cassette .columnRight {
	width: 280px;
}

.eventLayout #main div.cassette .divEvent .columnLeft {
	width: 400px;
}

.eventLayout #main div.cassette .divEvent .columnRight {
	width: 200px;
}

.eventLayout #main div.cassette tr th {
	background-color:#FF5A6B;
	border: none;
	border-bottom: 10px solid #fff;
	padding: 0;
	color: #fff;
	text-align: center;
}

.eventLayout #main div.cassette tr td {
	border: none;
	border-bottom: 10px solid #fff;
	padding: 0 15px;
}

/* otherLayout
------------------------------------*/

.otherLayout #main div.cassette ul li{
	background-image: none;
	padding: 0 15px;
}

.otherLayout #container #main .cassette ul li p{
	background-image: url(../img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 320px;
	color: #794C00;
	font-size: 170%;
	line-height: 1.2;
	padding: 15px;
	margin-bottom: 5px;
}
.otherLayout #container #main .cassette ul li p::before{
	content: url(../img/icon02.gif);
	padding-right: 8px;
}

.otherLayout {
	background-image: url(../../other/img/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center 139px;
}

/* otherFaqLayout
------------------------------------*/

.otherFaqLayout #main div.cassette2,
.actionTrailerhouseFaqLayout #main div.cassette2{
	background-image: none;
	padding: 0 28px 50px;
}

.otherFaqLayout #main div.cassette2 h4 ,
.actionTrailerhouseFaqLayout #main div.cassette2 h4 {
	background-image: url(../../other/img/h4_q.jpg);
	background-repeat: no-repeat;
	padding: 7px 0 7px 38px;
	font-size: 115%;
	color: #4C3300;
	margin: 0 0 5px;
}

.otherFaqLayout #main div.cassette2 h4.h4faq,
.actionTrailerhouseFaqLayout #main div.cassette2 h4.h4faq{
	background-image: url(../../other/img/h4_a.jpg);
	background-position: 7px 12px;
	padding: 8px 0 0 38px;
	color: #FF5A6B;
	font-size: 100%;
	margin: 0;
}

.otherFaqLayout #main div.cassette2 p,
.actionTrailerhouseFaqLayout #main div.cassette2 p{
	padding: 10px 0 10px 38px;
	margin: 0 0 20px;
}

.otherFaqLayout #main div.cassette2 ol,
.actionTrailerhouseFaqLayout #main div.cassette2 ol{
	padding: 10px 0 10px 60px;
}

.otherFaqLayout #main div.cassette ul li,
.actionTrailerhouseFaqLayout #main div.cassette ul li{
	background-image: url(../../other/img/faq_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 20px;
	line-height: 2;
}

/* privacyLayout
------------------------------------*/

.privacyLayout {
	background-image: url(../../other/img/privacy/contents_img01.jpg);
	background-repeat: no-repeat;
	background-position: center 139px;
}

/* otherRvLayout
------------------------------------*/

.otherRvLayout #main div.cassette ul li {
	float: left;
	margin: 5px;
}

/* newsLayout
------------------------------------*/

.newsLayout {
	background-image: url(../../news_img/contents_img01.jpg);
	background-repeat: no-repeat;
	background-position: center 139px;
}

.newsLayout #main div.cassette ul li {
	background-image: url("../img/icon02.gif");
    background-position: 15px 22px;
    background-repeat: no-repeat;
    padding: 15px 30px;
	border-bottom: 1px dashed #cccccc;
}

.newsLayout #main div.cassette ul li span.columnLeft {
	width: 100px;
}

.newsLayout #main div.cassette ul li span.columnRight {
	width: 420px;
}

.newsLayout #main div.cassette h3 span.columnRight {
	float: right;
	width: 100px;
	border-left: 0px;
	font-size: 90%;
	margin: 10px 0;
	padding: 0;
}

.newsLayout #main div.cassette .navigation .wp-paginate{
	list-style-type: none;
	text-align: center;
}

.newsLayout #main div.cassette .navigation .wp-paginate li{
	padding: 5px 10px;
	margin-right: 10px;
	line-height: 2em;
	display: inline-block;
}

/* contactLayout
------------------------------------*/

.contactLayout {
	background-image: url(../../other/img/contents_img01.jpg);
	background-repeat: no-repeat;
	background-position: center 139px;
}

.contactLayout #main div.cassette ul li {
	border-bottom: 1px dashed #cccccc;
	background-image: url(../img/icon02.gif);
	background-repeat: no-repeat;
	background-position: 5px 28px;
	padding: 0 0 0 10px;
}

.contactLayout #main div.cassette ul li span.columnLeft {
	width: 120px;
	padding: 10px;
	margin: 10px 0;
}

.contactLayout #main div.cassette ul li span.columnRight {
	width: 400px;
	padding: 10px;
	margin: 10px 0;
}

element.style {
    border: 3px double #FF0000;
    color: #FF0000;
    padding: 10px 20px;
}
.contactLayout #main div.cassette .g-recaptcha > div {
    margin: 0 auto 30px;
}



/* administrativeIndexLayout
------------------------------------*/

.administrativeIndexLayout #main div.cassette{
	padding-bottom: 30px;
}

.administrativeIndexLayout #main div.cassette:last-of-type{
	padding-bottom: 60px;
}

.administrativeIndexLayout #main .cassette .clearfix{
	margin: 0;
}

.administrativeIndexLayout #main div.cassette ul li{
	background-image: none;
	padding: 0;
	height: 60px;
	width: 320px;
}

.administrativeIndexLayout #container #main .cassette ul li p{
	background-image: url(../img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 320px;
	color: #794C00;
	font-size: 170%;
	line-height: 1.2;
	padding: 15px;
	margin-bottom: 5px;
}
.administrativeIndexLayout #container #main .cassette ul li p::before{
	content: url(../img/icon02.gif);
	padding-right: 8px;
}
.administrativeIndexLayout #container #main .cassette ul .trailerhouse_btn{
    width: 656px;
}
.administrativeIndexLayout #container #main .cassette ul .trailerhouse_btn p{
    width: 656px;
    padding: 15px;
    background-image: url("../../administrative/img/title_bg01.jpg");
}

/* administrativeLayout
------------------------------------*/

.administrativeLayout {
background-image: url(../../administrative/img/main_img.jpg);
background-repeat: no-repeat;
background-position: center 139px;
}

/* generalIndexLayout
------------------------------------*/

.generalIndexLayout #main div.cassette{
	padding-bottom: 30px;
}

.generalIndexLayout #main div.cassette:last-of-type{
	padding-bottom: 60px;
}

.generalIndexLayout #main .cassette .clearfix{
	margin: 0;
}

.generalIndexLayout #main div.cassette ul li{
	background-image: none;
	padding: 0;
	height: 60px;
	width: 320px;
}

.generalIndexLayout #container #main .cassette ul li p{
	background-image: url(../img/title_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 320px;
	color: #794C00;
	font-size: 170%;
	line-height: 1.2;
	padding: 15px;
	margin-bottom: 5px;
}
.generalIndexLayout #container #main .cassette ul li p::before{
	content: url(../img/icon02.gif);
	padding-right: 8px;
}

/* generalLayout
------------------------------------*/

.generalLayout {
background-image: url(../../general/img/main_img.jpg);
background-repeat: no-repeat;
background-position: center 139px;
}

/* clearfix
------------------------------------*/

#header:after,
#container:after,
#contents:after,
#footer:after,
#footer ul:after,
.cassette:after,
.cassette2:after,
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */