@charset "utf-8";
/* CSS Document */

#seiden-3d{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	line-height:1.7em;
  color: #1D1D1D;
  background-color: #fff;
	-webkit-text-size-adjust: 100%;
  margin-bottom: 2rem;
}

#seiden-3d .btn01 {
  padding: 0.5em 1em;
  margin: 0.5em auto;
  border: solid 3px #fff;/*線*/
  border-radius: 10px;/*角の丸み*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.24);/*影*/
  font-size: 1.0rem;
  font-weight: bold;
  width: 80%;
  text-align: center;
  background: #8bc766;
}

#seiden-3d .btn02 {
  padding: 0.5em 1em;
  margin: 0.5em auto;
  border: solid 3px #fff;/*線*/
  border-radius: 10px;/*角の丸み*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.24);/*影*/
  font-size: 1.0rem;
  font-weight: bold;
  width: 80%;
  text-align: center;
  background: #1195d4;
}

#seiden-3d .btn03 {
  padding: 0.5em 1em;
  margin: 0.5em auto;
  border: solid 3px #fff;/*線*/
  border-radius: 10px;/*角の丸み*/
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.24);/*影*/
  font-size: 0.8rem;
  font-weight: bold;
  width: 80%;
  text-align: center;
  background: #f18e00;
}

#seiden-3d .btn01 a,
#seiden-3d .btn02 a,
#seiden-3d .btn03 a {
  text-decoration: none;
  color: #fff;
}

/* ボタンの三角矢印 ここから */
#seiden-3d .arrow01,
#seiden-3d .arrow02,
#seiden-3d .arrow03 {
  position: relative;
  padding-left: 22px;
  text-decoration: none;
}

#seiden-3d .arrow01::before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
#seiden-3d .arrow01::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 4px transparent;
  top: 50%;
  left:6px;
  margin-top: -3px;
  border-left: solid 6px #8bc766;
}

#seiden-3d .arrow02::before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
#seiden-3d .arrow02::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 4px transparent;
  top: 50%;
  left:6px;
  margin-top: -3px;
  border-left: solid 6px #1195d4;
}

#seiden-3d .arrow03::before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
#seiden-3d .arrow03::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 4px transparent;
  top: 50%;
  left:6px;
  margin-top: -3px;
  border-left: solid 6px #f18e00;
}
/* ボタンの三角矢印 ここまで */

#seiden-3d .t05{
  font-size: 0.5rem;
}

#seiden-3d .t08{
  font-size: 0.8rem;
}

#seiden-3d .t12{
  font-size: 1.2rem;
}

#seiden-3d .t20{
  font-size: 2.0rem;
}

#seiden-3d small{
  font-size: 0.5rem;
}

#seiden-3d .red{
  color: #E50307;
}

#seiden-3d .ora{
  color: orange;
}

#seiden-3d .gre{
  color: #94c96e;
}

#seiden-3d .mat30{
  margin-top: 30px;
}

/* tableここから */
table{
  width: 95%;
  border-collapse:separate;
  border-spacing: 0;
}

table th:first-child{
/*  border-radius: 5px 0 0 0; */
}

table th:last-child{
/*  border-radius: 0 5px 0 0;*/
  border-right: 1px solid #033d86; 
}

table th{
  text-align: center;
  color:white;
  background: #033d86;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #033d86;
  padding: 5px 0;
  font-size: 0.8rem;
}

table td{
  text-align: center;
  border-left: 1px solid #033d86;
  border-bottom: 1px solid #033d86;
  border-top:none;
  padding: 5px 0;
  font-size: 0.8rem;
}

table td:last-child{
  border-right: 1px solid #033d86;
}

table tr:last-child td:first-child {
/*  border-radius: 0 0 0 5px;*/
}

table tr:last-child td:last-child {
/*  border-radius: 0 0 5px 0;*/
}
/* tableここまで */

#seiden-3d h2 {
	font-size: 1.2rem;
	font-weight:bold;
  padding: 15px 5px;
  text-align: center;
  background: radial-gradient(#fff, #e2ffba ) fixed;
}

#seiden-3d h3{
  padding: 10px;
  margin: 20px auto 10px;
}

#seiden-3d h4{
  padding: 10px;
}

#seiden-3d .line01,
#seiden-3d .line02,
#seiden-3d .line03,
#seiden-3d .line04,
#seiden-3d .line05{
	position: relative;
}

#seiden-3d .line01 {
  margin-bottom: 2rem;
}
#seiden-3d .line01 .line01-img{
  display: flex;
  margin-bottom: 30px;
}
  
#seiden-3d .line01 .line01-01{
  font-weight: bold;
  padding: 10px;
	line-height:1.4em;
}
  

#seiden-3d .line02 .line02-01{
  font-weight: bold;
  text-align: center;
}

#seiden-3d .line03 .line03-01{
  display: flex;
}

#seiden-3d .line04 .line04-01{
  font-weight: bold;
  text-align: center;
  font-size: 1.0rem;
}

#seiden-3d .link_btn{
  margin: 30px auto;
}

#seiden-3d .link_btn02{
  margin: 30px 10px;
}

#seiden-3d .name {
  padding-left: 10px;
  font-weight: bolder;
}

#seiden-3d .detail {
  padding-left: 10px;
  font-size: 0.8rem;
}

#seiden-3d .price {
  padding-left: 10px;
  font-size: 2.0rem;
  font-weight: bolder;
  color: #E50206;
  margin-top: 20px;
}

#seiden-3d .price mini {
  font-size: 0.5rem;
}

#seiden-3d .size {
  margin-top: 10px;
  padding-left: 10px;
}

#seiden-3d .size a {
  font-size: 1.0rem;
  font-weight: bold;
  color: #033d86;
}

hr.dot_line {
    border: none;	
	height: 3px;
	background-image: url("/img/event/common/dot_line.gif");
}

.btn01 {
  padding: 10px;
  text-decoration: none;
}

.btn01 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.under {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}

.movie{
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 0 0;
}
.cartbox{
	background:#f6f6f6 ;
	margin-top:-15px;
	padding-bottom:50px;
}
.txtc{
    text-align: center;
}



/* もっと見るを非表示にする */
.block-link { 
  display: none;
}

/* 表示形式を非表示にする */
.block-goods-list--sort-order-items { 
  display: none;
}

/* 表示件数（上）を非表示にする */
.block-goods-list--pager-top { 
  display: none;
}

/* 表示件数（下）を非表示にする */
.block-goods-list--pager-bottom { 
  display: none;
}

.block-goods-list--sort-order-items { 
  display: none;
}

.block-goods-list-naviframe--bottom, 
.block-goods-list-naviframe, 
.block-goods-list--sort-order-items,
.block-sort--close,
.block-sort--header { 
  display: none;
}



