/*****************************************************

	全ての要素をリセット
	各ブラウザの表示を統一するための設定です

*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table { border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default */
body {
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}
body td,
body th {
	font-size: 100%;
}
table {
	border-collapse:collapse;
}
img {
	height: auto;
	max-width: 100%;
}

/*****************************************************

	基本設定、リンクカラーなど

*****************************************************/
a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #555;
	text-decoration: underline;
}

a:hover{
	color: #AE1212;
}

a:active{
	color: #AE1212;
	text-decoration: underline;
}
.clear:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

* {
	box-sizing: border-box;
}
.inner {
	margin: 0 auto;
	width: 1128px;
}

/*****************************************************

	ヘッダ #header

*****************************************************/
#header {
	border-bottom: 1px solid #ddd;
	color: #555;
	font-size: 16px;
	padding: 20px 0;
}
#header:after {
	clear: both;
	content: '';
	display: block;
}
#header_logo {
	float: left;
	margin: 0 66px;
}
#header_body {
	margin-left: 229px;
}
#header_body:after {
	clear: both;
	content: '';
	display: block;
}
#header_body_top {
	overflow: hidden;
}
#header_body_top p {
	float: left;
}
#header_sub_navi {
	float: right;
}
#header_sub_navi li {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
#global_navi {
	margin-top: 15px;
	width: 100%;
}
#global_navi:after {
	clear: both;
	content: '';
	display: block;
}
#global_navi li {
	float: left;
	position: relative;
	width: 25%;
}
#global_navi li a {
	display: block;
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	padding: 15px;
	text-decoration: none;
}
#global_navi li a:hover:before {
	content: url(../../lambrusco/img/navi/arrow.png);
	margin: 0 6px 0 -12px;
}
#global_navi li ul {
	background: #fff;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 3;
}
#global_navi li ul li {
	float: none;
	position: static;
	width: 100%;
}

/*****************************************************

	コンテンツ #content

*****************************************************/
#content {
	overflow: hidden;
	padding-top: 44px;
	padding-bottom: 700px;
	position: relative;
}
#makebanner {
	width: 1128px;
}
#makebanner > tbody > tr:first-of-type > td:first-of-type {
	width: 220px;
}
#makebanner > tbody > tr:first-of-type > td:nth-of-type(2) {
	width: 28px;
}
#makebanner > tbody > tr:first-of-type > td:nth-of-type(3) {
	width: 880px;
}
#main {
	line-height: 1.7;
}
#M_topicPathWrap {
	background: #f5f3ef;
	margin-bottom: 20px;
	padding: 8px;
}
.breadcrumb {
	background: #f5f3ef;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 8px;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li:before {
	content: '\003e';
	margin: 0 5px;
}
.breadcrumb li:first-child:before {
	content: '';
	margin: 0;
}
.breadcrumb li a {
	color: #333;
}
.page_title {
	font-size: 24px;
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: normal;
	background: url(../../lambrusco/img/common/bg_page_title.png) repeat-x left bottom;
	padding: 1em 0;
	margin-bottom: 1em;
}
.section {
	margin-bottom: 40px;
}
.section_title {
	margin-bottom: 20px;
}
.taste {
	background: url(../../lambrusco/img/common/badge_taste.png) no-repeat;
	display: inline-block;
	height: 18px;
	margin-bottom: 20px;
	text-indent: -9999px;
	width: 115px;
}
.taste.taste-1 {
	background-position: left 0;
}
.taste.taste-2 {
	background-position: left -20px;
}
.taste.taste-3 {
	background-position: left -40px;
}
.taste.taste-4 {
	background-position: left -60px;
}

