@charset "utf-8";
/*
 *
 *
 * 一般ページ
 *
 *
 */
/* ページトップへブロック */
#page-top {
    position: fixed;
    bottom: 15px;
    right: 50px;
    font-size: 77%;
	z-index: 1;
}
#page-top a {
	background-color: rgba(38, 38, 38, 0.8);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
	background-color: rgba(38, 38, 38, 1);
}
#page-top a img {
	display: block;
	width: 30px;
	margin: 0 auto;
}
/* Left コンテンツブロック */
.left-contents-sns-wrapper {
	text-align: right;
	padding-top: 10px;
}
.left-page-title {
	font-size: 24px;
	padding-bottom: 15px;
	color: #000000;
}
.left-contents-wrapper {
	position: relative;
margin-left: 30px;
	margin-right: 30px;
}
.contents-left-bg-gray-block {
	float: left;
	margin-right: 36px;
	margin-top: 30px;
	width: 226px;
}
.contents-center-bg-gray-block {
	float: left;
	margin-right: 36px;
	margin-top: 30px;
	width: 226px;
}
.contents-right-bg-gray-block {
	float: right;
	margin-top: 30px;
	width: 226px;
}
.contents-item-wrapper {
    position: relative;
    overflow: hidden;
    float: left;
    width: 226px;
    height: 127px;
	text-align: center;
}
.contents-item-wrapper img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
	max-width: 226px;
	max-height: 127px;
}
.contents-item-wrapper:hover > img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.contents-item-img-block {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contents-item-img-title {
	text-align: left;
	width: 216px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.contents-item-wrapper .contents-item-img-title {
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    width: 100%;
    padding: 5px;
	font-size: 12px;
    color: #ffffff;
    background: #000000;
    opacity: 0.8;
}
.contents-item-wrapper p {
	margin: 0;
}
.contents-item-icon-award {
	position: absolute;
	top: 7px;
	right: 20px;
}
.contents-item-icon-award img {
	width: 22%;
	height: auto;
}
.contents-item-icon-award {
	position: absolute;
	top: 7px;
	right: 20px;
}
.contents-item-icon-award img {
	width: 22%;
	height: auto;
}
.contents-item-new-block {
	background-color: #ff0000;
	color: #ffffff;
	padding: 3px 12px;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 10;
}
.loader-block {
	text-align: center;
	padding: 40px 0 15px 0;
}
/* 吹き出し */
.item-img-description-wrapper {
	padding: 10px;
	width: 230px;
	color: #000000;
}
.item-img-description-block {
}
.item-img-dtitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.item-img-dcontents {
	font-size: 12px;
}
.item-img-dlink {
	text-align: center;
	color: #ffffff;
}
.item-img-dlink a {
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(89, 89, 89, 0.8);
	padding: 10px 0;
}
.item-img-dlink a:hover {
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(38, 38, 38, 0.8);
	padding: 10px 0;
}
.item-img-dtrailer-title {
	font-weight: bold;
	font-size: 12px;
	margin-top: 40px;
}
.item-img-dtrailer-block {
	margin-bottom: 10px;
}
.item-img-dtrailer-block img {
	width: 100%;
	height: auto;
}
.item-img-dlink-contact {
	text-align: center;
	color: #ffffff;
}
.item-img-dlink-favorite {
	text-align: center;
	color: #ffffff;
}
.item-img-dlink-contact a {
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	background-color: red;
	padding: 10px 0;
}
.item-img-dlink-favorite a {
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(38, 38, 38, 0.8);
	padding: 10px 0;
}
.item-img-dlink-contact a:hover {
	background-color: rgba(38, 38, 38, 1);
}
.item-img-dlink-favorite a:hover {
	background-color: rgba(38, 38, 38, 1);
}
/* Sales Companies */
.contents-left-block {
	float: left;
	margin-right: 36px;
	margin-top: 30px;
	width: 226px;
}
.contents-center-block {
	float: left;
	margin-right: 36px;
	margin-top: 30px;
	width: 226px;
}
.contents-right-block {
	float: right;
	margin-top: 30px;
	width: 226px;
}

.left-contents-sales-company-cont-num {
	text-align: center;
	padding: 5px 0;
	background: none;
}
/* Right バナーブロック */
.right-banner-wrapper {
}
.right-banner-text-block {
	background-color: rgba(38, 38, 38, 0.8);
	width: 200px;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	font-size: 16px;
}
.right-banner-text-block a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.right-banner-text-block a,
.right-banner-text-block a:hover {
	text-decoration: none;
	color: #ffffff;
}
.right-banner-text-block:hover {
	background-color: rgba(38, 38, 38, 1);
}
.right-banner-img-block {
	width: 200px;
}
.right-banner-img-block img {
	width: 100%;
	height: auto;
}
/* Right Recommend Program */
.right-recommend-program-bg-gray-wrapper {
	/*
	margin-right: 36px;
	margin-top: 30px;*/
}
.right-recommend-program-img-wrapper {
    position: relative;
    overflow: hidden;
	text-align: center;
    width: 200px;
    height: 190px;
    text-align: center;

}
.right-recommend-program-img-wrapper img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
	max-height: 150px;
	max-width: 200px;
}

.right-recommend-program-img-wrapper img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    filter: brightness(1.2);
}

.right-recommend-program-img-title {
	width: 200px;
	margin-bottom: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: left;
}
.right-recommend-program-img-wrapper .right-recommend-program-img-title{
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    width: 100%;
    padding: 5px 5px 0 5px;
	font-size: 12px;
    color: #ffffff;
    background: #000000;
    opacity: 1;
    bottom: 0px;
}
/*
 *
 *
 * お問合せ
 *
 *
 */
