article, header, nav, footer {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

html {
    height: 100%;
}


body {
   margin: 0;
   padding: 0;
   background: #FFF;
   font-family:'Univers LT W01_55 Roman1475956', sans-serif;
   color: #000;
   font-size: 10px;
   height: 100%;
   -webkit-text-size-adjust: 100%;
   background: #F8F6ED;
   animation: fadeIn 300 ease 0s 1 normal;
   -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a:link {
  color : #000;
	text-decoration: none;
}

a:visited {
  color : #000;
	text-decoration: none;
}

a:active {
  color : #000;
	text-decoration: none;
}

a:hover {
  color : #000;
	text-decoration: none;
}

li {
	list-style-type: none;
}

ul li ul {
  display: none;
}

span {
  cursor: pointer;
}

li {
  cursor: pointer;
}

ul li ul li {
	font-size:10px;
    height:20px;
    line-height:20px;
	font-weight:normal;
	letter-spacing: 0.07em;
	margin-left: -30px;
}

.weeditall { 
  position: relative; 
	z-index:10;
}

.fade_logo { 
	position:absolute;
	top:50%;
	left:50%;
	margin:-12px 0 0 -79px;
	z-index:9999;
}

img { vertical-align: middle; border: 0; }

img.bg {
	min-height: 100%;
	min-width: 1800px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#bg{
	z-index: -1;
	position:fixed;
}

body #contents #list-wrap table {
    border-spacing: 0;
}

.acordion {
    font-size:11px;
    width: 200px;
    height:31px;
    padding-left: 0;
    margin-top: 20px;
    border:1px solid #000;
}
.acordion2,
.acordion3 {
    font-size:11px;
    width: 200px;
    height:31px;
    padding-left: 0;
    margin-top: 20px;
    border:1px solid #000;
    clear: both;
}

.acordion .btn {
    padding: 7px 0px;
    margin:0px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 11px;
    box-shadow: none;
    border: none;
    cursor: pointer;
    display: block;
}

.acordion2 .btn2,
.acordion3 .btn3 {
    padding: 7px 0px;
    margin:0px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 11px;
    box-shadow: none;
    border: none;
    cursor: pointer;
    display: block;
}

.acordion_text {
    padding: 0;
    margin: 20px 0 50px 0;
    display: block;
    width: 880px;
    float: left;
}

.acordion_text2,
.acordion_text3 {
    padding: 0;
    margin: 20px 0 50px 0;
    display: block;
    width: 880px;
    float: left;
}

.acordion_text p.inline01,
.acordion_text2 p.inline01,
.acordion_text3 p.inline01 {
    margin:0;
    padding-top:20px;
    line-height: 2;
}

.acordion_text p.inline02,
.acordion_text2 p.inline02,
.acordion_text3 p.inline02 {
    margin:0;
    padding-top:5px;
    line-height: 2;
}

.acordion_text p.inline02 a,
.acordion_text2 p.inline02 a,
.acordion_text3 p.inline02 a {
    text-decoration: underline;
}

.order {
    clear: both;
    margin-top:50px;
    width: 880px;
}

.order_thum_wrap {
    width:100%;
}

.order_thum_wrap:after {
    content:"";
    display: block;
    clear:both;
}

.order_thum_wrap .thum {
    width:48%;
    float: left;
    display: block;
}

.order_thum_wrap .thum:nth-child(2n) {
    width:48%;
    float: right;
    display: block;
}

.order_thum_wrap .thum p {
    width:100%;
    display: block;
    margin:0;
}

p.item_img img {
    width:100%;
}

p.item_name {
    font-size: 14px;
    padding-top:15px;
}

p.item_color {
    padding:10px 0 40px;
}

.iteminfo {
    float:left;
    width:28%;
}


table.order_detail {
    width:100%;
}

table.order_detail tr {
    width:100%;
}

.backtolist {
    padding-top:40px;
    line-height: 3;
}

.backtolist a {
    padding-bottom:3px;
    border-bottom:solid 1px #000;
}

table.order_detail td.name {
    width: 100%;
    font-size: 14px;
    padding-bottom:15px;
    margin:0;
}

table.order_detail td.inline {
    padding: 0 0 0 0;
    line-height: 2;
    width: 50%;
    text-align: left;
    font-size:11px;
    vertical-align: top;
}

table.order_detail td.info {
    padding: 0;
    line-height: 2;
    text-align: left;
    font-size:11px;
    vertical-align: top;
}

table.order_detail_image {
    width:70%;
    float:right;
}

table.order_detail_image tr {
    width:100%;
    margin:0;
}

table.order_detail_image tr td {
    width:100%;
}

table.order_detail_image img {
    width:100%;
}

.wrap:after {
    display: block;
    content:"";
    clear:both;
}


.sp-bottom-thumbnails {
    text-align: left!important;
    margin: 5px auto 0 0;
}

.order_detail_sp {
    display: none;
}

@media screen and (max-width: 1800px){
  img.bg {
  left: 50%;
  margin-left: -512px;
}

.logo {
	font-size:10px;
	color:#FFF;
	z-index: 1000;
	position: absolute;
	left:50%;
	top:50%;
	width:473px;
	margin-top: -208px;
	margin-left: -236px;
	
}

.lazy {
    display: none;
    margin: 0 auto;
}

.header_logo {
	z-index: 1000;
	position: absolute;
	left:50px;
	top:40px;
	width:200px;
}

.navigation {
  	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	font-size:11px;
	line-height:20px;
	letter-spacing:0.1em;
	color:#FFF;
	z-index: 1000;
	position: absolute;
	left:10px;
	padding-left:0px;
	margin-left:0px;
	top:80px;
	width:400px;
}

.navigation ul li {
	padding-top:7px;
}

.navigation ul li ul li {
	font-size:10px;
	padding-top:4px;
}

.footer {
  	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	font-size:10px;
	line-height:20px;
	letter-spacing:0.05em;
  	color : #000;
	z-index: 1000;
	position: relative;
	padding-top: 100px;
	padding-left: 50px;
	padding-bottom: 30px;
	width:420px;
}


.footer a {
  		color : #000;
        text-decoration: none;
}
.footer a:link{
  		color : #000;
        text-decoration: none;
}
.footer a:visited {
  		color : #000;
        text-decoration: none;
}
.footer a:hover {
  		color : #000;
        text-decoration: underline;
}
			
#box1,#box2,#box3,#box4,#box5,#box6,#box7,#box8,#secondcontent
 {
    display: none;
}

body #contents {
	width: 880px;
	margin: 0 auto;
}

body #contents #navigation {
	width: 250px;
	float:left;
	position: relative;
}

