/* ------------------------------
default
------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* Win Yu Gothic >> */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
/* << */

html,body {
	height: 100%;
	width: 100%;
}
body {
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI','Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* IE Font Hack >> */
@media all and (-ms-high-contrast:none) {
	body {
		font-family: Meiryo, sans-serif;
	}
}
/* << */

a {
	color: #333;
	opacity: 1.0;
	text-decoration: none;

	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
a:hover{
	opacity: 0.7;
}

ul,ol {
	margin: 0;
	padding: 0;
}

/* ------------------------------
header
------------------------------ */
header {
	background-color: #000;
}
header nav ul li {
	display: inline-block;
}
header nav ul li a{
	color: #fff;
	display: inline-block;
	padding: 0.5em 1em;
}

/* ------------------------------
main
------------------------------ */
main {
	display: flex;
}
.url_values,.result_html {
	padding: 1em;
	width: 50%;
}
main ul.urls {
	display: block;
	list-style: none;
}
main ul.urls li div.mtitle {
	padding-top: 1em;
}

main input[type="text"] {
	border: solid 1px #666;
	padding: 0.5em 1em;
	width: 100%;
}
main input[type="button"] {
	background-color: #000;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	margin: 0.5em 0;
	padding: 0.5em 5em;
	transition: all 0.2s ease;
}
main input[type="button"]:hover {
	opacity: 0.7;
}
main input[type="radio"]{
	vertical-align: middle;
}
main .result_html textarea {
	border: solid 1px #000;
	height: 100%;
	width: 100%;
}

main .result_html.result_html--affiliate textarea{
    height: auto;
}

main .result_html .adButton a {
    border-radius: 10px;
    background: #000;
    color: #fff;
    display: inline-block;
	padding: 0.5em 1em;
    margin: 0.5em 0;
}
.amazon_alert {
	color: #f00;
}

.review_link_check .review_btns span{
    display: block;
    margin-top: 0.5em;
}
.review_link_check .review_btns a{
    text-decoration: underline;
}
.review_link_check .review_btns a.not_supported{
    color: #ff0000;
    text-decoration: none;
    pointer-events: none;
}

.heading-review, .heading-affiliate{
    font-size: 20px;
}

.heading-review{
    margin-top: 48px;
}

/* ------------------------------
footer
------------------------------ */
footer {

}
