@charset "UTF-8";
/* CSS Document */

/*リセットCSSここから*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{
    color:#000;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
	text-align:center;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }

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


/*リセットCSSここまで*/



body{ 
  margin-right: auto;
  margin-left : auto;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
 
}




div#naviH ul{
  list-style: none outside none;
  margin-right:10px;
}

div#naviH li{
  display: inline;
  height:20px;
  padding:0 10px 0 15px;
  margin-right:3px;
  text-align:left;
  border-right:1px solid #000000;
  font-size: 14px;
}

div#naviH li.rakuten{
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/www.rakuten.ne.jp/gold/pluster/gold/top_header2/images/icon_rakuten.gif) no-repeat scroll left top transparent;
}	


<style TYPE="text/css">a:link,
a:visited,
a:hover{
	color:#000;
	text-decoration:none;
}





#top_wrapper,
#category_wrapper {
    min-width: 980px;
    overflow: hidden;
    width: 100%;
	margin-bottom:40px;
}

#white {
	width:980px;
	height:26500;
	margin-right:auto;
	margin-left:auto;
	
	
}


#kanban {
	margin-bottom:40px;
}



#box1 {
	margin-bottom:40px;
	overflow:hidden;
}


#bigbox {
	width:980px;
	overflow:hidden;

}

#box2 {
	width:490px;
	float:left;
	margin-bottom:40px;	

	
}


#box3 {
	width:490px;
	float:right;
	margin-bottom:40px;
	
	
}


h1 {
	position: relative;
	padding: .75em 1em;
	background-color: #cc0001;
	font-size: 30x;
	color: #FFF;
}
h1::before,
h1::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
h1::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #f96574;
}
h1::after {
	top: -15px;
	right: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-bottom-color: #f96574;
}

h2 {
    width: 980px;
    height: auto;
    margin: auto;
    background-image: linear-gradient( -45deg, #7e0000 25%, #9c1919 25%, #9c1919 50%, #7e0000 50%, #7e0000 75%, #9c1919 75%, #9c1919 );
    background-size: 8px 8px;
    color: #FFF;
    padding: 5px 20px;
    box-sizing: border-box;
    font-size: 35px;
    font-family: serif;
    font-weight: normal;
	clear:left;
	margin-top:50px;
  }

.ml20{
  margin-left: 20px;
}

.tar{
  text-align: right;
}

.cf:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
  margin-left:10px;
}


.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 20px;
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.product_main{
  width: 964px;
  margin: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
}
.product_main h3{
  font-size: 30px;
  color: #FFF;
  font-weight: bold;
  padding-bottom: 8px;
}
.product_main.orange{
    border: 8px solid #FE824C;
}
.product_main.orange h3{
  background: #FE824C;
}

.product_main.red{
    border: 8px solid #cf002a;
}
.product_main.red h3{
  background: #cf002a;
}
.product_main.blue{
    border: 8px solid #283653;
}
.product_main.blue h3{
  background: #283653;
}
.product_main.pink{
    border: 8px solid #e24f72;
}
.product_main.pink h3{
  background: #e24f72;
}
.product_main.green{
    border: 8px solid #317648;
}
.product_main.green h3{
  background: #317648;
}
.product_main.gold{
    border: 8px solid #ab925a;
}
.product_main.gold h3{
  background: #ab925a;
}
.product_main.silver{
    border: 8px solid #8f8f8f;
}
.product_main.silver h3{
  background: #8f8f8f;
}


.product_main .product_content{
  width: 94%;
  padding: 3%;
}
.product_main .left{
  float: left;
}
.product_main .left.mainimage{
  width: 450px;
}
.product_main .left.mainimage img{
  width: 100%;
}
.product_main .left.product_info{
  width: 420px;
}

.product_main .right{
  float: right;
}

.product_main .left.product_info .product_subimage li{
  float: left;
  margin:0 10px 0 10px;
  
}
.product_main .left.product_info .product_subimage li:last-child{
  margin-right: 0;
}

.product_main .left.product_info .product_text{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}
.product_main .left.product_info .soryo{
  color: #FFF;
  background: #B60003;
  width: 60px;
  font-size: 28px;
  line-height: 30px;
  padding: 5px;
  margin: 40px 0 0 20px;
}
.product_main .left.product_info .yen{
  color: #333333;
  margin-top: 5px;
  margin-right: -10px;
  text-align: right;
    font-size: 30px;
    /*font-weight: bold;*/
}

.product_main .left.product_info .yen span{
  font-size: 23px;
}


