html,body {
  min-width: auto;
  box-sizing: border-box;
}
.pc-hidden { display:none !important; }

/*レイアウトで必要なbootstrap*/
.col-sm-6.fl_right, .col-sm-5.fl_right {
  float: right;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
ul {
    list-style: none;
}
.row:after {
  clear: both;
}
table{
  border-spacing:0;
  border-collapse:collapse;
}
td,th{
  padding:0;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
#wrapper *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
div#wrapper{
  /*background-color: #fffcdd;*/
}

@media (min-width: 480px){
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 45%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
}
@media (max-width: 768px) {
  .spring ul li{
    display: inline-block;
    margin-left:0%;
    margin-bottom: 5%;
    width:50%;
  }
  .bg_img h1{
    background:none !important;
  }
  .sp-btn{
    margin-bottom: 30px;
    margin-left:50px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
 }

/*-------------------------------------------------------------------
   共同えのぐ特集LP
---------------------------------------------------------------------*/

@charset "utf-8";

a:hover, a:hover img {
	opacity: 0.7;
}
#wrapper .lp_img:before{
	position: absolute;
	bottom: 0px;
	left: 30px;
	z-index: 10;
	content: url("https://d32sw8gozyguks.cloudfront.net/resource/20160616/icon_scale.png");
}
#wrapper .lp_img01:before{
	position: absolute;
	bottom: 90px;
	left: 15px;
	z-index: 10;
	content: url("https://d32sw8gozyguks.cloudfront.net/resource/20160616/icon_scale.png");
}
#wrapper .lp_img02:before{
	position: absolute;
	bottom: -6px;
	left: 15px;
	z-index: 10;
	content: url("https://d32sw8gozyguks.cloudfront.net/resource/20160616/icon_scale.png");
}
table th{
		padding: 1%;
		border-right: none;
		border-bottom: none;
		background: none;
}
td.test_right{
	text-align: right;
}
td.test_ri{
	text-align: right;
}
td.test_right .RE{
	margin-right: 30px;
}
td.test_ri .RE{
	margin-right: 16px;
}
table td{
	border-right: none;
	border-bottom: none;
}
#wrapper table th{
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		font-size: 12px;
}
img {
	max-width: 100%;
	height: auto;
}
#contentInner {
		width: auto !important;
		margin: 0 auto;
		position: relative;
		padding: 0 !important;
}

.w900{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#fil{
		display: none;
}

