@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  vertical-align: bottom;
  pointer-events: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


	#search_options dl dd a {
		text-decoration: none;
		color: #79725f;
	}

	#search_options dl dd 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;
}

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

input, select {
  vertical-align: middle;
}

/* MODULE BASIC */
/* CSS Document */
html,
body {
  height: 100%;
  font-size: 13px;
  font-family: sans-serif;
  color: #604720;
}

input {
  margin: 0;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


#suntory_contents {
  height: 100%;
  width: 100%;
  position: relative;
}

#wrapper {
  padding-bottom: 10px;
  background: #f7f7f7 repeat;
  background-image: url("../../img/common/bg_01.png");
  -webkit-background-size: 243px 243px;
  -moz-background-size: 243px 243px;
  -o-background-size: 243px 243px;
  background-size: 243px 243px;
  min-height: 100%;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: -3px 0 12px rgba(0, 0, 0, 0.5), 3px 0 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -3px 0 12px rgba(0, 0, 0, 0.5), 3px 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: -3px 0 12px rgba(0, 0, 0, 0.5), 3px 0 12px rgba(0, 0, 0, 0.5);
}

/*グローバルナビ*/
#global_nav,
#personal_nav {
  position: absolute;
  z-index: 0;
  width: 85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../../img/common/gnav/bg_01.png");
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;
}

/* To layout classes*/
body #wrapper,
body #global_nav,
body #personal_nav {
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
body #suntory_contents {
  overflow-x: none;
}
body #wrapper {
  left: 0;
  z-index: 2;
}
body #global_nav {
  left: -50%;
  z-index: 1;
  overflow: scroll;
  height: 100%;
}
body #personal_nav {
  left: 15%;
  z-index: 0;
  overflow: scroll;
  height: 100%;
}

body.open_global_nav .g_navbar li.g_menu {
  pointer-events: none;
}
body.open_global_nav #suntory_contents {
  overflow-x: hidden;
}
body.open_global_nav #wrapper {
  left: 85%;
  overflow: hidden;
  height: 100%;
}
body.open_global_nav #wrapper a,
body.open_global_nav #wrapper input {
  pointer-events: none;
}
body.open_global_nav #global_nav {
  left: 0;
}

body.open_personal_nav .g_navbar li.g_mynav {
  pointer-events: none;
}
body.open_personal_nav #wrapper {
  left: -85%;
  overflow: hidden;
  height: 100%;
}
body.open_personal_nav #wrapper a,
body.open_personal_nav #wrapper input {
  pointer-events: none;
}
body.open_personal_nav #global_nav {
  left: -85%;
}

#suntoryTownFrame {
  display: none;
}

/* MODULE NAVIGATIONS */
/* CSS Document */
/*ヘッダーナビゲーション*/
#home .g_navbar.visitor h1 {
  padding: 10px 0 10px;
}
#home .g_navbar.visitor li.g_menu {
  top: 10px;
}
#home .g_navbar.visitor li.g_login {
  top: 10px;
}

/*ヘッダーナビゲーション：未ログイン*/
.g_navbar {
  position: relative;
  background-image: url("../../img/common/nav/bg_01.png");
  -webkit-background-size: 44px 44px;
  -moz-background-size: 44px 44px;
  -o-background-size: 44px 44px;
  background-size: 44px 44px;
  background-position: 8px 0;
  border-bottom: 1px solid #85503F;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  /*ヘッダーナビゲーション：ログイン済*/
}
.g_navbar h1 {
  padding: 10px 0 10px;
  text-align: center;
}
.g_navbar a {
  display: block;
}
.g_navbar.member a {
  height: 30px;
}
.g_navbar li {
  position: absolute;
}
.g_navbar li.g_menu {
  top: 5px;
  left: 10px;
}
.g_navbar li.g_login {
  top: 5px;
  right: 10px;
}
.g_navbar li.g_memo {
  top: 5px;
  right: 51px;
}
.g_navbar li.g_mynav {
  top: 5px;
  right: 6px;
}
.g_navbar.visitor li.g_login {
  display: block;
}
.g_navbar.visitor li.g_memo, .g_navbar.visitor li.g_mynav {
  display: none;
}
.g_navbar.member h1 {
  height: 30px;
  text-align: left;
}
.g_navbar.member h1 a img {
  position: absolute;
  left: 50%;
  margin-left: -92px;
}
.g_navbar.member li.g_menu {
  left: 6px;
}
.g_navbar.member li.g_login {
  display: none;
}
.g_navbar.member li.g_memo, .g_navbar.member li.g_mynav {
  display: block;
}

/*サブナビゲーション*/
.g_nav {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  background: #FFF repeat-x left bottom;
  background-image: url("../../img/common/nav/ln_01.png");
  -webkit-background-size: 320px 4px;
  -moz-background-size: 320px 4px;
  -o-background-size: 320px 4px;
  background-size: 320px 4px;
}
.g_nav p {
  float: left;
  width: 20%;
}
.g_nav a {
  display: block;
  padding: 13px 8px;
}
.g_nav h2 {
  padding: 13px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 116%;
  text-align: right;
  color: #a19486;
}

/*ページコントロール*/
.page_ctrl {
  padding: 5px 0;
}
.page_ctrl a {
  display: block;
}
.page_ctrl ol {
  display: block;
  width: 100%;
  text-align: center;
}
.page_ctrl li {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 8px;
  height: 8px;
  background: #C0B7A7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px rgba(96, 71, 32, 0.6) inset;
  -moz-box-shadow: 0 0 1px rgba(96, 71, 32, 0.6) inset;
  box-shadow: 0 0 1px rgba(96, 71, 32, 0.6) inset;
  text-indent: 9999px;
}
.page_ctrl li.current {
  background: #D28838;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.page_nav {
  z-index: 1;
  width: 100%;
  height: 44px;
}
.page_nav a {
  display: block;
  padding: 6px 10px;
  width: 32px;
}
.page_nav ul {
  zoom: 1;
  line-height: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page_nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.page_nav li:first-child {
  float: left;
}
.page_nav li:last-child {
  float: right;
}
.page_nav.first_page li:first-child, .page_nav.last_page li:last-child {
  opacity: 0.6;
}

/*ページネート*/
.footer_page_navi {
  position: relative;
  padding: 23px 0;
}
.footer_page_navi p {
  text-align: center;
  color: #81705b;
  font-size: 116%;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
.footer_page_navi p em {
  font-style: normal;
  font-size: 170%;
}
.footer_page_navi .page_nav {
  position: absolute;
  top: 20px;
}
.footer_page_navi .page_nav ul li#first_page {
  float: left;
}
.footer_page_navi .page_nav ul li#last_page {
  float: right;
}

