@charset "utf-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px;
}

p {
	margin: 0;
	padding: 0;
	}
	
.mainBox {
	width: 400px;
	height: 500px;
	margin: 0 auto auto;
	padding: 20px;
}

/* 一番上の名前 */
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #896D4A;
	margin-bottom: 10px;
}

/* W280 */
.miniBox {
	width: 280px;
	height: 160px;
	margin-left: auto;
	margin-top: 10px;
	float:right;
}

/* W280 */
.miniBoxMAX {
	width: 400px;
	height: 160px;
	margin-left: auto;
	margin-top: 10px;
	float:right;
}

/* 日本語の名前 */
.nameJapanese {
	font-size: 12px;
	color: #000;
	margin-right: 10px;
}

/* 英語の名前（小） */
.nameEnglish {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #896D4A;
}

/* 商品説明 */
.comment {
	font-size: 10px;
	line-height: 140%;
	color: #666;
}

.comment_red {
	font-size: 10px;
	line-height: 140%;
	color:#990000;
}

/* 紅茶価格 */
.price {
font-size:14px;
line-height:1.2em;
color:#666;
}

/* ミルク表示 */
.milk_icon {
margin-top:2px;
height:16px;
font-size:12px;
padding:2px 0 0 25px;
background:url(../../contents/lineup_tea/detail/img/milk_icon.jpg) no-repeat;
color:#666;
}

/* 水色 */
.sui {
	float: left;
	margin-right: auto;
	margin-top: 10px;
	}
	
/* 下部 */
.navi {
	clear: both;
	width: 400px;
	bottom: 0px;
}

.back {
	float:left;
	margin-left: 0;
	margin-right: auto;
	}
.back a{
	border: 0;
	width: 55px;
	height: 16px;
	display: block;
	background-image: url(../../contents/lineup_tea/detail/img/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.back a:hover{
	border: 0;
	width: 55px;
	height: 16px;
	display: block;
	background-image: url(../../contents/lineup_tea/detail/img/back_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.back a span{
	display: none;
}

.next {
	float:right;
	margin-left: auto;
	margin-right: 0;
	}
.next a{
	border: 0;
	width: 55px;
	height: 16px;
	display: block;
	background-image: url(../../contents/lineup_tea/detail/img/next.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.next a:hover{
	border: 0;
	width: 55px;
	height: 16px;
	display: block;
	background-image: url(../../contents/lineup_tea/detail/img/next_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.next a span{
	display: none;
}