.product_main .left.product_info .yen2{
   background: #cc0001;
      color: #FFF;
	width: 380px;
 font-size: 38px;
 font-weight:bolder;
      border-radius: 4px;
      padding: 10px 10px 10px 10px;
      margin: 15px auto;
 text-align:center;
}


.product_main .left.product_info .yen2 span{
  font-size: 26px;
}






.product_main .left.product_info .syohincheck{
  background: #5a493f;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    width: 80%;
    margin: 10px 0 0;
}

#fixed-navi{
	background:#00a89c;
	opacity: 0.9;
	width:100%;

}
#fixed-navi ul{
	overflow:hidden;
	list-style:none;
}
#fixed-navi li{
	float:left;
	width:16%;
	box-sizing: border-box;
	border-right:1px solid #fff;
	text-align: center;
}
#fixed-navi li:last-child {
	border-right:none;
}
#fixed-navi li:first-child {
	border-left:none;
}
#fixed-navi li a{
	color:#fff;
	font-size:15px;
	text-decoration:none;
	padding:15px 20px;
	display:block;
}

#fixed-navi li a:hover{
	color:#fff;
	background:#555;
}

/*--// .addClass();で追加するcss //--*/
.fixed {
	position: fixed;
}


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

/*col2box 赤　col2box1 ピンク　col2box2 青*/

    .col2box {
      margin:10px auto 0;
      padding: 0 9px;
	  
    }
    .col2box .left {
      float: left;
      border: solid 8px #cf002a;
      padding: 20px;
	  background: #ffffff;
    }
    .col2box .right {
      float: right;
      border: solid 8px #cf002a;
      padding: 20px;
	  background: #ffffff;
    }
	
	.col2box .left2 {
      float: left;
      border: solid 8px #cf002a;
      padding: 20px;
	  background: #ffffff;
	  font-color: #ffffff;
    }
    .col2box .right2 {
      float: right;
      border: solid 8px #cf002a;
      padding: 20px;
	  background: #ffffff;
    }
	
		.col2box .left {
      float: left;
      border: solid 8px #cf002a;
      padding: 20px;
	  background: #ffffff;
    }
    .col2box .right {
      float: right;
      border: solid 8px #cf002a;
      padding: 20px;
	  background: #ffffff;
    }
	
    .col2box img {
      width: 420px;
    }
    .col2box .syohinmei {
      width: 420px;
      margin: auto;
      text-align: center;
      font-size: 18px;
    }
    .col2box .soryomuryo {
      background: #cc0001;
      color: #FFF;
	  font-size: 40px;
	  font-weight:bolder;
      border-radius: 4px;
      padding: 10px 0;
      margin: 15px auto;
	  text-align:center;
    }
	
	 .col2box .soryomuryo span {
      font-size: 25px;
    }
	
    .col2box .yen {
      color: #444444;
      margin: 0;
      font-size: 30px;
	  /*font-weight: bold;*/
      text-align:center;
    }
    .col2box .yen span {
      font-size: 23px;
    }
    .col2box .yenga {
      text-decoration: line-through;
      color: #444444;
      font-size: 28px;
	  text-align:center;
    }
    .col2box .yenga span {
      font-size: 20px;
	  text-align:center;
    }
    .col2box .okiniri {
      background:#ab925a;
      display: inline-block;
      padding: 8px;
      text-decoration: none;
      box-sizing: border-box;
      width: 90%;
      margin: 10px 0 0 20px;
	  text-align:center;
	  	box-shadow:3px 3px #555;

    }

    .col2box1 {
      margin:10px auto 0;
      padding: 0 9px;
	  
    }
    .col2box1 .left {
      float: left;
      border: solid 8px #e24f72;
      padding: 20px;
	  background: #ffffff;
    }
    .col2box1 .right {
      float: right;
      border: solid 8px #e24f72;
      padding: 20px;
	  background: #ffffff;
    }
	
	.col2box1 .left2 {
      float: left;
      border: solid 8px #e24f72;
      padding: 20px;
	  background: #ffffff;
	  font-color: #ffffff;
    }
    .col2box1 .right2 {
      float: right;
      border: solid 8px #e24f72;
      padding: 20px;
	  background: #ffffff;
    }
	
		.col2box1 .left {
      float: left;
      border: solid 8px #e24f72;
      padding: 20px;
	  background: #ffffff;
    }
    .col2box1 .right {
      float: right;
      border: solid 8px #e24f72;
      padding: 20px;
	  background: #ffffff;
    }
	
    .col2box1 img {
      width: 420px;
    }
    .col2box1 .syohinmei {
      width: 420px;
      margin: auto;
      text-align: center;
      font-size: 18px;
    }
    .col2box1 .soryomuryo {
      background: #cc0001;
      color: #FFF;
	  font-size: 40px;
	  font-weight:bolder;
      border-radius: 4px;
      padding: 10px 0;
      margin: 15px auto;
	  text-align:center;
    }
	
	 .col2box1 .soryomuryo span {
      font-size: 25px;
    }
	
    .col2box1 .yen {
      color: #444444;
      margin: 0;
      font-size: 30px;
	  /*font-weight: bold;*/
      text-align:center;
    }
    .col2box1 .yen span {
      font-size: 23px;
    }
    .col2box1 .yenga {
      text-decoration: line-through;
      color: #444444;
      font-size: 28px;
	  text-align:center;
    }
    .col2box1 .yenga span {
      font-size: 20px;
	  text-align:center;
    }
    .col2box1 .okiniri {
      background:#ab925a;
      display: inline-block;
      padding: 8px;
      text-decoration: none;
      box-sizing: border-box;
      width: 90%;
      margin: 10px 0 0 20px;
	  text-align:center;
	  	box-shadow:3px 3px #555;

    }

    .col2box2{
      margin:10px auto 0;
      padding: 0 9px;
	  
    }
    .col2box2 .left {
      float: left;
      border: solid 8px #317648;
      padding: 20px;
	  background: #ffffff;
    }
    .col2box2 .right {
      float: right;
      border: solid 8px #317648;
      padding: 20px;
	  background: #ffffff;
    }
	
	.col2box2 .left2 {
      float: left;
      border: solid 8px #317648;
      padding: 20px;
	  background: #ffffff;
	  font-color: #ffffff;
    }
    .col2box2 .right2 {
      float: right;
      border: solid 8px #317648;
      padding: 20px;
	  background: #ffffff;
    }
	
		.col2box2 .left {
      float: left;
      border: solid 8px #317648;
      padding: 20px;
	  background: #ffffff;
    }
    .col2box2 .right {
      float: right;
      border: solid 8px #317648;
      padding: 20px;
	  background: #ffffff;
    }
	
    .col2box2 img {
      width: 420px;
    }
    .col2box2 .syohinmei {
      width: 420px;
      margin: auto;
      text-align: center;
      font-size: 18px;
    }
    .col2box2 .soryomuryo {
      background: #cc0001;
      color: #FFF;
	  font-size: 40px;
	  font-weight:bolder;
      border-radius: 4px;
      padding: 10px 0;
      margin: 15px auto;
	  text-align:center;
    }
	
	 .col2box2 .soryomuryo span {
      font-size: 25px;
    }
	
    .col2box2 .yen {
      color: #444444;
      margin: 0;
      font-size: 35px;
      /*font-weight: bold;*/
	  text-align:center;
    }
    .col2box2 .yen span {
      font-size: 23px;
    }
    .col2box2 .yenga {
      text-decoration: line-through;
      color: #444444;
      font-size: 28px;
	  text-align:center;
    }
    .col2box2 .yenga span {
      font-size: 20px;
	  text-align:center;
    }
    .col2box2 .okiniri {
      background:#ab925a;
      display: inline-block;
      padding: 8px;
      text-decoration: none;
      box-sizing: border-box;
      width: 90%;
      margin: 10px 0 0 20px;
	  text-align:center;
	  	box-shadow:3px 3px #555;

    }

    .col2box3{
      margin:10px auto 0;
      padding: 0 9px;
	  
    }
    .col2box3 .left {
      float: left;
      border: solid 8px #283653;
      padding: 20px;
	  background: #ffffff;
    }
    .col2box3 .right {
      float: right;
      border: solid 8px #283653;
      padding: 20px;
	  background: #ffffff;
    }
	
	.col2box3 .left2 {
      float: left;
      border: solid 8px #283653;
      padding: 20px;
	  background: #ffffff;
	  font-color: #ffffff;
    }
    .col2box3 .right2 {
      float: right;
      border: solid 8px #283653;
      padding: 20px;
	  background: #ffffff;
    }
	
		.col2box3 .left {
      float: left;
      border: solid 8px #283653;
      padding: 20px;
	  background: #ffffff;
    }
    .col2box3 .right {
      float: right;
      border: solid 8px #283653;
      padding: 20px;
	  background: #ffffff;
    }
	
    .col2box3 img {
      width: 420px;
    }
    .col2box2 .syohinmei {
      width: 420px;
      margin: auto;
      text-align: center;
      font-size: 18px;
    }
    .col2box3 .soryomuryo {
      background: #cc0001;
      color: #FFF;
	  font-size: 40px;
	  font-weight:bolder;
      border-radius: 4px;
      padding: 10px 0;
      margin: 15px auto;
	  text-align:center;
    }
	
	 .col2box3 .soryomuryo span {
      font-size: 25px;
    }
	
    .col2box3 .yen {
      color: #444444;
      margin: 0;
      font-size: 35px;
      /*font-weight: bold;*/
	  text-align:center;
    }
    .col2box3 .yen span {
      font-size: 23px;
    }
    .col2box3 .yenga {
      text-decoration: line-through;
      color: #444444;
      font-size: 28px;
	  text-align:center;
    }
    .col2box3 .yenga span {
      font-size: 20px;
	  text-align:center;
    }
    .col2box3 .okiniri {
      background:#ab925a;
      display: inline-block;
      padding: 8px;
      text-decoration: none;
      box-sizing: border-box;
      width: 90%;
      margin: 10px 0 0 20px;
	  text-align:center;
	  	box-shadow:3px 3px #555;

    }

    .col2box4{
      margin:10px auto 0;
      padding: 0 9px;
	  
    }
    .col2box4 .left {
      float: left;
      border: solid 8px #FE824C;
      padding: 20px;
	  background: #ffffff;
    }
    .col2box4 .right {
      float: right;
      border: solid 8px #FE824C;
      padding: 20px;
	  background: #ffffff;
    }
	
	.col2box4 .left2 {
      float: left;
      border: solid 8px #FE824C;
      padding: 20px;
	  background: #ffffff;
	  font-color: #ffffff;
    }
    .col2box4 .right2 {
      float: right;
      border: solid 8px #FE824C;
      padding: 20px;
	  background: #ffffff;
    }
	
		.col2box4 .left {
      float: left;
      border: solid 8px #FE824C;
      padding: 20px;
	  background: #ffffff;
    }
    .col2box4 .right {
      float: right;
      border: solid 8px #FE824C;
      padding: 20px;
	  background: #ffffff;
    }
	
    .col2box4 img {
      width: 420px;
    }
    .col2box4 .syohinmei {
      width: 420px;
      margin: auto;
      text-align: center;
      font-size: 18px;
    }
    .col2box4 .soryomuryo {
      background: #cc0001;
      color: #FFF;
	  font-size: 40px;
	  font-weight:bolder;
      border-radius: 4px;
      padding: 10px 0;
      margin: 15px auto;
	  text-align:center;
    }

