/*基本スタイル*/
.main {  font-size: 12px; line-height: 17px; color: #333333}
.10px {  font-size: 10px; line-height: 14px; color: #333333}
.mini {
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}
.red12 {
	font-size: 12px;
	line-height: 17px;
	color: #911212;
}
.red10 {
	font-size: 10px;
	color: #911212;
}
.big {
	font-size: 16px;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6,p,em,ul,dl {
	margin:0;
	padding:0;
}

/*マージン*/
.ml05{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.mr05{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mt05{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mb05{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}


/*位置*/
.center_t{
	text-align:center;
}
.left_t{
	text-align:left;
}
.right_t{
	text-align:right;
}
.center{
	margin:auto;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.fclear{
	clear:both;
}
.none{
	display:none;
}
.block{
	display:block;
}

/* 追加　バイヤー：基礎知識テーブル枠*/
.kisoTable {
	border:3px solid #911212;
	padding:5px;
}

a.red:{color:#911212; text-decoration:underline;
}
a.red:link{color:#911212; text-decoration:none;
}
a.red:visited {color:#911212; text-decoration:none;
}
a.red:hover {color:#911212; text-decoration:underline;
}
a.red:active {color:#f911212;
}

.footer {
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}

a.gray:{color:#333333; text-decoration:underline;
}
a.gray:link{color:#333333; text-decoration:none;
}
a.gray:visited {color:#333333; text-decoration:none;
}
a.gray:hover {color:#333333; text-decoration:underline;
}
a.gray:active {color:#333333;
}.white12 {
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}
a.white:{color:#FFFFFF; text-decoration:underline;
}
a.white:link{color:#FFFFFF; text-decoration:none;
}
a.white:visited {color:#FFFFFF; text-decoration:none;
}
a.white:hover {color:#FFFFFF; text-decoration:underline;
}
a.white:active {color:#FFFFFF;
}
.green10 {  font-size: 10px; color: #003616; line-height: normal}
.red14 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #911212;
	text-decoration: none;
}

.alpha{
	ime-mode:disabled;	
}

.kana{
	ime-mode: auto;
}
* form {
	margin: 0px!important;
	padding: 0px;
	display:inline;
}

input[type="text"],text,textarea {
	font-size:12px;
	margin: 2px;
	padding:2px;
	vertical-align: middle;
}
textarea {
	padding: 3px;
	width: 100%;
}


#recipe .Box01{
	margin:0 0 30px;
}

#recipe .Box01 h2{
	margin:0;
	color:#911212;
	font-size:18px;
	font-weight:bold;
}

#recipe .Box01 h3{
	margin:0 0 10px;
	color:#555;
	font-size:14px;
	font-weight:bold;
}

#recipe .Box01 p{
	margin:0;
	padding:3px 0 3px;
}


/* 追加　セール一覧ページ*/
body * #sale_tb th{
	color: #FFFFFF;
	padding: 5px 0px;
	text-align: center;
	background-color: #0f3717;
	vertical-align:middle;
}
body * #sale_tb td{
	padding: 5px 10px;
	vertical-align:middle;
}
.l-throough{
	text-decoration:line-through;
	font-size:12px;
	color:#FF0000;
	display:inline;
}
.l-throough2{
	text-decoration: none;
	color: #333333;
}
.s_price{
	font-size: 14px;
	font-weight:bold;
	color: #a12015;
	text-align:right;
}
.ta_rt{
	text-align: right;
}

