@charset "UTF-8";
/*==============================================================================
■Auther：Spice Labs Inc.
■Content：CSS リセットと共通クラス
■Note：
■Outline-----------------------------------------------------------------------

	1= CSS リセット
	2= 基本タグ設定
	3= 共通レイアウト
	4= ヘッダー
	5= 左サイドナビゲーション
	6= 右カラム
	7= フッター

==============================================================================*/
/*------------------------------------------------------------------------------ 1=CSS リセット*/
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*------------------------------------------------------------------------------ 2=基本タグ設定*/
body {
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  height: 100%;
  width: 100%;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  border: 0;
  color: #333;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  text-decoration: underline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  white-space: nowrap;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.5;
}

form th,
form td {
  padding: 10px 10px 10px 0;
}

form th {
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}

/*------------------------------------------------------------------------------ 3=共通レイアウト*/
.wrapper {
  height: auto;
  margin: 0 auto;
}

.contents {
  height: auto;
  word-break: break-all;
  word-wrap: break-word;
}

.centerCol {
  float: right;
  width: 581px;
  z-index: 1;
}

/*615 wide Box */
.container .containerFoot {
  width: 788px;
  clear: both;
}

/*　小ウインドウ用アウトライン要素 */
.wrapper730 {
  height: auto;
  margin: 0 auto;
  width: 730px;
}

.wrapper730 header {
  border-bottom: 1px #F15600 dotted;
  margin: 15px 0;
  padding-bottom: 10px;
}

.wrapper730 .contents {
  width: 730px;
}

/*　モダルウインドウ */
.popup {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin: 25px auto 0;
  width: 610px;
}

.popupWide {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin: 25px auto 0;
  padding: 0 30px;
  width: 650px;
}

.row {
  margin-bottom: 80px;
}

/*　要素 */
.boxContents {
  margin-bottom: 40px;
}

/*------------------------------------------------------------------------------ 4=ヘッダー*/
.mainLogo {
  float: left;
}

/**********************************************************
　グローバルナビ
**********************************************************/
.globalnavi {
  margin: 0;
  padding: 0;
}

/**********************************************************
　ヘッダー検索フォーム
**********************************************************/
.srchBox {
  clear: both;
}

.keywords1 {
  padding: 2px;
  width: 204px;
}

.subSrch li {
  float: left;
  margin-right: 8px;
}

.subSrch li a {
  color: #591D13;
  text-decoration: underline;
}

.subSrch li a:hover {
  text-decoration: none;
}

.recipeRanking {
  font-weight: bold;
}

.recipeRanking a {
  color: #591D13;
  font-weight: bold;
}

.myPage,
.logOut,
.entry,
.login {
  background: url(../images/btn_header_form.png) no-repeat;
  height: 20px;
  width: 68px;
}

.myPage a,
.logOut a,
.entry a,
.login a {
  display: block;
  height: 20px;
  width: 68px;
}

.myPage:hover {
  background-position: 0 -20px;
}

.logOut {
  background-position: -68px 0;
  right: 0;
}

.logOut:hover {
  background-position: -68px -20px;
}

.entry {
  background-position: -136px 0;
  right: 72px;
}

.entry:hover {
  background-position: -136px -20px;
}

.login {
  background-position: -204px 0;
  right: 0;
}

.login:hover {
  background-position: -204px -20px;
}

/**********************************************************
　PRリスト 3項目表示
**********************************************************/
.prList {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  float: left;
  position: relative;
  left: 50%;
}

.prList li {
  border-right: 1px #050505 solid;
  float: left;
  padding: 0 5px;
  position: relative;
  right: 50%;
}

.prList li a {
  text-decoration: underline;
}

.prList li a:hover {
  text-decoration: none;
}

.prList li.last {
  border-right: none;
  padding-right: 0;
}

/**********************************************************
　Liveスライダー用プラグイン
**********************************************************/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.bx-wrapper img {
  max-width: 100%;
  /*display: block;*/
}

