@charset "UTF-8";

h3.sectionhdrmain {
	width: auto;
	margin: 0 0 30px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #0096c8;
	line-height: 51px;
	font-weight: bold;
	text-indent:1em;
	color: #FFF;
	height: 51px;
}

.changelist {
	width: auto;
	margin: 0 40px 0 auto;
}
.changelist li {
	list-style-image:url(../img/li.png);
	margin: 0 0 0 53px;
	padding: 0 0 6px 0;
}
.changelist li p{
	line-height: 2;
}

.changelist li .note{
	font-size: 110%;
	line-height: 1.7;
}

.changelist .sub li{
    padding: 0 0 6px 0;
    list-style-image: none;
    text-indent: -1em;
    margin-left: 1em;
}
.changelist .leftlist{
    width: 50%;
    float: left;
}
.changelist .rightlist{
    width: 50%;
    float: right;
}



.attntion_box{
	margin:0 auto 30px;
	padding: 5px;
	background-color: #BEBEBE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.attntion_box_inner{
	margin:auto;
	padding: 25px;
	background-color: #FFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.attntion_box_right_W{
	width:78%;
}

.attntion_box_inner ul li {
	list-style-image: url(../img/li.png);
	margin-left: 18px;
	padding: 0 0 15px 0;
	line-height: 1.6;
}


.nowavailable{
	text-align: center;
	font-weight: bold;
	color: #767676;
}

.center{
	text-align:center;
}

.systemV{
	float:right;
	padding-top:50px;
}


.notebox {
	width: auto;
	margin: 0 18px 40px 18px;
}
.notebox dl{
	clear: both;
	margin-bottom: 2px;
}
.notebox dl dt{
	float: left;
}
.notebox dl dd{
	margin-left: 45px;
}


.notebox .note {
	/*font-size: 110%;*/
	line-height: 1.7;
}
