@charset "utf-8";
@import "/common2/css/smp/smartphone.css";

@media only screen and (max-width: 599px) {

.mod-header-inner {
	border-bottom: none;
}

/* ----------------------------------------------
 * index-intro
 * ---------------------------------------------- */
.index-intro {
	font-size: 12px;
}

.index-search-name #searchSuggest {
	width: 98%;
}

/* ----------------------------------------------
 * index-search-name
 * ---------------------------------------------- */
.index-search-name .mod-search-input {
	display: table-cell;
	margin-right: 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 78%;
}
#searchButton {
	width: 100%;
}
.index-search-name .mod-search-input input[type=text],
.mod-side-RSS .mod-search-input input[type=text] {
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.index-search-name .mod-search-input input[type=text]:disabled,
.mod-side-RSS .mod-search-input input[type=text]:disabled {
	background: #eee;
}
.index-search-name .mod-search-button {
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 20%;
}
.index-search-name .mod-search-button input[type=button] {
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}

/* ----------------------------------------------
 * index-search-category
 * ---------------------------------------------- */
.index-search-category .step h3 {
	height: auto;
	min-height: 50px;
	line-height: 1;
}
.index-search-category .step h3 span.status {
	min-height: 50px;
	font-size: 14px;
}
.index-search-category .step h3 strong {
	padding: 10px;
	min-height: 50px;
	line-height: 1.2;
	font-size: 14px;
	vertical-align: middle;
}
.index-search-category .step h3.active strong span {
	display: block;
	margin-left: 0;
}
.index-search-category .step h3 strong br,
.index-search-category .step h3 strong span {
	display: none;
}
.index-search-category .step h3 strong span {
	margin-left: 0;
	font-size: 12px;
	font-weight: normal;
}
.index-search-category .step .box {
	padding: 0;
}
.index-search-category .phList {
	margin: 0;
	padding: 10px;
}
.index-search-category .phList li {
	float: none;
	display: block;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	width: 100%;
	/*height: 60px;*/
	height:auto !important;
	text-align: left;
}
.index-search-category .phList li br {
	display: none;
}
.index-search-category .phList li:first-child {
	border-top: 1px solid #d4d4d4;
}
.index-search-category .phList li.active:before {
	display: none;
}
.index-search-category .phList li:hover,
.index-search-category .nameList li p:hover {
	background: #fff;
}
.index-search-category .phList li .ph {
	display: table-cell;
	height: 60px;
	width: 60px;
	font-size: 0;
	line-height: 1;
	-moz-background-size: contain !important;
	background-size: contain !important;
}
.index-search-category .phList li .ph {
	display: table-cell;
	padding: 5px;
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 1;
}
.index-search-category .phList li .ph .holder {
	width: 50px;
	height: 50px;
	-moz-background-size: contain !important;
	background-size: contain !important;
}
.index-search-category .phList li .name {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	height: 60px;
}
.index-search-category .nameList {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
.index-search-category .nameList li {
	padding-left: 0;
	height: auto;
	width: 100%;
}
.index-search-category .nameList li p {
	overflow: hidden;
	padding: 5px 10px;
	line-height: 1.2;
/*141112*/
	text-indent:0;
}
.index-search-category .nameList li p:before {
	float: left;
	line-height: 1.2;
}
.index-search-category .nameList li span {
	display: block;
	color: #4d4d4d;
	line-height: 1.2;
	margin-left: 20px;
	padding: 0;
	height: auto;
}

/* ----------------------------------------------
 * index-info
 * ---------------------------------------------- */
.index h2 {
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 20px;
}
.index-info dl {
	font-size: 14px;
}
.index-info dt {
	float: none;
	margin-bottom: 0;
}
.index-info dd {
	margin-left: 0;
}

}