.pagetop {
  margin: 15px 0 0;
}
.pagetop a {
  margin-left: auto;
  display: block;
  padding: 15px 10px 15px 20px;
  width: 150px;
  color: #a19486;
  text-decoration: none;
  font-weight: bold;
  background: no-repeat 0 45%;
  background-image: url("../../img/common/co/ic_12.png");
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*リンクアイコン*/
.link_icon,
.link_icon_back {
  margin-top: 20px;
  clear: both;
  line-height: 1.5;
}
.link_icon a,
.link_icon_back a {
  display: block;
  background-repeat: no-repeat;
  font-weight: bold;
  text-decoration: none;
  color: #7f7059;
  -webkit-text-size-adjust: none;
}

.link_icon {
  text-align: right;
}
.link_icon a {
  background-image: url("../../img/common/nav/ic_01.png");
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
  background-position: right center;
  padding-right: 25px;
}
.link_icon.external {
  margin-top: 0;
}
.link_icon.external a {
  background-image: url("../../img/common/nav/ic_02.png");
  -webkit-background-size: 15px 16px;
  -moz-background-size: 15px 16px;
  -o-background-size: 15px 16px;
  background-size: 15px 16px;
}

/*リンクアイコン*/
.link_icon_back a {
  background-image: url("../../img/common/co/ic_14.png");
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
  background-position: left center;
  padding-left: 25px;
}

/*バルーン*/
.g_mynav .balloon {
  top: 50px;
  right: 0;
  width: 163px;
}
.g_mynav .balloon p {
  text-align: center;
}
.g_mynav .balloon:before, .g_mynav .balloon:after {
  left: 90% !important;
}

/* MODULE GLOBAL NAVIGATIONS */
/* CSS Document */
/*グローバルナビ*/
#global_nav nav,
#personal_nav nav {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  background-image: url("../../img/common/gnav/bg_03.png");
  -webkit-background-size: 50px 46px;
  -moz-background-size: 50px 46px;
  -o-background-size: 50px 46px;
  background-size: 50px 46px;
}
#global_nav h1,
#personal_nav h1 {
  position: relative;
  background-image: url("../../img/common/gnav/bg_04.png");
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: 18px 16px;
  font-size: 108%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
}
#global_nav h2,
#personal_nav h2 {
  position: relative;
  background-image: url("../../img/common/gnav/bg_02.png");
  -webkit-background-size: 50px 46px;
  -moz-background-size: 50px 46px;
  -o-background-size: 50px 46px;
  background-size: 50px 46px;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #653907;
  font-weight: bold;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  font-size: 124%;
}
#global_nav h2 a,
#personal_nav h2 a {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #653907;
  text-decoration: none;
}
#global_nav nav > h2,
#personal_nav nav > h2 {
  border-bottom: 1px #8F7B58 solid;
}
#global_nav nav > section > h2,
#personal_nav nav > section > h2 {
  border-style: solid;
  border-width: 0 0 1px 0;
  -moz-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -o-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15) inset;
}
#global_nav ul li,
#global_nav ol li,
#personal_nav ul li,
#personal_nav ol li {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  border-width: 0px 0px 1px;
  -moz-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -o-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15) inset;
  font-size: 108%;
  color: #4e3a1a;
}
#global_nav ul li:last-child,
#global_nav ol li:last-child,
#personal_nav ul li:last-child,
#personal_nav ol li:last-child {
  -moz-border-image: none;
  -webkit-border-image: none;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-bottom: 1px solid #A09279;
}
#global_nav ul li a,
#global_nav ol li a,
#personal_nav ul li a,
#personal_nav ol li a {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #4e3a1a;
  text-decoration: none;
}

#global_nav h2 a {
  height: 44px;
  padding: 14px;
  background: no-repeat 96% center;
  background-image: url("../../img/common/gnav/bt_01.png");
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
}
#global_nav h2 a.external {
  background: no-repeat 96% center;
  background-image: url("../../img/common/nav/ic_02.png");
  -webkit-background-size: 15px 16px;
  -moz-background-size: 15px 16px;
  -o-background-size: 15px 16px;
  background-size: 15px 16px;
}
#global_nav h2 a img.ico {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -12px 0 0 -12px;
}
#global_nav ul li a, #global_nav ol li a {
  padding: 14px 12px;
}
#global_nav h2.icon a {
  padding-left: 36px;
}

#personal_nav h1 {
  font-weight: bold;
  -webkit-background-size: auto auto;
  -moz-background-size: auto auto;
  -o-background-size: auto auto;
  background-size: auto auto;
  height: auto;
}
#personal_nav h1 em {
  font-style: normal;
  padding-right: 5px;
  line-height: 1.3;
}
#personal_nav h1 span.unit {
  font-size: 77%;
}
#personal_nav p.status {
  background: rgba(187, 187, 187, 0.6);
  border-bottom: 1px solid #A09279;
  color: #666666;
  padding: 8px 10px;
  text-align: right;
  font-weight: bold;
  font-size: 85%;
  -webkit-box-shadow: 0 3px 3px rgba(64, 32, 0, 0.25) inset;
  -moz-box-shadow: 0 3px 3px rgba(64, 32, 0, 0.25) inset;
  box-shadow: 0 3px 3px rgba(64, 32, 0, 0.25) inset;
}
#personal_nav p.logout {
  padding: 15px;
  text-align: right;
}
#personal_nav p.logout a {
  color: #77664b;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
