﻿html{
	font-size: 62.5%;
}
body{
	-webkit-text-size-adjust: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}

*{
	box-sizing: border-box;
}

@font-face {
  font-family: 'harenosora';
  src: url("../font/Harenosora.eot?") format('eot'),
       url("../font/Harenosora.woff") format('woff');
}

img{
	width: 100%;
}

a img{
	border: 0;
}
a{
	color: #333333;
}
a:hover img{
	opacity:0.6; filter: alpha(opacity=60);
	z-index: 1;
}

#container{
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	margin: auto;
/*	padding: 0 5px 5px 5px;*/
	clear: both;
	margin-top: 60px;
}
.navi_none{
	margin-top: 0px !important;
}


.page-back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
}
.page-back a{
	display: block;
	width: 80px;
	height: 80px;
	background: #ccc;
	border-radius: 100px;
	text-align: center;
	/*padding: 25px 20px 15px 20px;*/
	position: relative;
	opacity: 0.8;
}
.page-back a img{
	display: none;
}
.page-back a:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -12px;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 5px solid #666;
	border-right: 5px solid #666;
	transform: rotate(315deg);
}

/*******************************************
	ヘッドナビ
*******************************************/
#header_wrap{
	display: none;
}

#header_smp_wrap{
	width: 100%;
	background: #222;
	margin: 0;
	padding: 0;
	overflow: auto;
	padding: 2%;
}
#header_smp_wrap #head_smp a{
	display: block;
	width: 30%;
}
#header_smp_wrap #head_smp img{
	width: 100%;
	margin-left: 3%
}

.fixed {
	position: fixed;
	top: 0px;
	z-index: 1;
}


#point10_des{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
#point10_des2{
	font-family: "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size: 1.3em;
	text-align: left;
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #999;
}
#point10_des2 tr td{
	font-size: 1.0em;
}
#point10_des2 tr td img{
	width: 50%;
}
#point10_des2 tr td font{
	font-size: 0.8em;
}
#point10_des2 tr td font font{
	font-size: 0.8em;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar{
	width: 80%;
	margin-left: 5%;
}
nav#menubar ul li {
	float: left;	/*メニューを左側に回り込み*/
	width: 43%;		/*メニュー幅*/
	height: auto;	/*メニューの高さ*/
	margin-left: 5%;	/*メニュー同士の隙間*/
	margin-bottom: 0px;	/*メニュー同士の隙間*/
	/*background-color: #000;*/
}
nav#menubar ul li:first-child{
	margin-left: 0%;
}

/*各メニューの写真部分の設定*/
nav#menubar ul li img {
	width: 100%;		/*上の15%の幅に対しての写真幅*/
}
nav#menubar ul li a img {
		/*枠線の幅、線種、色*/
}
/*各メニューの写真部分のマウスオン時の設定*/
nav#menubar ul li a:hover img {
	position: relative;
	top: -1px;
	right: -1px;	/*画像が右上に移動*/
}


.pc-view{
	display: none;
}


/*******************************************
	各見出し
*******************************************/
h2.bigTitle{
	padding-top: 30px;
	margin-bottom: 20px;
	text-align: left;
}
h2.bigTitle span{
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #a40000;
	border-left: 10px solid #a40000;
	padding-left: 10px;
	font-family: 'harenosora';
	font-weight: bold;
	font-size: 2.2rem;
	color: #a40000;
}
h2.bigTitle span.h2_atte{
	display: inline;
	float: left;
	width: auto;
	border-bottom: 0;
	border-left: 0;
	font-weight: normal;
	padding-left: 10px;
	font-family: 'harenosora';
	font-size: 1.8rem;
	color: #a40000;
}

h3.subTitle{
	width: 100%;
	border: 1px solid #999;
	border-bottom: 2px solid #999;
	color: #333;
	padding: 5px 0px;
	font-weight: normal;
	font-size: 1.6rem;
	background: #f9f9f9;
	text-align: center;
}
h3.subTitle:before{
	content: "▼";
	margin-right: 3px;
}

.kessan_sp {
  width: 106%;
	margin: 30px 0 -70px -3%;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  z-index: 2;
}
.kessan_sp:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 60%;
  margin: 3% -10% 0;
  background: #FFFFFF;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.kessan_sp_inner {
  box-sizing: boder-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 50px 10px 100px;
  color: #a40000;
	font-size: 18px;
	font-weight: bold;
  text-align: center;
}

