@charset "UTF-8";
/* **************************************************

　各要素の基本的なスタイルを定義

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

/* --------------------------------------------------
　リセット
-------------------------------------------------- */

/* html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, tr, th, td, ul, ol, li, dl, dt, dd, fieldset, label, span, a, img, iframe, hr, address, strong {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;


} */
/* img {
	vertical-align:top;
} */
/* a:active, a:focus {
	outline:none;
}
a img {
	border:none;
}
a:link {
	color:#98630F;
	outline : none;
}
a:visited {
	color: #98630F;
	outline : none;
}
a:hover {
	color: #98630F;
	outline : none;
	text-decoration:none;
} */
/* p.error {
	color:#FF0000;
	padding-bottom:10px;
}
p.pagelink {
	text-align:center;
	padding:10px 0;
}
em {
	font-size:0.85em;
	color:#FF0000;
}
textarea {
	width : 90%;
	font-size:1em;
	height : 100px;
} */
/* --------------------------------------------------
　ボタンエリア
-------------------------------------------------- */
div.buttom {
	text-align:center;
	margin: 20px 0;
}
/* --------------------------------------------------
　汎用スタイル
-------------------------------------------------- */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* ロールオーバー **********/

/* 半透明ロールオーバー */
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ページの先頭へ戻る **********/

.goTop {
	margin: 50px 0 10px 0;
	text-align:right;
}
.goTop a {
	background: url(../img/goTop_icon.gif) no-repeat left center;
	padding-left: 15px;
}
/* 角丸ボックス **********/

.round {
	background-color: #f0f0f0;
	padding: 20px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
/* 木俣の法則 **********/
.attention {
	margin-left:1em;
	text-indent:-1em;
}
/* text-align **********/
.A_r {
	text-align:right;
}
.A_l {
	text-align:left;
}
.A_c {
	text-align:center;
}
/* float **********/
.l {
	float:left;
}
.r {
	float:right;
}
/* 余白指定(margin) **********/
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml40 {
	margin-left:40px;
}
.ml50 {
	margin-left:50px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
/* width指定 **********/
.w50 {
	width:50px;
}
.w100 {
	width:100px;
}
.w150 {
	width:150px;
}
.w200 {
	width:200px;
}
.w250 {
	width:250px;
}
.w300 {
	width:300px;
}
.w350 {
	width:350px;
}
.w390 {
	width:390px;
}


.sp{display: none;}

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

　ページのベースとなるスタイルを定義

  1.ヘッダー
  2.ナビゲーション
  3.メインコンテンツ
  4.サイドメニュー
  5.フッター

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

/* --------------------------------------------------
　枠の指定
-------------------------------------------------- */
body {
	background: #efe9e6;
	/* line-height:1.4;
	font-size:83%; */
	color:#555;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅"!important;
	/* text-align:justify;
	overflow-x:hidden; */
}
.container {
	/*  width: 980px;	*/
  width: 1012px;
	margin: 0 auto;
}
#wrapper {
	margin: 0 3px;
}
#contents {
	overflow: hidden;
	zoom: 1;
	padding: 40px 0;
	position: relative;
}
#main {
	width: 662px;
	float: left;
	padding-left: 3px;
}
#aside {
	width: 304px;
	float: right;
	padding-right: 3px;
}
/**********************************
  1.ヘッダー
**********************************/
#header {

	/*  height: 80px;	*/
  position: relative;
	padding: 10px 0 0;
	border-bottom: 3px solid #d73015;
	background: #FFF;
}

#header .inner {
	width: 1026px;
	margin: 0px auto 0;
	position: relative;
}
#header h2 {
	background: url(../img/logo.png) no-repeat;
	background-size: 195px auto;
	width: 195px;
	height: 37px;
	margin-top: 10px;
}
#header h2 a {
	width: 163px;
	height: 38px;
	display: block;
	text-indent: -9999px;
}
/* ログインフォームの指定 */
#header form {
	margin: 0;
	padding: 0;
}
#header #login {
	position: absolute;
	right: 0;
	top: 0;
}
#header #login .nickname {
	text-align: right;
	margin-bottom: 5px;
}
#header #login .forget {
	color: #666;
	font-size: 93%;
	text-align: right;
	margin-bottom: 5px;
}
#header #login .forget span {
	font-size: 70%;
}
#header #login ul {
	width: 475px;
	_width: 500px;
	overflow: hidden;
	zoom: 1;
}
#header #login li {
	float: left;
	margin-left: 10px;
}
#header #login dt,  #header #login dd {
	display: inline;
	font-size: 12px !important;
}
#header #login #id {
	width: 130px;
}
#header #login #pass {
	width: 130px;
}
#header #login #enter {
	margin-top: 10px;
}
/* ヘッダー用 リンクカラー */
#header a {
	color: #666;
}
/**********************************
  2.ナビゲーション
**********************************/
#nav {
	width: 1026px;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
