@charset "shift_jis";
/* CSS Document */
/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
	overflow: hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
/* clearfix end */
.clear01 {
	clear: both;
}
.tac {
	text-align: center;
}
.readtxt {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: dotted 2px #ddd;
}
.cal_area {
	border: solid 1px #ddd;
	padding: 10px;
	background: #fafafa;
}
.cal_area input {
	padding: 3px 5px;
	text-align: right;
}
.area01 {
	width: 500px;
	float: left;
}
.area02 {
	width: 440px;
	float: right;
}
.cheack a {
	width: 100px;
	height: 35px;
	float: left;
	margin: 0 10px 0 0;
	line-height: 35px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%) repeat scroll 0 0;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
	color: #222;
}
.cheack a:hover {
	text-decoration: none;
}
input[type="reset"] {
	width: 100px;
	height: 35px;
	float: left;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%) repeat scroll 0 0;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
	cursor: pointer;
}
#ms_main h1 {
    height: 100%;
}
.link-m {
    background: url("/common/img/icn_arw_bk.gif") no-repeat left 5px;
    margin-top: 3px;
    padding: 0 0 2px 14px;
}