@charset "utf-8";

input[type=button] {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.box_search .column1 {
    background: #f5f5f7;
    border: 1px solid #ececec;
}

.box_search div.text-section {
    padding: 0 60px 20px;
    margin: 0;
}

.box_search div.title2 {
    margin: -1px;
}

.box_search:not(.visible) div.link-list {
    display: none;
}


.search_bg {
	position: relative;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;

    padding: 20px 60px;
}

.search_bg.disabled:before {
	content: "編集中は検索機能を停止";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width:100%;
	height: 100%;
	z-index: 10;
	background: rgba(192,192,192, 0.7);
	font-size: 25px;
	line-height: 2.5;
	text-align: center;
}

.search_bg dl:after {
    content: "";
    display: block;
    clear: both;
}

.searchform input[type=text] {
    margin: 0;
    border: none;
    background: none;
    outline: none;
    border-radius: 0;

    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 80px);
    height: 56px;
    padding: 18px 20px;
    border: 1px solid #ececec;
    border-right: none;
    background: #fff;
}

.searchform input[type=submit] {
    text-indent: -9999px;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    border-radius: 0;

    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80px;
    height: 56px;
    padding: 18px 40px;
	background: #eb5505 url("../../../resources/sw_img/icon_glass.png") no-repeat center center;
    cursor: pointer;
}



#search_result {
/*    float: left; */
}

#search_result .total ,
#search_result .range-start ,
#search_result .range-end {
    font-size: 120%;
    color: #ec5400;
}

#search_result .range:not(.visible) {
    display: none;
}

#loading_indicator .text {
    display: none;
}

#loading_indicator progress {
    display: none;

    height: 30px;
    width: 50%;
    margin-left: 25px;
    margin-bottom: 20px;
}

#loading_indicator .floatingBarsG{
	position:relative;
	width:60px;
	height:75px;
	margin:auto;
}

#loading_indicator .blockG{
	position:absolute;
	background-color: #19003c;
	width:10px;
	height:23px;
	border-radius:8px 8px 0 0;
		-o-border-radius:8px 8px 0 0;
		-ms-border-radius:8px 8px 0 0;
		-webkit-border-radius:8px 8px 0 0;
		-moz-border-radius:8px 8px 0 0;
	transform:scale(0.4);
		-o-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
	animation-name:fadeG;
		-o-animation-name:fadeG;
		-ms-animation-name:fadeG;
		-webkit-animation-name:fadeG;
		-moz-animation-name:fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#loading_indicator .rotateG_01{
	left:0;
	top:27px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
	transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
}

#loading_indicator .rotateG_02{
	left:8px;
	top:10px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
	transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
}

#loading_indicator .rotateG_03{
	left:25px;
	top:3px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
	transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
}

#loading_indicator .rotateG_04{
	right:8px;
	top:10px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

#loading_indicator .rotateG_05{
	right:0;
	top:27px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
	transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
}

#loading_indicator .rotateG_06{
	right:8px;
	bottom:7px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
	transform:rotate(135deg);
		-o-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		-moz-transform:rotate(135deg);
}

#loading_indicator .rotateG_07{
	bottom:0;
	left:25px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
	transform:rotate(180deg);
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
}

#loading_indicator .rotateG_08{
	left:8px;
	bottom:7px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
	transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
}



@keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}


#restart {
    margin: 20px 25px;
}



.box_items:not(.visible) ,
.search_subparts:not(.visible) ,
#sharewithmain > div > div.hidden {
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}



/* ページ切り替え */
#search_pager {
    text-align: center;
}

#search_pager input[type=button] {
    padding: 5px 10px;
    margin: 3px 3px;

    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    color: #000;
    background: #eae9ee;
    border-radius: 2px;
    outline: none;
}

#search_pager input[type=button].act {
    text-decoration: underline;
}

#search_pager input[type=button]:hover ,
#search_pager input[type=button]:active {
    background-color: #ec5400;
    color: #fff;
}



/* プリセットボタン */
.box_preset_label > .column1,
.box_preset_mod > .column1 {
    background: #f5f5f7;
    border: 1px solid #ececec;
}

.box_preset_label div.text-section ,
.box_preset_mod div.text-section {
    padding: 0 30px;
    margin: 0;
}

.box_preset_label div.title2 ,
.box_preset_mod div.title2 {
    margin: -1px;
}

#search_preset_label ,
#search_preset_mod {
    padding: 20px 30px;
}

#search_preset_label input[type=button] ,
#search_preset_mod input[type=button] {
    padding: 7px 15px;
    margin: 3px 3px;

    min-width: 100px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    color: #0078c1;
    background: #fff;
    border-radius: 3px;
    outline: none;
}

#search_preset_label input[type=button]:hover ,
#search_preset_label input[type=button]:active ,
#search_preset_mod input[type=button]:hover ,
#search_preset_mod input[type=button]:active {
    color: #fff;
    background-color: #0078c1;
    border-color: #0078c1;
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
    .box_search div.text-section {
        padding: 0 20px 15px;
    }

    .search_bg {
        padding: 20px 15px;
    }

    #search_preset_label ,
    #search_preset_mod {
        padding: 20px 15px;
    }

}