/* お問合せ */
.left-contents-inquiry-form-block {
	margin-top: 30px;
}
/*
 *
 *
 * Sign up, Sign in
 *
 *
 */
/* overlay */
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #ffffff;
	display: none;
}
/* Sign up */
#signup-wrapper {
	background-color: #ffffff;
	width: 500px;
	padding: 0;
	display: none;
	border: solid 1px #7f7f7f;
}
.modal-title-block {
	background-color: #0066b6;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
}
.modal-title-block {
	margin: 0;
	padding: 5px 0;
    font-size: 1.13rem;
    line-height: 1.13rem;
}
.modal-title-block p {
	margin: 0px;
}
.modal-form {
	padding: 0 30px 10px 30px;
}
.modal-form-tbl {
	width: 100%;
	padding-top: 10px;
}
.modal-form-tbl td {
	padding: 10px;
}
.modal-form-tbl input[type="text"],
.modal-form-tbl input[type="password"] {
	display: block;
	width: 100%;
	font-size: 14px;
    border: 1px solid #999999;
	-webkit-appearance: none;
	  border-radius: 0;
}
.modal-form-zipcode input[type="text"] {
	display: inline;
	width: 40%;
	 -webkit-appearance: none;
}
.modal-form-btn-block {
	text-align: center;
}
.modal-form-btn-block button[type="submit"] {
	padding: 10px 50px;
	background-color: red;
	color: #ffffff;
	outline: 0;
	border:none;
	font-size: 14px;
	-webkit-appearance: none;
	  border-radius: 0;
}
.modal-form-btn-block button[type="submit"]:hover {
	background-color: black;
	color: #ffffff;
}
.modal-form-btn-block button[type="submit"]:focus {
	background-color: black;
	color: #ffffff;
}
/* Sign in */
#signin-wrapper {
	background-color: #ffffff;
	width: 500px;
	padding: 0;
	display: none;
	border: solid 1px #7f7f7f;
}
a.modal-link,
a.modal-link:hover {
	color: #3366ff;
	text-decoration: underline;
}
.modal-bottm-block {
	border-top: solid 1px #7f7f7f;
	margin: 0 30px;
}
.modal-bottm-block p {
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
/* Settings */
#settings-wrapper {
	background-color: #ffffff;
	width: 500px;
	padding: 0;
	display: none;
	border: solid 1px #7f7f7f;
}
.contents-contact-img-block-mic {
	text-align: center;
}
.load-more-mic {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
.load-more-mic input[type="button"] {
	cursor: pointer;
	background-color: #e0e0e0;
	color: #585858;
	padding: 10px 35px;
	border-radius: 0px;        /* CSS3草案 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px;   /* Firefox用 */
	border: none;
	outline: 0;
	-webkit-appearance: none;
}
.load-more-mic input[type="button"]:hover {
	background-color: #c9c9c9;
}
.Form-Table-mic {
	border: 1px solid #999999;
    border-collapse: collapse;
}
.Form-Table-mic td {
	color: #333333;
    padding: 10px;
}

.area-icon span{
	display: inline-block;
	padding: 6px;
	font-size: 11px;
	color:white;
	background-color: #ccc;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
}
.area-icon span a{color: white;text-decoration: none;}

span.icon_hokkaido{background-color: #4fa33b;}
span.icon_tohoku{background-color: #769629;}
span.icon_kanto{background-color: #ced946;}
span.icon_hokuriku{background-color: #2d9cd1;}
span.icon_kinki{background-color: #55bceb;}
span.icon_chuugoku{background-color: #dd5718;}
span.icon_shikoku{background-color: #ec9cc1;}
span.icon_kyushu{background-color: #e8913e;}
span.icon_okinawa{background-color: #ceb924;}

span.icon_hokkaido:hover{background-color: #366d26;}
span.icon_tohoku:hover{background-color: #5b6d22;}
span.icon_kanto:hover{background-color: #b2b537;}
span.icon_hokuriku:hover{background-color: #2d789e;}
span.icon_kinki:hover{background-color: #068dbc;}
span.icon_chuugoku:hover{background-color: #a33f2b;}
span.icon_shikoku:hover{background-color: #ce5b95;}
span.icon_kyushu:hover{background-color: #cc6611;}
span.icon_okinawa:hover{background-color: #9e8a13;}


/* JPC改修案190110(IPD).pdf */
h2.page-title{
	position: relative;
}
h2.page-title div a:hover{
        background-color:black!important;
}
.list-sort{
    position: absolute;
    right: 10px;
    top: 10px;
}
.list-block{
	clear: both;
    border-bottom: 1px solid #ccc;
    text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 10px 0;
    position: relative;
}
.list-block a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-block a.salescompany-title{
    display: block;
    position: relative;
    top: 0;
    left: 0;
}
.list-name h4{
	position: relative;
	z-index: 100;
	cursor: pointer;
}
.list-name h4:hover{
	text-decoration: underline!important;
}

.list-thum{

    min-width: 200px;
    padding: 10px 0;
    text-align: center;
}
.list-thum img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.list-name{
	padding: 10px;
}
.list-name p{
    font-size: 12px;

    color: #000;

}

.list-name h4{
    margin: 0 0 0 0;
    font-weight: bold;
    border-bottom: none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
   margin-bottom: 12px;
}



.bxslider-wrapper .tv_program_text{
	padding: 10px;
	text-align: center;
}

form .button-wrapper {
    clear: both;
    position: relative;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
}
.button-wrapper .button {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: red;
  color: white;
  text-decoration: none;
  border:none;
}
.button-wrapper .button:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

