@charset "Shift_JIS";

/*-オープンキャンパス情報：魅力-*/
#c-contents h2 {
	padding-bottom:30px;
	}

#c-contents .mir-photo {
	float:right;
	display:inline;
	width:360px;
	margin:0px 0px 10px 10px;
	}

#c-contents .mir-text01 {
	padding-top:10px;
	padding-bottom:15px;
	}

#c-contents .mir-text02 {
	padding-bottom:20px;
	}

#c-contents .mir-box01 {
	/*background:url("../miryoku/images/mir_bg_box02.gif") repeat-x bottom;*/
	background-color:#F7F7F7;
	padding:9px 24px 10px 24px;
	margin-bottom:20px;
border-radius: 6px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
	}

#c-contents .mir-box02 {
	background:url("../miryoku/images/mir_bg_dotline.gif") repeat-x bottom;
	background-color:#F7F7F7;
	width:672px;
	padding-bottom:2px;
	margin-bottom:15px;
	}

#c-contents .mir-box03 {
	width:672px;
	}

#c-contents .mir-left {
	float:left;
	display:inline;
	width:540px;
	margin-bottom:12px;
	}

#c-contents .mir-left h4 {
	padding-bottom:3px;
	}

#c-contents .mir-right {
	float:left;
	display:inline;
	width:90px;
	margin:5px 0px 12px 30px;
	}

#c-contents .mir-box03 .mir-left,
#c-contents .mir-box03 .mir-right {
	margin-bottom:0px !important;
	}

#c-contents .mir-btn {
	text-align:right;
	margin-bottom:15px;
	}
/* clear */
.clearfix:after{
  content: "."; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  min-height: 1px;
}
* html .clearfix{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}