.bg_search{
   background:none;
}
#searchArea *,
#snlbigSea *{
    box-sizing:border-box;
}

#searchArea {
    padding-top:0 !important;
}

#searchArea .minSize {
	margin: 0 auto;
	background-color: rgba(255,255,255,0.95);
	padding: 20px 20px 2em;
	box-shadow:0 3px 3px #999999;
    position: relative;
}

    .searchPrBoxi input::-webkit-input-placeholder{
        color: #b4b3b3;
    }
    .searchPrBoxi input::-moz-placeholder{
        color: #b4b3b3;
    }
    .searchPrBoxi input:-moz-placeholder{
        color: #b4b3b3;
    }
    .searchPrBoxi input:-ms-input-placeholder{
        color: #b4b3b3;
    }

#searchArea .search_box,
#snlbigSea .search_box {
	display: table;
	width: 100%;
}

    #searchArea .search_box > .text,
    #searchArea  .search_box > .btn,
    #snlbigSea .search_box > .text,
    #snlbigSea .search_box > .btn{
        display:table-cell;
	text-align:center;
        vertical-align:middle;
        padding:0 5px;
    }

   #searchArea .search_box > .text{
        width:85%;
        padding-left:14px;
   }


#searchArea .search_box > .text > input[type="text"],
#snlbigSea .search_box > .text > input[type="text"]{
	background: #ffffff;
	border: solid 1px #999999;
	width: 100% !important;
	font-size: 126%;
	font-weight: normal;
        padding:0.3em 0.5em;
	min-height:2em !important;
}

#snlbigSea .search_box > .text > input[type="text"]{
      float:none !important;
	margin:0 !important;
}


#searchArea .search_box > .btn > input[type="submit"],
#snlbigSea .search_box > .btn > input[type="submit"]{
	background: #dddddd;
	width: 90%;
	display: block;
	border-radius: 5px;
	border-bottom: solid 2px #666666;
	cursor:pointer;
	color:#333333;
	text-indent:0;
}
#searchArea .search_box > .btn > input[type="submit"]:hover {
	opacity:0.8;
}
    
.search_word {
	font-size: 106%;
	font-weight: normal;
	margin: 20px 20px 0;
}
.search_word dt {
	text-align: left;
	color: #333;
	font-weight: bold;
	font-size:106%;
	margin-bottom:0.5em;
}



.search_word dt::before {
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	content: "";
	border: solid 0.3em #cc3333;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 0.5em;
}

.search_word .flake > ul {
	text-align: left;
}

.search_word .flake li {
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: 1em;
}
.search_word .flake li > a {
	display: inline-block;
	padding: 0.5em 1em 0.5em 0.5em;
	border: solid 1px #cccccc;
	background: #ffffff;
	border-radius: 5px;
	margin-right: 1em;
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.search_word .flake > ul > li > a::before,
html .sug_element a:before {
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	border: solid 2px #797979;
	content: "";
	border-top: none;
	border-left: none;
	transform: rotate(-45deg);
	margin-right: 0.4em;
}

html .sug_list{
       z-index: 10001!important;
       text-align:left !important;
       /*	background: none !important;*/
       margin-top:1em !important;
}
html .sug_element {
	background: none !important;
	border: none !important;
}

html .header_search_sp .sug_list{
    opacity:1 !important;
    margin-top: 0 !important;
    background: none;
}

html .header_search_sp .sug_element{
    background: rgb(245, 245, 245) !important;
    border-top: solid 1px #e4e4e4 !important;
    font-size: 106%;
    padding:0.5em !important;
}
html .sug_element:hover,html .sug_element.current_element{
	background-color:rgb(220, 220, 220) !important;
}

/*スマホメニュー*/

#snlbigSea{
    padding:14px 2%;
}
#snlbigSea >p{
	padding-left:0;
}

   #snlbigSea .search_box > .text,
   #snlbigSea .search_box > .btn{
       padding:0;
   }


   #snlbigSea .search_box > .btn{
       width:30%;
   }
   #snlbigSea .search_box > .text{
       width:70%;
       padding-right:14px !important;
   }