#personal_nav h2 {
  padding: 7px 14px 6px;
  color: #77664b;
  font-size: 85%;
}
#personal_nav #suntory_point .sp {
  background: no-repeat 10px 12px;
  background-image: url("../../img/common/gnav/ic_08.png");
  -webkit-background-size: 60px 62px;
  -moz-background-size: 60px 62px;
  -o-background-size: 60px 62px;
  background-size: 60px 62px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: -3px 0 12px rgba(0, 0, 0, 0.5), 3px 0 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -3px 0 12px rgba(0, 0, 0, 0.5), 3px 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: -3px 0 12px rgba(0, 0, 0, 0.5), 3px 0 12px rgba(0, 0, 0, 0.5);
}
#personal_nav #suntory_point .sp h3 {
  padding: 20px 5px 5px 80px;
  -webkit-text-size-adjust: none;
}
#personal_nav #suntory_point .sp p {
  color: #79725f;
  font-weight: bold;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  padding: 0 10px 20px 75px;
}
#personal_nav #suntory_point .sp p em {
  font-size: 216%;
  color: #f39f0e;
  font-style: normal;
  padding: 0 5px;
}
#personal_nav #suntory_point li a.external {
  background: no-repeat 96% center;
  background-image: url("../../img/common/nav/ic_02.png");
  -webkit-background-size: 15px 16px;
  -moz-background-size: 15px 16px;
  -o-background-size: 15px 16px;
  background-size: 15px 16px;
}
#personal_nav li a {
  padding: 15px;
}
#personal_nav li a img.ico {
  position: absolute;
  top: 50%;
  left: 25px;
  margin: -12px 0 0 -12px;
}
#personal_nav #my_tool li a {
  padding-left: 45px;
}

/* MODULE HEADLINES */
/* CSS Document */
/**********************/
/*コンテンツ要素        */
/**********************/
#wrapper > h1,
#wrapper > section > h1 {
  color: #604720;
  font-size: 147%;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}

/*見出しショルダー*/
hgroup.g_co_headlines {
  position: relative;
  padding: 20px 8px 8px;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
hgroup.g_co_headlines h1 {
  color: #604720;
  font-size: 147%;
}
hgroup.g_co_headlines h2:first-child {
  position: absolute;
  top: 6px;
  font-size: 77%;
  color: #81705b;
}

/*セクションタイトル*/
.g_hl {
  position: relative;
  border-style: solid;
  border-width: 0 0 1px 0;
  -moz-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -o-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  box-shadow: 0 -1px 0 0 #fff;
  background-image: url("../../img/common/co/bg_01.png");
  background-position: top center;
  background-repeat: repeat-x;
  color: #7f5f26;
  font-size: 124%;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8), 0 0 1px rgba(0, 0, 0, 0.5);
  padding: 14px 9px 9px;
  /* for .link, .accordion h*/
  /*セクションタイトル：ボタン付*/
  /*セクションタイトル：アイコン付き*/
}
.g_hl > a {
  display: block;
  color: #7f5f26;
  text-decoration: none;
  padding: 14px 9px 9px;
}
.g_hl.addBtn a.btn {
  padding: 0;
  position: absolute;
  top: 50%;
  right: 3px;
  margin: -16px 0 0;
}
.g_hl.iconTtl {
  padding-left: 45px;
}
.g_hl.iconTtl img.icon {
  position: absolute;
  top: 50%;
  left: 24px;
  margin: -15px 0 0 -15px;
}

/*セクションタイトル：リンク*/
h2.g_hl.link {
  padding: 0;
  /*セクションタイトル：リンク&アイコン*/
}
h2.g_hl.link a {
  background: no-repeat 97% 54%;
  background-image: url("../../img/common/co/ic_01.png");
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
}
h2.g_hl.link.iconTtl a {
  padding-left: 37px;
}

hgroup.g_hl h1 {
  font-size: 100%;
}
hgroup.g_hl h2 {
  position: relative;
  font-size: 62%;
  font-weight: normal;
  top: -2px;
  -webkit-text-size-adjust: none;
}

