@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: 15px;
    width: 100%;
    background-color: #fff;
    padding: 1%;
    border-radius: 5px;
    border: 1px solid #dad9d9;
}
table.res th,
table.res td{
	line-height:32px;
}
table.res th{
	font-weight: normal;
	word-break: break-word;
	white-space: nowrap;
	font-size:14px;
	width:20%;
	padding-left: 5px;
}
table.res td{
	word-break: inherit;
	font-family:Arial;
}
table.res th,
table.res td{
	border-bottom:1px solid #ddd
}
table.res td.result{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #1c9bef;
}
table.res td.span{
	padding:4px;
	background-color: #f5f5f5;
}
table.res .code {
    font-size: 15px;
    font-weight: normal;
    color: #26628d;
		word-break: break-all;
}
table.res td.head {
    background-color: #008cc9;
    color: #fff;
    text-align: left;
    padding-left: 12px;
    border-radius: 5px;
}
i.btnCopy {
    float: right;
    width: 30px;
    height: 30px;
    background-image: url(../images/copy.png);
    background-repeat: no-repeat;
    background-size: 17px;
		background-position: center;
}
.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;
}
.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;
}

/*TAB*/

div.tab {
width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 12px;
}
div.tab p.btn {
    display: inline-block;
    padding: 10px;
    background-color: #ccc;
    width: 30%;
    text-align: center;
    border-radius: 8px;
    margin: 0;
    font-size: 14px;
    color: #333;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-bottom: none;
    box-shadow: inset 0 0 6px rgb(160 188 208);
    background: linear-gradient( 138deg , #effbfd 0%, #cae5fb 100%);
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 12px;
}
div.tab p.btn.On{
	font-size: 14px;
    font-weight: bold;
    background: linear-gradient( 138deg , #00bcd4 0%, #2196f3 100%);
    color: #fff;
		border: 1px solid #2196f3;
}
div.tab p.btn:hover{
	text-decoration:underline;
	cursor:pointer
}
.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 {
    width: 67%;
    padding: 1%;
    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.send {
    float: right;
    width: 29.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;
}
.ipSearch input.send:hover{
	text-decoration:underline;
}
.resBox{
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1.5%;
    line-height: 18px;
    font-size: 14px;
    font-family: Arial;
}
.resBox pre{
	white-space: break-spaces;
}
.resBox b{
	display:inline-block; min-width:150px;
}
.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;}
	#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: 23px;}
	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: 94%;
    margin-left: 1%;
		margin-top:12px
	}
	.resBox b{
		display: inline;
    padding-right: 10px;
	}
	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: 5px;
	}
	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 {
		padding-bottom: 10px;
	}
	.fBigX {
    font-size: 33px;
    line-height: 33px !important;
	}
}