@charset "utf-8";

/*---------------------------------------------

アイテムページ用シート

---------------------------------------------*/

/* ▼メイン */
.item_area {
	width: 710px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 50px 0 0 0;
}

.item_area > div:nth-of-type(1) {width: 260px;}

.item_area > div:nth-of-type(2) {
	width: 400px;
	margin-bottom: 10px;
}

.item_sub {padding-top: 10px;}

.item_title {
	font-weight: bold;
	font-size: 188%;
	padding: 5px 0;
}

.item_kakaku {
	font-size: 94%;
	margin-bottom: 30px;
}

.item_setumei {
	font-weight: bold;
	font-size: 138%;
	margin-bottom: 30px;
}

.midashi01 {
	border: solid 1px #000;
	padding: 3px 10px;
	margin-bottom: 24px;
}

.toku_list {
	list-style: square;
	margin-left: 20px;
	margin-bottom: 50px;
}

.toku_list li {
	font-size: 94%;
	margin-bottom: 30px;
	line-height: 1.8;
}

.midashi02 {
	background: #f00;
	color: #fff;
	padding: 3px 10px;
	margin-bottom: 24px;
}

.chuui_list {
	list-style: square;
	margin-left: 20px;
}

.chuui_list li {
	font-size: 94%;
	margin-bottom: 30px;
	line-height: 1.8;
}

.shop_list {
	display: flex;
	margin: 0 0 30px 5px;
}

.shop_list li {margin-right: 20px;}

.pagetop {text-align: right;}

/*---------------------------------------------

Font Size

32px 200～203
30px 188～190
28px 175～178
26px 163～165
24px 150～153
22px 138～140
20px 125～128
19px 119～121
18px 113～115
17px 107～109
16px 100～103
15px 94～96
14px 88～90
13px 82～84
12px 75～78
11px 69～71 *
10px 63～65 *

* IE6,7では，文字コードをUTF-8以外の日本語コードShift_JISやEUC-JPにするか，font-familyで最初に日本語フォントを指定しないと，日本語フォントが指定どおりの大きさにならない。

---------------------------------------------*/
