@charset "utf-8";
#BASE {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../masterpiece/images/bg.jpg);
}
.photoBox {
	padding: 0px;
	height: auto;
	width: 600px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4C000000, endcolorstr=#4C000000, gradienttype=0);
	margin: 0px;
	position: relative;
}

.photoBox .button_mpz_01 {
	display: block;
	padding: 15px 20px;
	position: absolute;
	background-image: -webkit-linear-gradient(270deg,rgba(17,71,158,1.00) 0%,rgba(13,19,61,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(17,71,158,1.00) 0%,rgba(13,19,61,1.00) 100%);
	border-radius: 10px;
	border: 3px solid #164082;
	right: 15px;
	bottom: 120px;
}

.photoBox h2 {
	font-size: 28px;
	line-height: normal;
	font-weight: bold;
	color: #FF0;
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
}





.photoBox div.btnBox {
	margin: 0px 0px 10px;
	padding: 0px;
	height: auto;
	width: auto;
}
.photoBox div.btnBox img.kiyaku {
	margin: 0px 0px 5px;
}
.photoBox div.btnBox img.qa {
	margin: 0px 0px 0px 5px;
}
.photoBox div.btnBox img.oubo {
	margin: 10px 0px 0px;
}


.photoBox div.btnBox div {
	float: left;
	margin-right: 20px;
}
.photoBox div.thanks {
	text-align: center;
	margin-top: 45px;
}
.photoBox div.thanks img {
	margin-bottom: 45px;
}





.photoBox p {
	line-height: 145%;
	margin: 0px 0px 1.3em;
	padding: 0px;
	font-size: 105%;
}
.photoBox img.btn {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 1em;
}


.photoBox p.ttl {
	margin: 0px 0px 2em;
	padding: 0px;
}
.photoBox p.oubo {
	font-size: 140%;
	font-weight: bold;
}


.photoBox h4{
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #FF0;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
.photoBox div.box {
	padding: 0px;
	width: 32%;
	float: left;
	text-align: center;
}
.photoBox div.box p ,.photoBox div.box_center p{
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 0.5em;
	text-align: left;
}
.photoBox div.box p.target, .photoBox div.box_center p.target {
	color: #FF0;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 3px;
	border: 1px solid #FFF;
}


.photoBox div.box_center {
	padding: 0px 12px;
	width: 32%;
	float: left;
	font-size: 100%;
	line-height: 120%;
	text-align: center;
}
.photoBox div.box img , .photoBox div.box_center img{
	margin-bottom: 8px;
}
.photoBox table  {
	margin: 0px 0px 1em;
	padding: 0px;
	width: 99%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.photoBox table td, .photoBox table th {
	margin: 0px;
	padding: 5px;
	font-size: 120%;
	border-bottom: 1px solid #FFF;
}
.photoBox table th {
	color: #FF0;
	text-align: left;
}
.photoBox table th span {
	color: #FFF;
	font-size: 80%;
}

.photoBox table td {
	text-align: right;
}
.photoBox.clearfix table td a {
	text-decoration: none;
}

.photoBox table td img {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	vertical-align: text-top;
}

.photoBox ul , .photoBox ol{
	margin: 0px 0px 1.2em;
	padding: 0px 0px 0px 2em;
}
.photoBox ol li {
	margin: 0px 0px 0.3em;
	padding: 0px;
}

/*スペックボックス*/
.specBox {
	/*
	background-image: -webkit-linear-gradient(310deg,rgba(28,92,183,1.00) 0%,rgba(0,8,20,1.00) 100%);
	background-image: linear-gradient(140deg,rgba(28,92,183,1.00) 0%,rgba(0,8,20,1.00) 100%);
	*/
}
.specBox .mainPhoto {
	width: 100%;
	border: 1px solid #023c73;
	margin-bottom: 4px;
	padding: 6px;
	background-image: url(../masterpiece/images/bg_box.png);
}
.specBox .mainPhoto img {
	max-width: 100%;
	height: auto;
}
.specBox .thumb {
	width: 100%;
}
.specBox .thumb img {
	padding: 2px;
	border: 1px solid #023c73;
	background-image: url(../masterpiece/images/bg_box.png);
	width: 71px;
	height: auto;
	cursor: pointer;
	margin: 1px;
}
.specBox .thumb img:last-child {

}

.specBox .thumb img:hover {
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	-moz-opacity: 0.65;
	opacity: 0.65;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.specBox .data {
	display: block;
	clear: both;
	padding: 6px 20px;
	border-left-color: #023c73;
	border-right-color: #023c73;
	border-top-color: #023c73;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	background-image: url(../masterpiece/images/bg_box.png);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.specBox table {
	width: 100%;
	border-collapse: collapse;
	background-image: url(../masterpiece/images/bg_box.png);
	margin-bottom: 5px;
}
/*
.specBox table.leftBox {
	width: 50%;
	float:left;
	min-height:210px;
}
.specBox table.rightBox {
	width: 49%;
	min-height:210px;
	float:right;
}
*/

.specBox table.leftBox,
.specBox table.rightBox {
	width: 100%;
	float:none;
}




.specBox table.fullBox {
}



.specBox table td,
.specBox table th {
	border: 1px solid #023c73;
	padding: 8px;
	text-align: center;
}
.specBox table td p:last-child {
	margin-bottom:0px;
}
.specBox table td.leftTxr {
	text-align:left;
}


/*MPZ-02用カラー*/
#MPZ02 .specBox .mainPhoto,
#MPZ02 .specBox .thumb img,
#MPZ02 .specBox .data
{
	border-color: #8C0C19;
	background-color:#000;
	background-image: url(../masterpiece/images/bg_box_mpz02.png);
}
#MPZ02 .specBox table {
	background-color:#000;
	background-image: url(../masterpiece/images/bg_box_mpz02.png);
}
#MPZ02 .specBox table td,
#MPZ02 .specBox table th
{
	border-color: #8C0C19;
}
#MPZ02 .mall {
	background-image: -webkit-linear-gradient(270deg,rgba(99,9,19,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(99,9,19,1.00) 0%,rgba(0,0,0,1.00) 100%);
	border-color: #8C0C19;
}



.stickera {
	float: right;
	margin: 5px;
	height: auto;
	width: 202px;
	font-size: 12px;
	text-align: center;
	line-height: 110%;
}
.stickera img {
	margin-bottom: 5px;
	border: 1px solid #CCC;
}

p.date {
	font-size: 16px;
	font-weight: bold;
}


.yellow {
	color: #FFFF00;
	font-size: 120%;
	font-weight: bold;
}
ul.qa {
	margin: 0px 0px 15px;
	padding: 0px;
	width: 97%;
}
ul.qa li {
	margin: 0px;
	padding: 0px 0px 10px 44px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 120%;
}
ul.qa li.q {
	background-image: url(../photo/images/q.png);
	border-bottom: 1px dotted #FF0;
	margin-bottom: 10px;
}
ul.qa li.a {
	background-image: url(../photo/images/a.png);
}

ul.ex {
	margin: 0px 0px 15px;
	padding: 0px;
	width: 97%;
}
ul.ex li {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 120%;
}
ul.ex li.ttl {
	border-bottom: 1px dotted #FF0;
	margin-bottom: 5px;
	font-weight: bold;
}




ol.kiyaku {
	padding-right: 15px;
	font-size: 110%;
	line-height: 150%;
}
ol.kiyaku li {
	margin-bottom: 1em;
}
.sampleLeft {
	float: left;
	padding: 2px;
	border: 1px solid #FFF;
	text-align: center;
	font-weight: bold;
	color: #FF0;
	line-height: 180%;
}
.sampleRight {
	float: right;
	padding: 2px;
	border: 1px solid #FFF;
	text-align: center;
	font-weight: bold;
	color: #FF0;
	line-height: 180%;
}
p.ttl2 {
	text-align: center;
	margin-bottom: 10px;
}
.awardBox {
	font-size: 12px;
	margin-bottom: 25px;
	text-align: center;

}

.awardBox strong {
	color: #FF0;
	font-size: 120%;
}

.photoBox p.awardTitle{
	margin: 0px 0px 5px;
	padding: 0px;
	text-align: center;
}

.awardBox img {
	padding: 25px;
	background-image: url(../photo/award/base.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin-bottom: 5px;
}


.awardBox2 {
	font-size: 14px;
	margin-bottom: 15px;
}
.awardBox2 div {
	float: left;
	height: auto;
	width: 142px;
	margin-right: 4px;
	margin-left: 4px;
	text-align: center;
	font-size: 11px;
	color: #FF0;
}


.awardBox2 img {
	border: 1px solid #FF0;
}

/**youtube**/
/**youtube埋め込みレスポンシブ対応**/
.youtubePlayer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top:10px;
}
.youtubePlayer iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.mall {
	background-image: -webkit-linear-gradient(270deg,rgba(10,43,98,1.00) 0%,rgba(7,16,46,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(10,43,98,1.00) 0%,rgba(7,16,46,1.00) 100%);
	border: 1px solid #134385;
	height: 78px;
}




.productsBox {
	background-color: #000;
	margin-bottom: 15px;
}
.productsBox img {
	padding: 4px 2px;

}


@media screen and (max-width: 639px) {

.photoBox {
	width: 100%;
}
.sampleLeft {
	float: none;
	margin-bottom:5px;
}
.sampleRight {
	float: none;
}

.sampleLeft img,
.sampleRight img {
	width:100%;
	height:auto;
}


.specBox table.leftBox,
.specBox table.rightBox {
	width: 100%;
	float:none;
}



}
