@charset "utf-8";
::-moz-selection { background: #EEEDEA; color: #000; text-shadow: none; }
::selection      { background: #EEEDEA; color: #000; text-shadow: none; }


/* mod_message
-----------------------------------------*/
#first {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../../img/main/50th/ai.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#first .text {
	margin: 50px 0;
}


h1{
	font-size: 250%;
	line-height: 1.2em;
	color: #003366;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

section h2{
	background-color: #1C2D42;
	font-size: 180%;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	behavior: url(/img/PIE.htc);
	color: #FFFFFF;
	line-height: 1.2em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
section h3{
	background-image: url(../../img/common/line_001.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 180%;
	line-height: 1.2em;
	color: #486849;
}
section h4{
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 15px;
	font-size: 130%;
	line-height: 1.2em;
	color: #333366;
}


section.top h1{
	font-size: 250%;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 0.5em;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
section.top h1 span{
	font-size: 35%;
	line-height: normal;
	position: relative;
	font-weight: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "�q���M�m�p�S ProN W3", Hiragino Kaku Gothic ProN, Arial, "���C���I", Meiryo, sans-serif;
}

section.top h1 span:before,section h1 span:after{
	content:"";
	width: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	position: absolute;
	left: -30px;
	top: 50%;
}
section.top h1 span:after{
	left: auto;
	right: -30px;
}

@media only screen and (max-width: 768px) {
h1{
	font-size: 180%;
}
section h2{
	font-size: 150%;
}
section h3{
	font-size: 130%;
}
}


a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


.big_14{
	font-size: font-size: 14px;
	font-size: 1.4rem; /* =14px */
}
.big_120{
	font-size: 150%;
	line-height: normal;
}

.big_150{
	font-size: 150%;
	line-height: normal;
}
.date_number{
	font-size: 250%;
	line-height: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #663300;
}
.small_80{
	font-size: 80%;
	line-height: normal;
	font-weight: normal;
}


.color_orange{
	color: #FF6600;
}

.uline_y{
      background: linear-gradient(transparent 60%, yellow 30%);
      display: inline-block;
}



dl.file_dl dd,ol.file_dl li{
	margin-top: 0.5em;
	margin-bottom: 2em;
	font-size: 110%;
	line-height: normal;
	font-weight: bold;
}

dl.file_dl i,ol.file_dl i{
	font-size: 140%;
	color: #996600;
	line-height: normal;
	margin-right: 0.2em;
}
dl.file_dl a:visited,ol.file_dl a:visited{
color:transparent;
}


.slide div.s_cap{
	font-size: font-size: 50px;
	font-size: 5rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 5px;
	width: 100%;
	z-index: 9999;
}
.slider_facility,.slider_child{
	height: 400px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.slider_sub{
	height: 200px;
	width: 750px;
}

.img_right{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}





/*�X�N���[��TOP*/
#pagetop {
	height: 150px;
	width: 200px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	cursor: pointer;
	cursor: hand;
	background-image: url(../../img/common/universe/up.png);
}
#pagetop a {
	height: 200px;
	width: 150px;
	display: block;
}
#pagetop.off a.go01,#pagetop.up a.go01 {
	background-image: url(../../img/common/universe/up.png);
}
#pagetop.on a.go01 {
	background-image: url(../../img/common/universe/up.png);
}

#pagetop.off a.go02,#pagetop.up a.go02 {
	background-image: url(../../img/common/universe/up.png);
}
#pagetop.on a.go02 {
	background-image: url(../../img/common/universe/up.png);
}

#pagetop.off a.go03,#pagetop.up a.go03 {
	background-image: url(../../img/common/universe/up.png);
}
#pagetop.on a.go03 {
	background-image: url(../../img/common/universe/up.png);
}


@media only screen and (max-width: 768px) {
#pagetop {
	bottom: -20px;
}
}


