.eps-sub-navbar-inner
{
	min-width: 320px;
}

@media screen and (min-width: 0px) and (max-width: 767px){
	#cart th, #cart td
	{
		word-break: normal;
	}
	.page-template-uscesmember-php .eps-article table,
	.page-template-uscescart-php .cart table
	{
		min-width:540px;
		background-color: #fff;
	}
	.page-template-uscesmember-php .ep_scroll,
	.page-template-uscescart-php .ep_scroll
	{
		overflow-x: scroll;
	}

	/* 写真グループ 0-767 アイコン表示・リストは隠す*/
	#ep_photo_group_btn
	{
		display:block;
	}
	.ep_photo_group_list{
		height:0;
		position: absolute;
		overflow:hidden;
		background-color: rgb(68, 68, 68);
		top: 42px;
		right: -10px;
	}
	.ep_photo_group_list .nav-list{
		padding-right: 0px;
		padding-left: 0px;
	}

	/*タグ検索*/
	.widget_ep_tag_search_widget .form-search input[type="text"] {
		width: 215px;
	}
	/*写真名検索*/
	.widget_ep_name_search_widget .form-search input[type="text"] {
		width: 215px;
	}
}

@media screen and (min-width: 768px){
	.ep_photo_group_nav{
		display:none;
	}
	/* 写真グループ 768- アイコン隠す・リストは隠す ieは常にこれ*/
	#ep_photo_group_btn
	{
		display:none;
	}
	.ep_photo_group_list{
		height:0;
		overflow:hidden;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px){
	/*タグ検索*/
	.widget_ep_tag_search_widget .form-search input[type="text"] {
		width: 93px;
	}
	/*写真名検索*/
	.widget_ep_name_search_widget .form-search input[type="text"] {
		width: 93px;
	}
}
