@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
img{ vertical-align:top;}
.cf { zoom:1; }
.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
 
 /* ------------------------------------------------
 Common
------------------------------------------------ */

html {
	font-size:10px;
}
body {
	border-top: 3px solid #222222;
	background: #fff url(/shop/item/patydre/design/img01/bg_body.gif);
	font: 10px/1.6 '&#65533;q&#65533;&#65533;&#65533;M&#65533;m&#65533;p&#65533;S Pro W3','Hiragino Kaku Gothic Pro','&#65533;&#65533;&#65533;C&#65533;&#65533;&#65533;I',Meiryo,Osaka,'&#65533;l&#65533;r &#65533;o&#65533;S&#65533;V&#65533;b&#65533;N','MS PGothic',sans-serif;
}
body,html {width: 100%;height: 100%;}
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}
a:hover img {
	opacity: .8;
}
input[type="image"] {}
input[type="image"]:hover {
	opacity: .8;
}

/* ------------------------------------------------
 Structure (cl,fl,of,w,h,m,p,bg)
------------------------------------------------ */

#wrapper,
.layout_body {
	font-size:13px;
	font-size:1.3rem;
		width: 1080px;
		margin:0px auto!important;
}

#topbar {
	background: #e6e6e6;
}
#topbar .inner {
	width: 1080px;
	margin: 0 auto;
}
#topbar h1 {
	float: left;
	margin-top: 5px;
}
#topbar .list-btn {
	float: right;
}
#topbar .list-btn li {
	float: left;
}

#global-header { }
#global-header .header-cont {
	border-bottom: 1px solid #042b25;
}
#global-header .header-cont .cont-inner {
	width: 1080px;
	margin: 10px auto;
}
#global-header .header-cont .logo {
	float: left;
}
#global-header .header-cont .col-wrap {
	float: right;
}
#global-header .header-cont .col-wrap .col {
	float: left;
	margin-left: 15px;
}
#global-header .header-cont .col-wrap .col img {
	margin-bottom: 4px;
}
#global-header .header-cont .col-wrap .col:nth-of-type(1) {
	margin-top: 8px;
}
#global-header .header-cont .col-wrap #col-order {
	padding: 2px 24px;
	background: url(/shop/item/patydre/design/img01/h_bg_order.png) no-repeat top;
}
#global-header .header-cont .col-wrap #col-order .text01 {
	font-weight: bold;
}
#global-header .header-cont .col-wrap #col-order .text02 {
	color: #c79c4c;
	font-size: 1.8rem;
	font-weight: bold;
}

#global-nav {
	position: relative;
	margin-top: 1px;
	background: #042b25;
}
#global-nav.fixed {
  position: fixed;
  top: -1px;
  left:0;
  right:0;
  width: 100%;
  z-index: 100000;
}
#global-nav ul {
	width: 1080px;
	margin: 0 auto;
	background: url(/shop/item/patydre/design/img01/h_bg_line01.png) no-repeat left;
}
#global-nav ul li {
	float: left;
	background: url(/shop/item/patydre/design/img01/h_bg_line01.png) no-repeat right;
	text-align: center;
}
#global-nav ul li a {
	display: block;
	width: 114px;
	padding: 10px 20px;
}
#global-nav ul li a:hover {
	background: #31524d;
}
#global-nav ul li img {}

#global-nav .sub-nav {
	/*
	opacity: 0;
	*/
	display: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: absolute;
	z-index: 10;
	top: 48px;
	left: 0px;
	width: 100%;
	padding: 15px 0px;
	background: url(/shop/item/patydre/design/img01/h_bg_subnav.png);
}
#global-nav li:hover .sub-nav {
	display: block;
	/*
	opacity: 1;
	*/
}
#global-nav .sub-nav .col-wrap {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#global-nav .sub-nav .col-wrap .col {
	width: 300px;
	background: url(/shop/item/patydre/design/img01/h_bg_line02.png) repeat-y left;
}
#global-nav .sub-nav .col-wrap .col .ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#global-nav .sub-nav .col-wrap .col a {
	display: block;
	width: 100%;
	padding: 10px;
	background: url(/shop/item/patydre/design/img01/h_ico_arrow01.png) no-repeat right;
	color: #fff;
	text-decoration: none;
}
#global-nav .sub-nav .col-wrap .col a:hover {}



#container,
.layout_table {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}


#contents {
	float: right;
	width: 820px;

}


#sidebar {
	float: left;
	width: 240px;
}
#sidebar .widget {
	margin-bottom: 20px;
}
#sidebar #widget-search {
	border: 3px solid #c79c4c;
}
#sidebar #widget-search .label {
	background: #c79c4c;
	color: #fff;
	text-align: center;
}
#sidebar #widget-search .widget-inner {
	padding: 3px;
	background: #fff;
}
#sidebar #widget-search .keyword {
	padding: 5px;
	background: #efefef;
}
#sidebar #widget-search .keyword ::-webkit-input-placeholder {
	color: #ccc;
}
#sidebar #widget-search .keyword input {
	width: 205px;
	padding: 5px;
	background: #fff url(/shop/item/patydre/design/img01/s_bg_search.png) no-repeat right;
	border: none;
	border: 1px solid #dbdbdb;
}
#sidebar #widget-search .list-keyword {}
#sidebar #widget-search .list-keyword li {
	float: left;
}
#sidebar #widget-search .list-keyword li a {
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	border: 1px solid #dfdfdf;
	border-radius: 12px;
	color: #333;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
}
#sidebar #widget-search .list-keyword li a:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
#sidebar #widget-search .btn {
	margin: 10px 0 0;
	text-align: center;
}

#sidebar .list-bnr {}
#sidebar .list-bnr li {
	margin-bottom: 20px;
}

#sidebar #widget-info {}
#sidebar #widget-info .label {
	padding: 8px 0 5px;
	background: #042c26;
	line-height: 1;
	text-align: center;
}
#sidebar #widget-info .widget-inner {
	padding: 6px;
	background: #f6f6f6;
	border: 1px solid #dedede;
	border-top: none;
	height: 160px;
