@CHARSET "UTF-8";

body {
	font-family: Roboto",sans-serif,"google, メイリオ, Meiryo,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#templateTable {
	width: 100%;
	border-collapse: collapse;
}

#templateTable td {
	border: 1px solid #555;
	vertical-align: top;
	text-align: center;
	padding: 5px 0 15px;
	color: #025296;
	font-weight: bold;
	font-size: 1.2em;
}

#templateTable img, #tempImg {
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: 0 0;
}

.tempBtn {
	border: 0;
	border-radius: 5px;
	width: 100px;
	text-align: center;
	padding: 3px;
	font-size: 1.2em;
	background: #04b431;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
}

#tempTitle {
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px;
	border-left: 10px solid #FE9A2E;
	border-bottom: 1px solid #FE9A2E;
	margin: 10px 0;
}

.sp_block {
	display: none;
}

#templateTable td.non_td {
	border: 0;
	display: none;
}

.template_title {
	color: #43a218;
	font-size: 1.5em;
	padding: 15px 0 5px;
}

.template_comm {
	padding-bottom: 5px;
	font-size: 1.2em;
}

#page_comment {
	font-size: 1.2em;
	padding: 5px 20px;
	border: 1px solid #555;
	border-radius: 8px;
	margin-bottom: 5px;
}

#page_comment h3 {
	font-weight: bold;
	font-size: 1.5em;
	padding: 5px 0;
}

#page_comment .commTitle {
	font-weight: bold;
	padding: 5px 0;
}

#page_comment .commContents {
	padding-left: 1em;
}

#click_comm {
	color: #888;
}

#page_top {
	position: fixed;
	bottom: 20px;
	right: 50px;
}

#page_top a {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #f00;
	border-radius: 30px;
	position: relative;
}

#page_top a:before {
	width: 18px;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 23px;
	right: 10px;
	background: #f00;
}

#page_top a:after{
	width: 18px;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	transform: rotate(135deg);
	top: 23px;
	left: 10px;
	background: #f00;
}

.W50 {
	width: 4em;
}

.formTable th {
	width: 180px;
}

.formTable td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.okMsg {
	font-size: .8em;
	color: #3a0;
	padding-left: 5px;
	display: inline-block;
	margin-bottom: 7px;
}

.errMsg {
	font-size: .8em;
	color: #f00;
	padding-left: 5px;
	display: inline-block;
	margin-bottom: 7px;
}

.errMark {
	content: " ";
	width: 20px;
	height: 20px;
	background: #fff;
	position: relative;
	border-radius: 10px;
	display: inline-block;
	border: 2px solid #f00;
	box-sizing: border-box;
}

.errMark:before {
	content: "";
	height: 3px;
	width: 12px;
	background: #f00;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 2px;
	transform: rotate(45deg);
}

.errMark:after {
	content: "";
	height: 3px;
	width: 12px;
	background: #f00;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 2px;
	transform: rotate(135deg);
}

.okMark {
	content: " ";
	width: 20px;
	height: 20px;
	background: #fff;
	position: relative;
	border-radius: 10px;
	display: inline-block;
	border: 2px solid #3a0;
	box-sizing: border-box;
}

.okMark:before {
	content: "";
	height: 3px;
	width: 5px;
	background: #3a0;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 2px;
	transform: rotate(45deg);
}

.okMark:after {
	content: "";
	height: 3px;
	width: 10px;
	background: #3a0;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 4px;
	transform: rotate(135deg);
}

#url_msg {
	font-size: .85em;
	color: #f00;
}

.url_inp {
	margin: 0 0 10px;
}

.checkBtn {
	background: #2E9AFE;
	color: #fff;
	border: 0;
	width: 7em;
	height: 2em;
	text-align: center;
	border-radius: 10px;
	box-shadow: 3px 3px 0 #A9BCF5;
	cursor: pointer;
}

#const {
	font-size: .8em;
	margin-top: 10px;
	padding-right: 10px;
}

#backBtn, #sendBtn {
	display: inline-block;
	width: 240px;
	background: linear-gradient(#fee678, #fb9b34);
	font-size: 2em;
	color: #fff;
	padding: 10px 0;
	border-radius: 8px;
	text-decoration: none;
	position: relative;
}

#backBtn:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 15px solid #fff;
}

#sendBtn:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	border-right: 10px solid transparent;
}

.W250 {
	width: 25em;
}

@media screen and (max-width: 768px) {
	input[type="submit"],	input[type="button"] { -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }
	input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }
	input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }
	body { font-size: 16px; }
	.copy, #headerBottomLink { display: none; }
	#container { width: 100%; box-sizing: border-box; }
	h1 img, h2 img { width: 100%; }
	#templateTable td { display:block; }
	#header { border-bottom: solid 1px #ff9d34; }
	#formcontetnsLayout { margin: 0; }
	#formcontetnsLayout .titleMT { margin-top: 10px; }
	#templateTable img { width: calc(100% - 20px); height: 200px; }
	.tempBtn { width: 150px; padding: 5px; }
	.formTable th, .formTable td { display: block; width: 100%; box-sizing: border-box; }
	.formTable th { overflow: hidden; }
	.sp_none { display: none; }
	.sp_block { display: block; font-size: .8em; }
	input[type="text"] { border: 1px solid #555; padding: 5px 10px; border-radius: 5px; }
	.W50 { width: 3em; }
	.W250 { width: 100%; box-sizing: border-box; margin-right: 10px;}
	#backBtn { margin-bottom: 10px; display: inline-block; }
	#backBtn, #sendBtn { font-size: 1.5em; }
	#backBtn:after, #sendBtn:after { top: .5em; }
	#const { font-size: .65em; }
	.formTop { font-size: .8em; line-height: 1.5em; }
}
