@charset "Shift_JIS";

/* --------------------------------------------------------------------
	ユーザー定義　ヘッダー
--------------------------------------------------------------------- */
#header {
	width: 100%;
	background: #fff;
}
#head-top{
	border-bottom: 1px solid #eeeeee;
}
#head-top_inner {
	width: 1200px;
	margin: 0 auto;
}
#head-top_inner:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#head-top_inner p.topLogin {
	float: left;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	padding: 7px 0;
}
#head-top_inner p.topLogin span {
	color: #0251a9;
}
#head-top_inner p.topLogin a {
	color: #0251a9;
}
#head-top_inner ul{
	float: right;
	padding: 6px 0;
}
#head-top_inner ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#head-top_inner ul li{
	float: left;
	margin: 0 0 0 10px;
}
#head-top_inner ul li a {
	display: block;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	padding-top: 2px;
	padding-left: 18px;
}
#head-top_inner ul li#hnav_first a {
	background: url(../img/usr/header/head-top-nav_01.png) left center no-repeat;
}
#head-top_inner ul li#hnav_guide a {
	background: url(../img/usr/header/head-top-nav_02.png) left center no-repeat;
}
#head-top_inner ul li#hnav_faq a {
	background: url(../img/usr/header/head-top-nav_03.png) left center no-repeat;
}
#head-top_inner ul li#hnav_contact a {
	background: url(../img/usr/header/head-top-nav_04.png) left center no-repeat;
}

#head-middle {
}
#head-middle_inner {
	position: relative;
	width: 1200px;
	padding: 17px 0 16px;
	margin: 0 auto;
}
#head-middle_inner:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#header #sitelogo {
	float: left;
}
#header #sitelogo a span{
	display:none;
}
#header #hnav_order {
	float: right;
	margin: 0 0 0 32px;
}
#header #hnav_order a {
	display: table;
}
#header #hnav_order a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#header #total_postage_comment,
#header #hnav_cart {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}
#header #total_postage_comment {
	position: relative;
	padding: 0 10px 0 0;
}
#header #total_postage_comment:after {
	content: "";
	position: absolute;
	right: -5px;
	top: 50%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 10px solid #fff100;
	margin-top: -5px;
}
#header #total_postage_comment p {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	color: #0251a9;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	padding: 7px 6px 7px 56px;
	background: #fff100 url(../img/usr/header/icon_postage.png) 9px center no-repeat;
	border-radius: 2px;
	box-sizing: border-box;
}
#header #total_postage_comment p span {
	font-size: 14px;
	margin-left: 0;
}
#header #hnav_cart {
	position: relative;
	background: #d62d1b;
	border-radius: 2px;
}
#header #hnav_cart .cart_count_ {
	position: absolute;
	left: 26px;
	top: 5px;
	width: 2em;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.6px;
	text-align: center;
}
#header #hnav_cart .total_ {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 14px 0 64px;
	background: url(../img/usr/header/icon_cart.png) 22px 14px no-repeat;
}
#header #hnav_cart .total_ span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.6px;
}
#header #hnav_menu {
	float: right;
	margin: 6px 0 0;
}
#header #hnav_menu li {
	position: relative;
	float: left;
	margin: 2px 0 0 28px;
}
#header #hnav_menu li.tel_ {
	margin: 0 4px 0 0;
}
#header #hnav_menu #bookmark_count {
	position: absolute;
	right: -8px;
	top: -10px;
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	background: #d62d1b;
	border-radius: 50%;
	z-index: 1;
}
#head-speciallink {
/*	background: url(../img/usr/header/head_gweek_bg.gif);*/
	background: #E03B3B;
}
#head-speciallink div {
	width: 1200px;
	height: 60px;
	background: url(../img/usr/header/head_gweek.png);
	margin: 0 auto;
}
#head-speciallink span {
	font: bold 1.7em/1.7em 'Meiryo';
	position: relative;
	top: 20px; left: 150px;
}

