@charset "utf-8";
/* CSS Document */

dl#co_name dt{
  font-weight:bold;
  font-size:125%;
  margin-bottom:0;
}
dl#co_name dd{
  font-size:75%;
}

#nikko {
	width:240px;
	float:left;
}
#nikko2 {
	width:240px;
	float:left;
	padding-top: 10px;
}


#history dl{
	margin:0 0 50px 20px;
	padding:0;
}

#history dt{
	float:left;
	width:110px;
	margin-right:10px;
}

#history dt,#history dd{
	margin-bottom:5px;
	padding:2px 10px;
	clear:both:
}

#history dd{
	clear:both:
}


#mp_link ul {
	height:38px;
	overflow:hidden;
}
#mp_link ul li {
	float:left;
	margin-right:20px;
}
#btn_media {
	width:210px;
	height:38px;
}
#btn_media a {
	width:210px;
	height:38px;
	background:url(../images/btn_media.gif) no-repeat;
	display:block;
	position:relative;
	overflow:hidden;
}
#btn_prize {
	width:140px;
	height:38px;
}
#btn_prize a {
	width:140px;
	height:38px;
	background:url(../images/btn_prize.gif) no-repeat;
	display:block;
	position:relative;
	overflow:hidden;
}
#btn_media a img,
#btn_prize a img {
	position: absolute;
	top:-39px;
}
#btn_media a:hover img,
#btn_prize a:hover img {
	visibility:hidden;
}

/* カスタマーサポート　エリア設定 */

#cs-address{
	border:1px solid #390;
	padding:30px;
	background:#E1F7D1;
}

#cs-address dt{
	margin:0 0 25px 0;
	font-weight:bold;
/*	border-left:5px solid #339900;*/
	padding:0 0 0 10px;
  	font-size:113%;
}

#cs-address dt span{
	font-size:82%;
	font-weight:normal;
	margin:0 0 0 10px;
}

#cs-address dd{
	margin:0 0 0 15px;
}

#cs-address dd strong{
  font-weight:bold;
}

#cs-address dd b{
	font-weight:bold;
	color:#FFF;
	background:#390;
	padding:1px 8px;
	margin:0 5px 0 0;
}