.bx-wrapper .slide {
  height: auto;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*	left: -5px;
  	margin: 5px;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  /*	background: image-url('bx_loader.gif') center center no-repeat #fff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none !important;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/*.bx-wrapper .bx-prev {
	left: 10px;
	background: image-url('controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: image-url('controls.png') no-repeat -43px -32px;
}*/
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: 1px;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  width: 10px;
  height: 11px;
  outline: 0;
  /*	background: image-url('controls.png') -86px -11px no-repeat;*/
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  width: 9px;
  height: 11px;
  outline: 0;
  /*	background: image-url('controls.png') -86px -44px no-repeat;*/
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*------------------------------------------------------------------------------ 5=左サイドナビゲーション*/
/*------------------------------------------------------------------------------ 6=右カラム*/
.rightContainer {
  float: right;
  overflow: hidden;
  width: 300px;
}

.rightContainer .block {
  border: 1px #ccc solid;
  margin-bottom: 15px;
  padding: 10px 10px;
}

.rightContainer .block ul {
  line-height: 1.5;
}

.rightContainer .block .title {
  height: 21px;
  margin-bottom: 15px;
  width: 278px;
}

.rightContainer .block li {
  background: url(../images/icon_dot_orange.png) no-repeat 0px 6px;
  border-bottom: 1px #bcbcbc dotted;
  margin-bottom: 10px;
  padding: 0 15px 10px;
  width: 248px;
}

.rightContainer .block ul li.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rightContainer .block ul li img {
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.rightContainer .block ul li img.opp {
  vertical-align: middle;
}

.rightContainer .block dl {
  border-bottom: 1px #bcbcbc dotted;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.rightContainer .block dl.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rightContainer .block dl dt {
  float: left;
  margin-right: 13px;
  overflow: hidden;
  width: 102px;
}

.rightContainer .block dl dt img {
  border: 1px #ccc solid;
}

.sidecontainer .list a:hover {
  text-decoration: underline;
}

.presentLead a,
.presentNumber a {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.presentNumber a {
  margin-bottom: 0;
}

.presentLead a:hover,
.presentNumber a:hover {
  text-decoration: underline;
}

.newsBox h2.title {
  background-position: -10px -220px;
  height: 23px;
  margin-bottom: 15px;
  width: 278px;
}

/*　注目トピックス　*/
.rightTopic .mainTitle {
  border-top: 1px #ff6600 solid;
  border-bottom: 1px #ff6600 dotted;
  padding: 17px 0 13px 0;
  margin: 0 0 22px 0;
}

.rightTopicList {
  margin-left: 11px;
}

.rightTopicList li {
  background: url(../images/icon_arrow_orange.png) no-repeat left center;
  margin-bottom: 20px;
  padding-left: 13px;
  padding-top: 2px;
  vertical-align: middle;
}

.rightTopicList li.last {
  margin-bottom: 0;
}

.rightTopicList li a {
  font-size: 14px;
  text-decoration: underline;
}

.rightTopicList li a:hover {
  text-decoration: none;
}

.rightTopicList li img {
  margin-left: 5px;
  vertical-align: bottom;
}

/*　みんなのコレに決めた！　*/
.liveBox {
  background: #fff9e4;
  border: 1px #ccc solid;
  margin-bottom: 15px;
  padding-bottom: 10px;
  width: 298px;
}

.liveBox .inner {
  border-bottom: 1px #591D13 dotted;
  margin: 0 9px 15px;
  padding-bottom: 5px;
  width: 280px;
}

.liveBox .inner.last {
  border-bottom: none;
  margin-bottom: 0;
}

.liveBox img.thumb {
  display: block;
  margin: 0 auto 5px;
  background: #fff;
  border: 1px #ccc solid;
  margin: 0 auto 5px;
  padding: 4px;
}

.liveBox .title {
  font-size: 14px;
  margin-bottom: 7px;
}

.rightContainer .vertical3Col {
  margin-bottom: 0px;
}

.vertical3Col .inner .recipeBlock {
  margin-right: 5px;
  width: 90px;
}

.vertical3Col .inner .recipeBlock .recipeImage {
  width: 90px;
}

.vertical3Col .inner .recipeBlock .recipeImage .ranking {
  height: 23px;
  margin: 0 auto 5px;
  width: 90px;
}

.vertical3Col .inner .recipeBlock .recipeImage .ranking img {
  background: none;
  border: none;
  margin: 0 30px 5px;
  padding: 0;
}

.vertical3Col .inner .last {
  margin-right: 0;
}

.vertical3Col .inner .recipeBlock .recipeTitle {
  font-size: 12px;
  width: 90px;
}

.liveBoxPickup {
  padding: 0 10px;
}

.liveBoxPickup h2.title {
  height: 20px;
  margin-bottom: 10px;
  width: 278px;
}

.liveBoxPickupList {
  margin-bottom: 15px;
}

.liveBoxPickupList li {
  margin-bottom: 10px;
}

.liveBoxPickupList li.last {
  margin-bottom: 0;
}

/*.liveBoxPickupList li img { margin-right: 5px; }*/
.liveBoxPickupList li a {
  font-size: 12px;
  line-height: 1.5;
}

.listBlock {
  border-bottom: 1px #333333 dotted;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.block .last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.listBlock .image,
.listBlock .info {
  float: left;
}

.listBlock .image {
  margin-right: 10px;
  width: 90px;
}

.listBlock .image img {
  border: 1px #ccc solid;
}

.listBlock .info {
  width: 200px;
}

.bookTitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bookTitle a:hover {
  text-decoration: underline;
}

.bookDate {
  margin-bottom: 8px;
}

.bookLead {
  line-height: 1.5;
  margin-bottom: 10px;
}

.presentBox .listBlock .image {
  margin-right: 15px;
}

.rightRanking {
  width: 280px;
}

.sitesrch {
  font-family: Tahoma, Geneva, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}

.sitesrch h2 {
  line-height: normal;
}

.sitesrch .cse form.gsc-search-box,
.sitesrch form.gsc-search-box {
  padding: 0;
  margin: 0;
}

.sitesrch table.gsc-search-box td.gsc-input {
  margin: 0;
  padding: 0;
}

.sitesrch input.gsc-input {
  width: 216px;
  margin-right: 6px;
  padding: 5px;
  border: 1px solid #591d13;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.sitesrch input.gsc-search-button {
  width: 64px !important;
  height: 28px !important;
  padding: 0 6px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.sitesrch .gsib_a {
  padding-top: 5px;
}

.sitesrch .gsc-clear-button {
  display: none;
}

.gsc-completion-container {
  font-family: Tahoma, Geneva, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif !important;
}

/*
.sitesrch .gsc-search-button {
 	background-image: url(../images/btn_sitesrch.png) no-repeat;
	background-position: 0 0;
	border: none;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	height:28px;
	width: 66px;
}
.sitesrch .gsc-search-button:hover {
	background-position: 0 -28px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
*/
/*------------------------------------------------------------------------------ 7=フッター*/
.footer {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}

.footer .wrapper {
  position: relative;
  min-height: 0;
}

.footer .footerPagetop {
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 2px solid #591d13;
}

.footer .footerPagetop .wrapper {
  height: 40px;
}

.footer .footerPagetop a {
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}

.footer .footerShortLinks {
  display: block;
  height: 368px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #591d13;
  background: #fff9e4;
  overflow: hidden;
}

.footer .footerShortLinks .footerShortLinksSet {
  float: left;
  display: block;
  margin: 0;
  padding: 20px 10px 0;
  border: 0;
}

.footer .footerShortLinks .footerShortLinksSetA {
  width: 223px;
}

.footer .footerShortLinks .footerShortLinksSetB {
  width: 222px;
}

.footer .footerShortLinks .footerShortLinksSet h2 {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.footer .footerShortLinks .footerShortLinksSet ul {
  display: block;
  margin: 0;
  padding: 10px 0 0;
  border: 0;
  font-size: 14px;
  line-height: 1.8;
  list-style-type: none;
}

.footer .footerShortLinks .footerShortLinksSet ul li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}

.footer .footerShortLinks .footerShortLinksSet ul li a {
  color: #591d13;
}

.footer .footerCommon {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.footer .footerCommon .footerNavigation {
  display: block;
  margin: 0;
  border: 0;
  color: #591d13;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.footer .footerCommon .footerNavigation ul {
  display: block;
  margin: 0;
  list-style-type: none;
}

.footer .footerCommon .footerNavigation ul li {
  margin: 0;
  list-style-type: none;
}

.footer .footerCommon .footerNavigation ul li a {
  color: #591d13;
}

.footer .footerCommon .footerCopyright {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.footer .footerCommon .footerCopyright p {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  color: #591d13;
  text-align: center;
  line-height: 1.8;
}

