@charset "shift_jis";

.priceBox{
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 20px;
}
.priceBox.sm{
	font-size: 100%;	
}
.productPice .productBtn{
	margin: 10px 0 0 0;
}
.productPice .productBtn a {
    color: #FFF;
	font-size: 120%;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 18px;
    border: none;
    border-radius: 1px;
    background: #5787f4;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-bottom: 10px;
    margin-right: 10px;
	text-decoration: none;
	width: 250px;	
}

.fl{
	float: left;
	display: inline;
	width: 450px;
}
.fl.ml{
	margin:0 0 0 250px;
}
.fl .priceBox{
	font-size: 100%;
}
.productPice .productBtn a:hover,
.productPice .productBtn a:focus {
  color: #fff;
  text-decoration: none;
  background: #8aacf6;
  transition: background 0; }

.storePrice{
	padding: 10px;
}
.storePrice .storeBtn a {
    color: #FFF;
	font-size: 120%;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 18px;
    border: none;
    border-radius: 1px;
    background: #f5683a;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-bottom: 10px;
    margin-right: 10px;
	text-decoration: none;
	width: 250px;
}

.storePrice strong{
	font-size: 200%;
	color: #cc0000;
}


.storePrice .storeBtn a:hover,
.storePrice .storeBtn a:focus {
  color: #fff;
  text-decoration: none;
  background: #f7886c;
  transition: background 0; }

.kikitoriBnr{
	width: 1000px;
	margin: 0 auto 50px auto;
	text-align: center;
}

.kikitoriBnr img{
	width: 100%;
}

.portalLink{
	text-align: right;
	padding-top: 8px;
	vertical-align: middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.portalLink{
	text-align: right;
	padding-top: 19px;
	vertical-align: middle;
}
}
.portalLink a {
    font-size: 16px;
    line-height: 1.0;
    color: #fff;
    /* color: #616465; */
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
	text-decoration: none;
}
.portalLink rt{
	font-size: 10px;
}
.portalLink a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.portalLink a:before {
    position: relative;
    display: inline-block;
    top: 1px;
    margin-right: 5px;
    width: 5px;
    height: 9px;
    background-image: url(../images/header_arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 5px 9px;
    content: '';
	text-decoration: none;
}

.priceBox .note{
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	margin: 20px 0 0 30px;
}
.bgbtm{
	position: relative;
    width: 1048px;
    height: 45px;
    margin: 0 auto;}