header a,
header div {
	_margin-top: -1px;
}
#contents {
	position: relative;
	margin-bottom: 40px;
	font-size: 93%;
	line-height: 1.8;
}
#contents p {
	margin-top: 1em;
	line-height: 1.8;
}
#mainVisual {
	padding: 11px 0 8px 0;
}
#mainVisual:before,
#mainVisual:after { content: " "; display: table; }
#mainVisual:after { clear: both; }
#mainVisual #mainImage,
#mainVisual #mainText {
	float: left;
}
#mainVisual #mainImage img {
	-ms-interpolation-mode: bicubic;
}
#mainVisual #mainSummary {
	display: none;
}
h3 {
	padding: 0 0 10px 0;
	color: #083090;
	font-size: 21px;
	background: url(../images/bg_dot_02.png) bottom repeat-x;
	line-height: 1.5;
}
h3 small {
	display: inline-block;
	font-size: 12px !important;
}
h4 {
	font-size: 14px;
	color: #20a3da;
}
#contents p.msc_note {
	font-size: 10px;
	margin: 0 0 3px 0;
	text-indent: -1em;
	padding: 0 0 0 1em;
	line-height: 1.2;
}
p.note {
	margin: 10px 0 40px 0;
}


/* apply
=======================================*/

div#points {
	margin-top: 33px;
}
div#points h3 {
	margin: 0;
}
div#points p.copy {
	margin: 25px 0;
}

div.item {
	margin: 0 0 15px 0;
}
div.item p {
	margin: 0 !important;
	line-height: 150%;
}
div.item p.ttl {
	float: left;
	width: 164px;
	border: 1px solid #ccc;
	height: 58px;
	line-height: 58px !important;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	color: #333;
}
div.item .txt {
	float: left;
	width: 719px;
	padding: 0 0 0 15px;
}
div.item ul li {
	list-style: disc outside;
	line-height: 180%;
	margin-left: 16px;
}
div.item ul li p {
   margin-left: 12px;
   margin-bottom: 8px;
}
div.item ul li:last-child p {
   margin-bottom: 0;
}
div.item .txt.caution p {
	text-indent: -1em;
	padding-left: 1em;
}

/* 上下中央揃え*/
div.item.middle p.ttl,
div.item.middle p.txt,
div.item.middle div.txt {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
* html div.item.middle p.ttl,
* html div.item.middle p.txt,
* html div.item.middle div.txt { /* IE 6 */
  display: inline;
  zoom: 1;
}
*:first-child+html div.item.middle p.ttl,
*:first-child+html div.item.middle p.txt,
*:first-child+html div.item.middle div.txt { /* IE 7 */
  display: inline;
  zoom: 1;
}
/*\*//*/
* html div.item.middle p.ttl,
* html div.item.middle p.txt {
  display: inline-block;
}
/**/
div.item.middle p.caution {
	color: #f00;
	font-weight: bold;
}

/* clearfix */
div.item {
	zoom: 1;
	position: relative;
}
div.item:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
* html div.item {
	display:inline-table;
	/**/display:block;/**/
}

div.present a,
div.information a {
	color: #120dca;
}
div.scheduleWrapper a:hover,
div.information a:hover,
div.applyBox a:hover {
	text-decoration: none;
}

div#star {
	border: 1px solid #ccc;
	margin: 40px 0 60px 0;
}
div#star h4 {
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 10px 30px;
	color: #333;
}
div#star p {
	margin: 15px 0;
	padding: 0 30px;
}
div#star a {
	margin-left: 1em;
	padding-left: 8px;
	background: url(../images/mark_arrow.gif) left center no-repeat;
}



div.information {
	margin: 50px 0 0 0;
}
div.information ul li {
   list-style: disc outside;
	line-height: 150%;
	margin-left: 16px;
}
div.information p.stress {
	font-weight: bold;
}
div.information p.point {
	margin: 0;
	text-indent: -3em;
	padding-left: 3em;
}
div.information p.point_note {
	margin: 0;
	text-indent: -1em;
	padding-left: 4em;
}
p#caution_kids {
	overflow: hidden;
	width: 900px;
	height: 0px;
	padding-top: 14px;
	margin: 30px 0;
	background: url(../images/cap_notice.gif) no-repeat;
}
p.caution_maintenance {
	color: #f00;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 2;
}

ul.inquiry {
	margin-top: 15px;
}

ul.inquiry li {
	margin-bottom: 5px;
}


/* apply
=======================================*/

div.apply_pc {
	margin-top: 40px;
}
div.apply_pc p.ttl {
	margin: 0 0 15px 0;
	padding: 6px 0;
	text-align: center;
	background: url(../images/bg_dot_01.png);
	font-size: 15px;
	color: #20a3da;
	font-weight: bold;
}
div.apply_pc div {
	position: relative;
	width: 868px;
	height: 82px;
	padding: 40px 15px;
	border: 1px solid #dbdbdb;
}
div.apply_pc div p {
	float: left;
	width: 392px;
	height: 82px;
	margin: 0 !important;
	padding: 0 21px;
}



/* common
=======================================*/

div#head_btn {
	position: relative;
	margin: 0;
}
p#team {
	text-align: right;
	margin: 0;
	padding: 10px 0;
}
.clearfix {
	position: relative;
}
/* IE 6 */
* html div#footer {
	margin-top: 0;
}
/* IE 7 */
*:first-child+html div#footer {
	margin-top: 0;
}

div#header a { text-decoration: none; }

div.information p.point span {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅";
}



/* Link
=======================================*/

#contents a {
	color: #120dca;
	text-decoration: underline;
}
#contents a:hover {
	text-decoration: none;
}
.mod-iconNewWin {
	margin-left: 5px;
	margin-right: 5px;
}


/* Contents
=======================================*/

div#includeContents {
	width: 900px;
	margin: 0px auto;
	padding: 0;
}
div#includeContents p#pagetop {
	width: 58px;
	height: 14px;
	margin: 40px 0 25px 842px;
}