/* MODULE LIST ITEMS */
/* CSS Document */
/**********************/
/*コンテンツ要素        */
/**********************/
/*レシピ*/
.recipe,
.entry,
.memo {
  zoom: 1;
  position: relative;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recipe:after,
.entry:after,
.memo:after {
  content: "";
  display: block;
  clear: both;
}
.recipe > a,
.entry > a,
.memo > a {
  text-decoration: none;
  display: block;
  zoom: 1;
}
.recipe > a:after,
.entry > a:after,
.memo > a:after {
  content: "";
  display: block;
  clear: both;
}
.recipe h1,
.entry h1,
.memo h1 {
  color: #dd910c;
  font-size: 116%;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  padding-top: 2px;
}
.recipe h1 a,
.entry h1 a,
.memo h1 a {
  color: #dd910c;
  text-decoration: none;
}
.recipe p,
.entry p,
.memo p {
  color: #706250;
  font-size: 93%;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
.recipe p.thumb,
.entry p.thumb,
.memo p.thumb {
  text-align: center;
}
.recipe em,
.entry em,
.memo em {
  font-style: normal;
}

/*レシピブロック */
.recipe {
  /*レシピリスト：バッヂ付*/
}
.recipe p.ico_done {
  position: absolute;
  top: 5px;
  left: -5px;
  display: none;
}
.recipe ul.li_icon {
  overflow: hidden;
  *zoom: 1;
  margin: 5px -4px 0;
}
.recipe ul.li_icon li {
  float: left;
  padding-right: 5px;
  background: no-repeat left center;
  color: #706250;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  font-size: 93%;
  letter-spacing: -0.02em;
  list-style: none;
}
.recipe ul.li_icon li.icon_time {
  background-image: url("../../img/common/co/ic_04.png");
  -webkit-background-size: 12px 13px;
  -moz-background-size: 12px 13px;
  -o-background-size: 12px 13px;
  background-size: 12px 13px;
  padding-left: 14px;
}
.recipe ul.li_icon li.icon_cal {
  background-image: url("../../img/common/co/ic_05.png");
  -webkit-background-size: 10px 14px;
  -moz-background-size: 10px 14px;
  -o-background-size: 10px 14px;
  background-size: 10px 14px;
  padding-left: 12px;
}
.recipe ul.li_icon li.icon_fav {
  background-image: url("../../img/common/co/ic_06.png");
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -o-background-size: 12px 12px;
  background-size: 12px 12px;
  padding-left: 14px;
}
.recipe ul.li_icon li.icon_done {
  background-image: url("../../img/common/co/ic_07.png");
  -webkit-background-size: 12px 13px;
  -moz-background-size: 12px 13px;
  -o-background-size: 12px 13px;
  background-size: 12px 13px;
  padding-left: 14px;
}
.recipe ul.li_icon li:last-child {
  padding-right: 0;
}
.recipe ul.tag_group {
  margin: 5px 0 5px;
}
.recipe ul.tag_group a {
  text-decoration: none;
  border: 1px solid #9d8d74;
  color: #706250;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
.recipe.done p.ico_done {
  display: block;
}

/*汎用コンテンツブロック */
.entry .no,
.entry .date {
  color: #80705a;
  font-size: 93%;
  text-shadow: none;
  margin: 3px 0 0;
  float: left;
}
.entry .no {
  width: 45px;
}
.entry .date {
  margin-left: 5px;
  padding-left: 8px;
  border-left: 1px solid #80705a;
}
.entry.external {
  background: no-repeat 100% 50%;
  background-image: url("../../img/common/co/ic_11.png");
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  background-size: 30px 30px;
}
.entry.external section {
  margin-top: 10px;
}
.entry.link_icon {
  margin-top: 0;
  text-align: left;
}
.entry.link_icon a {
  background: no-repeat 97% 50%;
  background-image: url("../../img/common/co/ic_01.png");
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
}
.entry.link_icon a section {
  margin-right: 20px;
}

.material {
  zoom: 1;
  position: relative;
  padding: 10px;
}
.material:after {
  content: "";
  display: block;
  clear: both;
}
.material h1 {
  font-weight: normal;
  float: left;
}
.material .volume {
  float: right;
}

/*レシピリスト：削除ボタン*/
.delete ul.content_list .bt_delete,
.delete ol.content_list .bt_delete,
ul.content_list.delete .bt_delete,
ol.content_list.delete .bt_delete {
  display: block;
}
.delete ul.content_list .recipe section,
.delete ol.content_list .recipe section,
ul.content_list.delete .recipe section,
ol.content_list.delete .recipe section {
  margin-right: 25px;
}

.memos .material {
  padding: 13px 46px 13px 10px;
}
.memos .material a.done {
  position: absolute;
  top: 30%;
  right: 10px;
  display: none;
}
.memos .material a.still {
  position: absolute;
  top: 30%;
  right: 10px;
}
.memos .material.done h1 {
  color: #bcb2a1;
  text-decoration: line-through;
}
.memos .material.done .volume {
  color: #bcb2a1;
}
.memos .material.done a.still {
  display: none;
}
.memos .material.done a.done {
  display: block;
}

/*リスト*/
ul.content_list,
ol.content_list {
  /*レシピ：3カラム用*/
}
ul.content_list > li,
ol.content_list > li {
  position: relative;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 0 1px;
  -moz-border-image: url("../../img/common/co/ln_03.png") 0 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_03.png") 0 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_03.png") 0 0 2 repeat;
  -o-border-image: url("../../img/common/co/ln_03.png") 0 0 2 repeat;
  border-image: url("../../img/common/co/ln_03.png") 0 0 2 repeat;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}
ul.content_list > li:first-child,
ol.content_list > li:first-child {
  border-style: solid;
  border-width: 1px 0 1px;
  -moz-border-image: url("../../img/common/co/ln_03.png") 2 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_03.png") 2 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_03.png") 2 0 2 repeat;
  -o-border-image: url("../../img/common/co/ln_03.png") 2 0 2 repeat;
  border-image: url("../../img/common/co/ln_03.png") 2 0 2 repeat;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}
ul.content_list .bt_delete,
ol.content_list .bt_delete {
  position: absolute;
  top: 0px;
  right: -9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 9px;
  width: 38px;
  height: 44px;
  display: none;
  z-index: 1;
}
ul.content_list .recipe > a,
ol.content_list .recipe > a {
  padding: 12px 0;
}
ul.content_list .recipe p.thumb,
ol.content_list .recipe p.thumb {
  float: left;
  width: 90px;
  padding: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  background: #fff;
}
ul.content_list .recipe section,
ul.content_list .recipe ul.li_icon,
ol.content_list .recipe section,
ol.content_list .recipe ul.li_icon {
  margin-left: 105px;
}
ul.content_list .entry h1,
ol.content_list .entry h1 {
  line-height: 1.2;
}
ul.content_list .entry > a,
ol.content_list .entry > a {
  padding: 10px 0;
}
ul.content_list .entry p.thumb,
ol.content_list .entry p.thumb {
  float: left;
  width: 90px;
  padding: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  background: #fff;
}
ul.content_list .entry p.thumb ~ section,
ul.content_list .entry p.thumb ~ ul.li_icon,
ol.content_list .entry p.thumb ~ section,
ol.content_list .entry p.thumb ~ ul.li_icon {
  margin-left: 105px;
}
ul.content_list .entry .no,
ul.content_list .entry .date,
ol.content_list .entry .no,
ol.content_list .entry .date {
  margin-top: 5px;
}
ul.content_list.col3,
ol.content_list.col3 {
  zoom: 1;
  padding: 3px 5px;
}
ul.content_list.col3:after,
ol.content_list.col3:after {
  content: "";
  display: block;
  clear: both;
}
ul.content_list.col3 li,
ol.content_list.col3 li {
  border: none;
  float: left;
  width: 103px;
}
ul.content_list.col3 .recipe,
ol.content_list.col3 .recipe {
  padding: 3px;
  font-size: 62%;
}
ul.content_list.col3 .recipe > a,
ol.content_list.col3 .recipe > a {
  padding: 0;
}
ul.content_list.col3 .recipe p.ico_done,
ol.content_list.col3 .recipe p.ico_done {
  top: -3px;
  left: -2px;
}
ul.content_list.col3 .recipe p.thumb,
ol.content_list.col3 .recipe p.thumb {
  float: none;
  height: 68px;
  margin: 0 0 8px;
}
ul.content_list.col3 .recipe section,
ol.content_list.col3 .recipe section {
  margin: 0;
  padding: 0 4px;
}
ul.content_list.col3 li.addBtnS a,
ol.content_list.col3 li.addBtnS a {
  display: block;
  padding: 4px 2px;
}

.addBtnL {
  text-align: center;
}
.addBtnL a {
  display: block;
  padding: 5px;
  line-height: 0;
}

/*リスト（ジャンルで探す）*/
ul.select_list {
  background-color: rgba(255, 255, 255, 0.5);
}
ul.select_list li {
  padding: 2px 0;
  list-style: none;
  position: relative;
  border-style: solid;
  border-width: 0px 0px 1px;
  -moz-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -o-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
ul.select_list li span {
  position: absolute;
  right: 10px;
  top: 35%;
}
ul.select_list li a {
  font-size: 116%;
  color: #da8201;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 20px 10px 20px 10px;
}
ul.select_list li a em {
  font-style: normal;
  font-weight: bold;
}

/*材料、分量のリスト*/
.material_list > li {
  position: relative;
  display: block;
  border-style: solid;
  border-width: 0px 0px 1px;
  -moz-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -o-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  list-style: none;
}
.material_list > li:last-child {
  border: none;
  -webkit-border-image: none;
}
.material_list > li .bt_delete {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  height: 100%;
}
.material_list > li .bt_delete img {
  display: none;
}

.edit .material_list > li,
.material_list.edit > li {
  background: no-repeat 10px 50%;
  background-image: url("../../img/common/cmp/bt_05.png");
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}
.edit .material_list > li .material,
.material_list.edit > li .material {
  padding-left: 38px;
  padding-right: 12px;
}
.edit .material_list > li .material a.still,
.edit .material_list > li .material a.done,
.material_list.edit > li .material a.still,
.material_list.edit > li .material a.done {
  display: none;
}
.edit .material_list > li .bt_delete,
.material_list.edit > li .bt_delete {
  display: block;
}
.edit .material_list > li.delete,
.material_list.edit > li.delete {
  background-image: url("../../img/common/cmp/bt_05_o.png");
}

/*おすすめコンテンツ*/
#recommend_contents .content_list {
  background-color: rgba(255, 255, 255, 0.5);
}
#recommend_contents .content_list li {
  border-right: 0px;
  border-left: 0px;
  padding: 0 10px;
}
#recommend_contents .content_list li:first-child {
  border-top: 0px;
}
#recommend_contents .content_list li section {
  margin-left: 80px;
}
#recommend_contents .content_list li p.thumb {
  width: 65px;
}
#recommend_contents .content_list li h1 {
  font-size: 116%;
  line-height: 1.3;
}
#recommend_contents .content_list li a {
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 30px 20px 0;
}

