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

body{
	font-family: "M PLUS 1p" !important;
}

ol {
  color: #1e366a;
  border: dotted #1e366a 1px;/*ドット 色 太さ*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

p.price{
	font-size:130%;
	color:red;
	font-family:Verdana, Geneva, sans-serif;
}

p.price s{
	color:#CCC;
	font-size:80%;
	text-decoration: line-through; 
}

h1.mb3 strong{
	font-size:150% !important;
	color:red !important;
	font-weight:bold;
}