@charset "UTF-8";
/* CSS Document */



/* body
--------------------------------------------------------- */

/*--　過ごし方時間軸色分け　--*/
div#primary.married div.spendSet {
	margin: 24px 0 0;
	padding: 0;
	background: url(../../spend/images/img_married02bg.gif) repeat-y left top;
}

div#primary.female div.spendSet {
	margin: 24px 0 0;
	padding: 0;
	background: url(../../spend/images/img_female02bg.gif) repeat-y left top;
}

div#primary.family div.spendSet {
	margin: 24px 0 0;
	padding: 0;
	background: url(../../spend/images/img_family02bg.gif) repeat-y left top;
}

div#primary.anniv div.spendSet {
	margin: 24px 0 0;
	padding: 0;
	background: url(../../spend/images/img_anniv02bg.gif) repeat-y left top;
}

div#primary.more div.spendSet {
	margin: 24px 0 0;
	padding: 0;
	background: url(../../spend/images/img_more02bg.jpg) repeat-y left top;
}

div#primary.group div.spendSet {
	margin: 24px 0 0;
	padding: 0;
	background: url(../../spend/images/img_group02bg.gif) repeat-y left top;
}


/*--　過ごし方タイトル色分け　--*/
div#primary div.spendSet div.spendTime div.spendCont h5 {
	margin: 5px 0 13px 0;
	padding: 2px 0 2px 6px;
	font-size: 108%;
	color: #333;
}

div#primary.married div.spendSet div.spendTime div.spendCont h5 {
	border-left: 4px solid #83C174;
}

div#primary.female div.spendSet div.spendTime div.spendCont h5 {
	border-left: 4px solid #F19E72;
}

div#primary.family div.spendSet div.spendTime div.spendCont h5 {
	border-left: 4px solid #77CAF7;
}

div#primary.anniv div.spendSet div.spendTime div.spendCont h5 {
	border-left: 4px solid #FBE9B9;
}

div#primary.more div.spendSet div.spendTime div.spendCont h5 {
	border-left: 4px solid #F0B928;
}

div#primary.group div.spendSet div.spendTime div.spendCont h5 {
	border-left: 4px solid #B6CD70;
}


/*--　過ごし方セット　--*/
div#contents div#primary div.spendSet h4 {
	margin: 0;
	padding: 0 0 24px 0;
}

div.spendSet div.spendTime {
	margin: 0;
	padding: 0;
	clear: both;
}

div.spendSet div.spendTime .clock {
	margin: 0;
	padding: 0;
	width: 70px;
	float: left;
}

div.spendSet div.spendTime div.spendCont {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 560px;
	float: right;
	border-bottom: 3px solid #F0F0F0;
}

div.spendSet div.spendTime div.spendCont p {
	clear: both;
}

div.spendSet div.spendTime div.spendCont div.contImg {
	margin: 0;
	padding: 0;
	width: 190px;
	float: left;
}

div.spendSet div.spendTime div.spendCont div.contImg img {
	margin: 0;
	padding: 4px;
	background: #F0F0F0;
	border: 1px solid #CCC;
}

div.spendSet div.spendTime div.spendCont div.contTxt {
	margin: 0;
	padding: 0;
	width: 345px;
	float: right;
}


/*--　団体様のページ下お問い合わせ　--*/
div#contents div#primary div#group_info {
	margin: 0;
	padding: 15px;
	background: #F2EFE1;
	border: 2px solid #E6BE82;
	clear: both;
}

div#contents div#primary div#group_info div.group_infoTxt {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

div#contents div#primary div#group_info div.group_infoTxt p {
	margin: 0;
	padding: 0;
}

div#contents div#primary div#group_info p.group_infoImg {
	margin: 0;
	padding: 0 0 0 30px;
	border-left: 1px solid #C9C1A3;
	width: 190px;
	height: 60px;
	float: right;
}