/*******************************************
	イベント概要
*******************************************/
.overview{
	display: block;
	border: 2px solid #FFA500;
	border-bottom: none;
	border-collapse: collapse!important;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 1.1rem;
	width: 94%;
}
.overview tr td, th{
	display: block;
	width: 100%;
	background-color: #FFFFBB;
	padding: 5px;
	font-size: 1.4rem;
}
.overview tr th{
	text-align: left;
}
.overview tr th:before{
	content: "■ "
}
.overview tr td{
	border-bottom: 2px solid #FFA500;
}

.cate_page{
	width: 90%;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}
.cate_page a{
	width: 100%;
	height: 90px;
	padding-top: 10px;
	color: #FFF;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: linear-gradient(
	-45deg,
	#FF3333 23%, #FF7F7F 23%,
	#FF7F7F 27%, #FF3333 27%,
	#FF3333 73%, #FF7F7F 73%,
	#FF7F7F 77%, #FF3333 77%,
	#FF3333
  );
  background-size: 20px 20px;
	border: 5px solid #ffffff;
	border-radius: 10px;
	box-shadow: 0 3px 5px 3px rgba(0,0,0,0.2);
}

.comment{
	display: inline-block;
	width: 100%;
	margin: 50px 0 0 0;
	font-family: 'harenosora';
	font-weight: bold;
	font-size: 13px;
	color: #222222;
	text-align: center;
}

.nebiki_img{
	width: 60%!important;
	border: 1px solid #999;
}

/*******************************************
	目次
*******************************************/
.contents{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 90%;
	border: 1px solid #D2B48C;
	background-color: #F0FFF0;
  border-collapse: collapse;
  border-spacing: 0;
	padding: 10px;
	font-size: 1.4rem;
}
.contents h2{
	font-size: 2.0rem;
	margin-left: 5px;
}
.contents ul{
	line-height: 200%;
}
.contents ul li a{
	text-decoration: none;
	color: #0000EE;
	font-size: 1.5rem;
}
.contents ul li a:hover{
	text-decoration: underline;
}


/*******************************************
	1ct特別値引き
*******************************************/
#ichicarat{
	width: 100%;
	position: relative;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#ichicarat img{
	width: 100%;
}
#ichicarat a{
	height: 23%;
	display: block;
	margin: 0;
	position: absolute;
	top: 9%;
}
#ichicarat a:nth-of-type(1){
	left: 0;
	width: 33.3%
}
#ichicarat a:nth-of-type(2){
	left: 33.3%;
	width: 33.3%
}
#ichicarat a:nth-of-type(3){
	left: 66.6%;
	width: 33.3%
}
#ichicarat a:nth-of-type(4){
	width: 50%;
	top: 32%;
	left: 0%;
}
#ichicarat a:nth-of-type(5){
	width: 50%;
	top: 32%;
	left: 50%;
}
#ichicarat a:nth-of-type(6){
	width: 25%;
	top: 54.5%;
	left: 0%;
}
#ichicarat a:nth-of-type(7){
	width: 25%;
	top: 54.5%;
	left: 25%;
}
#ichicarat a:nth-of-type(8){
	width: 25%;
	top: 54.5%;
	left: 50%;
}
#ichicarat a:nth-of-type(9){
	width: 25%;
	top: 54.5%;
	left: 75%;
}
#ichicarat a:nth-of-type(10){
	width: 25%;
	top: 77%;
	left: 0%;
}
#ichicarat a:nth-of-type(11){
	width: 25%;
	top: 77%;
	left: 25%;
}
#ichicarat a:nth-of-type(12){
	width: 25%;
	top: 77%;
	left: 50%;
}
#ichicarat a:nth-of-type(13){
	width: 25%;
	top: 77%;
	left: 75%;
}
#ichicarat a:hover{
	background-color: #FFF;
	opacity: 0.5;
}

/*******************************************
	ピックアップアイテム
*******************************************/
#pickup_wrap{
	width: 100%;
	margin: auto;
}
#pickup{
	width: 100%;
	margin: auto;
	padding-top: 20px;
	overflow: auto;
}

#pickup p{
	float: left;
	overflow: auto;
}

.pick1,
.pick1_smp,
.pick2,
.pick3,
.pick4,
.pick5,
.pick6,
.pick7,
.pick8
.pick8_smp{
	margin: 0;
}

