@charset "shift_jis";
/* CSS Document */
html {
    overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, nav {
    margin: 0;
    padding: 0;
}

input,
textarea {
	padding: 5px;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: "";
}
object, embed {
    vertical-align: top;
}
hr, legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
abbr, acronym, fieldset {
    border: 0 none;
    vertical-align: bottom;
}
img {
    vertical-align: middle;
}
li {
    list-style-type: none;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font-family: "qMmpS Pro W3",Hiragino Kaku Gothic Pro,"CI",Meiryo,Arial,Helvetica;
    font-size: 12px;
    line-height: 1.5;
}
* + html body {
    font-family: "メイリオ","Meiryo";
}
html {
    overflow-y: scroll;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
}
img {
    border: 0 none;
}
li {
    list-style-type: none;
}

a {
    color: #45B3DC ;
	text-decoration: none;
   
}

.clfx:after {
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
}

#wrapper {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

body > #wrapper {
    height: auto;
}


#contents {
    margin-bottom:25px;
}


* {
    margin: 0;
    padding: 0;
}

.aqua{color:#45B3DC;}

.pink{color: #F2156E;}

.blue {
    color: #0850A3;
}
.blue_b {
    color: #0850A3;
    font-size: 13px;
    font-weight: bold;
}
.red {
    color: #CD0D1A;
}
.ore {
    color: #FF6000;
}
.green {
    color: #63A20D;
}
.under {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}

.bar1 {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
}


/* ヘッダー部分 */

.headerArea {
    margin: 10px 10px 6px 10px;
}
header #siteLogo {
    float: left;
}

header nav {
    float: right;
	margin-top:10px;
}
header nav li {
    float: left;
    margin-left: 8px;
    position: relative;
}

header:after, header ul:after {
    clear: both;
    content: "";
    display: block;
}

#searchArea {
	background: -moz-linear-gradient(top, #bdbab3 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbab3), color-stop(100%,#666666));
    overflow: hidden;
    padding: 5px;
	clear: both;
}
#searchArea #search {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #777674;
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-size: 14px;
    padding: 8px 2px;
    width: 75%;
}
#searchArea #searchBtn {
	background-image: -moz-linear-gradient(top, #676767, #404040);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#676767), to(#404040));
	background-image: linear-gradient(top, #676767, #404040);
    border: 1px solid #414141;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: block;
    float: right;
    padding: 9px 5px;
    text-shadow: 1px 1px 1px #660000;
    width: 20%;
}

/* スライド部分 */

.ibox{
	width: 320px;
	height:160px;
	line-height: 131px;
	text-align: center;
	color: #FFF;
	margin: 2px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	
	margin: 0 auto;
}



.ibox img {
	width: 320px;
	vertical-align: middle;
	margin:0 auto;
}

.gallery-holder {
	margin: 0 auto;
}

.gallery {
	width: 100%;
	overflow: hidden;
}

.gallery div.holder {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.gallery div.list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9999px;
	overflow: hidden;
}

.gallery div.item {
	float: left;
    background: none repeat scroll 0 0 #EEEEEE;
}

a.prev,
a.next,
#moveTo,
a.tablink,
#counter {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;
	margin-bottom: 6px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	
}

#tabs2 {
    text-align: center;
    background: -moz-linear-gradient(top, #ceddea 0%, #b2c9e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ceddea), color-stop(100%,#b2c9e0));
    padding: 11px 0;
    text-align: center;
    width: 100%;
	border-bottom: 1px solid #86a4c2;
}
.tablink {
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 0 2px;
}
a.active {
	border-color: #333;
}

#tabs2 .tablink {
	display: inline-block;
	overflow: hidden;
	width: 0.1px;
	height: 0.1px;
	text-align: center;
	margin: 0 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-indent: -9999px;
	background-color:#999999;
}

#tabs2 a.active {
	background-color: #666;
}

.prev, .next {
    float: left;
    height: 25px;
    overflow: hidden;
    position: relative;
    width: 25px;
}
 .next {
    float: right;
}