#nav .sub{
	display: none;
}
#nav h3{
	display: none;
}
#nav li {
	width: 20%;
	float: left;
}
#nav li a {
	padding: 15px 0;
	display: block;
	line-height: 48px;
	color: #d73015;
	text-decoration: none;
	font-size: 20px;
}
#nav li a span{
	display: block;
	border-right: 2px solid #d73015;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
#nav li:first-child a span{
	border-left: 2px solid #d73015;
}

body#top #nav li.nav01 a,
body#about #nav li.nav02 a,
body#special #nav li.nav03 a,
body#qa #nav li.nav04 a,
body#campaign #nav li.nav05 a,
#nav li a:hover {
	background: #d73015;
	color: #FFF;
}
/*
body#campaign #nav li.nav05 a, #nav li.nav05 a:hover {
	background-position: -783px -75px;
}
*/

#search_nav{
	display: none;
}
/**********************************
  3.メインコンテンツ
**********************************/
#main #mainImg {
	margin-top: 3px;
	behavior: url(//www.yukiguni-recipe.net/js/PIE.htc);
}
#main .section {
	margin-top: 30px;
}
#main .section {

}/* ←下層デザインによっては修正するかも */
/* h3デザインの指定 */

#main h3.ver1 {
	background: url(../img/icon_search.png) no-repeat 10px center #df9c44;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	color: #FFF;
	font-weight: bold;
	font-size: 19px;
}
#main h3.ver2l {
	background: url(../img/icon_point.png) no-repeat 10px center #df9c44;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	color: #FFF;
	font-weight: bold;
	font-size: 19px;
}
#main h3.ver2s {
	background: url(../img/icon_point.png) no-repeat 10px center #df9c44;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	color: #FFF;
	font-weight: bold;
	font-size: 19px;
}

#main .togglebtn{
	border: 2px solid #df9c44;
	color: #df9c44;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	display: block;
	margin: 15px auto;
}
#main .togglebtn:hover{
	background: #f8f2e9;
}

/**********************************
  4.サイドメニュー
**********************************/
#aside #member, #aside #mypage, #aside .banner, #aside #ranking {
	margin: 0 0 20px;
}

#aside .banner{
display: none;
}


/* 会員登録 */
#aside #member a {
	background: url(../img/member_btn.gif) no-repeat left top;
	width: 280px;
	height: 63px;
	text-indent: -9999px;
	display: block;
}
#aside #member a:hover {
	background: url(../img/member_btn.gif) no-repeat left bottom;
}
#aside #mypage a {
	background: url(../img/mypage_btn.gif) no-repeat left top;
	width: 280px;
	height: 63px;
	text-indent: -9999px;
	display: block;
}
#aside #mypage a:hover {
	background: url(../img/mypage_btn.gif) no-repeat left bottom;
}
/* バナー */
#aside .banner li {
	-webkit-box-shadow: #999 0px 0px 3px;
	-moz-box-shadow: #999 0px 0px 3px;
	box-shadow: #999 0px 0px 3px;
	margin-left: 4px;
	border: solid 1px #eee;
	behavior: url(//www.yukiguni-recipe.net/js/PIE.htc);
}
#aside .banner li img{
	width: 270px;
}
/* レシピランキング */
#ranking {
	background: white;
	behavior: url(//www.yukiguni-recipe.net/js/PIE.htc);
}


#ranking  h3{
	height: 40px;
	line-height: 40px;
	padding-left: 42px;
	background: url(../img/icon_ranking.png) no-repeat 10px center #db5742;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
}
#ranking ol {
	padding: 10px;
	background: #fff;
}
#ranking li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#ranking li:last-child{
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#ranking dt {
	margin-left: 10px;
	background: url(../img/border.gif) no-repeat left center;
	font-size: 20px;
	font-weight: bold;
}
#ranking dt span{
	background: #FFF;
	padding-right: 10px;
}
#ranking table {
	margin-top: 3px;
	vertical-align: top;
	width: 100%;
}
#ranking th {
	width: 90px;
	vertical-align: top;
}
#ranking td {
	vertical-align: top;
}
#ranking td h5{
	margin-bottom: 4px;
}
#ranking td h5 span{
	font-size: 18px;
	font-weight: bold;
}
#ranking td a{
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
#ranking td.next {
	text-align: right;
	vertical-align: bottom;
}
/*
#ranking td.next a {
	width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    background:#b2885b;
    border-radius: 20px;
    display: block;
    text-align: center;
    float: right;
}
*/
#ranking td.next a{
	text-align: right;
	height: 20px;
	line-height: 20px;
	padding-right: 25px;
	display: inline-block;
	color: #b2885b;
	text-decoration: none;
	float: right;
	background: url(../img/arrow.png) no-repeat right center;
}

