@charset "utf-8";

/* ======== common ======== */

body{
	color: #333333;
}

a,a:hover{
	color: #FF9900;
}

.contents{
	width: 1000px;
	margin: 0 auto;
}

header{
	height: 80px;
}

.sp header{
	height: auto;
}

header .logo{
	float: left;
	margin:30px 0 0 10px;
}

.sp header .logo{
	margin: 5px ;
}

header p{
	margin: 45px 0 0 20px;
	float: left;
}

header .ec{
	margin:45px 10px 0 0;
	float: right;
}

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

header ul li{
	line-height: 20px;
	margin-bottom: 3px;
}

header ul li img{
	margin-right: 5px;
	height: 20px;
	width: 20px;
}

select{
  height:34px;
  width:100%;
  border: 1px solid #CCCCCC;
  -webkit-appearance: listbox;
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==); /* a simple arrow img */
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  padding-left: 5px;
}

.box{
	border-top: solid 3px #FF9900;
	height: 60px;
	background: url(../img/bg.png) repeat ;
}

.box .form-group{
	display: inline;
}

.box select{
	margin: 13px 0 0 15px;
	width: 250px;
}

.box input{
	margin: 13px 0 0 5px;
	width: 500px;
}

.box button{
	margin: 13px 0 0 5px;
}

.box button .glyphicon{
	margin-right: 5px;
}

/** SP版 **/

.sp .contents{
	width:auto;
}

.sp .box{
	height: auto;
}

.sp .box .keyword{
	padding: 5px;
}

.sp .box input{
	width: 100%;
	margin: 0;
}

.sp .box select{
	margin: 0 5px 5px 5px;
	width: 65%;
}

.sp .box button{
	margin: 0 0 5px 0;
	width: 30%;
}

.info{
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #CCCCCC;
}

.info .pankuzu{
	float: left;
}

.info .pankuzu a{
	margin-right: 10px;
}

.info .count{
	float: right;
}

.sp .info .count{
	float: left;
	margin-left: 5px;
}

.sp .option{
	margin-top: 30px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	background: #EEEEEE;
	color: #777777;
}

footer {
    border-top: solid 3px #FF9900;
    width: 1000px;
    margin: 0 auto;
     margin-top: 50px;
    padding: 3px 0 3px 0;
    text-align: center;
    background: url(../img/bg.png) repeat ;
}

.sp footer{
	width: auto;
	margin-top: 0;
}

.btn-custom {
    background-color: #FF9900;
    border-color: #FA9700;
    color: #FFFFFF;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active{
    background-color: #F49400;
    border-color: #EA8E00;
    color: #FFFFFF;
}

/* ========== notfound ========== */

.notfound{
	height: 200px;
}