.pick1{
	display: none;
}
.pick1_smp{
	width: 100%;
}
.pick1_smp a{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.pick2{
	width: 49%;
	margin-bottom: 20px;
}
.pick3{
	width: 49%;
	margin-bottom: 20px;
	margin-left: 2%;
}
.pick4{
	width: 49%;
	margin-bottom: 20px;
}
.pick5{
	width: 49%;
	margin-bottom: 20px;
	margin-left: 2%;
}
.pick6{
	width: 49%;
	margin-bottom: 20px;
}
.pick7{
	width: 49%;
//	margin-bottom: 20px;
	margin-left: 2%;
}
.pick8{
	display: none;
}
.pick8_smp{
	margin: 0;
	padding: 0;
	overflow: auto;
}
.pick8_smp a{
	margin: 0;
	padding: 0;
	display: block;
	width: 49%;
	float: left;
	margin-bottom: 20px;
}

.pick8_smp a:nth-of-type(2){
	margin-left: 2%;
}

/*******************************************
	グレード別カテゴリー
*******************************************/
.recommendSeries{
	width: 100%;
	margin: auto;
	margin-top: 50px;
}
.recommendSeries div{
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 40px;
}
.recommendSeries p{
	text-align: left;
	padding-left: 10px;
}
.recommendSeries img{
 margin-top: 10px;
 width: 98%;
}
.recommendSeries a{
	display: block;
	text-decoration: none;
}
.recommendSeries p.here {
	text-decoration: underline;
	text-align: center;
	background: #666;
	color: #fff;
	margin: 0;
	padding: 5px 0;
	margin-top: 10px;
	font-size: 1.4rem;
}
.recommendSeries a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}
.recommendSeries div:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.bst, .bsc{
	margin: 0;
	padding: 0;
}
.bst{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	text-decoration: underline;
}
.bsc{
	font-size: 14px;
}




/*******************************************
	商品リスト
*******************************************/
.productList{
	width: 100%;
	overflow: auto;
}
.productList .bs_box{
	width: 32%;
	height: 260px;
	background-color: #f9f5f2;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.1rem;
	line-height: 110%;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #EEEEEE;
}
.productList .bs_box img{
	margin-bottom: 5px;
	width: 100%;
	margin-top: 0;
	border: 0;
}
.productList .bs_box p.p_title{
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	font-family: "メイリオ" , "Meiryo" ,"ＭＳ Ｐゴシック", Verdana, sans-serif;

}
.productList .bs_box p.p_title span{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.productList .bs_box span.price ,.sale-price{
	display: block;
	margin: auto;
	font-family: "メイリオ" , "Meiryo" ,"ＭＳ Ｐゴシック", Verdana, sans-serif;
}
.productList .bs_box .price font.tax ,.sale-price font.tax{
	font-size: 0.8rem;
}
.productList .bs_box .price{
	color: #000000;
	font-size: 1.2rem;
	font-family: Times New Roman Baltic;
	text-decoration: line-through;
	position: relative;
	bottom: 0;
}
.productList .bs_box .sale-price{
	color: #F00;
	margin-bottom: 7px;
	font-size: 1.4rem;
	line-height: 110%;
	position: relative;
	bottom: 0;
}
.productList .bs_box{
	color: #993355;
	font-family: Times New Roman Baltic;
}

.productList .bs_box p.option{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 135%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.productList .bs_box span.op1{
	background: #ff0000;
	background: -moz-linear-gradient(top,  #e81717 0%, #9b0303 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e81717), color-stop(100%,#9b0303)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e81717 0%,#9b0303 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e81717 0%,#9b0303 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e81717 0%,#9b0303 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e81717 0%,#9b0303 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81717', endColorstr='#9b0303',GradientType=0 ); /* IE6-9 */
	margin-right: 1px;
	padding: 1px 2px;
	border-radius: 2px;
}
.productList .bs_box span.op2{
	background: #3e82e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e82e0 0%, #2c539e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e82e0), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3e82e0 0%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3e82e0 0%,#2c539e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3e82e0 0%,#2c539e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3e82e0 0%,#2c539e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e82e0', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
	margin-right: 1px;
	padding: 1px 2px;
	border-radius: 2px;
}
.productList .bs_box span.op3{
	background: rgb(55,198,79); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,198,79,1) 0%, rgba(33,119,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,198,79,1)), color-stop(100%,rgba(33,119,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(55,198,79,1) 0%,rgba(33,119,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(55,198,79,1) 0%,rgba(33,119,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(55,198,79,1) 0%,rgba(33,119,37,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(55,198,79,1) 0%,rgba(33,119,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37c64f', endColorstr='#217725',GradientType=0 ); /* IE6-9 */
	padding: 1px 2px;
	border-radius: 2px;
}
.productList .bs_box a{
	text-decoration: none;
	color: #363636;
	out-line: none;
	display: block;
	width: 100%;
}
.productList .bs_box:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.productList .back {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.moreLink a{
	display: block;
	width: 100%;
	text-align: right;
}



/*******************************************
	デザインアイテム目次
*******************************************/
#listLink{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: -20px;
}
#listLink ul{
	text-align: left;
	margin-left: -10%;
}
#listLink ul li{
	display: inline-block;
	min-width: 40%;
	background-color: #ffffff;
	border: 2px solid #FF9900;
	clear: both;
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
}
#listLink ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 2px 5px;
	text-decoration: none;
}
#listLink ul li a:before{
	content: "▼ ";
	color: #666666;
	display: inline;
}
#listLink ul li a:hover{
	opacity: 0.5;
	text-decoration: underline;
}

/*******************************************
	デザインアイテム
*******************************************/
.itembox{
	width: 100%;
	overflow: auto;
	margin: auto;
}
div.itembox > div:nth-child(1){
	width: 100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.itembox .pt, .itembox .k18, .itembox .wg{
	width: 47%;
	height: auto;
	background-color: #FFF5EE;
	margin-left: 2%;
	margin-bottom: 15px;
	padding: 1%;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-size: 1.5em;
}
.itembox .box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.itembox .box .itemImg{
	width: 98%;
	float: left;
	margin: 3% 0 2% 1%;
}
.itembox .box .desc{
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 2% 1% 1% 1%;
	line-height: 110%;
}
.itembox .box .percent{
	display: inline-block;
	width: 98%;
	padding: 7px 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #bb0000;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Times New Roman Baltic;
	text-align: center;
}
.itembox .box .title{
	margin-top: 6px;
	/*margin-bottom: 80px;*/
}
.itembox .box .priceWrap{
	/*position: absolute;*/
	bottom: 0px;
	left: 5px;
}
.itembox .box .price{
	display: inline-block;
	margin-top: 5px;
}
.itembox .box .sale_price{
	font-size: 1.3em;
	font-weight: bold;
	color: #CC0000;
	display: inline-block;
	margin-top: 5px;
}

.itembox .box:nth-child(7n){
	width: 96%;
}
.itembox .box:nth-child(7n) .itemImg{
	width: 48%;
	display: inline-block;
	margin: 2% 0 2% 1%;
}
.itembox .box:nth-child(7n) .desc{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}
.itembox .box:nth-child(7n) .percent{
	width: 100%;
	padding: 6px;
}
.itembox .box:nth-child(7n) .priceWrap{
	position: absolute;
	bottom: 0px;
	left: 51%;
}

/* special */
#special div.box{
	background-color: #FFF;
	border: 5px solid #ddd49a;
}

/*******************************************
	フッター
*******************************************/

#footer{
	text-align: center;
	border-top: 1px solid #cfbfa6;
	background: #555555;
	color: #fff;
}
#footer a{
	display: inline-block;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
	color: #fff;
}
#footer a:hover{
	text-decoration: underline;
}


