@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%;}

* {
  box-sizing: border-box;
}

body{
	background: #eee url('../img/bg.png') repeat-x center 0 ;
	font: 13px/1.231 Meiryo,'Hiragino Kaku Gothic ProN', sans-serif;
	text-align:left;
	font-weight:normal;
	font-style:normal;
	color: #000;
	width: 100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	}
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: 114%; text-align:left;padding: 2px;}

a img {vertical-align: bottom;}

	@media only screen and (max-width: 800px) {
		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 --------------------------------------------------------------------*/
.alC {text-align: center;}
.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: 20px auto 0;
	padding: 20px 0;
	font-size: 100%;
	text-align: center;
	width: 100%;
	background: #fff;
}
p.copy span{	display: inline-block;}
p.copy img{
	width: 100%;
	max-width: 200px;
}

#header{
	background: transparent url('../img/h1_bg.png') no-repeat 0 bottom ;
	background-size:cover;
	width: 100%;
}

#base,
#lede{
	width: 980px;
	margin: 20px auto;
	padding: 0 30px;
	overflow: hidden; _zoom: 1;
	background: #fff;
	border: none;
	font-size: 107%;
	}

#base{
	margin-bottom: 50px;
}

h1 {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 10px 0;
	color: #333;
	font-size: 136%;
	text-align: center;
}

h1 img{
	display: block;
	max-width: 100%;
}


h2{
	margin: 20px auto;
	background: #ee0006;
	color: #fff;
	font-size: 136%;
	text-align: center;
	padding: 1em 0;
}

h3 {
	margin: 20px auto 20px;
	padding:0;
	color: #000;
	font-size: 136%;
	text-align: center;
}

h3 span{
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffff20 60%);
	line-height: 140%;
	margin-bottom: 10px;
}



@media only screen and (max-width: 960px) {
	body{
		padding:0 30px;
	}
	#header,
	#base,
	p.copy{
		width: auto;
		margin-right: -30px;
		margin-left: -30px;
	}
	#lede{
		width: 100%;
	}
	#header h1{
		margin: 0 30px;
	}
}


#base .chkObo{
	margin: 30px 0;
	border:3px solid #000;
	padding: 0 30px;
}

#base .chkObo h4{
	background: #ee0006;
	color: #fff;
	margin: 0 -30px 20px;
	padding: 10px 30px;
	line-height: 1.4em;
}
#base .chkObo ul{
	margin: 30px 0;
}

#base .chkObo ul li{
	margin: 10px 0;
	font-weight: bold;
	font-size: 107%;
	overflow: hidden; _zoom: 1;
}

#base .chkObo ul li input{
	float: left;
	margin: 2px 0.5em 0 0;
}

#base .chkObo ul li span{
	display: block;
	overflow: hidden; _zoom: 1;
}


#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: 122%; 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: 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;}



ul.kome{	margin: 20px 0 20px 20px;}
ul.kome li{
	list-style: none outside !important;
	margin: 0.6em 0;
	line-height: 1.4em;
}

ul.kome li:before {
	content: '※';
	margin-left:-1em;
}


#base .chkBox 						{	margin: 20px 0;border: 2px solid #de6262;background:#f6f6f6; padding: 10px;}
#base .chkBox h4 					{	font-size: 107%; color:#de6262; margin: 10px 0 20px 0;}
#base .chkBox_chk					{	padding: 0px 10px;font-size: 107%;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: 136%;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: relative;
	border: 3px solid #848484;
	color: #848484;
	outline: none;
	overflow: hidden;
}

.btn:hover {
	cursor: pointer;
	color: #fff;
	background: #848484;
}

.btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255,255,255,.5);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.btn:hover::after {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  50% {
	opacity: 1;
  }
  100% {
	width: 300px;
	height: 300px;
  }
}
@keyframes circle {
  50% {
	opacity: 1;
  }
  100% {
	width: 300px;
	height: 300px;
  }
}

.submitBtn .submit,
.submitBtn .agree,
.submitBtn .chk,
.submitBtn .fix{
	width: 250px;
	color: #fff;
	border-color:#ee0006;
	background: #ee0006;
}
.submitBtn .submit:hover,
.submitBtn .agree:hover,
.submitBtn .chk:hover,
.submitBtn .fix:hover{
	color: #fff;
	background: #ee0006;
}

