@charset "utf-8";
/*
Theme Name: K-Project V2
Theme URI: https://kzproject.net/wordpress/
Description: K-Project COMPANY official theme V2
Author: Keiji Takezawa
*/
/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,th2,td {
	margin:0;
	padding:0;
}

table{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
th{
	width: 20%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #55aeff;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
td{
	width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
table2{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
th2{
	width: 900px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #55aeff;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
td2{
	width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

img {
	border:0;
	vertical-align: top;
}
body {
	font-size: 62.5%;
	font-family: " メイリオ",Meiryo,Osaka,
	" ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
	" ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
input.sample15{color:black; font-size:40px; width:600px;}
input.sample16{color:red; width:600px;}
.sample15{color:black; font-size:40px; width:600px;}
.sample16{color:red; width: 600px;}

.box1 {
	width: 600px; height: 50px;
	margin: 80px auto;
	padding: 5px;
	border: 1px solid #b1b1b1;
	background: #fff;
	text-align: center;
}
.box1:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
	text-align: center;
}
.box2 {
	width: 600px; height: 50px;
	margin: 80px auto;
	padding: 10px;
	border: 1px solid #b1b1b1;
	background: #fff;
	text-align: center;
}
.box2:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
	text-align: center;
}
.box3 {
	width: 600px; height: 50px;
	margin: 60px auto;
	padding: 10px;
	border: 1px solid #b1b1b1;
	background: #fff;
	text-align: center;
}
.box4 {
	width: auto;
	margin-top: 20px;
	margin-right: 70px;	
	margin-left: 70px;
	margin-bottom: 10px;
	padding: 10px;
}
.box5 {
	width: 82em;
	margin: auto;
	margin-bottom: 20px;
	padding: auto;
	background: #fff;
	text-align: center;
}
.box5:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
	text-align: center;
}
.box {
	width: auto;
	margin: 20px;
	padding: 30px;
	background: #fff;
	text-align: center;
}
.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
	text-align: center;
}
.box6 {
	width: auto;
	margin: auto;
	margin-bottom: 20px;
	padding: auto;
	background: #fff;
	text-align: left;
}
.box6:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
	text-align: left;
}
input[type=text]{
width:600px;
height:60px;
font-size:1em;
}
input[type=textarea]{
font-size:2em;
}

input[type=email]{
width:800px;
height:60px;
font-size:1em;
}
.LOGO  {
	padding-top: 25px;
	position:auto;
	text-align: center; }

/* LQ LABEL */
.LQLABEL  {width: 140px;
	height: 140px;
	margin: auto;
	padding-top: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 70px;
	border: 3px solid #b1b1b1;
	background: #f8f8ff;
	font-family: Helvetica;
	font-stretch:expanded;
	font-size:30px;
	letter-spacing:0.16em;
	padding-left:12px;
	padding-top:30px;
        text-decoration:none;
	text-align: left; }
/* LQ LABEL */
.MLABEL  {width: 140px;
	height: 140px;
	margin: auto;
	padding-top: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 70px;
	border: 3px solid #b1b1b1;
	background: #ffffaa;
	text-align: center; }
.boxfull {
	margin: 40px;
	padding: 70px;
	background: #fff;
	text-align: center;
}
.boximage {
	max-width: 100%;
	height: auto;
	text-align: center;
}
/*-------------
footer
-------------*/
#footer { 
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #aaa;
	background: #fff;
	text-align: center; 
	font-family: Helvetica;
	font-size:30px;
}
#footer p {
	width: 960px; 
	margin: 0 auto; 
	color: #000;
	text-align: right;
	font-size:30px;
}