/* MODULE COMPONENTS */
/* CSS Document */
input[type="checkbox"].checkbox {
  display: none;
}
input[type="checkbox"].checkbox ~ label {
  background: no-repeat 0 50%;
  background-image: url("../../img/common/cmp/bt_05.png");
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  display: block;
  padding: 14px 12px 10px 28px;
  text-align: left;
}
input[type="checkbox"].checkbox:checked ~ label {
  background-image: url("../../img/common/cmp/bt_05_o.png");
}

/*スポンサードバナーエリア*/
aside.sponsored {
  padding: 10px;
  -webkit-box-shadow: 0 3px 2px rgba(129, 112, 91, 0.2) inset;
  -moz-box-shadow: 0 3px 2px rgba(129, 112, 91, 0.2) inset;
  box-shadow: 0 3px 2px rgba(129, 112, 91, 0.2) inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(183, 166, 152, 0.5)), color-stop(100%, rgba(183, 166, 152, 0)));
  background-image: -webkit-linear-gradient(rgba(183, 166, 152, 0.5), rgba(183, 166, 152, 0));
  background-image: -moz-linear-gradient(rgba(183, 166, 152, 0.5), rgba(183, 166, 152, 0));
  background-image: -o-linear-gradient(rgba(183, 166, 152, 0.5), rgba(183, 166, 152, 0));
  background-image: linear-gradient(rgba(183, 166, 152, 0.5), rgba(183, 166, 152, 0));
}
aside.sponsored p.bnr {
  text-align: center;
  width: 294px;
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  margin: 0 auto;
}

.socialbutton_suntory {
  zoom: 1;
  float: left;
  height: 62px;
}
.socialbutton_suntory:after {
  content: "";
  display: block;
  clear: both;
}
.socialbutton_suntory .socialbutton_suntory_sp_mode .socialbutton_suntory_socialbutton {
  padding-right: 7px;
}
.socialbutton_suntory iframe.twitter-share-button {
  width: 71px !important;
}

