@charset "utf-8";
/* CSS Document */

* { margin: 0;
    padding: 0;
}

body {
	position: relative;
}


/* ついてくるヘッダーナビ */

#nav {
	width: 100%;
	height: 75px;
	z-index: 600 !important;
	position: relative;
}

#nav-in {
	width: 100%;
	height: 75px;
	position: inherit;
	top: 0;
	left: 0;
	background: #B20000;
}

#nav-center {/* ついてくるヘッダーナビ中央寄せ */
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	position: relative;
}
#nav-center h1 {/* 大阪王将ロゴマーク */
	background-image: url(http://www.rakuten.ne.jp/gold/o-ohsho/img/newtop_img/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 48px;
	width: 329px;
	position: absolute;
	top: 12px;
	left: 8px;
}

#nav-center h1 a {
	display: block;
	height: 48px;
	width: 329px;
}


/* 店内検索のフォーム */

#nav-center #serchbox {
	display: block;
	height: 25px;
	width: 215px;
	position: absolute;
	left: 616px;
	top: 21px;
}

#nav-center #serchbox form .serchbt {
	display: block;
	height: 15px;
	width: 15px;
	position: absolute;
	right: 2px;
	top: 8px;
	outline: none;
}

/* カートを見るボタン */

#nav-center #cart_bt {
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 102px;
	background-image: url(http://www.rakuten.ne.jp/gold/o-ohsho/img/newtop_img/cart_mark.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 6px;
	top: 27px;
}

#nav-center #cart_bt a {
	display: block;
	height: 17px;
	width: 102px;
}



/* ヘッドコンテンツ */

#head_contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

/* ガイドナビ */

#head_contents #guide_nav {
	list-style-type: none;
}

#head_contents #guide_nav li {
	float: right;
	font-size: 12px;
	margin-left: 20px;
}

#head_contents #guide_nav li a {
	color:#300;
	text-decoration:none;
}

#head_contents #guide_nav li a:visited {
	color:#300;
	text-decoration:none;
}

#head_contents #guide_nav li a:hover {
	color:#300;
	text-decoration: underline;
}


/* カテゴリーナビ（商品一覧、送料無料セット、同梱におすすめ、餃子一覧、チャーハン一覧、点心一覧） */

#category_nav {
	background-color: #300;
	height: 100px;
	width: 100%;
}

#category_nav #category_nav_center {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}




/* キャッチコピー */

#head_contents #catch_copy {
	text-align: center;
	display: block;
	width: 960px;
	font-size: 15px;
	font-weight: bold;
	color: #300;
	margin-top: 13px;
	margin-bottom: 13px;
}


/* メルマガ会員募集中、定期購入、ポイントバナースライド */


#head_contents #headbn_wrap {/* rightとleftを囲む */
	display: block;
	width: 960px;
	margin-top: 5px;
}

#head_contents #headbn_left {
	display: block;
	float: left;
	height: 60px;
	width: 492px;
}
#head_contents #headbn_left ul li {
	display: block;
	height: 60px;
	width: 233px;
	margin-right: 13px;
	float: left;
	list-style-type: none;
}
#head_contents #headbn_right {
	display: block;
	float: right;
	height: 60px;
	width: 468px;
}
#head_contents #headbn_right ul {
	list-style-type: none;
}

/* メインの大きなスライド */

#slider2 {
	display: block;
	margin-top: 20px;
	width: 960px;
	height: 490px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow:hidden;

}

.slide {
    width:100%;
    overflow:hidden;
    position:relative;
}
.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}
.slideInner li {
     position:absolute;
     background:#fff;
     margin:0;
     padding:0;
}
.slideInner li img {
    width:100%;
}


/* メインの大きなスライドのページャー */

.controlNav {
	margin-top: 10px;
	position: absolute;
	left: 50%;
	top: 450px;
	width: 100%;
	margin-left: -25px;/* ←中央寄せのため。増えたらネガティブマージンも増やす。 */	
}

.controlNav span {

	background: #666;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    outline: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
	float: left;
}

.controlNav span:hover {
    cursor:pointer;
}


.controlNav span.current {
	background: #000;
}


/* メインの大きなスライドの「前」「後ろ」ボタン */


#main_slide .bx-prev {
	text-indent: -9999px;
	height: 54px;
	width: 36px;
	display: block;
	background-image: url(http://www.rakuten.ne.jp/gold/o-ohsho/img/newtop_img/pre_bt1.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 185px;
	left: 0px;
}
#main_slide .bx-next {
	text-indent: -9999px;
	height: 54px;
	width: 36px;
	display: block;
	background-image: url(http://www.rakuten.ne.jp/gold/o-ohsho/img/newtop_img/next_bt1.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 185px;
	right: 0px;
}


/* 新着情報・フェイスブック */


#head_contents3 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


#head_contents3 #news {
	font-size: 13px;
	color: #300;
	margin-top: 5px;
}

/* ---------------------コンテンツ本体（レフトと右側のメインコンテンツ）------------------------ */

#main_contents {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}


/* レフトナビ */


#left_nav {
	display: block;
	float: left;
	width: 180px;
}
#left_nav #ranking {/* レフトナビのランキング */
	width: 176px;
	border: 2px solid #B20000;
}
#left_nav #ranking .ranking_table {
	width: 136px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#left_nav #item_list {/* レフトナビの商品一覧 */
	display: block;
	width: 178px;
	border: 1px solid #300;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#left_nav #item_list .item_list_title {
	text-align: center;
	font-size: 15px;
	line-height: 2em;
	font-weight: bold;
	color: #300;
}
#left_nav #item_list .category_title {
	font-size: 13px;
	color: #FFF;
	background-color: #300;
	width: 136px;
	margin-right: 21px;
	margin-left: 21px;
	line-height: 2.5em;
	text-align: center;
}

