@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* checklist CSS [SP]
/*----------------------------------------------*/

.checklist-leadbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	margin-bottom: 20px;
x	background-color: #FF0000;
}

.checklist-leadtext {
	float: left;
x	width: 55%;
	width: 77%;
}

.checklist-leadphoto {
	float: right;
x	width: 35%;
	width: 20%;
x	margin-right: 2%;
}

.checklist-leadphoto img {
	max-width: 100%;
}

.checklistbox {
	width: 100%;
	margin-bottom: 40px;
}

.checklist-title {
	width: 100%;
	height:      30px;
	line-height: 30px;
	
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-color: #43630E;
}

.checklistbox ul {
	width: 95%;
x	background-color: #0000FF;
x	padding: 10px 0px 10px 13%;
	padding: 10px 0px 10px 5%;
	
	background-image: url(../images/checklist/checklistbox_bg.png);
x	background-repeat: repeat-x;
x	background-position: bottom;
}

.checklistbox ul li {
x	width: 100%;
	padding: 10px 0px 10px 25px;
	
	background-image: url(../images/checklist/checklist_checkbox.png);
	background-repeat: no-repeat;
	background-position: left 40%;
	
x	background-color: #00FFFF;
}

.checklist-soukanzuphoto {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.checklist-soukanzuphoto img {
	max-width: 100%;
}

.checklist-memo {
	
}
