@charset 'utf-8';

/*-- club.html --*/

.clubBlock2Wrap .clubBlock2WrapLeft {
  width: 327px;
  float: left;
}

.clubBlock2Wrap .clubBlock2WrapRight {
  width: 327px;
  float: right;
}


.clubBlock2Wrap .clubBlock2WrapLeft .listLeft,
.clubBlock2Wrap .clubBlock2WrapRight .listLeft {
  width: 150px;
  float: left;
}

.clubBlock2Wrap .clubBlock2WrapLeft .listRight,
.clubBlock2Wrap .clubBlock2WrapRight .listRight {
  width: 150px;
  float: Right;
}

.clubBlock2Wrap .clubBlock2WrapLeft .listLeft li,
.clubBlock2Wrap .clubBlock2WrapRight .listLeft li,
.clubBlock2Wrap .clubBlock2WrapLeft .listRight li,
.clubBlock2Wrap .clubBlock2WrapRight .listRight li {
  margin-top: 15px;
}



/* clearfix ------- */
.clubBlock2Wrap:after,
.clubBlock2WrapLeft:after,
.clubBlock2WrapLeft:Right {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
  line-height: 0;
}
.clubBlock2Wrap,
.clubBlock2WrapLeft,
.clubBlock2WrapRight {
  display: inline-table;
  min-height: 1%;
}
/* for macIE \*/
* html .clubBlock2Wrap,
* html .clubBlock2WrapLeft,
* html .clubBlock2WrapRight, {
  height: 1%;
}

.clubBlock2Wrap, 
.clubBlock2WrapLeft,
.clubBlock2WrapRight {
  display: block;
}
/* end of for macIE */


/*-- alumni maujin --*/

.alumniTopLink p {
  text-align: right;
}
