@charset "utf-8";
/* -------------------------------
 *
 * Reset
 *
 ------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}
html {
	font-family: Verdana, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1;
	font-size: 62.5%;
	color: #111;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img {
	border-style: none;
	border: none;
	vertical-align: bottom;
}
a {
	border-style: none;
	border: none;
	outline: none;
	text-decoration: none;
	color: #111;
}
a img {
	border-style: none;
	border: none;
	outline: none;
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
input:focus {
	outline: 0;
}
input[type="text"], textarea, select {
	outline: none;
	font-family: Verdana, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
}
input[type="submit"]::-moz-focus-inner {
 border: 0px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
 font-family: Verdana, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 line-height: 1.5;
}
input[type="number"] {
	-moz-appearance: textfield;
	font-family: Verdana, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
}
input[type=file] {
	font-weight: bold;
	font-family: Verdana, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1;
	height: 30px;
}
/* -------------------------------
 *
 * float
 *
 ------------------------------ */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* -------------------------------
 *
 * clearfix
 *
 ------------------------------ */
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix {
	zoom: 1;
}
/* -------------------------------
 *
 * PC/SP change
 *
 ------------------------------ */
.pc {
	display: block;
}
.sp {
	display: none !important;
}
.pc_br {
	display: inline !important;
}
.sp_br {
	display: none!important;
}
@media screen and (max-width:767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.pc_br {
	display: none !important;
}
.sp_br {
	display: inline !important;
}
}
/* -------------------------------
 *
 * PC/SP common
 *
 ------------------------------ */
