@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%; }
body{
	background: #f5f5f5;
	color: #222;
	font-size:1.4rem;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN', sans-serif;
	line-height:1.4;
	text-align:left;
	font-weight:normal;
	font-style:normal;
	width: 100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	}
h1, h2, h3, h4, h5, h6	{	font-weight: bold; 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: 1.4rem; text-align:left;padding: 2px;}

a img {vertical-align: bottom;}

	@media only screen and (max-width: 700px) {
		body{
			word-break:break-all;
		}
		*, *:before, *:after {
		 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		h1 img 	{	 max-width: 100%; height: auto;}
	}
/*-------------------------------------------------------------------- */
a:link		{	color: #009ad0;	text-decoration: underline; outline:none;	}
a:visited	{	color: #009ad0;	text-decoration: underline;	}
a:hover		{	color: #009ad0;	text-decoration: none;	}
/* float --------------------------------------------------------------------*/
.fL	{float:left;}
.fR	{float: right;}
.mt1 { margin-top:1em !important; }
.mb1 { margin-bottom:1em !important; }
.fcRed { color: #d91111; }
.disp-sp { display: none; }

#base ul.ul1 li:after,
#base .noticeChk .noticeChk_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 .noticeChk .noticeChk_chk label,
* html #base,
* html .clearfix {	zoom: 1; } /* IE6 */

*:first-child+html #base ul.ul1 li,
*:first-child+html #base .noticeChk .noticeChk_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: 40px 0;
	color:#fff;
	background: #222;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
}
p.copy span{ display: inline-block;}

.lede{
	margin: 30px auto 60px;
	color:#ff868f;
	max-width: 830px;
}
.lede h2 {
	margin: 1em 0 0;
	border: 0;
	color: #ff868f;
	font-size: 2.8rem;
	text-align: center;
}
.lede p{
	margin: 1em auto 1.5em !important;
	width: 690px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.lede.formMsg {
	margin-bottom:30px;
}
.lede.formMsg p {
	font-size: 1.2rem;
}

.note { margin: 20px auto; }
.note h2 { margin: 30px 0 0; font-size: 2.0rem; }
#base .note ul.notype { margin: 20px 0; }

#base{
	max-width: 999px;
	margin: 40px auto;
	padding: 0 20px 20px;
	overflow: hidden; _zoom: 1;
	background: #fff;
	border: none;
}

h1 {
	margin: 1em auto;
	padding: 0;
	color: #333;
	font-size: 2.8rem;
	text-align: center;
}
h1 img{
	max-width: 100%;
	height: auto;
}

h2 {
	color: #ff868f;
	font-size: 2.8rem;
	margin: 1em 0 0.5em;
	padding:0 0 5px;
	line-height: 100%;
	border-bottom: 1px solid #ff868f;
}

h3{
	background: #ff868f;
	color: #fff;
	font-size: 1.7rem;
	margin: 20px auto;
	padding: 10px;
	line-height: 100%;
	border-radius: 5px;
	text-align: center;
}

#base ul,#base ol		{	margin: 20px 0 20px 20px;}
#base ul li				{	list-style: disc outside ;	margin: 5px 0;	line-height: 1.4em;}
#base ul.circle li		{	list-style: circle outside ;}
#base ul.margin0 li		{	margin: 10px 0;}
#base ul.notype 		{	margin: 20px 0; }
#base ul.notype li		{	margin: 5px 0; list-style: none; }
#base ul li strong		{	font-size: 1.5rem; color: #333; padding-right: 1em;}
#base ul.asterisk		{	margin: 10px 0 20px; padding: 0; list-style: none; }
#base ul.asterisk li		{	  padding-left: 1em;  text-indent: -1em; }
#base ul.asterisk li:before		{	content: '※'; }

#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;}

#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.3rem;}
#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;}

.submitBtn			{	margin: 50px auto;	text-align: center; }
.submitBtn .btn {
	margin: 20px auto;
	display: block;
	width: 320px;
	font-size: 1.9rem;
	line-height:100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	border:none;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #999;
	color: #999;
}

.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: 320px;
	border: 2px solid #ff868f;
	color: #ff868f;
}
.submitBtn .submit:hover,
.submitBtn .agree:hover,
.submitBtn .chk:hover,
.submitBtn .fix:hover{
	color: #fff;
	background: #ff868f;
}
.submitBtn .submit:hover::after,
.submitBtn .agree:hover::after,
.submitBtn .chk:hover::after,
.submitBtn .fix:hover::after{
	background: #ff868f;
}

.tableForm									{	border: 1px solid #999;	width: 100%;	margin: 20px 0 ;_zoom: 1;	overflow: hidden;border-radius: 5px;}
.tableForm table							{	width: 100%;	margin-top: -1px;}
.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: 250px;	background: #f6f6f6;text-align: left;font-weight: bold;font-size: 1.5rem;}
.tableForm table th span					{	font-size: 1.3rem;	font-weight: bold;	color: #f9636e;display: block;}
.tableForm table th span.normal				{	font-weight: normal; color: #1f1f1f; line-height: 1.5; font-size: 1.2rem; }
.tableForm table th span.def				{	color: #666; line-height: 1.5; font-size: 1.2rem; }
.tableForm table td							{	background: #fff;}
.tableForm table td input					{	padding: 2px;}
.tableForm table td label					{   margin: 0 0 5px; display: inline-block; }
.tableForm table td.chk label				{ 	display: block; }
.tableForm table td p						{	margin: 0 0 .5em !important; padding: 0;}
.tableForm table td .ex { color: #4652a1; }
.tableForm table td p span					{	display: block; color: #4652a1;}

.tableForm table.imgup th 					{   width: 300px;}
.tableForm table td img						{	vertical-align: middle;}
.tableForm table td span.imgTitle			{	padding: 1em;}
.tableForm table td small 				{	margin:3px 0; display:block; }

input#Name,input#NameKana,input#PenName,input#PenNameKana,input#Tel,input#Bumon,input#DataSize,input#BirAddr	{	width: 240px;}
input#Addr,input#MailAddr,input#Note,input#Title,input#Job,input#Title, textarea	{	width: 550px;}
input#Zip,input#DataFormat,input#BirthY,input#EntY1,input#EntY2,input#EntY3	{	width: 7em;}
input#Age,input#Pages	{	width: 3em;}
input#Age,input#BirthY	{	margin-right: 5px; }


.tableForm input[type="text"],
.tableForm input[type="email"],
.tableForm input[type="tel"],
.tableForm textarea {
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 1px 2px 0 0;
	border: 1px solid #ccc;
}
.tableForm select{
	border-color: #ccc;
}
.tableForm input[type="text"]:focus,
.tableForm input[type="email"]:focus,
.tableForm input[type="tel"]:focus,
.tableForm textarea:focus {
	margin: 1px 2px 0 0;
	box-shadow: 0 0 5px #ff868f;
	border: 1px solid #ff868f;
}

.tableForm input[type="radio"] , input[type="checkbox"]{
   margin: 0.5em;}

select[name^="Ent"] { margin: 0 5px 5px; }

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


#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: 30px 0;}
#base .completeMsg p	{	margin: 1.5em auto;		width: 650px;	font-size: 1.5rem;	line-height: 1.6em;}
#base .endMsg			{	padding: 50px 0;}
#base .endMsg p			{	text-align: center;	font-size: 1.6rem;	line-height: 1.6em;}

#base .noticeMsg p,
#jsoff		{	font-size: 1.4rem;	color: #d71111;	margin: 1em 0;}

#base .noticeData,
#base .noticeChk{
	margin: 20px 0;
	padding:0 20px;
	border-radius: 5px;
	border:1px solid #ff868f;
	background: #fdfdfd;
}

#base .noticeData h2,
#base .noticeChk h2{
	font-size: 1.6rem;
	margin:  0.5em -20px;
	padding:0 20px  0.5em;
	text-align: center;
}
#base .noticeData li{
	margin: 10px 0;
}
#base .noticeData li span {
	color: #4652a1;
}

#base .noticeChk_chk				{	padding: 0px 10px;}
#base .noticeChk_chk label			{	display: block;margin: 1em 0;_zoom: 1;	overflow: hidden;}
#base .noticeChk_chk label input	{	float: left;margin: 1px 10px 5px 0;}
#base .noticeChk_chk label span		{	display: block;overflow: hidden; _zoom: 1;}


@media only screen and (max-width: 700px) {
	body {
		font-size: 1.6rem;
		font-family: 'Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	}
	#base{
		margin: 0 auto;
		width: 100%;
	}
	h3 { text-align: left; line-height: 1.4; }
	.lede{ 
		margin-bottom: 30px;
	}
	.lede h2 {
		font-size: 2.4rem;
		line-height: 1.3;
	}
	#base .lede p {
		width: auto;
		font-size: 1.3rem;
	}
	.disp-sp { display: block; }
	p.copy { font-size: 1.3rem; font-family: arial, helvetica, sans-serif;  }
	.lede p { text-align: left; }
	.lede p br { display: none; }
	#base ul.notype li { font-size: 1.4rem; }
	.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;
	}
	.tableForm table td p { font-size: 1.4rem; }
	input#Male,input#Female,input#ReviewYes,input#ReviewNo,#base .noticeChk_chk label input{width: auto !important;}
	input#Age,input#BirthY,input#Zip,input#Pages{width: 7em !important;}
	.submitBtn .btn, .submitBtn .submit, .submitBtn .agree, .submitBtn .chk, .submitBtn .fix {
		width: auto;
		font-size: 1.8rem;
	}
	input#Addr, input#MailAddr, input#Note, input#Title, input#Job, input#Title, textarea { width: 100%; }
	#base .noticeData h2, #base .noticeChk h2 {
		line-height: 1.4;
		text-align: left;
	}
	#base .noticeChk_chk {
		padding: 0;
	}
	#base .noticeChk_chk label input {
		float: none;
	}
	#base .noticeChk_chk label span {
		font-size: 1.4rem;
		display: inline;
	}
	#base .completeMsg {
		padding-top: 0;
	}
	#base .completeMsg p {
		width: auto;
	}
}