/* タブメニュー部分 */
.category_menu{margin-top:25px;}
.box-title{  
	background: -moz-linear-gradient(top, #aed5fe 0%, #a5cefe 49%, #79b8ff 51%, #7cb9fd 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aed5fe), color-stop(49%,#a5cefe), color-stop(51%,#79b8ff), color-stop(100%,#7cb9fd));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    height: 38px;
    line-height: 33px;
    margin-top: 10px;
    padding: 0 10px;
	padding-top:3px;}

/* フッター部分 */

footer {
    background: none repeat scroll 0 0 #EFF4F7;
    border-top: 1px solid #BBBBBB;
    z-index: 1;
}


footer .pagetop {
	background:#8EB9D9;
	padding:5px 0 5px 0;
	box-shadow: 0 3px 4px -2px #6c9dc2 inset, 0 -3px 4px -2px #6c9dc2 inset;
}

footer .pagetop a {
	background:#8EB9D9;
}

footer .pagetop a span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 22px 165px;
    color: #ffffff;
	font-weight:bold;
    display: inline-block;
    padding-left: 20px;
}

.footer-menu1 {
    background: none repeat scroll 0 0 #FDF5FA;
    border: 1px solid #768EB2;
    border-radius: 10px 10px 10px 10px;
	margin: 10px 10px;
	font-size:14px;
	
}
#li_ss01{
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #768EB2;
	padding: 8px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
  }

#li_ss01 a{
    text-decoration:none;
    color:#000000;
    padding-left:
  }
  
#li_ss02{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #768EB2;
    padding: 8px;
  }

#li_ss02 a{
    text-decoration:none;
    color:#000000;
  }
  
#li_ss03{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #768EB2;
    padding: 8px;
}

#li_ss03 a{
    text-decoration:none;
    color:#000000;
}
  
#li_ss04{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #768EB2;
    padding: 8px;
}

#li_ss04 a{
    text-decoration:none;
    color:#000000;
}
  
#li_ss05{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #768EB2;
    padding: 8px;
}

#li_ss05 a{
    text-decoration:none;
    color:#000000;
}
  
#li_ss06{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #768EB2;
    padding: 8px;
  }

#li_ss06 a{
    text-decoration:none;
    color:#000000;
  }
  
#li_ss07{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #768EB2;
    padding: 8px;
  
}

#li_ss07 a{
    text-decoration:none;
    color:#000000;
	
}
  
#li_ss08{
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 8px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
}

#li_ss08 a{
    text-decoration:none;
    color:#000000;
}
  

.menu_btm{
    float: left;
    font-size: 12px;
    width: 50%;
    border-top: 1px solid #768EB2;
}

#footer-menu2 {
    margin: 7px 10px 5px 10px;
}
#footer-menu2 li, #footer #footer-menu2 li a {
    height: 29px;
    
}
#footer-menu2 li {
    float: left;
    margin: 3px 3px 10px 3px;
	width:48%;
}
#footer-menu2 li a {
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    color: #000000;
    display: block;
    font-size:13px;
    line-height: 29px;
    text-align: center;
	border: 1px solid #768EB2;
    border-radius: 10px 10px 10px 10px;
	-webkit-border-radius:10px;
	text-decoration:none;
	padding:3px 0;
}

footer .displayStatus {
    text-align: center;
	background: none repeat scroll 0 0 padding-box #CED9EA;
    border: 1px solid #A0B6D3;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    padding: 8px 7px;
	margin:10px 10px 0 10px 10px;
	font-weight:bold;
	
}

footer .displayStatus {
    text-align: center;
	margin:0 10px;
}

footer .roundColumn + .displayStatus {
    margin-top: 10px;
}

footer .displayStatus dt, .displayStatus dd {
    display: inline;
	
}

footer .displayStatus dd + dd {
    border-left: 1px solid #CFDAEB;
    margin-left: 5px;
    padding-left: 10px;
}

