﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    width:97%;
    font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
    margin:0 auto;
}
.drawer-menu li{
list-style:none;
}

h2{
    background:#EFF1F2; 
    font-size:130%;
    font-weight:bold;
    text-align:center;
    border-bottom: solid 4px #074770;  
    padding-top:12px; 
    padding-bottom:  13px;       
    margin:-9px auto 15px auto;
    position:  relative;      
}
h2:before {
    content:  '';             
    width: 100%;                
    height: 1px;               
    background-color: #074770;   
    display:  block;          
    position:  absolute;     
    left:  0;                   
    bottom: 2px; 	
}
.main_img{
	text-align:center;
}
.main_img img{
	width:95%;
}
.main_img2{
	text-align:center;
}
.main_img2 img{
	width:95%;
}

h3{
  border-left:5px solid #8b0000;
  font-size:110%;
  margin:10px auto;
  padding:5px 10px;
}
h4{
	display:inline-block;
    position: relative;
	font-size:130%;
    font-weight:bold;
    margin-top: 30px;             
    margin-bottom: 15px;    
    border-bottom: solid 4px rgb(230, 90, 90);
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
}
h5{
display:inline-block;
   margin:0 15px;
   padding:7px 20px;
   color:#333;
   border:#333 solid 2px;
   border-radius:18px;
   background:#fff;
   box-shadow:
   -6px -4px 0 0 #e8e8e8 inset,
   2px 3px 0 0 #000;
}

section a{
	text-decoration:none;
	color:#000000;
}
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{
	color:#00437C;
}


/*   for table */

.shipment{
  width: 100%;
  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:65%;
}
.ex_img img{
	width:35%;
	float:right;
	margin-top:-270px;
}
.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:110%;
	color:blue;
	
}