@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;}
.description{
    font-size: 93%;
    margin-top:19px;
}
.comment{
    margin-top:19px;
    font-size:93%;
}
.clear{
    clear:both;
}
ul.nav{
    padding:0;
    margin:21px 0px 0px 0;
    width:100%;
}
ul.nav li{
    width:24.5%;
    margin-right:0.5%;
    float:left;
    background-color:#EAEAEA;
    padding:5px 0px 5px 0;
    text-align: center;
    font-weight: bold;
}
ul.good li{
    width:49%;
    float:left;
    margin-bottom: 4%;
}

ul.good li .product-img{
    max-width:170px;
    width:49%;
    padding-right:1%;
    float:left;
}
ul.good li .product-description 
{
    width:50%;
    float:left;
    font-size: 93%;      
    
}
ul.good li .product-description a{
    font-weight:bold;
}
ul.good li .product-description .txt{
    padding-left:6px;
}
ul.good li:nth-child(odd){
    padding-right:2%;
}
#sub-contents ul{
    border:1px solid #ccc;  
}
#sub-contents ul li{
    padding-bottom: 8px;
    
}
/* ページの先頭に戻るリンク色 */
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 .banner img{
        width:100%;
        height:auto;
    }
/* サブメニュー */
	#sub-contents {
		display:none;
	}
    ul.good li{
        width:100%;
    }
    ul.good li .product-img img{
        max-width:200px;
        width:100%;
        height:auto;
    }
    ul.nav li{
        width:49.5%;
        margin-bottom:0.5%;
    }
/* 見出しその１ */
    #main-contents h2{
        width: 96%;
        clear: both;
        color: #FFF;
        font-size: 123.1%;
        line-height: 1;
        font-weight: bold;
        text-align: left;
        padding: 9px 0 9px 15px;
        margin: 42px 0 20px 0;
        background-color: #8B8F94;    
        position: relative;
        z-index: 0;
    }
/* 見出しその２ */
	#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 .banner{
        width:100%;
    }
    #main-contents .banner img{
        width:100%;
        height:auto;
    }
/* サブメニュー */
	#sub-contents {
		display:none;
	}
    ul.good li .product-img img{
        max-width:200px;
        width:100%;
        height:auto;
    }
/* 見出しその１ */
	#main-contents h2{
        width: 98%;
        clear: both;
        color: #FFF;
        font-size: 123.1%;
        line-height: 1;
        font-weight: bold;
        text-align: left;
        padding: 9px 0 9px 15px;
        margin: 42px 0 20px 0;
        background-color: #8B8F94;    
        position: relative;
        z-index: 0;
    }
/* 見出しその２ */
	#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:218px;      
    } 
    #sub-contents ul li{
        line-height:22px;
        font-size:88%;
        padding: 6px 15px 5px 15px;
    }
     #sub-contents ul li.first{
         margin:0px;
         padding:0px;
     }
/* 見出しその１ */
	#main-contents h2{
		width: 685px;
		clear: both;
		color: #FFF;
		font-size: 123.1%;
		line-height: 1;
		font-weight: bold;
		text-align: left;
		padding: 9px 0 9px 15px;
		margin: 42px 0 20px 0;
		background-color: #8B8F94;    
		position: relative;
		z-index: 0;
	}
/* 見出しその２ */
	#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;
	}
}
