@charset "UTF-8";
/*
	# Category 2Columns Page CSS

	## Section & Media Queries
	- Common Style : Global Scope
	- SmartPhone Style : <- 499px
	- Tablet Style : 500px <-> 799px 
	- PC Style : 800px ->

*/

/* Common Style */

#main-contents a:link{color:#405392; text-decoration:underline;}
#main-contents a:hover{color:#3399cc; text-decoration:underline;}
#main-contents a:visited{color:#405392; text-decoration:underline;}
#main-contents .breadcrumb{
    width:450px;
    margin:30px auto;
}
#main-contents .breadcrumb ul.nav li{
    margin-bottom:5px;
    font-size:93%;
}
#main-contents .breadcrumb ul.nav li{
    float:left;
    border-right:1px solid #ccc;
    padding:0px 5px 0px 5px;
}
#main-contents .breadcrumb ul.nav li.first, .last{
    border:none;
}
#main-contents .description{
    font-size:93%;
}             
#main-contents .post .description{
    float:left;
    width:40%;
    padding-right:2%;
}
#main-contents .post .img-box{
    float:left;
    width:58%;
}                     
#main-contents  ul.goods1 li{
    width:33.3%;
    text-align:center;
    float:left;
    font-size:93%;
    text-align:center;
}
#main-contents  ul.goods2 li{
    width:170px;
    text-align:center;
    float:left;
    font-size:93%;   
    text-align:center;
}                    
#main-contents  ul.goods3 li{
    width:48%;
    padding-right:2%;
    float:left;
    font-size:93%;
    text-align:center;
}
#main-contents  ul.goods4 {
    width:170px;
    margin:0 auto;
    
}
#main-contents  ul.goods4 li{
    width:170px;
    font-size:93%;  
    text-align:center;
}
.clear{
    clear:both;
}
/* ページの先頭に戻るリンク色 */
div.product-page-top .page-top a:link{color:#333333;text-decoration:none;}
div.product-page-top .page-top a:visited{color:#333333;text-decoration:none;}
div.product-page-top .page-top a:hover{color:#333333;text-decoration:underline;}
/* SmartPhone Style */
@media screen and (max-width:499px) {

	#contents-area {
		margin:0;
	}
	#main-contents {
		width:96%;
		margin:0 auto;
		padding:2% 0 0 0;
	}
     #main-contents .post .img-box img{
        max-width:410px;
        width:100%;
        height:auto;
    }
    #main-contents .banner img{
        width:100%;
        height:auto;
    }                 
    #main-contents .goods3 li.tl img{
        max-width:170px;
        width:100%;
        height:auto;
    }
    #main-contents .goods3 li.tll img{
        max-width:91px;
        width:100%;
        height:auto;
    }
/* サブメニュー */
    #sub-contents {
        display:none;
    }
/* 見出しその１ */
    #main-contents h2{
        width: 98%;
        clear: both;
        color: #000;
        font-size: 116%;
        line-height: 1;
        font-weight: bold;
        text-align: left;
        padding: 0.8% 0 0.8% 0.8%;
        margin-top:15px;
        background-color: #4c4c4c;
        background: -webkit-linear-gradient(#FEFEFE,  #F3F3F3); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#FEFEFE,  #F3F3F3); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#FEFEFE,  #F3F3F3); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#FEFEFE,  #F3F3F3);
        border:1px solid #ccc;
        position: relative;
        z-index: 0;
    }
    #main-contents h2 span{
        padding: 0 0 0 1%;
        font-size: 123.1%;
        line-height: 1.2;
        font-weight: bold;
        border-left-width: 4px;
        border-left-style: solid;
        border-left-color: #0099CD;
        display: block;
        margin: 0 0 0 0.5%;
    }
    #main-contents h2 span{
        display:block;
    }
    #main-contents h2 img{
        display:none;
    }
    #main-contents .breadcrumb ul.nav li{
        float:none;      
    }
    #main-contents .post .description{
        width:100%;
        
    }
    #main-contents .post .img-box{
        width:100%;
    }                       
    #main-contents  ul.goods1 li{   
        width:48%;
    }
    #main-contents  ul.goods1 li img{   
        max-width:100%;
        width:100%;
        height:auto;
    }
    

/* 見出しその２ */
	#main-contents h3{
		width: 100%;
		padding: 8px 0 8px 0;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #828282;
		margin: 0 0 5px;
	}
	#main-contents h3 span{
		padding: 0 0 0 1.5%;
		font-size: 123.1%;
		line-height: 1.2;
		font-weight: bold;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #555555;
		display: block;
		margin: 0 0 0 0.5%;
	}
/* ページの先頭に戻る */
	div.product-page-top{
		clear:both;
		border: 1px solid #CCC;
		border-radius: 3px;/* CSS3草案 */
		-webkit-border: 3px;/* Safari,Google Chrome用 */
		-moz-border-top: 3px;/* Firefox用 */
		margin: 2.5% auto 30px;
		box-sizing:border-box;
	}
	div.product-page-top .page-top{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
		padding:0;
		clear: both;
		text-align: center;
		font-size: 93%;
		background-image: url(http://www.elecom.co.jp/image/icnlink.png);
		background-repeat: no-repeat;
		background-position: 99% center;
	}
	div.product-page-top .page-top a{
		padding: 2.5% 0 2%;
		display: block;
	}
}

