	@charset "utf-8";
	/* CSS Document */
	/* PC
	--------------------------------------------
	-------------------------------------------- */
	@media screen and (min-width:980px) {
		
		#main_banner2 {
			height:340px;
			margin-right: auto;
			margin-left:auto;
			overflow:hidden;
			background-image: url(../images/title.png);
			background-repeat: no-repeat;
			width: 100%;
		}
	}
	/* SmartPhone
	--------------------------------------------
	-------------------------------------------- */
	@media screen and (max-width:979px) {
	
		#main_banner2 {
			height: 150px;
			margin-top:50px;
			margin-right: auto;
			margin-left:auto;
			overflow:hidden;
			background-image: url(../sp/images/sp_mainimg.png);
			background-repeat: no-repeat;
			width: 100%;
			margin-top: 10px;
		}
	}

	.link{
		background-position: -100000px;
	}
	
	
	.cate_detail{
		height:100%;
		min-height: 200px;
		width:920px;
		margin-top: 10px;
		padding: 20px;
		border: 1px dotted #5fb42b;

	}
	
	.cate_list{
		height:100%;
		min-height: 300px;
		width:920px;
		margin-top: 10px;
		padding: 20px;
		text-align: left;
		
	}
	
	#cate_area{
		width: 960px;
		min-height: 100px;
		height:100%;
		padding: 30px 0 30px 0;
		text-align: left;
		border-bottom: 1px dotted #37de0e;
	}
	

	
	.cate{
		line-height: 250%;
		margin-left: 30px;
		width: 150px;
		float: left;
		background-position-y: 12px;
		cursor: pointer;
		font-size: 0.9em;
		
	}
	
	
	#item_detail{
		width: 100%;
		display: table-cell; /* p要素でテーブルの構造を表現 */
		margin-bottom: 30px;
	}
	
	

	
	#item_detail img{
		vertical-align: middle; /* 画像を垂直に */
	}
	
	#item_detail_txt{
		height:100px;
		margin-top: 60px;
	}
	
	#item_detail_txt p{
		line-height: 160%;
	}
	
	
	
	#nayami_area{
		text-align: left;
		padding: 10px;
	}
	
	#nayami_area img{
		padding: 10px;
			}
	
	#nayami_area a img{
		
		overflow: hidden;

	}
	
	
	#itm_serch_area{
		width: 100%;
		height:480px;
		border: 1px solid #338315;
		text-align: center;
			}
	
	#serch_cate{
		width: 460px;
		height:500px;
		margin-left: 25px;
		
	}
	
	#serch_cate ul{
		width: 150px;
		text-align: left;
		line-height: 160%;
		margin-top: 10px;
	
	}
	
	.cate{
		text-decoration: underline;
		margin-left: 0px;
	}
	
	
	.serch_cate_title{
		background-image: url(../list/images/arrow.png);
		background-repeat: no-repeat;
		background-position-x: 0px;
		background-position-y: 2px;
		padding-left: 20px;
		text-decoration: none;
	}
	
	#serch_nayami{
		width: 460px;
		height:600px;
		margin-left: 5px;
		
		padding-left: 10px;
		padding-right: 10px;
	}
	
		
	#serch_nayami a{
		float: left;
		margin-right: 10px;
		line-height: 300%;
		text-decoration: underline;
		  margin-left: 20px;
	}
	
	
	
	.itm_serch_area_title{
			text-align: center;	
			border-bottom: 1px dotted #48cc0a;
			padding-top: 30px;
			height: 50px;
			vertical-align: middle;
			width: 100%;
			margin-bottom: 20px;
	}
	
	.item_name{
		margin-bottom: 10px;
		font-size: 1.1em;
	}
	
	.item_detail{
		font-size: 0.9em;
	    line-height: 193%;
		margin-bottom: 20px;
	}
	
	.price{
		width: 424px;
	    float: left;
	    margin-left: 220px;
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
	
	#detail_photo{
		border: none;
		float: left;
		
	}
	
	.detail{
		width: 690px;
	    float: right;
	}
	