body #contents #list-wrap {
	position: relative;
  	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	margin: 120px 0px 0 30px;
}

body #contents #list-wrap table td.category {
	clear:both;
	width: 880px;
	padding-left: 0;
	padding-bottom: 30px;
	font-size:15px!important;
	letter-spacing:0.05em;
	font-size: 11px;
	line-height: 22px;
}


body #contents #list-wrap table td a {
	text-decoration: none;
}
body #contents #list-wrap table td a:hover {
	text-decoration: none;
}

.br-sp { display:none; }
.br-pc { display:block; }


/* Media Queries */
@media only screen and (max-width: 860px) {

body {
	width:100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family:'Univers LT W01_55 Roman1475956', sans-serif;
	color: #000;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	background: #F8F6ED;
}

body #contents {
	width:100%;
}

body #contents #navigation {
	float:left;
	position: relative;
}

body #contents #list-wrap {
	position: relative;
  	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	margin: 90px 30px 0 30px;
}
body #contents #list-wrap table {
	width: 100%;
	margin: 0 auto 0px auto;
	height:auto;
}


body #contents #list-wrap table td.category {
	width: 100%;
	display: block;
	padding-top: 2px;
	padding-bottom: 20px;
	font-size:15px;
	letter-spacing:0.05em;
}

.footer {
  	font-family:'Univers LT W01_45 Light1475944', sans-serif;
	font-size:8px;
	line-height:20px;
	letter-spacing:0.05em;
    color: #000;
	clear:both;
	padding: 0px 30px 10px 30px;
	width: 250px;
}