.character {
	font-size: 14px;
	margin-bottom: 20px;
}
.character li {
	margin: 4px 0;
}
.character li:after {
	background: url(../../lambrusco/img/common/character.png) no-repeat;
	content: '';
	display: inline-block;
	height: 21px;
	margin-left: 12px;
	vertical-align: middle;
	width: 109px;
}
.character .character-1:after {
	background-position: left 0;
}
.character .character-2:after {
	background-position: left -21px;
}
.character .character-3:after {
	background-position: left -42px;
}
.character .character-4:after {
	background-position: left -63px;
}
.character .character-5:after {
	background-position: left -84px;
}
.quantity input {
	font-size: 16px;
	padding: .5em;
	vertical-align: top;
}
.quantity .updown {
	display: inline-block;
}
.quantity .updown a {
	text-decoration: none;
	line-height: 1.5;
}
#sub .sub_banner_list {
	margin-bottom: 40px;
}
#sub .sub_banner_list li {
	margin-bottom: 20px;
}
#sub .sub_section {
	margin-bottom: 40px;
}
#sub .sub_section_title {
	margin-bottom: 20px;
}
#sub_section_1 .sub_section_body {
	background: #f5f3ef;
	padding: 20px;
}
#sub_section_1 .sub_section_body dt {
	margin-bottom: 15px;
}
#sub_section_1 .sub_section_body dd {
	margin-bottom: 20px;
}
#sub_section_1 .sub_section_body dd li {
	margin: 15px 0;
}
#sub_section_1 .sub_section_body dd li a {
	text-decoration: none;
}
#sub_section_2 li {
	margin-bottom: 15px;
}


/*****************************************************

	フッタ #footer

*****************************************************/

#footer {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
#footer_top {
	background: #faf8f6;
	overflow: hidden;
	padding: 30px 0;
}
#footer_top .footer_section {
	border-left: 1px dashed rgb(206, 204, 203);
	padding: 0 15px;
}
#footer_top .footer_section_title {
	margin-bottom: 15px;
}
#footer_top .footer_section_body {
	margin-bottom: 20px;
}
#footer_top .footer_section_3_item_title {
	font-size: 14px;
}
#footer_top .footer_section_3_item_title:before {
	content: '\0025cf';
	font-size: 6px;
	margin-right: .5em;
}
#footer_top p,
#footer_top ul {
	margin: 1em 0;
}
#footer_top ul {
	padding-left: 20px;
}
#footer_top ul li {
	list-style-type: disc;
}
#footer_top a:before {
	content: '\0025b6';
	font-size: 6px;
}
#footer_top .warning {
	color: #ae1212;
	font-size: 16px;
}
#footer_top_left {
	float: left;
	width: 33%;
}
#footer_top_right {
	border-right: 1px dashed rgb(206, 204, 203);
	overflow: hidden;
}
#footer_section_3_left {
	float: left;
	width: 49%;
}
#footer_section_3_right {
	float: right;
	width: 49%;
}
#footer_section_3 .footer_section_body {
	overflow: hidden;
}
#footer_bottom {
	background: url(../../lambrusco/img/footer/bottom_bg.png);
	padding: 30px 0;
}
#footer_bottom_list {
	margin: 80px 0 120px;
	overflow: hidden;
}
#footer_bottom_list .footer_bottom_list_item {
	float: left;
	width: 20%;
}
#footer_bottom_list .footer_bottom_list_item ul li {
	margin: 10px 0;
}
#footer_bottom_list .footer_bottom_list_item ul li a:before {
	content: '\0025b6';
	font-size: 6px;
}
#footer_bottom_list .footer_bottom_list_item_title {
	margin-bottom: 10px;
}
#footer_bottom_footer {
	overflow: hidden;
}
#footer_bottom_footer p {
	float: left;
}
#footer_bottom_footer ul {
	float: right;
}
#footer_bottom_footer ul li {
	float: left;
}
#footer_bottom_footer ul li a {
	text-decoration: none;
}
#footer_bottom_footer ul li a:before {
	content: '|';
	margin: 0 .5em;
}
#footer_bottom_footer ul li:first-child a:before {
	content: none;
	margin: 0;
}
#footer_copyright {
	background: url(../../lambrusco/img/footer/copyright_bg.png);
	height: 80px;
	position: relative;
}
#footer_copyright img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}