#wrapper {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}
h1 {
	color: #333;
}
h1 a {
	color: #333;
	font-weight: bold;
}
h2 {
	color: #333;
	font-weight: bold;
}
h2 span {
	color: #333;
	font-weight: bold;
}
header {
	border-top: #333 solid 5px;
}
footer {
	border-top: #333 solid 5px;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
label {
	font-weight: bold;
	line-height: 2;
}
.lead span {
	font-weight: bold;
	color: #F06060;
}
/* -------------------------------
 *
 * PC
 *
 ------------------------------ */
@media screen and (min-width:768px) {
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#wrapper {
	min-width: 1062px;
	line-height: 1.5;
	position: relative;
}
/*header*/
header {
	padding: 12px 10px;
	overflow: hidden;
}
h1 {
	font-size: 18px;
	font-size: 1.8rem;
	float: left;
	letter-spacing: 0.05em;
}
h1 a {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
header .contact {
	float: right;
	border: #333 2px solid;
	border-radius: 4px;
	background: #333;
}
header .contact a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.05em;
	display: inline-block;
	padding: 4px 20px;
	font-weight: bold;
}
.sns {
	position: absolute;
	top: 60px;
	right: 10px;
}
.sns ul {
	overflow: hidden;
	float: right;
}
.sns ul li {
	float: left;
	margin: 10px 0 0 10px;
}
/*content*/
.content {
	width: 1062px;
	margin: 0 auto;
}
.content h2 {
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 20px 0;
	letter-spacing: 0.05em;
}
.content h2 span {
	letter-spacing: 0.05em;
}
.content h2 span::before {
	content: url(../img/icon_taro.png);
	position: relative;
	top: 12px;
	left: -8px;
}
.lead_box {
	overflow: hidden;
	margin: 0 31px;
}
.aa_lead_box {
	overflow: hidden;
}
.lead {
	float: left;
	width: 660px;
}
.fb_page_box {
	float: right;
	width: 320px;
}
.fb_lead {
	font-weight: bold;
	color: #5cc1af;
}
.box {
	overflow: hidden;
	margin: 20px 31px 40px;
}
.box_l {
	float: left;
	width: 382px;
}
.box_qr_l {
	float: left;
	width: 490px;
}
.box_qr_l span {
	display: block;
	font-weight: bold;
	color: #F06060;
	margin: 10px 0 30px;
}
.box_l_inner {
	margin: 15px 0 0;
	display: table;
	width: 382px;
	table-layout: fixed;
}
.box_l_inner label {
	display: table-cell;
	width: 34%;
}
.box_l_inner input[type=text] {
	width: 30%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
}
.box_l_inner input[type=number] {
	width: 30%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
}
.box_l_inner select {
	width: 100%;
	line-height: 30px;
	height: 30px;
}
.box_img_l {
	float: left;
	width: 598px;
}
.box_img_l span {
	display: block;
	font-weight: bold;
	color: #F06060;
}
.box_img_l_inner {
	margin: 15px 0 0;
	display: table;
	width: 598px;
	table-layout: fixed;
}
.box_img_l_inner label {
	display: table-cell;
	width: 68%;
}
.box_img_l_inner input[type=text] {
	width: 50%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
}
.box_img_l_inner input[type=number] {
	width: 50%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
}
.box_img_l_inner select {
	width: 80%;
	line-height: 30px;
	height: 30px;
}
.box_c {
	float: left;
	width: 216px;
	margin: 30px 10px 0;
}
.box_c_mt0{
	margin: 0 10px 0;
}
.box_c_mt20{
	margin: 20px 10px 0;
}
.box_c select {
	width: 216px;
	height: 30px;
	line-height: 30px;
}
.box_c input[type=text] {
	width: 96%;
	padding: 0 2%;
	height: 30px;
	line-height: 30px;
}
.box_c input[type=number] {
	width: 96%;
	padding: 0 2%;
	height: 30px;
	line-height: 30px;
}
.btn {
	margin: 20px 0;
}
.btn input {
	display: block;
	background: #F06060;
	width: 216px;
	text-align: center;
	padding: 10px 0;
	border-radius: 4px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	margin: 0 auto;
}
.btn input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.btn input[type="submit"][disabled] {
	background: #ccc;
	cursor: wait;
}
.box_r {
	float: left;
	width: 382px;
}
.box_qr_r {
	float: left;
	width: 490px;
}
.box_r a {
	font-weight: bold;
	color: #F06060;
	text-decoration: underline;
}
.box_r span {
	display: block;
	font-weight: bold;
	color: #F06060;
}
.box_r .img {
	text-align: center;
}
.box textarea {
	width: 360px;
	height: 200px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-weight: 14px;
	font-size: 1.4rem;
}
.pass textarea {
	width: 360px;
	height: 98px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-weight: 14px;
	font-size: 1.4rem;
}
.box_qr_r textarea {
	width: 468px;
	height: 200px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-weight: 14px;
	font-size: 1.4rem;
}
.request_info #list table {
	width: 980px;
	margin: 20px auto 40px;
}
.request_info #list table tr {
	border-bottom: #efefef solid 1px;
}
.request_info #list table tr th {
	padding: 20px 10px;
	word-wrap: break-word;
	background: #f7f7f7;
	width: 200px;
}
.request_info #list table tr td {
	padding: 20px 10px;
	word-wrap: break-word;
}
.box_whois_wrapper {
	margin: 20px 31px 40px;
}
.box_whois_inner {
	overflow: hidden;
	margin: 0 0 10px;
}
.box_whois_l {
	float: left;
	display: table;
	table-layout: fixed;
	width: 784px;
	margin: 4px 0 0;
}
.box_whois_l label {
	display: table-cell;
	width: 20%;
}
.box_whois_l input[type=text] {
	width: 86%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
}
.box_whois_l select {
	width: 90%;
	line-height: 30px;
	height: 30px;
}
.box_whois_r {
	float: left;
	width: 216px;
}
.box_whois_r .btn {
	margin: 0;
}
.box_whois textarea {
	width: 980px;
	margin: 0 auto;
	min-height: 300px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-weight: 14px;
	font-size: 1.4rem;
}
.box_tokenize_wrapper {
	margin: 20px 31px 40px;
}
.box_tokenize_wrapper textarea {
	width: 980px;
	margin: 0 auto;
	min-height: 200px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-weight: 14px;
	font-size: 1.4rem;
}
.box_tokenize {
	overflow: hidden;
	margin: 10px 0;
}
.box_tokenize #list {
	width: 1000px;
	margin: 0 auto;
}
.box_tokenize #list table {
	width: 1000px;
	margin:0 auto 10px;
	table-layout: fixed;
}
.box_tokenize #list table tr {
	border-bottom: #efefef solid 1px;
}
.box_tokenize #list table tr th {
	padding: 20px 10px;
	word-wrap: break-word;
	background: #f7f7f7;
	width:100%;
}
.box_tokenize #list table tr td {
	padding: 20px 10px;
	word-wrap: break-word;
}
.box_tokenize_l {
	float: left;
	width: 460px;
	overflow: hidden;
}
.mt20{
	margin-top:20px;
}
.box_tokenize_l label {
	float: left;
	width: 20%;
}
.box_tokenize_l select {
	float: left;
	width: 80%;
	line-height: 30px;
	height: 30px;
}
.box_tokenize span {
	font-weight: bold;
	line-height: 2;
}
.note{
	font-weight: bold;
	line-height: 2;
	color:#F06060;
}
.note span {
	font-weight: bold;
	line-height: 2;
	color:#111;
}
.box_tokenize_l p {
	font-weight: bold;
	color: #F06060;
}
.box_tokenize_r {
	float: right;
	width: 500px;
	overflow: hidden;
	margin-left: 40px;
}
.box_tokenize_r .btn {
	float: left;
	margin: 20px 10px;
}
.box_crawl {
	float: left;
	display: table;
	table-layout: fixed;
	width: 784px;
	margin: 4px 0 0;
}
.box_crawl label {
	display: table-cell;
	width: 35%;
}
.box_crawl select {
	width: 88%;
	line-height: 30px;
	height: 30px;
}
.mtm30 {
	margin-top: -30px !important;
}
.crawl_txt {
	font-weight: bold;
	color: #F06060;
}
.box_wget03 {
	margin-bottom: 15px;
}
.box_wget04 {
	font-weight: bold;
	color: #F06060;
}
.box_wget01 textarea {
	width: 980px;
	margin: 0 auto;
	min-height: 40px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-weight: 14px;
	font-size: 1.4rem;
}
.box_wget02 textarea {
	width: 980px;
	margin: 0 auto;
	min-height: 500px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-weight: 14px;
	font-size: 1.4rem;
}
.bnr_block {
	width:728px;
	text-align:center;
	margin: 30px auto 60px;
}
.bnr_block p {
	font-size:12px;
	font-size:1.2rem;
	margin: 0 0 6px;
}
.top_list ul {
	margin: 20px 0 20px 20px;
	overflow: hidden;
}
.top_list ul li {
	width: 325px;
	margin: 0 20px 20px 0;
	float: left;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
}
.top_list ul li.new01 {
	border: #85d1c3 solid 1px;
}
.top_list ul li.new02 {
	border: #F06060 solid 1px;
}
.top_list ul li dt a {
	background: #f5f5f5;
	padding: 10px;
	display: block;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.top_list ul li.new01 dt a {
	background: #5cc1af;
	color: #fff;
}
.top_list ul li.new02 dt a {
	background: #F06060;
	color: #fff;
}
.top_list ul li dt a::after {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
	height: 6px;
	width: 6px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 40%;
	right: 3%;
}
.top_list ul li.new01 dt a::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}
.top_list ul li.new02 dt a::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}
.top_list ul li dt a:hover {
	background: #333;
	color: #fff;
}
.top_list ul li.new01 dt a:hover {
	background: #5cc1af;
	color: #fff;
}
.top_list ul li.new02 dt a:hover {
	background: #f38080;
	color: #fff;
}
.top_list ul li dd {
	padding: 10px 10px 15px;
	border-radius: 0 0 4px 4px;
	height: 80px;
}
.article_block {
	width: 1000px;
	margin: 0 auto 20px;
	border-top: #f7f7f7 solid 5px;
	padding: 20px 0 0;
}
.article_block h3 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}
.article_block .text {
	padding: 10px;
}
.article_block .text span {
	display: inline-block;
	padding-left: 1em;
}
.article_block .code_java {
	margin: 0 10px 30px;
}
.article_block .code_java pre {
	border-radius: 4px;
	padding: 10px 20px;
	background: #f7f7f7;
	word-wrap: normal;
	white-space: pre;
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	overflow-x: scroll;
}
.article_block h4 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 10px;
}
.article_block .code_compile {
	margin: 0 10px 30px;
}
.article_block .qr {
	font-weight: bold;
	margin: 10px;
}
.article_block .qr_img {
	margin: 0 10px;
}
.article_block .aa_img {
	width: 60%;
	margin: 0 10px;
}
.article_block .code_compile pre {
	border-radius: 4px;
	padding: 10px 20px;
	background: #333;
	color: #fff;
	word-wrap: normal;
	white-space: pre;
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	overflow-x: scroll;
}
.immunity {
	width: 1000px;
	margin: 30px auto;
	padding: 10px;
	border: #f7f7f7 solid 1px;
}
.immunity dt {
	border-bottom: #f7f7f7 solid 1px;
	padding: 5px 0;
	margin: 0 0 5px;
	font-weight:bold;
}
.immunity dd{
	margin:0 0 10px;
}
.as_lead {
	margin: 0;
}
.box_aa_wrapper {
	margin: 20px auto 40px;
}
.box_aa {
	overflow: hidden;
}
.box_aa_l_inner span {
	display: block;
	font-weight: bold;
	color: #F06060;
	margin: 0 0 15px;
}
.box_aa_l {
	float: left;
	width: 490px;
}
.box_aa_l input[type=text] {
	width: 10%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
}
.box_aa_l input[type=number] {
	width: 10%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
}
.box_aa_r {
	float: left;
	width: 572px;
}
.box_aa_r span {
	display: block;
	font-weight: bold;
	color: #F06060;
}
.box_aa_result textarea {
	width: 1040px;
	min-height: 600px;
	margin: 0 auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-size: 8px !important;
	line-height: 1;
	font-family: "Osaka-等幅", "Osaka-Mono", "ＭＳ ゴシック", "MS Gothic", monospace !important;
}
.box_aa_result span {
	display: block;
	font-weight: bold;
	color: #F06060;
}
.box_diff_wrapper {
	margin: 20px auto 40px;
}
.box_diff_wrapper span {
	font-weight: bold;
	color: #F06060;
}
.box_diff_wrapper_in {
	overflow: hidden;
}
.box_diff_l {
	float: left;
	width: 520px;
}
.box_diff_r {
	float: right;
	width: 520px
}
.box_diff_wrapper_in textarea {
	width: 498px;
	margin: 0 auto;
	min-height: 280px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-weight: 14px;
	font-size: 1.4rem;
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}
.diff_box {
	width: 490px;
	border-right: #ccc solid 1px;
	border-left: #ccc solid 1px;
	padding: 0 15px;
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
	word-wrap: break-word;
}
.diff_box em {
	background: #5cc1af;
	color: #fff;
	font-weight: bold;
}
.box_fb textarea {
	width: 980px;
	margin: 0 auto;
	min-height: 200px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-weight: 14px;
	font-size: 1.4rem;
}
.fb_txt {
	font-weight: bold;
	color: #F06060;
	display: block;
}
.fb_txt a {
	font-weight: bold;
	color: #F06060;
}

