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

body{
	font-family: Arial,Meiryo,sans-serif;
	background: #f9f9f9;
}
.notice p{
	font-size: 14px;
	text-align: center;
}
#wrap{
	margin-top:3%;
	padding: 2%;
}
#wrap,
#footer p{
	-webkit-box-shadow: 0 1px 46px rgb(100 100 100 / 25%);
    border: 1px;
		font-size: 10px;
}
h1 {
max-width: none;
    text-align: center;
    float: none;
    margin-top: 20px;
    margin-bottom: 8px;
		font-family: 'Noto Sans JP', sans-serif;
}
h1 a {
    text-align: center;
    font-size: 44px;
    float: none;
    color: #333 !important;
		font-family: 'Noto Sans JP', sans-serif;
		text-decoration:none
}
h1 a:hover{ text-decoration:none}
h2 {
    font-size: 18px;
    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: -5px;
    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;
}
.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( 359deg , #00bcd4 0%, #009688 100%);*/
		background: linear-gradient( 138deg , #fff 0%, #e7f6fd 100%);
    border: 1px solid #ddd;
		padding: 2%;
		    width: 95%;
}

#add-text{
		width:97%;
    padding: 2%;
    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: 8px;
}
#add-radio{
	padding: 1%;
    font-size: 15px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 8%);
    border: 1px solid #008cc9;
		outline: none;
		font-family: Arial;
		height: 14px;
		width: 60px;
}
#add-button {
    float: right;
    width: 100%;
    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;
}
#add-button:hover{
	color:#FFC;
	text-decoration: underline;
}
#add-button.loading {
    background: #fff url(../images/loading.gif) left 14px center no-repeat;
    color: #f4258b;
}

#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
}

/*RES*/
table.res{
	font-size: 14px;
    width: 100%;
    background-color: #fff;
    padding: 1%;
    border-radius: 5px;
    border: 1px solid #dad9d9;
}

table.res th,
table.res td{
	line-height:21px;
	padding:5px
}
table.res th{
	font-weight: normal;
	word-break: break-word;
	white-space: nowrap;
	font-size:14px;
	width:20%;
	padding-left: 5px;
	vertical-align: top;
}
table.res td{
	word-break: inherit;
	font-family:Arial;
}
table.res th,
table.res td{
	border-bottom:1px solid #ddd;
	text-align: left;
}
table.res td.result {
    /* text-align: center; */
    font-size: 14px;
    font-weight: bold;
    color: #009999;
    background: #fff url(../images/favicon.png) 2px center no-repeat;
    background-size: 20px;
    padding-left: 30px;
}
table.res a.btn{
		border: 1px solid #ccc;
    padding: 8px;
		padding-left:20px;
		padding-right:20px;
    border-radius: 6px;
    margin: 4px;
    line-height: 12px;
    display: inline-block;
    text-decoration: underline;
}
table.res .headBox{
	display:none
}
table.res p.close{
    float: right;
    padding: 4px;
    margin: 0;
    font-size: 12px;
    text-decoration: underline;
		user-select:none
}
table.res .box{
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 1%;
}
table.res p.close i{
    text-decoration: none;
    font-size: 15px;
    width: 18px;
    height: 18px;
    line-height: 17px;
    background-color: #7a96a3;
    display: block;
    float: left;
    text-align: center;
    margin: 2px;
    margin-right: 8px;
    border-radius: 4px;
    color: #fff;
}
table.res.more{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 4px;
    /*-webkit-box-shadow: 0 1px 20px rgb(100 100 100 / 15%);*/
}
table.res.more tr:last-child th,
table.res.more tr:last-child td{
	border-bottom:none;
}
table.res p.loading{
    background-image: url(../images/loadingz.gif);
    background-position: left center;
    background-size: 23px;
    background-repeat: no-repeat;
    padding: 17px;
    margin: 0;
		display:none
}
.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;
}
.tooltip {
    width:190px;
    padding:4px;
    font-size:12px;
    margin:-30px 0 0;
    background-color:#666;
    color:#fff;
    position:absolute;
    right:-210px;
    top: 50%;
}
.tooltip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(102, 102, 102, 0);
  border-right-color: #5e5e5e;
  border-width: 8px;
  margin-top: -8px;
}

.ipSearch {
    padding: 2%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 20px rgb(100 100 100 / 15%);
    margin-bottom: 25px;
		margin-top: -2px;
		width: 96%;
		/*display:none*/
}
.ipSearch input.txt{
    font-size: 14px;
		width: 64%;
    padding: 1.2%;
    font-size: 16px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 8%);
    color: #333;
    font-weight: normal;
    outline: none;
    font-family: Arial;
    margin-bottom: 5px;
    border: 1px solid #88c0eb;
    border-radius: 3px;
}
.ipSearch input.send {
    width: 32%;
		float:right;
    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;
}
.ipSearch input.send:hover{
	text-decoration:underline;
}

.ipSearch .lft,
.ipSearch .rgt{
	float:left
}
.ipSearch .lft{
	width:68%;
}
.ipSearch .lft textarea.keywords {
    font-size: 14px;
		overflow: hidden;
    line-height: 35px;
    width: 98%;
    padding: 1.5%;
		padding-top:0;
    height: 168px;
    border: 1px solid #acacac;
    background: #fff url(../images/keywords.gif) repeat-x center;
		box-shadow: inset 0 0 6px rgb(0 0 0 / 8%);
		outline:none
}
.ipSearch .lft input.txt{
	width: 98%;
	padding: 1.5%;
}
.ipSearch .lft input.send{
	width: 50%;
}


@media screen and (max-width: 640px) and (orientation:portrait){
	body{ padding: 0 !important; width: 100%;margin: 0;}
	#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;}
	h2 {font-size: 14px;line-height:17px;margin: 0;}
	h2 span {
    font-size: 10px;
    line-height: 16px;
    display: block;
	}
	h3.logo {
		margin-top: 5px;
    width: 60px;
    height: 60px;
	}
	h3.logo img{
    width: 58%;
    height: auto;
	}
	#new_box {
    -webkit-box-shadow: 0 1px 20px rgb(100 100 100 / 15%);
    padding: 0;
    width: 100%;
		background: transparent;
    border: none;
	}
	.ipSearch {
    padding: 0;
    background-color: #fff;
    border: none;
		width: 100%;
	}
	.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: 100%;
		overflow-x:scroll
	}
	table.res th,
	table.res td{
		white-space: nowrap;
		width:auto;
		padding-left: 0;
    margin-left: 1%;
    min-width: 45px;
	}
	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;
	}
	.fBigX {
    font-size: 33px;
    line-height: 33px !important;
	}
}