footer .displayStatus dd {
    padding: 0 3px;
}



 ul.linkList li:first-child {
    border-top: medium none;
}
ul.linkList:last-child:after {
    background: none repeat scroll 0 0 #D7D8DA;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 10px;
    width: 100%;
}
ul.linkList + ul.moreEl {
    border-top-color: #D7D8DA;
}
ul.linkList > li {
    border-top: 1px solid #D7D8DA;
}
ul.linkList > li a {
    padding: 0 20px 0 0;
}
.rankingArea .moreElBtn {
    background: none repeat scroll 0 0 #EEEEEE;
}
.rankingArea ul dt.crown span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://img1.kakaku.k-img.com/images/smartphone/icon_crown_e.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 28px 104px;
    display: block;
    height: 25px;
    margin-left: 8px;
    text-indent: -999em;
    width: 28px;
}
.rankingArea ul dt.gold span {
    background-position: 0 -25px;
}
.rankingArea ul dt.silver span {
    background-position: 0 -52px;
}
.rankingArea ul dt.bronze span {
    background-position: 0 -79px;
}
.rankingArea ul dt.num span {
    background: none repeat scroll 0 0 #F7F2AD;
    color: #B71B1B;
    display: inline-block;
    font-family: Verdana;
    font-size: 12px;
    height: 2em;
    line-height: 2em;
    margin-right: 10px;
    min-width: 2em;
    padding: 0 2px;
    text-align: center;
    white-space: nowrap;
}
.rankingArea ul dd {
    color: #000000;
}

li:first-child dd:first-of-type img {
    max-height: 80px;
    max-width: 80px;
}

footer .copyright {
    background: none repeat scroll 0 0 #405080;
    color: #FFFFFF;
    display: block;
    padding: 3px 0;
    text-align: center;
	font-size:10px;
	margin-top:15px;
}

.footer-menu1 li a{
    background:url(../img/parts/blue_arrow.gif) no-repeat scroll right center transparent;
    color: #333333;
    display: block;
    line-height: 1.1;
	text-align: left;
    text-decoration: none;
    text-shadow: 0 0 1px #CCCCCC;
}

.tabMenu {
    margin: 10px 0 0;
    text-align: left;
}
.tabMenu ul.tab {
    display: table;
    width: 100%;
}
.tabMenu ul.tab li {
    display: table-cell;
    text-align: center;
}
.tabMenu ul.tab li span {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 49%, #efefef 51%, #ededed 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#fafafa), color-stop(51%,#efefef), color-stop(100%,#ededed));
    border-color: #E1E1E1;
    border-style: solid solid none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-width: 1px 1px medium;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding: 8px 0 8px;
}
.tabMenu ul.tab li#tabRanking {
    color: #FF83A8;
    padding: 0 3px 0 3px;
}
.tabMenu ul.tab li#tabRanking span.selected {
    background: -moz-linear-gradient(top, #ffafc8 0%, #ff99b7 49%, #ff83a8 51%, #ff83a8 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffafc8), color-stop(49%,#ff99b7), color-stop(51%,#ff83a8), color-stop(100%,#ff83a8));
    border: medium none;
    color: #FFFFFF;
	border:1px solid #ff83a8;
}
.tabMenu ul.tab li#tabRecommened {
    color: #84cb35;
	padding: 0 0 0 3px;
}
.tabMenu ul.tab li#tabRecommened span.selected {
    background: -moz-linear-gradient(top, #9fe54e 0%, #7ac71e 50%, #44bb20 51%, #45bc20 100%, #45bc20 100%, #45bc20 100%, #84cb35 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9fe54e), color-stop(50%,#7ac71e), color-stop(51%,#44bb20), color-stop(100%,#45bc20), color-stop(100%,#45bc20), color-stop(100%,#45bc20), color-stop(100%,#84cb35));
    border: medium none;
    color: #FFFFFF;
	border:1px solid #45bc20;
}
.tabMenu ul.tab li#tabNew {
    color: #0caafe;
	padding: 0 3px 0 3px;

}
.tabMenu ul.tab li#tabNew span.selected {
    background: -moz-linear-gradient(top, #89d1fb 0%, #0cacff 49%, #1399f6 51%, #0cacff 100%, #0cacff 100%, #0cacff 100%, #1bbefd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89d1fb),      color-stop(49%,#0cacff), color-stop(51%,#1399f6), color-stop(100%,#0cacff), color-stop(100%,#0cacff), color-stop(100%,#0cacff), color-stop(100%,#1bbefd));
    border: medium none;
    color: #FFFFFF;
	border:1px solid #0cacff;
}
.tabMenu ul#ranking.menu {
    border-top: 3px solid #FF83A8;
}
.tabMenu ul#recommened.menu {
    border-top: 3px solid #44bb20;
}
.tabMenu ul#new.menu {
    border-top: 3px solid #0caafe;
}
.tabMenu ul.menu li {
    border-bottom: 1px solid #E1E1E1;
}



