@charset "UTF-8";

/* form_wrap
===================================*/

#form_wrap,
#form_wrap2{
    max-width: 80%;
    margin: 4em auto 0;
    padding: 5% 6% 2%;
    background-color: #F0EFEA;
    border-radius: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#form_wrap2{
    background-color: #F0EBD5;
    border: 4px solid #FD531F;
}

.ttl_fd{
    position: absolute;
    text-align: center;
    width: 100%;
    top: -20px;
    left: 0px;
    z-index: 11;
}

#form_wrap h4,
#form_wrap2 h4 {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    min-width: 240px;
    max-width: 100%;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #FD531E;
    border-radius: 24px;
    margin-bottom: 1.5em;
}

#form_wrap h4:before,
#form_wrap2 h4:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FD531E;
}

#form_wrap h4 span,
#form_wrap2 h4 span{
  margin: 0;
  padding: 0;
}

#form_wrap h5,
#form_wrap2 h5 {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    width: 100%;
    color: #FD531E;
    font-size: 2.0rem;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 24px;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#form_wrap p.attention,
#form_wrap2 p.attention {
    color: #FD531E;
    font-size: 2.2rem;
    font-weight: 900;
    text-align: center;
}

#form_wrap p.annotation,
#form_wrap2 p.annotation {
    color: #E10000;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2em;
}

#form_wrap p.caption,
#form_wrap2 p.caption {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
    margin-top: 5px;
}
@media only screen and (min-width:1px) and (max-width:740px) {
#form_wrap p.caption,
#form_wrap2 p.caption {
    font-size: 1.2rem;
}
}

#form_wrap p.caption span.red,
#form_wrap2 p.caption span.red{
    color: #E10000;
    font-weight: 700;
}

/* form_table
===================================*/

table.form_table{
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 40px;
}

table.form_table tr{
    border-bottom: 1px solid #FFFFFF;
}

table.form_table tr.cartype{
    border-bottom: none;
}

