#common_bgColorbox {
	background-color: #EEEEEE;
	width: 100%;
	height: 1100px;
}
#character_area {
	float: left;
	height: 1100px;
	width: 560px;
}

#introduction {
	float: left;
	height: 530px;
	width: 505px;
	padding-top: 90px;
	padding-left: 55px;
}
#introduction_mini {
	float: left;
	height: 330px;
	width: 505px;
	padding-top: 90px;
	padding-left: 55px;
}




#item_name {
	float: left;
	height: 100px;
	width: 505px;
	padding-left: 55px;
}
#item_spec {
	float: left;
	height: 380px;
	width: 505px;
	padding-left: 55px;
}
#item_picture {
	float: right;
	height: 1100px;
	width: 540px;
}

.item_picture_main {
	height: 695px;
	width: 520px;
	padding-top: 55px;
	float: right;
	padding-right: 10px;
}
.item_picture_sub {
	float: right;
	height: 215px;
	width: 160px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
.item_SizeOption {
	width: 1100px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.item_detail {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#item_others {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.item_box {
	height: 260px;
	width: 160px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 8pt;
}
.scroll {
	height: auto;
	width: 100%;
	clear: both;
	text-align: right;
}
#order_step {
	height: auto;
	width: 1100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.dummyspace {
	height: 60px;
	width: 900px;
	clear: both;
}



/* パンくずリスト用 */
ol.breadcrumb {
	list-style-type: none; /* 1.2.3.・・・のマーカーを消す */
	font-size: 9pt;
}
ol.breadcrumb li {
display: inline; /* liをインライン表示させる */
}
ol.breadcrumb li::before {
content: '\00bb'; /* li要素の前に>>記号を追加 */
}
ol.breadcrumb li:first-child:before {
content: ''; /* 最初のli要素から>>記号を消す */
}