#mens{
	width: 100%;
}

/*******************************************
	１カラットダイヤモンド
*******************************************/

.itembox_02{
	width: 94%;
	overflow: hidden;
	margin: auto;
	margin-top: 0;
	margin-left: 3%;
	margin-bottom: -60px;
}
.itembox_02 div a{
	cursor: pointer;
	color: #111111;
	text-decoration: none;
}
.itembox_02 div p.desc{
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	padding-left: 3%;
}
.itembox_02 div p.desc font.sale_price{
	font-size: 23px;
	font-family: Times New Roman Baltic;
	color: #b4211a;
}
.itembox_02 div span.percent{
	display: inline-block;
	text-align: center;
	width: 103%;
	margin: 0 0 5px -3%;
	padding: 3px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Times New Roman Baltic;
}
.itembox_02 div{
	width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	background-color: #FFF5EE;
}
.itembox_02 div .itemImg{
	width: 100%;
	margin-top: 10px;
}


/*******************************************
	クーポン
*******************************************/

#coupon {
	margin: 50px 0;
}
#coupon p {
	list-style: none;
	width: 82%;
	padding: 15px 2%;
	margin: 0 auto;
	border-radius: 7px;
	background-color: #bb0000;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
#coupon p:hover {
	opacity:0.6; filter: alpha(opacity=60);
}
#coupon p a {
	display: inline-block;
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.soldout::before{
	content: 'SOLD OUT';
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	padding-top: 16vw;
	top: 0;
	left: 0;
	width: 98%;
	height: 28vw;
	margin: 3% 0 2% 1%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}



/*******************************************
	文字の装飾
*******************************************/

.red{
	color: #CC0000;
}
.bold{
	font-weight: bold;
}.small{
	font-size: 1.9rem!important;
}