.br-sp { display:block; }
.br-pc { display:none; }

.mainlogo {
	width:250px;
	margin:80px auto 20px;
	text-align: center;
}

.mainlogo img {
	width:250px;
	height:auto;
}

.acordion_text {
    width:470px;    
}
    
.acordion_text2,
.acordion_text3 {
    width:470px;    
}
    
.acordion_text p.inline01 {
    margin: 0;
    padding-top: 10px;
    line-height: 1.8;
    font-size:10px;
}
    
.acordion_text2 p.inline01,
.acordion_text3 p.inline01 {
    margin: 0;
    padding-top: 10px;
    line-height: 1.8;
    font-size:10px;
}
    
.acordion_text p.inline02 {
    margin: 0;
    padding-top: 0px;
    line-height: 1.8;
    font-size:10px;
}
    
.acordion_text2 p.inline02,
.acordion_text3 p.inline02 {
    margin: 0;
    padding-top: 0px;
    line-height: 1.8;
    font-size:10px;
}
    
.order {  
    width:100%;
    margin-bottom:50px;
}
    
.order_thum_wrap .thum {
    width: 48%;
}
    
.order_thum_wrap .thum:nth-child(2n) {
    width: 48%;
}
    
p.item_name {
    font-size: 11px;
    padding-top: 10px;
}
    
p.item_color {
   font-size:10px;
    padding-bottom:30px;
}
    
.order_thum_wrap p {
    width:100%;    
}
    
td.order_detail {
    width:100%;
}   
    
}

@media only screen and (max-width: 850px) {
    
body #contents #list-wrap table td.category {
    padding-top:30px;
    
}
table.order_detail {
        display: none;
}   
    
table.order_detail_image {
    width:100%;
    float:none;
}
    
.order_detail_sp {
    max-width:650px;
    display: block;
    margin:0 auto;
}
    
.order_detail_sp tr {
    width:100%;
}

.order_detail_sp tr td.name {
    padding:40px 0 15px;
}

.order_detail_sp tr.backtolist td {
    padding-top:30px;
    line-height: 3;
}

.order_detail_sp td.name {
    width: 100%;
    font-size: 14px;
    padding-bottom:10px;
    margin:30px 0 0 0;
}

.order_detail_sp td.inline {
    padding: 0;
    line-height: 2;
    width: 25%;
}

.order_detail_sp td.info {
    padding: 0;
    line-height: 2;
    font-size:11px;
}
    
    
}
    

@media only screen and (max-width: 480px) {
    
body #contents #list-wrap table td.category {
    padding-top: 0px;
}
	
.mainlogo {
	width:200px;
	margin:50px auto 20px;
}
    
.acordion {
    margin-top:10px;
}
    
.acordion2 {
    margin-top:10px;
}

.acordion .btn {
    font-size: 10px;
}
    
.acordion2 .btn2 {
    font-size: 10px;
}
    
.acordion_text {
    width: 315px;
}
    
.acordion_text2,
.acordion_text3 {
    width: 320px;
}
    
.order {
    margin-top:30px;
}
    
p.item_name {
    padding:10px 0px;
    font-size:11px;
}

p.item_color {
    padding:0px 0 30px 0;
}
    
table.layout-fixed {
    table-layout: fixed;
}

.sp-image-container,
.sp-bottom-thumbnails {
    width: 328px!important;
}
    
.sp-thumbnail-container:nth-child(6) {
    margin-right:0px;
}

.sp-thumbnail-container:nth-child(7) {
    clear: both;
    margin-left:0px;
}
    
.sp-thumbnail-container:nth-child(7):after {
    clear: both;
    content: "";
    display: block;
}
   
.order_detail_sp td.inline {
    padding: 0;
    line-height: 2;
    width: 35%;
}
    
table.order_detail_image tr td.image {
    width: 310px!important;
    margin-right:30px;
}
    
img.sp-thumbnail {
    margin-left:0!important;
}

}