



.shopSearch {
	float:left;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 25px;
	
}



input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}
#container {
	width: 980px;
	
	margin: 0 auto;
	margin-top:60px;

}



/* リスト
--------------------------- */

#sidebar_l ul {
	padding: 10px;
}
#sidebar_l li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px dashed #f1f1f1;
}
#sidebar_l li:last-child {
	border: 0;
	margin-bottom: 0px;
}
#sidebar_l li a {
	display: block;
}
#sidebar_l ul.list li {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0;
	overflow: hidden;
	border: 0;
}
ul.list li {
	height: 1%;
}
ul.list li img {
	float: left;
	margin-right: 10px;
}
ul.list li {
	font-size: 12px;
	line-height: 1.35;
}

.category img {
	margin-left: 10px;
	margin-top: 10px;
}

.category_list li img {
	float:left;
	margin-right:5px;

}
ul.category_list li {
	margin-left: 10px;
	margin-right: 10px;
	line-height:30px;


	
}

ul.category_list li a {
	text-decoration:none;


	
}





	

/*カテゴリ検索
------------------------------------------------------------*/

.category_srch {
	display: block;
	margin-bottom: 10px;
}
.category_srch_box {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;

}
.category_srch_box ul li {
	margin-left: 0px;
	line-height: 1.3;
	font-size: 100%;
	position: relative;
	width: 80px;
	height: 80px;
	float: left;
	background-color: #f88479;
	display: block;
	text-align: center;
	border-radius: 7px;
	margin:5px;
	padding:2px;

}
.category_srch_box ul li a {
	color: #FFF!important;
	text-decoration: none;
	display: block;
	
}
.category_srch_box ul li a:hover {
	background-color: #91ae44;
	width: 80px;
	height: 80px;
		border-radius: 6px;
		margin:-2px;
		padding:2px;

	

	
}
.category_srch_box img {
	margin-top: 10px;
}


#src {
	display: block;
	padding:10px 20px 10px 20px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #f9f3e3;
	border:1px solid #BBBBBB;
	border-left: none;
	border-top: none;
}

.src_ttl{
	width:80px;

	float:left;
	background-color:#c8b398;
	text-align:center;
	margin-right:5px;
	border-radius:5px 5px 0px 0px;
	color:#FFF;
	
	}

	
.form_box{
	float:left;
		
	}


.category_txtbox{
	width:330px;
	 float:left;
	 line-height:1;
	 
	
	
	}
	
/* table
---------------------------------------------------------------------------------------- */


.table_01 {
	

	padding:0px;
	margin-left:20px;
	margin-top:20px;
	margin: 0 auto;
	width:95%;


	
	
}

.table_01 th {
	padding:10px 2px 10px 10px;
	vertical-align:top;
	background-color:#f9f6ef;
	border:1px solid #d8cbaf;
	border-left: none;
	border-top: none;
	line-height: 20px;
	font-weight:bold;


}
.table_01 td {
	padding:10px 2px 10px 4px;
	border:1px solid #d8cbaf;
	border-left: none;
	border-top: none;
	line-height: 20px;

	
}

th.t_top {
    border-top: #91ae44 4px solid;
}

td.t_top {
	border-top: #426b45 4px solid;
}



/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #name2, #name3,
#email, #email2, #address, #data {
width: 300px; /* フォーム部品の幅 */
border:1px solid #e95541;
height:20px;


}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
width: 90px; /* フォーム部品の幅 */
border:1px solid #e95541;

}
#zip1, #zip2 {
width: 80px; /* フォーム部品の幅 */
border:1px solid #e95541;
}

#zip3 {
width: 40px; /* フォーム部品の幅 */
border:1px solid #e95541;
}

/* --- （複数行のテキスト入力欄） --- */
#message {
width: 420px; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
border:1px solid #e95541;
}
#remark {
width: 420px; /* フォーム部品の幅 */
height: 6em; /* フォーム部品の高さ */
border:1px solid #e95541;
}

/* --- ボタン --- */
form.contact p.button {
margin: 0;
text-align: center;
}

input:focus{
background: #e2f4fc;
}

#message:focus{
background: #e2f4fc;
}


#bt_box{
	margin:10px auto;
	width:200px;
		clear:both;

	
	}
	
	
input.button1-2 {

	font-weight: bold;
	padding: 3px 10px;
	background-color: #e95541;
	color: #fff;
	border-style: none;
	width:200px;
	margin:0 auto;


	
	
}
input.button1-2:hover {
	background-color: #90d7ec;
	color: #fff;
	cursor: pointer;
cursor: hand;
}

/* チェックボックスcustom01 */
input.ck[type="checkbox"] {
	display: none;
}
label.ck {
	position: relative;
	display: inline-block;
	padding: 3px 15px 3px 22px;
	cursor: pointer;
}
label.ck::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #e95541;
}
input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 5px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#src_button {
	width: 170px;
	margin:10px auto;
	
	display: block;
	border: 1px solid #f88479;
	background: #f88479;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 5px 5px;
	text-decoration: none!important;
	vertical-align: middle;
	text-align:center;
	font-weight:bold;}src_button a {
	color: #fff;
	text-decoration:none!important;
	display: block;



}
#src_button:hover {
	border: 1px solid #91ae44;
	background: #91ae44;
	color: #fff;
	text-decoration:none!important;
	display: block;
}
	
	
	