#head-bottom{
	background-color: #0251a9;
}
#head-bottom_inner{
	width: 1200px;
	margin: 0 auto;
}
#head-bottom_inner:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#header #globalnav {
	position: relative;
	float: left;
	width: 650px;
}
#header #globalnav > li {
	float: left;
	color: #FFF;
	margin: 0 30px 0 0;
}
#header #globalnav > li:last-child {
	margin-right: 0;
}
#header #globalnav > li > a {
	position: relative;
	display: block;
	padding: 16px 0 11px 25px;
	background: url(../img/usr/arrow_white_b.png) left center no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
}
#header #globalnav > li > a span {
	font-size: 18px;
}
#header #globalnav > li > a:hover {
	text-decoration: none;
}
#header #globalnav > li > a:hover img {
	opacity: 0.6;
}
#globalnav > li.open_ > a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 0;
	margin-left: -4px;
	border: 8px solid transparent;
	border-bottom: 12px solid #fff;
	z-index: 300;
}
#globalnav .gnavframe_ {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 51px;
	width: 1200px;
	padding: 25px 0 0 40px;
	border: 2px solid #0251a9;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	z-index: 2000;
}
#globalnav .gnavblock_ {
	float: left;
	width: 230px;
	text-align: left;
	margin-left: 70px;
}
#globalnav .gnavblock_:first-child {
	margin-left: 0;
}
#globalnav .gnavblock_ h2 {
	color: #0251a9;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 2px solid #ddd;
}
#globalnav .gnavblock_ ul {
	margin: 0 0 30px;
}
#globalnav .gnavblock_ ul li {
}
#globalnav .gnavblock_ ul li a {
	display: block;
	color: #0251a9;
	font-size: 16px;
	padding: 8px 10px;
}
#globalnav .gnavblock_ ul li a:hover {
	text-decoration: none;
	background: #cce2f8;
}

/* 検索ボックス */
#sidebox_search {
	position: relative;
	float: right;
	width: 545px;
	text-align: right;
	padding: 10px 0;
}
#sidebox_search form {
}
#sidebox_search form:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#sidebox_search input {
	vertical-align: middle;
}
#sidebox_search .keyword_ {
	float: left;
	width: 460px;
	height: 36px;
	color: #000;
	font-size: 15px;
	line-height: 36px;
	padding: 0 13px;
	border: none;
	box-sizing: border-box;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sidebox_search input[type=image] {
	float: left;
	width: 85px;
}

#sidebox_search div.poplink.pc011 {
	top: calc(100% - 10px);
	width: 100%;
}
#sidebox_search div.poplink > div.poplink_suggest > div.word {
	padding: 3px;
}
#sidebox_search div.poplink > div.poplink_search > div.header {
	color: #fff;
	padding: 5px 10px;
	background-color: #0251a9;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
#sidebox_search div.poplink > div.poplink_search > div.item {
	padding: 5px 10px 5px;
	border-bottom: 1px solid #eee;
}
#sidebox_search div.poplink > div.poplink_search > div.item a > div.item_left {
	margin-right: 20px;
	margin-top: 0;
}
#sidebox_search div.poplink > div.poplink_search > div.item a > div.item_right > div.title {
	color: #0251a9;
	font-size: 14px;
}
#sidebox_search div.poplink > div.poplink_search > div.item a > div.item_right > div.summary {
	font-size: 12px;
}
#sidebox_search div.poplink > div.poplink_search > div.item a > div.item_right > div.any1 {
	color: #d62d1b;
	font-size: 12px;
}

/* --------------------------------------------------------------------
	ユーザー定義　ビジュアル
--------------------------------------------------------------------- */
#mainvisual_frame {
	overflow: hidden;
	width: 100%;
}
#mainvisual {
	padding: 18px 0;
	margin-bottom: 34px;
	background: #fff;
}
#mainvisual .inner_ {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#mainslider {
	margin-left: 310px;
}
#mainslider .bx-wrapper {
	position: relative;
}
#mainslider .bx-viewport {
	overflow: inherit !important;
}
#mainslider ul {
	opacity: 0;
}
#mainslider li {
	box-sizing: border-box;
	padding: 0 8px;
}
#mainslider li:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#mainslider li .left_column_ {
	float: left;
	width: 583px;
	height: 253px;
}
#mainslider li .right_column_ {
	position: relative;
	float: right;
	width: 279px;
	height: 253px;
}
#mainslider li img {
	max-width: 100%;
	max-height: 100%;
}
#mainslider li .right_column_ a:first-child img {
	position: absolute;
	right: 0;
	top: 0;
}
#mainslider li .right_column_ a:last-child img {
	position: absolute;
	right: 0;
	bottom: 0;
}
#mainslider .bx-clone a {
	transition: 0.3s;
}
#mainslider .bx-clone a:hover {
	opacity: 0.8;
}
#mainvisual .bx-prev,
#mainvisual .bx-next {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -20px;
	width: 50px;
	height: 40px;
	text-indent: -9999px;
}
#mainvisual .bx-prev {
	left: -170px;
	background: url(../img/usr/prev.png) center center no-repeat;
}
#mainvisual .bx-next {
	right: 120px;
	background: url(../img/usr/next.png) center center no-repeat;
}
#mainvisual .bx-pager {
	position: absolute;
	left: -140px;
	bottom: -40px;
	width: 100%;
	text-align: center;
	z-index: 50;
}
#mainvisual .bx-pager-item {
	display: inline-block;
	margin: 0 10px;
}
#mainvisual .bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	margin: 0 auto;
	background-color: #aaa;
	border-radius: 50%;
}
#mainvisual .bx-pager-item a.active {
	background-color: #d62d1b;
}
#mainslider #slider_loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}


