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

@import url("../../css/base.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/contents.css");




/*-------------------------------------
 Plan
---------------------------------------*/

/*index page-----------------------*/

.comm-box h3 {
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 10px 2px;
	font-size: 120%;
	background-image: url(../img/frame_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.comm-box p {
 margin-bottom: 10px;
}
.comm-box .plan-txtb {
	padding: 10px;
	border: 1px solid #67AAC4;
}
.comm-box p.use {
	color: #CC0000;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #67AAC4;
}
.comm-box p.use span {
 margin-right: 8px;
}
.comm-box li {
 list-style: none;
}
.plan-box {
	line-height: 155%;
	padding-bottom: 20px;
	margin-bottom: 40px;
	background-image: url(../../common_img/dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #666666;
}
.plan-box img {
 margin-left: 10px;
	margin-bottom: 10px;
}



/*flow page------------------------*/

.flow-box {
 margin-bottom: 20px;
}
.flow-body {
	background-image: url(../img/flow_waku_body.gif);
	background-repeat: repeat-y;
}
.flow-body-txt {
 padding: 5px 15px;
}

.logo-embroidery h3 {
 font-weight: bold;
	margin-bottom: 3px;
}
.logo-embroidery li {
 list-style: none;
}
.logo-embroidery-w1 {
 width: 350px;
}
.logo-embroidery-w2 {
 width: 240px;
}