@charset "utf-8";

/**** 767px - 1023px ****/

/**** Grid ****/
.contents { clear:both; width:720px; }

.contents > .layout-main { width:720px; }
.contents > .layout-half { width:490px; }

.contents > .layout-two-columns { display:table; width:720px; }
.contents > .layout-three-columns { display:table; width:720px; }
.contents > .layout-four-columns { display:table; width:720px; }
.contents > .layout-menu-right { display:table; width:720px; }
.contents > .layout-menu-left { display:table; width:720px; }

.contents > .layout-with-menu { width:720px; }
.contents > .layout-with-menu > .main { width:500px; }
.contents > .layout-with-menu > .menu { width:180px; }
.contents > .layout-with-menu.no-padding > .main { width:520px; }


.contents > .layout-grid-two-columns { width:740px; }
.contents > .layout-grid-two-columns > .inner { width:350px; }
.contents > .layout-grid-two-columns.no-padding > .inner { width:360px; }

.contents > .layout-grid-three-columns { width:740px; }
.contents > .layout-grid-three-columns > .inner { width:226px; }
.contents > .layout-grid-three-columns.no-padding > .inner { width:240px; }

.contents > .layout-grid-four-columns { width:740px; }
.contents > .layout-grid-four-columns > .inner { width:350px; }
.contents > .layout-grid-four-columns.no-padding > .inner { width:360px; }


.contents > .layout-one-to-two { width:720px; }
.contents > .layout-one-to-two > .inner { width:230px; }
.contents > .layout-one-to-two > .inner + .inner { width:460px; margin-left:30px; }


/**** Item list > Slider  ****/
.item-slider > .prev { display:none; }
.item-slider > .next { display:none; }


/**** Item list > Box  ****/
.item-box-list.bg-dotted { margin-right:-15px; padding:5px 0 0 5px; }
.item-box-list.bg-dotted > ul > li { width:165px; margin:0 5px 15px 0; }


/**** Ribbon ****/
.ribbon > .inner { width:100%; }


/**** Header ****/
header > .inner { width:100%; }
header > .inner > .navigation { right:10px; }


/**** Palette ****/
.palette { width:720px; }

.palette.palette-search > .forms > .tab-targets > ul > li > a > span { display:none; }
.palette.palette-search > .forms > .tab-contents > .form { width:720px; white-space:normal; }
.palette.palette-search > .forms > .tab-contents > .form.form-food > form > .buttons { margin-top:10px; }
.palette.palette-search > .forms > .tab-contents > .form.form-water > form > .buttons { margin-top:0; }
.palette.palette-search > .forms > .tab-contents > .form.form-winery > form > .row { width:290px; }

.palette-campaign { width:760px; }
.palette-campaign > ul > li { width:226px; }

.palette.palette-list > .lower > .links { display:inline-block; width:auto; white-space:nowrap; padding:0 30px 40px 40px; text-align:left; vertical-align:top; }
.palette.palette-list > .lower > .links:last-child { display:inline-block; width:auto; padding:0 30px 40px 40px; text-align:left; }
.palette.palette-list > .lower > .links > .tools { width:120px; }



/**** Page > Top ****/
#page-top .x-cover > ul.x-cursor { width:720px; }
#page-top .x-cover > ul.x-cursor > li.x-prev { left:-10px; }
#page-top .x-cover > ul.x-cursor > li.x-next { right:-10px; }

#page-top .x-calendar-outer { width:350px; }

#page-top .x-news-outer { width:350px; }
#page-top .x-news { display:block; }
#page-top .x-news > .x-title { display:block; width:auto; margin-bottom:7px; }
#page-top .x-news > ul.x-list { display:block; width:auto; margin:0 -10px 0 -10px; padding-top:0; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; }
#page-top .x-news > ul.x-list > li { display:block; padding:8px 8px 6px 10px; }
#page-top .x-news > ul.x-list > li + li { margin-top:0; border-top:1px solid #e1e1e1; }
#page-top .x-news > ul.x-list > li > span { display:block; width:auto; margin:0 0 2px 0; font-size:11px; }
#page-top .x-news > ul.x-list > li > a { display:block; }


/**** Page > Item ****/
#page-item .layout-main .x-spec dl.form-field > dt { width:130px; }
#page-item .layout-main .x-spec div.form-field-wrap > dl.form-field + dl.form-field > dd { width:185px; }