overflow: scroll;
}
#sidebar #widget-info .list-post {
	padding: 0 5px 10px;
}

#sidebar .list-post {
	background: #fff;
}
#sidebar .list-post li {
	padding: 10px;
	/*border-bottom: 1px dotted #f6f6f6;*/
	background: url(/shop/item/patydre/design/img01/s_line01.png) repeat-x bottom;
}
#sidebar .list-post .post-date {
	color: #c79c4c;
}
#sidebar .list-post .post-title {
}

#sidebar .col-cat {
	border: 1px solid #dedede;
	border-top: 2px solid #262626;
}
#sidebar .col-cat .btn-more {
	padding: 20px 0;
	background: #fff url(/shop/item/patydre/design/img01/s_line01.png) repeat-x top;
	text-align: center;
}
#sidebar .col-cat .btn-more a {
	padding: 5px 20px;
	border: 1px solid #434343;
	color: #333;
	line-height: 1;
	text-decoration: none;
}
#sidebar .col-cat .btn-more a:hover {
	background: #f0f0f0;
}

#sidebar .list-menu {}
#sidebar .list-menu dt {
	padding: 10px 0;
	background: #efefef;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
}
#sidebar .list-menu dt.ico01 span {
	padding-left: 20px;
	background: url(/shop/item/patydre/design/img01/s_ico01.png) no-repeat left;
}
#sidebar .list-menu dt.ico03 span {
	padding-left: 20px;
	background: url(/shop/item/patydre/design/img01/s_ico02.png) no-repeat left;
}
#sidebar .list-menu dt.ico04 span {
	padding-left: 20px;
	background: url(/shop/item/patydre/design/img01/s_ico03.png) no-repeat left;
}
#sidebar .list-menu dt.ico05 span {
	padding-left: 20px;
	background: url(/shop/item/patydre/design/img01/s_ico04.png) no-repeat left;
}
#sidebar .list-menu dt.ico06 span {
	padding-left: 20px;
	background: url(/shop/item/patydre/design/img01/s_ico05.png) no-repeat left;
}
#sidebar .list-menu dt.ico07 span {
	padding-left: 20px;
	background: url(/shop/item/patydre/design/img01/s_ico06.png) no-repeat left;
}
#sidebar .list-menu dt.ico08 span {
	padding-left: 20px;
	background: url(/shop/item/patydre/design/img01/s_ico07.png) no-repeat left;
}
#sidebar .list-menu dt.ico09 span {
	padding-left: 20px;
	background: url(/shop/item/patydre/design/img01/s_ico08.png) no-repeat left;
}

#sidebar .list-menu dd {
	background: #fff url(/shop/item/patydre/design/img01/s_line01.png) repeat-x bottom;
}
#sidebar .list-menu dd:last-child {
	background: #fff;
}
#sidebar .list-menu dd a {
	display: block;
	padding: 7px 10px 7px 15px;
	background: url(/shop/item/patydre/design/img01/s_ico_arrow01.png) no-repeat 98% 50%;
	color: #333;
	text-decoration: none;
}
#sidebar .list-menu dd a:hover {
	background-color: #f0f0f0;
}
#sidebar .list-menu li {
	background: #fff url(/shop/item/patydre/design/img01/s_line01.png) repeat-x bottom;
}
#sidebar .list-menu li:last-child {
	background: #fff;
}
#sidebar .list-menu li a {
	display: block;
	padding: 7px 10px 7px 15px;
	background: url(/shop/item/patydre/design/img01/s_ico_arrow01.png) no-repeat 98% 50%;
	color: #333;
	text-decoration: none;
}
#sidebar .list-menu li a:hover {
	background-color: #f0f0f0;
}

#sidebar .list-category {
	margin: 10px;
}
#sidebar .list-category li {}
#sidebar .list-category li a {
	display: block;
	color: #333;
	text-decoration: none;
}
#sidebar .list-category li a:hover {
	background-color: #f0f0f0;
}

#sidebar #widget-calendar {
	overflow: hidden;
	height: 280px;
	padding: 5px;
	border: 9px solid #cdcdcd;
}
#sidebar #widget-calendar .widget-inner {
	height: 100%;
	overflow: hidden;
}
#sidebar #widget-calendar iframe {
	overflow: hidden;
	border: none;
	height: 390px;
}

#sidebar #widget-voice {}
#sidebar #widget-voice .widget-inner {
	border: 1px solid #dedede;
	border-top: none;
    height: 160px;
    overflow: scroll;
}
#sidebar #widget-voice .btn-more, #sidebar #widget-info .btn-more  {
	padding: 10px;
	background: #f5f5f5;
	text-align: center;
}

#sidebar #widget-column {}
#sidebar #widget-column .sub {
	padding: 10px;
	background: #232323;
	line-height: 1;
}
#sidebar #widget-column .widget-inner {
	height: 160px;
	overflow: auto;
	border: 1px solid #dedede;
}
#sidebar #widget-column .btn-more {
	padding: 10px;
	background: #f5f5f5;
	text-align: center;
}

#sidebar #widget-hair {}
#sidebar #widget-hair .widget-inner {
	padding: 5px;
	background: #efefef;
	border: 1px solid #dedede;
}

#sidebar #widget-company {
	background: #f5f5f5;
}
#sidebar #widget-company .widget-inner {
	padding: 10px;
}
#sidebar #widget-company .btn-more {
	text-align: center;
}



#global-footer {
	padding: 250px 0 0;
	background: url(/shop/item/patydre/design/img01/f_bg01.jpg) no-repeat top;
}

