div.body>div.inner{
	margin: 0 auto;
	width: 960px;
	background: #FFF;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: #DDD 0 2px 13px 0;
	        box-shadow: #DDD 0 2px 13px 0;
}


/*-----------------------------
	Minimun Layout
-----------------------------*/

body.mini div.body>div.inner{
	width: 520px;
}

body.mini div.body>div.inner>div.wrap{
	padding: 0 20px 20px;
}

body.mini div.body h1{
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	background: linear-gradient(to top,#000,#666);
	color: #FFF;
	-webkit-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
}


/*-----------------------------
	afterLogin
-----------------------------*/

body.afterLogin div.body{
	padding: 40px;
	padding-top:5px;
}

body.afterLogin div.body>div.inner{
	position: relative;
}

body.afterLogin div.body div.contents>div.section{
	margin-bottom: 30px;
}

div.contents>div.section information_list{
	htight:50px;
}

body.afterLogin div.body p.userName{
	padding: 12px 20px;
	font-size: 16px;
	font-size: 1.6rem;
	background: linear-gradient(to top,#000,#666);
	color: #FFF;
	-webkit-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
}

body.afterLogin div.body p.logoutBtn{
	position: absolute;
	top: 6px;
	right: 10px;
}

body.afterLogin div.body h2{
	margin-bottom: 1px;
}

body.afterLogin div.body div.contents>div.section>div.wrap{
	border: 10px solid #F1EDE9;
}

body.afterLogin div.body dl.acceptingEntry{
	padding: 7px;
	font-size: 0;
}

body.afterLogin div.body dl.acceptingEntry dt{
	display: inline-block;
	padding-left: 13px;
	padding-right: 20px;
	width: 253px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

body.afterLogin div.body dl.acceptingEntry dd{
	display: inline-block;
	border-top: 1px solid #CCC;
	border-left: 1px solid #E3E3E3;
	padding: 7px;
	width: 693px;
	background: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
}

body.afterLogin div.body dl.acceptingEntry dd div.ticker{
	position: relative;
	overflow: hidden;
}

body.afterLogin div.body dl.acceptingEntry dd div.ticker ul{
	height: 1.1em;
}

body.afterLogin div.body dl.acceptingEntry dd div.ticker ul li{
	float: left;
	display: inline;
	clear: both;
	position: relative;
	line-height: 1.1em;
	margin-bottom: -1.1em;
}


body.afterLogin div.body h1{
	margin-top: 5px;
	margin-bottom: 20px;
	border-left: 5px solid #E8E1D9;
	padding: 10px 20px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

body.afterLogin div.body div.wrap.contents{
	overflow: hidden;
	padding: 20px;
}

body.afterLogin div.body table.stripe th{
	background: #333;
	color: #FFF;
}

body.afterLogin div.body table.stripe td{
	border-bottom: 3px solid #F1EDE9;
	background: #FFF;
}

body.afterLogin div.body table.stripe>tr:nth-child(even) td{
	background: #f5f3f1;
}

body.afterLogin div.body p.none{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #666;
}


/*-----------------------------
	#login
-----------------------------*/

#login div.body p.explanation{
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.6;
}

#login div.body table{
	margin-bottom: 20px;
}

#login div.body th,
#login div.body td{
	padding: 5px;
}

#login div.body th{
	padding-right: 30px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: right;
}

#login div.body td{
	width: 280px;
}

#login div.body td input{
	width: 90%;
}

#login div.body p.submit button{
	width: 300px;
}

#login div.body p.forgetPass a{
	display: block;
	padding: 15px;
	text-align: center;
	background: #F9F9F9;
	-webkit-border-radius: 0 0 5px 5px;
	        border-radius: 0 0 5px 5px;
}


/*-----------------------------
	#passwordReset
-----------------------------*/

#passwordReset div.body>div.inner{
	width: 720px;
}

#passwordReset div.body p.explanation{
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.6;
}

#passwordReset div.body p.notes{
	margin-bottom: 30px;
	padding: 15px;
	line-height: 1.6;
	background: #F9F9F9;
	color: #666;
}

#passwordReset div.body table{
	margin-bottom: 30px;
	background: #FED;
}

#passwordReset div.body th,
#passwordReset div.body td{
	padding: 5px;
}

#passwordReset div.body th{
	padding-right: 30px;
	font-size: 15px;
	font-size: 1.5rem;
}

#passwordReset div.body td{
	width: 60%;
}

#passwordReset div.body td.mail input{
	width: 87%;
}

#passwordReset div.body td input{
	width: 40%;
}

#passwordReset div.body p.submit{
	margin-bottom: 30px;
}

#passwordReset div.body p.submit button{
	width: 200px;
}


/*-----------------------------
	#myPageTop
-----------------------------*/

#myPageTop div.body div.eventCalendar table{
	table-layout:fixed;
}

#myPageTop div.body div.eventCalendar th{
	text-align: left;
}

#myPageTop div.body div.eventCalendar td{
	color: #666;
}

#myPageTop div.body div.eventCalendar th.reception,
#myPageTop div.body div.eventCalendar th.application,
#myPageTop div.body div.eventCalendar th.print,
#myPageTop div.body div.eventCalendar td.reception,
#myPageTop div.body div.eventCalendar td.application,
#myPageTop div.body div.eventCalendar td.print{
	text-align: center;
}

