/*	news
============================== */

body.news article {
	background-color: rgba(255, 255, 255, 0.65);
}

@media all and (min-width: 768px) {
	body.news article { padding: 3px 3px 30px; margin-bottom: 60px; border: solid 5px #5a3925;}
	div.sns-share { padding:0px 0 30px; width: 100%; margin: 0 auto; }
}
@media all and (max-width: 767px) {
	body.news article{ padding: 3px 3px 15px; margin-bottom: 30px; border: solid 4px #5a3925;}
}



body.news article h2.title {
	font-size: 1.6em; line-height: 1.5em; padding: 15px 20px; text-align: left;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.45);
	background-image: url(../img/news/bg_tit.png);
	background-repeat: repeat;
	background-position: top center;
}


body.news .date {
font-size: 0.8em; line-height: 1.2em;
font-family: industry-inc-base, sans-serif;
font-weight: 900;
font-style: normal;
color: #fff;
display: block;
padding-bottom: 0.2em;
}

.newsBlock {padding:20px 40px 30px;}

body.news article h3{ font-size: 1.4em; line-height: 1.8em; color: #288048; text-align: center; margin-bottom: 0.5em;
}


.phArea { margin:15px auto 25px auto; text-align:center; }
.ph, .mov { margin:auto; }
.ph p { position:relative; width:100%; height:0;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; }
.ph p span { position:absolute; display:block; left:0; top:0; width:100%; height:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; text-indent:-9999px;}
.mov { width:600px; margin:0 auto 15px auto; }

p.button { padding: 1em 0;}



p.button a{
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    width: 300px; height: 60px; display: block;
}
p.button a::before{
    transform: skewX(-30deg);
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
	background-color: rgba(149,50,73,1);
	background: linear-gradient(0deg, rgba(185,152,56,1) 10%, rgba(212,180,71,1) 50%, rgba(185,152,56,1) 90%);
	box-shadow: 3px 3px 0px 0 rgba(0,0,0,0.2);
}

p.button a span {
	display: block;
	width: 100%; padding: 20px 0 20px; font-size: 1.4em; font-weight: bold; color: #fff; text-align: center;
}
p.button a:hover {filter: brightness(1.1);}
@media all and (max-width: 767px) {
	p.button a span { font-size: 1.2em;}
}



.product {color: #d22179; font-weight: bold; text-align: center; font-size: 1.1em; padding-top: 1em; line-height: 1.6em;}
.product .small {font-size: 0.8em;}
.productTxt { margin:1em 0;}

.borderBox {border:solid 2px #4184e9; padding:1.5em; margin:0 auto;}
.borderBox h4 { color: #4184e9; text-align: center; padding-bottom: 0.5em;}

@media all and (min-width: 768px) {
	
	section.txtArea { padding:0.5em 0 1em; line-height: 2.0em;}
section.txtArea .add { margin-top: -25px; padding: 0 10px;}	

.multiple {display: inline-block; margin: 0 1em;}
.multiple .btn { width:15em; }
	
	  body.news article.info {
    margin-top: 3em;
  }
	
}



@media all and (max-width: 767px) {
body.news article h2.title { padding: 10px 10px 15px; font-size:1.2em; line-height: 1.4em;}

.newsBlock {padding: 0 15px 5px;}
	section.txtArea { padding:0.5em 0 1em; font-size: 0.9em; line-height: 1.8em;}
	
body.news article h3{ font-size: 1.1em; line-height: 1.5em; margin: 1em 0 0.5em; }

body.news .date {
}

section.txtArea .add { margin-top: -15px; padding: 0 10px;}


.phArea { width:100%; margin:15px 0%; }
.ph { width:auto!important; height:auto!important; }
.mov { width:100%; margin:0 auto 1em; }
	
	a.btn {  width:90%; height: auto!important;}
	.multiple {margin:0.5em auto;}
	
	.logo_anzen {width:95%;}
	.borderBox {padding:1em; margin:0 auto;}
}



/*	trailer
============================== */
@media all and (max-width: 767px) {
	#trailer, .emb {
		width: 100%;
		position: relative;
		padding: 56.25% 0 0;
		height: 0;
		overflow: hidden;
		height: auto;
		/* margin: 0 auto 1em; */
		box-shadow: none;
	}
	#trailer iframe, .emb iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
  .ph_cut {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
	#trailer {
		width: 600px;
		height: 338px;
		margin: 0 auto;
	}
}

.disc li {
  text-align: left;
}


/*	table
============================== */

table {
 border-collapse:collapse;
 border-spacing:0;
 margin: 0 auto;
 letter-spacing: 0.05em;
}

table.border { border: solid 1px #fff; padding: 10px;}

table th ,
table td {
 padding-bottom: 0.5em;
}
table tr.space th ,
table tr.space td {
 padding-bottom: 0;
}
table th {
 text-align:left;
}
table td {
 text-align:left;
}
table th {
 font-weight: normal;
 white-space: nowrap;
 line-height: 2.5;
}

table th, table td {
 vertical-align: baseline;
	line-height: 1.5em;
}

.notes {font-size: 0.8em; line-height: 1.5em; padding-left:1em; text-indent:-1em; }
.notesTxt { text-align: center;
	padding: 0.5em 0 1em;
    line-height: 2.0em;}
.notesTxt p  {font-size: 0.9em; line-height: 1.5em; display: inline-block; text-align: left;}
.n_0904_2 table th {text-align: right;}


@media all and (min-width: 768px) {
	table {font-size:1em;}
	
	.tableBlock { width: 600px; margin: 0 auto;}
	.tableBlock table { margin: 0 0; }
	.tableBlock p {font-size:0.9em;}
	
	.n_0713 .borderBox, .n_0729 .borderBox, .n_0816 .borderBox, .n_0831 .borderBox { width: 650px; padding:1.5em 0;}
	.n_0713 .borderBox table { margin: 1em 1em 0;}
	.n_0904_2 .borderBox  { width: 550px; padding:1.5em 0;}
	.n_0904_3 .borderBox { width: 650px; padding:1em 0 1.5em;}
	.n_1215 .borderBox  { width: 650px; padding: 1em 2em 1.5em;}
}
@media all and (max-width: 767px) {
 table {
 font-size:0.9em;
	}
	
	.tableBlock table { margin: 0 0; }
	.tableBlock p {font-size:0.8em;}
	
	.notesTxt p  {font-size: 0.8em;}
	
	.n_0713 .borderBox table { margin: 1em 0em 0;}
	.n_0904_3 .borderBox {padding:0.5em 1em 1em;}
	.n_1215 .borderBox  {padding:0em 0.5em 1em;}
	.n_1215 .borderBox div  {padding:0em 0.5em;}
}