#footer01 {}
#footer01 .heading {
	margin-bottom: -10px;
	text-align: center;
}
#footer01 .footer-inner {
	width: 1080px;
	margin: 0 auto;
}
#footer01 .col-wrap {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 940px;
	margin: 0 auto;
	padding: 60px;
	background: #ffffff;
}
#footer01 .col-wrap .col {
	width: 295px;
}
#footer01 .col-wrap .col .row {
	margin-bottom: 1em;
}
#footer01 .col-wrap .col .head {
	padding-left: 4px;
	border-left: 5px solid #c79c4c;
	font-weight: bold;
}
#footer01 .col-wrap .col .label01 {
	color: #ff0000;
}
#footer01 .col-wrap .col .fig {}
#footer01 .col-wrap .col .line {
	border-bottom: 1px solid #333333;
}
#footer01 .col-wrap .col a {
	color: #333;
}
#footer01 .col-wrap .col a:hover {
	text-decoration: none;
}

#footer02 {
	padding: 60px 0 30px;
	background: #232323;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}
#footer02 .footer-inner {
	width: 1080px;
	margin: 0 auto;
}
#footer02 .col-wrap {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer02 .col-wrap .col {
	width: 170px;
}
#footer02 .col-wrap .col .row {
	margin-bottom: 1em;
}
#footer02 .list-link {
	margin-bottom: 15px;
}
#footer02 .list-link dt {
	margin-bottom: 10px;
	padding: 5px 0 3px 20px;
	border-bottom: 1px solid #4f4f4f;
}
#footer02 .list-link dt.ico01 { background: url(/shop/item/patydre/design/img01/f_ico01.png) no-repeat left; }
#footer02 .list-link dt.ico02 { background: url(/shop/item/patydre/design/img01/f_ico02.png) no-repeat left; }
#footer02 .list-link dt.ico03 { background: url(/shop/item/patydre/design/img01/f_ico03.png) no-repeat left; }
#footer02 .list-link dt.ico04 { background: url(/shop/item/patydre/design/img01/f_ico04.png) no-repeat left; }
#footer02 .list-link dt.ico05 { background: url(/shop/item/patydre/design/img01/f_ico05.png) no-repeat left; }
#footer02 .list-link dt.ico06 { background: url(/shop/item/patydre/design/img01/f_ico06.png) no-repeat left; }
#footer02 .list-link dt.ico07 { background: url(/shop/item/patydre/design/img01/f_ico07.png) no-repeat left; }
#footer02 .list-link dt.ico08 { background: url(/shop/item/patydre/design/img01/f_ico08.png) no-repeat left; }
#footer02 .list-link dt.ico09 { background: url(/shop/item/patydre/design/img01/f_ico09.png) no-repeat left; }
#footer02 .list-link dd {}
#footer02 .list-link a {
	display: block;
	padding: 4px 0 4px 14px;
	background: url(/shop/item/patydre/design/img01/f_ico_arrow01.png) no-repeat left;
	color: #fff;
	text-decoration: none;
}
#footer02 .list-link a:hover {
	text-decoration: underline;
}
#footer02 .btn {
	margin-bottom: 20px;
}
#footer02 .btn a {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#footer02 .btn a:hover {
	background: #666;
}
#footer02 .logo {
	margin: 60px 0 0;
	text-align: center;
}

#bottombar {
	background: #393939;
}
#bottombar .copyright {
	display: block;
	color: #ffffff;
	font-size: 1.2rem;
	text-align: center;
}


#bnr-coupon {
	display: none;
	position: fixed;
	top: 80%;
	left: 0px;
	z-index: 10001;
	opacity: .7;
}

#btn-pagetop {
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 100002;
}

#cont-history {
	position: fixed;
	top: 50%;
	right: 0px;
	z-index: 10001;
	margin-top: -310px;
}
#cont-history .label {
	padding: 4px;
	background: #042b25;
	text-align: center;
}
#cont-history .list-history {
	padding: 5px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-top: none;
}
#cont-history .list-history li {
	margin-bottom: 4px;
	width: 120px;
}
#cont-history .list-history li img {
	max-width: 100%;
}

#headline {
	margin-top: 20px;
	padding: 45px 0;
	background: url(/shop/item/patydre/design/img01/bg_page_list.jpg) 60% top no-repeat;
	background-size: cover;
}
#headline .title {
	text-align: center;
}
#headline h2.title {
	font-size: 30px;
	font-weight:bold;
	color:#fff;
	line-height: 1.2em;
	text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.45);
}
#headline h2.title span.small {
	font-size: 17px;
	font-weight: normal;
}

/* FS
-------------------------------------------------*/