.soryomuryo img {
	width: 63px;
	height: 20px;}
	
	 .col2box4 .soryomuryo span {
      font-size: 25px;
    }
	
    .col2box4 .yen {
      color: #444444;
      margin: 0;
      font-size: 35px;
      /*font-weight: bold;*/
	  text-align:center;
    }
    .col2box4 .yen span {
      font-size: 23px;
    }
    .col2box4 .yenga {
      text-decoration: line-through;
      color: #444444;
      font-size: 28px;
	  text-align:center;
    }
    .col2box4 .yenga span {
      font-size: 20px;
	  text-align:center;
    }
    .col2box4 .okiniri {
      background:#ab925a;
      display: inline-block;
      padding: 8px;
      text-decoration: none;
      box-sizing: border-box;
      width: 90%;
      margin: 10px 0 0 20px;
	  text-align:center;
	  	box-shadow:3px 3px #555;

    }

	
	body {
  /* 画像ファイルの指定 */
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u37314188/pc/pierce_category/images/back_01.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;
}

div.example {
width: 100%;
}

div.example img {
float: left;
margin: 0 50px 30px 0;
}
/*ナビCSS*/	
#globalNav {
	z-index:999999;
	position: fixed;
   top: 0%;
  background-color:#FFFFFF;
  width:100%;
}
#globalNav ul{
	width:1000px;
	margin:auto;
}
#globalNav ul:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
#globalNav ul li {
	/*margin-right:3px;*/
    float: left;
    position: relative;
	text-align:center;

}
#globalNav ul li ul {
    display: none;
    position: absolute;
    top: 160px;
    left: 0;
}
#globalNav ul li ul li {
    float: none;
    font-size: 28px;
    line-height: 0;
	text-align:center;
}
#globalNav ul li ul li a {
    display: block;
    width: 150px;
	height:80px;
    color: #FFFFFF;
    padding: 10px 5px;
    background: #838383;
    line-height: normal;
    border-top: 1px solid #ffffff;
    text-decoration: none;
    text-align: center;
}
#globalNav ul li ul li a:hover {
    color:  #838383;
    background: #ffffff;
}