#myPageTop div.body div.eventCalendar th.date{
	width:130px;
}
#myPageTop div.body div.eventCalendar th.join{
	width:135px;
}
#myPageTop div.body div.eventCalendar th.reception{
	width:110px;
}
#myPageTop div.body div.eventCalendar th.print{
	width:80px;
}
#myPageTop div.body div.eventCalendar td.print{
	color: #09F;
	width:80px;
}

#myPageTop div.body div.eventCalendar td img{
	vertical-align: middle;
}


/*-----------iframe newsList-----------*/

#newsList li{
	border-bottom: 1px solid #EEE;
	padding: 12px 15px;
	line-height: 1.6;
}

#newsList dt.date{
	margin-bottom: -1.6em;
	width: 8em;
	color: #CCC;
}

#newsList dt.title{
	padding-left: 9em;
	color: #09F;
}

#newsList dd{
	display: none;
	padding-left: 9em;
}

/*-----------iframe newsDetail-----------*/

#newsDetail dl{
	line-height: 1.6;
}

#newsDetail dt{
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 7px 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

#newsDetail dd.txt{
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 10px 5px;
}

#newsDetail dd.attachment a{
	display: block;
	margin-left: 10px;
}

#newsDetail p.returnList{
	margin-top: 30px;
	text-align: right;
}


/*-----------------------------
	#userDataEdit
-----------------------------*/

#userDataEdit div.body div.editForm table{
	margin-bottom: 15px;
}

#userDataEdit div.body div.editForm caption{
	padding: 0 7px 7px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

#userDataEdit div.body div.editForm caption:before{
	content: "■ ";
}

#userDataEdit div.body div.editForm th,
#userDataEdit div.body div.editForm td{
	border: 1px solid #CCC;
	padding: 10px;
	vertical-align: middle;
	line-height: 1.4;
}

#userDataEdit div.body div.editForm th{
	border-right: 1px dotted #DDD;
	width: 180px;
	background: #F3F3F3;
	font-weight: bold;
	text-align: left;
}

#userDataEdit div.body div.editForm td{
	border-left: 1px dotted #DDD;
	width: 280px;
}

#userDataEdit div.body div.editForm th span.error{
	margin-left: 5px;
	color: #E00;
	font-weight: bold;
	font-size: x-small;
	vertical-align: super;
}

#userDataEdit div.body div.editForm td input[type="text"],
#userDataEdit div.body div.editForm td input[type="password"]{
	width: 100%;
}

#userDataEdit div.body p.submit button{
	width: 300px;
	display:inline;
}



/*-----------------------------
	#profile
-----------------------------*/

#profile div.body div.userData table{
	margin-bottom: 20px;
}

#profile div.body div.userData caption{
	padding: 15px 7px 10px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

#profile div.body div.userData caption:before{
	content: "■ ";
}

#profile div.body div.userData th,
#profile div.body div.userData td{
	border: 1px solid #DDD;
	padding: 10px;
	vertical-align: middle;
	line-height: 1.4;
}

#profile div.body div.userData th{
	border-right: 1px dotted #DDD;
	width: 300px;
	background: #F6F6F6;
	color: #666;
	font-weight: bold;
	text-align: left;
}

#profile div.body div.userData th.col2-1{
	width: 120px;
}

#profile div.body div.userData th.col2-2{
	width: 180px;
}

#profile div.body div.userData td{
	border-left: 1px dotted #DDD;
}

#profile div.body p.submit{
	position: relative;
	margin-top: 40px;
	text-align: center;
}

#profile div.body p.submit button{
	width: 300px;
	display:inline;
}

#profile div.body p.submit input{
	position: absolute;
	left: 0;
}



/*-----------------------------
	#entry
-----------------------------*/

#entry div.body div.userData table{
	margin-bottom: 20px;
}

#entry div.body div.userData caption{
	padding: 15px 7px 10px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

#entry div.body div.userData caption:before{
	content: "■ ";
}

#entry div.body div.userData th,
#entry div.body div.userData td{
	border: 1px solid #DDD;
	padding: 10px;
	vertical-align: middle;
	line-height: 1.4;
}

#entry div.body div.userData th{
	border-right: 1px dotted #DDD;
	width: 200px;
	background: #F6F6F6;
	color: #666;
	font-weight: bold;
	text-align: left;
}

#entry div.body div.userData table.entry{
	table-layout: fixed;
}

#entry div.body div.userData table.entry th,
#entry div.body div.userData table.entry td{
	width: auto;
	border-style: solid;
	text-align: center;
}

#entry div.body div.userData table.entry th.date,
#entry div.body div.userData table.entry td.date{
	width: 80px;
}

#entry div.body div.userData table.entry th.lodging,
#entry div.body div.userData table.entry td.lodging{
	width: 140px;
}

#entry div.body div.userData table.entry th.comment,
#entry div.body div.userData table.entry td.comment{
	width: 300px;
}

#entry div.body div.userData table.entry td.comment textarea{
	width: 100%;
	height: 6em;
}

#entry div.body div.userData td{
	border-left: 1px dotted #DDD;
}

#entry div.body p.submit{
	position: relative;
	margin-top: 40px;
	text-align: center;
}

#entry div.body p.submit button{
	width: 300px;
	display:inline;
}

#entry div.body p.submit input{
	position: absolute;
	left: 0;
}