table.form_table th,
table.form_table td{
    padding: 1em;
    vertical-align: top;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.form_table th{
    width: 30%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    /*white-space: nowrap;*/
}

table.form_table th span.sub{
	font-size: 12px;
}

table.form_table th span.num{
	font-size: 2.0rem;
    color: #FD531E;
    margin-right: 10px;
}

table.form_table td{
	font-size: 14px;
    font-weight: 500;
    text-align: left;
}

table.form_table td p.star{
	color: #FFA500;
}

table.form_table td p.star span{
	color: #555555;
}

table.form_table td p.msg{
	text-align: center;
    color: #FD531E;
    font-size: 1.6rem;
    font-weight: 700;
}


/*** cartype ***/

table.form_table th.cartype,
table.form_table td.cartype{
	width: 100%;
	text-align: center;
    padding-left: 0;
    padding-right: 0;
}

table.form_table th.cartype{
	padding-bottom: 0;
}

table.form_table td.cartype ul{
	width: 100%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

table.form_table td.cartype li{
	width: 18%;
    margin: 1% 1%;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}

table.form_table td.cartype li img{
	max-width: 100%;
    height: auto;
    margin-bottom: 1em;
}

/*** error ***/

table.form_table td.error{
	background-color: #FFFFBF;
}
table.form_table td.error input:placeholder-shown{
	color: #E10003;
}
table.form_table td.error input::-webkit-input-placeholder{
	color: #E10003;
}
table.form_table td.error input:-ms-input-placeholder{
	color: #E10003;
}
table.form_table td.error select{
	color: #E10003;
}
#top_recruit p.error,
table.form_table td p.error{
	color: #E10003;
	font-size: 14px;
	margin-bottom: 0.5em;
}

/* form_set
===================================*/

span.required{
	color: #FFFFFF;
	background-color: #ff8000;
	font-size: 11px;
	line-height: 1;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 4px;
	font-weight: 600;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
	margin-left: 10px;
	/*float: right;*/
}

span.optional{
	color: #FFFFFF;
	background-color: #6E6E6E;
	font-size: 11px;
	line-height: 1;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 4px;
	font-weight: 600;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}

/***** common ******/

input,
select,
radiobutton,
checkbox,
textarea {
    vertical-align: middle;
	font-size: 16px;
	font-family: 'Roboto', 'Noto Sans JP', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

label{
    /*display:block;
    position:relative;
    padding-left:1em;*/
    vertical-align: middle;
}
/*
label input{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}
*/

/*input,textarea*/

input,
textarea {
    display: inline;
    vertical-align: middle;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}

input.w10{
	width: 10%;
}

input.w20{
	width: 20%;
}

input.w40{
	width: 40%;
}

input.w60{
	width: 60%;
}

input.w80{
	width: 80%;
}

input.w100{
	width: 100%;
}

input:focus {
    border:solid 1px #EEA34A;
}

/*textarea*/

textarea.w100{
	width: 100%;
}

/*focus*/

input:focus {
	border: solid 1px #EEA34A;
	text-shadow: 0px 0px;
}

/*error*/

input.error,
textarea.error{
	background-color: #FFFFBF;
	color: #E10003;
}

input.error:placeholder-shown{
	color: #E10003;
}

input.error::-webkit-input-placeholder{
	color: #E10003;
}

input.error:-ms-input-placeholder{
	color: #E10003;
}

/***** select *****

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  color: #111111;
  font-size: 16px;
  height: 40px;
  padding: 0 30px 0 8px;
  position: relative;
  width: 100%;
  z-index: 0;
}

select::-ms-expand {
  display: none;
}

.select-wrap{
	display: inline-block;
	position: relative;
	width: 200px;
}

.select-wrap::before{
  content: '';
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #111111 transparent transparent transparent;
  top: 14px;
  right: 8px;
  padding: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  width: 0;
  z-index: 1;
}
***** select *****/

/***** select *****/

select{
    padding: 0.2em 0.4em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/***** select *****/

/***** radio *****

input[type=radio] {
	vertical-align: 0em;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
	cursor: pointer;
}

.radio-inline__input:checked + .radio-inline__label {
    background: #e26070;
    color: #fff;
	font-weight: 600;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #e26070;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}
***** radio *****/

/***** input-file *****/

.filelabel{
    display: inline-block;
    position: relative;
    background-color: #31A134;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 8px;
    transition: all 0.5s;
    cursor: pointer;
}

.filelabel:hover{
    background-color: #1C741F;
}

.fileinput{
  display: none;
}

/***** btn_confirm *****/

.btn_confirm{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1.5;
    border-radius: 12px;
    background-color: #258D3F;
    /*box-shadow: 0px 2px 2px 1px #dcdcdc;*/
    border-bottom: solid 5px #17651A;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.btn_confirm img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin-left: 10px;
}

.btn_confirm:active{
    box-shadow: none;
    position:relative;
    border-bottom:none;
    top:7px;
}

.btn_confirm a{
    color: #fff;
    transition: all 0.5s;
}

.btn_confirm:hover{
    color: #fff;
    filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/***** btn_submit *****/

.btn_submit{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1.5;
    border-radius: 12px;
    background-color: #258D3F;
    border-bottom: solid 5px #17651A;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.btn_submit:active{
    box-shadow: none;
    position:relative;
    border-bottom:none;
    top:7px;
}

.btn_submit a{
    color: #fff;
    transition: all 0.5s;
}

.btn_submit:hover{
    color: #fff;
    filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/***** btn_back *****/

.btn_back {
	display: inline-block;
	width: 140px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.5;
	/*height: 64px;
	line-height: 64px;*/
	text-align: center;
	text-decoration: none;
	outline: none;
	/*position: relative;
	z-index: 2;
	overflow: hidden;*/
	background-color: #898989;
	margin: 10px 20px 0;
	border-radius: 32px;
}
/*
.btn_back::before, .btn_back::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn_back, .btn_back::before, .btn_back::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
*/
a.btn_back {
	color: #FFFFFF;
	font-weight: 500;
     transition: all 0.5s;
}
a:hover.btn_back  {
	color: #fff;
    filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*
.btn_back::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
*/
.btn_back:hover::after {
	top: 0;
	background-color: #404040;
}

/*btn_zip*/

.btn_zip{
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn_zip a{
	/*display: block;*/
	display: inline-block;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
	color: #FFFFFF;
	background-color: #888888;
	border-radius: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.btn_zip a:hover{
	background-color: #555555;
}

/* btn_set
===================================*/

#btn_set {
	width: 100%;
	margin-top: 3em;
}

#btn_set .check {
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}

#btn_set p.attention{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 0.5em;
    color: #FF0000;
    padding: 0;
}

#btn_set .btn_form p.caption{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0.5em;
    padding: 0;
}

/* Thanks
===================================*/

#form_wrap p.complete {
    font-size: 3.5rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
}

#form_wrap p.complete em{
    color: #FD531E;
    font-size: 4.6rem;
    font-weight: 900;
}

#form_wrap p.thanks {
    font-size: 4.6rem;
    font-weight: 900;
    text-align: center;
    color: #FD531E;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 11;
}

#form_wrap p.matome {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}

#form_wrap p.matome em{
    color: #FD531E;
    font-size: 3.0rem;
    font-weight: 700;
}

.thanks_ph{
    width: 100%;
    position: relative;
    margin-top: 4em;
    margin-bottom: 2em;
}

.thanks_ph img{
    position: relative;
    max-width: 100%;
    height: auto;
}

.btn_demo{
    width: 100%;
    margin-top: 2em;
}

.btn_demo ul{
    text-align: center;
}

.btn_demo li{
   display: inline-block;
}

.btn_demo li img{
    max-width: 100%;
    height: auto;
    display: block;
}

/* Ranking
===================================*/

.ranking {
    width: 100%;
}

.ranking p.rank{
    font-size: 4.6rem;
    font-weight: 900;
    color: #FD961E;
}

.ranking p.rank span{
    font-size: 2.4rem;
    font-weight: 500;
}

.ranking p.price{
    font-size: 4.6rem;
    font-weight: 900;
    color: #FD961E;
}

.ranking p.price span{
    font-size: 2.4rem;
    font-weight: 700;
}

.ranking p.rank123{
    color: #FD531E;
}

.ranking p.dealer{
    font-size: 1.6rem;
    font-weight: 500;
}
/*
.ranking p.dealer span.star{
    color: #FEDC50;
}
*/
table.top_10{
    width: 100%;
    margin-bottom: 1em;
}

table.top_10 tr{
    background-color: #FFFFFF;
    border-bottom: 6px solid #F0EFEA;
}

table.top_10 tr:nth-child(even){
	background-color: #F7F7F7;
}

table.top_10 th,
table.top_10 td{
    padding: 6px 18px;
    line-height: 1.5;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.top_10 th{
    text-align: right;
    width: 120px;
    white-space: nowrap;
}

table.top_10 th.no1{
    position: relative;
}

.icon_crown{
    width: 100%;
    text-align: right;
    position: absolute;
    top: -48px;
    left: 0px;
    z-index: 11;
}

table.top_10 td{
    text-align: left;
}

table.top_10 td.price{
    text-align: right;
    width: 200px;
    white-space: nowrap;
}

/*** ランク外 ***/

table.lower_10{
    width: 100%;
    margin-bottom: 3em;
}

table.lower_10 tr{
    background-color: #F7F7F7;
    border-bottom: 4px solid #F0EFEA;
}

table.lower_10 tr:nth-child(even){
	background-color: #E9E9E9;
}

table.lower_10 th,
table.lower_10 td{
    padding: 6px 18px;
    line-height: 1.5;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.lower_10 th{
    text-align: right;
    width: 120px;
    white-space: nowrap;
}

table.lower_10 td{
    text-align: left;
}

table.lower_10 td.price{
    text-align: right;
    width: 200px;
    white-space: nowrap;
}

.ranking p.lower{
    font-size: 2.0rem;
    font-weight: 700;
    color: #FD961E;
}

.ranking p.lower span{
    font-size: 1.6rem;
    font-weight: 500;
}

/* review
===================================*/

#review {
    width: 100%;
    background-color: #F0EFEA;
}

#review .inner {
    padding-top: 3em;
    padding-bottom: 3em;
}

#review ul {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#review li {
    width: 23%;
    margin: 1% 1%;
    padding: 2em;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

#review h4{
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}

