@charset "shift_jis";


/*---------------------------

---------------------------*/
#contents {
  width: 100%;
  text-align: center;
 }

#contents *, #contents *:before, #contents *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


/*---------------------------
title 
---------------------------*/

h1.main-title {
    margin: 0 !important;
color: #2976C6;
border-bottom: 2px solid #2976C6;
border-top: 2px solid #2976C6;
    padding: 1.5em 0;
}

h1.main-title span {
	vertical-align:middle;
	line-height:1;
	font-size:2.2em;
	font-weight:normal;
}

.ttlText {
    font-size: 1.2em;
    line-height: 1.6;
    padding: 1.2em 0;
    margin: 0;
    background-color: #f6f6f6;
    margin: 1em .5em;
}

h2.sub-title {
color: #fff;
background-color: #2976C6;
vertical-align: middle;
font-weight: normal;
font-size: 1.7em;
padding: .6em 0;
margin: 1em 0;
line-height: 1.2;
}

div.sub-title-box {
position: relative;
width: 100%;
}
a.sub-title-btn {
    display: none;
}
.sub-title-btn-img {
    display: none;
}
.ranking_part2 {
    border-bottom: 0 !Important;
}

h2.ranking_title_txt {
font-weight: normal;
}
.third-title {
    color: #2976C6;
    border-bottom: 2px solid #2976C6;
    border-top: 2px solid #2976C6;
    padding: .5em 0;
    font-size: 1.3em;
    font-weight: normal;
}


/*---------------------------
menu
---------------------------*/
.menu-box {
padding: 0 0 2em 0;
}
ul.big-menu-ul {
list-style: none;
display: inline-block;
width: 95%;
margin: 0 auto;
}
li.big-menu-list {
display: inline-block;
width: 50%;
margin: 0 0 3em 0;
}
a.big-menu-link {
display: inline-block;
width: 98%;
color: #333;
text-decoration: none;
-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;

}
img.big-menu-img {
width: 70%;
max-width: 120px;
display: inline-block;
margin: 0 auto;
border: 0;
background-repeat: no-repeat;
background-size: 100% auto;
background-position: center;
}
.big-menu-cap {
display: inline-block;
width: 100%;
font-size: 1.3em;
}
.big-menu-name {
    display: inline-block;
    width: 88%;
    font-size: 1.18em;
    background-color: #FF7200;
    color: #fff;
    border-radius: 30px;
    padding: .55em 0;
}

/* hover-deco */
a.big-menu-link:hover * {
text-decoration: none;
-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;

}
a.big-menu-link:hover .big-menu-cap {
color: #FF3600;
}
a.big-menu-link:hover .big-menu-name {
box-shadow: 0 15px 13px rgba(0,0,0,0.18);
}
a.big-menu-link:hover img.big-menu-img {
opacity :1.0;
filter: brightness(1.05);
}


/*---------------------------
item   -- spec
---------------------------*/
.item-area {
display: inline-block;
width: 95%;
margin: .5em auto 2.5em auto;
border: 1px solid #ccc;
}

.item-spec-area {
padding: 1em;
}
h3.item-title {
font-size: 1.5em;
    font-weight: normal;
    padding: .4em 0;
    background-color: #eee;
    text-align: center;
    line-height: 1.2;
}
.item-img-box {
display: inline-block;
width: 40%;
height: auto;
text-align: left;
vertical-align: top;
padding: 0 0 .5em 0;
}
.item-img {
width: 98%;
vertical-align: top;
}
.item-spec-box {
display: inline-block;
width: 58%;
}
.item-spec-ul {
list-style: none;
font-size: 1.5em;
}
.item-spec-list {
border-bottom: 1px dashed #ccc;
padding: .3em 0 .3em 1em;
}
.item-spec-list:last-child {
border-bottom: 0;
}
.spec-ttl {
display: inline-block;
width: 20%;
}
.star {
color: #f5be00;
font-size: 1.2em;
}
.no-star {
color: #eee;
font-size: 1.2em;
}



