@charset "utf-8";

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

/*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%;}

* {
  box-sizing: border-box;
}

body{
	background: #fafafa;
	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;
	color: #333341;
	}
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;}
	}

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

	[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-pencil:before {
		content: "\e900";
	}
	.icon-pen:before {
		content: "\e904";
	}
	.icon-envelop:before {
		content: "\e901";
	}
	.icon-notification:before {
		content: "\e908";
	}
	.icon-question:before {
		content: "\e902";
	}
	.icon-arrow-up-left2:before {
		content: "\e903";
	}
	.icon-arrow-up2:before {
		content: "\e905";
	}
	.icon-arrow-up-right2:before {
		content: "\e906";
	}
	.icon-arrow-right2:before {
		content: "\e907";
	}
	.icon-arrow-down-right2:before {
		content: "\e909";
	}
	.icon-arrow-down2:before {
		content: "\e90a";
	}
	.icon-arrow-down-left2:before {
		content: "\e90f";
	}
	.icon-arrow-left2:before {
		content: "\e910";
	}
	.icon-circle-up:before {
		content: "\e90b";
	}
	.icon-circle-right:before {
		content: "\e90c";
	}
	.icon-circle-down:before {
		content: "\e90d";
	}
	.icon-circle-left:before {
		content: "\e90e";
	}
	.icon-mail:before {
		content: "\e911";
	}
	.icon-mail4:before {
		content: "\e912";
	}
	i{
		margin: 0 0.3em ;
		vertical-align: middle;
	}

/*-------------------------------------------------------------------- */
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: 20px 0;
	font-size: 100%;
	color:#636375;
	text-align: center;
	width: 100%;
}
p.copy span{	display: inline-block;}



#base{
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden; _zoom: 1;
	font-size: 107%;
	background: #fff;
	}

h1 {
	margin: 0 auto;
	padding: 20px 0 ;
	color: #da0000;
	font-size: 200%;
	line-height: 1.5em;
	text-align: center;
	text-shadow: 0 3px 0px #eee;
}

h1 img {
	display: block;
	max-width: 140px;
	height: auto;
	margin: 10px auto;
}

h2 {
	margin: 10px -20px 0px;
	padding:15px 20px;
	line-height: 100%;
	background: #f2f2f2 url("../img/h_bg.png") no-repeat right top;
	color: #da0000;
	font-size: 152%;
	position: relative;
	border-bottom: 3px solid #e0e0e0;
}




h3 {
	margin: 10px 0px;
	padding:10px 0 6px;
	color: #da0000;
	font-size: 122%;
	font-weight: bold;
	line-height: 100%;
	border-bottom: 1px solid #e0e0e0;
}

h4 {
	margin: 10px 0;
	color: #333;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}


@media only screen and (max-width: 800px) {
	body{
		padding:0 20px;
	}
	#base{
		width: auto;
		margin-right: -20px;
		margin-left: -20px;
		border:none;
	}
	h1 {margin: 0 -20px; padding: 15px; font-size: 150%;}
	h2{margin:0 -20px 20px;}
}




#base ul,#base ol		{	margin: 20px 0 20px 15px;}
#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;	line-height: 1.4em;}
#base ul li p			{	line-height:1.6em;padding:0 5px 10px 10px;margin:5px 0; color: #333575;}

#base ol li ul.innerList,
#base ul li ul.innerList		{	margin: 10px 0 10px 15px;}
#base ol li ul.innerList li,
#base ul li ul.innerList li{
	list-style: disc outside !important;
	color: #e97d84;
	margin: 0.5em 0;
	font-size: 92%;
}
#base ol li ul.innerList li p,
#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;}

#lede{
	border-top:4px double #ccc;
	border-bottom:4px double #ccc;
	padding:0 10px;
	font-size: 114%;
}

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

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

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

#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: 200px;
	font-size: 114%;
	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;
		box-shadow: 0 1px 3px #999;
		border-radius: 5px;
		color: #fff;
		background: #444;
		border:3px solid #444;
		text-shadow: 0 2px 0 #444;
}

.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;
	background: #777;
	color: #fff;
}


