@charset "utf-8";

/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL: http://
Date: 200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/

body {
	line-height: 1.67;
	background: #fff none;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	font-family: 'メイリオ','ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
}


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

content

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

div#content {
	width: 720px;
	margin: 20px auto 0;
	padding: 0 0 0;
	background: #fff none;
}

#itemInfo .leftCol {
	float: left;
	margin: 0 0 0;
	width: 360px;
	text-align: center;
}

#itemInfo .leftCol img {
	vertical-align: middle;
}

#itemInfo .rightCol {
	float: right;
	width: 340px;
	padding-top: 20px;
}

#itemInfo h2 {
	font-size: 123.1%;
	font-weight: 700;
	color: #933;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 8px solid #f60;
	line-height: 1.3;
}

#itemInfo h2 span {
	font-size: 81.3%;
}

#itemInfo p {
	margin: 0 30px 5px 20px;
	line-height: 1.5;
}

#itemInfo p.price {
	margin: 1em 0 0 20px;
}

#itemInfo p.info {
	margin: 0 0 5px 20px;
}

#itemInfo h3 {
	margin: 1em 0 0.3em 10px;
}




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

clearfix (必要なければ消す)

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

/* Modern Browsers
------------------------------- */

div#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */

div#xxxx {
	*zoom: 1;
}