@charset "UTF-8";
/* CSS Document */

.mw1280 {
	/*max-width: 1160px;*/
}

/* ----------------------------------------------------------------------------------------------------
*  products
* --------------------------------------------------------------------------------------------------*/
.contentIn .left .contentBox {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

/* h2
--------------------------------------------------*/
/*.contentIn .left .contentBox h2,*/
.contentIn .left .contentBox .contentTtl1 {
	margin-bottom: 11px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}

.contentIn .left .contentBox .ttl {
	display: inline-block;
	width: calc(100% - 70px);
	font-size: 22px;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}

/* h3
--------------------------------------------------*/
/*.contentIn .left .contentBox h3,*/
.contentIn .left .contentBox .contentTtl2 {
	margin: 22px 0 11.5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	
}


/* p, ul
--------------------------------------------------*/
.contentIn .left .contentBox p,
.contentIn .left .contentBox ul {
	margin-bottom: 11.5px;
	line-height: 1.7;
	word-break: break-all;
}

.contentIn .left .contentBox p img,
.contentIn .left .contentBox ul img {
	vertical-align: middle;
}

.contentIn .left .contentBox strong {
	font-weight: bold;
}

/* b
--------------------------------------------------*/
.contentIn .left .contentBox b {
	font-weight: bold;
}

/* a
--------------------------------------------------*/
.contentIn .left .contentBox a {
    /*color: #337ab7;*/
	/*transition: all 0.2s;*/
	color: #174f9f;
}

.contentIn .left .contentBox a:focus,
.contentIn .left .contentBox a:active,
.contentIn .left .contentBox a:hover {
	/*text-decoration: underline;*/
}

.contentIn .left .contentBox a:hover {
    /*color: #23527c;*/
	opacity: 1;
}

img.wp-smiley,
img.emoji {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
    display: inline !important;
    height: 1em !important;
    margin: 0 0.07em !important;
    padding: 0 !important;
    vertical-align: -0.1em !important;
    width: 1em !important;
}

.iconfadein {
	width:80px;
	overflow:hidden;
}
.iconfadein-Img{
  transition-duration: 0.3s;
}
.iconfadein-Img:hover{
  transform: scale(1.2);
  transition-duration: 0.3s;
}

/* hr
--------------------------------------------------*/
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 23px;
    margin-top: 23px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

/* blockquote
--------------------------------------------------*/
blockquote {
    border-left: 5px solid #eee;
    font-size: 100%;
    margin: 0 0 23px;
    padding: 11.5px 23px;
}

blockquote p {
	margin-bottom: 0 !important;
}

/* table
--------------------------------------------------*/
table {
    margin-bottom: 11.5px;
}

table th {
	text-align: left;
	vertical-align: middle;
}

table td {
	text-align: left;
	vertical-align: middle;
}

.tableA {
    margin-bottom: 11.5px;
	border-top: 1px solid #333;
}

.tableA th {
	border-bottom: 1px solid #333;
}

.tableA td {
	border-bottom: 1px solid #333;
}

.tableA td:first-child {
	border-right: 1px solid #333;
}

.tableA small {
    font-weight: 400;
}

.tableB {
    margin-bottom: 18px;
	border: none;
}

.tableB th {
	border: none;
}

.tableB td {
	border: none;
}

.tableB td:first-child {
	width: 3%;
	border: none;
}

.tableC {
	width: 65%;
}
	
.tableC th,
.tableC td {
	border: 1px solid #000;
}

.tableD {
	max-width: 64%;
}

.tableD th,
.tableD td {
	text-align: left;
	vertical-align: top;
}

.tableD tr:first-child th,
.tableD tr:first-child td {
	background-color: #FFFFCC;
}

.tableD td img {
	vertical-align: middle;
}

.tableD tr td:first-child {
	width: 4%;
}

.tableD tr td:nth-child(2) {
	width: 62%;
}

.tableD tr td:nth-child(3) {
	width: 34%;
}

.tableTemp {
	border: solid #CCC;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
}

.tableTemp th,
.tableTemp td {
	border: solid #CCC;
	border-width: 0 1px 1px 0;
	border-collapse: collapse;
}
.tableTemp th {
	width: 25%;
	background: #fffcd5;
}
.tableTemp td {
	width: 75%;
}

.tableE {
	border-collapse: collapse;
	border: none;
}
.tableE th {
	border: 0px solid;
}
.tableE tr {
	border: none;
}
.tableE td {
	border: none;
}

@media screen and (max-width:928px) {
	.tableE {
	border-collapse: collapse;
	border: none;
}
.tableE th {
	border: none;
	display:block;
	width:100%;
}
.tableE tr {
	border: none;
}
.tableE td {
	border: none;
	display:block;
	width:100%;
}
}


/* entries
--------------------------------------------------*/
.entries.entries--archive {
	margin-top: 50px;
}
.entry__title {
    margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

.entry__title a:link,
.entry__title a:visited,
.entry__title a:hover,
.entry__title a:active{
	color: #174f9f;
}
.entry__title a:hover{
	opacity: .75 !important;
}

.entries .article {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
	/*font-weight: bold;*/
}

.entries .entry-meta {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
	font-size: 12px;
}

.entry-meta__list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.entry-meta__item {
    display: inline-block;
    margin-right: 10px;
}

.entry-meta .published,
.entry-meta .author,
.entry-meta .vCard,
.entry-meta .updated,
.contentBox > .entry-meta > .entry-meta__list > .categories,
.contentBox > .entry > .entry-meta > .entry-meta__list > .categories,
.entry-meta .tags {
    display: none !important;
}

.entry-meta .published,
.entry-meta .author {
    display: none;
}

.entry-meta__item.categories a {
	display: inline-block;
	font-size: 12px;
	color: #174f9f;
}

/* pagination
--------------------------------------------------*/
.pagination-wrapper {
	display: block;
	text-align: left;
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 23px 0;
    padding-left: 0;
}

.pagination > li {
	margin: 0 !important;
    float: left;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > .current {
	width: auto;
	display: block;
   background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
	font-size: 12px;
    line-height: 1.7;
    margin: 0 0 0 -1px !important;
    padding: 6px 12px;
    position: relative;
	transition: all .5s;
    text-decoration: none !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > span {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #eee !important;
    border-color: #ddd !important;
    color: #23527c !important;
	transition: all .2s !important;
	-webkit-transition: all .2s !important;
	-moz-transition: all .2s !important;
}

input[type="submit"] {
	cursor: pointer;
	/*border: 1px solid #707070;*/
	border-radius: 3px;
}

.contentIn .left .contentBox .linkP {
	font-size: 16px;
	line-height: 1.6;
}

.contentIn .left .contentBox .linkP a {
	font-size: 15px;
}


/* postnavi
--------------------------------------------------*/
.postnavi {
	text-align: center;
}
.postnavi a{
	color: #174f9f;
}


@media all and (min-width: 0) and (max-width: 767px)  {
	.contentIn .left .contentBox {
		font-size: 14px;
		line-height: 1.7;
	}
	
	/* a
	--------------------------------------------------*/
	.contentIn .left .contentBox a:focus,
	.contentIn .left .contentBox a:active,
	.contentIn .left .contentBox a:hover {
		text-decoration: none;
	}
	
	.contentIn .left .contentBox a:hover {
		color: #337ab7;
		opacity: 1;
	}
	
	/* table
	--------------------------------------------------*/
	.tableC {
		width: 100%;
	}

	.tableC th,
	.tableC td {
		width: auto !important;
		word-break: break-all;
	}

	.tableD {
		max-width: 100%;
		width: 100%;
	}
	
	/* pagination
	--------------------------------------------------*/
	.pagination > li > a:focus,
	.pagination > li > a:hover {
		background-color: #fff !important;
		border-color: #ddd !important;
		color: #337ab7 !important;
	}
	
	.pagination > li > span:focus,
	.pagination > li > span:hover {
		color: #FFF !important;
		background-color: #337ab7 !important;
		border-color: #337ab7 !important;
	}
}