.submitBtn .submit,
.submitBtn .agree,
.submitBtn .chk,
.submitBtn .fix{
	width: 200px;
	color: #fff;
	background: #da0000;
	border:3px solid #da0000;
		text-shadow: 0 2px 0 #da0000;
}
.submitBtn .submit:hover,
.submitBtn .agree:hover,
.submitBtn .chk:hover,
.submitBtn .fix:hover{
	color: #fff;
	background: #d34d4d;
}



.tableForm{
	border: 1px solid #e0e0e0;
	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 #ddd;
	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: 220px;	background: #eee;text-align: left;border-right: 1px dotted #ccc;}
#works table th{ width: 130px }
#works table tbody{border-top: 2px solid #aaa;}
#works table tbody:first-child{border-top: none;}
.tableForm table th span		{	font-size: 85%;	font-weight: bold;	color: #d71111;display: block;}
#works table th span{display: inline;}
.tableForm table th span.normal	{	font-weight: normal;	color: #42242e;}
.tableForm table td				{	background: #fafafa;}
.tableForm table td input		{	padding: 2px;}
.tableForm table td p			{	margin: 0 !important;padding-bottom: 0.5em;font-size: 90%;}
.tableForm table td p.lineTop{
	margin-top:15px !important;
	padding-top:5px;
	border-top:1px dotted #aaa;
}
.tableForm table td p span		{	display: block; color: #04a0e8;}
.tableForm table td span.required{
	font-size: 85%;	font-weight: bold;	color: #d71111;
	display: inline;
}

.tableForm table td img						{	vertical-align: middle; margin: 5px;}
.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 #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 3px;
}
.tableForm input[type="text"]:focus,
.tableForm textarea:focus {
	box-shadow: 0 0 5px #04a0e8;
	border: 1px solid #04a0e8;
}

textarea{
	width: 500px;
	height: 15em;
	overflow-y: scroll;
	overflow-x: hidden;
}


input#Name,input#NameKana,input#PenName,input#PenNameKana	{	width: 200px;}
input#MailAddr,input#MailAddr2,input#Addr,input#AddrBldg,input#HpAddr,input#Title,input#TitleKana,input#Occupation{	width: 500px;}
input#Age,input#Page {width: 3em;margin-right: 5px;}
input#BirYear{	width: 6em;}
input#Zip{width: 9em;}
input#Tel{width: 12em;}
input#Male,input#Female,input#Other{	margin: 0 5px;width: auto !important;}
input#Female, input#Other {margin-left: 1em;}

#inputFile {
	border: 3px solid #ddd;
	background: #fff;
	width: 100%;
	margin: 20px 0 ;
	border-radius: 5px;
	_zoom: 1; overflow: hidden;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}


@media only screen and (max-width: 800px) {
	.tableForm table th,
	.tableForm table td,
	#works table th table th{
		display: block;
		width: 100% !important;
	}
	.tableForm table th{
		border-top: 1px solid #ccc;
		border-right: none;
	}
	.tableForm table td{
		border: none;
	}
	input,textarea,#works textarea{width: 100%;}
	input#Name,input#NameKana,input#PenName,input#PenNameKana,
	input#MailAddr,input#MailAddr2,input#Addr,input#AddrBldg,input#Tel,input#HpAddr,
	input#Title,input#TitleKana,input#Occupation{	width: 100%;}
	input#BirYear	{	width: 6em;}
	#photo table td img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}
}

#assi table td{
	padding: 0;
}
#assi .assiL,
#assi .assiR{
	width: 50%;
	padding: 10px;
}
#assi .assiL{
	float: left;
	border-right: 1px solid #ddd;
}
#assi .assiR{
	float: right;
}
#assi table td h4{
	margin: 1em 0 10px;
	padding: 5px 0;
	background: #777;
	color: #fff;
	border-radius: 3px;
}
#assi table td h4:first-child{
	margin-top:0;
}
#assi table td label{	display: block;margin: 10px 0 0;}
#assi table td label input{	margin: 0 5px;width: auto !important;}

@media only screen and (max-width: 400px) {
	#assi .assiL,#assi .assiR{
		float: none;
		width: 100%;
	}
	#assi .assiL{
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}
}



#base .completeMsg		{	padding: 30px 0;}
#base .completeMsg p	{	text-align: center;	font-size: 114%;	line-height: 1.6em;}
#endMsg			{	padding: 50px 0;}
#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: 940px;
	border-radius: 5px;
	box-shadow: 0 1px 1px #ccc;
}