.box_word_wrapper {
	margin: 20px 31px 40px;
}
.box_word_l{
	float:left;
	width: 490px;
}
.box_word_r{
	float:right;
	width: 490px;
}
.box_word_wrapper textarea {
	width:468px;
	margin: 0 auto;
	min-height: 200px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px;
	font-weight: 14px;
	font-size: 1.4rem;
}
.box_word {
	overflow: hidden;
	margin: 10px 0;
}

/*footer*/
footer {
	padding: 20px;
}
.footer_inner {
	width: 980px;
	margin: 0 auto;
}
footer dl dt {
	font-weight: bold;
	margin: 0 0 10px;
}
footer dl nav ul li {
	display: inline-block;
	line-height: 2;
}
footer dl nav ul li:before {
	content: "｜";
}
footer dl nav ul li:first-child:before {
	content: none;
}
.feedback a {
	font-weight: bold;
}
.feedback::before {
	content: url(../img/icon_taro.png);
	position: relative;
	top: 16px;
	left: -4px;
}
footer p {
	text-align: center;
	margin: 20px 0;
}
footer p a{
	font-weight: bold;
}
.btn_blog {
	text-align: left;
}
.btn_blog a {
	font-weight: bold;
	margin: 10px 0;
}
.page_top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.page_top.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.page_top a {
	height: 60px;
	width: 60px;
	display: block;
	overflow: hidden;
	background: #333;
	border-radius: 50%;
}
.page_top a:before {
	content: '';
	height: 26px;
	width: 26px;
	display: block;
	border: 2px solid #fff;
	border-left-width: 0;
	border-bottom-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 24px;
	left: 17px;
}
}
/* -------------------------------
 *
 * SP
 *
 ------------------------------ */
