@charset "UTF-8";

/*------------------------------------------------------------
CSS Document

Machie's サイト全体用CSS

MAKING 180619 11:29 sim_seki
-------------------------------------------------------------*/


/*------------------------------------------------------------
CSSの構造

・初期設定
・ヘッダー
・フッター
・パンくず
・ドロップダウンメニュー
・Animated Responsive Image Grid
・Lightbox
-------------------------------------------------------------*/


/*------------------------------------------------------------
初期設定
-------------------------------------------------------------*/




html {
overflow-y: scroll;
-webkit-text-size-adjust: none;
height: 100%;
}

body {
margin:0;
padding:0;
font-size: 14px;
line-height: 1.5em;
color: #fff;
width: 100%;
}

img { border:none; vertical-align: bottom; }

select,input,button,textarea,button{
font:99% arial,helvetica,clean,sans-serif;
}

table{font-size:inherit;font:100%;}

pre,code,kbd,samp,tt{
font-family:monospace;
*font-size:108%;
line-height:100%;
}

a:link {color: #000;text-decoration:none;}
a:visited {color: #000;text-decoration:none;}
a:hover {color: #000;text-decoration:underline;}
a:active {color: #000;text-decoration:none;}

ol,ul{
margin:0;
padding:0;
list-style: none;
}

li{
margin:0;
padding:0;
}

.clearboth{
clear: both;
}
.sp_br{
display:none;
}

/* Facebook ポップアップ非表示 */
.fb-like{
height: 20px;
overflow: hidden;
}

/* いいねボタン ズレ修正 130424 */
.fb_iframe_widget iframe {
position: relative !important;
}

/* reset.cssより移植 */
body,div,ul,ol,li,
h1,h2,h3,h4,h5,h6,p{
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6{
font-size: 1em;
font-style: normal;
font-weight: normal;
}

/*HTML5対策 */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}



#loading{
position: absolute;
top: 45%;
width: 100%;
text-align: center;
}

#loading img{
max-width: 50px;
}


#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: rgba(0,0,0,0.9);
z-index: 1000;
}

.red-font{
color: #f00 !important;
}

/*------------------------------------------------------------
ページ全体
-------------------------------------------------------------*/
body{
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif,arial,helvetica,clean,sans-serif;
width: 100%;
height: 100%;
position: relative;
background: #000;
/*
background-image: url(/test/images/top/back.jpg) !important;
background-position: center center;
background-repeat: no-repeat !important;
background-size: cover;
background-attachment: fixed !important;
*/
}

#wrapper{
position: relative;
background-color: #7a6a55;
}

#main{
width: 100%;
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}

#contents {
padding-bottom: 60px;
}

.container-fluid{
margin-bottom: 62px;
}

.row{
margin-left: inherit;
margin-right: inherit;
padding-bottom: 0;
}

.contents-wrapper{
width: 100%;
max-width: 800px;
margin: 0 auto;
}

.small{
font-size: 0.7em;
}

.contents-wrapper h1{
font-size: 20px;
padding: 40px 0 40px 0;
margin-bottom: 40px;
border-bottom: 1px solid #fff;
font-weight: normal;
line-height: 1.4em;
}

.contents-wrapper h2{
font-size: 14px;
padding-bottom: 5px;
}

.contents-wrapper label{
color: #000;
}

/*
.contents-wrapper label #login_memory{
color: #000;
}
*/

.contents-wrapper p.lead{
margin-bottom: 40px;
}

span.required{
color: #f00 !important;
}

@media screen and (max-width: 799px){

.contents-wrapper{
width: 100%;
padding: 0 16px;
}

#contents {
padding: 60px 0;
}

.contents-wrapper h1{
padding: 40px 0 40px 0;
}

}


/*------------------------------------------------------------
ヘッダー
-------------------------------------------------------------*/

header#header{
background: #fff;
width: 100%;
height: 57px;
position: fixed;
top: 0;
display: none;
}

header .inner{
width: 1080px;
height: 58px;
margin: 0 auto !important;
padding: 0 !important;
}

header .inner .logo{
width: 152px;
padding: 7px 0;
display: inline-block;
}

header .inner .logo a{
transition: 0.3s;
}

header .inner .logo a:hover img{
opacity: 0.5;
}

header .inner .logo img{
width: 100%;
transition: 0.3s;
}

header .inner nav{
width: 70% !important;
display: inline-block;
float: right;
margin: 19px 20px 19px 0;
text-align: right;
}

header .inner nav ul {
line-height: 1em;
}

