  @CHARSET "UTF-8";


div.searchRound{
	margin-bottom:80px;
}

div.searchRound div.searchArea{
	position:relative;
	width:710px;
	margin-bottom:20px;
	padding:20px 45px;
	border:2px #99cc66 solid;

	font-size: 24px;
	font-size: 2.4rem;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	box-shadow:1px 2px 4px #999;
}

div.searchRound > p{
	position:relative;
	color:#5e76ff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height:38px;
	text-align:center;
}

div.searchRound > p::before {
	content: "";
	display:inline-block;
	vertical-align:middle;
	width:37px;
	height:38px;
	margin:0 10px 0 0;
	padding:3px 0 0;
	background:url(/~himi/question/images/icon_search.png) 0 0 no-repeat;
	z-index: 1;  
}
.gsc-input-box {
	padding:3px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}

input.gsc-search-button{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}



div#container h3 {
    margin-bottom: 15px !important;
    margin-left:2px;
    padding-bottom:15px !important;
	border-bottom:1px solid #a3ca95;
    line-height: 1.0 !important;
}
div.question > h4 {
	margin-bottom: 15px;
	margin-left:2px;
	color:#686868;
	font-size: 1.5rem;
}
div.question > table {
	width:710px;
    margin-bottom: 20px;
	color:#686868;
}
div.question > table tr td {
	position:relative;
	padding: 12px 0px 12px 2px;
	border-top:1px dotted #c9caca;
	border-bottom:1px dotted #c9caca;
}
div.question > table tr td > ul li{
	list-style:none;
}
div.question > table tr td > ul li > span{
	padding-right:5px;
	color:#99cc66;
}
div.question > table tr td > ul > li > a{
    position: absolute;
    bottom: 6px;
    right: 18px;
    padding: 7px 16px 4px 16px;
    background-color: #99cc66;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    color: #ffffff;
}
div.question > table.sub tr td  > ul > li > span{
	line-height: 2.5em;
	color:#99cc66;
}
div.question > table.sub tr td {
	padding: 0px 0px 8px 2px;
}
div.question > div.motto{
    width: 115px !important;
    margin-left: auto;
    margin-right: 20px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	border: 1px solid #000000;
    background-color: #ffffff;
}
div.question > div.motto > a{
    display: block;
	position: relative;
    width: 113px;
    padding: 14px 16px 13px 14px !important;
    color: #909090;
}
div.question > div.motto > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    background: url(/~himi/common/images/link_arrow.png) left top no-repeat;
    z-index: 1;
}