/*index*/
ul.topics{
	list-style-type: none;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul.topics li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
ul.topics li a{
	color: #336633;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
}
ul.topics li a:hover{
	color: #663300;
	background-color: #E7EBDC;
}



blockquote{

    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(/img/PIE.htc);
	font-size: 120%;
	line-height: 1.4em;
	color: #556626;
	border: 4px double #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
blockquote dl{
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
blockquote dl dt{
	color: #663300;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 120%;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
blockquote dl dd{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

blockquote.block {
	color: #663300;
	padding: 20px;
	border: 2px dashed rgba(255,255,255,0.5);
	border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	box-shadow: 0 0 0 5px #E5DBC0, 0 2px 3px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 0 5px #E5DBC0, 0 2px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 0 5px #E5DBC0, 0 2px 3px 5px rgba(0,0,0,0.5);
	behavior: url(/img/PIE.htc);
	background-color: #E5DBC0;
	background-image: url(../../img/cut/recruit/back.jpg);
	background-repeat: repeat;
	overflow: hidden;
}

a {
        text-decoration:none;
}
ul#menu, ul.sub_menu{
        list-style:none;
        margin:0;
        padding:0;
}
 
#menu{
        width:200px;
        margin:10px;
        border:1px solid #e5e4e6;
        border-bottom:none;        
}
.main_menu{
        background:#f4b3c2;
        color:#a22041;
        font-size:11pt;
        font-weight:bold;
        padding:13px 10px 0;
        margin:-1px 0 0 -1px;
        cursor:pointer;
        width:180px;
        height:35px;
        border:1px solid #e5e4e6;
}
.sub_menu li{
        background:#dcd3b2;       
        padding:13px 10px 0;
        border:1px solid #e5e4e6;
        font-size:11pt;
        font-weight:bold;
        width:180px;
        height:35px;
        margin:-1px 0 0 -1px;
}
.sub_menu li a{
        color:#9e9478;
        display:block;
}
.main_menu img.rotate {
        transform: rotate(90deg);
}


#map{
	height: 400px;
	width: 680px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
@media only screen and (max-width: 768px) {
#map{
	height: 250px;
	width: 100%;
}
}




dl{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
dl dt{
	font-size: 120%;
	font-weight: bold;
	color: #663300;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #663300;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
dl dd{
	margin-left: 20px;
	margin-bottom: 5px;
}

table td dl{
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

ul.btn{
	list-style-type: none;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
ul.btn li{
	clear: right;
	float: left;
	margin-bottom: 5px;
	width: 50%;
	margin-top: 5px;
	text-align: center;
}
ul.btn li img{
	margin-right: 10px;
	margin-left: 10px;
}
ul.btn li p{
	text-align: center;
	padding: 0px;
	margin-top: 5px;
}


.videos figure {
    display: inline-block;
    margin: 0px 1% 7px 0px;
	width:32%;
	position:relative;
}
.videos figure img{
    display: block;
    margin: 0px;
	width:100%;
}
.videos figcaption {
	font-size: 0.9em;
	text-align: center;
	background: rgba(255,255,255,0.8);
	position:absolute;
	bottom:0;
	width:100%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color:#000000;
}
.videos a:link figcaption,.videos a:visited figcaption{
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	font-size:110%;
}

@media only screen and (max-width: 768px) {
.videos figure {
	width:48%;
}

}

/*�^�u*/
.tab_area{
	overflow:hidden;
	display:table;
	margin:0;
	color: #FFFFFF;
	width: 100%;
	padding: 0px;
	font-weight: bold;
    }
     
.tab_area li{
	text-align:center;
	cursor: pointer;
	vertical-align:middle;
	display:table-cell;
	color:#FFFFFF;
	background-color:#1C2D42;
	width: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #909090;
	border-right-color: #909090;
	border-bottom-color: #909090;
	border-left-color: #909090;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
    }
     
.all_area {
	overflow: hidden;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    }
     
.all_area div.content_area{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
    }
 
.tab_area li.select{
	/*�A�N�e�B�u�^�u�̑���*/
    background-color:#FFFFFF;
	color:#336600;
	border-bottom-style: none;
    }
.board li.select{
	color:#422100;
	border-bottom-style: none;
	background-image: url(../../img/cut/board.jpg);
    }

     
.hide{display:none;}


/*���*/
.daily_back{
	background-image: url(../../img/cut/daily/back.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
dl#daily{
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	float: none;
}
dl#daily dt{
	clear: right;
	float: left;
	height: 310px;
	width: 390px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
dl#daily dd{
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(/img/PIE.htc);
	border: 2px solid #633C13;
	margin-top: 40px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: relative;
	clear: right;
	float: left;
	width: 260px;
	background-color: #FFFFFF;
}
dl#daily dd h2{
	text-align: center;
	margin-top: 0px;
}
dl.daily_r dt{
	padding-left: 50px;
}
dl.daily_r dd .huki{
	background-image: url(../../img/cut/daily/huki_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
	width: 20px;
	position: absolute;
	top: 20px;
	right: -18px;
}
dl.daily_l dt{
	padding-right: 50px;
}
dl.daily_l dd .huki{
	background-image: url(../../img/cut/daily/huki_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 20px;
	position: absolute;
	top: 20px;
	left: -18px;
}
dl.daily_r dd .ashi{
	background-image: url(../../img/cut/daily/ashi_r.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 80px;
	bottom: -70px;
	position: absolute;
	left: 10px;
	z-index: 10;
}
dl.daily_l dd .ashi{
	background-image: url(../../img/cut/daily/ashi_l.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 80px;
	bottom: -70px;
	position: absolute;
	right: 10px;
	z-index: 10;
}
/*�N��*/
ul.year_event{
	width: 350px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	color: #60300A;
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.year_zu001,.year_zu003,.year_zu005,.year_zu007{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 350px;
	height: 240px;
	text-align: left;
	padding-top: 20px;
}
.year_zu002,.year_zu004,.year_zu006{
	background-repeat: no-repeat;
	background-position: right top;
	height: 260px;
	padding-right: 350px;
	text-align: right;
	padding-left: 0px;
	padding-top: 20px;
}
.year_zu001{
	background-image: url(../../img/cut/year/zu101.png);
	height: 125px;
}
.year_zu002{
	background-image: url(../../img/cut/year/zu102.png);
}
.year_zu003{
	background-image: url(../../img/cut/year/zu103.png);
}
.year_zu004{
	background-image: url(../../img/cut/year/zu104.png);
}
.year_zu005{
	background-image: url(../../img/cut/year/zu105.png);
}
.year_zu006{
	background-image: url(../../img/cut/year/zu106.png);
}
.year_zu007{
	background-image: url(../../img/cut/year/zu107.png);
}


ul.year_event li{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	line-height: 1.2em;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #996600;
	font-size: 120%;
	font-weight: bold;
	color: #330000;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul.y_05,ul.y_06,ul.y_09,ul.y_10,ul.y_01,ul.y_02{
	background-position: right top;
	padding-right: 80px;
	padding-left: 0px;
}
.y_04{
	background-image: url(../../img/cut/year/04.png);
}
.y_05{
	background-image: url(../../img/cut/year/05.png);
}
.y_06{
	background-image: url(../../img/cut/year/06.png);
}
.y_07{
	background-image: url(../../img/cut/year/07.png);
}
.y_08{
	background-image: url(../../img/cut/year/08.png);
}
.y_09{
	background-image: url(../../img/cut/year/09.png);
}
.y_10{
	background-image: url(../../img/cut/year/10.png);
}
.y_11{
	background-image: url(../../img/cut/year/11.png);
}
.y_12{
	background-image: url(../../img/cut/year/12.png);
}
.y_01{
	background-image: url(../../img/cut/year/01.png);
}
.y_02{
	background-image: url(../../img/cut/year/02.png);
}
.y_03{
	background-image: url(../../img/cut/year/03.png);
}


.board{
	background-image: url(../../img/cut/board.jpg);
	background-repeat: repeat;
}
@media only screen and (max-width: 768px) {
ul.year_event{
	width: 70%;

}
.year_zu001,.year_zu003,.year_zu005,.year_zu007,.year_zu002,.year_zu004,.year_zu006{
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
}
dl#daily,dl#daily dt,dl#daily dd{
width:90%;
}
}

.menu_month{
	padding-right: 300px;
}
@media only screen and (max-width: 768px) {
.menu_month{
	display:none;
}
}
.menu_month_01,.menu_month_02,.menu_month_03,.menu_month_04,.menu_month_05,.menu_month_06,
.menu_month_07,.menu_month_08,.menu_month_09,.menu_month_10,.menu_month_11,.menu_month_12{
	background-repeat: no-repeat;
	background-position: right 30px;
}

.menu_month_01{
	background-image: url(../../img/common/month/01.jpg);
}
.menu_month_02{
	background-image: url(../../img/common/month/02.jpg);
}
.menu_month_03{
	background-image: url(../../img/common/month/03.jpg);
}
.menu_month_04{
	background-image: url(../../img/common/month/04.jpg);
}
.menu_month_05{
	background-image: url(../../img/common/month/05.jpg);
}
.menu_month_06{
	background-image: url(../../img/common/month/06.jpg);
}
.menu_month_07{
	background-image: url(../../img/common/month/07.jpg);
}
.menu_month_08{
	background-image: url(../../img/common/month/08.jpg);
}
.menu_month_09{
	background-image: url(../../img/common/month/09.jpg);
}
.menu_month_10{
	background-image: url(../../img/common/month/10.jpg);
}
.menu_month_11{
	background-image: url(../../img/common/month/11.jpg);
}
.menu_month_12{
	background-image: url(../../img/common/month/12.jpg);
}




/*�X���C�_�[*/
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
 
.wideslider ul li img {
	width: 100%;
	display: none;
	margin: 0px;
	padding: 0px;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {
	background-color: #fff;
	background-image: url(../../img/index/slide/prev.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.slider_next {background: #fff url(../../img/index/slide/next.png) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
.catch{
	position: absolute;
	z-index: 99;
	text-align: center;
	width: 100%;
	bottom: 0px;
	background-image: url(../../img/index/slide/catch.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 768px) {
.catch{
height:300px;
background-size:auto 15%;
}
}




/* ------------------------------
   loopSlide
------------------------------ */
.loopslider {
	width: 100%;
	height: 480px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-image: url(../../img/index/50th/back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.loopslider ul {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.loopslider ul li {
	width: 500px;
	height: 480px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}


/* =======================================
	ClearFixElements
======================================= */
.loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.loopslider ul {
	display: inline-block;
	overflow: hidden;
}
.loop_k{
	position: absolute;
	bottom: 10px;
	z-index: 99;
	right: 20%;
}



/* list styles */
ul#listdisplay {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}


#listdisplay li {
	display: block;
	float: left;
	border: 0;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.listimg .date {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 30px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#listdisplay li a img {
	display: block;
	float: none;
	margin-bottom: 4px;
	width: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#listdisplay li .innercontent {
  display: block;
}
#listdisplay li .innercontent h4 {
  display: block;
}
.innercontent table{
  display: none;
}
#listdisplay li .innercontent .date {
  display: none;
}
#listdisplay.listview li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#listdisplay.listview li a img {
	display:none;
}

#listdisplay.listview li .innercontent h4 {
}
#listdisplay.listview li .innercontent table {
	display: inline;
}
.none{
	display:none;
}


/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
