/*CSS for Vissel*/
/*Common CSS*/
@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  
}
body {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.5;
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    text-align: left;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
a {
    overflow: hidden;
    color: #192159;
    text-decoration: none;
}
/*Common CSS*/

/*Header Start*/
.site-header{background-color: #192159;}

.site-header .purchase-history a	{display: block; color: #ffffff; background-color: #a28f54; font-weight: bold; text-align: center;}
.site-header .purchase-history a:hover, .item-header .purchase-history a:active	{color: #ffffff; background-color: #4a000d;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
nav ul {
    list-style: none;
    margin-left: 35px;
    width: 100%;
    text-align: right;
    margin-top: -15px;
}
.site-header nav .purchase-history a {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
}
.site-header nav .purchase-history a::before {
    content: ""; 
    width: 0px; 
    height: 0px;
}
.site-header nav ul li a:before	{display: inline-block; content: ""; width: 40px; height: 40px; margin-right: 10px; border-radius: 20px; vertical-align: top;}
.site-header nav ul li a:hover:before	{transform: rotateY(180deg); -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.site-header nav ul li.navPurchase a:before	{background: #ffffff url("../images/icon-purchase.png") no-repeat center center;background-size: 40px;}
.site-header nav ul li.navHowto a:before	{background: #ffffff url("../images/icon-howto.png") no-repeat center center; background-size: 40px;}
.site-header nav ul li.navFaq a:before	{background: #ffffff url("../images/icon-faq.png") no-repeat center center; background-size: 40px;}
.site-header nav ul li:nth-child(4) {
    border-left: none;
    margin-left: 0px;
}

.hearder-container .col{
    display: table-cell;
    vertical-align: top;
    padding-top: 15px;
}
.site-header h1 img {
    height: 50px;
}
/*Header End*/

/*Footer Start*/
.site-footer { 
    color: #ffffff;
    background-color: #192159;
    padding: 40px 0;
    font-size: 14px;
    text-align: center;
    margin-top:auto;
}
.site-footer ul {
    margin-bottom: 20px;
    font-size: 0px;
}
.site-footer ul li:first-child {
    border-left: none;
}
.site-footer ul li {
    display: inline-block;
    margin: 0 0;
    padding: 0 20px;
    border-left: 1px solid #ffffff;
    font-size: 14px;
    line-height: 1.0;
}
.site-footer ul li a {
    color: #ffffff;
}
/*Footer End*/
.stock-details div {
    position: relative;
}
.stock-details div.circle:before{
    content: "\f10c";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    width: 35px;
    font-size: 25px;
    background: #192159;
    height: 35px;
    color: #fff;
}
.stock-details div.cross span {
   font-weight: 900;
}
	.stock-details div.circle span{
		display:none;
	}
	.stock-details div.circle{
			padding-top: 36px;
	}
#content{
min-height:62vh;
}
.error404{
  text-align: center;
}

.error-content .error-line1{
  font-size: 24px;
  margin-bottom:20px;
}
.error-404-button-container .button{
  margin-top: 20px;
  color: #fff;
  background: #192159;
  padding: 8px 10px;
}
.error-text ul li {
    text-align: center !important;
}
.error-text ul {
    list-style: none;
}