@charset "UTF-8";
/* CSS Document */
.entryTemplete {
	margin-top:-23px;
}
.entryTemplete .entryBlock {
	margin-bottom:40px;
}
.entryTemplete .mainTitle {
	margin-bottom:30px;
	padding-bottom:2px;
	border-bottom:dotted 1px #000;
	font-size:1.5rem;
	font-weight:bold;
}

.entryTemplete .subTitle {
	margin-bottom:20px;
	padding-bottom:2px;
	border-bottom:dotted 1px #000;
	font-weight:bold;
	font-size:1.3rem;
}
.entryTemplete .smallTitle {
	margin-bottom:2px;
	font-size:1.1rem;
}

.entryTemplete .mainVisual {
	text-align:center;
	margin-bottom:10px;
}
.entryTemplete p {
	margin-bottom:8px;
	line-height:1.8;
	word-break: break-all;
}
.entryTemplete .essentialPoint {}
.entryTemplete .essentialPoint dt {
	margin-bottom:5px;
	font-weight:bold;
	font-size:1.1rem;
}
.entryTemplete .essentialPoint dd {
	margin-bottom:20px;
}
.entryTemplete .essentialPoint dd .essentialNoteList li {
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
}
.entryTemplete .essentialPoint dd .essentialNoteList li:last-child {
	margin-bottom:0;
}

.entryTemplete .essentialPointPic {
	margin-bottom:20px;
}
.entryTemplete .essentialPointPic dt {
	width:200px;
	float:left;
}
.entryTemplete .essentialPointPic dt img {
	width:100%;
}
.entryTemplete .essentialPointPic dd {
	margin-left:210px;
}


.entryTemplete .linkBtn {
	display:inline-block;
	padding:5px 30px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	transition: 0.5s;
	border-radius: 10px;
	background: #7529A3;
}
.entryTemplete .linkBtn:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;
}

/*まつやま活性化コンテスト*/
.entryTemplete .tblContest {
	width:100%;
}
.entryTemplete .tblContest th,
.entryTemplete .tblContest td {
	padding:5px;
	border:solid 1px #CCC;
	vertical-align:top;
	font-size:12px;
}
.entryTemplete .tblContest thead th {
	background:#ffeeee;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

/* 2016年新入会員紹介 */
.entryTemplete .newMemberTemplate {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.entryTemplete .newMemberTemplate .memberDetail {
	width:330px;
	box-sizing:border-box;
	padding:12px;
	margin-bottom:16px;
}

	.entryTemplete .newMemberTemplate .memberDetail figure {
		margin-bottom:10px;
	}
	.entryTemplete .newMemberTemplate .memberDetail dt {
		margin-bottom:10px;
	}
	.entryTemplete .newMemberTemplate .memberDetail dt b {
		margin-right:12px;
		font-size:12px;
	}
	.entryTemplete .newMemberTemplate .memberDetail dt strong {
		font-size:20px;
	}
	.entryTemplete .newMemberTemplate .memberDetail dt strong rt {
		font-weight:normal;
	}
	.entryTemplete .newMemberTemplate .memberDetail dd {}


	.entryTemplete .newMemberTemplate .memberDetail dd .profile {
		width:100%;
		display:table;
		margin-bottom:10px;
	}
	.entryTemplete .newMemberTemplate .memberDetail dd .profile span,
	.entryTemplete .newMemberTemplate .memberDetail dd .profile p {
		display:table-cell;
		vertical-align:top;
	}
	.entryTemplete .newMemberTemplate .memberDetail dd .profile span {
		width:25%;
	}

	.entryTemplete .newMemberTemplate .memberDetail dd section span {
		font-weight:bold;
	}
	.entryTemplete .newMemberTemplate .memberDetail aside {
		text-align:center;
	}

/* 2017.06.15まつやま市民劇団 */
.entryTemplete p.flimg {
	float:left;
	width: 120px;
	margin-right: 20px;
}
.entryTemplete p.flimg img {
	max-width: 100%;
	height: auto;
}
.entryTemplete p.frtxt {
	padding-top: 40px;
}


/* 2017.09.04 シンポジウムTOP */
p.count_ttl {
	font-size: 30px;
	line-height: 180%;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
}
p.count_ttl span .yycountdown-box {
	display: inline-block;
	font-size: 40px;
	line-height: 120%;
	color: #e63123;
}
.yyc-day-text,
.yyc-hou,
.yyc-hou-text,
.yyc-min,
.yyc-min-text,
.yyc-sec,
.yyc-sec-text {
	display: none;
}
ul.nav_symp {
	overflow: hidden;
	margin-bottom: 55px;
}
ul.nav_symp li {
	float: left;
	width: 48%;
	margin-bottom:  15px;
}
ul.nav_symp li:nth-child(even) {
	float: right;
}
ul.nav_symp li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 93.5%;
	color: #FFF;
	background: #00415c;
	padding: 15px 10px;
	text-decoration: none;
}
ul.nav_symp li a:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	cursorontent: “”;
	vertical-align: middle;
}
ul.nav_symp li a:after {
	position: absolute;
	content: "";
	right: 15px;
	bottom: 40%;
	width: 8px;
	height: 8px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
	vertical-align: middle;
}
ul.nav_symp li a span {
	display: inline-block;
	vertical-align: middle;
	float: right;
	font-size: 85%;
	text-align: center;
	color:  #FFF;
	background: #ff6700;
	margin-left: 10px;
	margin-right: 30px;
	padding: 2px;
}
ul.nav_symp li a:hover,
ul.nav_symp li a:active {
	background: #0c678d;
}

