@charset "UTF-8";

/*base.css
=================================
1:basic
2:layout
3:footer
4:other
=================================*/


body.is-not-rwd {
	min-width: 1024px;
}

/*1:basic
=================================*/
body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, fieldset, input, textarea, label,
th, td,
img {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, dt {
	font-size:100%;
	font-weight: normal;
}

ul,ol {
	list-style-type:none;
}

em ,i, b, strong {
	font-style: normal;
	font-weight: normal;
}

table, th, td {
	margin:0;
	padding:0;
	border-collapse: collapse;
	font-size:100%;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.6;
}

input, textarea {
	font-size:100%;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�q���M�m�ۃS Pro W4", "Hiragino Maru Gothic Pro", "���C���I", "Meiryo", "MS PGothic", sans-serif;
	line-height: 1.8;
}

img {
	margin:0;
	padding:0;
	border:none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear:both;
}

a:link {color: #333333; text-decoration: none;}
a:visited {color: #333333; text-decoration: none;}
a:active {color: #333333; text-decoration: underline;}
a:hover {color: #333333; text-decoration: underline;}


/*2:layout
=================================*/
body {
	background: #ffffff;
	color: #333333;
	font-size: 14px;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "�q���M�m�ۃS Pro W4", "Hiragino Maru Gothic Pro", "���C���I", "Meiryo", "MS PGothic", sans-serif;
	line-height: 1.6;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#container .ls, #container .lc { float: left; }
#container .rs, #container .rc { float: right; }

#container p.error_txt {
	margin: 10px 0 -10px;
	padding: 5px 0 3px;
	background: #fcdddd;
	color: #ff3333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#container p.has_message {
	margin: -7px 0 0;
}

#container p.bt {
	margin: 30px 0 0;
	text-align: center;
}

#container p.bt input {
	margin: 0 13px;
}

#container p.pagetop {
	margin: 10px 20px 0;
	text-align: right;
}


/*.sec_outline
---------------------------------*/
#container .sec_outline {
	background: url(../img/bg_01.gif) no-repeat 0 0;
}

#container .sec_outline_inner {
	padding: 4px 4px 25px;
	background: url(../img/bg_02.gif) no-repeat 0 100%;
}

#container .sec_outline_inner table {
	margin: 40px 50px 0;
}

#container .sec_outline_inner table th {
	width: 200px;
	padding: 0 0 25px;
	text-align: left;
}

#container .sec_outline_inner table td {
	padding: 0 0 25px;
}

#container .sec_outline_inner table td ul li {
	margin: 0 0 0 1.4em;
	text-indent: -1.4em;
}

/*.sec_form
---------------------------------*/
#container .sec_form {
	padding: 30px 0 0;
	background: url(../img/bg_03.gif) no-repeat 0 0;
}

#entry #container .sec_form {
	margin: 30px 0 0;
}

#container .sec_form_inner {
	padding: 0 54px 30px;
	background: #e4f1ec url(../img/bg_04.gif) no-repeat 0 100%;
}

#container .sec_form_inner p.step {
	text-align: center;
}

#container .sec_form_inner p.lead {
	padding: 15px 0 0;
	text-align: center;
}

#container .sec_form_inner p.lead img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

#container .sec_form_inner p.thanks {
	margin: 28px 0 0;
	text-align: center;
}

#container .sec_form_inner p.system_error {
	padding: 15px 0 0;
	color: #ff3333;
	font-weight: bold;
	text-align: center;
}

#container .sec_form_inner p.system_error2 {
	padding: 30px 0 0;
	color: #ff3333;
	font-weight: bold;
	text-align: center;
}

#container .sec_form_inner p.error_code {
	margin: 27px 0 -5px;
	font-size: 18px;
	text-align: center;
}

/*.table_01 */
#container .sec_form_inner .table_01 {
	width: 100%;
	margin: 10px 0 0;
}

#container .sec_form_inner .table_01 th {
	width: 245px;
	padding: 20px 5px 18px 10px;
	background: #fffdea;
	border-top: 5px solid #e4f1ec;
	border-right: 5px solid #e4f1ec;
	text-align: left;
}

#container .sec_form_inner .table_01 th em {
	display: block;
	float: left;
	width: 210px;
	font-size: 16px;
	font-weight: bold;
}

#container .sec_form_inner .table_01 th img {
	float: right;
	margin:  -2px 0 0 0;
}

#container .sec_form_inner .table_01 th span {
	clear: both;
	display: block;
	padding: 7px 0 0;
	font-size: 12px;
	line-height: 1.4;
}

#container .sec_form_inner .table_01 th span.coution {
	color: #ff3c00;
}


#container .sec_form_inner .table_01 td {
	padding: 10px 10px 5px 10px;
	background: #ffffff;
	border-top: 5px solid #e4f1ec;
	text-align: left;
}

#container .sec_form_inner .table_01 td p input {
	width: 560px;
	height: 1.4em;
	line-height: 1.4;
}

#container .sec_form_inner .table_01 td p textarea {
	width: 563px;
	height: 165px;
	margin: 0 0 5px;
	border: 1px solid #cccccc;
	line-height: 1.4;
}

#container .sec_form_inner .table_01 td p.ex {
	margin: 3px 0 0;
}

#container .sec_form_inner .table_01 td p.error {
	margin: -5px 0 3px;
	color: #ff3333;
	font-weight: bold;
}

#container .sec_form_inner .table_01 td p.error.second {
	margin: 5px 0 -2px;
	color: #ff3333;
	font-weight: bold;
}