#snlbigSea .search_box > .btn > input[type="submit"]{
	width:100%;
}

#snlbigSea .search_word{
	padding: 0;
	margin: 1em 0 0;
	font-size: 96% !important;
}
#snlbigSea .search_word dt {
   color:#ffffff !important;
}

#snlbigSea .search_word .flake{
    display:none;
}

#snlbigSea .search_word .flake li {
	display: block;
	margin-right: 0;
	margin-bottom: 0.5em;
}

#snlbigSea .search_word .flake li > a{
    background: #efefef;
    display:block;
    text-align:left;
    padding-left:1em;
}

#snlbigSea .search_word dt{
	cursor:pointer;
}
#snlbigSea .search_word dt::after {
	content: "";
	position: absolute;
	display: inline-block;
	border-bottom: solid 3px #cc3333;
	width: 12px;
	height: 12px;
	border-right: solid 3px #cc3333;
	transform: rotate(45deg);
	right: 15px;
}


/*------------個別ページ検索ボックス--------------*/

.searchPrBoxi {
    margin: auto;
    width: 760px;
   -webkit-appearance:none;
    overflow:hidden;
    padding:0;
    position:relative;
}

.searchPrBoxi input[type=text]{
    border: 1px solid #dedede;
    font-weight: bold;
    padding: 14px 55px 14px 10px;
    width:100%;
    box-sizing:border-box;
}

.searchPrBoxi input[type=submit]{
    background-image:url(/share/images/search_common_btn.png);
    width:49px;
    height:46px;
    background-repeat:no-repeat;
    border-style: none;
    cursor:pointer;
    text-indent:-9999px;
    overflow:hidden;
    position:absolute;
    top:3px;
    right:3px;
    line-height:0;
}

.searchPrBoxi input[type=submit]:hover{
    opacity:0.8;
}

.searchPrBoxi.story:last-of-type{
    display:none;
}
@media screen and (max-width: 800px) {
.searchPrBoxi.story:last-of-type{
    display:block;
}
}



/*------個別ページサジェスト-----------*/
html .unique_search .sug_list {
    background-color: rgba(255,255,255,0.95) !important;
    left: 0;
    list-style: outside none none;
    margin: 0 !important;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0;
    word-break: break-all;
    z-index: 9999;
    text-align:left;
    box-shadow:0 2px 2px #999999;
    box-sizing:border-box !important;
}

html .unique_search .sug_element {
    border-bottom: 1px solid #cccccc !important;
    color: #333;
    cursor: pointer;
    opacity: 1;
    padding: 12px;
}

html .unique_search .sug_element a {
    color: #333 !important;
    display: block;
    height: auto;
    padding-left: 0 !important;
    position: relative;
    text-decoration: none;
}

html .unique_search .sug_element:hover, .unique_search .current_element {
    background-color:rgba(255, 231, 191,0.95) !important;
    font-weight:100;
    opacity: 0.92;    
}

@media screen and (max-width: 800px) {
	    .searchPrBoxi:nth-of-type(1){
	        display: none;
	    }
	.searchPrBoxi{
	       width:96%;
	}
html .unique_search .sug_element a {
	padding-left:0 !important;
}

}

#searchArea .search_close{
    position: absolute;
    bottom: 8px;
    display: inline-block;
    font-weight: bold;
    right:14px;
    color:#666666;
    padding-left:1.2em;
    cursor:pointer;
}
#searchArea .search_close:hover{
    opacity: 0.5;
}


#searchArea .search_close::before,
#searchArea .search_close::after{
    content: "";
    height:0.8em;
    border: solid 2px #999999;
    width:0;
    position: absolute;
    left: 0;
    transform-origin: center center;
    top:50%;
    margin-top: -0.55em;
}

#searchArea .search_close::before{
    transform: rotate(45deg);
}
#searchArea .search_close::after{
    transform: rotate(-45deg);
}