/* sidebar */
#sidebar .sideContents.symposiumMain .sideTitle {
	background: #e85298;
}
#sidebar .sideContents.symposiumMain ul li a {
	border-color: #ffb4d7;
}

/* 2017.08.28*/
.entryTemplete .eventSchedule {}
.entryTemplete .eventSchedule li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:flex-start;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: dotted 1px #ccc;
}
.entryTemplete .eventSchedule li:nth-child(even) {
	background-color: #FFF5CE;
}
	.entryTemplete .eventSchedule li time{
		padding-right: 10px;
		font-weight: bold;
	}
	.entryTemplete .eventSchedule li p {
		flex: 1;
		text-align: left;
		font-weight: normal;
		margin-bottom: 0;
	}

.entryTemplete .layoutTxtImg {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
	.entryTemplete .layoutTxtImg section {
		flex:1;
	}
	.entryTemplete .layoutTxtImg figure img {
		width: 100%;
	}

.entryTemplete .titTxtImg {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	box-sizing: border-box;
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #FCE4BC;
}
	.entryTemplete .titTxtImg .txt {
		flex: 1;
		font-size: 24px;
	}
	.entryTemplete  .titTxtImg .img {
		width: 100px;
	}
	.entryTemplete  .titTxtImg .img img {
		width: 100%;
	}

/* 2018.02.19 */
.entryTemplete .alignR {
	text-align: right;
	margin-bottom: 30px;
}

/* 20180406_写真2列 */
ul.photo_2row {
	overflow: hidden;
	margin-bottom: 30px;
}
ul.photo_2row li {
	float: left;
	width: 49%;
	margin-bottom: 15px;
}
ul.photo_2row li:nth-child(2n) {
	float: right;
	text-align: right;
}
ul.photo_2row li img {
	width: 100%;
	height: auto;
}

/* Initialization
--------------------------------------------------*/
a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {margin: 0;padding: 0;outline: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
abbr[title], dfn[title] {border-bottom: 1px dotted;cursor: help;}
address,caption,cite,code,dfn,th,var {font-style: normal;font-weight: normal;}
body {font-size: 14px;line-height: 1;-webkit-text-size-adjust: 100%;font-family: "メイリオ",Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Verdana,Arial,Helvetica,sans-serif;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
del {text-decoration: line-through;}
ins {background-color: #ff9;color: #000;text-decoration: none;}
mark {background-color: #ff0;color: #000;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
fieldset,img {border: 0;}
ol,ul {list-style: none;}
input, textarea, select {font-family: inherit;font-weight: inherit;font-size: 100%;}
label {cursor: pointer;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;}
img {vertical-align: top;}

/* clearfix
--------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both;}

/* mouseover
--------------------------------------------------*/
a img.over,a img.over {transition: 0.5s;}
a:hover img.over,a:focus img.over {opacity: 0.7;filter: alpha(opacity=70);-moz-opacity: 0.7;}

/* link
--------------------------------------------------*/
a:link,
a:active,
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #003366;
	text-decoration: none;
}


/* margin
--------------------------------------------------*/
.mb10 {margin-bottom:10px;} .mb20 {margin-bottom:20px;}.mb30 {margin-bottom:30px;}.mb40 {margin-bottom:40px;}.mb50 {margin-bottom:50px;}.mb60 {margin-bottom:60px;}


/* outline
--------------------------------------------------*/
.container {
	margin: 0 auto;
	width: 962px;
	position:relative;
}
#wrapper {
	position: relative;
	padding-top: 140px;
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #FFF;
	z-index: 1000;
}

/* header
--------------------------------------------------*/
.globalheader {
	height: 90px;
	border-bottom: 1px solid #D8D8D8;
}
.globalheader h1 {
	width: 344px;
	height: 43px;
	margin:23px 0 0;
	float: left;
}
.globalheader .headerMenu01 {
	position:absolute;
	top:10px;
	right:0;
	height: 21px;
}
.globalheader .headerMenu01 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 20px 0 0;
	vertical-align: top;
}
.globalheader .headerMenu02 {
	float: right;
	margin: 40px 0 0;
}
.globalheader .headerMenu02 ul {}

.globalheader .headerMenu02 li {
	display: inline-block;
	height:36px;
	margin:0 0 0 10px;
	letter-spacing: normal;
	vertical-align:bottom;
}

/* global navi
--------------------------------------------------*/
nav#gnav {
	height:51px;
	margin:0 auto;
	position:relative;
}
nav#gnav ul li {
	float:left;
	border-right: solid 1px #e5e5e5;
	position: relative;
}
nav#gnav ul li:first-child {
	border-left: solid 1px #e5e5e5;
}
nav#gnav ul li ul {
	display: none;
	position: absolute;
	z-index: 30;
	background: #fff;
	border: 1px solid #dedede;
}
nav#gnav ul li ul li {
	border-top: 1px dotted #b1b1b1;
}
nav#gnav ul li ul li:first-child {
	border-top: none;
}
nav#gnav ul li ul a {
	width: 180px;
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	color: #333;
}
nav#gnav ul li ul a:hover {
	color: #fff;
	background: #ff6406;
}
nav#gnav .enter {
	position: absolute;
	width: 316px;
	z-index: 10;
	right: 0;
}