/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
#pagetop {
	display: none;
	cursor: pointer;
	position: fixed;
	right: 0;
	bottom: 183px;
}
#footer {
	margin: 110px 0 0;
	background: #fff;
}
#footernav {
	clear: both;
	text-align: center;
	padding: 32px 0;
}
#footernav li {
	padding: 0 2em;
	display: inline;
	border-right: 1px solid #0251a9;
}
#footernav li:last-child {
	padding: 0 2em;
	display: inline;
	border-right: none;
}
#footernav li a{
	color: #0251a9;
	font-size: 14px;
}
#relatedsites {
	clear: both;
	margin-bottom: 30px;
}
#relatedsites ul {
	margin: 0 auto !important;  
}
#relatedsites li {
	margin: 0 20px;
	display: inline;
}
#foot_bottom {
	clear: both;
	background: #0251a9;
}
#copyright {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 35px;
	text-align: left;
}
#footer .change_mode_ {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#footer .change_mode_ .inner_ {
	position: absolute;
	right: 0;
	bottom: 23px;
}
#footer .change_mode_ ul {
	font-size: 0;
	text-align: center;
}
#footer .change_mode_ li {
	display: inline-block;
	margin-left: 8px;
}
#footercate {
	background-color: #eeeeee;
	padding: 32px 0 20px;
	text-align: left;
}
#footercate .title {
	font-weight: bold;
	font-size: 14px;
	width: 1200px;
	margin: 0 auto 20px;
}
#footercate dl {
	width: 1200px;
	margin: 0 auto;
	line-height: 1.8;
}
#footercate dt {
	font-weight: bold;
	font-size: 14px;
}
#footercate dd {
	margin-bottom: 12px;
}
#footercate dd ul {
	overflow: hidden;
}
#footercate dd ul li {
	float: left;
}
#footercate dd ul li:after {
	content: "｜"
}
#footercate dd ul li:last-child:after {
	content: none;
}

/* --------------------------------------------------------------------
	新商品 予約受付中!!
--------------------------------------------------------------------- */
#goods_reservation {
	margin: 0 0 30px;
}
#goods_reservation h2 {
	text-align: center;
	padding: 19px 0;
	background: #ff3e2a;
}
#goods_reservation .reservation_frame_ {
	text-align: center;
	padding: 30px 0;
	border-right: 1px solid #dee5eb;
	border-bottom: 2px solid #dee5eb;
	border-left: 1px solid #dee5eb;
	background: url(../img/usr/reservation_bg.png) center center repeat;
}
#goods_reservation .reservation_frame_ ul {
	font-size: 0;
}
#goods_reservation .reservation_frame_ li {
	display: inline-block;
	vertical-align: top;
	margin: 0 17px;
}
#goods_reservation .reservation_frame_ li a {
	display: block;
	width: 240px;
	height: 190px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 2px;
	padding-top: 62px;
	box-sizing: border-box;
	opacity: 1;
	transition: 0.3s ease-in-out;
}
#goods_reservation .reservation_frame_ li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#goods_reservation .reservation_frame_ li a span {
	font-size: 46px;
}

#goods_reservation .reservation_frame_ li.reservation_yellow a {
	background: url(../img/usr/bg_reservation_yellow.png) no-repeat;
}
#goods_reservation .reservation_frame_ li.reservation_purple a {
	background: url(../img/usr/bg_reservation_purple.png) no-repeat;
}
#goods_reservation .reservation_frame_ li.reservation_blue a {
	background: url(../img/usr/bg_reservation_blue.png) no-repeat;
}

