@charset "utf-8";
.info {
	margin-top: 18px;
}
.bg-img {
	background-image: url(../img/temple/left-bg.png);
	background-repeat: repeat;
	background-size: 500px auto;
	margin-top: -20px;
}

.bg-item-img {
	background-image: url(../img/temple/bg-items3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.itemname img {
	font-size: 18px;
	width: 96%;
	height: 96%;
	padding-top: 0px;
	-webkit-box-shadow: 0px 0px 1px #B8B8B8;
	box-shadow: 0px 0px 1px #B8B8B8;
	margin-bottom: 0px;
	margin-top: -22px;
}
.productInfo div .itemname {
	font-size: 16px;
	margin-left: 5px;
	margin-right: 6px;
	text-align: center;
	margin-top: 0px;
}
div form .buyButton {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 7px;
	margin-bottom: 0px;
	left: auto;
	-webkit-box-shadow: 0px 0px 5px #BBBBBB;
	box-shadow: 0px 0px 5px #BBBBBB;
}
form a .to-itm {
	width: 68%;
	margin-left: 16%;
	margin-right: 16%;
	margin-top: -2px;
	margin-bottom: 9px;
}
.price   {
	text-align: center;
	font-size: 35px;
	color: #E83828;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	letter-spacing: 2px;
}
.productContent   {
	text-align: center;
	font-size: 24px;
	color: #E83828;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: -8px;
	margin-bottom: 0px;
}
/*アコーディオンパネルの背景色を透過させる*/
.panel.panel-default.itms-acordion {
	background-image: url();
	background: rgba(255,255,255,0.0);
	padding-top: 10px;
}

.itemname div  {
	height: 71px;
}
.itemname div p {
	height: 53%;
	margin-top: 53px;
}
.trimming {
	width: 100%;
	height: auto;
}
/*index 告知欄*/
.kokuti-1   {
	margin-left: 8px;
	margin-right: -10px;
	text-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-bottom: 37%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	margin-top: 11px;
}
/*index 告知コンテンツ*/
.row .kokuti-1 .kokuti-content {
	background-image: url(../img/temple/small_111.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-left: 22%;
	padding-right: 6%;
	padding-top: 9%;
	padding-bottom: 5%;
}




@media (max-width: 767px){
.itemname div p {
	font-size: 16px;
}
}
@media (min-width: 1200px){
.row.itms {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.info {
	width: 85%;
}
.main-contents {

}
.left-navibar {
	width: 23%;
}


}
@media (max-width : 480px ){
.productInfo div form {
	height: auto;
}

div form .buyButton {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	left: auto;
}
form a .to-itm {
	width: 82%;
	margin-left: 9%;
	margin-right: 9%;
	margin-top: -2px;
	margin-bottom: 4px;
}
}
