@charset "UTF-8";



.contimg {
	line-height: 0%;
}
.contimg img {
	margin-left: -238px;
}

/* 各説明共通スタイル ーーーーーーーーーーーーーーーーーーーーー*/
.txtbox h3 {
	padding-bottom: 14px;
	line-height: 0%;
}
.txtbox .detail_btn {
	padding-top: 10px;
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.crz_box900n h2 {
	padding-top: 20px;
}

.mark {
	text-align: right;
	width: 900px;
	padding-bottom: 10px;
}
.senyou {
	background-color: #DDD;
	padding: 1px 17px 1px 17px;
	margin: 0 5px 0 20px;
	border: 1px solid #555;
	line-height: 2em;
}
.hyojyun {
	background-color: #E6EFF4;
	padding: 1px 17px 1px 17px;
	margin: 0 5px 0 20px;
	border: 1px solid #555;
	line-height: 2em;
}
.mkoption {
	background-color: #B2CDDD;
	padding: 1px 17px 1px 17px;
	margin: 0 5px 0 20px;
	border: 1px solid #555;
	line-height: 2em;
}


#full_list {
	padding: 10px 0 30px 0;
}

#full_list table {
	border-left-width: 2px;
	border-top-width: 2px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #555;
	border-top-color: #555;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #555;
	border-bottom-color: #555;
}

#full_list td {
	text-align: center;
	line-height: 1.3em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #555;
	border-bottom-color: #555;
}


.cell_bg1 {
	background-color: #666;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

.cell_bg2 {
	background-color: #999;
	color: #FFF;
}

.bottom2px {
	border-bottom-width: 2px !important;
}

.right_white {
	border-right-width: 1px !important;
	border-right-style: solid !important;
	border-right-color: #FFF !important;
}

.right_none {
	border-right-style: none !important;
}

.right_2px {
	border-right-width: 2px !important;
}


.left_white {
	border-left-width: 1px !important;
	border-left-style: solid !important;
	border-left-color: #FFF !important;
}
.bottom_white {
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #FFF !important;
}
.right_2px_white {
	border-right-width: 2px !important;
	border-right-style: solid !important;
	border-right-color: #FFF !important;
}


.bg1 {
	background-color: #E6EFF4;
}
.bg2 {
	background-color: #B2CDDD;
}
.bg3 {
	background-color: #dddddd;
}

.txt_left {
	text-align: left !important;
}

/* 全タイプ標準 ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#standard {
	margin: 0px 0px 35px;
}
#standard h3 {
	margin: 0px 0px 15px;
	font-size: 16px;
	font-weight: bold;
}
#standard h4 {
	padding: 4px 0px 4px 8px;
	border-bottom: 1px solid #016ba2;
	border-left: 3px solid #016ba2;
	margin: 20px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
}
#standard p {
	background-color: #F7F7F7;
	padding: 10px;
}
.caution {
	padding-bottom: 1em;
}
.caution2 {
	margin-bottom: 1em;
	padding: 5px;
	background-color: #B2CDDD;
}



/* ツールチップ ーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
table a {
	color:#333 !important;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
}
table a:hover {
	color:#333 !important;
	text-decoration:none !important;
}


/* Tooltip */
.tooltip{
	position:absolute;
	z-index:100;
	background:#555;
	color: #fff;
	padding: 10px;
	display:none;
	text-align: center;
	font-size: 12px;
}




#full_list .line_none table {
	border-left-width: 0px;
	border-top-width: 0px;
	border-left-style: none;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}

#full_list .line_none td {
	text-align: left;
	line-height: 1.3em;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
#full_list .line_none .left_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}
#full_list .line_none .bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
