@charset "UTF-8N" ;

.copy_main {
	margin: 0 0 2.4em;
	position:relative;
	box-shadow: 2px 2px 4px gray;
	font-size:14px;
}
.takocopy_micro{
	text-align: center;
	font-size: 12px;
	color: #999999;
	font-weight:900;
	font-family: "Hiragino Maru Gothic Pro";
}

.takocopy i:before {
	display: inline-block;
	margin-right: 8px;
	content: '\f0c5';
	font-size: 25px;
	vertical-align: middle;
}
.takocopy {
	text-align: center;
	padding: 13px 0;
	border: solid 1px #706B6B;
	color: #494646;
	font-size: 100%;
	cursor: pointer;
	background: #EFEFEF;
	transition: .3s;
}
.takocopy:hover {
	border: solid 1px #B5B5B5;
	background: #b5b5b5;
	color: #fff;
}
.takocopy.copied i:before {
	content: '\f00c';
}
.takocopy.copied {
	border: solid 1px transparent;
	background: #78bbe6;
	color: #fff;
	pointer-events: none;
}
.takocopy.not-copied {
	border: solid 1px transparent;
	background: #78bbe6;
	color: #fff;
	pointer-events: none;
}
.takocopy.not-copied i:before {
	content: '\f06a';
}
.tako_credit {
	font-size:0.5em;
	position:absolute;
	right: 0;
	color:#999;
	
}
a.tako-blue:link {
color : #7EBFFF;
}

@media (max-width:575px) {
.takocopy span {
	font-size: 15px;
}
.takocopy.copied span {
	font-size: 17px;
}
}