@charset "utf-8";
/* CSS Document */
/*　検索エリア　*/
.h_search_area {
}

.h_search_area ul {
	position: absolute;
	right: 391px;
	top: 15px;
}


.h_search_area input[type="radio"] {
	display: none;
}

.h_search_area label {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
}

.h_search_area input[type="text"] {
	float: left;
	width: 217px;
	padding:9px 11px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #666;
	border: none;
	border-right: none;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: #F0F0F0;
	letter-spacing: 0.08em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.h_search_area input[type="image"] {
	float: left;
	width: 60px;
	height: 40px;
	background: #666;
	border:0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 9px 10px;
}

@media screen and (max-width: 667px){

	/*　search_area　*/
	.h_search_area {
		width: 100%;
	}
	
	.form_page .h_search_area ul ,
	.ecssol_page .h_search_area ul {
		position: static;
		right: auto;
		top: auto;
	}

	/*　中　*/
	.h_search_area input[type="text"] {
		background: #fff;
		float: left;
		width: 80%;
		padding:14px 11px;
		font-size: 1.6rem;
		color: #222;
		border: #666 solid 1px;
		letter-spacing: 0.08em;
		border-radius: 0;
		vertical-align: middle;
		height: 51px;
	}
	
	.h_search_area input[type="image"] {
		width: 51px;
		height: 51px;
		padding: 14px;
		border-radius: 0;
		border: none;
		vertical-align: middle;
	}
	
	.h_search {
		display: none;
		float: none;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 50;
		width: 100%;
		height: 100%;
		background-color: #F9F9F9;
		opacity: 0;
		transition: opacity .3s;
	}
	
	.search_inner {
		overflow-y: scroll;
		padding: 70px 20px 30px;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		/*overflow-y: scroll;
		-webkit-overflow-scrolling: touch;*/
	}

	.sp_search_title {
		font-size: 1.6rem;
		font-weight: bold;
		color: #222;
		padding: 0 0 10px 0;
		display: block;
	}
	
	.search_inner .btn {
		width: 100%;
		margin: 0 auto;
		padding: 70px 0 0 0;
		text-align: center;
		font-size: 1.5rem;
	}

	.search_inner .btn a{
		color: #fff;
		width: 100%;
		padding: 15px 0;
		border: 1px #DDD solid;
		display: block;
		letter-spacing: 0;
		font-weight: bold;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
	
	.search_inner .btn a::after {
		display: inline-block;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.8rem;
		color: #FFF;
		position: absolute;
		right: 10px;
		vertical-align: middle;
	}
		
	/*　外　*/
	.h_search_btn {
		background-color: #666;
		border: none;
		cursor: pointer;
		color: #fff;
		display: block;
		height: 40px;
		outline: 0;
		position: fixed;
		right: 50px;
		top: 10px;
		width: 140px;
		z-index: 100;
	}
	
	.form_page .h_search_btn ,
	.ecssol_page .h_search_btn {
		position: absolute;
		top: 10px;
		right: 50px;
	}
	
	.h_search_btn .pro_txt {
		font-size: 1.4rem;
		font-weight: bold;
		font-family: 'Noto Sans JP';
	}
			
	/*.fixed .toggle {
		top: 0;
		left: 0;
		width: 50px;
		height: 60px;
		padding: 5px;
		text-align:center;
		background: url(../img/h_close.png) no-repeat 5px 5px;
		background-size: 30px auto;
	}*/

	.fixed .h_search_btn {
		top: 15px;
		left: 15px;
		width: 30px;
		height: 30px;
		text-align: center;
		background: url(../img/h_close.png) no-repeat;
		background-size: auto auto;
		background-size: 30px auto;
		
	}

	.fixed .h_search_btn .pro_txt {
		display: none;
	}

		
	.open {
		opacity: 1;
		display: block;
	}
	
	.fixed {
	  position: fixed;
	  width: 100%;
	  height: 100%;
	}
	
	/*search*/
	.search-category-list {
		margin: 80px 0 0;
		clear: both;
		position: static!important;
	}

	.search-category-list li {
		border-bottom: #ccc solid 1px;
		width: 92% ;
	}

	.search-category-list li:first-child {
		border-top: #ccc solid 1px;
	}

	.search-category-list li a {
		display: block;
		background-color: none;
		border-top: none;
		padding: 10px 20px 20px 20px;
		text-align: left;
        position: relative;
	}
    .search-category-list li a::after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.8rem;
        position: absolute;
        line-height: 1;
        right: 15px;
        top: 50%;
        margin: -9px 0 0;
        color: #333;
    }

	.search-category-list li a .cate-img {
		float: left;
		padding: 10px 0 0;
	}

	.search-category-list li a .cate-img img {
		height: 20px;
	}

	.search-category-list li a .cate-title {
		padding: 8px 0 0 45px;
	}

	.search-category-list .cate-player-recorder a .cate-title {
		padding: 8px 0 0 45px;
	}
	
}