@charset "Shift_JIS";

/*************************************************************
 *
 * 携帯スタディ王国 のインデックスページ専用スタイル
 *
 * Last Modified: 2010/02/23
 * Copyright (c) 2010, Keitai Study Project Co. Ltd. All Rights Reserved.
 *
 *************************************************************/


/**
 * スタイルのインポート
 */

@import url("base.css");


/**
 * インデックス専用
 */

.detailBox {
	clear: both;
	margin-left: -10px;
}
.detailBox li {
	float: left;
	display: inline;
	margin: 0 0 10px 10px;
	width: 270px;
}
.detailBox h4 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 38px;
}



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

.detailBox { display: inline-block; }

/* Hides from IE-mac \*/
* html .detailBox { height: 1%; }
.detailBox { display: block; }
/* End hide from IE-mac */



/* EOF */