

.blog .item {
  padding: 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.blog .item h2 {
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
}
.blog .item h2 > a {
  color: #222;
}
.blog .item h2 > a:hover {
  color: #3377BB;
}
.blog .item .article-image img[align^="left"] {
  margin: 0 0 8px 0;
}
.blog .item .article-aside {
  margin-bottom: 5px;
}
.blog .item .article-aside .article-info {
  width: 65%;
  font-size: 11px;
}
.blog .item .article-aside .article-info dd {
  float: none;
}
.blog .item .article-aside .article-info dd span {
  text-transform: uppercase;
  font-weight: normal;
}
.blog .item .article-aside .article-info dd a {
  color: #3377BB;
}
.blog .item .article-aside .article-info dd a:hover {
  color: #666;
}
.blog .item .readmore a.btn {
  background: none;
  border: none;
  padding: 0px;
  color: #3377BB;
}
.blog .item .readmore a.btn:hover {
  color: #666;
  text-shadow: none;
}
.blog .item .article-footer {
  border-top: 1px solid #ddd;
}
.blog .item .article-footer dd {
  margin: 0px;
}
.blog .item .article-footer dd i[class^="icon"] {
  margin-right: 5px;
}
.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 10px;
}
.divider-vertical {
  margin: 0 0 15px;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.article-aside {
  color: #999;
  font-size: 11px;
}
.article-info {
  margin: 0 0 10px 0;
  width: 80%;
  text-transform: uppercase;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd span {
  font-weight: bold;
}
.article-info .category-name a {
  color: #3377BB;
}
.article-info .category-name a:hover {
  color: #666;
}
.menu-edit ul {
  margin: 0;
  line-height: 0;
}
.menu-edit ul li {
  display: inline;
  margin-left: 5px;
  line-height: 0;
}
.menu-edit ul li a {
  color: #999;
  font-size: 0px;
  width: 16px;
  display: inline-block;
}
.menu-edit ul li a:hover {
  color: #666;
}
.menu-edit ul li a i {
  font-size: 14px;
}
.article-footer {
  color: #999;
  margin-top: 10px;
}
.article-footer dl {
  margin-bottom: 0;
}
.article-footer i[class^="icon"] {
  margin-right: 5px;
}
article img[align=left],
.img_caption.left,
.pull-left.item-image {
  margin: 0 10px 20px 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 20px 10px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 10px;
}
.img-fulltext-right {
  float: right;
  margin-left: 10px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eee;
  color: #666;
  font-size: 10px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login_form fieldset,
.login fieldset {
  padding: 15px 0 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 10px;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .input,
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .input,
.login_form .remember .inputbox {
  width: 20px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#mailtoFormm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoFormm .formelm label {
  display: block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoFormm p {
  margin-top: 20px;
}
#mailtoFormm .input,
#mailtoFormm .inputbox {
  width: 70%;
}
#mailtoFormm .btn,
#mailtoFormm .button,
#mailtoFormm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eee;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
#searchForm {
  padding: 10px 20px;
  border: 1px solid #ddd;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
  background: none;
}
#searchForm .btn-group .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#searchForm .ordering-box .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.search-results {
  margin-top: 20px;
}
.search-results .result-title {
  font-size: 14px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 10px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 10px;
  color: #999;
}
.contact .accordion-heading .accordion-toggle {
  text-transform: uppercase;
  background: #f5f5f5;
  padding: 6px;
}
.contact .accordion-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  border: 1px solid #ddd;
}
.contact .accordion-group + .accordion-group {
  margin-top: -1px;
}
.contact .accordion-inner {
  padding: 0 15px;
}
.contact .accordion-inner .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 15px 0;
}
.contact legend {
  font-size: 15px;
  color: #666;
  border: none;
}
.contact .contact-form .control-group {
  margin: 0 0 10px 0;
}
.contact .contact-form .control-label label {
  font-weight: bold;
}
.contact .contact-form .control-label label#jform_contact_email_copy-lbl {
  margin-top: -5px;
}
.contact .contact-form .control-label label .star {
  color: #666;
}
.contact .contact-form .control-label label.invalid {
  color: #c00;
}
.contact .contact-form .control-label label.invalid .star {
  color: #c00;
}
.contact .contact-form .form-actions {
  margin: 0;
  padding: 0 0 0 160px;
  background: none;
  border: none;
}
.contact .contact-links {
  padding: 15px 0;
}
.contact .contact-links ul li {
  background: url("../../../templates/ja_nex_t3/images/arrow.png") no-repeat 0 center;
  border: none;
  margin-bottom: 0;
  padding: 2px 12px;
  text-indent: 0;
}
.contact .contact-links ul li > a {
  border: none;
  padding: 0px;
  display: inline-block;
}
.contact .contact-links ul li > a:hover {
  background: none;
  color: #3377BB;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
body .t3-content.layout-home .main-content .categories-list {
  margin: 0 -10px;
}
.categories-list .category-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 31.3%;
  float: left;
  margin: 0 0 10px 10px;
}
.categories-list .category-item:last-child {
  margin-right: 0px;
}
.categories-list .category-item h3.item-title {
  background: inherit;
  border-bottom: 1px solid #ddd;
  color: #222;
  font-family: 'TeXGyreAdventorRegular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 13px 15px;
  text-transform: uppercase;
  line-height: normal;
  font-size: 12px;
}
.categories-list .category-item .category-desc {
  padding: 15px;
}
.categories-list .category-item .category-desc img {
  margin-bottom: 10px;
}
.category-item {
  margin-top: 20px;
  *zoom: 1;
}
.category-item:before,
.category-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.category-item .category-item {
  margin-left: 1.0141987829615%;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  margin: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 10px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  *zoom: 1;
}
.newsfeed-category .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:before,
.newsfeed .category li:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 14px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 12px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 14px;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 4px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #444;
  text-decoration: none;
}
.edit.item-page .control-group a.modal {
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content {
  margin-top: 10px;
}
.article-content .thumbnail {
  border: none;
  padding: 0px;
}
.article-content .thumbnail .caption {
  padding: 0;
}
.article-content .ja-thumbnailwrap {
  margin-top: 5px;
}
.article-content .pagination ul {
  border-left: 1px solid #ddd;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #ddd;
  border-left: 0;
  margin: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 30%;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.pagenav li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav li.pagenav-prev {
  margin-right: 20px;
}
.pagenav li a {
  line-height: normal;
}
.pagenav li a:hover,
.pagenav li a:active,
.pagenav li a:focus {
  color: #3377BB;
}
.counter {
  float: right;
  line-height: 1;
  margin: 10px 0;
  text-align: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.filters .btn-group select#limit {
  width: auto;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.tip-wrap {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  max-width: 320px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding: 10px;
}
.tip-text {
  font-size: 12px;
  margin: 0;
  padding: 10px;
}
.tip-text img {
  margin: 0 10px 5px 0;
  float: left;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
.iframe-bordered {
  border: 1px solid #ddd;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #d5d5d5;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #d5d5d5;
}
.btn-group .chzn-results {
  white-space: normal;
}
.languageswitcherload {
  float: right;
  margin-top: 3px;
  margin-right: 5px;
}
.languageswitcherload .mod-languages {
  text-align: right;
}
#t3-header .languageswitcher-block {
  display: none;
}
#search-form .word button.button {
  margin-bottom: 10px;
}
#search-form #advanced-search-toggle {
  color: #3377BB;
  margin-top: 10px;
}
#search-form #advanced-search-toggle:hover {
  color: #666;
}
#search-form #finder-filter-window li.filter-branch label {
  width: 140px;
  float: left;
  text-align: right;
  padding-top: 5px;
}
#search-form #finder-filter-window li.filter-branch select.inputbox {
  margin-left: 160px;
  display: block;
  width: 150px;
}
#search-form #finder-filter-window li.filter-branch:after {
  clear: both;
}
.layout-edit .edit .nav-tabs {
  margin-bottom: 0;
}
.layout-edit .edit .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
  margin-bottom: 10px;
}
#system-message-container #system-message {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#system-message-container #system-message > .alert-heading {
  padding: 0 15px;
}
#system-message-container #system-message > div {
  padding: 15px;
}
div.alert .close {
  right: 0;
}
.com_tags.view-tag .t3-content .main-content {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.tag-category .head-tag {
  border: 1px solid #DDD;
  border-bottom: 0;
  background: #fff;
  padding: 15px 15px 15px 15px;
}
.tag-category h2 {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}
.tag-category fieldset.filters.btn-toolbar {
  margin: 0 0 20px 0;
  border: 1px solid #DDD;
  border-top: 0;
  background: #fff;
  padding: 0px 15px 15px 15px;
}
.tag-category ul.category {
  border: none;
  margin: 0;
}
.tag-category ul.category li {
  background: none;
  border: none;
  margin-bottom: 10px;
  padding: 0px;
}
.tag-category ul.category li .item {
  background: #fff;
  border: 1px solid #ddd;
  min-height: 450px;
}
.tag-category ul.category li h3 {
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
  margin: 0px 0px 10px 0px;
  padding: 15px;
  padding-bottom: 10px;
}
.tag-category ul.category li h3 > a {
  color: #222;
}
.tag-category ul.category li h3 > a:hover {
  color: #3377BB;
}
.tag-category ul.category li span.tag-body {
  padding: 0 15px;
  float: left;
}
.tag-category ul.category li span.tag-body img {
  margin: 0px 0px 10px 0px;
  width: 100%;
}
.tag-category ul.category li:nth-child(3n + 1),
.tag-category ul.category li:first-child + li + li + li,
.tag-category ul.category li:first-child + li + li + li + li + li + li,
.tag-category ul.category li:first-child + li + li + li + li + li + li + li + li + li,
.tag-category ul.category li:first-child + li + li + li + li + li + li + li + li + li + li + li + li,
.tag-category ul.category li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  margin-left: 0 !important;
}
.item-page .tags span {
  color: #666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.item-page .tags span a {
  background: #eee;
  color: #666;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 2px 5px;
  text-shadow: none;
}
.item-page .tags span a:hover,
.item-page .tags span a:active,
.item-page .tags span a:focus {
  background: #3377BB;
  color: #fff;
  text-decoration: none;
}
#page-site a.modal.btn {
  position: relative;
  top: 0;
  left: auto;
  right: 0;
  z-index: 10;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.mce-btn button {
  text-transform: none;
  background: none;
}