header .inner nav ul li{
display: inline-block;
padding: 0 7px;
font-size: 13px;
color: #7a6a55;
line-height: 1em;
}

header .inner nav ul li a{
color: #7a6a55;
position: relative;
transition: 0.3s;
text-decoration: none;
}

header .inner nav ul li a:before{
position: absolute;
top: 1.3em;
left: 0;
content: "";
display: inline-block;
width: 0;
height: 1px;
background: #7a6a55;
transition: 0.3s;
}

header .inner nav ul li a:hover:before{
width: 100%;
}

header .inner nav ul li:last-child a:before{
display: none;
}


header .inner nav ul li:nth-child(5){
border-left: 2px solid #ccc;
margin-left: 7px;
padding-left: 14px;
}

header .inner nav ul li:last-child img{
width: 24px;
vertical-align: middle;
}

#member{
display: none !important;
}

header .inner nav ul li:last-child .badge{
position: absolute;
top: -7px;
right: -12px;
font-size: 1rem;
}

@media only screen and (max-width: 1099px) {

header .inner{
width: 100%;
height: 58px;
margin: 0 auto;
}

header .inner nav{
width: 78% !important;
}

header .inner .logo{
width: 152px;
padding: 7px 0;
display: inline-block;
margin-left: 15px;
}


}

@media only screen and (max-width: 899px) {
header .inner nav{
width: auto !important;
}

header .inner nav ul li{
padding: 3px;
}

}

@media only screen and (max-width: 799px) {

header .inner nav ul li{
padding: 1px;
}

}

@media only screen and (max-width: 767px) {

#search{
display: block !important;
padding: 8px;
}

header .inner{
width: 100%;
height: 57px;
margin: 0 auto;
}



/*
header .inner nav{
display: none;
}
*/

header .inner nav ul li{
display: none;
}

header .inner nav ul li:last-child img{
width: 25px;
vertical-align: middle;
}

header .inner nav ul li:last-child{
display: block;
position: absolute;
right: 60px;
top: 15px;
}

header .inner nav ul li:last-child .badge{
position: absolute;
top: -5px;
right: inherit;
left: 15px;
font-size: 1.2rem;
}

}

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

footer{
width: 100%;
position: absolute !important;
bottom: 0;
font-size: 10px;
/* padding-bottom: 35px; */
z-index: 3;
display: none;
}

footer .footer-inner{
margin: 0 auto;
text-align: center;
line-height: 1em;
margin-bottom: 10px;
}

footer a{
color: #fff !important;
font-size: 12px;
}

footer ul,
footer ul li,
footer p{
display: inline-block;
}

footer ul li{
padding: 0 5px;
}

footer p{
padding-left: 5px;
}

footer ul:after{
content:"|";
}

footer ul li a{
text-decoration: none !important;
transition: 0.3s;
}

footer ul li a:hover{
opacity: 0.5;
}

@media only screen and (max-width: 767px) {

footer{
padding-bottom: 15px;	
}

footer ul{
/* display: none; */
width: 80%;
margin: 10px 10%;
clear: both;
}

footer ul:after{
content:"";
}

footer ul li:last-child{
display: none;
}

}


/*------------------------------------------------------------
パンくず（商品一覧ページ・商品詳細ページ）
-------------------------------------------------------------*/
#topicpath{
padding:0 0px 0 0 ;
border: none !important;
}


#topicpath li,
#topicpath li a{
color: #fff;
font-weight: normal;
font-size: 11px;
}

#topicpath ol{
display: none;
}

#topicpath ol:first-child{
display: block;
}

#topicpath ol li:first-child a{
padding-left: 0;
}

#topicpath ol li a{
padding: 0 10px 0 0;
font-size: 11px;
}

#topicpath li:nth-child(2),
#topicpath li:nth-child(3){
display: none;	
}

#topicpath li:last-child{
padding-left: 0;
font-weight: normal;
font-size: 11px;
float: right;/*商品詳細ページのパンくず 前のページへ戻る 右揃えにするための記述*/
}

#topicpath li:last-child a{
padding-right: 0 !important;
}

/*
#topicpath li:last-child:before{
content: "<";
text-align: left;
}
*/

#topicpath li:nth-child(1):after,
#topicpath li:nth-child(4):after{
content: ">";
padding-right: 10px;
}

#topicpath li:nth-child(5){
padding: 0;
}

#topicpath li:nth-child(5):after{
content: "";
}

#item_photo_area{
padding-left: 0;
}

#topicpath ol{
border-bottom: none;
}

