

/*NEWS一覧
============================================*/


section#newsL h1 {
    margin: 80px auto 40px;
    padding: 20px 0 0 0;
}

section#newsL h1 p {
	background:#f3f3f3;
}


section#newsL .breadcrumb {
    clear: both;
    position: relative;
    border-top: 1px solid #D6D0D0;
    padding: 20px 0 50px 0;
    text-align: right;
}

section#newsL .breadcrumb ul{
}

section#newsL .breadcrumb li{
    font-size: 90%;
    display: inline-block;
}

section#newsL a {
	color:#000;
}

section#newsL {
	overflow:hidden;
	margin:0 0 ;
	position:relative;
	background:none;
    width: 100%;
    margin: 0 auto 50px;

}

section#newsL .newsL_left{
    width: 76%;
    float: left;
    border: 1px solid #eee;
    margin: 0 20px 50px 0;
    background: #fff;
    padding: 0 0 30px 0;
}

section#newsL .listBox {
    border-bottom: 1px solid #eee;
    padding:20px 40px;
    background: #fff;
	overflow:hidden;
}

section#newsL .listBox a {
	display:block;
	overflow:hidden;
}


section#newsL .listBox .newsimg {
    float: left;
    width: 20%;
    margin: 0 30px 0 0;
}

section#newsL .listBox .newsimg img {
	width:100%;
}


section#newsL .listBox a .txt {
    float: left;
    width: 75%;
}

section#newsL .listBox a .txt dt {
    font-family: 'PT Serif', serif;
    padding: 10px 0 5px 0;
    font-size: 100%;
    letter-spacing: 1px;
    font-weight: bolder;
    color: #999;
}

section#newsL .listBox a .txt dd {
    padding: 0 0 5px 0;
    font-size: 120%;
    letter-spacing: 2px;
    font-weight: bold;
    color: #333;
}

section#newsL .listBox a .txt span {
    font-size: 90%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    display: block;
}

section#newsL .news_right {
	float:right;
	width:22%;
}

section#newsL .news_right p {
    font-family: 'PT Serif', serif;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 10px;
    font-size: 110%;
    letter-spacing: 2px;
    margin:0 0 10px 0;
}

section#newsL .news_right ul {
	padding:10px 0;
}

section#newsL .news_right li {
    font-size: 100%;
    text-align: center;
    font-family: 'PT Serif', serif;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: #e6e4e4;
}

section#newsL .news_right li a {
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    text-align: left;
    display: block;
}

section#newsL .news_right li a:hover {
	background:#666;
	color:#fff;
	text-decoration:none;
}


/*最近の記事*/
section#newsL .news_right .recentBox {
}

section#newsL .news_right .recentBox .art {
	overflow:hidden;
	padding:5px 0;
}

section#newsL .news_right .recentBox .art p {
    float: left;
    border: none;
    width: 35%;
    padding: 0;
	margin:0;
}

section#newsL .news_right .recentBox .art dl{
	float: left;
	width: 55%;
	margin: 0 0 0 20px;
}

section#newsL .news_right .recentBox .art dt{
    font-family: 'PT Serif', serif;
    padding: 10px 0 5px 0;
    font-size: 100%;
    letter-spacing: 1px;
    font-weight: bolder;
    color: #999;
}

section#newsL .news_right .recentBox .art dd{
    padding: 0 0 5px 0;
    font-size: 100%;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333;
}


/**********************************************/
section#newsL .wp-pagenavi {
    clear: both;
    display: block;
    padding: 30px 0;
    margin: 20px 0 0 0;
    text-align: center;
}

section#newsL .wp-pagenavi span.current {
    border: 2px solid #333;
    background: #333;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
	margin:0 5px;
	
}

section#newsL a.page.larger {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.page.smaller {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.page.larger:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.page.smaller:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.nextpostslink {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}


section#newsL a.previouspostslink {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.previouspostslink :hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.nextpostslink:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

/*********************************************/



/*NEWS詳細
============================================*/