#container .sec_form_inner .table_01 td p.tx {
	padding: 10px 0 12px;
}

#container .sec_form_inner .table_01 td ul.tx {
	padding: 0 0 12px;
}

#container .sec_form_inner .table_01 td ul.tx li {
	margin: 10px 0 0;
}

#container .sec_form_inner .table_01 td .ms {
	padding: 7px 0 0;
}

#container .sec_form_inner .table_01 td .ms.first {
	padding: 0;
}

#container .sec_form_inner .table_01 td .ls {
	width: 55px;
}

#container .sec_form_inner .table_01 td .rs {
	width: 505px;
}

#container .sec_form_inner .table_01 td .rs input {
	width: 498px;
}

/*.table_02 */
#container .sec_form_inner .table_02 {
	width: 100%;
	margin: 30px 0 0;
}

#container .sec_form_inner .table_02 th {
	width: 260px;
	padding: 0 5px 0 0;
	font-size: 12px;
	text-align: left;
}

#container .sec_form_inner .table_02 th em {
	display: block;
	padding: 0 0 12px;
	font-size: 16px;
	font-weight: bold;
}

#container .sec_form_inner .table_02 td div {
	width: 585px;
	height: 135px;
	background: #ffffff;
	border: 1px solid #cccccc;
	overflow: scroll;
	overflow-x: hidden;
}

#container .sec_form_inner .table_02 td div p {
	margin: 7px 10px 0;
	font-size: 12px;
	line-height: 1.6;
}

#container .sec_form_inner .table_02 td div p.sign {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: right;
}

#container .sec_form_inner .table_02 td div p em {
	display: block;
	padding: 3px 0 0;
	font-size: 14px;
	font-weight: bold;
}

/* announce */
#announce #container .sec_outline {
	margin: 40px 0 0;
}

#announce #container .sec_outline.first {
	margin: 0;
}

/* .nav */
#announce #container .nav {
	position: relative;
	margin: -5px 0 20px 18px;
	z-index: 2;
}

#announce #container .nav li {
	float: left;
	margin: 0 5px 0 0;
}

/* .sec_announce */
#container .sec_announce {
	position: relative;
	width: 952px;
	height: 1147px;
	background: url(../img/announce_bg_01.jpg) no-repeat 0 0;
}

#container .sec_announce .info {
	width: 175px;
}

#container .sec_announce .info p {
	color: #ff3c00;
	line-height: 1.4;
}

#container .sec_announce .info p em {
	font-size: 18px;
	font-weight: bold;
}

#container .sec_announce .info dt {
	margin: 12px 0 0;
	font-size: 0;
	line-height: 0;
}

#container .sec_announce .info dd {
	margin: 7px 0 0;
	font-size: 12px;
	line-height: 1.7;
}

#container .sec_announce .name {
	width: 135px;
	color: #ff3c00;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
}

#container .sec_announce .name em {
	font-weight: bold;
}

#container .sec_announce .h3_01 { position: absolute; top: 30px; left: 49px; }
#container .sec_announce .senryu_01 { position: absolute; top: 168px; left: 97px; }
#container .sec_announce .info_01 { position: absolute; top: 132px; left: 273px; }
#container .sec_announce .present_01 { position: absolute; top: 441px; left: 50px; }
#container .sec_announce .fukidashi_01 { position: absolute; top: 364px; left: 172px; }

#container .sec_announce .h3_02 { position: absolute; top: 142px; left: 517px; }
#container .sec_announce .senryu_02 { position: absolute; top: 261px; left: 569px; }
#container .sec_announce .info_02 { position: absolute; top: 230px; left: 718px; }
#container .sec_announce .present_02 { position: absolute; top: 498px; left: 537px; }
#container .sec_announce .fukidashi_02 { position: absolute; top: 431px; left: 657px; }

#container .sec_announce .h3_03 { position: absolute; top: 588px; left: 51px; }
#container .sec_announce .senryu_03 { position: absolute; top: 750px; left: 72px; }
#container .sec_announce .senryu_04 { position: absolute; top: 750px; left: 225px; }
#container .sec_announce .senryu_05 { position: absolute; top: 750px; left: 378px; }
#container .sec_announce .name_01 { position: absolute; top: 960px; left: 51px; }
#container .sec_announce .name_02 { position: absolute; top: 960px; left: 204px; }
#container .sec_announce .name_03 { position: absolute; top: 960px; left: 357px; }

#container .sec_announce .h3_04 { position: absolute; top: 641px; left: 573px; }
#container .sec_announce .senryu_06 { position: absolute; top: 818px; left: 603px; }
#container .sec_announce .name_04 { position: absolute; top: 1029px; left: 582px; }

#container .sec_announce .h3_05 { position: absolute; top: 641px; left: 761px; }
#container .sec_announce .senryu_07 { position: absolute; top: 818px; left: 788px; }
#container .sec_announce .name_05 { position: absolute; top: 1029px; left: 767px; }

#container .sec_announce .present_03 { position: absolute; top: 1029px; left: 58px; }




/*3:footer
=================================*/
#footer {
	margin: 30px 0 0;
	background: url(../img/bg_footer.gif) repeat-x 0 0;
}

#footer_inner {
	position: relative;
	width: 960px;
	height: 40px;
	margin: 0 auto;
}

#footer_inner p.logo_apoplus {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 0;
	line-height: 0;
}

#footer_inner p.copyright {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 0;
	line-height: 0;
}


/*4:other
=================================*/
/*.clear
---------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


