.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0;
}
.itemDetail__block{
	margin-bottom: 50px
}
.itemDetailName {
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px 5px;
}
.itemDetailName__rankImage{
	display: inline;
	vertical-align: -10%;
}
.itemDetailFirstBlock{}
.itemDetailFirstBlock__left{display: table;}
.itemDetailFirstBlock__itemImage{
	display: inline-block;
	width: 25%;
	vertical-align: middle;
	margin-left: 10px;
}
.itemDetailFirstBlock__right{
	display: inline-block;
	width: 70%;
	font-size: 14px;
	vertical-align: middle;
}
.itemDetailFirstBlock__right table {
    margin-left: 10px;
}
img.detailStar{
	display: inline
}
.itemDetailCharacter{}
.itemDetailCharacter__introductionUpper {
    color: #ffF;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px;
    background: #ffc3c8;
    padding: 5px;
	  border-bottom: #ff7074 solid 2px;
    border-right: #ff7074 solid 2px;
		box-shadow: none;
		text-shadow: 1px 2px #fe9ea0, 1px -1px #fe9ea0, -1px 1px #fe9ea0, -1px -1px #fe9ea0, 1px 1px #fe9ea0, 1px -1px #fe9ea0, -1px 1px #fe9ea0, -1px -1px #FE9E9E, 1px 1px #fe9ea0, 1px -1px #fe9ea0, -1px 1px #fe9ea0, -1px -1px #FE9EA1, 2px 2px 1.5px #ababab;
}

@media only screen and (min-width: 768px) {
.itemDetailCharacter__introductionUpper {
    font-size: 20px;
    padding: 14px;
}
}
.itemDetailCharacter__introductionText {
    font-size: 14px;
    margin: 10px 0px;
    padding: 15px;
}
.itemDetailCharacter__introductionDowner {
	color: #525252;
	font-size: 13px;
}
.itemDetailCharacter__feature {
	border: solid 2px #d8d8d8;
	border-radius: 8px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold
}
.itemDetailCharacter__feature li {
  margin-bottom: 1em;
}
.itemDetailCharacter__feature li span {
  background: #fff9cd;
	color: #ff6060;
  padding-top: 3px
}
.ratingAndAccessBlock{
	text-align: center;
}
.ratingAndAccess {
    width: 48%;
    margin: 10px auto;
    background: #b39c74;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
		text-shadow: 0px 1px 2px #383838
}
.ratingAndAccess__number {
    background: #fff;
    color: #000;
    width: 90%;
    margin: 0 auto 10px;
    border-radius: 10px;
	  text-shadow: none;
}

.itemDetailButton {
	width: 48%;
	margin: 10px auto;
	/* background: linear-gradient(180deg, #ff8a8e 40%,#ff7074 63%) */;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	padding:15px 5px;
	color: #FFF;
	text-decoration:none;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: text-bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

#supplement .itemDetailButton {
    width: 75%;
}

.itemDetailButton__button--red {
	background: url(/asset/images/parts/btnRed.png);
	background-size: 100% 100%;;
  background-repeat: no-repeat;
}
.itemDetailButton__button--green {
	background: url(/asset/images/parts/btnGreen.png);
	background-size: 100% 100%;;
  background-repeat: no-repeat;}
.itemDetailButton__button--long {
	background: url(/asset/images/parts/btnGreenLong.png);
	background-size: 100% 100%;;
  background-repeat: no-repeat;}
@media screen and (max-width: 480px) {
	.itemDetailButton__button--long {
		background: url(/asset/images/parts/btnGreen.png);
	  background-size: 100% 100%;;
	}
}

.itemDetailButton:visited{ filter: saturate(85%);}
.itemDetailButton:hover{ filter: saturate(200%)}

.itemDetailFirstBlock__right table {
    border: #fff 1px solid;
    border-collapse: collapse;
	  width: 80%;
}


.itemDetailFirstBlock__right th {
    background-color: #66B6B0;
    border: #66B6B0 1px solid;
    border-bottom: #fff 1px solid;
    padding: 10px;
    color:#fff
}

.itemDetailFirstBlock__right > table > tbody > tr:last-of-type th {
    border-bottom: #66B6B0 1px solid;
}

.itemDetailFirstBlock__right tr:last-of-parts  {
    border-bottom: #66B6B0 1px solid;
}

.itemDetailFirstBlock__right td {
    border: #66B6B0 1px solid;
    padding: 10px;
}


@media screen and (max-width: 480px) {

	.itemDetailButton,#supplement .itemDetailButton {
			width: 97%;
	}
	.itemDetailFirstBlock__itemImage{
		width: 100%;
    display: block;
    margin: 10px auto;
    max-width: 150px;
	}

	.itemDetailFirstBlock__right{
		width: 100%;
    font-size: 14px;
	}

	.itemDetailFirstBlock__right table {
    border: #fff 1px solid;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
}


/* ==== ItemDetail==== */
.feature {
  position: relative;
  background: #F8F0D7;
  border-left:4px dotted rgba(0,0,0,.1);
  border-right:4px dotted rgba(0,0,0,.1);
  box-shadow:0 0 3px rgba(0,0,0,0.15);
  padding: 1em;
  color: #65513f;
	max-width: 400px;
	margin: 20px auto 40px;
}
.masking-tape{
  position: absolute;
  top: -1em;
  left: 38%;
  width:100px;
  height:30px;
  background-image: linear-gradient(-45deg, rgba(227,155,140,.4) 25%, transparent 25%, transparent 50%, rgba(227,155,140,.4) 50%, rgba(227,155,140,.4) 75%, transparent 75%, transparent 100%);
  background-size: 20px 20px;
  border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(-4deg);
}
.feature__inner{
  color: #65513f;
  padding: 10px;
}

