@charset "shift_jis";


#contents a {
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;
}

/*---------------------------
タイトルバナー
---------------------------*/

.title {
	position:relative;
	margin:0 auto;
	width:740px;
}

.title p.ttl_text {
	position:absolute;
	top:30px;
	left:250px;
	text-align:center;
	width:300px;
	color:#333333;
	font-size:2.4em;	
}

.title p.ttl_text span.text {
	display:block;
	color:#FFFFFF;
	font-size:0.5em;
	padding:5px;
	margin:10px 0 0 0;
	background-color: rgba( 41, 118, 198, 0.9 );
	border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;
}

.title .font_08{
	font-size:0.8em;
}


/*---------------------------
共通メニュー
---------------------------*/
	
h2.contentsTtl {
    margin: 5px 0px 10px;
    padding: 5px 10px;
    border-bottom: 3px solid #2976C6;
    color: #2976C6;
    font-size: 1.5em;
    font-weight: bold;
	position:relative;
}

h2.contentsTtl span {
font-size: 0.6em;
font-weight: normal;
position: absolute;
right: 3px;
text-align: right;
top: 8px;
}

h2.contentsTtl span a {
    background-color: #2976C6;
    border: 1px solid #2976C6;
    border-radius: 5px;
    color: #FFF;
    padding: 2px 5px;
    text-decoration: none;
}

h2.contentsTtl span a:hover {
	background-color:#E2F0FA;
	color:#2976C6;
}


#headerMenu {
	width:740px;
	margin:0 auto;
	text-align:center;
}

#headerMenu ul.menuList {
	letter-spacing: -.40em;
	margin:0 auto;
	width:560px;
}

#headerMenu ul.menuList li {
	letter-spacing: normal;
	display: inline-block; 
	*display: inline; 
	*zoom: 1;
	border:1px #CCCCCC solid;
	height:100px;
	width:110px;
	padding:0;
	margin:0;
	vertical-align:top;
	position:relative;
	background-size: 66px 66px;
	background-repeat: no-repeat;
	background-position: center 15%;
	margin:0 0 0 -1px;
}

#headerMenu ul.menuList li:nth-child(-n+5){ /* 最初から+○までの要素 */
	margin-bottom:-1px;
}

#headerMenu ul.menuList li a {
	display:block;
	width:100%;
	height:100%;
	color:#2976C6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#headerMenu ul.menuList li a span {
	vertical-align:bottom;
	position:absolute;
	bottom:10px;
	left:0;
	display:block;
	width:100%;
	text-align:center;
	font-size:0.75em;
}

#headerMenu ul.menuList li:hover {
	background-color:#E2F0FA;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#headerMenu ul.menuList li:hover a {
	color:#F60;
}


#headerMenu.toppage ul.menuList {
	letter-spacing: -.40em;
	margin:0 auto;
	width:640px !important;
}


#headerMenu.toppage ul.menuList li:nth-child(-n+6){ /* 最初から+○までの要素 */
	margin-bottom:-1px;
}

#headerMenu.toppage ul.menuList li {
	letter-spacing: normal;
	display: inline-block; 
	*display: inline; 
	*zoom: 1;
	border:1px #CCCCCC solid;
	height:200px;
	width:200px;
	padding:0;
	vertical-align:top;
	position:relative;
	background-size: 120px 120px;
	background-repeat: no-repeat;
	background-position: center 33%;
	margin:0 0 0 -1px;
}


#headerMenu.toppage ul.menuList li a span {
	vertical-align:bottom;
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	text-align:center;
	font-size:1.1em;
	line-height:1.4em;
	padding:0 0 5px 0;
	border-bottom:10px #E2F0FA solid;
}





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

.itemre:empty, .itemst:empty, .itemdlv:empty {
	border:0 !important;
}

.itemre {
	font-size:0.8em;
	font-weight:normal;
}

.itemst {
    border: 1px solid #03689A;
    color: #03689A;
    font-weight: normal;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    width: 40px;
    line-height: 1.3 !important;
    background: #FFF none repeat scroll 0% 0%;
    margin-left: 3px;
    padding: 0px;
}

.itemdlv {
	font-size:0.8em;
	margin:0 0 0 5px;
	font-weight:normal;
	color:#FF0000;
}


