@charset "utf-8";

/* ------------------------------------------------------------------
 * (C) KADOKAWA CORPORATION
------------------------------------------------------------------- */

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%;}
html { font-size: 62.5%; }

* {
  box-sizing: border-box;
}

body{
	background: #f6f6f6;
	font-size:1.4rem;
	font-family: 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;
	}
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: 1.6rem; text-align:left;padding: 2px;}

a img {vertical-align: bottom;}

	@media only screen and (max-width: 900px) {
		body{
			word-break:break-all;
		}
		*, *:before, *:after {
		 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		h1 img 	{	width: 100%; max-width: 700px; height: auto;}
	}
/*-------------------------------------------------------------------- */
a:link		{	color: #0087d8;	text-decoration: underline; outline:none;	}
a:visited	{	color: #0087d8;	text-decoration: underline;	}
a:hover		{	color: #36b0fa;	text-decoration: none;	}
/* float --------------------------------------------------------------------*/
.fL	{float:left;}
.fR	{float: right;}
.red{color: #d91111;}
.bold{font-weight: bold;}

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

* html #base #base ul.ul1 li,
* html #base .chkBox .chkBox_chk label,
* html #base,
* 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 .clearfix {	zoom: 1; } /* IE7 */

/* layout --------------------------------------------------------------------*/
form	{	margin: 0; padding: 0;	}
p.copy	{
	margin: 0 auto;
	padding: 30px 0;
	font-size: 1.3rem;
	color:#00a1e9;
	text-align: center;
	width: 100%;
}
p.copy span{	display: inline-block;}




#base{
width: 940px;
    margin: 20px auto;
    padding: 0 20px;
    overflow: hidden;
    _zoom: 1;
    background: #fff;
    border: 2px solid #555;
    font-size: 1.4rem;
    border-radius: 8px;
}

h1 {
	margin: 0 auto;
	padding: 20px 0 0;
	color: #222;
	font-size: 3.3rem;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}


h2 {
	margin: 0 -20px;
	padding:15px 0;
	line-height: 100%;
	background: #333;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	text-shadow:0px 3px 0px #000;
}

h2 img{
	width: 100%;
	height: auto;
}

h3 {
	margin: 10px -10px;
	padding:10px 10px 6px;
	color: #00a1e9;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 100%;
	background: #fff;
	border-bottom: 3px double #ccc;
}

h4 {
	margin: 10px 0;
	padding:10px 20px;
	color: #444;
	font-size: 1.5rem;
	line-height: 115%;
	text-align: center;
	background: #dcdfe2;
	border-radius: 4px;
	border: none 0;
}

#base dl { margin: 1.5em 0; }
#base dt { font-weight: bold; }

#base ul,#base ol		{	margin: 20px 0 20px 20px;}
#base ul li				{	list-style: disc outside ;	margin: 0.6em 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: 1.6rem; color: #333; padding-right: 1em;}
#base ol li				{	list-style: decimal outside ;	margin: 0.8em;	line-height: 1.4em;}
#base ul li p			{	line-height:1.6em;padding:0 5px 10px 10px;margin:5px 0; color: #333575;}

#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: 1.2rem;}
#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: 1.4rem;}

#base .chkBox 						{	margin: 20px 0;border: 2px solid #de6262;background:#f6f6f6; padding: 10px;}
#base .chkBox h4 					{	font-size: 1.3rem; color:#de6262; margin: 10px 0 20px 0;}
#base .chkBox_chk					{	padding: 0px 10px;font-size: 1.3rem;font-weight: bold;}
#base .chkBox_chk label				{	display: block;margin: 1em 0 1.5em 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: 30px auto;	text-align: center;}
.submitBtn .btn {
	margin: 20px auto;
	display: block;
	width: 100px;
	font-size: 1.6rem;
	line-height:100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	border:none;
	overflow: hidden;
		position: relative;
		z-index: 2;
		background-color: #fff;
		border: 2px solid #999;
		color: #999;
		box-shadow: 0 1px 1px #ccc;
		border-radius: 4px;
}

.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.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;
	color: #fff;
	background: #666;
}


.submitBtn .submit,
.submitBtn .agree,
.submitBtn .chk,
.submitBtn .fix{
	width: 200px;
	border: 2px solid #00a1e9;
	color: #00a1e9;
}
.submitBtn .submit:hover,
.submitBtn .agree:hover,
.submitBtn .chk:hover,
.submitBtn .fix:hover{
	color: #fff;
	background: #00a1e9;
}



.tableForm{
	border: 1px solid #777;
	width: 100%;
	margin: 20px 0;
	_zoom: 1; overflow: hidden;
}
.tableForm#photo {
	margin: 20px 0 30px;
}
.tableForm table{
	width: 100%;
	margin-top: -1px;
}
.tableForm table th,
.tableForm table td	{
	border-top: 1px solid #ccc;
	font-weight: normal;
	padding: 15px 20px;
}
.tableForm table tr.b_top th,
.tableForm table tr.b_top td{border-top: 1px solid #555;}
.tableForm table th				{	width: 280px;	background: #eee;text-align: left;border-right: 1px dotted #ccc;}
.tableForm table th span		{	font-size: 1.2rem;	font-weight: bold;	color: #d71111;display: block;}
.tableForm table th span.normal	{	font-weight: normal;	color: #42242e;}
.tableForm table td				{	background: #f6f6f6;}
.tableForm table td input		{	padding: 2px;}
.tableForm table td label		{ margin: 0 10px 1em 0;display: inline-block; }
.tableForm table td label:first-child		{ margin: 0 10px 1em 0;display: inline-block; }
.tableForm table td label input 	{ margin: 0 5px 5px 0; }
.tableForm table td label input[type="radio"] 	{ margin-left: 10px; }
.tableForm table td label:first-child input[type="radio"] 	{ margin-left: 0; }
.tableForm table td p			{	margin: 0 !important;padding-bottom: 0.5em;}
.tableForm table td p span		{	display: block; color: #00a1e9;}

.tableForm table td img						{	vertical-align: middle;}
.tableForm table td span.imgTitle			{	padding: 1em;}
.tableForm table td pre{
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

.tableForm input[type="text"],
.tableForm textarea {
	outline: none;
	border: 1px solid #ccc;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px;
}
.tableForm input[type="text"]:focus,
.tableForm textarea:focus {
	box-shadow: 0 0 5px #28af36;
	border: 1px solid #28af36;
}

input#Name,input#FamilyName	{	width: 150px; margin: 0 5px;}
input#Age	{	width: 3em; margin-right:5px;}
input#PenName,
input#MailAddr,
input#Addr,
input#Title,
input#HowText {
	width: 550px;
}
input#TitlePage,input#Page,input#Zip	{	width: 6em;}
input#AssYes,input#AssNo,input#AssNeither{margin: 0 5px;}

input#CsUrl, input#CsWord {	width: 450px; margin: 0 5px; }
input#CsUrl {	margin-bottom: 5px; }
.CsLabel {	display:inline-block; width: 4em; }

textarea{
	width: 550px;
	height: 10em;
	overflow-y: scroll;
	overflow-x: hidden;
}

#photo table td p.preview{
	width: 100%;
}
#photo table td p.preview img{
	width: 100%;
	max-width: 300px;
	height: auto;}



#inputFile				{ margin: 20px 0 ;_zoom: 1;	overflow: hidden; border: 1px solid #828282;padding: 10px; background: #ede7c7;color: #333;font-weight: bold; text-align: center;}

#base .completeMsg		{	padding: 0;}
#base .completeMsg p	{	font-size: 1.5rem;	line-height: 1.6em;}
#base .endMsg			{	padding: 50px 0;}
#base .endMsg p			{	font-size: 1.6rem;	line-height: 1.6em;}

#base .CsLink	{ color: #444; font-size: 1.5rem; }

@media only screen and (max-width: 900px) {
	#base{
		border-left: 0;
		border-right: 0;
		width: 100%;
		border-radius: 0;
	}
	h1 { padding: 30px 5px 10px; font-size: 2.6rem;}
	h1 img{max-width:600px; }
	.tableForm table th,
	.tableForm table td,
	#BumonTable1 table th,
	#BumonTable2 table th,
	#BumonTable3 table th{
		display: block;
		width: 100% !important;
	}
	.tableForm table th{
		border-top: 1px solid #999;
		border-right: none;
	}
	.tableForm table td{
		border: none;
	}
	input[type="text"],textarea { width: 100% !important;}
	.tableForm table td label { margin: 0 10px 1em 0; }
	.tableForm table td label input[type="radio"] { margin-left: .5em;}
	.tableForm table td label:first-child input[type="radio"] { margin-left: 0;}
	input#Name,input#FamilyName,input#PenName,input#MailAddr,input#Addr,
input#Title,input#CsUrl,input#CsWord	{	width: 100% !important;}
	input#Name,input#FamilyName,input#CsUrl,input#CsWord{margin: 5px 0;}
	input#TitlePage,input#Page,input#Zip	{	width: 6em;}
	input#AssYes,input#AssNo,input#AssNeither{ width: auto;}
	
}

#base .noticeMsg p,
#jsoff{
	font-size: 1.3rem;
	color: #d71111;
	margin: 1em 0;
	font-weight: bold;
}
#jsoff{
	background: #fff;
	border:1px solid #d71111;
	margin: 20px auto;
	padding: 20px;
	max-width: 940px;
	border-radius: 5px;
	box-shadow: 0 1px 1px #ccc;
}


/* Font =========== */

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?umik2e');
  src:  url('../fonts/icomoon.eot?umik2e#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?umik2e') format('truetype'),
    url('../fonts/icomoon.woff?umik2e') format('woff'),
    url('../fonts/icomoon.svg?umik2e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-input:before {
  content: "\e909";
}
.icon-trophy:before {
  content: "\e99e";
}
.icon-upload:before {
  content: "\e9c6";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