/* Tablet Style  */
@media screen and (min-width: 500px) and (max-width: 799px) {
	#contents-area {
		padding:5px 0 0 0;
	}
	#main-contents {
		width: 96%;
		margin:15px auto 0;
	}
    #main-contents .post .img-box img{
        max-width:410px;
        width:100%;
        height:auto;
    }
    #main-contents .banner img{
        width:100%;
        height:auto;
    }                 
    #main-contents .goods3 li.tl img{
        max-width:170px;
        width:100%;
        height:auto;
    }
    #main-contents .goods3 li.tll img{
        max-width:91px;
        width:100%;
        height:auto;
    }
/* サブメニュー */
	#sub-contents {
		display:none;
	}
/* 見出しその１ */
	#main-contents h2{
		width: 98%;
		clear: both;
		color: #000;
		font-size: 116%;
		line-height: 1;
		font-weight: bold;
		text-align: left;
		padding: 0.8% 0 0.8% 0.8%;
		margin-top:15px;
		background-color: #4c4c4c;
		background: -webkit-linear-gradient(#FEFEFE,  #F3F3F3); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#FEFEFE,  #F3F3F3); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#FEFEFE,  #F3F3F3); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#FEFEFE,  #F3F3F3);
        border:1px solid #ccc;
		position: relative;
		z-index: 0;
	}
    #main-contents h2 span{
        padding: 0 0 0 1%;
        font-size: 123.1%;
        line-height: 1.2;
        font-weight: bold;
        border-left-width: 4px;
        border-left-style: solid;
        border-left-color: #0099CD;
        display: block;
        margin: 0 0 0 0.5%;
    }
    #main-contents h2 span{
        display:block;
    }
    #main-contents h2 img{
        display:none;
    }
/* 見出しその２ */
	#main-contents h3{
		width: 100%;
		padding: 8px 0 8px 0;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #828282;
		margin: 0 0 5px;
	}
	#main-contents h3 span{
		padding: 0 0 0 1%;
		font-size: 123.1%;
		line-height: 1.2;
		font-weight: bold;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #555555;
		display: block;
		margin: 0 0 0 0.5%;
	}
/* ページの先頭に戻る */
	div.product-page-top{
		clear:both;
		border: 1px solid #CCC;
		border-radius: 3px;/* CSS3草案 */
		-webkit-border: 3px;/* Safari,Google Chrome用 */
		-moz-border-top: 3px;/* Firefox用 */
		margin: 2.5% auto 30px;
		box-sizing:border-box;
	}
	div.product-page-top .page-top{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
		padding:0;
		clear: both;
		text-align: center;
		font-size: 93%;
		background-image: url(http://www.elecom.co.jp/image/icnlink.png);
		background-repeat: no-repeat;
		background-position: 99% center;
	}
	div.product-page-top .page-top a{
		padding:1.8% 0 1.5%;
		display:block;
	}
}

/* PC Style */
@media print ,screen and (min-width:800px) {
	#main-contents {
		width: 700px;
		margin: 5px 0 0 10px;
		padding: 0;
		float: left;
	}
/* サブメニュー */
	#sub-contents {
		padding:5px 5px 0 0;
		float:right;
	}
	#sub-contents .bnr-box {
		width:220px;
	}
     #sub-contents ul{
        border:1px solid #ccc;
        margin-bottom:10px;
        width:190px;
        padding:6px 15px 5px 15px;  
    } 
    #sub-contents ul li{
        line-height:22px;
        font-size:88%;
    }
    #sub-contents ul li .left{
        float:left;
        width:108px;
    }    
    #sub-contents ul li .right{
        float:left;
    }
/* 見出しその１ */
	#main-contents h2{
		width: 685px;
		clear: both;
		color: #FFF;
		font-size: 123.1%;
		line-height: 1;
		font-weight: bold;
		text-align: left;      
		border-radius: 3px;
		-moz-border-radius: 3px;   /* Firefox用 */
		-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
		-ms-border-radius: 3px;
		position: relative;
		z-index: 0;
        margin-top:15px;
	}
    #main-contents h2 span{
        display:none;
    }
/* 見出しその２ */
	#main-contents h3{
		width: 100%;
		padding: 8px 0 8px 0;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #828282;
		margin: 0 0 5px;
	}
	#main-contents h3 span{
		padding: 0 0 0 10px;
		font-size: 123.1%;
		line-height: 1.2;
		font-weight: bold;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #555555;
		display: block;
		margin: 0 0 0 3px;
	}
	/* ページの先頭に戻る */
	div.product-page-top{
		width: 100%;
		float:left;
		clear:both;
		padding:10px 0 0 0;
	}
	div.product-page-top .page-top{
		width: 110px;
		font-size: 85%;
		display: block;
		padding: 5px 15px 5px 10px;
		margin: 0 0 25px 0;
		float: right;
		border: 1px solid #CCC;
		border-radius: 3px;/* CSS3草案 */
		-webkit-border: 3px;/* Safari,Google Chrome用 */
		-moz-border-top: 3px;/* Firefox用 */
		background-image: url(http://www.elecom.co.jp/image/icnlink.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	div.product-page-top .page-top a{
		display:block;
	}
}

/* Print Style */
@media print {
	body {
		width:700px;
		margin: 0 auto;
	}
	#container {
		width: 700px;
		margin:0;
		padding: 0;
	}
	#contents-area {
		padding:0;
		margin:0;
		width: 700px;
	}
	#header {
		display:none;
	}
	#header-title-top {
		display:none;
	}
	#main-contents {
		width: 700px;
		margin: 0;
		padding: 0;
		float: left;
	}
	#footer {
		display:none;
	}
	.topicpath {
		display:none;
	}
	#sub-contents {
		display:none;
	}
}