#naviH{
	margin-top:10px;
	text-align:center;
	}
/*画像が出てくるCSS*/	
	.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fuwat1{
	margin-top:130px;
	}

/*ボタン*/
.btn_3 {
    width:300px;
	height:60px;
    font-size:28px;
    font-weight:bold;
    text-decoration:none;
    display:block;
	margin:10px;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    border:1px solid #333;
	box-shadow:3px 3px #555;
	background-color:#ab925a;
	margin-bottom:40px;
	line-height:230%;
}

.btn_4 {
    width:300px;
	height:60px;
    font-size:28px;
    font-weight:bold;
    text-decoration:none;
    display:block;
	margin-left:129px;
    text-align:center;
    padding:4px 0 10px;
    color:#fff;
    border:1px solid #333;
	box-shadow:3px 3px #555;
	background-color:#ab925a;
	margin-bottom:40px;
	line-height:230%;
}

.btn_2 {
    width:400px;
	height:50px;
    font-size:30px;
    font-weight:bold;
    text-decoration:none;
    display:block;
	margin:40px;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    border:1px solid #333;
	box-shadow:3px 3px #555;
	background-color:#ab925a;
	margin-bottom:40px;
		line-height:180%;

}
.btn li{
	    float: left;
    position: relative;
	text-align:center;
	color:#FFFFFF;
}
.btn ul{
	text-align: center;
}