.btn a.bt_add,
.btn a.bt_edit,
.btn a.bt_save {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  padding: 11px 0 10px;
  letter-spacing: 2px;
  font-size: 116%;
  width: 90px;
}
.btn a.bt_add.added, .btn a.bt_add.current, .btn a.bt_add:active, .btn a.bt_add:hover,
.btn a.bt_edit.added,
.btn a.bt_edit.current,
.btn a.bt_edit:active,
.btn a.bt_edit:hover,
.btn a.bt_save.added,
.btn a.bt_save.current,
.btn a.bt_save:active,
.btn a.bt_save:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.btn a.bt_add.disabled,
.btn a.bt_edit.disabled,
.btn a.bt_save.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn a.bt_cancel {
  letter-spacing: 0.5px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  padding: 12px 0 11px;
  letter-spacing: 0px;
}
.btn a.bt_cancel.added, .btn a.bt_cancel.current, .btn a.bt_cancel:active, .btn a.bt_cancel:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.btn a.bt_cancel.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn a.bt_add_memo {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  font-size: 93%;
  padding: 9px 2px 9px 6px;
  text-indent: 16px;
  text-align: left;
  width: 133px;
}
.btn a.bt_add_memo.added, .btn a.bt_add_memo.current, .btn a.bt_add_memo:active, .btn a.bt_add_memo:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.btn a.bt_add_memo.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn a.bt_add_memo img.icon {
  position: absolute;
  top: 16px;
  left: 12px;
  margin: -8px 0 0 -8px;
}
.btn a.bt_add_cal {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  font-size: 93%;
  width: 155px;
  padding: 9px 2px 9px 20px;
}
.btn a.bt_add_cal.added, .btn a.bt_add_cal.current, .btn a.bt_add_cal:active, .btn a.bt_add_cal:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.btn a.bt_add_cal.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn a.bt_add_cal img.icon {
  position: absolute;
  top: 15px;
  left: 12px;
  margin: -8px 0 0 -8px;
}
.btn a.bt_login {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  width: 97px;
  padding: 12px 0;
}
.btn a.bt_login.added, .btn a.bt_login.current, .btn a.bt_login:active, .btn a.bt_login:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.btn a.bt_login.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn a.bt_register {
  display: block;
  border: 1px solid #a39687;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c3db), color-stop(45%, #62c3db), color-stop(100%, #64bdce));
  background-image: -webkit-linear-gradient(top, #62c3db, #62c3db 45%, #64bdce);
  background-image: -moz-linear-gradient(top, #62c3db, #62c3db 45%, #64bdce);
  background-image: -o-linear-gradient(top, #62c3db, #62c3db 45%, #64bdce);
  background-image: linear-gradient(top, #62c3db, #62c3db 45%, #64bdce);
  color: #fff;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
}
.btn a.bt_register.added, .btn a.bt_register.current, .btn a.bt_register:active, .btn a.bt_register:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c3db), color-stop(45%, #62c3db), color-stop(100%, #64bdce));
  background-image: -webkit-linear-gradient(top, #62c3db, #62c3db 45%, #64bdce);
  background-image: -moz-linear-gradient(top, #62c3db, #62c3db 45%, #64bdce);
  background-image: -o-linear-gradient(top, #62c3db, #62c3db 45%, #64bdce);
  background-image: linear-gradient(top, #62c3db, #62c3db 45%, #64bdce);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.3) inset;
}
.btn a.bt_register.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn a.bt_register.small {
  width: 157px;
  padding: 12px 0;
}
.btn a.bt_register.large {
  padding: 12px;
  font-size: 108%;
}
.btn a.bt_internal {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  padding: 4px 14px 3px 5px;
  font-size: 93%;
}
.btn a.bt_internal img.icon {
  position: absolute;
  top: 9px;
  right: 5px;
}
.btn a.bt_arrow_icon,
.btn a.bt_back {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  padding: 9px 12px 7px;
  margin: auto;
  width: 186px;
  text-align: left;
  font-size: 93%;
}
.btn a.bt_arrow_icon img.icon,
.btn a.bt_back img.icon {
  position: absolute;
  top: 50%;
  right: 8px;
  margin: -4px 0 0 -5px;
}
.btn a.bt_other_search {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  padding: 10px 0 8px;
  width: 120px;
  font-size: 85%;
  display: block;
  margin: 20px auto;
}


#no_data .btn a.bt_other_search {
    margin-top: 10px;
}


.bt_tab {
  overflow: hidden;
  *zoom: 1;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}
.bt_tab > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 0px #a39687 solid;
  border-right-width: 1px;
  float: left;
}
.bt_tab > li:last-child {
  border-right-width: 0;
}
.bt_tab > li > a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  display: block;
  padding: 14px 12px 12px;
  color: #867F79;
}
.bt_tab > li > a.added, .bt_tab > li > a.current, .bt_tab > li > a:active, .bt_tab > li > a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.bt_tab > li > a.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.bt_tab > li > a img.icon.current {
  display: none;
}
.bt_tab > li > a.current img.icon, .bt_tab > li > a:hover img.icon {
  display: none;
}
.bt_tab > li > a.current img.icon.current, .bt_tab > li > a:hover img.icon.current {
  display: inline-block;
}
.bt_tab.tab_calendar {
  width: 152px;
}
.bt_tab.tab_calendar > li {
  width: 50%;
}
.bt_tab.tab_share {
  width: 280px;
}
.bt_tab.tab_share > li {
  width: 50%;
}
.bt_tab.tab_share > li > a {
  padding: 16px 12px 14px;
}
.bt_tab.tab_share a.bt_send_mail {
  text-indent: 30px;
}
.bt_tab.tab_share a.bt_send_mail img.icon {
  position: absolute;
  top: 25px;
  left: 22px;
  margin: -14px 0 0 -10px;
}
.bt_tab.tab_share a.bt_send_line {
  text-indent: 32px;
}
.bt_tab.tab_share a.bt_send_line img.icon {
  position: absolute;
  top: 50%;
  left: 30px;
  margin: -13px 0 0 -13px;
}

ul.tag_group li {
  display: inline-block;
  margin-bottom: 2px;
}
ul.tag_group li a {
  padding: 2px 5px;
  color: #da8201;
  display: block;
}

/* インライン検索フォーム */
.search .input_search {
  position: relative;
  margin: 10px;
  zoom: 1;
  height: 36px;
}
.search .input_search:after {
  content: "";
  display: block;
  clear: both;
}
.search .input_search input[type="search"]:focus {
  outline-offset: -2px;
}
.search .input_search input[type="search"]::-webkit-search-decoration {
  display: none;
}
.search .input_search input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  display: block;
  padding: 8px 0 8px 35px;
  width: 80%;
  border: 1px solid #989592;
  background: #FBFBFB no-repeat 10px 50%;
  background-image: url("../../img/common/cmp/ic_05.png");
  -webkit-background-size: 18px 20px;
  -moz-background-size: 18px 20px;
  -o-background-size: 18px 20px;
  background-size: 18px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-size: 116%;
  float: left;
  height: 36px;
}
.search .input_search input[type="search"]::input-placeholder {
  color: #d8cdc0;
}
.search .input_search input[type="search"]::-o-input-placeholder {
  color: #d8cdc0;
}
.search .input_search input[type="search"]::-moz-input-placeholder {
  color: #d8cdc0;
}
.search .input_search input[type="search"]::-webkit-input-placeholder {
  color: #d8cdc0;
}
.search .input_search input[type="submit"] {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  font-size: 116%;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  border-left: 0px;
  padding: 6px 8px 5px;
  text-align: center;
  width: 20%;
  height: 36px;
}
.search .input_search input[type="submit"].added, .search .input_search input[type="submit"].current, .search .input_search input[type="submit"]:active, .search .input_search input[type="submit"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.search .input_search input[type="submit"].disabled {
  opacity: 0.4;
  pointer-events: none;
}
.search .input_search a.bt_cancel {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  padding: 10px 0 8px;
  position: absolute;
  font-size: 100%;
  width: 78px;
  top: 1px;
  right: 6px;
  display: none;
}
.search .input_search a.bt_cancel.added, .search .input_search a.bt_cancel.current, .search .input_search a.bt_cancel:active, .search .input_search a.bt_cancel:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.search .input_search a.bt_cancel.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.search .input_history {
  display: none;
  border-style: solid;
  border-width: 1px 0 0;
  -moz-border-image: url("../../img/common/co/ln_03.png") 2 0 0 repeat;
  -webkit-border-image: url("../../img/common/co/ln_03.png") 2 0 0 repeat;
  -webkit-border-image: url("../../img/common/co/ln_03.png") 2 0 0 repeat;
  -o-border-image: url("../../img/common/co/ln_03.png") 2 0 0 repeat;
  border-image: url("../../img/common/co/ln_03.png") 2 0 0 repeat;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(129, 112, 91, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(129, 112, 91, 0.6);
  box-shadow: 0 1px 3px rgba(129, 112, 91, 0.6);
}
.search .input_history li {
  border-style: solid;
  border-width: 0 0 1px;
  -moz-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  -o-border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
  border-image: url("../../img/common/co/ln_02.png") 0 0 2 repeat;
}
.search .input_history li:last-child {
  border: none;
  -webkit-border-image: none;
}
.search .input_history li a {
  display: block;
  color: #5F461F;
  font-size: 108%;
  text-decoration: none;
  padding: 14px 10px;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.8);
}
.search a.bt_match {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 0 8px;
  width: 70px;
  font-size: 100%;
}
.search a.bt_match.added, .search a.bt_match.current, .search a.bt_match:active, .search a.bt_match:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.search a.bt_match.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.search a.bt_research {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a39687;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
  padding: 12px 0 11px;
  line-height: 1;
}
.search a.bt_research.added, .search a.bt_research.current, .search a.bt_research:active, .search a.bt_research:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #563f1d), color-stop(100%, #8b7963));
  background-image: -webkit-linear-gradient(top, #563f1d, #8b7963);
  background-image: -moz-linear-gradient(top, #563f1d, #8b7963);
  background-image: -o-linear-gradient(top, #563f1d, #8b7963);
  background-image: linear-gradient(top, #563f1d, #8b7963);
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) inset;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.search a.bt_research.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.search a.bt_research img.icon {
  position: absolute;
  top: 17px;
  left: 21px;
  margin: -10px 0 0 -11px;
}
.search aside {
  position: relative;
  padding: 5px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  border-style: solid;
  border-width: 0 0 1px 0;
  -moz-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -o-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  background-image: url("../../img/common/bg_02.png");
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;
  /*絞り込みチェックボックス部分*/
}
.search aside h1 {
  margin-right: 5em;
  padding: 10px 0;
  color: #79725F;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.8);
  font-size: 100%;
  font-weight: normal;
}
.search aside h1 span {
  font-size: 116%;
  color: #dd910c;
  font-weight: bold;
  margin-right: 2px;
  line-height: 1.2;
}
.search aside h1 span:nth-child(2) {
  font-size: 154%;
}
.search aside a.bt_match {
  position: absolute;
  top: 8px;
  right: 6px;
}
.search aside a.bt_research {
  margin: 0 auto;
}
.search aside .checklist {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 1px white;
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 1px white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 1px white;
  background: rgba(229, 219, 197, 0.7);
  margin-top: 12px;
  margin-bottom: 17px;
  position: relative;
}
.search aside .checklist .arrow {
  position: absolute;
  top: -12px;
  right: 25px;
}
.search aside .checklist section {
  border-style: solid;
  border-width: 0 0 1px 0;
  -moz-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -o-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  padding: 6px 3px 6px;
}
.search aside .checklist input[type="checkbox"].checkbox {
  vertical-align: middle;
}
.search aside .checklist input[type="checkbox"].checkbox ~ label {
  background-position: 10px 10px;
  padding: 14px 10px 10px 38px;
  cursor: pointer;
  height: 100%;
  background-color: #fff;
  color: #7f7059;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
.search aside .checklist input[type="checkbox"].checkbox:checked ~ label {
  color: #cd6c00;
  background-color: #F9F9E0;
}
.search aside .checklist table {
  width: 100%;
}
.search aside .checklist table h2 {
  color: #FFF;
  width: 60px;
  position: relative;
  left: -7px;
}
.search aside .checklist table td {
  width: 50%;
  border: 0px solid #E6DFD2;
  border-width: 0 2px 2px 0;
  height: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search aside .checklist table td:nth-child(2n) > input[type="checkbox"].checkbox ~ label {
  border-right-width: 0px;
}
.search aside .checklist p:last-child,
.search aside .checklist p:nth-child(2) {
  padding: 10px;
}
.search aside .checklist p:last-child input[type=submit].bt_research,
.search aside .checklist p:last-child a.bt_research,
.search aside .checklist p:nth-child(2) input[type=submit].bt_research,
.search aside .checklist p:nth-child(2) a.bt_research {
  width: 150px;
  margin: 0 auto;
  color: #867F79;
}
.search aside .checklist p:nth-child(2) {
  border-style: solid;
  border-width: 0 0 1px 0;
  -moz-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -webkit-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  -o-border-image: url("../../img/common/co/ln_01.png") 2 repeat;
  border-image: url("../../img/common/co/ln_01.png") 2 repeat;
}
.search.inputting .input_search {
  padding-right: 96px;
}
.search.inputting .input_search input[type="search"] {
  width: 70%;
}
.search.inputting .input_search input[type="submit"] {
  width: 30%;
}
.search.inputting .input_search a.bt_cancel {
  display: block;
}
.search.inputting .input_history {
  display: block;
}
.search.inputting aside {
  display: none;
}
.search.close aside a.bt_match {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfc), color-stop(45%, #fdfdfc), color-stop(100%, #ebeae2));
  background-image: -webkit-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -moz-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: -o-linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  background-image: linear-gradient(top, #fdfdfc, #fdfdfc 45%, #ebeae2);
  color: #77664b;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset, 0 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.search.close aside .checklist {
  display: none;
}

/* 会員向けバナー */
aside.g_bnr {
  display: none;
  color: #FFF;
  position: relative;
  background-repeat: repeat-x;
  background-image: url("../../img/common/cmp/bg_02.png");
  -webkit-background-size: 32px 70px;
  -moz-background-size: 32px 70px;
  -o-background-size: 32px 70px;
  background-size: 32px 70px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8) inset;
  border-bottom: 1px solid #000;
}
aside.g_bnr.open {
  display: block;
}
aside.g_bnr > a {
  text-decoration: none;
  position: relative;
  padding: 19px;
  display: block;
}
aside.g_bnr h2 {
  font-size: 124%;
  font-weight: bold;
  color: #fff;
  width: 96%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
aside.g_bnr p {
  margin: 0 0 5px;
  font-size: 85%;
  color: #fff;
  text-shadow: none;
}
aside.g_bnr nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -21px;
  z-index: 1;
}
aside.g_bnr nav a {
  display: block;
  padding: 10px;
}

/*バルーン*/
.balloon {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 4;
  position: absolute;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faf6e0), color-stop(100%, #f7eecd));
  background-image: -webkit-linear-gradient(#faf6e0, #f7eecd);
  background-image: -moz-linear-gradient(#faf6e0, #f7eecd);
  background-image: -o-linear-gradient(#faf6e0, #f7eecd);
  background-image: linear-gradient(#faf6e0, #f7eecd);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border: 2px solid #D8A30B;
  padding: 10px;
  line-height: 1.4;
}
.balloon:after, .balloon:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.balloon:after {
  border-color: rgba(247, 238, 205, 0);
  border-bottom-color: #FAF6E0;
  border-width: 8px;
  left: 25%;
  margin-left: -8px;
}
.balloon:before {
  border-color: rgba(216, 163, 11, 0);
  border-bottom-color: #D8A30B;
  border-width: 11px;
  left: 25%;
  margin-left: -11px;
}
.balloon h1 {
  padding: 2px 0px 2px 23px;
  background: no-repeat left top;
  background-image: url("../../img/common/cmp/ic_04.png");
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
  font-weight: bold;
  color: #604720;
  font-size: 93%;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.balloon h1 a {
  color: #da8201;
  text-decoration: underline;
  margin: 0 3px 0 0;
  padding: 0;
}
.balloon.get_pt h1 {
  margin-bottom: 10px;
  height: auto;
}
.balloon.open {
  display: block;
}

/*ダイアログ*/
.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.dialog > article {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  border: 2px solid #D8A30B;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faf6e0), color-stop(100%, #f7eecd));
  background-image: -webkit-linear-gradient(#faf6e0, #f7eecd);
  background-image: -moz-linear-gradient(#faf6e0, #f7eecd);
  background-image: -o-linear-gradient(#faf6e0, #f7eecd);
  background-image: linear-gradient(#faf6e0, #f7eecd);
}
.dialog > article a.bt_close {
  display: block;
  position: absolute;
  top: -9px;
  right: -9px;
}
.dialog.open {
  display: block;
}

/*未成年エラー*/
#underage_error h1 {
  color: #5f461f;
  font-size: 124%;
  margin: 0 0 20px;
  background-image: url("../../img/recipe/index/bg_01.png");
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0 -1px;
  padding-left: 20px;
  line-height: 1.2;
}
#underage_error p {
  line-height: 1.6;
}
#underage_error p#err_image {
  margin-top: 20px;
  text-align: center;
}

/* ログインフォーム */
#login_form h2 {
  padding: 15px 10px 10px;
  font-weight: normal;
  color: #5f461f;
}
#login_form h2.for_beginner {
  border-top: solid 1px #CCC;
  -moz-border-image: url("../../img/common/co/ln_03.png") 2 0 0 repeat;
  -webkit-border-image: url("../../img/common/co/ln_03.png") 2 0 0 repeat;
  -webkit-border-image: url("../../img/common/co/ln_03.png") 2 0 0 repeat;
  -o-border-image: url("../../img/common/co/ln_03.png") 2 0 0 repeat;
  border-image: url("../../img/common/co/ln_03.png") 2 0 0 repeat;
  padding-top: 25px;
}
#login_form p {
  margin: 10px 10px 15px;
}
#login_form p.aboutSSL {
  color: #cc7f7a;
  font-weight: bold;
}

#login_form.dialog {
  display: none;
}

.login #login_form.dialog {
  display: block;
}
.login #login_form.dialog .aboutSSL {
  margin: 0 0 20px;
  font-size: 93%;
  padding: 0 10px;
}
.login #login_form.dialog h2.for_beginner {
  padding-top: 15px;
}

#error_dialog.dialog h1 {
  color: #80705a;
  font-size: 130%;
  margin: 0 0 20px;
}
#error_dialog.dialog p.btn {
  margin: 15px auto 5px;
}
#error_dialog.dialog p.btn a.bt_back {
  width: 260px;
}
#error_dialog.dialog p {
  line-height: 1.4;
}

.recommend {
  position: relative;
}
.recommend .g_hl {
  margin-bottom: 20px;
}
.recommend .entry p.thumb,
.recommend .recipe p.thumb {
  padding: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  box-shadow: 0 1px 4px rgba(129, 112, 91, 0.4);
  background: #fff;
  width: 225px;
  margin: 0 auto 10px;
}
.recommend .entry section,
.recommend .entry ul.li_icon,
.recommend .entry ul.tag_group,
.recommend .recipe section,
.recommend .recipe ul.li_icon,
.recommend .recipe ul.tag_group {
  margin: 0 30px 5px;
}
.recommend .page_nav {
  position: absolute;
  top: 128px;
}

p {
  color: #5f461f;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
}
p.note {
  font-size: 85%;
  color: #79725f;
  padding-left: 11px;
}
p.note span {
  margin-left: -11px;
  color: #da8201;
}