/* ========== description ========== */
#description {
 background-color: #fcf0f1; /* 背景色 */
 color: #701722; /* 文字色 */
 padding: 10px; /* 余白 */
 position: relative;
 font-size:12px;
 margin-top: 5em;
}
#description:after{
 background: repeating-linear-gradient(-45deg, #f0b8bf, #f0b8bf 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプ */
 content: '';
 height: 5px; /* ストライプの高さ */
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 z-index: 1;
}

#description:before{
 background: repeating-linear-gradient(-45deg, #f0b8bf, #f0b8bf 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプ */
 content: '';
 height: 5px; /* ストライプの高さ */
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 1;
}
.recomendVoice__head {
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
}

#recommend {
    margin-top: 2em;
}

#recommend__headerImage {
    display: inline;
    width: 30px;
}

#recommend__header {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    line-height: 1.3;
    margin: 5px auto 0;
    max-width: 800px;
    padding: 0 2%;
    text-shadow: 1px 2px #FFF, 1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF, 1px 1px #FFF, 1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF, 1px 1px #FFF, 1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF, 2px 2px 1.5px #222;
}

#recommend__inner {}

/* 吹き出し本体 */
#recommend__inner{
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  border: 5px solid #b39c74;
  margin-top: 20px;
  color: #000;
	border-radius: 15px;
}

/* beforeで枠線の三角を表現 */
#recommend__inner:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -18px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #b39c74;
  border-left: 15px solid transparent;
}

/* beforeで本体の三角を表現 */
#recommend__inner::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -12px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid transparent;
}

#recomendVoice {
    margin-top: 20px;
    margin-bottom: 20px;
}

.recomendVoice__name {
    background: #70d0ff;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
	  padding-top: 5px;
    padding-bottom: 3px;
    width: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.recomendVoice__unit {
    margin-bottom: 10px;
}

.recomendVoice__comment {
    border: 3px solid #70d0ff;
    margin-bottom: 10px;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.recomendVoice__commentLine {
	background: #fff9cd;
  color: #ff6060;
}

.recommend__button {
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: .25s linear;
	/* -webkit-transition: .25s linear; */
	-moz-transition: .25s linear;
}

.recommend__button:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 40px;
    height: 150px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: shiny 5s infinite linear;
    -webkit-animation: shiny 5s infinite linear;
    -moz-animation: shiny 5s infinite linear;
}
@keyframes shiny {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-webkit-keyframes shiny {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-moz-keyframes shiny {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}

.webmaster {
    margin: 0 auto;
}

.webmasterComment {
    width: 65%;
    display: inline-block;
    border: 3px solid #b78d01;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 5px 3px #e4e4e4;
    background-color: #fffefb;
    margin: 10px;
}

.webmasterImage {
    width: 30%;
    display: inline-block;
}

.webmasterImage img{
    margin-left:0px;
    border-radius: 100px;
    border: #b78d01 3px solid;
	  box-shadow: 0px 5px 3px #e4e4e4;
}

.recomendVoiceUnit {
    margin: 0 auto;
}
.recomendVoice__annotation{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px
}

.recomendVoiceComment {
    width: 65%;
    display: inline-block;
    border: 3px solid #b78d01;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 5px 3px #e4e4e4;
    background-color: #fffefb;
    margin: 10px;
    vertical-align:top
}

.recomendVoiceImage {
    width: 30%;
    display: inline-block;
    vertical-align:top
}

.recomendVoiceImage img{
    margin-left:0px;
    border-radius: 100px;
    border: #b78d01 3px solid;
	  box-shadow: 0px 5px 3px #e4e4e4;
}

@media screen and (max-width: 480px) {
.webmaster {
    position:relative;
    margin-bottom: 100px;
}

.webmasterComment {
    width: 100%;
    display: inline-block;
    border: 3px solid #b78d01;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 5px 3px #e4e4e4;
    background-color: #fffefb;
    margin: 0px;
}

.webmasterImage {
    width: 30%;
    display: block;
    position: absolute;
    bottom: -100px;
    right: 0;
}

.webmasterImage img{
    margin-left:0px;
    border: none;
		box-shadow: none
}

.recomendVoiceUnit {
    position: relative;
    margin-bottom: 110px;
}

.recomendVoiceComment {
    width: 100%;
    display: inline-block;
    border: 3px solid #b78d01;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 5px 3px #e4e4e4;
    background-color: #fffefb;
    margin: 0px;
}

.recomendVoiceImage {
    width: 30%;
    display: block;
    position: absolute;
    bottom: -110px;
    right: 0;
}
.recomendVoiceImage p:nth-child(2) {
    text-align: center;
		margin-top: 0;
}

.recomendVoiceImage img{
    margin-left:0px;
    border: none;
		box-shadow: none
}
}


.campaignNormalPrice {
    font-size: 20px;
}

.campaignArrow {
    max-width: 50px;
}

.campaignTable {
    width: 100%;
    max-width: 400px;
    border-collapse: collapse;
    font-size: 25px;
    text-align: center;
}


.campaignTable th {
    background: #ff7074;
    border-right: solid #fff thin;
    color: #fff;
}

.campaignTable>tbody>tr th:last-of-type {
    border-right: solid #ff7074 thin;
}

.campaignTable td {
  border: #ff7074 solid thin;
	font-weight: bold;
}

#sort_table {
	display: inline-block;
	border-radius: 15px;
	box-shadow: 0px 0px 0px 3px #ffcf00;
	margin-left: 3px;
}

#sort_table select {
    font-size: 16px;
    padding: 5px;
    border-radius: 10px;
}

.toggle{
  transition: 0.3s cubic-bezier(.58,.08,.96,.67) !important;
	display: inline-block;
}
.rotate{
  transform: rotate(180deg);
}
