.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0;
}
.itemDetail__block{
	border: #fff solid 1px;
	border-radius: 20px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0px;
	box-shadow: 0px 3px 5px 0px #f5f5f5;
}

.itemDetailName {
	font-size: 25px;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.itemDetailName__rankImage{	
	display: inline;
	vertical-align: -10%;
}
.itemDetailFirstBlock{}
.itemDetailFirstBlock__left{display: table;}
.itemDetailFirstBlock__itemImage{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}
.itemDetailFirstBlock__right{
	display: table-cell;
	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: 20px;
    margin: 10px 0px;
    background: #ffc3c8;
    padding: 5px;
    border-bottom: #ff7074 solid 2px;
    border-right: #ff7074 solid 2px;
    box-shadow: none;
    text-shadow: 2px 2px #fe9ea0,
								2px 1px #fe9ea0,
								2px 0px #fe9ea0,
								2px -1px #fe9ea0,
								2px -2px #fe9ea0,
								1px 2px #fe9ea0,
								1px 1px #fe9ea0,
								1px 0px #fe9ea0,
								1px -1px #fe9ea0,
								1px -2px #fe9ea0,
								0px 2px #fe9ea0,
								0px 1px #fe9ea0,
								0px 0px #fe9ea0,
								0px -1px #fe9ea0,
								0px -2px #fe9ea0,
								-1px 2px #fe9ea0,
								-1px 1px #fe9ea0,
								-1px 0px #fe9ea0,
								-1px -1px #fe9ea0,
								-1px -2px #fe9ea0,
								-2px 2px #fe9ea0,
								-2px 1px #fe9ea0,
								-2px 0px #fe9ea0,
								-2px -1px #fe9ea0,
								-2px -2px #fe9ea0,
								2px 2px 1.5px #ababab;
}
.itemDetailCharacter__introductionText {
    font-size: 14px;
    margin: 20px 0px;
    padding-left: 14px;
}
.itemDetailCharacter__introductionDowner {
	color: #525252;
	font-size: 13px;
}
.itemDetailCharacter__feature {
    border: solid 2px #e6ccff;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-top: 45px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.itemDetailCharacter__feature:after {
    content: 'point';
    display: block;
    background: #e6ccff;
    text-align: center;
    position: absolute;
    top: -29px;
    padding: 2px 20px;
    left: -2px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
}

.itemDetailCharacter__feature li{
	padding:0px 0px 10px;
}
.itemDetailCharacter__feature li span {
  background: #fff9cd;
	color: #ff6060
}
.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;
}
.webmaster__table {
    font-size: 14px;
}
.webmaster__notes {
    display: block;
    text-align: right;
    font-size: 0.7em;
}

.buttonArea {
    text-align: center;
	margin-bottom: 20px
}

