@charset "utf-8";

/* ------------------------------------------------------------------
 * (C) KADOKAWA CORPORATION
 * ハルタ八咫烏杯応募フォーム
------------------------------------------------------------------- */

/*Font-size --------------------------------------------------------------------------------------
77% = 10px	85% = 11px	92% = 12px	100% = 13px	107% = 14px	114% = 15px	122% = 16px	129% = 17px
136% = 18px	144% = 19px	152% = 20px	159% = 21px	167% = 22px 174% = 23px	182% = 24px	189% = 25px
-------------------------------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,img	{	margin: 0;	padding: 0;	}
area, base, basefont, head, meta, script, style, title, noembed, param	{display: none;}

html,body,#wrap,form	{ width:100%;height: 100%;}

body{
	background:#fff;
	color: #333;
	*font-size:small;
	*font:x-small;
	font: 13px/1.231 Meiryo,'Hiragino Kaku Gothic ProN', sans-serif;
	text-align:left;
	font-weight:normal;
	font-style:normal;
	width: 100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
	}
		*, *:before, *:after {
		 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}

div						{	font-size: 100%;	}
h1, h2, h3, h4, h5, h6	{	font-weight: bold;	font-size: 100%;	line-height: 1em;}
img						{	border:0; margin:0; -ms-interpolation-mode: bicubic;	}
fieldset				{	border:0; margin:0;	}
br						{	letter-spacing:0;	}
ol,ul,li				{	list-style:none;list-style-position: outside;	}
li img					{	vertical-align:top;	}
li a					{	zoom: 1;	}
em,cite					{	font-style: normal;	}
strong					{	font-weight:bold;	}
table					{	border-collapse: collapse;	border-spacing: 0;	}
p						{	text-align:justify;	text-justify:inter-ideograph;	line-height: 1.5em;}


input,button,input:focus,button:focus {	outline:0px none ;}
input,button,textarea,select {	font-family : inherit; font-size: 100%; text-align:left;padding: 2px;}

a img {vertical-align: bottom;}

/*-------------------------------------------------------------------- */
a:link		{	color: #489ad9;	text-decoration: underline; outline:none;	}
a:visited	{	color: #489ad9;	text-decoration: underline;	}
a:hover		{	color: #0164b0;	text-decoration: none;	}
/* float --------------------------------------------------------------------*/
.fL	{float:left;}
.fR	{float: right;}
.center{text-align: center;margin: 0 auto;}

#base ul.ul1 li:after,
#base .chkBox .chkBox_chk label:after,
#base:after,
#base .contents:after,
.clearfix:after {	visibility: hidden;	display: block;	font-size: 0;	content: " ";	clear: both;	height: 0;	}

* html #base ul.ul1 li,
* html #base .chkBox .chkBox_chk label,
* html #base,
* html #base .contents,
* html .clearfix {	zoom: 1; } /* IE6 */

*:first-child+html #base ul.ul1 li,
*:first-child+html #base .chkBox .chkBox_chk label,
*:first-child+html #base,
*:first-child+html #base .contents,
*:first-child+html .clearfix {	zoom: 1; } /* IE7 */


/* style-------------------------------------------------------------------- */
.red{color: #ee3311;}
.bold{font-weight: bold;}


/* layout --------------------------------------------------------------------*/
form	{	margin: 0; padding: 0;	}
p#copy	{	margin: 0 auto;padding: 30px 0; font-size: 92%;text-align: center;width: 100%;color: #000;}

#base{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 114%;
	}

h1,h2,h3{
	font-family:'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1{
	width: 400px;
	margin: 30px auto;
	padding: 0;
	color: #417773;
	height: auto;
	font-size: 182%;
	text-align: center;
}

h1 img{
	max-width: 100%; height: auto;
}

h1#topImg{
	background: none;
}


h2 {
	margin: 0 0 10px;
	padding: 20px 0 0;
	color: #000;
	font-size: 189%;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
}

h3 {
	margin: 30px 0 10px 0;
	padding:15px 0 0;
	color: #000;
	font-size: 152%;
	line-height: 100%;
	border-top: 3px solid #000;
	z-index: 0;
}

h4{
	margin: 10px 0;
	padding: 0 0 6px;
	font-size: 122%;
	border-bottom: 1px solid #ccc;
}





#base ul,#base ol		{	margin: 20px 0 20px 1em;}
#base ul li				{	list-style: disc outside ;	margin: 1em 0;	line-height: 1.4em;}
#base ul.circle li		{	list-style: circle outside ;}
#base ul.margin0 li			{	margin: 10px 0;}
#base ul li strong		{	font-size: 122%; color: #333; padding-right: 1em;}
#base ol li				{	list-style: decimal outside ;	margin: 1em 0;	line-height: 1.4em;}
#base ul li p			{	line-height:1.6em;padding:0 5px 10px 10px;margin:5px 0;}

#base ul li ul.innerList		{	margin: 10px 0 30px 25px;}
#base ul li ul.innerList li		{	list-style: disc outside !important; color: #ccc; margin: 1em 0;font-size: 92%;}
#base ul li ul.innerList li p	{	line-height: 1.2em;padding: 0;margin: 0; color: #555;}

#base ul.ul1			{	margin: 20px 0; border: 1px solid #ccc;}
#base ul.ul1 li			{	list-style: none outside ; margin: 5px; padding: 5px; _zoom: 1; overflow: hidden;}
#base ul.ul1 li strong	{	display: block; width: 100px; float: left;}
#base .borderBox{margin: 10px 0; border: 1px solid #ccc;padding: 10px;}
#base p					{	margin: 1.5em 0;	}
#base p em				{	font-weight: bold;	display: block;}
#base p.name			{	line-height: 1.7em;}
#base p.catch			{	font-weight: bold; color: #000;	text-shadow: 1px 1px 0px #ddd;font-size: 14px;}

#base .contents{
	background:#f6f6f6;
	border:1px solid #ccc;
	padding:10px 20px;
	font-size: 90%;
}


#base .contents table{
	border:1px solid #ccc;
	margin: 10px 0;
	width: 100%;
}
#base .contents table th,
#base .contents table td{
	border:1px solid #ccc;
	padding: 10px;
}