/*---------------------------
色表示
---------------------------*/
.colorNo li span.color {
	height:10px;
	width:10px;
	border:1px #CCC solid;
	display: inline-block;*display: inline;*zoom: 1;
	margin:0 3px 0 0;
}

.colorNo li span.bk {background-color:#000;}
.colorNo li span.wh {background-color:#fff;}
.colorNo li span.rd {background-color:#C00;}
.colorNo li span.bl {background-color:#39C;}
.colorNo li span.gy {background-color:#666;}
.colorNo li span.pk {background-color:#f9c;}
.colorNo li span.gr {background-color:#6C3;}
.colorNo li span.sv {background-color:#CCC;}
.colorNo li span.gd {background-color:#C93;}
.colorNo li span.br {background-color:#630;}
.colorNo li span.nv {background-color:#039;}
.colorNo li span.vi {background-color:#939;}


/*---------------------------
液晶保護フィルム表
---------------------------*/


#contents table.listTbl { background-color:#FFF; margin:15px 0; border-collapse: collapse; width:740px;}
#contents table.listTbl th, #contents table td { padding: 10px; border: 1px solid #ddd; }
#contents table.listTbl th { background: #f4f4f4; }

#contents table.listTbl .price { color:#FF0000;}


/*---------------------------
戻るボタン
---------------------------*/

#PageTop {
	clear: both;
	width: 740px;
	margin: 20px 0;
	font-size: 1em;
	text-align: right;
}

/*---------------------------
新着・ベストセラー
---------------------------*/
.itemBox .leftPhoto {
	position:relative;
}
.itemBox .leftPhoto .newTxt {
	position:absolute;
	background:#dd0000;
	color:#FFFFFF;
	padding:5px;
	width:50px;
	font-size:0.8em;
	top:2px;
	left:2px;
	text-align:center;
	-webkit-animation-name: blink;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}

.itemBox .best_border img {
	border:2px #ff6000 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.itemBox .leftPhoto p.best {
	position:absolute;
	top:10px;
	left:0px;
	text-align:center;
	font-size:0.8em;
	color:#ffffff;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}

.itemBox .leftPhoto p.best span {
	position:relative;
	padding:4px;
	background:#ff6000;
	box-shadow:
		5px 0 0 0 #ff6000,
		-5px 0 0 0 #ff6000,
		0 3px 3px 0 rgba(0,0,0,0.1);
}

.itemBox .leftPhoto p.best span:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-5px;
	width:0;
	height:0;
	border-width:0 5px 5px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#ff9900;
}
.itemBox .leftPhoto p.best span:after{
	content:" ";
	position:absolute;
	top:0px;
	left:100%;
	width:0;
	height:0;
	border-width:12px 10px;
	border-style:solid;
	border-color:#ff6000;
	border-right-color:transparent;
}

/* 点滅 */
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}




/*---------------------------
表示アイコン
---------------------------*/

#contents .itemBox .stockTxt {
	border:none !important;
	color:#2976C6;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 9px !important;
	font-weight: nomal !important;
	line-height: 1.2 !important;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 40px;
}
#contents .itemBox .delivTxt {
	border:none !important;
	color: #ff6600;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3 !important;
	margin: 0 3px 2px 0;
	padding: 0;
	text-align: center;
	vertical-align:middle;
}


#contents .itemBox p.reviewStar {
	height: 15px !important;
	line-height: 15px;
	padding: 0;
	margin:0 0 3px 0;
	font-size:0.7em;
	font-weight: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.itemre:empty, .itemst:empty, .itemdlv:empty , .newTxt {
	border:0 !important;
}


.newTxt:empty {
	background: none !important;
}

.itemre {
	font-size:0.8em;
	font-weight:normal;
}

.itemst {
    border: 1px solid #03689A;
    color: #03689A;
    font-weight: normal;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    width: 40px;
    line-height: 1.3 !important;
    background: #FFF none repeat scroll 0% 0%;
    margin-left: 3px;
    padding: 0px;
}

.itemdlv {
	font-size:0.9em;
	margin:0 0 0 5px;
	font-weight:normal;
	color:#FF0000;
}




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

---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden; 
}
.clfx {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* winIE6 below, exclude macIE5 \*/
* html .clfx { height: 1%; }  
.clfx { display: block; }  

.clear {
	clear:both;
	padding:0;
	margin:0;
	}

/**/
