@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

body.search article #cat_ttl p {
	background-image: url("../images/cat_nav_icon_06.jpg");
	background-repeat: no-repeat;
}
#container #section_search h3 {
    margin: 1em 0;
    padding: 0 0 10px;
    border-bottom: 1px dotted #CCCCCC;
    border-radius: 0;
    background-color: transparent;
    color: #1A388C;
    font-size: 120%;
    font-weight: bold;
}
#container #section_search h4 {
	margin: 1.5em 0 1em 0;
	padding: 10px;
	background: none repeat scroll 0 0 #f4f4f4;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1em;
}
#container #section_search p,
#container #section_search ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
#container #main_search .input {
    float: left;
}
#container #main_search .input input {
    width: 300px;
    height: 24px;
    margin-right: 5px;
    padding: 3px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#container #main_search .submit {
	float: left;
    height: 33px;
    width: 39px;
}
#container #main_search .submit span {
    background: #003686 url("/common/images/icon_search.png") no-repeat center center/23px;
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}
#container #main_search .submit span:hover {
    opacity: 0.8;
}
#container #main_search {
	zoom: 100%;
}
#container #main_search:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#container #section_search dl {
	margin: 1em 0;
}
#container #section_search dl dt {
	margin: 1.5em 0 0.5em 0;
}
#container #section_search dl dd {
	margin: 0.5em 0 0 1em;
}
#container #section_search dl dd .description strong {
	background: #ffd801;
}
#container #section_search dl strong.keyword {
	font-weight: bold;
	color: #1A388C;
}
#container #section_search .namazu-result-footer {
	margin: 2em 0 1em 0;
	text-align: center;
}
#container #section_search .namazu-result-footer a,
#container #section_search .namazu-result-footer .current {
	margin: 0 2em;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

#container #main_search .input {
    width: 83%;
}
#container #main_search .input input {
	width: 95%;
	margin: 0;
	padding: 3px 2%
}
#container #main_search .submit {
	margin-left: 10px;
}
#container #section_search {
	margin-bottom: 2em;
}
#container #section_search dl dd {
	word-break: break-all;
}

/* 736px以下用（スマートフォン用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

#container #section_search {
	margin-bottom: 5em;
}


/* 737px以上用（PC用）の記述 end */
}