#topicpath ol#list_header_menu{
padding: 0 0 10px 0;
}

.pagenumberarea{
padding-right: 0;
padding-bottom: 0;
}

@media screen and (max-width: 1099px){
	#topicpath{
	padding:0 16px 0 16px;
	}
	#result_info_box{
	padding:0 16px 16px 16px;
	}
}


@media screen and (max-width: 799px){
#topicpath li:last-child a{
margin-top: 30px;
}

	#topicpath{
	padding:0 16px 0 16px;
	}
	#result_info_box{
	padding:0 16px 16px 16px;
	}
}



/*------------------------------------------------------------
パンくず（商品ページ以外）
-------------------------------------------------------------*/
.contents-wrapper #breadcrumb {
padding:0 20px 0 0 ;
border: none !important;
}


.contents-wrapper #breadcrumb li,
.contents-wrapper #breadcrumb li a{
color: #fff;
font-weight: normal;
font-size: 11px;
}

.contents-wrapper #breadcrumb ol{
display: none;
}

.contents-wrapper #breadcrumb ol:first-child{
display: block;
}

.contents-wrapper #breadcrumb ol li:first-child a{
padding-left: 0;
}

.contents-wrapper #breadcrumb ol li a{
padding: 0 10px;
font-size: 11px;
display: inline-block;
float: left;
}

.contents-wrapper #breadcrumb li:last-child{
padding-left: 0px;
font-weight: normal;
font-size: 11px;
}

.contents-wrapper #breadcrumb ol li{
float: left;
}

.contents-wrapper #breadcrumb ol li:after{
content: ">";
}


.contents-wrapper #breadcrumb ol li:last-child:after{
content: none;
}

#item_photo_area{
padding-left: 0;
}

.contents-wrapper #breadcrumb ol{
border-bottom: none;
}

.contents-wrapper #breadcrumb ol#list_header_menu{
padding: 0 0 10px 0;
}

.pagenumberarea{
padding-right: 0;
padding-bottom: 0;
}

.contents-wrapper #breadcrumb  a.nolink:hover{
text-decoration: none;
}


/*------------------------------------------------------------
フォーム（会員登録・お問い合わせ）
-------------------------------------------------------------*/

#form-wrapper {
margin-bottom: 50px;
}

#form-wrapper h2{
text-align: left;
}

#form-wrapper h2:before{
padding-right: 0;
content: "";
}

#form-wrapper .btn-area{
text-align: center;
margin:10px 0 40px 0;
}


#form-wrapper .has-error input{
background: #fff !important;
}

.text-danger{
color: #f00;
}

.has-error .form-control{
background: #fff;
}

#form-wrapper .mini{
color: #fff;
}

#form-wrapper span.required{
color: #f00;
}

.input_tel{
color: #fff;
}

.input_tel input{
color: #000;
}

#detail_box__body_inner,
#top_box__body,
#confirm_box__body,
#activate_box__body{
width: 100%;
margin: 0;
padding: 0;
}

#top_box__agreement,
#top_box__agreement a{
color: #fff;
}

.form-group.input_zip .question-circle{
background: #fff;
line-height: 12px;
}

.form-group.input_zip .question-circle .cb-question{
fill: #000;
}

#detail_box__zip,
#detail_box__zip a,
#top_box__zip,
#top_box__zip a{
color: #fff;
transition: 0.3s;
text-decoration: none;
}


#detail_box__zip a:hover,
#top_box__zip a:hover{
opacity: 0.5;
}

#detail_box__body button,
#top_box__address_detail button{
color: #fff;
background: #000;
border: 1px solid #fff !important;
transition: 0.3s;
}

#top_box__address_detail button:hover{
opacity: 0.7;
}

#detail_box__zip input,
#top_box__zip input{
color: #000;
}

#error_box__button_menu,
#detail_box__button_menu,
#top_box__confirm_button,
#top_box__button_menu,
#confirm_box__button_menu,
#complete_box__top_button,
#activate_box__button_menu{
width: 100%;
margin: 20px auto 0 auto;
padding: 0;
text-align: center;
}

.btn-block{
width: 160px !important;
margin: 0 auto 10px auto !important;
font-weight: normal !important;
border: 1px solid #fff !important;
background: #000 !important;
color: #fff !important;
font-size: 12px !important;
border-radius: 0 !important;
-webkit-appearance: none !important;
}


p .btn-primary{
border-radius: 0 !important;
background: #f00 !important;
border: 1px solid #fff !important;
transition: 0.3s;
}

