/* model-search
-------------------------------------------------- */
.model-search {
	margin: 5px 0 37px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}
.model-search .form-container {
	padding: 27px 30px;
	background-color: #fafafa;
	border-radius: 3px;
	border:none;
}
.model-search .form-container .clearfix{
	overflow: hidden;
}
.model-search .legend {
	margin-bottom: 10px;
	font-size: 1.1429em;
	font-weight: bold;
}
.model-search .input-area {
	float: left;
	width: 100%;
	margin-right: -20.18%;
}
.model-search input[type=text] {
	width: 100%;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	font-size: 1em;
	height: 45px;
	line-height: 34px;
	padding: 0 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.model-search button[type=submit] {
	float: right;
	width: 15.9%;
	height: 44px;
	background-color: #666;
	font-size: 1.13em;
	font-weight: bold;
	text-align: center;
	border: none;
	color: #fff;
	line-height: 34px;
}
.model-search button[type=submit] .inner {
	display: inline-block;
	letter-spacing: .5em;
}
.model-search button[type=submit] .inner:before {
	position: relative;
	content: "";
	display: inline-block;
	width: 22px;
	height: 23px;
	margin-right: 10px;
	background: url(/ja/announcement/common/img/icon_search_2x.png) no-repeat;
	-webkit-background-size: 22px auto;
	background-size: 22px auto;
	top: 5px;
}
.model-search .annotation {
	margin-top: 15px;
}
.model-search ::-webkit-input-placeholder{color:#b4b4b4}
.model-search :-ms-input-placeholder{color:#b4b4b4}
.model-search ::-moz-placeholder{color:#b4b4b4;opacity:1}
.model-search :-moz-placeholder{color:#b4b4b4;opacity:1}
#result {
	position:relative;
/*	min-height:300px;*/
}
.list-result{
	width:100%;
	border-collapse:collapse;
	-webkit-animation-duration:.5s;
	animation-duration:.5s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	opacity:0;
}
.list-result td,
.list-result th {
	border:1px solid #ccc;
}
.list-result th {
	padding:12px 18px;
	background-color:#e0e0e0;
	text-align:center;
	font-weight:700;
}
.list-result td {
	padding:10px 18px;
}
.list-result .product-name {
	width:25%;
	font-weight:700;
}
.list-result .model-name {
	width:14%;
	text-align:center;
}
.list-result tr.bg td {
	background-color:#fafafa;
}
.list-result .sp-head {
	display:none;
}
.btn_back {
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #ccc;
	text-align:center;
}
.btn_back>a {
	display:inline-block;
	width:25.16%;
	padding:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#666;
	border-radius:3px;
	color:#fff;
}
.noresult {
	padding-left: 9px;
	padding-right: 9px;
	margin-bottom:100px;
	font-weight:700;
}
.loader-wrap {
	position:absolute;
	top:100px;
	left:0;
	width:100%;
}
.loader {
	font-size:10px;
	text-indent:-9999em;
	margin:0 auto;
	width:7em;
	height:7em;
	border-radius:50%;
	background:#c00;
	background:-webkit-linear-gradient(left,#c00 10%,rgba(255,255,255,0) 42%);
	background:-webkit-gradient(linear,left top,right top,color-stop(10%,#c00),color-stop(42%,rgba(255,255,255,0)));
	background:linear-gradient(to right,#c00 10%,rgba(255,255,255,0) 42%);
	position:relative;
	-webkit-animation:load3 1.4s infinite linear;
	animation:load3 1.4s infinite linear;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
}
.loader:before {
	width:50%;
	height:50%;
	background:#c00;
	border-radius:100% 0 0 0;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
.loader:after {
	background:#fff;
	width:75%;
	height:75%;
	border-radius:50%;
	content:'';
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.fadeIn {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn;
}

@media only screen and (max-width: 767px) {
	.section-title {
		margin-bottom:15px;
		padding:9px 10px;
		font-size:16px;
	}
	.model-search {
		margin: 0 0 25px;
	}
	.model-search .form-container {
		padding: 20px 15px;
	}

	.model-search .legend {
		margin-bottom: 10px;
	}

	.model-search .input-area {
		float: none;
		width: auto;
		margin-right: 0;
	}

	.model-search input[type=text] {
		font-size: 1em;
		height: 45px;
		line-height: 45px;
		border-radius: 0;
	}

	.model-search button[type=submit] {
		float: none;
		width: 100%;
		height: 45px;
		margin-top: 10px;
		border-radius: 0;
		font-size: 1.1429em;
		line-height: 45px;
	}
	.model-search button[type=submit] .inner:before {
		content: "";
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-right: 7px;
		background: url(/ja/announcement/common/img/icon_search_2x.png) no-repeat;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
		top: 3px;
	}
	.model-search .annotation {
		margin-top: 12px;
		font-size: .8571em;
	}
	#result {
		min-height:200px;
	}
	.list-result thead {
		display:none;
	}
	.list-result .product-name {
		display:none;
	}
	.list-result .model-name {
		width:43%;
	}
	.list-result .sp-head {
		display:table-row;
	}
	.btn_back {
		margin-top:25px;
		padding-top:20px;
	}
	.btn_back>a {
		width:100%;
	}
	.loader-wrap {
		top:50px;
	}
	.loader {
		width:4em;
		height:4em;
	}
}
@-webkit-keyframes load3{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes load3{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-webkit-keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}

/*AEM調整*/
.list-result .link{
	display: table-cell;
}
.list-result .link:before{
	display: none;
}