@charset "utf-8";

/* 商品説明*/
.item_text,.item_title,.item_catch,.item_maintext{font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;color:#000;}
/* {font-family: 'Noto Serif JP', serif;color:#000;}*/

.item_title,.item_maintext,.item_catch{text-align:center;}

@media screen and (max-width:749px){  /*画面幅が749pxまでの時*/
.item_title{font-size:22px;margin:40px 0;font-weight:300; }
.item_title img{width:110px;display:block;margin:0 auto;}
.item_catch{font-size:18px;padding:30px 0 15px 0;font-weight:600;}
.item_text,.item_maintext{margin:auto 15px;font-size:15px;line-height:1.6em;padding-bottom:50px;font-weight:100}
.item_text{text-align: justify;text-justify: inter-ideograph;}
.item_maintext{text-align: center;}

}

@media screen and (min-width:750px){  /*画面幅が750px以上の時*/
.item_title{font-size:36px;margin-bottom:60px;letter-spacing:0.07em;font-weight:200;}
.item_title img{width:180px;padding-bottom:10px;display:block;margin:0 auto;}

.item_catch{font-size:27px;padding-top:10px;}
.item_text,.item_maintext{letter-spacing:0.05em;line-height:1.8em;padding:0 30px 70px 30px;width:690px;font-weight:100;}
.item_maintext{font-size:22px}
.item_text{font-size:19px;text-align: justify;text-justify: inter-ideograph;}
}




/* 類似商品はこちらリンク */
.cate-link{
	margin: 0;
	padding:15px;
	background-color: #829a5b;
	border-radius: 5px;
	text-align:center;


}
.cate-link a{
	display:block;
	color:#fff;
}

/* PDFリンク */
.pdf-link{
	margin: 0;
	padding:15px;
	background-color: #bcbcbc;
	border-radius: 5px;
	text-align:center;


}
.pdf-link a{
	display:block;
	color:#fff;
}