/* おすすめ特集 */
#pickup {
	background: white;
	behavior: url(//www.yukiguni-recipe.net/js/PIE.htc);
}
#pickup h3{
	height: 40px;
	line-height: 40px;
	padding-left: 42px;
	background: url(../img/icon_recomend.png) no-repeat 10px center #db5742;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
}
#pickup ul {
	padding: 10px;
	background: #fff;
}
#pickup li{
    border-bottom: dotted 1px #DDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#pickup li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#pickup table {
	margin-top: 3px;
	vertical-align: top;
	width: 100%;
}
#pickup th {
	width: 90px;
	vertical-align: top;
}
#pickup td {
	vertical-align: top;
}
#pickup td a{
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
#pickup td.next {
	text-align: right;
	vertical-align: bottom;
}
#pickup td.next a {
	width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    background:url(../img/btn_arrow.png) 95% center no-repeat #b2885b;
    border-radius: 20px;
    display: block;
    text-align: center;
    float: right;
}
#pickup td.next a:hover{
    background-color: #dfbe9a;
}


/* ツイッター */
#twitter {
	width: 270px;
	margin-left: 5px;
	margin-bottom: 10px;
	-webkit-box-shadow: #999 0px 0px 3px;
	-moz-box-shadow: #999 0px 0px 3px;
	box-shadow: #999 0px 0px 3px;
	border: solid 1px #eee;
	background: white;
	behavior: url(//www.yukiguni-recipe.net/js/PIE.htc);
}
#twitter  h3{
	margin:-3px 0 0 -9px;
}

#twitter .twtr-hd, #twitter .twtr-ft {
	display: none;
}
#twitter .twtr-bd {
	padding: 5px 10px 0;
}
#twitter .twtr-widget {
	margin-bottom: 30px;
}
/**********************************
  5.フッター
**********************************/
#footer {
	padding: 20px 0;
	color: #FFF;
	background: #53504f;
}
#footer ul,  #footer p {
	float: left;
	width: 490px;
	line-height: 30px;
}
#footer li {
	display: inline;
	padding-right: 10px;
}
#footer li a{
	color: #FFF;
}
#footer #copy {
	text-align: right;
	font-size: 12px;
}
/**********************************
  5.その他パーツ
**********************************/

#bread {
	background: #FFF;
	padding: 20px;
}
#bread ul{
	width: 1024px;
	margin: 0 auto;
}
#bread li {
	display: inline;
}
#sidesearch{
	background: #FFF;
	padding-bottom: 0 0 20px
}
#sidesearch dl{
	background: #FFF;
	padding: 10px 20px;
}
#sidesearch dl.box{
	background: #f5eee7;
	padding: 10px;
	margin: 10px 10px 30px;
}
#sidesearch h3{
	background: url(../img/icon_search.png) no-repeat 10px center #df9c44;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
}

#sidesearch dt{
	background: url(../img/icon_centerline.png) left center repeat-x;
    color: #b2885b;
    font-weight: bold;
  padding:10px 0 5px;
  }
  #sidesearch dt span{
	background: #FFF;
	color: #df9c44;
	font-weight: bold;
	padding: 0 10px 0 0;
	}
#sidesearch dl.box dt span{
	background: #f5eee7;
}
  #sidesearch dt.noneT{ border-top: none;}
  #sidesearch dt.noneB{
    border-bottom: none;
    text-align: center;
    height: 40px;
    }
   #sidesearch dd{ text-align: center;}
      #sidesearch dd input#Free{
        margin: 5px 0 20px;
        width: 100%;
        padding: 7px 0;
        border:1px solid #000;
        }
      #sidesearch dd p#FreeCmt{
		text-align:left;
		}
        #sidesearch ul{
          overflow: hidden;
          zoom: 1;
          padding: 10px;
          }
          #sidesearch li{
            float: left;
            width: 31%;
            margin-right: 5px;
            padding: 10px 0;
            }
            #sidesearch .productsearch li{
	            width: 46%;
            }
            #sidesearch li p{
              margin-left: 1.5em ;
              text-indent: -1.5em ;
              }
            #sidesearch ul{
              margin-right: -5px;
              }
#sidesearch p#start input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	border:none;
	background:#b2885b;
	border-radius: 20px;
}