/* fs-ranking-dress */
.fs-ranking-dress {
	margin-top: 20px;
	margin-bottom: 40px;
}
.fs-ranking-dress .heading {
	margin-bottom: 25px;
	padding: 15px;
	background: url(/shop/item/patydre/design/img01/bg_ttl01.jpg) no-repeat;
}
.fs-ranking-dress .list {
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.fs-ranking-dress .list li {
	position: relative;
}
.fs-ranking-dress .list li .tag {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 25px;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	font-family: Arial;
	font-style: normal;
	text-align: center;
	line-height: 50px;
}
.fs-ranking-dress .list li .tag.num01 { background: #c79c4c;}
.fs-ranking-dress .list li .tag.num02 { background: #b6b6b6;}
.fs-ranking-dress .list li .tag.num03 { background: #4c3222;}

.fs-ranking-dress .list li .tag.num01,
.fs-ranking-dress .list li .tag.num02,
.fs-ranking-dress .list li .tag.num03 {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
}

.fs-ranking-dress .list li .eyecatch {
	margin-bottom: 20px;
}
.fs-ranking-dress .list li .eyecatch img {
	width: 100%;
	height: auto;
}
.fs-ranking-dress .list li .title {
	margin-bottom: 10px;
	line-height: 1.8;
}
.fs-ranking-dress .list li .title a {
	color: #333;
	text-decoration: none;
}
.fs-ranking-dress .list li .title a:hover {
	text-decoration: underline;
}
.fs-ranking-dress .list li .rental {}
.fs-ranking-dress .list li .rental .label {
	display: inline-block;
	margin-right: 10px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 1.1rem;
	line-height: 1;
}
.fs-ranking-dress .list li .rental .price {
	color: #ff0000;
	font-size: 1.8rem;
}

.fs-ranking-dress .list.type01 {}
.fs-ranking-dress .list.type01 li {
	width: 247px;
	margin: 0 13px;
}
.fs-ranking-dress .list.type01 li .eyecatch a {
	display: block;
	width: 247px;
	height: 247px;
	border-radius: 50%;
	overflow: hidden;
}
.fs-ranking-dress .list.type02 {}
.fs-ranking-dress .list.type02 li {
	width: 185px;
	margin: 0 10px;
}
.fs-ranking-dress .list.type02 li .eyecatch a {
	display: block;
	width: 185px;
	height: 185px;
	border-radius: 50%;
	overflow: hidden;
}

/* fs-list-item */
.fs-list-item {}
.fs-list-item .heading {
	margin-bottom: 25px;
	padding: 15px;
	background: url(/shop/item/patydre/design/img01/beginner/bg_ttl01.jpg) no-repeat;
}

/* fs-col01 */
.fs-col01 {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding: 15px;
	background: #fff6ef;
	border: 1px solid #a28d60;
	border-top: 2px solid #a28d60;
}
.fs-col01 .img-col {
	width: 230px;
}
.fs-col01 .img-col img {
	width: 100%;
	height: auto;
}
.fs-col01 .text-col {
	width: 535px;
}
.fs-col01 .text-col .label {
	margin-bottom: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #d2d2d2;
	font-size: 2rem;
	font-weight: bold;
}
.fs-col01 .text-col .label span {
	padding-left: 10px;
	border-left: 3px solid #c79c4c;
	line-height: 1;
}
.fs-col01 .text-col .text {}




/* &#65533;&#65533;&#65533;R&#65533;&#65533;&#65533;&#65533;&#65533;h&#65533;V&#65533;&#65533; */
.recommend-new {}
.recommend-new .heading {
	margin-bottom: 10px;
	border-bottom: 2px solid #e5e5e5;
	color: #666666;
	font-size: 16px;
}
.recommend-new .list-nav {
	margin-left: -8px;
	margin-bottom: 15px;
}
.recommend-new .list-nav li {
	position: relative;
	float: left;
	width: 144px;
	margin: 0 0 15px 8px;
}
.recommend-new .list-nav li .thumb {
	margin-bottom: 15px;
}
.recommend-new .list-nav li .thumb img {
	width: 100%;
	height: auto;
}
.recommend-new .list-nav li .title {
	margin-bottom: 5px;
	color: #999999;
}
.recommend-new .list-nav li .price {
	color: #999999;
	font-size: 1.1rem;
}
.recommend-new .list-nav li .price span {
	font-size: 1.4rem;
}



td.layout_menu {
	padding-top: 50px;
}

td.layout_content {
	padding-left: 20px;
}


/* &#65533;p&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;*/
.FS2_breadcrumbs {
	margin: 15px 0 10px 0;
	background: none;
	color: #333;
	position: absolute;
	top: 0px;
	left: 15px;
}
.FS2_breadcrumbs a {
	color: #333;
	text-decoration: none;
}
.FS2_breadcrumbs a:hover {}

/* &#65533;V&#65533;X&#65533;e&#65533;&#65533;&#65533;^&#65533;u */
.utility {
/*	display: none;*/
margin-top: 50px;
}

.FS2_GroupLayout {}
/* &#65533;y&#65533;[&#65533;W&#65533;&#65533;&#65533;[ */
.pager {
	overflow: hidden;
	padding: 10px;
	border: none;
	text-align: center;
}
.pager .FS2_pager_text {
	float: left;
}
.pager .FS2_pager_stay {
	padding: 5px 10px;
	background: #f69900;
	border-radius: 50%;
	color: #fff;
}
.pager .FS2_pager_link {
	padding: 5px 10px;
	text-decoration: none;
}
.pager .FS2_pager_link_first {
	display: none;
}
.pager .FS2_pager_link_prev {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
}
.pager .FS2_pager_link_prev img {
	display: none;
}
.pager .FS2_pager_link_prev:before {
	content: '<';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.pager .FS2_pager_link_next {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
}
.pager .FS2_pager_link_next img {
	display: none;
}
.pager .FS2_pager_link_next:before {
	content: '>';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.pager .FS2_pager_link_last {
	display: none;
}

/* &#65533;&#65533;&#65533;&#65533;v&#1410;&#65533;&#65533;&#65533;&#65533;j&#65533;&#65533;&#65533;[ */
.FS2_sort_menu_bg {}

#FS2_sort_menu {}
#FS2_sort_menu li {
	color: #333;
	line-height: 1;
}
#FS2_sort_menu li a {
	padding: 2px 4px;
	color: #333;
	line-height: 1;
	text-decoration: none;
}
#FS2_sort_menu li a:hover {
	background: #161616;
	color: #fff;
}
#FS2_sort_menu li.FS2_sort_menu_title {
	border-right: 1px solid #666666;
}
#FS2_sort_menu li.FS2_sort_menu_sortPriceLowLink {}
#FS2_sort_menu li.FS2_sort_menu_sortPriceHighLink {}
#FS2_sort_menu li.FS2_sort_menu_sortNewLink {}

/* &#65533;&#65533;&#65533;i&#65533;&#42455; */
.FS2_GroupLayout {}

.gl_Item {}
.gl_Item .itemCenter {
	max-width: 260px;
}
.gl_Item .FS2_thumbnail_container {}
.gl_Item .FS2_thumbnail_container img {
	width: 100%;
	height: auto;
}
.gl_Item .itemGroup {}
.gl_Item .itemGroup a {
	color: #666666;
	text-decoration: none;
}
.gl_Item .itemGroup a:hover {
	text-decoration: underline;
}
.gl_Item .FS2_itemPrice_area {}
.gl_Item .FS2_itemPrice_area .FS2_special_price {
	color: #666666;
}
.gl_Item .FS2_itemPrice_area .itemPrice {
	color: #ff0000;
	font-size: 1.4rem;
	font-weight: normal;
}
.gl_Item .FS2_itemPrice_area .FS2_itemPrice_addition {
	color: #666666;
}
.gl_Item .FS2_WishListButton_area {
	display: none;
}

/* &#65533;O&#65533;&#65533;&#65533;[&#65533;v&#65533;&#13652;&#65533;R&#65533;&#65533;&#65533;&#65533;&#65533;g */
.user_content.FS2_upper_comment {}
.user_content.FS2_upper_comment .heading {
	margin-bottom: 25px;
	padding: 15px;
	background: url(/shop/item/patydre/design/img01/bg_ttl01.jpg) no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/* &#65533;&#65533;&#65533;i&#65533;&#1677;&#65533; */
/*
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail {
	color: #666666;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right {
	width: 330px;
	padding-left: 30px;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .item-detail {
	margin-top: 30px;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .item-detail table {
	width: 100%;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .item-detail table th {
	display: block;
	padding: 10px;
	background: #e5e5e5;
	border: 1px solid #e5e5e5;
	text-align: center;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .item-detail table td {
	display: block;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_itemPrice_text {}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_itemPrice_text .FS2_special_price {}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_itemPrice_text .itemPrice {
	color: #ff0000;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_itemPrice_text .FS2_itemPrice_addition {}

body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_figure {
	margin-bottom: 65px;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_figure_table {
	width: 330px;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_figure_table_td_cart_btn {
	position: relative;
	top: 50px;
	left: -95px;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .itemTitle {
	margin-bottom: 15px;
	border-bottom: 2px solid #e5e5e5;
	color: #666666;
	font-size: 18px;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_InquiryButton_area {
	margin-bottom: 5px;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_MailRecommendButton_area {
	margin-bottom: 5px;
}

body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .twitter-share-button {
	margin-right: 12px;
	float: left;
	width: 100px;
}

body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_thumbnail_container {
	width: 400px;
}
body#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_thumbnail_container img {
	max-width: 400px;
}
*/


#FS2_itemlayout_IH3 {}

#FS2_itemlayout_IH3 .FS2_upper_comment {}

#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container_right {
	width: 360px;
	margin-left: 0;
}
#FS2_itemlayout_IH3 .itemTitle {
	font-size: 18px;
	font-weight: bold;
}
#FS2_itemlayout_IH3 .itemNumber {
	color: #333;
	font-size: 14px;
}