@media screen and (max-width:767px) {
#wrapper {
	overflow: hidden;
	line-height: 1.5;
	position: relative;
}
/*header*/
header {
	padding: 10px 2.5%;
}
h1 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
h1 a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
.sns {
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}
.sns ul {
	overflow: hidden;
}
.sns ul li {
	float: left;
	margin: 0 0 10px 4%;
}
.fb_page_box {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
.fb_iframe_widget {
	display: block !important;
}
.fb_lead {
	font-weight: bold;
	color: #5cc1af;
}
/*content*/
.content {
	width: 95%;
	margin: 0 auto;
}
.content h2 {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 10px;
	line-height: 3rem;
}
.content h2 span {
	background: url(../img/icon_taro.png) left center no-repeat;
	background-size: contain;
	padding-left: 3rem;
}
.box {
	overflow: hidden;
	margin: 10px 0 20px;
}
.box_qr_l span {
	display: block;
	font-weight: bold;
	color: #F06060;
}
.box_l_inner {
	margin: 0 0 10px;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.box_l_inner label {
	display: table-cell;
	width: 50%;
}
.box_l_inner input {
	width: 40%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
}
.box_l_inner input[type=number] {
	width: 40%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
}
.box_l_inner select {
	width: 100%;
	line-height: 30px;
	height: 30px;
}
.box_c select {
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.box_c input[type=text] {
	width: 100%;
	padding: 0 2%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
}
.box_c input[type=number] {
	width: 100%;
	padding: 0 2%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
}
.box_r a {
	font-weight: bold;
	color: #F06060;
	text-decoration: underline;
}
.box_r span {
	display: block;
	font-weight: bold;
	color: #F06060;
}
.box_r .img {
	text-align: center;
}
.box_r .img img {
	width: 90%;
}
.box_img_l span {
	display: block;
	font-weight: bold;
	color: #F06060;
}
.box_img_l_inner input[type=text] {
	width: 100%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
	box-sizing: border-box;
}
.box_img_l_inner input[type=number] {
	width: 100%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
	box-sizing: border-box;
}
.box_img_l_inner select {
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.btn {
	margin: 10px 0;
}
.btn input {
	display: block;
	background: #F06060;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border-radius: 4px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
}
.btn input[type="submit"][disabled] {
	background: #ccc;
	cursor: wait;
}
.box textarea {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px 2.5%;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
}
.pass textarea {
	width: 100%;
	height: 60px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px 2.5%;
	font-weight: 14px;
	font-size: 1.4rem;
}
.request_info #list table {
	width: 100%;
	table-layout: fixed;
	margin: 10px auto 20px;
	box-sizing: border-box;
	font-size:12px;
	font-size:1.2rem;
}
.request_info #list table tr {
	border-bottom: #efefef solid 1px;
}
.request_info #list table tr th {
	padding: 20px 2.5%;
	word-wrap: break-word;
	background: #f7f7f7;
	width: 20%;
}
.request_info #list table tr td {
	padding: 20px 2.5%;
	word-wrap: break-word;
	width: 70%;
}
.box_whois_wrapper {
	margin: 10px 0 20px;
}
.box_whois_l input[type=text] {
	width: 100%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
	box-sizing: border-box;
}
.box_whois textarea {
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px 2.5%;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
}
.box_whois_l select {
	width: 100%;
	line-height: 30px;
	height: 30px;
}
.box_tokenize_wrapper {
	margin: 10px 0 20px;
}
.box_tokenize_wrapper textarea {
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px 2.5%;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
}
.box_tokenize_l select {
	width: 100%;
	line-height: 30px;
	height: 30px
}
.box_tokenize span {
	font-weight: bold;
	line-height: 2;
}
.box_tokenize_l p {
	font-weight: bold;
	color: #F06060;
}
.box_tokenize #list {
	width: 100%;
}
.box_tokenize #list table {
	width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
	margin: 10px auto;
	font-size:12px;
	font-size:1.2rem;
}
.box_tokenize #list table tr {
	border-bottom: #efefef solid 1px;
}
.box_tokenize #list table tr th {
	padding: 20px 2.5%;
	word-wrap: break-word;
	background: #f7f7f7;
	width:100%;
}
.box_tokenize #list table tr td {
	padding: 20px 2.5%;
	word-wrap: break-word;
}
.box_crawl select {
	width: 100%;
	line-height: 30px;
	height: 30px;
}
.crawl_txt {
	font-weight: bold;
	color: #F06060;
}
.box_wget04 {
	font-weight: bold;
	color: #F06060;
}
.box_wget01 textarea {
	width: 100%;
	min-height: 40px;
	margin: 0 auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px 2.5%;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
}
.box_wget02 textarea {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px 2.5%;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
}
.bnr_block {
	width:100%;
	text-align: center;
}
.bnr_block p {
	font-size:10px;
	font-size:1.0rem;
	text-align: left;
}
.bnr_l {
	width: 100%;
	margin: 0 0 10px;
}
.bnr_r {
	width: 100%;
	margin: 0 0 10px;
}
.top_list ul {
	margin: 20px auto;
}
.top_list ul li {
	margin: 0 0 10px;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
}
.top_list ul li.new01 {
	border: #85d1c3 solid 1px;
}
.top_list ul li.new02 {
	border: #F06060 solid 1px;
}
.top_list ul li dt a {
	background: #f5f5f5;
	padding: 10px 2.5%;
	display: block;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.top_list ul li dt a {
	background: #f5f5f5;
	padding: 10px;
	display: block;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.top_list ul li.new01 dt a {
	background: #5cc1af;
	color: #fff;
}
.top_list ul li.new02 dt a {
	background: #F06060;
	color: #fff;
}
.top_list ul li dt a::after {
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
	height: 6px;
	width: 6px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 40%;
	right: 3%;
}
.top_list ul li.new01 dt a::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}
.top_list ul li.new02 dt a::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}
.top_list ul li dd {
	padding: 10px 2.5% 15px;
	border-radius: 0 0 4px 4px;
}
.article_block {
	width: 95%;
	margin: 0 auto;
	border-top: #f7f7f7 solid 5px;
	padding: 10px 0 0;
}
.article_block h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.article_block .text {
	padding: 10px 0;
}
.article_block .text span {
	display: inline-block;
	padding-left: 1em;
}
.article_block .code_java {
	margin: 0 0 20px;
}
.article_block .code_java pre {
	border-radius: 4px;
	padding: 10px 2.5%;
	background: #f7f7f7;
	word-wrap: normal;
	white-space: pre;
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	overflow-x: scroll;
}
.article_block h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 0;
}
.article_block .code_compile {
	margin: 0 0 20px;
}
.article_block .code_compile pre {
	border-radius: 4px;
	padding: 10px 2.5%;
	background: #333;
	color: #fff;
	word-wrap: normal;
	white-space: pre;
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	overflow-x: scroll;
}
.article_block .qr {
	font-weight: bold;
	margin: 10px 0;
}
.article_block .qr_img {
	width: 60%;
	margin: 0 auto;
}
.article_block .aa_img {
	width: 90%;
	margin: 0 auto;
}
.immunity {
	margin: 30px 0;
	padding: 10px 2.5%;
	border: #f7f7f7 solid 1px;
}
.immunity dt {
	border-bottom: #f7f7f7 solid 1px;
	padding: 5px 0;
	margin: 0 0 5px;
	font-weight:bold;
}
.immunity dd{
	margin:0 0 10px;
}
.box_aa_wrapper {
	margin: 20px 0 40px;
}
.box_aa span {
	display: block;
	font-weight: bold;
	color: #F06060;
}
.box_aa_l input[type=text] {
	width: 100%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
	box-sizing: border-box;
}
.box_aa_l input[type=number] {
	width: 100%;
	line-height: 30px;
	height: 30px;
	padding: 0 2%;
	box-sizing: border-box;
}
.box_aa_result textarea {
	width: 100%;
	min-height: 400px;
	margin: 0 auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px 2.5%;
	box-sizing: border-box;
	font-size: 6px !important;
	line-height: 1;
	font-family: "Consolas", "Courier New", monospace, serif;
}
.box_aa_result span {
	display: block;
	font-weight: bold;
	color: #F06060;
}
.box_diff_wrapper_in textarea {
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px 2.5%;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}
.diff_box {
	border-top: #ccc solid 1px;
	padding: 10px 2.5%;
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
	word-wrap: break-word;
}
.diff_box em {
	background: #5cc1af;
	color: #fff;
	font-weight: bold;
}
.box_diff_wrapper span {
	font-weight: bold;
	color: #F06060;
}
.box_fb textarea {
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px 2.5%;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
}
.fb_txt {
	font-weight: bold;
	color: #F06060;
	display: block;
}
.fb_txt a {
	font-weight: bold;
	color: #F06060;
}
.box_word_wrapper textarea {
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	border: #ccc solid 1px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #f5f5f5 inset;
	padding: 10px 2.5%;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}
/*footer*/
footer {
	padding: 10px 2.5%;
}
footer dl dt {
	font-weight: bold;
	margin: 10px 0;
}
footer dl dd {
	margin: 0 0 0 1em;
}
footer dl nav ul li {
	list-style: disc inside;
	margin: 0 0 4px;
}
footer p {
	text-align: center;
	margin: 20px 0;
}
footer p a{
	font-weight:bold;
}
.btn_blog {
	text-align: left;
}
.btn_blog a {
	font-weight: bold;
	margin: 10px 0;
}
.feedback {
	line-height: 2em;
}
.feedback a {
	font-weight: bold;
	background: url(../img/icon_taro.png) left center no-repeat;
	background-size: contain;
	padding-left: 1.6em;
}
.page_top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.page_top.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.page_top a {
	height: 50px;
	width: 50px;
	display: block;
	overflow: hidden;
	background: #333;
	border-radius: 50%;
}
.page_top a:before {
	content: '';
	height: 20px;
	width: 20px;
	display: block;
	border: 2px solid #fff;
	border-left-width: 0;
	border-bottom-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 18px;
	left: 15px;
}
}