section#newsL .txt_d {
    float: none;
    width: 100%;
    padding:0 40px 30px 40px;
    box-sizing: border-box;
}

section#newsL .newsL_left .breadcrumb {
    clear: both;
    position: relative;
    border-top: none;
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 10px 15px;
    width: 100%;
    margin: 0 auto 30px;
    box-sizing: border-box;
}

section#newsL .txt_d dl {
    border-bottom: 2px solid #333;
    padding: 10px 0;
    margin: 0 0 50px 0;
}

section#newsL .txt_d dt {
    font-family: 'PT Serif', serif;
    padding: 10px 0 5px 0;
    font-size: 100%;
    color: #999;
    font-weight: bolder;
    letter-spacing: 2px;
}

section#newsL .txt_d dd {
    padding: 0 0 5px 0;
    font-size: 150%;
    letter-spacing: 1px;
    color: #333;
    font-weight: bold;

}

section#newsL .txt_d span {
   line-height: 1.8em;
    letter-spacing: 0;
}

.content {
    font-size:1em;
}

.content p {
	line-height: 2.5;
}

.content p:empty {
	min-height: 1.3em;
}

.content p img {
	width: 31%;
	vertical-align:bottom;
	margin:0 0 5px 0;
}

@media screen and (max-width: 1499px){
/*NEWS一覧
============================================*/


section#newsL h1 {
    margin: 80px auto 40px;
    padding: 20px 0 0 0;
}

section#newsL h1 p {
	background:#f3f3f3;
}


section#newsL .breadcrumb {
    clear: both;
    position: relative;
    border-top: 1px solid #D6D0D0;
    padding: 20px 0 50px 0;
    text-align: right;
}

section#newsL .breadcrumb ul{
}

section#newsL .breadcrumb li{
    font-size: 80%;
    display: inline-block;
}

section#newsL a {
	color:#000;
}

section#newsL {
    overflow: hidden;
    margin: 0 0;
    position: relative;
    background: none;
    width: 95%;
    margin: 0 auto 50px;
    z-index: 100;

}

section#newsL .newsL_left{
    width: 82%;
    background: #fff;
}

section#newsL .listBox {
    border-bottom: 1px solid #eee;
    padding: 20px;
    background: #fff;
	overflow:hidden;
}


section#newsL .listBox .newsimg {
    width: 30%;
    margin: 0 20px 0 0;
}

section#newsL .listBox .newsimg img {
	width:100%;
}


section#newsL .listBox a .txt {
    width: 65%;
}

section#newsL .listBox a .txt dt {
	font-family:'PT Serif', serif;
	padding:10px 0 5px 0;
	font-size:90%;
}

section#newsL .listBox a .txt dd {
    font-size: 100%;
    font-weight: bold;
}

section#newsL .listBox a .txt span {
    line-height: 1.8em;
    letter-spacing: 0;
    font-size: 80%;
}

section#newsL .news_right {
	width:15%;
}

section#newsL .news_right p {
    padding: 10px 0;
    font-size: 80%;
    margin: 0 0 10px 0;
}


section#newsL .news_right li {
	margin: 0 0 5px 0;
}

section#newsL .news_right li a {
    padding: 5px 0 5px 10px;
    font-size: 90%;
}


/*最近の記事*/
section#newsL .news_right .recentBox {
}

section#newsL .news_right .recentBox .art {
	overflow:hidden;
	padding:10px 0;
}

section#newsL .news_right .recentBox .art p {
    float: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

section#newsL .news_right .recentBox .art dl{
	float: none;
	width: 100%;
	margin: 0;
}

section#newsL .news_right .recentBox .art dt{
    font-size: 70%;
}

section#newsL .news_right .recentBox .art dd{
    font-size: 70%;
}


/**********************************************/
section#newsL .wp-pagenavi {
	font-size:80%;
}

section#newsL .wp-pagenavi span.current {
    border: 2px solid #333;
    background: #333;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
	margin:0 5px;
	
}

section#newsL a.page.larger {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.page.smaller {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.page.larger:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.page.smaller:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.nextpostslink {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}