#FS2_itemlayout_IH3 .FS2_itemPrice_area {
    margin-bottom: 0;
}
#FS2_itemlayout_IH3 .FS2_itemPrice_area .FS2_itemPrice_text {
	padding: 20px 10px 10px 10px;
	background: #d2ebe7;
	margin-bottom: 0;
}
#FS2_itemlayout_IH3 .FS2_members_contents {
	background: #d2ebe7;
	padding: 0px 10px 10px 10px;
	/* position: relative; */
}
#FS2_itemlayout_IH3 .FS2_memberPriceImage {
    margin: 0;
    padding: 0px;
    /* position: absolute; */
    /* top: 40px; */
}
#FS2_itemlayout_IH3 .FS2_special_members_price {
	background: #d2ebe7;
	padding: 0px 10px 20px 10px;
}
#FS2_itemlayout_IH3 .FS2_special_members_price_text,
#FS2_itemlayout_IH3 .FS2_itemPrice_addition {
    color: #666666;
}
#FS2_itemlayout_IH3 .FS2_special_members_price .itemPrice{
	font-size: 24px;
}
#FS2_itemlayout_IH3 .FS2_itemPrice_area .FS2_itemPrice_text .FS2_special_price {}
#FS2_itemlayout_IH3 .FS2_itemPrice_area .FS2_itemPrice_text .itemPrice {
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
}
#FS2_itemlayout_IH3 .FS2_itemPrice_area .FS2_itemPrice_text .FS2_itemPrice_addition {}
#FS2_itemlayout_IH3 form .dummySubmit {}
#FS2_itemlayout_IH3 form .FS2_figure {}
#FS2_itemlayout_IH3 form .FS2_figure_table {
	margin: 15px 0;
}
#FS2_itemlayout_IH3 form .FS2_figure_table .FS2_figure_table_td_figure {
	display: none;
}
#FS2_itemlayout_IH3 form .FS2_figure_table .FS2_figure_table_td_input_cnt {
	display: none;
}
#FS2_itemlayout_IH3 form .FS2_figure_table .FS2_figure_table_td_updn_btn {
	display: none;
}
#FS2_itemlayout_IH3 form .FS2_figure_table .FS2_figure_table_td_cart_btn {}

#FS2_itemlayout_IH3 form .FS2_inputSelection {}
#FS2_itemlayout_IH3 form .FS2_inputSelection .FS2_inputSelection_table {}
#FS2_itemlayout_IH3 form .FS2_inputSelection .FS2_inputSelection_table th {
	background: none;
	border: none;
}
#FS2_itemlayout_IH3 form .FS2_inputSelection .FS2_inputSelection_table td {
	background: none;
	border: none;
}
#FS2_itemlayout_IH3 form .FS2_inputSelection .FS2_inputSelection_table select {
	width: 100%;
	padding: 2px;
	background: #f8f8f8;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
}

#FS2_itemlayout_IH3 form .FS2_OptionPrice {
	padding: 50px 10px 20px;
	background: #f6f6f6 url(/shop/item/patydre/design/img01/item_bg_option.png) no-repeat top;
}
#FS2_itemlayout_IH3 form .FS2_OptionPrice .FS2_OptionPrice_table {
	width: 100%;
}
#FS2_itemlayout_IH3 form .FS2_OptionPrice .FS2_OptionPrice_table th {
	background: none;
	border: none;
	font-weight: bold;
}
#FS2_itemlayout_IH3 form .FS2_OptionPrice .FS2_OptionPrice_table td {
	background: none;
	border: none;
}
#FS2_itemlayout_IH3 form .FS2_OptionPrice .FS2_OptionPrice_table td select {
	width: 100%;
	padding: 2px;
	background: #f8f8f8;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
}

