@charset "utf-8";
#breadcrumbs{
		margin-bottom: 0;
}
.local_nav.type02{
		margin: 0 0 60px;
		height: 80px;
		border-bottom: 1px solid #CCC;
}
.local_nav.type02 ul{
		margin: 0 auto;
		width: 1080px;
}
.local_nav.type02 ul:after{
		content: " "; display: block; height: 0; clear: both;
}
.local_nav.type02 ul li{
		float: left;
}
.local_nav.type02 ul li a{
		position: relative;
		display: block;
		padding: 22px 0;

		color: #333;
		font-size: 16px;
		letter-spacing: 2px;

		text-align: center;
		text-decoration: none;
}
.local_nav.type02 ul li a:hover span{
		/*text-decoration: underline;*/
}

.local_nav.type02 ul li.on,
.local_nav.type02 ul li:hover{
		font-weight: bold;
}

.local_nav.type02 ul li.on a:after,
.local_nav.type02 ul li:hover a:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;

		width: 100%;
		height: 5px;

		background-color: #B22D00;
}
.local_nav.type02 ul li.on a:before,
.local_nav.type02 ul li:hover a:before{
		content: "";
		display: block;
		
		position: absolute;
		left: 50%;
		top: 100%;

		margin-left: -7px;

		width: 0;
		height: 0;

		border: transparent 7px solid;
		border-top-color: #B22D00;
}
.local_nav.type02 ul li a span{
		display: inline-block;
		padding: 0 40px;
		line-height: 36px;
		border-right: 1px solid #CCC;
}
.local_nav.type02 ul li:first-child a span{
		border-left: 1px solid #CCC;
}

.edit_area .faq_box .c02_01{
		margin-bottom: 0;
}


.edit_area .faq_box{
}

.edit_area .faq_list{
		margin-bottom: 80px;
}
.edit_area .faq_list li{
		border-bottom: 1px solid #CCC;
}
.edit_area .faq_list li.on{
		border-bottom: 1px solid transparent;
}

.edit_area .faq_list li dl{
}
.edit_area .faq_list li dl dt{
		padding: 40px 70px 40px 50px;

		color: #000;
		font-size: 14px;
		line-height: 180%;
		background: url(/wp-content/themes/ueno/img/faq/q.png) no-repeat 0 center,url(/wp-content/themes/ueno/img/faq/open.png) no-repeat right 30px top 50%;

		cursor: pointer;
		transition: ease 0.25s opacity;
}
.edit_area .faq_list li.on dl dt{
		background: url(/wp-content/themes/ueno/img/faq/q.png) no-repeat 0 center,url(/wp-content/themes/ueno/img/faq/close.png) no-repeat right 30px top 50%;
}

.edit_area .faq_list li dl dt:hover{
		opacity: 0.6;
}

.edit_area .faq_list li dl dd{
		display: none;
		padding: 40px 30px 40px 80px;
		color: #000;
		font-size: 14px;
		line-height: 180%;
		background: #F7F7E6 url(/wp-content/themes/ueno/img/faq/a.png) no-repeat 30px 40px;
}

.edit_area .faq_list li dl dd span.br{
		display: block;
		margin-bottom: 20px;
}

