/*
 * Add
 */
.important-txt .most-important{
	font-weight:bold;
}


.recommend-unit img {
	-webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
	box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}

#top-wrapper{
}

/* 重要なお知らせ */
.important-info {
    display: inline-block;
	font-size:14px;
	background:#ffe8e8;
	border:#cd5d5d 1px solid;
	margin-bottom:20px;
  	text-align: center;
    padding: 20px 30px;
  	width:700px;
}

.important-title {
	display: inline-block;
  	color:#fff;
	background:#cd5d5d;
	border-radius: 100px;
	padding:3px 10px 3px 10px;
    text-align: center;
  	width:350px;
  	margin-bottom: 10px;
    font-size: 16px;
  	font-weight: bold;
}

.important-txt {
	width:100%;
    color:#000;
    background:none;
  　background-image:none;
	text-align:left;
  	font-size: 16px;
    margin-left: 40px ;
  
}

.important-txt ul{
    margin: 0px; 
  	padding: 0px; 
}