@charset "Shift_JIS";

/***************************************
入塾案内ページ

file Name: common.css
URI: http://www.kmzworks.com/
Description: project KMZworks common
Version: 1.0
Author: KMZworks of OK Logistic Co.,Ltd.
Author URI: http://www.kmzworks.com/
**********************************/
.clearboth {
  height:0;
  float:none;
}

/*--コース概要見出し-----*/
h3 {
  background-color:#333333;
  color:#FFFFFF;
  padding:7px 0 7px 10px;
  margin:15px 0 0 0;
  font-size:130%;
  font-weight:normal;
}


/*--コースコンテンツ-----*/
.box {
  border: #CCCCCC 1px solid;
  margin: 15px 0;
  padding: 10px 0;
}

.courses {
  width:600px;
  margin:0 auto;
}

h4 {
  border-left:5px solid #333333;
  border-bottom:#CCCCCC 1px solid;
  padding:10px 0 10px 10px;
}

.courses dl{
  padding:10px 0;
  border-bottom:1px dotted #cccccc;
  width:600px;
}

.courses dl:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.courses dl dt{
  float:left;
  width:120px;
}

.courses dl dd{
  float:right;
  width:450px;
  text-align:left;
}