/* main
--------------------------------------------------*/
#main {
	line-height: 1.5;
	border-bottom: 2px solid #F6F6F3;
}

/* contents
--------------------------------------------------*/
#contents {
	width: 676px;
	float: left;
}


/* topicPath
--------------------------------------------------*/
.topicPath {
	padding: 13px 0;
}
.topicPath li {
	display: inline;
	margin: 0 5px 0 0;
	line-height: 1;
}
.topicPath li a {
	margin: 0 5px;
}

/* sidebar
--------------------------------------------------*/
#main .container {
	padding-bottom:20px;
}
#sidebar {
	width: 220px;
	float: right;
	padding: 95px 20px 0;
}
/*.topics #sidebar {background: url(../img/topics/bg_sidebar.png) 150px top no-repeat;}
.project #sidebar {background: url(../img/project/bg_sidebar.png) 150px top no-repeat;}
.about #sidebar {background: url(../img/about/bg_sidebar.png) 135px top no-repeat;}
.admission #sidebar {background: url(../img/admission/bg_sidebar.png) 156px top no-repeat;}
.schedule #sidebar {background: url(../img/schedule/bg_sidebar.png) 157px top no-repeat;}
.link #sidebar {background: url(../img/link/bg_sidebar.png) 143px top no-repeat;}
.mattoruken #sidebar {background: url(../img/mattoruken/bg_sidebar.png) 177px top no-repeat;}
.wakatsubaki #sidebar {background: url(bg_sidebar.png) 115px top no-repeat;}
.inquiry #sidebar {background: url(../img/inquiry/bg_sidebar.png) 122px top no-repeat;}*/

#sidebar .director {
	background-color:#FFF;
	width:100%;
	-moz-box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
}
#sidebar .director {
	text-align: center;
	margin: 0 0 15px;
	padding: 3px 0;
}
#sidebar .director img {
	margin: 0 0 5px;
}
#sidebar .director > p {
	text-align: left;
	margin: 0 7px;
}

