@charset "utf-8";

/*--------------------------------------------------
GLOBAL RESET
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
img{
vertical-align:middle;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
/*ol,ul {
	list-style:none;
}*/
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*--------------------------------------------------
LAYOUT
--------------------------------------------------*/
body {
	font-size:62.5%;
	font-family: Verdana, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color:#333;
}
#invitationplan_contents{
	font-size:1.3em;
	padding:20px;
}
#invitationplan_contents h1{
	background: #a30000;
	color:#fff;
	padding:10px;
	margin-bottom:20px;
	font-weight:bold;
}
#invitationplan_description{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px solid #a30000;
}
#invitationplan_list{
	list-style-position:inside;
	margin-bottom:40px;
}
#invitationplan_list li{
	margin-bottom:10px;
}
#invitationplan_copyright{
	border-top:1px solid #999;
	color:#999;
	text-align:right;
	font-size:0.8em;
	padding-top:10px;
}
.privacy_cw {
  width:1000px;
  margin:0 auto;
}
.privacy_cw li {
  list-style: none;
  margin-bottom:5px;
  padding-left: 4em;
  text-indent: -1.5em;
}
.corporatelist li:first-child {
	margin-top:5px;
}
.corporatename {
  margin-bottom: 10px;
  text-align: right;
  margin-bottom: 10px;
}
.privacy_cw h2 {
  margin:10px 0;
  font-weight: bold;
}
.privacy_cw h2+p {
  margin-bottom: 10px;
}
.privacy_cw h3 {
  margin:10px 0 5px;
  font-weight: bold;
}
.privacy_cw h3+p {
  margin-bottom:10px;
  padding-left: 4em;
}
/*--------------------------------------------------
clearfix
--------------------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
.clearfix{
display: inline-block;
} 
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
} 
.clearfix{
display: block;
} 
/* End hide from IE-mac */
