﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    font-family: :"sans-serif";
    }
section{   
    width: 900px;
    margin:0 auto;
    text-decoration:none;
}
h2{
  width:80%;
  font-size:125%;
  font-weight:bold;
  text-align:center;
   position: relative;
  padding: 0.5em 3.8em;
  border-top: solid 2px #696969;
  border-bottom: solid 2px #696969;
  margin:50px auto;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #696969;
}
h2:before {
  left: 7px;
}
h2:after {
  right: 7px;
}
.main_img{
	text-align:center;
}
.main_img img{
	width:550px;
}
.main_img2{
	text-align:center;
}
.main_img2 img{
	width:850px;
}

h3{
  border-left:5px solid #8b0000;
  font-size:110%;
  margin:25px auto;
  padding:5px 10px;
  }
h4{
    display:inline-block;
	font-size:110%;
    font-weight:bold;
	padding: 10px 20px;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #4682B4;
    border-bottom: solid 3px #d7d7d7;
}
h5{
   display:inline-block;
   padding:5px 15px;
   color:#333;
   border:#333 solid 2px;
   border-radius:15px;
   background:#fff;
   box-shadow:
   -5px -3px 0 0 #e8e8e8 inset,
   2px 3px 0 0 #000;
}
p{
	font-size:90%;
}
section a{
	text-decoration:none;
	color:#484848;
}
section a:hover{
	color:#808080;
}
/*  */
.cf{
	clear:both;
} 
.kyocho{
	color:#dc143c;
	font-weight:bold;
}
.b{
	font-weight:bold;
}
.point{
  display:inline-block;
  position: relative;
  padding-left: 35px;
  line-height:2.5;
}
.point:before {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: "\f0a4";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.point:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shop_link1{
    margin-bottom:5px;
	margin-left:10px;
}

.shop_link1 a{
    font-size:80%;
	color:#00437C;
}
/*  shipment */
.shipment{
  width: 95%;
  border-collapse: collapse;
  border:1px solid #808080;
}
.shipment tr{
  font-size:90%;
  border-bottom: solid 2px white;
}
.shipment tr:last-child{
  border-bottom: none;
}
.shipment td{
  border-left: solid 2px white;
}
.shipment td:first-child{
  border-left: none;
}
.shipment th{
  font-weight:normal;
  position: relative;
  font-size:90%;
  width: 20%;
  background-color: #b8dfe6;
  color: #000000;
  text-align: center;
  padding: 10px 0;
}
.shipment th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #b8dfe6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.shipment td{
  width: 13%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.shipment td.style_1{
	background-color:#59a5b3;
	color:#ffffff;
}
.shipment td.style_2{
	color:#dc143c;
}
.shipment th.style_3,.shipment td.style_3{
	color:#005766;
}
.ex{
	width:80%;
}

.ex_img img{
	width:20%;
	float:right;
	margin-top:-380px;
}
.campain{
	float:right;
	font-size:100%;
}

.ranking_img{
	width:50px;
	margin-bottom:-5px;
} 

.textdecoration_linethrough{
position:absolute;
    background-image: linear-gradient(transparent 0.5em, #fe3464 0, #fe3464 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #fe3464 0, #fe3464 calc(0.5em + 4px), transparent 0);
    color: #888;
    text-decoration: none;
}
.cp_hr10 {
	height: 5px;
	border-width: 0;
	background-image: -webkit-linear-gradient(right,
	#c2185b 0px,#c2185b 5px,#1976d2 5px,#1976d2 10px,
	#388e3c 10px,#388e3c 15px,#fbc02d 15px,#fbc02d 20px,
	#e64a19 20px,#e64a19 25px);
	background-image:         linear-gradient(-90deg,
	#c2185b 0px,#c2185b 5px,#1976d2 5px,#1976d2 10px,
	#388e3c 10px,#388e3c 15px,#fbc02d 15px,#fbc02d 20px,
	#e64a19 20px,#e64a19 25px);
	background-size: 25px 25px;
}
.chance{
	font-size:130%;
	color:blue;
	
}