/* js&#65533;J&#65533;X&#65533;^&#65533;&#65533; */
#FS2_itemlayout_IH3 form .link-safe {}
#FS2_itemlayout_IH3 form .link-safe a {
	color: #333;
	font-size: 1.2rem;
}
#FS2_itemlayout_IH3 form .FS2_OptionPrice .btn-set {
	margin: 10px 0 0;
	text-align: center;
}


#FS2_itemlayout_IH3 .FS2_TweetButton_area {
	margin-bottom: 10px;
}
#FS2_itemlayout_IH3 .FS2_TweetButton_area img {
	width: 30px;
	height: 30px;
}

#FS2_itemlayout_IH3 .FS2_InquiryButton_area {
	display: inline-block;
	width: 50%;
}
#FS2_itemlayout_IH3 .FS2_MailRecommendButton_area {
	display: inline-block;
	width: 50%;
}
#FS2_itemlayout_IH3 .FS2_WishListButton_area {
	display: inline-block;
	width: 50%;
}

#FS2_itemlayout_IH3 .FS2_additional_image_btn_thumbnail_container {
	position: relative;
	width: 430px;
}

#FS2_itemlayout_IH3 .FS2_additional_image_container_main {
	/*display: none;*/
	float: left;
	width: auto;
	margin-right: 2px;
}
#FS2_itemlayout_IH3 .FS2_additional_image_container_main .FS2_additional_image_container_title {}
#FS2_itemlayout_IH3 .FS2_additional_image_container_main .FS2_additional_image_thumbnail_container {}
#FS2_itemlayout_IH3 .FS2_additional_image_container_main .FS2_additional_image_thumbnail_container img {
	width: 95px;
}
.FS2_additional_image_container_title {
	display:none;
}
#FS2_itemlayout_IH3 .FS2_thumbnail_container {
	width: 430px;
	padding: 0;
	border: none;
}
#FS2_itemlayout_IH3 .FS2_thumbnail_container img {
	width: 100%;
	height: auto;
}
#FS2_itemlayout_IH3 .FS2_additional_image_btn_container {}
#FS2_itemlayout_IH3 .FS2_additional_image_btn_container .FS2_additional_image_btn_incart {}
#FS2_itemlayout_IH3 .FS2_additional_image_btn_container .FS2_additional_image_btn_incart img {
	margin-left: 120px;
}
#FS2_itemlayout_IH3 .FS2_additional_image_btn_container .FS2_additional_image_btn_prev {
	position: absolute;
	top: 40%;
	left: 0px;
}
#FS2_itemlayout_IH3 .FS2_additional_image_btn_container .FS2_additional_image_btn_next {
	position: absolute;
	top: 40%;
	right: 0px;
}

#FS2_itemlayout_IH3 .FS2_additional_image_container_sub {
	width: 430px;
}
#FS2_itemlayout_IH3 .FS2_additional_image_container_sub .FS2_additional_image_container_title {
	display: none;
}
#FS2_itemlayout_IH3 .FS2_additional_image_container_sub .FS2_additional_image_thumbnail_container {
	width: 60px;
	margin: 0 5px 5px 0;
}
#FS2_itemlayout_IH3 .FS2_additional_image_container_sub .FS2_additional_image_thumbnail_container img {
	width: 100%;
	height: auto;
}

#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container {
	float: right;
	width: 360px;
}
#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container .FS2_ItemComment {}

#FS2_itemlayout_IH3 .FS2_lower_comment {
	/*
	float: right;
	width: 360px;
	*/
	clear: both;
	width: 100%;
	padding: 40px 0 0;
}


#FS2_itemlayout_IH3 .FS2_ReviewEditAverage {
	margin: 20px 0;
}


#cont-reserve {}
#cont-reserve .heading {
	padding: 15px;
	background: #131313;
	text-align: center;
}
#cont-reserve iframe {
	display: block;
	width: 610px;
	height: 380px;
	margin: 0 auto;
}
#cont-reserve .caution {
	color: #333;
}


#FS2_body_Goods.FS2_body_Goods_GoodsDetail #_rcmdjp_display_1 {
	float: left;
	width: 430px;
}
#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_Recommend2_recommend {
	width: 430px;
}
#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_Recommend2_recommend .CrossHead {
	border-bottom: 1px solid #cccccc;
}
#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_Recommend2_recommend ul {}
#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_Recommend2_recommend ul li {
	margin: 0;
	border: none;
	height: 300px;
}
#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_Recommend2_recommend ul li a {}
#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_Recommend2_recommend ul li a img {}
#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_Recommend2_recommend ul li .itemPrice {
	color: #ff0000;
}
#FS2_body_Goods.FS2_body_Goods_GoodsDetail .FS2_Recommend2_recommend ul li .FS2_itemPrice_addition {}


