

/*=======================================================================
  listnews
=======================================================================*/
ul.listnews {
	margin: 0 0 20px;
	padding: 0;
	list-style: none outside none;
	background-color: transparent;
}
ul.listnews li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
ul.listnews li a {
	margin: 0;
	padding: 12px 0 12px 0;
	line-height: 1.7;
	display: block;
	position: relative;
	color: #333;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
ul.listnews li a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
ul.listnews li a:hover {
	background-color: #cfcfcf;
	color: #583c32;
}
ul.listnews li .postdate {
	padding: 0 15px 0 0;
	color: #007ce9;
}
ul.listnews li img {
	margin: 0 10px 0 0;
	padding: 0 0 2px 0;
	vertical-align: middle;
}

ul.listnews li a span {
    font-weight: bold;
    margin-right:10px;
}

ul.listnews li:first-child {
    border-top:1px dotted #ccc;
}

@media screen and (max-width:480px) {
    ul.listnews li a span {
	display:block;
    }
}



/* kagoshima orth cat-home */

#fullwidth {
	margin:0 auto;
    background: transparent url("../images/main-ph-min.jpg") no-repeat scroll 70% top;
		background-size: cover;
    height: 200px;
    width: 100%;
}
#fullwidth h1{
    margin: 100px auto 0;
    width:90%;		
}
#fullwidth h1 img {width:100%;}

@media (min-width: 768px) {

#fullwidth {
	margin:0 auto;
    background: transparent url("../images/main-ph-min.jpg") no-repeat scroll center top;
		background-size: cover;
    height: 200px;
    width: 100%;
}
#fullwidth h1 {
    margin: 40px 0 0;
    width:500px;
}

}


@media (min-width: 992px) {
#fullwidth {
margin:0 auto;
background: transparent url("../images/main-ph-min.jpg") no-repeat scroll center top;
background-size: contain;
height: 200px;
width: 100%;
}
#fullwidth h1 {
	margin: 40px 0 0;
	width: 700px;
    }

#fullwidth h1 img{width: 700px;}
}



/* search */
.row.categories {
    margin-left:-5px;
    margin-right:-5px;
}
.row.categories > div {
    padding-left:5px;
    padding-right:5px;
}
.search-menu {
    margin-bottom:40px;
}
.bscreen-map {
    display:visible;
    width:920px;
    max-width:none;
}
.smenu {
    margin:5px 0 0 0;
    font-size:14px;
    position:relative;
}

.smenu a {
    display:inline-block;
    padding:10px;
    color:#fff;
    background-color:#2b388f;
    font-size:14px;
    width:100%;
    height:50px;
    text-align: center;
    border-radius:25px;
    line-height:2;
}
.smenu a:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f105";
  right:20px;
}
.smenu a:hover {
    background-color:#B3E5FC;
    color:#1A237E;
    text-decoration: none;
}


@media screen and (max-width:767px) {
    .smenu {
	margin:0;
	font-size:14px;
	position:relative;
    }
    .smenu a {
	display:inline-block;
	padding:10px;
	color:#2b388f;
	border:1px solid #ccc;
	border-radius:0;
	background-color:transparent;
	font-size:16px;
	width:100%;
	height:50px;
	text-align: center;
	line-height:2;
    }
    .smenu a:after {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	right:20px;
    }
    .smenu a:hover {
	background-color:#B3E5FC;
	color:#1A237E;
	text-decoration: none;
    }
}

@media screen and (max-width:992px) {
    .bscreen-map {
	display:none;
    }
}

/* ta-line responsive */
@media screen and (max-width:992px) {
table.ta-line,
    #cat-search table.ta-line {
	margin : 20px 0 20px 0;
	width: 100%;
	display:block;
    }
table.ta-line tbody,
    #cat-search table.ta-line tbody {
	display:block;
	width:100%;
    }
table.ta-line tbody tr,
    #cat-search table.ta-line tr {
	display:block;
	width:100%;
    }

    #cat-search table.ta-line th {
	display:none;
    }
table.ta-line td,
table.ta-line th,
    #cat-search table.ta-line td {
	padding : 8px 10px 8px 10px;
	border-top: solid 1px #ccc;
	border-bottom: 0;
	display:block;
	width:100%!important;
    }
    #cat-search table.ta-line tr td:first-child {
	background-color:#E3F2FD;
	font-weight:bold;
	width:100%;
	white-space:normal!important;
    }
    #cat-search table.ta-line tr td:last-child {
	margin-bottom:1em;

    }
    #cat-search table.ta-line th, #cat-search table.ta-line-f th {
	color: #333;
    }
    #cat-search table.ta-line tr td br {
	content:'';
    }
    #cat-search table.ta-line tr td:first-child br:after {
	content:' ';
    }
    #cat-search table.ta-line tr td:nth-child(3):before {
	content:'TEL ';
    }
    #cat-search table.ta-line tr td:nth-child(4):before {
	content:'FAX ';
    }
}

.item-pagecat-news {
    min-height:300px;
}

#jform_urls_urla {
    width:400px;
}