body, td {
	color: #333333;
}
header {
	padding-top: 0;
	background-color: #2C6EBD;
}

footer {
	font-size: 80%;
	background-color: #F7F8F9;
}

li {
	padding-left: 0;
}

nav li {
	padding-left: 0;
}

caption {
	font-style: normal;
}

th {
	color: #FFFFFF;
	background-color: #2C6EBD;
}

h1 {
	font-size: 120%;
	line-height: 150%;
}

h2 {
	font-size: 120%;
	display: inline;
}

h3 {
	font-size: 90%;
	font-weight: normal;
	text-align: center;
}

a {
	color: #2D7ED4;
}

.clear {
	clear: both;
}

nav , nav li {
  background-color: #2C6EBD; 
	color: #FFFFFF;
}

nav a {
	color: #FFFFFF;
}

.navbar-brand a {
	display: block;
}

.navbar-collapse {
	float: right;
}

.col-nav {
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-container {
	-webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	margin: 0;
}

.fa-white {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-left: 0px;
	padding: 5px;
}

.fa-white2 {
	color: #FFFFFF;
	padding: 5px;
}


.table-hover tbody {
	cursor: pointer;
}

.table-striped tr:nth-of-type(even) { 
  background: #EBF2FA; 
}

/* Result Layout */
.r_price {
	font-size: 150%;
	color: #FF0000;
	font-weight: bold;
	margin-right: 10px;
}

.r_price span {
	font-size: 64%;
	color: #000000;
	font-weight: normal;
	margin-right: 3px;
}

.r_shop {
	font-size: 100%;
	margin-right: 10px;
}

.r_shop span {
	font-size: 80%;
	margin-right: 3px;
}

.r_maker {
	font-size: 80%;
	float:left;
	margin-right: 10px;
}

.r_maker span {
	margin-right: 3px;
}

.r_range {
	font-size: 80%;
	float:left;
	margin-right: 10px;
}

.r_range span {
	margin-right: 3px;
}

.r_shops {
	font-size: 80%;
	float:left;
	margin-right: 10px;
}

.r_shops span {
	margin-right: 3px;
}

.r_mprice {
	font-size: 80%;
	float:left;
	margin-right: 10px;
}

.r_mprice span {
	margin-right: 3px;
}

.r_manual {
	font-size: 80%;
	float:left;
	margin-right: 10px;
}

.r_manual span {
	margin-right: 3px;
}

.r_update {
	font-size: 80%;
	float:left;
	margin-right: 10px;
}

.r_update span {
	margin-right: 3px;
}

.r_cat {
	font-size: 80%;
	float:left;
	margin-right: 10px;
}

.r_cat span {
	margin-right: 3px;
}

/* Table Layout */

th {
	white-space: nowrap;
	padding: 10px 8px;
}

td {
	line-height: 150%;
	padding: 10px 4px;
}

.rank {
	width: 25px;
	white-space: nowrap;
	text-align: center;
}

.rank_symbol {
	width: 25px;
	text-align: center;
}

.fa-rank1 {
	color: #FFD700;
	font-weight: bold;
}

.fa-rank2 {
	color: #C0C0C0;
	font-weight: bold;
}

.fa-rank3 {
	color: #C47222;
	font-weight: bold;
}


.rank1 {
	color: #FFD700;
	font-weight: bold;
}

.rank2 {
	color: #C0C0C0;
	font-weight: bold;
}

.rank3 {
	color: #C47222;
	font-weight: bold;
}

.td_price {
	white-space: nowrap;
	font-size: 120%;
	color: #FF0000;
}

.td_deg {
	white-space: nowrap;
	font-size: 80%;
}

.td_mall {
	white-space: nowrap;
	margin: 5px 0;
}

.td_shop {
	word-break: break-all;
	margin: 5px 0;
}

.post {
	width: 20px;
	white-space: nowrap;
	font-size: 80%;
}

.detail {
	width: 20px;
	white-space: nowrap;
}





.item_left {
	width: 190px;
	float: left;
	text-align: center;
}
.item_left img{
	width: 175px;
	border: 1px solid #DDD;
	padding: 5px;
	margin: 3px 3px 0px 3px;
}
.item_left .cap{
	font-size: 60%;
	word-break: break-all;
}

.item_mid {
	float: left;
	margin: 0 5px;
	width: 50%;
}

.item_right {
	float: right;
	margin: 0;
}

@media (max-width: 1023px){
	.navbar-collapse {
		clear: both;
		float: left;
	}
}

@media (max-width: 768px){
	.item_right {
		width: 100%;
	}
}

@media (max-width: 468px){
	.item_mid {
		width: 75%;
	}
}

@media (max-width: 468px){
	.item_left {
		width: 100%;
		text-align: center;
	}
	.item_left img{
		width: 175px;
		border: 1px solid #DDD;
		padding: 5px;
		margin: 3px auto 0px auto;
	}
	.item_mid {
		width: 100%;
		margin-bottom: 15px;
	}

	.td_price {
		font-size: 100%;
	}

	.td_mall {
		font-size: 90%;
	}

	.td_shop {
		font-size: 90%;
	}

	.title {
		font-size: 85%;
	}

	.td_cat {
		font-size: 85%;
	}

	.t_wide {
		display: none;
	}

}


.btn-mod {
    box-sizing: border-box;
    color: #FFF;
    background: #2C6EBD none repeat scroll 0% 0%;
    border: 2px solid transparent;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 0px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    font-size: 80%;
		font-weight: 700;
    margin: 20px 0;
    width: 100%;
    padding: 10px 13px;
    text-align: center;
}

.btn-mod a {
	color: #FFF;
}

.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
		font-weight: 700;
    color: #FFF;
    background: rgba(0,0,0, .7);
    text-decoration: none;
    outline: none;
}
.btn-mod:active{
    cursor: pointer !important;
}