/*---------------------------
item   -- table
---------------------------*/

.sizehyou {
width: 100%;
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: grey;
    table-layout:auto;
    font-size: 1.2em;
    margin: 0 auto;
}
.sizehyou tr:hover {
background-color: #f6f6f6;
}
.sizehyou a {
color: #2976C6;
text-decoration: underline;
}
.sizehyou th {
    font-weight: normal;
    background-color: #333;
    color: #fff;
    padding: .5em 0;
    border-right: 1px solid #fff;
}
.sizehyou th:last-child {
    border-right: 0;
}
.sizehyou td {
    padding: .6em 0;
    border-right: 1px dashed #ccc;
    border-bottom: 1px solid #ccc;
}

.sizehyou td:first-child {
    padding: .4em 0 .4em .4em;
    text-align: left;
}
.sizehyou td:nth-child(3) {
    padding: .4em .4em .4em 0;
    text-align: right;
}
.sizehyou td:last-child {
    border-right: 0;
}
.sizehyou tr:last-child td {
    border-bottom: 0
}
/* price */
.price {
color: #f00;
display: inline-block;
text-align: right;
}
.price a {
color: #f00;
}
.price a.price-link {
text-decoration: none;
padding: .6em 0;
}
.tax {
font-size: .75em;
}
.postage {
display: none;
}
.itemst {
color: #999;
font-size: .85em;
}
a.item-nbr-link {
display: inline-block;
width: 100%;
padding: .6em 0;
}
a.deco-none {
color: #000;
text-decoration: none;
display: inline-block;
width: 100%;
padding: .6em 0;
}


.max-100 {
width: 100%;
}
.max-680 {
width: 100%;
}
.max-700 {
width: 100%;
}



@media screen and (max-width:480px) { 
/* ========== for iPhone ========== */
.sp-none {
display: none;
}
.sp-100 {
width: 100%;}

}



@media screen and (min-width:480px) { 
/* ========== for iPhone ========== */



}


@media screen and (min-width:768px) and ( max-width:1024px) {
/* ========== for iPad ========== */


}

@media screen and (min-width:1024px) {

/* ========== for PC ========== */

#contents {
   width: 780px;
 }
a.sub-title-btn {
    display: inline-block;
    background-color: #fff;
    color: #2976C6;
    padding: .3em .8em;
    text-decoration: none;
    font-size: 1.1em;
    vertical-align: middle;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    top: 13px;
    border: 1px solid #2976C6;
}
.sub-title-btn-img {
width: 15px;
height: 15px;
vertical-align: middle;
}
/* hover-deco */
a.sub-title-btn:hover {
    color: #f29f00;
    text-decoration: none;
    background-color: #fff;
}
a.sub-title-btn:hover .sub-title-btn-img {
opacity :1.0;
}

li.big-menu-list {
display: inline-block;
width: 25%;
margin: 0 0 1em 0;
}


.item-img-box {
width: 25%;
}
.item-spec-box {
width: 73%;
}
.item-spec-box {
text-align: left;
}
/*---------------------------
item   -- table
---------------------------*/

.sizehyou td:first-child {
    padding: 0 0 0 1em;
}
.sizehyou td:nth-child(3) {
    padding: 0 1em 0 0;
}
.sizehyou {
    font-size: 1.25em;
}
.sizehyou td {
    padding: 0;
}
.sizehyou.paper-size td {
    padding: .6em 0;
}
/* price */
.price {
width: 50%;
font-size: 1.3em;
}
.postage {
display: inline-block;
color: #FF6E00;
font-size: .9em;
display: inline-block;
width: 40%;
text-align: left;
}


.fsSS {
    font-size: 0.7em;
}
.pc-none {
display: none;
}


}








/*---------------------------
フロート解除
---------------------------*/
/* for modern brouser */
.clfx: after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* IE7,MacIE5 */
.clfx {
    display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
    height: 1%;
}
.clfx {
    display: block;
}
/**/