.notfound div{
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

/* ========== top ========== */
.top{
	padding-top: 50px;
}

.top .contents{
	width:auto;
}

.top .logo{
	margin-bottom: 25px;
}

.top .search{
	margin-top: 25px;
}

.top .input{
	width: 250px;
	margin:0 auto;
	margin-bottom: 20px;
}

.top select{
	width: 250px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.top .btn{
	margin:0 auto;
}

.top .btn .glyphicon{
	margin-right: 5px;
}

.top .copylight{
	text-align: center;
	width: auto;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
	color: #CCCCCC;
}

/* ========== search ========== */

.search .result .line{
	border-bottom: dotted 1px #666666;
}

.search .result .line .item{
	width:250px;
	padding: 20px 20px 15px 20px;
	float: left;
}

.search.sp .result .item{
	width:100%;
	height: auto;
	padding: 0;
	display: table;
	border-bottom: 1px solid #CCCCCC;
}

.search .result .line .item div{
	float:left;
}

.search .result .line .item .num{
	width:30px;
	color: #AAAAAA;
	font-size: 95%;
}

.search .result .line .item .picture{
	width:150px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
	line-height: 150px;
}

.search.sp .result .item .picture{
	width:130px;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 130px;
}

.search .result .line .item .picture img{
	max-height: 150px;
	max-width: 150px;
	vertical-align: middle;
}

.search.sp .result .item .picture img{
	max-height: 110px;
	max-width: 110px;
	vertical-align: middle;
}

.search.sp .result .item .content{
	width: auto;
	display: table-cell;
    padding: 10px 0 0 0;
}

.search .result .line .item .caption{
	width: 100%;
	height: 4.5em;
	margin-top: 10px;
}

.search.sp .result .item .title{
	width: auto;
	height: 3.5em;
}

.search .result .line .item .caption a{
	color:#333333;
}

.search .result .line .item .caption a:hover{
	color:#333333;
	text-decoration: none;
}

.search .result .line .item .button{
	width: 100%;
	margin-top: 5px;
}

.search.sp .result .item .button{
	width: 100%;
	margin-top: 15px;
}

.search .paging{
	margin: 10px 0 0 0;
	text-align: center;
}

.search .paging .back{
	margin-right: 20px;
}


/* ========== best-price ========== */

.best-price .info{
	border: 0;
}

.best-price .main{
	float: left;
}

.best-price .main .item-list{
	width: 800px;
	float: left;
}

.best-price.sp .main .item-list{
	width: 100%;
}

.best-price .main .item-list div{
	float: left;
}

.best-price.sp .main .item-list div{
	float:none;
}

.best-price .main .item-list .best-item{
	width: 780px;
	padding: 20px;
	border-top: dotted 1px #666666;
}

.best-price .main .item-list .best-item.top{
	border-top: solid 1px #CCCCCC;
}

.best-price .main .item-list .best-item.last{
	border-bottom: dotted 1px #666666;
}

.best-price .main .item-list .best-item .num{
	width:30px;
	color: #AAAAAA;
	font-size: 110%;
}

.best-price .main .item-list .best-item .picture{
	width:150px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
	line-height: 150px;
}

.best-price .main .item-list .best-item .picture img{
	max-height: 150px;
	max-width: 150px;
	vertical-align: middle;
}

.best-price .main .item-list .best-item ul{
	width:540px;
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
	float: left;
}

.best-price .main .item-list .best-item ul li.name{
	height: 4em;
	font-size: 120%;
}

.best-price .main .item-list .best-item ul li.name a{
	color: #333333;
}

.best-price .main .item-list .best-item ul li.price{
	font-size: 160%;
}

.best-price .main .item-list .best-item ul li.price span{
	color: #BF0000;
}

.best-price .main .item-list .best-item ul li.shop{
	margin-top: 10px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 120%;
}

.best-price .main .item-list .best-item ul li.shop span{
	float: right;
}

.best-price .main .item-list .best-item .amazon img{
	float: right;
}

.best-price .main .item-list .best-item .amazon table{
	width:710px !important;
}

.best-price .main .item-list .best-item .amazon table img{
	float: none;
}

.best-price .main .item-list .best-item .amazon table td:first-child{
	width: 150px;
	text-align: center;
}

.best-price .main .item-list .best-item .amazon table td:first-child img{
	max-height: 150px;
	max-width: 150px;
}
 
.best-price .main .item-list .best-item .amazon table td{
	font-size: 17px !important;
	padding: 0 !important;
}

.best-price .main .item-list .best-item .amazon table td p{
	padding-left: 20px !important;
}

.best-price .main .item-list .best-item .amazon table td p:nth-child(2){
	font-size: 22px;
	font-weight: normal !important;
	color: #333333 !important;
}

.best-price .main .item-list .best-item .amazon table td p a{
	color: #333333 !important;
}

.best-price.sp .main .item-list .best-item .amazon table td p a{
	color: #ff9900 !important;
}

.best-price .main .item-list .best-item .amazon table td p img{
	max-height: 30px;
	max-width: 30px;
}

.best-price .main .item-list .best-item .amazon table td p span img{
	max-height: none;
	max-width: none;
	float: right;
}

.best-price .main .item-list .item{
	width: 780px;
	padding: 20px;
	border-top: dotted 1px #666666;
}

.best-price.sp .main .item-list .item{
	width: 100%;
	display: table;
	padding: 5px;
	border-top: solid 1px #CCCCCC;
	clear: left;
}

.best-price .main .item-list .item.last{
	border-bottom: dotted 1px #666666;
}

.best-price.sp .main .item-list .item.last{
	border-bottom: none;
}

.best-price .main .item-list .item .num{
	width:30px;
	color: #AAAAAA;
	font-size: 95%;
}

.best-price .main .item-list .item .picture{
	width:120px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
	line-height: 120px;
}

.best-price.sp .main .item-list .item .picture{
	width:110px;
	height: 110px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 110px;
}

.best-price .main .item-list .item .picture img{
	max-height: 120px;
	max-width: 120px;
	vertical-align: middle;
}

.best-price.sp .main .item-list .item .picture img{
	max-height: 110px;
	max-width: 110px;
	vertical-align: middle;
}

.best-price .main .item-list .item ul{
	width:570px;
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
	float: left;
}

.best-price.sp .main .item-list .item .content{
	width:auto;
	display: table-cell;
	padding: 0 0 0 20px;
	margin: 0;
}

.best-price .main .item-list .item .name{
	height: 3.5em;
}

.best-price.sp .main .item-list .item .name{
	height: 3em;
	width: auto;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.best-price .main .item-list .item .name a{
	color: #333333;
}

.best-price.sp .main .item-list .item .name a{
	color: #ff9900;
}

.best-price .main .item-list .item .price{

}

.best-price .main .item-list .item .price span{

}

.best-price .main .item-list .item .shop{
	margin-top: 10px;
	line-height: 40px;
	vertical-align: middle;
}

.best-price.sp .main .item-list .item .shop{
	margin-top: 10px;
	line-height: 20px;
	vertical-align: middle;
}

.best-price .main .item-list .item .shop .site{
	max-height: 20px;
	max-width: 20px;
}

.best-price .main .item-list .item .shop span{
	float: right;
}

.best-price .main .item-list .item .amazon img{
	float: right;
}

.best-price .main .item-list .item .amazon table{
	width:710px !important;
}

.best-price.sp .main .item-list .item .amazon table{
	width:auto !important;
}

.best-price .main .item-list .item .amazon table img{
	float: none;
}

.best-price .main .item-list .item .amazon table td:first-child{
	width: 120px;
	text-align: center;
}

.best-price .main .item-list .item .amazon table td:first-child img{
	max-height: 120px;
	max-width: 120px;
}
 
.best-price .main .item-list .item .amazon table td{
	font-size: 14px !important;
	padding: 0 !important;
}

.best-price .main .item-list .item .amazon table td p{
	padding-left: 20px !important;
}

.best-price .main .item-list .item .amazon table td p:nth-child(2){
	font-weight: normal !important;
	color: #333333 !important;
}

.best-price .main .item-list .item .amazon table td p a{
	color: #333333 !important;
}

.best-price.sp .main .item-list .item .amazon table td p a{
	color: #ff9900 !important;
}

.best-price .main .item-list .item .amazon table td p img{
	max-height: 20px;
	max-width: 20px;
}

.best-price .main .item-list .item .amazon table td p span img{
	max-height: none;
	max-width: none;
	float: right;
}

.best-price .main .right-nav{
	width:200px;
	float: left;
}

.best-price .main .right-nav .app{
	width:200px;
	padding: 5px 0 5px 0;
	border: solid 2px #FF9900;
	border-radius: 5px;
	color: #FF9900;
	font-size: 110%;
	text-align: center;
}

.best-price .main .right-nav .store{
	display: block;
	width:200px;
	margin: 10px 0;
	padding: 5px 0 5px 0;
	border: 0;
	background-color: #FF9900;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 110%;
	text-align: center;
}

.best-price .main .right-nav .keyword{
	width:200px;
	border: 1px solid #CCCCCC;
}

.best-price .main .right-nav .keyword .title{
	width:100%;
	padding: 2px 0 2px 0;
	background-color: #CCCCCC;
	text-align: center;
	color: #555555;
}

.best-price .main .right-nav .keyword ul{
	width:200px;
	padding: 5px 0 5px 10px;
	margin: 0;
	list-style: none;
}

.best-price .main .right-nav .keyword ul li{
	width:180px;
	margin: 2px 0 2px 0;
}

.best-price .main .right-nav .keyword ul li.more{
	text-align: right;
}

.best-price .main .right-nav .keyword ul li a{
	color: #555555;
}

.best-price .main .right-nav .rakuten{
	width:200px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}

.best-price .main .right-nav .rakuten .title{
	width:100%;
	padding: 2px 0 2px 0;
	background-color: #CCCCCC;
	text-align: center;
	color: #555555;
}

.best-price .main .right-nav .rakuten iframe{
	width:198px;
}

/* ========== history ========== */

.history .info{
	border-bottom: 0;
}

.history .date{
	width: 100%;
	padding: 5px 0 5px 10px;
	background: #DDDDDD;
	float: left;
}
.history .keyword{
	width: 100%;
	float: left;
}

.history .keyword ul{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.history .keyword ul li{
	padding: 10px 0 10px 30px;
	float: left;
}