@charset "Shift_JIS";

/*-----------------------------------------------------
  kobeRotary club CSS

  Welcome Page ボックス
-----------------------------------------------------*/
/*-----------------------------
	- 幅680px--2列Box
-----------------------------*/
div#content {
  width: 680px;
}
div.section {
  width: 680px;
  margin-right: -10px; /* ※1 */
}

div.ssbox {
  display: inline; /* ※2 */
  float: left;
  width: 200px;
  min-height: 6.5em;       /* ※3 */
  height: auto !important; /* ※3 */
  height: 6.5em;           /* ※3 */
  margin-right: 10px;
  border: ; /枠を表示する場合　*1px #999999 solid*/
}

div.ssbox ss2 {
  margin: 0;
  padding: 2px;
  background: #999999;
  font-size: 80%;
}
div.ssbox p {
  margin: 5px;
  font-size: 100%;
  line-height: 1.5em;
}
/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  08/11/14
  Copyright(C)2008 eecoms all rights reserved. 
-------------------------------*/

