@charset "utf-8";
/*----------------------------------------------------
    Modal Window Style
----------------------------------------------------*/
#modal {
    display: none;
}
#modal #mField {
    background: url("/support/images/bg_movie.png") repeat;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    z-index:1001;
    width: 100%;
    height: 1000px;
}
#modal #mObject {
    z-index:1002;
    position: fixed;
    left: 50%;
    margin-left: -280px;
    _position: absolute;
}
#modal #mClose {
    text-align: right;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
    cursor: pointer;
}
/* YouTube Movie */
#modal #mMovie {
    width: 560px;
    height: 315px;
    background: #000;
}
#modal .mComment {
	padding:10px;
	font-size:0.9em !important;
	background:#fff;
	text-align:center;
}

/* ---------------------------------------- */
.ul_sideline li {
	display:inline;
}
.boxAttention {
	margin: 10px;
	padding:10px;
	border: 1px solid #666666;
}
.txt_listFlow2 {
	padding:1px 0 10px 25px;
}
.w445{
	width:445px;
}
hr.lineGray {
	margin: 10px;
	border: 0;
	border-top: 1px solid #CCCCCC;
	width: 98%;
	border: #CCCCCC solid;
	border-width: 1px 0 0 0;
	height: 1px;
	clear: both;
	margin: 10px auto;
	display:block;
}
