@charset "UTF-8";
/***********************************************
// 概 要：共通化したcssファイルを読み込む
// 備 考：
***********************************************/
@import url("../../../css/header.css");
@import url("../../../css/class.css");
@import url("../../../css/footer.css");
@import url("../../../css/hammenu.css");
@import url("../../../css/acordion.css");
@import url("../../../css/productcontent.css");
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓コンテンツを表示している場所↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

/***********************************************
// 概 要：photoクラスで使用する画像サイズを設定する
// 備 考：
***********************************************/
#product .photo{
	max-width:50px;
	width:100%;
}

/***********************************************
// 概 要：linkphotoクラスで使用する画像サイズを設定する
// 備 考：
***********************************************/
#product .linkphoto{
	max-width:150px;
	width:100%;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑コンテンツを表示している場所↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