#base .contents table ul {margin: 10px 0 10px 1em;}

#base .contents table ul li{
	margin: 5px 0;
}

#base ul.notice{	margin: 20px 0 20px 0.5em;}
#base ul.notice li{
	list-style: none outside;
	margin: 1em;
	line-height: 1.4em;
}

#base ul.notice li:before {
	content: '※';
	margin-left:-1em;
}

#base ul.notice li span{ color: #04a0e8;}


#base .chkBox 					{	margin: 40px auto;border: 1px solid #E50012; padding: 0 20px;background: #fefafb;}
#base .chkBox h2 				{	margin:0.5em -20px;padding:0 20px  0.5em;border-bottom: 1px solid #E50012; font-weight:bold;font-size: 107%; line-height: 1.4em; color:#E50012; }
#base .chkBox_chk				{	padding: 0px 10px;font-size: 100%;}
#base .chkBox_chk label			{	display: block;margin: 1em 0;_zoom: 1;	overflow: hidden;}
#base .chkBox_chk label input	{	float: left;margin: 1px 10px 5px 0;}
#base .chkBox_chk label span	{	display: block;overflow: hidden; _zoom: 1;}


.submitBtn{	margin: 40px auto;	text-align: center;}
.submitBtn .btn {
	margin: 20px auto;
	display: block;
	width: 100px;
	font-size: 136%;
	line-height:100%;
	background: #999;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
/*	border:2px solid #fff;
	overflow: hidden;
	box-shadow: 0 0 2px 1px #999;*/
}
.submitBtn .btn::before,
.submitBtn .btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.submitBtn .btn,
.submitBtn .btn::before,
.submitBtn .btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	cursor: pointer;
	background: #555;
}

.submitBtn .submit,
.submitBtn .agree,
.submitBtn .chk,
.submitBtn .fix{
	background: #000;
	color: #fff;
	width: 250px;
}
.submitBtn .submit:hover,
.submitBtn .agree:hover,
.submitBtn .chk:hover,
.submitBtn .fix:hover{
	background: #FFF373;
	color: #000;
}

.submitBtn .del{
	border: 2px solid #eb1212;
	background: #eb1212;
	color: #fff;
}
.submitBtn .del:hover{
	background: #ff5b5b;
}

#swich .btn{width:600px; font-size: 300%;line-height: 70px;}