.submitBtn .btn i{
	vertical-align: middle;
	margin-right: 0.5em;
	margin-left: -0.5em;
}



.tableForm{
	border: 1px solid #000;
	width: 100%;
	margin: 20px 0 ;
	_zoom: 1; overflow: hidden;
}

.tableForm table{
	width: 100%;
	margin-top: -1px;
}
.tableForm table th,
.tableForm table td	{
	border-top: 1px solid #999;
	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;
	font-weight: bold;
	border-right: 1px dotted #ccc;
	line-height: 180%;
}
.tableForm table th span{
	font-size: 85%;
	color: #fff;
	background: #ee0006;
	display: block;
	float: right;
	padding: 0 5px;
}
.tableForm table th span.normal	{	font-weight: normal;	color: #42242e;}
.tableForm table th small { font-size: 80%; }
.tableForm table td				{	background: #f6f6f6;}
.tableForm table td input		{	padding: 2px;}
.tableForm table td p {
	margin: 0 0 1em !important;
	color: rgba(35, 147, 242, 0.7);
	font-size: 90%;
}

.tableForm table td p span{
	font-weight: bold;
}


.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;
	width: 100%;
}

.tableForm select{
	outline: none;
	border: 1px solid #ccc;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-right: 0.2em;
}

.tableForm input[type="text"]:focus,
.tableForm textarea:focus,
.tableForm select:focus {
	box-shadow: 0 0 5px rgba(33, 127, 196, 0.7);
	border: 1px solid #2393f2;
}

textarea{
	height: 5em;
	overflow-y: scroll;
	overflow-x: hidden;
}

.tableForm textarea:focus{
	height: 12em;
}

input#Page{width: 5em;}
input#BirYear{	width: 6em;}
input#Zip,input#Tel{width: 9em;}
input#SexM,input#SexF{	margin: 0 5px;	width:auto;}

@media only screen and (min-width: 700px) {
	input#Name,
	input#NameKana,
	input#PenName,
	input#PenNameKana {
		width: 300px;
	}
}

@media only screen and (max-width: 700px) {
	.tableForm table th,
	.tableForm table td,
	#BumonTable1 table th,
	#BumonTable2 table th,
	#BumonTable3 table th{
		display: block;
		width: 100% !important;
	}
	.tableForm table th{
		border-right: none;
	}
	.tableForm table td{
		border: none;
	}
	.tableForm table td input[type="file"] {
		width: 100%;
	}
}

#photo table td p.preview{
	width: 100%;
}
#photo table td p.preview img{
	width: 100%;
	max-width: 300px;
	height: auto;
}

#base .completeMsg		{	padding: 30px 0;}
#base .completeMsg p	{	text-align: center;	font-size: 114%;	line-height: 1.6em;}
#endMsg			{
	max-width: 960px;
	margin: 20px auto 40px;
	padding: 100px 20px;
	background-color: #fff;
	border: none;
	font-size: 107%;
	border:5px solid #000;
}
#endMsg p			{	text-align: center;	font-size: 122%;	line-height: 1.6em;}


#base .noticeMsg p,
#jsoff{
	font-size: 107%;
	color: #d71111;
	margin: 1em 0;
	font-weight: bold;
}
#jsoff{
	background: #fff;
	border:1px solid #d71111;
	margin: 20px auto;
	padding: 20px;
	max-width: 980px;
	border-radius: 5px;
	box-shadow: 0 1px 1px #ccc;
}

@font-face {
  font-family: 'ico';
  src:  url('../fonts/ico.eot?6ksk32');
  src:  url('../fonts/ico.eot?6ksk32#iefix') format('embedded-opentype'),
    url('../fonts/ico.ttf?6ksk32') format('truetype'),
    url('../fonts/ico.woff?6ksk32') format('woff'),
    url('../fonts/ico.svg?6ksk32#ico') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ico' !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;
}

.ico-play_circle_filled:before {
  content: "\e038";
}
