@charset "UTF-8";

body{
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  line-height: 2;
}

img{
  vertical-align: bottom;
}

ul{
  margin: 0;
  padding: 0;
}

a{
  color: #3583aa;
  text-decoration: none;
}

a.mail{
  color: #4169e1;
  text-decoration: none;
  font-size:24px;
}

a:visited{
  #color: #4169e1;
}

a.mail:before{
	content: url("../img/mail.png");	/*アイコン画像を挿入*/
	margin:0px 15px 0px 15px;		/*マージン*/
	#vertical-align:bottom;			/*縦方向の表示位置*/
}

a:hover{
  text-decoration: underline ;
}

header{
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0 5px;
  background-color: #000000;
}

header .index{
  opacity: 0.1;
}

.logo{
  float: left;
  margin-top: 10px;
}

.global-nav{
  float: left;
  margin-left: 150px;
  margin-top: 30px;
}

.global-nav li{
  float: left;
  margin: 0 10px;
  font-size: 20px;
  list-style: none;
  border-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px 10px;
}

.global-nav li.no-border{
  border: none;
  padding: 5px 10px;
  animation:blink 1s ease-in-out infinite alternate;
}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.global-nav li a{
  color: #ffffff;
}

.global-nav li a:hover{
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
  text-decoration: none;
}

.global-icon{
  float: left;
  margin-left: 50px;
  margin-top: 30px;
}

#wrap{
  clear: both;
}

footer{
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
}

footer small{
  font-size: 12px;
}

h1{
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 30px;
}

h2{
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 30px;
}

.feelit{
  margin-left: 100px;
  margin-bottom: 30px;
}

.content{
  margin-top: 20px;
  position: relative;
  width:100%;
  height: 600px;
}

.itemlist-title, .buy-title, .ask-title{
  margin-left: 100px;
  margin-bottom: 30px;
}

.itemlist, .buy, .ask{
  width: 1250px;
  position: absolute;
  top: 12%;
  left: 7%;
}

.itemlist-table{
  #width: 100%;
  height: auto;
  border-collapse: collapse;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-size: 20px;
}

.itemlist-table th{
  border: 1px solid #000000;
  background: #808080;
  color: #ffffff;
  padding: 7px 5px;
}

.itemlist-table td{
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  padding: 7px 5px;
}

.itemlist-td-0{
  width: 20px;
  text-align: center;
}

.itemlist-td-1{
  width: 600px;
}

.itemlist-td-2{
  width: 250px;
  text-align: right;
  font-style: italic; 
}

.itemlist-td-3{
  width: 75px;
  text-align: center;
}

.itemlist-td-4{
  width: 75px;
  text-align: center;
}

.itemlist-td-5{
  width: 25px;
  text-align: center;
}

.itemlist-td-1 > a{
  color: #00008b;
  text-decoration:none;
}

.itemlist-td-1 > a.buy_link{
  color: red;
  text-decoration:underline;
}

.radius-box-link{
  color: #ff0000 !important;
}

.radius-box {
    padding: 0.3em 0.3em;
    margin: 0.3em 0.3em;
    color: #ff0000;
    background: #ffffff;
    border: solid 2px #ff0000;
    border-radius: 10px;
    display:inline;
}

.company, .itemguide{
  width:100%;
  height:100%;
  text-align: center;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}

.bx-wrapper{
  border: 0 !important;
}

.information{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}

.btn a{
  background-color: #009cd3;
  color: #ffffff;
  font-size: 20px;
  width: 185px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  border: 3px solid #009cd3;
}

.btn a:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #009cd3;
}

footer{
  color: #ffffff;
  position: fixed;
  bottom: 0;
  right:0;
  margin: 20px;
}

#index {
  background-image:url(../img/top.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

#common_bg {
  background-image:url(../img/common_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-color:rgba(128,128,128,0.8);
  background-blend-mode:darken;
}

.border {
    border: solid 3px #ffffff;
}