@charset "utf-8";
@import url("../../shared/css/reset.css");
@import url("../../shared/css/basic.css");
@import url("../../shared/css/layout.css");
/*
---------------------------------------------------------

---------------------------------------------------------
*/
#guest { }

/* reset table */
#guest table,
#guest td,
#guest th {
	margin: 0px;
	padding: 0px;
	border: none;
}

/*
---------------------------------------------------------

---------------------------------------------------------
*/
#guest #doc {
	padding-right: 45px;
	padding-bottom: 35px;
	padding-left: 45px;
}
#guest img.padbot {
	padding-bottom: 45px;
}
#guest img.padbot2 {
	padding-bottom: 30px;	
}
#guest .magleft {
	margin-left: 25px;	
}
#guest .magbot {
	margin-bottom: 30px;	
}
#guest .note {
	margin-bottom: 20px;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
/* ボーダー */
#guest table td.guest-tb1{
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FF9999;
	padding-top: 8px;
	padding-bottom: 8px;
}
#guest table td.guest-tb2{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9999;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FF9999;
	padding-top: 8px;
	padding-bottom: 8px;
}
#guest table td.guest-tbb1{
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #AFC0DD;
	padding-top: 8px;
	padding-bottom: 0px;
}
#guest table td.guest-tbb2{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #AFC0DD;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #AFC0DD;
	padding-top: 8px;
	padding-bottom: 0px;
}
#guest .guest-ttb{
	font-size: 14px;
	font-weight: bold;
	color: #FF9999;
	font-style: normal;
	line-height: normal;
	margin-bottom: 8px;
}
#guest .guest-tt{
	font-size: 14px;
	font-weight: bold;
	color: #FF9999;
	font-style: normal;
	line-height: normal;
}