#left_nav #item_list ul {
	list-style-type: none;
	font-size: 13px;
	width: 136px;
	margin-right: 21px;
	margin-left: 21px;
	line-height: 1.8em;
}

#left_nav #item_list ul a {
	 color:#000;
	 text-decoration: none;

}

#left_nav #item_list ul a:visited {
	 color:#000;
	 text-decoration: none;

}

#left_nav #item_list ul a:hover {
	 text-decoration: underline;

}



/* 右側のメインコンテンツ */

#right_container {
	float: right;
	width: 760px;
}

#right_container .borderline {/* 茶色の仕切り線 */
	background-color: #300;
	text-indent: -9999px;
	display: block;
	height: 15px;
	width: 760px;
}
#right_container h2 {/* コーナータイトル */
	font-size: 25px;
	color: #300;
	font-weight: bold;
	line-height: 3em;
	text-align: center;
}


/* カルーセルスライダー */

#main_contents #right_container .mini_slide_wrap {
	width: 760px;
	margin-bottom: 80px;
}
#main_contents #right_container .slider3 {
	display: block;
	width: 700px;
}
#main_contents #right_container .slider3 li {
	list-style-type: none;
}

/* カルーセルスライダーの「前」「後ろ」ボタン */


.mini_slide_wrap  {
	position: relative;
}

.mini_slide_wrap .bx-prev {
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(http://www.rakuten.ne.jp/gold/o-ohsho/img/newtop_img/pre_bt.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 70px;
	left: 0px;
}
.mini_slide_wrap .bx-next {
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(http://www.rakuten.ne.jp/gold/o-ohsho/img/newtop_img/next_bt.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 70px;
	right: 0px;
}

/* -------------フッター--------------------- */

#footer_wrap {
	background-color: #FFF;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}



/* -----------------------------------縦帯新----------------------------------- */  
#tate_left2 {
	left: 0px;
}

#tate_left2 {
	position: fixed;
	width: 65px;  　　　　　 /* 画像の横幅 */
	height:650px;
	visibility: visible;
	display: block;
	z-index: 700;
}

#tate_left2 a {
	display: block;
	height:650px;
	width: 65px; 　　　　　　/* 画像の横幅 */
	visibility: visible;
	height: 3000px;
	text-indent:-9999px;
}

/***********************
   新左縦帯バナー設定
************************/
.tateobi1r {
	background: url(http://www.rakuten.ne.jp/gold/o-ohsho/img/newtop_img/souryo_tate1.png)  no-repeat scroll;
	height: 650px;
	top: 140px;
	z-index: auto;
	visibility: visible;
}

 @media screen and (max-width: 1220px) {/* 画面幅小さい場合縦帯を消す */
 #tate_left2 {
	visibility: hidden;
	}
	}
	


  
 /* 画面幅に合わせてサイド消す */

 @media screen and (max-width: 1220px) {/* 画面幅小さい場合縦帯を消す */
 .page-top, #sidemenu ,#side_bn_l{
	visibility: hidden;
	}
	}
	
/* ----------テキスト装飾------------------- */
	
	
.text_dec01 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
}

.text_dec01m {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
}

.text_dec02 {
	font-size: 13px;
	font-weight: bold;
	color: #900;
	line-height: 1.5em;
}

.text_dec03 {
	font-size: 15px;
	font-weight: bold;
	color: #900;
	line-height: 1.5em;
}

.text_dec04 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
}

/* 05 */

.text_dec05 {
	font-size: 13px;
	color: #C30;
	line-height: 1.5em;
}

.text_dec05 a {
	font-size: 13px;
	color: #C30;
	line-height: 1.5em;
	text-decoration:none
}

.text_dec05 a:visited {
	font-size: 13px;
	color: #C30;
	line-height: 1.5em;
	text-decoration:none;
}

.text_dec05 a:hover {
	font-size: 13px;
	color: #C30;
	line-height: 1.5em;
	text-decoration: underline;
}


/* 06 */

.text_dec06 {
	font-size: 14px;
	color: #3B579D;
	line-height: 1.5em;
	font-weight: bold;
}

.minifont {
	font-size: 11px;
}

/* -------ページトップへボタン----------- */

.page-top {
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-color: #C00;
	display: block;
	height: 30px;
	width: 110px;
	padding-top: 16px;
	padding-left: 12px;
	text-decoration: none;
	font-size: 13px;
}


.page-top .ptt {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}


/* ---------その他・全体---------------------------------------------- */
.clean {
	clear: both;
}


/* ---------- 左側サイドのメニュー -------------- */

#sidemenu {
list-style:none;
margin:0;
padding:5px 0;
position: fixed;
left: 0px;
top: 95px;
width:110px;
background-color: #300;
text-align:center;
z-index:9999;
}


#sidemenu li {
display:inline-block;
*display:inline;
*zoom:1;
padding:0 10px;
}


#sidemenu li a {
font-size:12px;
color:#ffffff;
text-decoration: none;
line-height:3em;
}

#sidemenu li a:hover {
text-decoration: underline;

}


/* ---------- 左側サイドの送料無料バナー -------------- */

#side_bn_l {
margin:0;
padding:5px 0;
position: fixed;
left: 0px;
top: 320px;
z-index:9999;
}

/* -------------画像光る--------------- */
a:hover img{

opacity:0.7;

filter:alpha(opacity=70);

-ms-filter: “alpha( opacity=70 )”;

}