.itemDetailButton {
	background: #ff7074;
	background: url(/asset/images/parts/btn3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	padding:15px 5px;
	margin: 10px auto;
	display: inline-block;
	width: 48%;
	text-align: center;	
	color: #FFF;
	text-decoration:none;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: text-bottom;
}

.itemDetailButton:visited{ filter: saturate(85%);}
.itemDetailButton:hover{ filter: saturate(200%)}
@media only screen and (min-width: 768px) {
.itemDetail__block{
	padding: 10px;
}
	
.itemDetailName {
    font-size: 36px;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
	
.itemDetailName__rankImage{	
	display: inline;
	vertical-align: 0px;
}
	
.itemDetailCharacter__introductionUpper {
    color: #ffF;
    font-weight: bold;
    font-size: 26px;
    margin: 10px 0px;
    background: #ffc3c8;
    padding: 5px;
    border-bottom: #ff7074 solid 2px;
    border-right: #ff7074 solid 2px;
    box-shadow: none;
    text-shadow: 2px 2px #fe9ea0,
								2px 1px #fe9ea0,
								2px 0px #fe9ea0,
								2px -1px #fe9ea0,
								2px -2px #fe9ea0,
								1px 2px #fe9ea0,
								1px 1px #fe9ea0,
								1px 0px #fe9ea0,
								1px -1px #fe9ea0,
								1px -2px #fe9ea0,
								0px 2px #fe9ea0,
								0px 1px #fe9ea0,
								0px 0px #fe9ea0,
								0px -1px #fe9ea0,
								0px -2px #fe9ea0,
								-1px 2px #fe9ea0,
								-1px 1px #fe9ea0,
								-1px 0px #fe9ea0,
								-1px -1px #fe9ea0,
								-1px -2px #fe9ea0,
								-2px 2px #fe9ea0,
								-2px 1px #fe9ea0,
								-2px 0px #fe9ea0,
								-2px -1px #fe9ea0,
								-2px -2px #fe9ea0,
								2px 2px 1.5px #ababab;
}
	
.itemDetailCharacter__introductionText {
    font-size: 18px;
}
}


@media screen and (max-width: 480px) {
	
	.itemDetailButton {
			width: 97%; 
	}
	.itemDetailFirstBlock__itemImage{
		/* width: 100%;
		display: block */
		width: 30%;
		display: table-cell
	}
	
	.itemDetailFirstBlock__right{
		width: 70%;
		font-size: 10px;
	}
}


/* ==== 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;
	background: url(/asset/images/parts/btn5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.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%;}
}

.linkColumn {
    text-align: right;
}

.campign {
    background: #fff7d8;
    padding: 10px;
}
.campaing__title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 5px;
}

.compareTable__title {
    background: #ffc3c8;
    margin-bottom: 0;
	  border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.compareTable__button {
    background: url(/asset/images/parts/btn1.png);
    text-decoration: none;
    color: #fff;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.compareTable__star {
    display: inline;
    width: 20%;
}

#compareTable {
    margin-top: 20px;
    margin-bottom: 30px;
}

#compareTable table {
    border-collapse: collapse;
	margin: 0px;
}

#compareTable th {
    width: 17%;
    border-bottom: #fff solid 1px;
    border-right: #ffc3c8 solid 1px;
    background: #ffc3c8;
    color: #fff;
    text-shadow: 0px 2px #fe9ea0, 2px 1px #fe9ea0, 2px 0px #fe9ea0, 2px -1px #fe9ea0, 2px -2px #fe9ea0, 1px 2px #fe9ea0, 1px 1px #fe9ea0, 1px 0px #fe9ea0, 1px -1px #fe9ea0, 1px -2px #fe9ea0, 0px 2px #fe9ea0, 0px 1px #fe9ea0, 0px 0px #fe9ea0, 0px -1px #fe9ea0, 0px -2px #fe9ea0, -1px 2px #fe9ea0, -1px 1px #fe9ea0, -1px 0px #fe9ea0, -1px -1px #fe9ea0, -1px -2px #fe9ea0, -2px 2px #fe9ea0, -2px 1px #fe9ea0, -2px 0px #fe9ea0, -2px -1px #fe9ea0, -2px -2px #fe9ea0, 2px 2px 1.5px #ababab;
		white-space: pre-wrap;
    padding: 15px 2px;;
}


#compareTable td {
    border: #ffc3c8 solid 1px;
		text-align: center;
		padding: 5px;
	width: 26%;
}


@media only screen and (min-width: 768px) {
#compareTable th,#compareTable td {
    width: 25%;
}
}

#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;
}

.compareVeryGood, .compareGood, .compareBad {
  font-size: 1.5em;
  font-weight: bold;
}
.compareVeryGood {
    color: #ff6060;
}
.compareGood{
    color: #ffcf00;
}
.compareBad{
    color: #3085d6;
}

.red{
    color: #ff6060;
    font-weight: bold;
}

.marker{
    background: linear-gradient(transparent 30%,#fff9cd 30%);
    font-weight: bold;
}