@charset "utf-8";

/* ======== ======== 基本設定 ======== ======== */

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
}

img {
	border: none;
}

body {
	color: #FF6;
	background-color: #000;
	text-align: center;
}

a         { color: #C1C1FF; }
a:visited { color: #FFC0CB; }

/* ======== ======== 大枠設定 ======== ======== */

#wrapper {
	max-width: 768px;
	margin: 0 auto 0;
}

#header {
	margin: 0 auto 0;
	padding: 0.75em;
	background-color: #339;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-ms-border-radius: 12px 12px 0 0;
	-o-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}

#main_wrapper {
	width: 100%;
	background-color: #339;
}

#footer {
	color: #ffffff;
	background-color: #339;
	text-align: center;
	line-height: 1.1em;
	margin: 0 auto 0;
	padding: 2px;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	-ms-border-radius: 0 0 12px 12px;
	-o-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

/* ======== ======== 各部の設定 ======== ======== */

h1 {
	text-align: center;
	line-height: 1.1em;
	font-size: 140%;
	-webkit-text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,0.6);
	   -moz-text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,0.6);
	    -ms-text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,0.6);
	     -o-text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,0.6);
	        text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,0.6);
}

h2 {
}

#main_contents {
	margin: 0 4px 0;
	padding: 12px 10% 12px;
	text-align: right;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-ms-border-radius: 12px 12px 12px 12px;
	-o-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	background: #273172; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #273172 0%, #000040 84%, #000020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#273172), color-stop(84%,#000040), color-stop(100%,#000020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #273172 0%,#000040 84%,#000020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #273172 0%,#000040 84%,#000020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #273172 0%,#000040 84%,#000020 100%); /* IE10+ */
	background: linear-gradient(135deg,  #273172 0%,#000040 84%,#000020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273172', endColorstr='#000020',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#main_contents form {
	margin-bottom: 1.5em;
}

#main_contents textarea {
	width: 100%;
	font-size: 130%;
	margin: 1.5em 0 0 0;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4) inset;
	-ms-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4) inset;
	-o-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4) inset;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4) inset;
}

#main_contents fieldset {
	/* max-width: 50%; */
	margin: 1.0em auto 0 0;
	border: solid 1px #808080;
	padding: 2px 2em 2px 1em;
	color: #ffffff;
	text-align: left;
}

#main_contents label {
	margin: 0 1em 0 1em;
}

#main_contents #addTextBoxBtn {
	height: 2em;
	margin: 1.5em auto 0;
	padding: 0px 1.2em;
	background: #C0C0E0;
	font-size: 110%;
	font-weight: bold;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
}

#main_contents #desc {
	color: #ffffff;
	text-align: left;
}

#main_contents #count_indicator {
	width: 100%;
	margin: 0 0 0 auto;
	text-align: right;
}

.ad, hr {
	display: none;
}


