@charset "utf-8";

/* ------------------------------------------------------------------
 * (C) KADOKAWA CORPORATION 2015
 * 「できそこないの魔獣錬磨師」オリジナルモンスターコンテスト
------------------------------------------------------------------- */

/*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: #f8f8f8;
	*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%;
	}
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: 700px) {
		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: #00adea;	text-decoration: underline; outline:none;	}
a:visited	{	color: #00adea;	text-decoration: underline;	}
a:hover		{	color: #0053ea;	text-decoration: none;	}
/* float --------------------------------------------------------------------*/
.fL	{float:left;}
.fR	{float: right;}
.red{color: #d91111;}

#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: 100%;text-align: center;width: 100%;color:  #00b17f;}
p.copy span{	display: inline-block;}

#base{
	width: 700px;
	margin: 20px auto;
	padding: 0 20px;
	overflow: hidden; _zoom: 1;
	background: #fff;
	border: none;
	font-size: 107%;
	border:3px solid #00b17f;
	}


h1 {
	margin:20px 0;
	padding: 0;
	color: #333;
	font-size: 182%;
	text-align: center;
}


h2 {
	margin: 0 -20px;
	padding:15px 0;
	line-height: 100%;
	background: #00b17f;
	color: #fff;
	font-size: 136%;
	text-align: center;
}

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

h3 {
	margin: 0;
	padding:10px 20px;
	color: #fff;
	font-size: 100%;
	text-align: center;
	line-height: 100%;
	background: #333;
	border-radius: 4px;
}


@media only screen and (max-width: 700px) {
	#base{
		width: 100%;
		margin: 0;
	}
	h1 img{max-width:600px; }
}




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

#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 .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: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: 4px 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: #999;
}


.submitBtn .submit,
.submitBtn .agree,
.submitBtn .chk,
.submitBtn .fix{
	width: 250px;
	border: 4px solid #00b17f;
	color: #00b17f;
}
.submitBtn .submit:hover,
.submitBtn .agree:hover,
.submitBtn .chk:hover,
.submitBtn .fix:hover{
	color: #fff;
	background: #00b17f;
}


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

.tableForm{
	border: 1px solid #555;
	width: 100%;
	margin: 20px 0 ;
	border-radius: 4px;
	_zoom: 1; overflow: hidden;
}

.tableForm table{
	width: 100%;
	margin-top: -1px;
}
.tableForm table th,
.tableForm table td	{
	border-top: 1px solid #d9d9d9;
	font-weight: normal;
	padding: 10px;
	word-break: break-all;
	line-height:1.5;
}
.tableForm table tr.b_top th,
.tableForm table tr.b_top td{border-top: 1px solid #555;}
.tableForm table th				{	width: 150px;	background: #ecf6ed;text-align: left;}
.tableForm table th span		{	font-size: 92%;	font-weight: bold;	color: #f36663;display: block;}
.tableForm table th span.normal	{	font-weight: normal;	color: #42242e;}
.tableForm table td				{	background: #fff;}
.tableForm table td input		{	padding: 2px;}
.tableForm table td p			{	margin: 0 !important;padding-bottom: 0.5em;}
.tableForm table td p span		{	display: block; color: #3391e8;}

.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#HpAddr,input#Note,input#Title,input#TitleKana,input#Comment1	{	width: 450px;}
input#Zip,input#DataFormat	{	width: 7em;}
input#Page	{	width: 3em; margin-right: 5px; }
input#Age	{	width: 3em; margin-right: 5px;}

textarea	{	width: 450px;height: 15em;overflow-y: scroll;overflow-x: hidden;font-size: 12px;}

#BumonTable1 table th,
#BumonTable2 table th,
#BumonTable3 table th	{	width: 250px;}


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

#base .completeMsg		{	padding: 30px 0;}
#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: 107%;	color: #f36663;	margin: 1em 0;}
#base .checkList {  margin: 1em 0 0; }
#base .checkItem { padding: 10px; background: #fdf8e2; }
#base .checkItem.checked { margin: .5em 0 0; }
#base .checkItem p {  margin: 1em 0 0 !important; }
#base .checkItem label {  margin: 0 0 .75em; display: block; }
#base .checkItem label:last-child { margin: 0; }
#base .checkItem label input[type="checkbox"] {  margin: 0 3px 0 0; float:left; }
#base .checkItem label span {  display: block; overflow: hidden;  }
#base .checkItem.checked label { background: url(../img/icon_checked.png) no-repeat left top; padding-left: 1.25em; }
#base .checkList p span		{	font-size: 92%;	font-weight: bold;	color: #f36663;display: block;}

@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%;
	}
	.tableForm table th{
		border-top: 1px solid #999;
	}
	.tableForm table td{
		border: none;
	}
	input,textarea{width: 100% !important;}
	input#Male,input#Female{width: auto !important;}
	input#Age,input#Page{width: 3em !important;}
	#base label input[type="radio"] { width: auto !important; }
	#base .checkList label input[type="checkbox"] {  margin: 0 3px 0 0; float:none; width: auto !important; }
	#base .checkList label span {  display: inline;  }
	}
}