.tableForm{
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	margin: 20px 0 30px auto;
	_zoom: 1;overflow: hidden;
}

.tableForm table{
	width: 100%;
	margin-top: -1px;
}

.tableForm table thead td{font-weight: bold;}

.tableForm table th,
.tableForm table td{
	border-top: 1px solid #d9d9d9;
	font-weight: normal;
	padding: 15px;
	word-break: break-all;
	line-height: 1.5;
}
.tableForm table th				{	width: 220px;	background: #F7F7F7;text-align: left;vertical-align: top;}
.tableForm table th span		{	font-size: 92%;	font-weight: bold;	color: #ff0000;display: block;}
.tableForm table th span.normal	{	font-weight: normal;	color: #00b0e6;}
.tableForm table td				{	background: #fff;}
.tableForm table td input		{	padding: 2px;margin-right: 3px;}
.tableForm table td label { margin-bottom:.5em; display:inline-block; }
.tableForm table td p			{	margin: 0 !important;padding-bottom: 0.5em;}
.tableForm table td p.ex		{	display: block; color: #00b0e6;}
.tableForm table td span		{}

.tableForm table.imgup th 			{	width: 300px;}
.tableForm table td img				{	vertical-align: middle;}
.tableForm table td span.imgTitle	{	padding: 1em;}

input#Name,
input#NameKana,
input#PenName,
input#PenNameKana,
input#Tel,
input#Bumon,
input#DataSize,
input#BirAddr {
	width: 200px;
}
input#Addr,
input#MailAddr,
input#Note,
input#Title,
input#Occupation,
input#HpAddr{
	width: 100%;
}
input#Age{
	width: 3em;
}

input#BirYear{
	width: 5em;
}

input#Zip,
input#DataFormat,
input#Page {
	width: 7em;
}
input#EmojiEtc {
	width: 22em;
}
input#Page{
	margin-right: 5px;
}

textarea{width: 100%;height: 10em;overflow-y: scroll;overflow-x: hidden;font-size: 12px;}
textarea#Tool,
textarea#TelTime,
textarea#VisitTime { height: 4em;}


.tableForm input[type="text"],
.tableForm textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 100%;
}
.tableForm table td input::placeholder,
.tableForm table td textarea::placeholder  { color: #999; }

.tableForm input[type="text"]:focus,
.tableForm textarea:focus {
	box-shadow: 0 0 5px #FFF373;
	border: 1px solid #FFF373;
}


#inputFile{
	box-sizing: border-box;
	width: 100%;
	margin: 20px auto;
	padding: 10px;
	background: #F2FCFF;
	color: #333;
	_zoom: 1;	overflow: hidden;
}
#inputFile p {
	font-weight: bold;
	font-size: 122%;
	text-align: center;
	line-height: 200%;
}
#inputFile input		{ font-size: 100%;}

#base .completeMsg		{	padding: 30px 0; background: #fff; }
#base .completeMsg p	{	text-align: center;	font-size: 114%;	line-height: 1.6em;}
#base .endMsg			{	padding: 50px 0;}
#base .endMsg p			{	text-align: center;	font-size: 122%;	line-height: 1.6em;}

#base .noticeMsg		{}
#base .noticeMsg p,
#jsoff		{	font-size: 100%;color: #ff0000;	margin: 1em auto; font-weight: bold; }
#jsoff p 	{	text-align: center;}

@media only screen and (max-width: 700px) {
	h1 { width: 70%; }
	.pcview { display: none; }
	.tableForm table th,
	.tableForm table td,
	#BumonTable1 table th,
	#BumonTable2 table th,
	#BumonTable3 table th{
		display: block;
		width: 100%;
	}
	.tableForm table th{
		border-top: 1px solid #999;
	}
	.tableForm table td{
		border: none;
	}
	input,textarea{width: 100% !important;}
	input#Male,input#Female,
	#base .chkBox_chk label input{width: auto !important;}
	input#Age{width: 3em !important;}
	input#BirYear{	width: 5em !important;}
	input#EmojiEtc { width: 18em !important; }

	.tableForm table td input[type="radio"] { margin: 0 3px 0 0; width: auto !important; }
	.tableForm table td label { margin: 0 0 7px; display: inline-block;}
	.tableForm table td span	{ margin-top: 5px; display: inline-block; }
}
