@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial,Meiryo,sans-serif;
	background: #f9f9f9;
	/*background: linear-gradient( 134deg , #fff 0%, #e7f6fd 100%);*/
}
.notice p{
	font-size: 14px;
	text-align: center;
}
#wrap {
	max-width:1000px;
	min-height:150px;
	margin:0 auto;
	background:white;
	text-align:left;
	padding:5px 20px 10px 20px;
	border-left:3px solid #2a85b3;
	border-right:3px solid #2a85b3;
	border-bottom:3px solid #2a85b3;
	border-top:3px solid #2a85b3;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#wrap{
	margin-top:3%;
	padding: 1%;
}
#footer {
	text-align:center;
	margin-top:20px;
}
#footer p {
	padding:10px;
	background:white;
	margin:0 auto;
	max-width:1000px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #2a85b3;
	-moz-border-radius-bottomleft:30px;
	-moz-border-radius-bottomright:30px;
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}
#wrap,
#footer p{
	-webkit-box-shadow: 0 1px 46px rgb(100 100 100 / 25%);
    border: 1px;
		font-size: 10px;
}
span#BTN,
span#BTN_DISABLE{
	text-align: center;
    display: block;
}
h1 {
max-width: none;
    text-align: center;
    float: none;
    margin-top: 20px;
    margin-bottom: 8px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 46px;
		text-shadow: 0 0 10px rgb(0 0 0 / 13%);
}
h1 a {
    text-align: center;
    font-size: 34px;
    float: none;
    color: #333 !important;
		font-family: 'Noto Sans JP', sans-serif;
		text-decoration:none
}
h1 a:hover{ text-decoration:none}
h1.mainTitle{
	position:relative; margin-bottom:15px;
	text-shadow: 0 0 10px rgb(0 0 0 / 13%);
	background: -webkit-linear-gradient(0deg, #f337a1, #5451c5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h1.mainTitle:after, 
h1.mainTitle:before {
	content: '';
    position: absolute;
    top: 78px;
    width: 50.5%;
    height: 2px;
    /* background-color: rgba(105,106,107,.54); */
    z-index: 1;
}
h1.mainTitle:before {
    left: 0;
		background: -webkit-gradient(linear,left top,right bottom,from(#fff),to(#b1b2b3));
    background: -moz-linear-gradient(left,#fff,#b1b2b3);
    background: linear-gradient(left,#fff,#b1b2b3);
}
h1.mainTitle:after {
    right: 0;
		background-color: rgba(105,106,107,.69);
    background: -webkit-gradient(linear,left top,right bottom,from(#b1b2b3),to(#fff));
    background: -moz-linear-gradient(left,#b1b2b3,#fff);
    background: linear-gradient(left,#b1b2b3,#fff);
}
h2 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
}
h2 span{
    /*font-family: Arial,Meiryo,sans-serif;
    font-size: 12px;*/
}
h3.logo{
    text-align: center;
    margin-top: 15px;
    margin-bottom: -15px;
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 22%;
    line-height: 75px;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 16px rgb(100 100 100 / 25%);
}
h3.logo img{
	margin: 12px;
}
h3.txt{
	font-size:19px;
	font-weight: bold;
	line-height:17px;
	color: #ed395f;
}
h3.txt p{ color:#333}
h4{
      font-size: 15px;
    line-height: 12px;
    color: #0097d3;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 12px;
    padding-top: 9px;
    padding-left: 12px;
    border-left: 3px solid #0097d3;
}
.bcm { display: inline-block; width: 48.1%;margin-right:1%;}
.bcm.Rgt {margin-left:1%;}

#new_box {
    /*border-radius: 6px;
    -webkit-box-shadow: 0 1px 20px rgb(100 100 100 / 15%);
		background: linear-gradient( 138deg , #fff 0%, #e7f6fd 100%);
    border: 1px solid #ddd;
		padding: 2%;
		    width: 95%;*/
}

p.ya { text-align:center;margin: 0; margin-top: -18px;}
p.ya img { width:50px; height:auto}
#footer{ position:relative}
#footer p a.log {
    /*background: #fff url(../images/favicon.png) 2px center no-repeat;*/
		background-size:16px;
    padding-left: 30px;
}
::placeholder {
  color: #999;
	font-weight:normal
}
.try{
	width: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: 1px solid #ff5722;
    border-radius: 4px;
    margin-bottom: 12px;
    margin-top: 8px;
    background-color: #fdfbec;
}
.explan {
	font-size: 13px;
	color: #468CB2;
	line-height: 145%;
	padding-bottom: 10px;
}
.explan .point {
	float: left;
	width: 20px;
	text-align: right;
}
.explan dd {
	margin-left:20px;
}
.pr{
	display: block;margin-left: auto;margin-right: auto;max-width: 800px;padding: 10px;border-radius: 6px;color: #666;
	font-size:10px;
	color:#666
}
p.text{
    font-size: 15px;
}

.fMin {
    font-size: 14px;
    font-weight: bold;
}
.fMiddle {
    font-size: 15px;
    font-weight: bold;
}
.fBig {
    font-size: 21px;
    font-weight: bold;
}
.fBigX {
    font-size: 35px;
    font-weight: bold;
    line-height: 48px !important;
}

td {
    position:relative;
}


.ipSearch {
    padding: 2%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 20px rgb(100 100 100 / 15%);
    margin-bottom: 25px;
    margin-top: -2px;
    width: 96%;
    /* display: none; */
}
.ipSearch input.txt {
        width: 98%;
    padding: 1.2%;
    line-height: 22px;
    font-size: 16px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 8%);
    color: #333;
    font-weight: bold;
    outline: none;
    font-family: Arial;
    /* margin-top: 4px; */
    border: 1px solid #88c0eb;
    border-radius: 3px;
}
.ipSearch input.txt.h {
    width: 38%;
}
.ipSearch input.txt.url{
	width: 72%;
}
.ipSearch select {
    width: 230px;
    padding: 1.2%;
    line-height: 22px;
    font-size: 16px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 8%);
    border-radius: 3px;
}
.ipSearch select.m {
    width: 110px;
}
/*
.ipSearch input.send {
    width: 39.5%;
    height: 43px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #9c27b0;
    -webkit-box-shadow: 0 1px 6px rgb(100 100 100 / 35%);
    border-radius: 6px;
    background: linear-gradient( 359deg , rgb(235 49 112) 0%, rgb(241 72 60) 100%);
    padding-bottom: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
*/
.ipSearch input.send:hover{
	text-decoration:underline;
	cursor: pointer;
}
.swal2-title {
    font-size: 19px;
    font-weight: 400;
    font-family: Arial, Meiryo, sans-serif;
}
.swal2-styled.swal2-confirm {
    font-size: 1.2em;
		width: 120px;
}
.swal2-styled.swal2-confirm {
    background-color: #1e9af0;
}
.ui-tooltip {
	font-size: 12px;
	box-shadow: none;
	background: #333;
	color:#FFF;
	border-radius:4px;
	border: 1px solid #333;
}
.ui-tooltip:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 5px solid #333;
}
.transfer{
	margin-bottom: 12px;
    display: block;
    width: 100%;
    text-align: right;
	font-size:12px;
}
.transfer .langSelect.on{
	font-weight: bold;
    color: #333;
	font-size:13px;
}

@media screen and (max-width: 640px) and (orientation:portrait){
	body{ padding: 0 !important; width: 100%;margin: 0; background-color:#fff}
	#wrap{
		border-radius: 8px;
    margin-top: 0;
    -webkit-box-shadow: none;
    padding: 0;
    background: transparent;
		border:0;
		padding-top: 10%;
	}
	span.sp{ display:block}
	h1{ padding-bottom:0; border-bottom:1px solid #ccc; line-height:29px; padding-bottom:8px;}
	h1 a{ font-size: 25px;}
	h1.mainTitle:after, 
	h1.mainTitle:before {
		display:none
	}
	h2 {font-size: 14px;line-height:17px;margin: 0;}
	h2.ttl {
    font-size: 14px !important;
	}
	h2 span.mini {
    font-size: 12px;
	}

	h3.logo {
		margin-top: 5px;
    width: 60px;
    height: 60px;
	}
	h3.logo img{
    width: 58%;
    height: auto;
	}
	#new_box {
    -webkit-box-shadow: none;
    padding: 0;
    width: 100%;
		background: transparent;
    border: none;
	}
	.ipSearch {
    padding: 0;
    background-color: #fff;
    border: none;
    width: 94%;
    margin-left: 1%;
    padding-top: 2%;
    padding: 2%;
		-webkit-box-shadow: none;
	}
	.bcm {width: 99%;margin:0;}
	#add-url {
    width: 95%;
    padding: 2.5%;
	}
	#add-keyword{
		padding: 2.5%;
	}
	#add-button {
    float: none;
    width: 100%;
    height: 44px;
    font-size: 16px;
		margin-top: 15px;
	}
	.notice {
    margin-bottom: 25px;
    display: block;
	}
	.resBox{
		    width: 96%;
    overflow-x: scroll;
    padding: 2%;
	}
	table.res{
		width:98%;
		margin-left:1%;
	}
	table.res th,
	table.res td{
		white-space: normal;
		width:auto;
		padding-left: 0;
    margin-left: 1%;
    min-width: 45px;
		float:left;
		width: 96% !important;
	}
	table.res th{
		width:auto;
		min-width: 150px;
		padding-left: 0.85% !important;
	}
	table.res td {
   background-color: #fff;
    padding-top: 12px;
    padding-bottom: 10px;
    line-height: 16px;
	}
	table.res td.result {
    text-align: left;
    padding-left: 27px;
	}
	table.res .country {
    margin-top: -4px;
	}
	table.res #map  {
    width: 94%;
		margin-top:10px;
		margin-bottom:12px
	}
	table.res th {
    padding-left: 3%;
	}
	div.tab p.btn{
		font-size: 15px !important;
    padding: 2%;
    width: 92%;
    min-width: auto;
    margin-bottom: 6px;
	}
	.ipSearch input.txt {
   	width: 90%;
    margin-left: 2%;
    margin-bottom: 8px;
    padding: 2.9%;
    margin-top: 10px;
	}
	.ipSearch input.send {
    float: none;
    width: 96.5%;
    margin-left: 2%;
	}
	.ipSearch {
    float: left;
	}
	.ipSearch .res.pass em{
	    margin-top: 30px;
    display: block;
	}
	.fBigX {
    font-size: 33px;
    line-height: 33px !important;
	}
	.pr {
    width: 93%;
    margin-left: 1%;
	}
	table.down img {
    padding: 1px !important;
	}
}