@charset "shift_jis";

/*-- 新着情報部分 ---*/
.attention{
	font-size:13px;
	font-weight:400;
	line-height:170%;
	letter-spacing: 0.15em;
	white-space:nowrap;
	padding-bottom: 3px;
	color: #FF0000;
	}
.anounce{
	width:100%;
	margin-left:auto;
	margin-right:auto;
padding-bottom:2px;
margin-bottom: 2px;}
	
.information {
  height: 120px;
  overflow-x: hidden;
  overflow-y:scroll;
  margin-bottom: 20px;
  padding: 5px 15px 10px 5px;
  border-top: 5px solid #1ba9c4;
  border-bottom: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
}

.information dl{
	font-size:12px;
color:#555555;
margin-top:8px;
margin-left:5px;
margin-bottom:8px;
padding-bottom:5px;
}
.information dt{
margin-right:8px;
font-weight:bold;
float:left;
line-height: 1.0em;
}
.information dd{
margin-left:7.5em;
line-height:0.25em;
   margin:0 0 1em 1em;
   padding:3px;
   background:#ffffff;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/*-- サイドバー内　文字指定 ---*/
#sidebar p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/*-- サイドバー内　カテゴリータイトル ---*/
#sidebar p.sidebar-title {
  text-align: center;
  line-height: normal;
  padding: 0.5em 0;
  background-color: #333;
  color: #9f0;
}

/*-- サイドバー内　リスト（UL） ---*/
#sidebar ul {
  list-style-position: inside;
  margin: 5px 0 20px;
}

#sidebar li { margin: 0 0 0.5em; }

/*-- ナビゲーション ---*/

#sidebar ul.navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 20px;
}

#sidebar .navigation li {
  display: inline;
  margin: 0;
}

#sidebar .navigation a {
  width: 210px;
  padding: 4px 9px;
  display: block;
  border: 1px outset #fff;
  background-color: #eee;
  text-decoration: none;
  color: #690;
}

#sidebar .navigation a:hover {
  border: 1px outset #fff;
  background-color: #690;
  text-decoration: none;
  color: #000;
}

#sidebar dl { margin: 0 0 20px; }

#sidebar dt {
  margin-bottom: 5px;
  color: #360;
}

#sidebar dd {
  line-height: 1.5em;
  margin-bottom: 10px;
}

@media screen and (max-width:480px) {
	.anounce{
		width:40%;
		}
		
	.attention{
		font-size:11px;
		letter-spacing: 0em;
		}
		
	.information
	{
		height: 85px;
		}
		
	.information dl
	{
		font-size:11px;
		}
		
	.information dd{
		float:left;
		line-height:1.5em;
		margin:0 0 1em 1em;
		background:#ffffff;
		margin-bottom:0;
		}
}