#cont-iteminfo {
	width: 358px;
}
#cont-iteminfo .heading {}
#cont-iteminfo .heading img {}
#cont-iteminfo .list-tab {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

}
#cont-iteminfo .list-tab li {
	cursor: pointer;
	width: 50%;
	width: 179px;
	height: 41px;
}
#cont-iteminfo .list-tab li.select {}
#cont-iteminfo .list-tab li.select img {
	visibility: hidden;
}
#cont-iteminfo #tab01 {
	background: url(/shop/item/patydre/design/img01/btn_tab_info_on.png) no-repeat;
}
#cont-iteminfo #tab02 {
	background: url(/shop/item/patydre/design/img01/btn_tab_size_on.png) no-repeat;
}
#cont-iteminfo .list-tab li img {}
#cont-iteminfo .cont-inner {
	box-sizing: border-box;
	width: 357px;
	padding: 10px;
	border: 1px solid #e8e8e8;
	border-top: none;
}
#cont-iteminfo #spec02 {
	display: none;
}
#cont-iteminfo .fig {
	margin: 10px 0;
	text-align: center;
}
#cont-iteminfo table {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #e8e8e8;
	border: 1px solid #e8e8e8;
}
#cont-iteminfo table th {
	padding: 5px 10px;
	background: #f3f3f3;
	border: 1px solid #e8e8e8;
	text-align: center;
}
#cont-iteminfo table td {
	padding: 5px 10px;
	border: 1px solid #e8e8e8;
}
#cont-iteminfo .desc {
	margin-bottom: 10px;
}
#cont-iteminfo .btn-more {
	margin-bottom: 10px;
}
#cont-iteminfo .label {
	margin-bottom: 10px;
	padding: 10px;
	background: #3b655f;
	color: #fff;
}
#cont-iteminfo .comment {
	margin: 0 0 10px;
}
#cont-iteminfo .list-spec {
	display: flex;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 5px;
}
#cont-iteminfo .list-spec li {
	font-size: 0.9rem;
	text-align: center;
}
#cont-iteminfo .list-spec li.spec-data01 {}
#cont-iteminfo .list-spec li.spec-data02 { margin-left: 16px; }
#cont-iteminfo .list-spec li.spec-data03 { margin-left: 20px; }
#cont-iteminfo .list-spec li.spec-data04 {}
#cont-iteminfo .list-spec li.spec-data05 {}

#cont-iteminfo .img-spec {
	margin-bottom: 10px;
	text-align: center;
}


#cont-iteminfo .box-comment {
	overflow: auto;
	height: 360px;
	padding: 10px 10px 10px 5px;
}
#cont-iteminfo .box-comment .col-wrap {
	margin-bottom: 10px;
}
#cont-iteminfo .box-comment .col-wrap .col-img {
	float: left;
	width: 60px;
}
#cont-iteminfo .box-comment .col-wrap .col-img img {
	width: 100%;
	height: auto;
}
#cont-iteminfo .box-comment .col-wrap .col-text {
	float: right;
	width: 220px;
}
#cont-iteminfo .box-comment .col-wrap .col-text .name {
	margin-bottom: 5px;
}
#cont-iteminfo .box-comment .col-wrap .col-text .staff-data {
	padding: 10px;
	background: #f3f3f3;
}
#cont-iteminfo .box-comment .staff-comment {
	margin-bottom: 20px;
}


#FS2_body_Goods .list-item01 {
	display: flex;
	max-width:820px;
	justify-content: space-between;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#FS2_body_Goods .list-item01 li {
	width: 188px;
	margin: 0 22px 22px 0;
}
#FS2_body_Goods .list-item01 li:nth-child(4n) {
	margin-right: 0;
}
#FS2_body_Goods .list-item01 li .eyecatch {
	margin-bottom: 20px;
}
#FS2_body_Goods .list-item01 li .eyecatch img {
	width: 100%;
	height: auto;
}
#FS2_body_Goods .list-item01 li .title {
	margin-bottom: 10px;
	line-height: 1.8;
	height: 90px;
	overflow: hidden;
}
#FS2_body_Goods .list-item01 li .title a {
	color: #333;
	text-decoration: none;
}
#FS2_body_Goods .list-item01 li .title a:hover {
	text-decoration: underline;
}
#FS2_body_Goods .list-item01 li .rental {}
#FS2_body_Goods .list-item01 li .rental .label {
	display: inline-block;
	margin-right: 10px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 1.1rem;
	line-height: 1;
}
#FS2_body_Goods .list-item01 li .rental .price {
	color: #ff0000;
	font-size: 1.8rem;
}



#FS2_body_Goods #cont-itemrelated {
	margin: 40px 0;
}
#FS2_body_Goods #cont-itemrelated .heading {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#FS2_body_Goods #cont-itemrelated .list-item01 {
	justify-content: flex-start;
}
#FS2_body_Goods #cont-itemrelated .list-item01 li {
	margin: 0 10px 10px 0;
	width: 136px;
}
#FS2_body_Goods #cont-itemrelated .list-item01 li:nth-child(3n) {
	margin-right: 0;
}

#FS2_body_Goods #cont-recommenditem {
	margin: 40px 0;
}
#FS2_body_Goods #cont-recommenditem .heading {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#FS2_body_Goods #cont-recommenditem .list-item01 {
	justify-content: flex-start;
}
#FS2_body_Goods #cont-recommenditem .list-item01 li {
	margin: 0 20px 20px 0;
}
#FS2_body_Goods #cont-recommenditem .list-item01 li:nth-child(4n) {
	margin-right: 0;
}

#FS2_body_Goods #cont-itemranking {
	margin: 40px 0;
}
#FS2_body_Goods #cont-itemranking .heading {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#FS2_body_Goods #cont-popular {
	margin: 40px 0;
}
#FS2_body_Goods #cont-popular .heading {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}



#FS2_additional_image_popup {}
#FS2_additional_image_popup .FS2_additional_image_popup_container {}
#FS2_additional_image_popup .FS2_additional_image_container {}
#FS2_additional_image_popup .FS2_additional_image_container_main {
	/*display: none;*/
}
#FS2_additional_image_popup .FS2_additional_image_container_main .FS2_additional_image_container_title {
	display: none;
}

#FS2_additional_image_popup .FS2_additional_image_container_sub {}
#FS2_additional_image_popup .FS2_additional_image_container_sub .FS2_additional_image_container_title {
	display: none;
}
#FS2_additional_image_popup .FS2_additional_image_container_sub .FS2_additional_image_thumbnail_container {
	width: 150px;
}
#FS2_additional_image_popup .FS2_additional_image_container_sub .FS2_additional_image_thumbnail_container img {
	max-width: 100%;
}
#FS2_additional_image_popup .FS2_additional_image_btn_thumbnail_container {}
#FS2_additional_image_popup .FS2_additional_image_btn_thumbnail_container .FS2_thumbnail_container {}
#FS2_additional_image_popup .FS2_additional_image_btn_thumbnail_container .FS2_thumbnail_container img {
	max-width: 100%;
}