/*ポイント表示大*/

.mainimage left img{
	      background: #B60003;
      display: inline-block;
      padding: 8px;
      text-decoration: none;
      box-sizing: border-box;
      width: 90%;
	  height:90%;
      margin: 10px 0 10px 10px;
	  text-align:center;
	  font-weight:bold;
	}
	
.mainimage left {
	width:		100%;
	margin:		0;
	padding:	0;
	position:	relative; /* 相対位置指定 */
}
.mainimage left img {
	width:		100%;
}
.text {
	width:385px;
	margin:0;
	padding:0;
	color:#fff;
	background:#B90104; /* 帯の透明度 */
	position:absolute; /* 絶対位置指定 */
	font-size:32px;
	text-align:center;
	bottom:420px;
	margin-left:30px;
}

/*ポイント表示小、左*/
.left {
	margin:		0;
	padding:	0;
	position:	relative; /* 相対位置指定 */
}
/*ポイント表示小、右*/
.right {
	margin:		0;
	padding:	0;
	position:	relative; /* 相対位置指定 */
}
.text1 {
	width:380px;
	font-size:25pt;
	text-align:	center;
	padding:0;
	color:#fff;
	background:#B60003; /* 帯の透明度 */
	position:absolute;
	bottom:547px;
	margin-left:20px;
}

.text2 {
	width:380px;
	font-size:25pt;
	text-align:	center;
	padding:0;
	color:#fff;
	background:#B60003; /* 帯の透明度 */
	position:relative;
	bottom:430px;
	margin-left:20px;

}


/*ピアスボタン*/
.btn_pierce{
	width:900px;
	height:60px;
	font-size:25pt;
	text-align:	center;
	margin:0;
	padding-top:20px;
    color:#fff;
	background:#ab925a;
	border-radius:50px;
	box-shadow:3px 3px #555;
	font-weight:bold;
	}
	
	/*マップの青ライン消し*/
area{
  border:none;
  outline:none;
}

.btn li{
	text-align: center;
}

#gizagiza a , #gizagiza a:after , #gizagiza a:before , #gizagiza a span {
  content:"";
  width:100px;
  height:100px;
  background-color:#FFCC00;
  position:absolute;
  top:0px;
}
#gizagiza , #gizagiza a , #gizagiza a:after , #gizagiza a:before {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
}
#gizagiza a span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  line-height: 100px;
  color: #cf002a;
  font-size:23px;
  font-weight:bold;
}
#gizagiza {
  position:absolute;
  width:100px;
  height:100px;
  background-color:#FFCC00;
  margin-right:auto ;
  
}

/* gizagiza の％のみを大きくする記述 */
#gizagiza a span.pickup {
    display: block;
    line-height: 1;
}
#gizagiza a span.pickup span {
    -webkit-transform: initial;
    -moz-transform: initial;
    position: static;
    display: block;
    box-sizing: border-box;
    height: auto;
    width: auto;
    font-size: 35px;
    line-height: 1.2;
    padding-top: 20px;
}