#sidebar .director .inner {
	text-align: center;
	margin: 5px 0 0;
}
#sidebar .sideBox {
	padding:15px 12px 5px;
	background:#fff;
}
#sidebar .sideBox h2 {
	text-align: center;
}
#sidebar .sideBox h2 img {
	margin: 0 0 7px;
}
#sidebar .sideBox dl dt {
	margin: 10px 0 7px;
}
#sidebar .sideBox dl dd {
	margin: 0 0 8px;
}
#sidebar .sideBox dl dd.btn {
	margin-top: 5px;
	text-align: center;
}
#sidebar .sideBox dl dd.tel {
	margin: 15px 0;
}
#sidebar .sideBox dl dd a.access {
	display: inline-block;
	padding: 5px 0 3px 10px;
	color: #333;
	line-height: 1;
}
#sidebar .sideBnr {
	text-align: center;
	padding-bottom:10px;
}
#sidebar .sideBnr li {
	margin-bottom:12px;
	background:#fff;
}
#sidebar .sideBnr li img {
	width:100%;
}

#sidebar .sideMenu {
	background: #ffffff;
	margin: 0 0 15px;
}
#sidebar .sideMenu ul li {
	background: #ffffff;
	border-top: 1px dotted #B0B0B0;
}
#sidebar .sideMenu ul li.active {
	background: #FF6406;
}
#sidebar .sideMenu ul li:first-child {
	border-top: none;
}
#sidebar .sideMenu ul li a {
	display: block;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 0 13px 13px;
	font-size: 12px;
}
#sidebar .sideMenu ul li.active a {
	color: #ffffff;
}


#sidebar .sideContents{
	margin-bottom:15px;
}
#sidebar .sideContents .sideTitle {
	background:#00405D;
	padding:10px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
#sidebar .sideContents ul {
	background: #ffffff;
	margin: 0 0 15px;
}
#sidebar .sideContents ul li {
	background: #ffffff;
	border-top: 1px dotted #B0B0B0;
	padding:10px 0;
}
#sidebar .sideContents ul li:first-child {
	border-top: none;
}

#sidebar .sideContents ul li:hover {
	background:#FF6300;

}
#sidebar .sideContents ul li.none:hover {
	background: #ffffff;
}
#sidebar .sideContents ul li a {
	display:block;
	padding-left:5px;
	text-decoration:none;
}
#sidebar .sideContents ul li:hover a {
	color:#fff;
}

