html,
body {
  margin: 0;
}
p{
    font-size:15px;
    margin:3px 0;
    line-height:18px;
}
#head{
    width:100%;
    height:30px;
    background-color:#fbafb1;
}
.msg{
    font-size :15px;
    color:white;
    margin-top:7px;
}

.head_img{
    width:100%;
    background-image: url("../img/member/background.png");
}

.header{
    width:80%;
    max-width: 625px;
    margin:0 auto;
    position:relative;
}
.head_title{
    width:80%;
    height:auto;
}
.head_woman{
    position:absolute;
    width:30%;
    height:auto;
    top:-7%;
    left:70%;
}

.container{
    width:100%;
    background-color:#fff1f0;

}
.inner{
    width:80%;
     max-width: 960px;
    display:block;
    margin:0 auto;
    padding:20px;
}
.left_box{
    float:left;
    width:60%;
}
.left_img{
    float:left;
    width:24.5%;
}
.left_img img{
	width:90%;
	height:auto;
}
.right_img{
    float:right;
    width:74%;
}
.right_img img{
    width:90%;
}

.right_box{
    float:right;
    width:40%;
}
.right_box img{
    width:80%;
    height:auto;
}
.right_box span{
    font-size:18px;
    display:block;
    color:#f27c7c;
    margin-top:25px;
    margin-bottom:10px;
}

.footer_m{
    width:100%;
    background-image: url("../img/member/background_foot.png");
}

.footer_m span{
    font-size:30px;
    color:#f27c7c;
}

.table{
    width:100%;
    margin-top:10px;
    border: 2px solid #fbafb1;
}
.table th{
    width: 14%;
    padding: 6px;
    text-align: center;
    vertical-align:middle;
    vertical-align: top;
    background-color: #fbafb1;
    border: 2px solid #fff;
}
.table td{
    height:100px;
    font-size:20px;
    text-align:center;
    vertical-align:middle;
    padding: 6px;
    color:#ff91be;
    background-color: #fff;
    border: 2px solid #fbafb1;
}

.left_footer{
    width:49%;
    float:left;
}
.table_skill{
    width:100%;
    height:120px;
    margin-top:10px;
    background-color:#fff;
     border: 2px solid #fbafb1;
}
.table_skill td{
    width:33%;
    font-size:13px;
    text-align: center;
    vertical-align:middle;
}

.right_footer{
    width:49%;
    float:right;
}

.bottom{
    width:100%;
    height:30px;
    background-color:#fbafb1;
}
.bottom p{
    width:100%;
    position:absolute;
    font-size :15px;
    color:white;
    margin-top:7px;
    text-align:center;
}

@media screen and (max-width: 600px) {
	#head{
    		height:16px;
	}
	.msg{
    		font-size :8px;
    		margin-top:4px;
	}
	.header{
    		width:100%;
	}
	.left_box{
    		float:left;
    		width:100%;
	}
	.right_box{
    		float:right;
    		width:100%;
	}

	.left_img{
    		width:100%;
		margin:10px auto;
	}
	.left_img img{
		display:inline-block;
		width:31%;
		height:auto;
		margin;10px 0;
	}
	.right_img{
    		width:100%;
	}
	.right_img img{
    		width:100%;
	}
	
	.schedule_span{
		display:block;
	}
	.table th{
		font-size:10px;
		padding: 1px;
		border: 1px solid #fff;
	}
	.table td{
		font-size:10px;
		padding: 1px;
		height:50px;
		border: 1px solid #fbafb1;
	}
	#schedule_mob{
    		display:table-row;
	}
	#time_mob{
    		display:table-row;
	}
	
	.left_footer{
    		width:100%;
	}
	.left_footer span{
		display:block;
	}
	.right_footer{
    		width:100%;
		margin-top:10px;
	}
	.right_footer span{
		display:block;
	}
	.bottom p{
    		font-size :12px;
    		margin-top:6px;
	}
}