@charaset "Shift_JIS";

body{
	text-align:left;
}

.versem_all h2{
	margin-left:3px;
}

/*main*/

.versem_all h3{
	color:#002c6a;
	font-weight:bold;
	font-size:18px;
	padding:0 0 10px;
}

.versem_start{
	margin-left:10px;
	background:url(../img/versem/versem_card.gif) no-repeat top right;
	width:630px;
	padding-bottom:10px;
}

.versem_start span{
	color:#e60012;
	font-weight:bold;
}

.versem_start strong{
	font-size:20px;
}



/*list*/

/*全体リスト*/
.versem_step{
	margin:20px 0 0 10px;
	position:relative;
}

.versem_stepIcon{
	position:absolute;
	top:0;
	right:17px;
}


.versem_steplist{
	background-color:#12989d;
	color:#ffffff;
	width:770px;
	padding:20px 0 8px;
}

.versem_steplist h4{
	font-weight:bold;
	font-size:15px;
}

.versem_steplist p{
	width:500px;
	padding:5px 0 0;
}

.versem_steplist span{
	font-size:10px;
}

/*STEP_1*/
.versem_steplist01{
	background:url(../img/versem/versem_step_back01.gif) no-repeat 5px 0;
	height:103px;
}

.versem_steplist01 h4{
	padding-left:220px;
	color:#fff000;
}

.versem_steplist01 .versem_steptext{
	padding-left:180px;
	width:405px;
}

.versem_steplist01 .versem_stepicon{
	width:135px;
	position:absolute;
	top:32px;
	right:5px;
}

/*STEP_2*/
.versem_steplist02{
	background:url(../img/versem/versem_step_back02.gif) no-repeat 5px 20px;
	height:118px;
}

.versem_steplist02 h4{
	padding:35px 0 0 270px;
	background:url(../img/versem/versem_icon.gif) no-repeat 377px 5px;
}


.versem_steplist02 .versem_steptext{
	padding-left:220px;
}

.versem_steplist02 .versem_stepicon{
	width:150px;
	position:absolute;
	top:180px;
	right:17px;
}


/* 会場・一覧*/

.hoslist{
	margin:20px 10px 40px;
	line-height:170%;
	border-right:1px solid #727171;
}
.hoslist tr:first-child+tr+tr,
.hoslist tr:first-child+tr+tr+tr+tr,
.hoslist tr:first-child+tr+tr+tr+tr+tr+tr,
.hoslist tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr,
.hoslist tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
.hoslist tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
.hoslist tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
.hoslist tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
.hoslist tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
.hoslist tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
.hoslist tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr{
	background:#eeefef;
}

.hoslist th,
.hoslist td{
	padding:3px 15px;
	border-left:1px solid #727171;
	text-align:center;
}
.hoslist table .list_h th{
	background:#bbe2e8;
	color:#006a9a;
	font-size:15px;
	padding:3px 0;
}

.hoslist span{
	font-size:9px;
}

.list_area{
	width:769px;
	float:left;
}

/* 開催中リンク*/
p.kaisai_bt{
	margin:15px auto;
	width:373px;
}

p.kaisai_bt a:hover img{
	opacity:0.7;
}

/*---.リンク---*/
.versem_steplist a:link{
	color:#fff000;
}
.versem_steplist a:visited{
	color:#fff000;
}
.versem_steplist a:hover{
}
.versem_steplist a:hover{
}

/*---.clearfix---*/


.versem_steplist01:after,
.hoslist:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.versem_steplist01,
.hoslist {
	zoom:1;
}