.FS2_ReviewEditButton_area {
	float: left;
	width: 190px;
	margin-top: 10px;
	margin-left: 10px;
}
.FS2_ReviewButton_area {
	float: left;
	width: 220px;
	margin-top: 10px;
}

.FS2_repeater .rank_ {
  display:none;
}
.FS2_repeater .rank_guest {
  display:none;
}
/* &#65533;&#65533;&#65533;&#65533;&#65533;&#578;&#835;|&#65533;C&#65533;&#65533;&#65533;g&#65533;&#65533;&#65533;&#65533;&#65533;\&#65533;&#65533; */
.FS2_repeater .point_ {
  display:block;
}
.FS2_repeater .point_guest {
  display:none;
}
/* &#65533;N&#65533;[&#65533;|&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#41799;&#65533;&#770;&#1877;\&#65533;&#65533; */
.FS2_repeater .coupon_true {
  display:block; 
}
.FS2_repeater .coupon_false {
  display:none;
}




.userTable_01 {
	width: 100%;
}
#FS2_body_Goods .userTable_01 {
    width: 430px;
    margin-top: 25px;
}
/*=========================================================
&#65533;&#65533;&#65533;[&#65533;U&#65533;[&#65533;&#65533;&#65533;j&#65533;&#65533;&#65533;[&#65533;G&#65533;&#65533;&#65533;A
=========================================================*/

/*&#65533;@&#65533;&#65533;&#65533;[&#65533;U&#65533;[&#65533;&#65533;&#65533;j&#65533;&#65533;&#65533;[&#65533;G&#65533;&#65533;&#65533;A&#65533;@*/
.utility {
	margin: 50px 0 5px 0;
	padding: 5px;
}
.utility{border: 1px solid #C8C8C8;}

.utility table {
	margin:0px;
}
td.FS2_welcome_area {background-color: #F0F0F0;
padding:5px;}

.utility td {
	padding-left: 5px;
}

/*&#65533;@&#65533;&#65533;&#65533;[&#65533;U&#65533;[&#65533;&#65533;&#65533;j&#65533;&#65533;&#65533;[&#65533;G&#65533;&#65533;&#65533;A&#65533;F&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#4258;&#65533;&#1794;&#65533;&#65533;Q&#65533;X&#65533;g&#65533;&#65533;&#65533;&#65533;@*/


.welcome {
	margin-left:0.5em;
	line-height:1.1;
}

/*&#65533;@&#65533;&#65533;&#65533;[&#65533;U&#65533;[&#65533;&#65533;&#65533;j&#65533;&#65533;&#65533;[&#65533;G&#65533;&#65533;&#65533;A&#65533;F&#65533;}&#65533;C&#65533;y&#65533;[&#65533;W&#65533;E&#65533;&#65533;&#65533;O&#65533;C&#65533;&#65533;&#65533;E&#65533;p&#65533;X&#65533;&#65533;&#65533;[&#65533;h&#65533;@*/
.FS2_login_area {
	padding:0 0 0 10px;
	text-align:right;
}

ul.login {
	/* border-bottom:1px dotted #DDDDDD; */
	padding: 4px;
	margin: 2px 0 0 0;
}
ul.login a {
	color:#000;
	text-decoration:none;
}
ul.login a:hover {
	text-decoration:underline;
}
.login li {
	padding:0 5px 0 15px;
	margin:0px;
	display:inline;
}

.FS2_Recommend2_container_history .CrossHead {
	margin-bottom: 20px !important;
}

.FS2_Recommend2_container_history ul li {
	display: block;
	float: left;
	background: #ffffff;
	padding: 0 !important;
	border: none!important;
	width: 188px !important;
	margin: 0 22px 22px 0 !important;
	line-height: 1.3;
	font-size: 12px;
       height: 450px;
}
.FS2_Recommend2_container_history ul li:nth-child(4n) {
	margin-right: 0 !important;
}
.FS2_Recommend2_container_history ul li .eyecatch {
	margin-bottom: 20px;
}
.FS2_Recommend2_container_history img {
	width: 188px !important;
	height: auto !important;
}
.FS2_Recommend2_container_history ul li .title {
	margin-bottom: 10px;
	line-height: 1.8;
}
.FS2_Recommend2_container_history ul li .title a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size:14px
}
.FS2_Recommend2_container_history ul li .title a:hover {
	text-decoration: underline;
}
.FS2_Recommend2_container_history ul li .rental {}
.FS2_Recommend2_container_history ul li .rental .label {
	display: inline-block;
	margin-right: 10px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 1.1rem;
	line-height: 1;
}
.FS2_Recommend2_container_history ul li .rental .price {
	color: #ff0000;
	font-size: 1.8rem;
}

.FS2_repeater {
	margin: 20px 0;
}

.FS2_Recommend2_cart ul li {
	width: 239px !important;
	height: 380px !important;
	text-align: center;
	margin: 2px !important;
}
.FS2_Recommend2_cart a {
	display: block;
}
.FS2_Recommend2_cart ul li img {
	width: 180px !important;
	margin: 0 auto;
}
.FS2_Recommend2_cart .CrossHead {
	margin-bottom: 10px;
}
#_rcmdjp_display_1 {
	padding-bottom: 30px;
}

.orderFlow {
	text-align: center;
	padding: 20px !important;
}

.pageTitle {
	font-size: 18px !important;
}

.CrossHead {
	font-size: 18px;
	margin-bottom: 20px !important;
}

#sidebar #widget-column .widget-inner.hgt120 {
height: 120px;
    overflow: scroll;
}