.products .l_maker{
	padding: 5px 20px;
	text-align: center;
	border-radius: 20px;
	color: #FFF;
	margin-top: 0px;
	line-height: 1.2;
	display: inline-block;
	font-size: 14px;
}
table {
	width: auto;
	min-width: 80%;
	font-size: 88%;
}
table.td3{
	width:70%;
}
table td.w10{
	width:10%;
	text-align: center;
}
table td.w20{
	width:20%;
	text-align: center;
}
table.td2{
	width:60%;
}
table td.w30{
	width:30%;
	text-align: center;
}
table td.w40{
	width:40%;
}
table td.w45{
	width:45%;
	text-align: center;
}
.products table td{
	padding: 7px;
	font-size: 12px;
	line-height: 1.4em;
}
.products .catch{
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
span.fl_lef{
	float:right;
	margin-right: 30px;
}
strong.RE{
	color:#FF0000;
	/*font-size: 18px;*/
}
small{
	font-size: 80% !important;
}

.tb_width{
	width: 18%;
}
table td{
	vertical-align: middle;
	line-height: 1.2em;
}
.products .lp_dot{
	margin:100px auto;
}
table td.cen{
	text-align: center;
	padding: 10px 0;
}

.lp_dot img{
	padding: 60px 0 20px 0;
}
.pdf {
	text-align: center;
}
.mt150{
	margin-top: 150px;
}

.tx-right {
text-align: right !important;
}
.tx-left {
text-align: left !important;
}
.tx-center {
text-align: center;
}

.lp_img{border-radius: 15px;}

.various {
	display: block;
}
.song:before {
	content: none !important;
}

.lp_dot img{display: block;margin: auto;}

span.sub_title {
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}

.small_table th,.small_table td {
	font-size: 12px;
}

section.products.bt{
	padding-bottom: 1px;
	background-color: #f8f2e4;
}

img.positon_right{
	width: 4%;
	position: absolute;
	top: 1266px;
	right: 414px;
}
img.positon_left{
	width: 4%;
	position: absolute;
	top: 1266px;
	left: 403px;
}
p.contents span{
	position: relative;
}

.bg_img{
	background:url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20180816/top_bg.png) no-repeat center;
	width: 100%;
	position: relative;
	height: 667px;
}
div#wrapper{
	background-color: #daeeec;
}
table th.tb_bottom{
	border-bottom: 1px solid black;
}
table th.tb_top{
	border-top: 1px solid black;
}
table td.tb_bottom{
	border-bottom: 1px solid black;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
.tb_right{
	border-right: 1px solid black;
}
.tb_left{
	border-left: 1px solid black;
}
table.td4{
	background-color: white;
	width:100%;
  border: 1px solid black;
}

.txt_center{
	margin:0 auto;
	display: block;
}

/*20180205 最終更新 a-terui */
.products{
	position: absolute;
	bottom: 40px;
	width: 100%;
}
img.ttl_sakura {
	position: absolute;
	bottom: -32px;
	right: 0;
}
section.products_01{
	background:url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20180816/img1-bg.png);
	padding-bottom: 10px;
	padding-top: 50px;
}
section.products_02{
	background:url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20180816/img2-bg.png);
	padding-bottom: 10px;
}
section.products_03{
	background:url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20180816/img3-bg.png);
	padding-bottom: 10px;
}
section.products_04{
	background-color: #f7e2f1;
	padding-bottom: 10px;
}
section.products_05{
	background-color: #e1f1e6;
	padding-bottom: 10px;
}
h3{
	font-size:20px;
    padding: 25px 0;
    font-weight:bold;
    letter-spacing: 0.5px;
}
.products_01 h3{
	color: #de3848;
}
.products_01 .pc-mb{
	margin-bottom: 50px;
}
section.bt {
	background:url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20180816/img1-bg.png);
}
.bg_img h1 {
	margin: 0 auto;
	max-width: 914px;
	height: 705px;
}
.bg_img h1 img {
  margin-top: 11%;
}


 /* color 20180816 kei*/
 .color {
   width: 1em;
   height: 1em;
   line-height: 1em;
   border-radius: 50%;
   display: inline-block;
   margin-right: 5px;
 }
 .color-square {
   width: 1em;
   height: 1em;
   line-height: 1em;
   border-radius: 3px !important;
   display: inline-block;
   margin-right: 5px;
 }
 .white {
   color: #fff;
   background: #fff;
   border:1px solid #9e9e9e;
 }
 .yellow {
   color: #ffd900;
   border:1px solid #ffd900;
   background: #ffd900;
 }
.peal_orange {
   color: #fac09e;
   border:1px solid #fac09e;
   background: #fac09e;
 }
.brown {
   color: #6b3a29;
   border:1px solid #6b3a29;
   background: #6b3a29;
 }
.shuiro {
  color: #ff3015;
  border:1px #ff3015;
  background: #ff3015;
}
.red {
   color: #d30000;
   border:1px solid #d30000;
   background: #d30000;
 }
.pink {
   color: #fd94b7;
   border:1px solid #fd94b7;
   background: #fd94b7;
 }
.yellowgreen {
   color: #adff30;
   border:1px solid #adff30;
   background: #adff30;
 }
.green {
   color: #008001;
   border:1px solid #008001;
   background: #008001;
 }
.blue {
   color: #0f43b3;
   border:1px solid #0f43b3;
   background: #0f43b3;
 }
.black {
   color: #000;
   border:1px solid #000;
   background: #000;
 }
.lightblue {
   color: #bae3f9;
   border:1px solid #bae3f9;
   background: #bae3f9;
 }
.blue02 {
   color: #2287ca;
   border:1px solid #2287ca;
   background: #2287ca;
 }
.murasaki {
   color: #714e8c;
   border:1px solid #714e8c;
   background: #714e8c;
 }
.dark_brown {
  color: #3f1c11;
  border:1px solid #3f1c11;
  background: #3f1c11;
 }
.oudo {
   color: #e59400;
   border:1px solid #e59400;
   background: #e59400;
 }
.orange {
   color: #f39800;
   border:1px solid #f39800;
   background: #f39800;
 }
.lemon {
   color: #fff462;
   border:1px solid #fff462;
   background: #fff462;
 }
.silver {
   color: #aab8c1;
   border:1px solid #aab8c1;
   background: #aab8c1;
 }
.gold {
   color: #e5ad46;
   border:1px solid #e5ad46;
   background: #e5ad46;
 }