/* --------------------------------------------------------------------
	新商品 予約受付中!!
--------------------------------------------------------------------- */
#top_link_box {
	margin-bottom: 20px;
}
#top_link_tab {
	display: table;
	width: 100%;
}
#top_link_tab li {
	cursor: pointer;
	display: table-cell;
	vertical-align: bottom;
	width: 215px;
	padding-left: 10px;
}
#top_link_tab li:first-child {
	padding-left: 0;
}
#top_link_tab li span {
	display: block;
	height: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 18px 0 14px;
	background: #aaa;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-sizing: border-box;
}
#top_link_tab li strong {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
#top_link_tab li.active_ span {
	color: #0251a9;
	font-weight: bold;
	height: 60px;
	padding: 23px 0 19px;
	border-top: 1px solid #dee5eb;
	border-right: 1px solid #dee5eb;
	border-left: 1px solid #dee5eb;
	background: #fff;
}
#top_link_tab li.active_ strong {
	color: #0251a9;
	font-weight: bold;
}
#top_link_box .top_link_block_ {
	border-right: 1px solid #dee5eb;
	border-bottom: 2px solid #dee5eb;
	border-left: 1px solid #dee5eb;
	background: #fff;
}
#top_link_box .top_link_block_.brand_ {
	padding: 40px 41px 20px;
}
#top_link_box .top_link_block_.brand_ ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#top_link_box .top_link_block_.brand_ li {
	float: left;
	width: 135px;
	margin: 0 0 20px 32px;
}
#top_link_box .top_link_block_.brand_ li:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}
#top_link_box .top_link_block_.age_ {
	display: table;
	width: 100%;
	padding: 30px 23px;
	box-sizing: border-box;
}
#top_link_box .top_link_block_.age_ .age_block_ {
	display: table-cell;
	vertical-align: top;
	width: 270px;
	text-align: left;
	padding: 0 30px;
	box-sizing: border-box;
}
#top_link_box .top_link_block_.age_ .age_block_:nth-child(1) {
	padding-left: 0;
}
#top_link_box .top_link_block_.age_ .age_block_:nth-child(2) {
	width: 302px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
#top_link_box .top_link_block_.age_ .age_block_:nth-child(3) {
	padding-right: 0;
}
#top_link_box .top_link_block_.age_ .age_block_ h3 {
	text-align: center;
	margin: 0 0 25px;
}
#top_link_box .top_link_block_.age_ .age_block_ li {
	margin: 0 0 8px;
}
#top_link_box .top_link_block_.age_ .age_block_ li a {
	display: block;
	color: #222;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	padding-left: 15px;
	background: url(../img/usr/arrow_black_r.png) left center no-repeat;
}
#top_link_box .top_link_block_.age_ .age_block_ li a:hover {
	text-decoration: underline;
}

#top_link_box .top_link_block_.age_ .age_block_ dl {
	margin: 0 0 30px;
}
#top_link_box .top_link_block_.age_ .age_block_ dt {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
#top_link_box .top_link_block_.age_ .age_block_ dd {
}
#top_link_box .top_link_block_.age_ .age_block_ dd a {
	display: inline-block;
	color: #222;
	font-size: 16px;
	text-decoration: none;
	padding-left: 15px;
	margin: 0 0 0 20px;
}
#top_link_box .top_link_block_.age_ .age_block_ dd a:nth-child(1) {
	background: url(../img/usr/arrow_blue_r3.png) left center no-repeat;
}
#top_link_box .top_link_block_.age_ .age_block_ dd a:nth-child(2) {
	background: url(../img/usr/arrow_pink_r.png) left center no-repeat;
}
#top_link_box .top_link_block_.age_ .age_block_ dd a:hover {
	text-decoration: underline;
}
#top_link_box .top_link_block_.goodsname_ {
	text-align: left;
	padding: 30px 29px 20px;
}
#top_link_box .top_link_block_.goodsname_ .inner_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#top_link_box .top_link_block_.goodsname_ ul {
	float: left;
	width: 270px;
	margin: 0 0 0 10px;
}
#top_link_box .top_link_block_.goodsname_ ul:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
#top_link_box .top_link_block_.goodsname_ li {
	margin: 0 0 10px;
}
#top_link_box .top_link_block_.goodsname_ li a {
	display: block;
	color: #222;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	padding-left: 15px;
	background: url(../img/usr/arrow_black_r.png) left center no-repeat;
}
#top_link_box .top_link_block_.goodsname_ li a:hover {
	text-decoration: underline;
}
#top_link_box .top_link_block_.genre_ {
	text-align: left;
	padding: 30px 29px 20px;
}
#top_link_box .top_link_block_.genre_ .inner_:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#top_link_box .top_link_block_.genre_ ul {
	float: left;
	width: 270px;
	margin: 0 0 0 10px;
}
#top_link_box .top_link_block_.genre_ ul:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
#top_link_box .top_link_block_.genre_ li {
	margin: 0 0 10px;
}
#top_link_box .top_link_block_.genre_ li a {
	display: block;
	color: #222;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	padding-left: 15px;
	background: url(../img/usr/arrow_black_r.png) left center no-repeat;
}
#top_link_box .top_link_block_.genre_ li a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------
	新商品情報