section#newsL a.previouspostslink {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.previouspostslink :hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.nextpostslink:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

/*********************************************/



/*NEWS詳細
============================================*/

section#newsL .txt_d {
    float: none;
    width: 100%;
    padding:0 30px 30px;
    box-sizing: border-box;
}

section#newsL .txt_d dl {
    margin: 0 0 20px 0;
	padding:0;
}

section#newsL .txt_d dt {
    padding: 10px 0 5px 0;
    font-size: 90%;
    letter-spacing: 1px;
}

section#newsL .txt_d dd {
    padding: 0 0 10px 0;
    font-size: 110%;
    letter-spacing: 2px;
}

section#newsL .txt_d span {
    font-size: 90%;
    line-height: 1.8em;
    letter-spacing: 0;
}


}

@media screen and (max-width: 1023px){
/*NEWS一覧
============================================*/

section#newsL h1 {
    margin: 80px auto 20px;
    padding: 20px 0 0 0;
}

section#newsL h1 p {
	background:#f3f3f3;
}

section#newsL .newsL_left .breadcrumb {
	margin:0 0 10px 0;
}


section#newsL .breadcrumb ul{
}

section#newsL .breadcrumb li{
    font-size: 80%;
    display: inline;
}

section#newsL a {
	color:#000;
}

section#newsL {
	width: 100%;
	margin: 0 auto 0;
}

section#newsL .newsL_left{
    width: 100%;
    float: none;
}

.listBox.no-post {
    text-align: center;
    font-size: 90%;
    display: block;
}

section#newsL .listBox {
    padding: 10px;
    box-sizing: border-box;
}



section#newsL .listBox a .txt dt {
	font-size:100%;
}

section#newsL .listBox a .txt span {
    font-size: 90%;
}

section#newsL .news_right {
	float: none;
	width: 100%;
}

section#newsL .news_right p {
    font-family: 'PT Serif', serif;
    text-align: center;
    padding: 12px 0;
    font-size: 100%;
    letter-spacing: 1px;
    border-bottom: 1px solid #D6D0D0;
}

section#newsL .news_right ul {
	padding:20px 0;
}

section#newsL .news_right li {
    font-size: 100%;
    text-align: center;
    font-family: 'PT Serif', serif;
}

/*最近の記事*/
section#newsL .news_right .recentBox {
}

section#newsL .news_right .recentBox .art {
    margin: 0 8px 15px 0;
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

section#newsL .news_right .recentBox .art:nth-child(4n) {
	margin:0 0 15px 0;
}

section#newsL .news_right .recentBox .art p img {
	width:100%;
}

section#newsL .news_right .recentBox .art dl{
    float: none;
    width: auto;
    margin: 0;
    box-sizing: border-box;
}



section#newsL .news_right .recentBox .art dd{
    font-size: 90%;
}

section#newsL .news_right li a {
    padding: 8px;
    text-align: center;
    margin: 0 0 10px 0;
    display: block;
}


/**********************************************/
section#newsL .wp-pagenavi {
	clear:both;
    display: block;
    padding: 30px 0;
	margin:0 0 50px 0;
}

section#newsL .wp-pagenavi span.current {
    border: 2px solid #333;
    background: #333;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
	margin:0 5px;
	
}

section#newsL a.page.larger {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.page.smaller {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.page.larger:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.page.smaller:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.nextpostslink {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}


section#newsL a.previouspostslink {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.previouspostslink :hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.nextpostslink:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

/*********************************************/



/*NEWS詳細
============================================*/

section#newsL .txt_d {
    float: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}


section#newsL .txt_d dl {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

section#newsL .txt_d dt {
	font-family:'PT Serif', serif;
	padding:10px 0 5px 0;
	font-size:90%;
}

section#newsL .txt_d dd {
    padding: 0 0 5px 0;
    font-size: 130%;
}

section#newsL .txt_d span {
    font-size: 90%;
    line-height: 1.8em;
    letter-spacing: 0;
}
}