p .btn-block:hover{
opacity: 0.7 !important;
}

#error_box__button_menu p,
#detail_box__button_menu p,
#top_box__button_menu p,
#confirm_box__button_menu p{
display: inline-block;
vertical-align: middle;

}
#form-wrapper .btn-default,
#form-wrapper .form-control{
border-radius: 0 !important;
-webkit-appearance: none;
border: none;
transition: 0.3s;
background: #fff;
color: #000;
}

#confirm_box__body form{
color: #fff !important;
}

#confirm_box__body p{
padding-bottom: 20px;
}

#complete_box{
margin: 0;
width: 100%;
}

.complete_message .heading01{
font-size: 20px;
font-weight: normal;
padding-bottom: 20px;
}

#form-wrapper p{
line-height: 1.6em;
}

#complete_box__body{
width: 100%;
margin: 0;
padding: 0;
}

#activate_box__message,
#complete_box__message{
text-align: left;
margin-bottom: 50px;
}

.activate_box__message .heading01:before,
.complete_message .heading01:before{
content: none;
padding-right: 0;
}

.activate_box__message p,
.complete_message p{
line-height: 1.6em;
}

#activate_box__body{

}



/*------------------------------------------------------------
ドロップダウンメニュー
-------------------------------------------------------------*/
#search{
width: 60%;
float: left;
background: none !important;
display: inline-block;
}

.category-menu{
width: 35%;
float: right;
display: inline-block;
}

.category-menu:after{
clear: both;
}

.search .bt_search{
margin-top: 0 !important;
}

.search .input_search{
height: inherit;
border-bottom:inherit;
padding: 0 50px 0 0em;
position: relative;
}

.bt_search .cb-search{
fill: #fff;
}

#top-main-conetnts .search-form{
width: 90%;
margin: 0 auto 100px auto;
position: relative;
}

.header_bottom_area .search form{
background: #fff;
margin-bottom: 20px;
}

.header_bottom_area .search form input{
border: none !important;
box-sizing:border-box;
height: 42px;
line-height: 42px;
width: 90%;
padding:0 0 0 0px;
}

.header_bottom_area .search form input{
color: #000;
}

.header_bottom_area .search form button{
display: inline-block !important;
position: absolute;
top: 0px;
right: 0px;
width: 42px !important;
height: 42px !important;
box-sizing: border-box;
z-index: 100;
cursor: pointer;
font-size: 30px;
align-items: center;
justify-content: center;
-webkit-box-pack: center;
-webkit-box-align: center;
background: #7a6a55;
border: none;
color: #fff;
padding: 0px;
margin: 0;
border-radius: 0px !important;
transition: 0.3s;
}

.header_bottom_area .search form button:hover{
opacity: 0.8;
}


.header_bottom_area .search form button img{
max-width: 25px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

#top-main-conetnts .search-form form button .material-icons{
font-size: 30px;
text-align: center !important;
text-indent: 0px;
}

.category-menu .material-icons{
position: absolute;
right: 10px;
color: #7a6a55;
top: 10px;
}

.search-form .parts_select{
position: relative;
width: 48%;
display: inline-block;
float: right;
}

.search-form .selectable {
width: 100%;
height: 40px;
line-height: 40px;
font-weight: normal;
font-size: 14px;
border-radius: 0px !important;
padding:0 0 0 10px;
-webkit-appearance: none;
z-index: 100;
padding: 10px 10px 10px 10px\9;
box-sizing: border-box;
}

.expandBtn {
display: -webkit-box;
display: flex;
position: absolute;
top: 8px;
right: 8px;
width: 24px;
height: 24px;
/*font-size: 38px;*/
box-sizing: border-box;
border-radius: 0 3px 3px 0;
z-index: 100;
cursor: pointer;
pointer-events: none;
align-items: center;
justify-content: center;
-webkit-box-pack: center;
-webkit-box-align: center;
color: #000;
display: none;
}

ul.category-menu{
list-style-type: none;
margin: 0 auto;
padding: 0;
color: #fff;
position: relative;
width:  38.5%;
}

ul.category-menu > li .display-1{
color: #ccc;
}

ul.category-menu > li:last-child{
margin-left: 0%;
}

ul.category-menu > li:nth-child(2){
display: none;
}

ul.category-menu > li:first-child:after,
ul.category-menu > li:last-child:after{
content: "▼";
position: absolute;
top: 50%;
right: 10px;
margin-top: -15px;
font-size: 12px;
}