.pl_image {
    float: left;
    padding: 15px 0 10px;
    text-align: center;
    width: 35%;
	margin-left:10%;
}

.tab_image {
    float: left;
    padding: 15px 0 10px;
    text-align: center;
    width: 20%;
	margin-left:4%;
}

.pl_detail{
    padding: 15px 0 10px;
}

.tab_detail2{
    padding: 15px 0 10px;
    margin-left:115px;
}
.model{
    font-size: 14px;
    font-weight:bold;
    color:#3899E5;
}

#ranking1 {
    background: url("../img/parts/rank_icon_01.png") no-repeat scroll 3% 50% transparent;
}
 #ranking2 {
    background: url("../img/parts/rank_icon_02.png") no-repeat scroll 3% 50% transparent;
}
 #ranking3 {
    background: url("../img/parts/rank_icon_03.png") no-repeat scroll 3% 50% transparent;
}

 #ranking4 {
    background: url("../img/parts/rank_icon_04.png") no-repeat scroll 3% 50% transparent;
}
 #ranking5 {
    background: url("../img/parts/rank_icon_05.png") no-repeat scroll 3% 50% transparent;
}

/*マイページ*/

.ctrlLabel {
    background: #f5f5f2 none repeat scroll 0 0;
    border-top: 1px solid #d9d9d9;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 4px 8px;
}

/*shopping*/
.shopping { border-bottom: 1px solid #c5c5c5; margin: 10px auto 10px; padding-bottom:10px;}
.shopping time { display: block; text-align: left; margin: 0; padding: 0; color: #F90;}
.shopping .itm_img { width: 80px; margin: 0 10px 20px 0;}
.shopping .itm { display: block; text-align: left; margin: 0; padding: 10px 0 5px;}
hr.sen { border: 0; border-bottom: 1px dashed #ccc; background: #ededed;}
input.sfb[type="submit"] {background: #c5c5c5; border: 2px solid #e5e5e5; border-radius: 5px; color: #666; display: inline-block; font-size: 12px; letter-spacing: 0; margin: 0 auto 5px; padding: 5px 0; text-decoration: none; width: 80%;}
.hB2 {background: #8eb9d9 none repeat scroll 0 0; color: #fff; font-weight: bold; line-height: 1.286; margin: 0; padding: 5px 8px; position: relative; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); z-index: 10; margin-bottom:10px; font-size:120%;}
.tblType01{border-top: 4px solid #e0dedb; margin-bottom:10px; width:100%;}
.tblType01 td {padding:2px 1px 2px 1px; background-color:#FFFFFF; border:1px solid #CCCCCC;}
.tblType01 .cell2 td { background: #f5f2eb; border-bottom: 1px solid #e0dedb; border-right: 1px solid #e0dedb;}
.tblType01 table tr.cell3 { background: #FFF;}
.tblType01 table tr.cell3 td { padding: 5px 10px; text-align: center;}
.date_rate{background: #e0efff none repeat scroll 0 0; border: 1px solid #d1e8ff; margin: 10px 0;}

dl {background: #e5e5e5; border: 1px solid #c5c5c5; border-top: none; margin: 20px auto; padding: 0; line-height: 1.4em; font-size: 12px;
width: 98%;}
dt {border-top: 1px solid #e0dedb; clear: left; float: left; width: 110px; text-align: right; margin: 0;　padding: 0;}
dd {border-left: 1px solid #e0dedb; border-top: 1px solid #e0dedb; margin-left: 110px; padding: 0;}

.tbl {display: block; font-size: 11px; margin: 0; padding: 10px 5px 10px 0;}
.tblw2 {background: #fff none repeat scroll 0 0; display: block; margin: 0; padding: 10px; text-align: left;}