@media screen and (max-width: 767px){
/*NEWS一覧
============================================*/

section#newsL iframe {
	width:100%;
}


section#newsL h1 {
    margin: 80px auto 20px;
    padding: 20px 0 0 0;
}

section#newsL h1 p {
	background:#f3f3f3;
}


section#newsL .breadcrumb {
    clear: both;
    position: relative;
    border-top: 1px solid #D6D0D0;
    padding: 20px 0 50px 0;
    text-align: right;
}

section#newsL .breadcrumb ul{
	line-height:1em;
}

section#newsL .breadcrumb li{
    font-size: 70%;
}

section#newsL a {
	color:#000;
}

section#newsL {
	width: 100%;
	margin: 0 auto 0;
}

section#newsL .newsL_left{
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.listBox.no-post {
    text-align: center;
    font-size: 90%;
    display: block;
}

section#newsL .listBox {
    padding: 15px 0;
}


section#newsL .listBox .newsimg {
    width: 30%;
    margin: 0 10px 0 0;
}


section#newsL .listBox a .txt {
    width: 65%;
}

section#newsL .listBox a .txt dt {
    padding: 0 0 5px 0;
    font-size: 80%;
    letter-spacing: 0;
    font-weight: normal;
}

section#newsL .listBox a .txt dd {
    font-size: 90%;
    font-weight: bold;
    color: #333;
    letter-spacing: inherit;
    line-height: 1.5em;
}

section#newsL .listBox a .txt span {
    font-size: 70%;
    margin: 0;
    line-height: 1.8em;
}

section#newsL .news_right {
	float: none;
	width: 100%;
}

section#newsL .news_right .recentBox .art p {
    padding: 0 10px 0 0;
    margin: 0;
    float: left;
    width: 35%;
    box-sizing: border-box;
}

section#newsL .news_right ul {
	padding:20px 0;
}

section#newsL .news_right li {
    font-size: 100%;
    text-align: center;
    font-family: 'PT Serif', serif;
}

/*最近の記事*/
section#newsL .news_right .recentBox {
}

section#newsL .news_right .recentBox .art {
    padding: 0 0 10px 0;
    width: auto;
    display: block;
    margin: 0;
}

section#newsL .news_right .recentBox .art:nth-child(4n) {
	margin:0;
}

section#newsL .news_right .recentBox .art a {
	display:block;
	overflow:hidden;	
}


section#newsL .news_right .recentBox .art dl{
	float: left;
	width: 60%;
}

section#newsL .news_right .recentBox .art dt{
    font-size: 80%;
    font-weight: normal;
    letter-spacing: 0;
}

section#newsL .news_right .recentBox .art dd{
	font-size: 90%;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.5em;
}



/**********************************************/
section#newsL .wp-pagenavi {
	margin:0;
}

section#newsL .wp-pagenavi span.current {
    font-size: 80%;
    padding: 5px 10px;
	
}

section#newsL a.page.larger {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.page.smaller {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.page.larger:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.page.smaller:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.nextpostslink {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}


section#newsL a.previouspostslink {
    border: 2px solid #333;
    background: #fff;
    padding: 10px 15px;
    margin: 0 5px;
	color:#333;
}

section#newsL a.previouspostslink :hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

section#newsL a.nextpostslink:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

/*********************************************/



/*NEWS詳細
============================================*/

section#newsL .txt_d {
	padding:10px 0 30px 0;
}

section#newsL .newsL_left .breadcrumb {
    padding: 8px 0;
    text-align: left;
    width: auto;
}

section#newsL .txt_d dl {
    padding:0;
    margin: 0 0 20px 0;
}

section#newsL .txt_d dt {
	letter-spacing:1px;
}

section#newsL .txt_d dd {
font-size: 100%;
    letter-spacing: 0;
}

section#newsL .txt_d span {
    font-size: 90%;
    line-height: 1.8em;
    letter-spacing: 0;
}

.content {
    font-size:0.95em;
	width: auto;
}

.content img {

    vertical-align: bottom;
    margin: 0 0 5px 0;
}

}