--------------------------------------------------------------------- */
h2#newprod {
	padding: 8px 7px;
	background: #F24A1B;
	color: #fff;
	font: bold 1.2em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 100%;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
div#newprod {
	margin-bottom: 10px;
	padding: 7px;
	border: 1px solid #F24A1B;
	font-weight: bold;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
div#newprod li {
	background: url("/img/usr/header/leftside_li_bg.jpg") no-repeat 0 3px;
	padding-left: 14px;
	margin-bottom: 5px;
}
/* --------------------------------------------------------------------
	ユーザー定義　キャンペーン情報　３カラム部分
--------------------------------------------------------------------- */
div.Cp_goods_ {
	clear: both;
}
div.Cp_StyleT_Frame_ {
	width:100%;
	overflow: hidden;
}
div.Cp_StyleT_Line_ {
	margin: 0 0 10px 0;
	width: 630px;
	overflow: hidden;
}
div.Cp_StyleT_Item_ {
	margin: 0 auto;
	margin-right:15px;
	float: left;
	display: inline;
	text-align: left;
	width: 190px;
/*	border-bottom: 1px dotted #ccc;*/
}
div.Cp_StyleT_Item_ div.img_ {
	margin-bottom: 5px;
}
div.Cp_StyleT_Item_ div.img_ img {
	width: 190px;
	text-align: left;
}
div.Cp_StyleT_Item_ div.name_,
div.Cp_StyleT_Item_ div.price_ {
	margin: 0 5px 5px 0px;
	text-align: left;
}
div.Cp_StyleT_Item_ div.price_{
	color: #999;
	font-size: 97%;
}
div.Cp_StyleT_Item_ div.name2_{
	font-size: 85%;
}
div.Cp_StyleT_Item_ div.cart_ {
	margin: 0 10px;
}

/* --------------------------------------------------------------------
	ユーザー定義　お得情報　４カラム部分
--------------------------------------------------------------------- */
div.otoku_goods_ {
	clear: both;
}
div.otoku_StyleT_Frame_ {
	width:100%;
	overflow: hidden;
}
div.otoku_StyleT_Line_ {
	margin: 0 0 10px 0;
	width: 640px;
	overflow: hidden;
}
div.otoku_StyleT_Item_ {
	margin: 0 auto;
	margin-right:10px;
	float: left;
	display: inline;
	text-align: left;
	width: 142px;
/*	border-bottom: 1px dotted #ccc;*/
}
div.otoku_StyleT_Item_ div.img_ {
	margin-bottom: 5px;
}
div.otoku_StyleT_Item_ div.img_ img {
	width: 142px;
	text-align: left;
}
div.otoku_StyleT_Item_ div.name_,
div.otoku_StyleT_Item_ div.price_ {
	margin: 0 5px 5px 0px;
	text-align: left;
}
div.otoku_StyleT_Item_ div.price_{
	color: #999;
	font-size: 97%;
}
div.otoku_StyleT_Item_ div.name2_{
	font-size: 85%;
}
div.otoku_StyleT_Item_ div.cart_ {
	margin: 0 10px;
}

/* --------------------------------------------------------------------
	ご利用
-------------------------------------------------------------------- */
#goriyou{
	margin-bottom: 15px;
}

#goriyou ul{
	margin-bottom: 15px;
}
#goriyou ul li{
	padding-bottom: 5px;
}
#goriyou ul li img{
	margin-right:3px;
}
#goriyou ul li a{
	color: #333;
	text-decoration: underline;

}

div.rightmenuframe_ div.StyleT_Line_{
	padding: 0 5px;
	border-bottom: 1px dotted #ccc;
}
/*============================================================

slide show

============================================================*/
#slideShow{
	margin-bottom: 20px;
	position: relative;
	background-image:url(../img/usr/slideimg/slide_middle.gif);
	background-repeat: repeat-y;
	background-position:bottom left;
}
#slide_roundBottom{
	background-image:url(../img/usr/slideimg/slide_bottom_round.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:10px;
	}
#photos .galleryview{
	padding-bottom: 9px;
	width:600px;
}
#pointer{
	border:4px solid #3cc;
	height: 40px;
}
div.strip_wrapper{
	position:absolute;
	bottom:-3px;
	left:35px;
	width:450px;
	height:50px;
	overflow:hidden;
}
#listIcon{
	position: absolute;
	top: 270px;
	right: 10px;
	z-index: 2000;

}
/*============================================================

clearfix

============================================================*/
.clear_ {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/*============================================================

その他ページ

============================================================*/
h1#keirou {
	text-align: center;
}