.r_detail {
	background-color: #FF0000;
	margin-top: 0px;
}




.spec_table table {
	width: 100%;
}
.spec_table th {
	width: 20%;
	text-align: center;
}
.spec_table td {
	width: 30%;
	text-align: center;
}

.spec_table tr:first-child {
	border-top: 1px solid #95a5a6;
}

@media only screen and (max-width:768px){
	.table-responsive caption, .table-responsive caption[data-position="top"] {
		border-bottom: none;
		border-spacing: 0;
		background-color: #FFF;
	}
}

@media only screen and (max-width:480px){
	.table-responsive caption, .table-responsive caption[data-position="top"] {
		border-bottom: none;
		border-spacing: 0;
		background-color: #FFF;
	}
	.spec_table {
		margin: 0 -10px;
	}
	.spec_table th, .spec_table td {
		width: 100%;
		display: block;
		border-top: none;
		border-spacing: 0;
		text-align: left;
	}
	.spec_table tr:first-child th {
		border-spacing: 2px;
		border-top: none;
	}
}


.pic img {
    width: 75px;
    border: 1px solid #DDD;
    padding: 3px;
    margin: 1px;
}


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

.pager,
.pager li {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.pager li {
	display: inline-block;   
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}

* html .pager li {
	display: inline;
	zoom: 1;
}

.pager li a,
.pager li span {
	display: block;
	background: #eeeeee;
	border: solid 1px #dcdcdc;
	padding: 0 5px;
	min-width: 30px;
	width: auto !important;
	width: 30px;
	height: 30px;
	font-size: 13px;
}

.pager li span {
	background: #739dda;
	border: solid 1px #4d6992;
	color: #ffffff;
}

.pager li a:link,
.pager li a:visited,
.pager li a:active,
.pager li a:hover {
	text-decoration: none;
	color: #000000;
}
	
.pager li a:hover {
	background: #dcdcdc;
}

.count {
	margin: 5px 0;
	font-size: 80%;
	clear: both;
}

.count_left {
	float: left;
}

.count_right {
	float: right;
}

.count form {
	padding: 0;
	margin: 0;
}

.count select {
	display: inline;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 0px;
	background-color: #ECF0F1;
	font-size: 100%;
}

.count option {
	height: 100%;
	padding: 0px;
	line-height: 0px;
}

.count label {
	display: inline;
	font-weight: 100;
	white-space: nowrap;
}

input[type="checkbox"] {
	width: 20px;
	padding: 0 5px 0 0;
	margin-left: 5px;
}

.alert.alert-info {
	color: #333;
	font-size: 80%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.ads {
	width: 300px;
	height: 250px;
	text-align: center;
	margin-bottom: 15px;
	float: left;
}

.ad {
	width: 50%;
	height: 250px;
	text-align: center;
	margin-bottom: 15px;
	float: left;
}

.ads300 {
	width: 50%;
	text-align: center;
	margin-bottom: 15px;
	float: left;
}
.ads300_in {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.side {
	width: 300px;
	margin-bottom: 15px;
	clear: both;
}

ul.side_list {
	margin: 0;
	padding: 0;
}

ul.side_list li {
	list-style: none;
	float: left;
	font-size: 80%;
	margin: 5px;
}

.panel-body {
	display: table-cell;
	padding: 0;
}


@media (max-width: 1023px){
	.side {
		width: 100%;
	}
	.ads {
		width: 50%;
	}
	.ads300 {
		width: 50%;
	}
	.no-margin {
		margin-top: 15px;
	}
	.social-button-area {
		width: 50%;
	}
}

@media (max-width: 640px){
	.ads {
		width: 100%;
	}
	.ads300 {
		width: 100%;
	}
	.ad {
		width: 100%;
	}
	.smp {
		display: none;
	}
	.no-margin {
		margin-top: 15px;
	}
	.social-button-area {
		width: 100%;
	}
}

.copy {
	text-align: center;
}

.bottom {
	margin-bottom: 15px;
}

label {
	cursor: pointer;
}

ul.social-button {
	display: block;
	padding: 3px 3px 0px 3px;
	margin: 5px 0px 0px 0px;
}
.social-button li {
	display: inline-block;
	vertical-align: top;
}
.social-button-area {
	clear: both;
	width: 300px;
	margin: 15px 0px;
	padding: 0;
	border: 1px solid #c0c0c0;
	text-align: center;
}
.social-button {
	display: inline;
}
.social-button li {
	display: inline-block;
	vertical-align: top;
	margin-right: 3px; /* ←付け足す */
	padding: 0;
}
.social-button li:last-child {
	margin-right: -10px; /* ←付け足す */
}


@media (max-width: 1023px){
	.social-button-area {
		width: 50%;
	}
}

@media (max-width: 640px){
	.social-button-area {
		width: 100%;
	}
}

.breadcrumb ul {
}
.breadcrumb li {
  display: inline-block;
  list-style: none;
  line-height: 150%;
  font-size: 0.9em;
}

h1 {
	font-weight: 700;
	margin-bottom: 5px;
}

.no-margin {
	margin-top: 0;
}

dd {
	font-size: 90%;
	line-height: 200%;
}
.imobile_infeed_spot{
	display: block;
	width: 300px;
}
.imobile_infeed_title{
	font-size:80% !important;
	line-height:1.2 !important;
	text-align: left;
}
  /*ステップ５*/
.imobile_infeed_description {
	font-size:70% !important;
	line-height:1.2 !important;
	text-align: left;
}


 /* 下部　ランダム表示部分 */
.rnd {
	display: block;
	text-align: center;
	padding: 0;
}

ul#rnd_list {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul#rnd_list li{
	float: left;
	width: 18%;
	display: block;
	padding: 1%;
	margin: 0 1% 15px 1%;
	text-align: center;
	border: 1px solid #CCCCCC;
}

#rnd_list img {
		width: 100px;
    border: 1px solid #DDD;
    padding: 3px;
    margin: 1px;
}

.rnd_title {
    font-size: 80%;
		line-height: 150%;
		display: block;
		width: 100%;
}

.rnd_price {
		white-space: nowrap;
    font-size: 80%;
    color: #FF0000;
		line-height: 150%;
		display: block;
		width: 100%;
}

@media (max-width: 480px){
	ul#rnd_list li{
		width: 100%;
		padding: 5px;
		margin: 5px 0;
		text-align: left;
	}

	#rnd_list img {
		float: left;
		width: 70px;
		margin-right: 10px;
	}

	.rnd_title {
		padding: 5px 5px 0 5px;
	}

	.rnd_price {
		padding: 0 5px 5px 5px;
		text-align: right;
	}

}

.panel > .abouts {
	font-size: 80%;
}

dt {
    font-size: 100%;
    font-weight: 100;
    font-style: normal;
    line-height: 2.333333333;
    color: #000000;
}

dd {
    font-size: 100%;
    line-height: 200%;
}
dd {
    margin-left: 0;
    padding-left: 0;
    border-left: 0px solid #95a5a6;
}