ul.category-menu > li:first-child a,
ul.category-menu > li:last-child a{
text-decoration: none;
/* color: #ccc; */
}

ul.category-menu li{
float: left;
position: relative;
margin: 0;
padding: 5px;
width: 100%;
height: 42px;
background-color: #fff;
color: #7a6a55;
display: block;
line-height: 30px;
font-size: 14px;
}

ul.category-menu ul.child{
display: none;
position: absolute;
margin-left: -5px;
padding: 0;
height: 40px;
width: 100%;
z-index: 1000;
}

ul.category-menu ul.child li{
width: 100%;
}

ul.category-menu ul.child li a{
padding: 5px 10px;
margin-left: -5px;
margin-right: -5px;
margin-bottom: -5px;
margin-top: -5px;
display: block;
color: #7a6a55;
text-decoration: none;
transition: 0.3s;
}

ul.category-menu ul.child li a:hover{
background: #d8d8d8;
text-decoration: none !important;
}


@media only screen and (max-width: 767px) {

#search{
width: 100%;
margin: 100px auto 0 auto;
background: none !important;
}

.information-contents {
padding: 8px;
}

.information-contents ul li{
font-size: 14px;
}

.header_bottom_area .search form{
background: #fff;
margin-bottom: 0px;
}

ul.category-menu{
list-style-type: none;
margin: 0;
padding: 0 8px;
color: #fff;
position: relative;
width: 100%;
}

}

form{
color: #000 !important;
}

/*------------------------------------------------------------
Animated Responsive Image Grid
-------------------------------------------------------------*/

.ri-grid{
margin: 30px auto 30px;
position: relative;
height: auto;
}

.ri-grid ul {
list-style: none;
display: block;
width: 100%;
margin: 0;
padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
content: '';
display: table;
}

.ri-grid ul:after {
clear: both;
}

.ri-grid ul {
zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
-webkit-perspective: 400px;
-moz-perspective: 400px;
-o-perspective: 400px;
-ms-perspective: 400px;
perspective: 400px;	
margin: 0;
padding: 0;
float: left;
position: relative;
display: block;
overflow: hidden;
background: #000;
}

.ri-grid ul li a{
display: block;
outline: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat;
background-color: #333;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
width: 55%;
}
.ri-grid-size-2{
width: 100%;
}
.ri-grid-size-3{
width: 100%;
margin-top: 0px;
}

/* Shadow style */
/*
.ri-shadow:after,
.ri-shadow:before{
content: "";
position: absolute;
z-index: -2;
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
max-height: 100px;
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.ri-shadow:after{
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
display: none;
}
*/

.ri-loading-image{
display: none;
}

.ri-grid-loading .ri-loading-image{
position: relative;
width: 30px;
height: 30px;
left: 50%;
margin: 100px 0 0 -15px;
display: block;
}

.ri-grid{
width: 100%;
height: 100%;
z-index: -2;
position: fixed !important;
top: 0;
left: 0;
overflow: hidden !important;
margin: 0;

}

.ri-grid .bg-filter{
background: rgba(0, 0, 0, 0.8);
width: 100%;
height: 100%;
z-index: 1;
position: absolute;
top: 0;
left: 0;
}


.ri-grid ul li,
.ri-grid ul li a{
width: 100px;
height: 100px;
background-size: contain;
}
.ri-grid ul li a img{
width: 100%;
}

#contents_top{
width: 100%;
max-width: 1080px;
margin: 0 auto;
display: block;
margin-bottom: 30px;
}


@media only screen and (max-width: 1099px) {

#contents_top{
width: 100%;
padding: 0 16px;
}
}


@media only screen and (max-width: 767px) {

#contents_top{
width: 100%;
padding:0 8px;
margin-bottom: 30px;
}
}

/*------------------------------------------------------------
Lightbox
-------------------------------------------------------------*/


html.lb-disable-scrolling {
overflow: hidden;
/* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
position: fixed;
height: 100vh;
width: 100vw;
}

.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}

.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
}

.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px;

/* Image border */
border: 4px solid white;
}

.lightbox a img {
border: none;
}

.lb-outerContainer {
position: relative;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px;

/* Background color behind image.
 This is visible during transitions. */
background-color: white;
}

.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}

.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}

.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}

.lb-container > .nav {
left: 0;
}

.lb-nav a {
outline: none;
background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}

.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(../images/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}

.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(../images/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}

.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}

.lb-data {
padding: 0 4px;
color: #ccc;
}

.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}

.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}

.lb-data .lb-caption a {
color: #4ae;
}

.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}

.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(../images/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
