﻿.shampoo{
	background: #afeeee;
}

.part_cut{
	background: #90ee90;
}

.all_cut{
	background: #ffc0cb;
}

.shampoo_box{
	background: #afeeee;
	border:double;
}

.part_cut_box{
	background: #90ee90;
	border:double;
}

.all_cut_box{
	background: #ffc0cb;
	border:double;
}

.single_box{
	border:double;
}

.option_box{
	border:double;
}


.box{
	display:inline-block;
	vertical-align:center;
	text-align:left;
	width:700px;
}

.box h3{
	text-align:center;
}

#notice{
	border:solid;
}

.add{
	text-align:center;
}