#review p.dealer{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0.5em;
}

#review p.dealer span.star{
    color: #FEDC50;
    /*margin-left: 20px;*/
}

#review p.caption{
    font-size: 1.4rem;
    text-align: justify;
     margin-bottom: 0.5em;
}

#review p.more{
    font-size: 1.4rem;
    text-align: center;
    margin-top: auto;
}







/* ==============================================================================
[Media Queries] 
============================================================================== */

@media only screen and (min-width:1px) and (max-width:740px) {

/* form_wrap
===================================*/

#form_wrap,
#form_wrap2{
    max-width: 100%;
    padding: 3em 1% 1%;
}

#form_wrap2{
    border: 2px solid #FD531F;
}

#form_wrap h4,
#form_wrap2 h4 {
    padding: 6px 12px;
    min-width: 200px;
    max-width: 100%;
    font-size: 1.6rem;
    border-radius: 24px;
}

#form_wrap p.attention,
#form_wrap2 p.attention {
    font-size: 2.0rem;
}
    
/* form_table
===================================*/

table.form_table th{
	width: 100%;
    display: block;
	font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 0;
}

table.form_table td{
    width: 100%;
    display: block;
	font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-top: 0.5em;
}

/*** cartype ***/

table.form_table td.cartype li{
	width: 23%;
    margin: 1% 1%;
    font-size: 12px;
}

/* Thanks
===================================*/

#form_wrap.thanks {
    padding: 3em 4% 1%;
}

#form_wrap p.complete {
    font-size: 2.6rem;
}

#form_wrap p.complete em{
    font-size: 3.6rem;
}

#form_wrap p.thanks {
    font-size: 3.6rem;
    top: -30px;
}

#form_wrap p.matome {
    font-size: 1.6rem;
}

#form_wrap p.matome em{
    font-size: 2.2rem;
}

/* Ranking
===================================*/