#sidebar .sideBoxPanf {
	background:#fff;
	padding:5px;
}
/* footer
--------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-align: right;
	z-index: 1000;
}
footer {
	width: 100%;
}

footer .fb {
	border-top: 1px solid #ededed;
	padding:25px 0;
}
footer .bnrs {
	padding:25px 0;
}
footer .bnrs li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 20px 0 0;
}

footer .top {
	border-top: 1px solid #ededed;
	padding:25px 0;
	width: 100%;
}
footer .sitemap {
	width: 660px;
	float: left;
}
footer .sitemap dl,
footer .sitemap ul{
	float: left;
}
footer .sitemap > dl,
footer .sitemap > div,
footer .sitemap > ul {
	width: 180px;
	padding-right: 40px;
}
footer .sitemap div {
	float: left;
}
footer .sitemap div dl,
footer .sitemap div ul{
	float: none;
}
footer .sitemap dl dt,
footer .sitemap ul li {
	margin: 0 0 8px;
	font-weight:bold;
}
footer .sitemap dl dd {
	margin: 0 0 8px;
	font-weight:bold;
	border-bottom: 1px dotted #b1b1b1;
}
footer .sitemap a {
	text-decoration:none;
	color: #333333;
	display: inline-block;
	padding: 8px 0 8px 13px;
}
footer .sitemap li a {
	padding: 0;
}
footer .sitemap a {
		text-decoration:none;
		color: #333333;
		display: block;
		padding: 8px 0 8px 10px;
		font-size: 14px;
	}
footer .sitemap a img {
	display: none;
}

footer .sitemap dt img {
	display: none;
}

footer .sitemap a span {
	display: block;
}

footer .sitemap dt span {
	display: block;
}
	footer .sitemap a span,
	footer .sitemap dt span {
		display: block;
		border-bottom: 1px dotted #b1b1b1;
		padding: 8px 0 8px 10px;
		position: relative;
		font-size: 14px;
	}

	footer .sitemap a span:before,
	footer .sitemap dt span:before {
		position: absolute;
		height: 1em;
		content: '';
		left: 0;
	}

footer .top .inquiry {
	width: 300px;
	float: right;
	text-align: center;
	position: relative;
}
footer .top .inquiry p {
	margin: 0 0 20px;
}
footer .top .inquiry ul li {
	display: block;
	margin: 0 0 10px;
	text-align: center;
}
footer .top .inquiry .idxCounter {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 19px;
	width: 240px;
	padding: 10px;
	background: #fff;
	border: 1px solid #efefef;
	text-align: right;
}
footer .top .inquiry .idxCounter img {
	margin: 0 5px 0 15px;
}
footer .body {
	background:#0097D6;
	padding:25px 0;
	color: #FFF;
	width: 100%;
}
footer .address {
	width: 540px;
	float: left;
}
footer .address img {
	margin: 0 10px 0 0;
}
footer .address p {
	width: 385px;
	margin:0 0 0 165px;
	line-height: 1.7;
}
footer .address p span {
	font-weight:bold;
}
footer #copy {
	width: 400px;
	float: right;
	text-align: right;
	position: relative; bottom: -55px;
	line-height: 1.5;
}
/*2019.0729----------------------*/
h3{
	margin-top: 50px;
}
.entryTemplete .entryBlock p{
	margin-bottom: 0;
}
.entryBlock p{
	margin-top: 20px;
}
h4{
	line-height: 1.6rem;
	margin: 10px auto;
}
.entryTemplete .entryBlock_02 .coupon_download a{
	display:inline-block;
	padding:5px 80px;
	background:royalblue;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	transition: 0.5s;
	border-radius: 5px; 
	width: 60%;
	box-shadow: 2px 2px rgba(0,0,0,0.4)
}
.entryTemplete .linkBtn{
	border-radius: 10px;
	background: #7529A3;
}
.boothguide_container{
	
	margin-top: 20px;
	height: auto;
}
.boothguide_container img{
	width: 50%;
	height: auto;
}
.boothguide_container ol{
	font-size: 1.4rem;
	margin-top: 20px;
}
.gourmet_booth{
	display: flex;
	margin-bottom: 10px;
}
.gourmet_booth ul{
	margin: 0 20px;
}
.gourmet_booth img{
	height: 250px;
}


/*----------------------2019.0729*/
@media all and (min-width: 900px) {
footer .address p {
	font-size: 90%;
}
footer #copy {
	font-size: 90%;
}
}

/* common class
--------------------------------------------------*/
.widthFull {width:100% !important;}

.mb40 {margin-bottom:40px !important;}
.mb60 {margin-bottom:60px !important;}

.titDott {
	box-sizing:border-box;
	height:40px;
	padding:8px 0;
}
.titDott strong {
	display:block;
	padding:0 0 0 10px;
	font-size:16px;
	border-left:4px #0097D6 solid;
}

#contents .tit {
	margin: 0 0 33px;
	padding:35px 0;
}

#contents .tit h1 {
	font-size:1.5rem;
	color:#fff;
}

#contents .contentsArea {
	margin: 25px 0 0;
}

#contents .contentsArea .titIco {
	font-size: 20px;
	line-height: 100%;
	color:  #333;
	position: relative;
	margin: 0 0 20px;
	padding: 5px 10px 20px 60px;
	min-height: 50px;
}
#contents .contentsArea .titIco span {
	font-size: 14px;
	display: block;
	margin: 10px 0 0;
	font-weight: normal;
}
#contents .contentsArea .titIco:before {
	content:"";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 5px;
}
.contentsArea p {
	background: #fff;
}

.yearMenu {
	margin: 0 0 25px;
	padding: 15px;
	border: 3px solid #DDDDDD;
}
.yearMenu dl {
	position: relative;
	padding-left: 72px;
}
.yearMenu dl dt {
	position: absolute;
	left: 0;
}
.yearMenu dl dd {
	display:inline-block;
	margin:0 10px 0 0;
}
.yearMenu dl dt img {
	vertical-align: middle;
}
.yearMenu dl dd {
	padding: 0 0 0 18px;
}
.kyousan img{
	width: 100%;
}
.entryBlock_02 ul li span{
	font-weight: bold;
}