.ranking p.rank{
    font-size: 3.6rem;
}

.ranking p.rank span{
    font-size: 2.0rem;
}

.ranking p.price{
    font-size: 3.6rem;
}

.ranking p.price span{
    font-size: 2.0rem;
}

.ranking p.dealer{
    font-size: 1.6rem;
}

table.top_10 th,
table.top_10 td{
    padding: 6px 12px;
}

table.top_10 th{
    width: 90px;
}

table.top_10 td.price{
    width: 160px;
}

/*** ランク外 ***/

table.lower_10 th,
table.lower_10 td{
    padding: 6px 12px;
}

table.lower_10 th{
    width: 90px;
}

table.lower_10 td.price{
    width: 160px;
}

.ranking p.lower{
    font-size: 1.8rem;
}

.ranking p.lower span{
    font-size: 1.4rem;
}

/* review
===================================*/

#review {
    width: 100%;
    background-color: #F0EFEA;
}

#review .inner {
    padding-top: 3em;
    padding-bottom: 3em;
}

#review li {
    width: 48%;
    margin: 1% 1%;
}

} /*@mediaEnd*/







/* ==============================================================================
[Media Queries] 
============================================================================== */

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

/* form_wrap
===================================*/

#form_wrap,
#form_wrap2{
    margin: 3em auto 0;
}
    
#form_wrap h4,
#form_wrap2 h4 {
    padding: 4px 8px;
    min-width: 160px;
    max-width: 100%;
    font-size: 1.6rem;
    border-radius: 16px;
}

#form_wrap p.attention,
#form_wrap2 p.attention {
    font-size: 1.8rem;
}

/* form_table
===================================*/

table.form_table th{
	font-size: 12px;
}

table.form_table td{
	font-size: 12px;
}

/*** cartype ***/

table.form_table td.cartype li{
	width: 46%;
    margin: 2% 2%;
    font-size: 10px;
}

/***** common ******/

input,
select,
radiobutton,
checkbox,
textarea {
	font-size: 14px;
}

/***** btn_confirm *****/

.btn_confirm{
    padding: 10px 30px;
    font-size: 2.0rem;
    line-height: 1.5;
}

/***** btn_submit *****/

.btn_submit{
    padding: 10px 30px;
    font-size: 2.0rem;
    line-height: 1.5;
}

/***** btn_back *****/

.btn_back {
	width: 140px;
	/*height: 64px;
	line-height: 64px;
	border-radius: 32px;*/
	font-size: 2.0rem;
}

/* btn_set
===================================*/

#btn_set {
	margin-top: 2em;
}

#btn_set p.read{
	font-size: 12px;
}

#btn_set .check {
	margin-bottom: 1em;
	font-size: 12px;
}
    
#btn_set p.attention{
    font-size: 1.8rem;
}

#btn_set .btn_form p.caption{
    font-size: 1.4rem;
}
    
/* Thanks
===================================*/

#form_wrap p.complete {
    font-size: 1.4rem;
}

#form_wrap p.complete em{
    font-size: 1.8rem;
}

#form_wrap p.thanks {
    font-size: 2.2rem;
    top: -20px;
}

#form_wrap p.matome {
    font-size: 1.1rem;
}

#form_wrap p.matome em{
    font-size: 1.4rem;
}

#form_wrap p.annotation,
#form_wrap2 p.annotation {
    font-size: 1.4rem;
}

.thanks_ph{
    margin-top: 2em;
}

.btn_demo li{
    width: 50%;
}

/* Ranking
===================================*/

.ranking p.rank{
    font-size: 2.4rem;
}

.ranking p.rank span{
    font-size: 1.4rem;
}

.ranking p.price{
    font-size: 2.4rem;
}

.ranking p.price span{
    font-size: 1.4rem;
}

.ranking p.dealer{
    font-size: 1.4rem;
}

table.top_10 th,
table.top_10 td{
    padding: 4px 8px;
}

table.top_10 th{
    width: auto;
}

table.top_10 td.price{
    width: auto;
}

.icon_crown{
    top: -20px;
}

.icon_crown img{
    max-width: 80%;
    height: auto;
}
    
    
/*** ランク外 ***/

table.lower_10 th,
table.lower_10 td{
    padding: 4px 8px;
}

table.lower_10 th{
    width: auto;
}

table.lower_10 td.price{
    width: auto;
}

.ranking p.lower{
    font-size: 1.6rem;
}

.ranking p.lower span{
    font-size: 1.2rem;
}

/* review
===================================*/

#review .inner {
    padding-top: 2em;
    padding-bottom: 2em;
}

#review li {
    width: 98%;
    margin: 1% 1%;
}

#review p.caption{
    font-size: 1.2rem;
}

#review p.more{
    font-size: 1.2rem;
}

    
} /*@mediaEnd*/

