@charset "utf-8";

#contents {
	padding-bottom: 112px;
}

#contents .wrap {
	padding-top: 36px;
}

#contents .wrap h2 {
	margin-bottom: 32px;
}

#contents h3.title {
	line-height: 1.0;
	margin-bottom: 28px;
}

#contents > p {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	text-align: left;
}

#contents p .change-btn-icon {
	vertical-align: -9px;
}

/* login */
#contents table.id-check,
#contents table.email-check {
	width: 515px;
	margin: 0 auto 30px;
}

#contents table.id-check tr th,
#contents table.email-check tr th {
	padding: 3px 5px;
	text-align: center;
	background-color: #ede7f2;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 100px;
}

#contents table.id-check tr td,
#contents table.email-check tr td {
	padding: 5px 10px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ffffff;
}

#contents table.id-check tr td input,
#contents table.email-check tr td input {
	padding: 3px;
	border: none;
	width: 350px;
}
#contents table.id-check tr td input:focus,
#contents table.email-check tr td input:focus {
	outline: none;
}
#contents ul.submit {
	text-align: center;
	margin-bottom: 30px;
}

#contents ul.submit li {
	display: inline-block;
}

#contents ul.submit li input {
	cursor: pointer;
	height: 60px;
	width: 230px;
	border: none;
	margin: 0 20px;
	text-indent: 150%;
}

*+html #contents ul.submit li input {
	display: block;
}

#contents ul.submit li input.login {
	background: url("../images/mypage/login_btn.png") center top no-repeat;
}

#contents ul.submit li input.send {
	background: url("../images/mypage/send_btn.png") center top no-repeat;
}

#contents ul.submit li input.registration {
	background-color: #00a0e8;
}

#contents ul.submit li input.back {
	background: url("../images/mypage/back_btn.png") center top no-repeat;
}

#contents ul.submit li input.cancel {
	background: url("../images/mypage/cancel_btn.png") center top no-repeat;
}

#contents ul.submit li input.change {
	background: url("../images/mypage/change_btn.png") center top no-repeat;
}

#contents ul.submit li input:hover {
	background-position: center bottom;
}

#contents .logout-btn {
	text-align: right;
	margin-top: -1.0em;
	margin-bottom: 36px;
}

#contents .logout-btn a {
	color: #4a167d;
	text-decoration: underline;
}

#contents .logout-btn a:hover {
	text-decoration: none;
	color: #f08200;
}
#contents .mypage-msg {
	text-align: center;
	margin: 30px 0 40px;
}

#contents .mypage-msg a {
	color: #00a0e9;
	text-decoration: underline;
}

#contents .mypage-msg a:hover {
	text-decoration: none;
	color: #f08200;
}

#contents .mypage-op-list {
	border: 1px dotted #040000;
}

#contents .mypage-op-list dt {
	margin-left: 15px;
	margin-top: -16px;
}

#contents .mypage-op-list dd {
	padding: 10px 0 17px;
}

#contents .mypage-op-list dd table {
	width: 100%;
	text-align: center;
}

#contents .mypage-op-list dd table tr th {
	text-align: center;
	width: 20%;
	padding: 20px 0;
}

#contents .mypage-op-list dd table tr td {
	vertical-align: top;
}

#contents .mypage-op-list dd table tr.memo td {
	font-size: 11px;
	padding-top: 10px;
}

/* campaign information */

.campaign-info {
	margin-top: 34px;
	border: 1px solid #f08200;
	padding-bottom: 10px;
	overflow: hidden;
}

.campaign-info .detail {
	float: left;
	width: 540px;
	margin-left: 25px;
}

.campaign-info .detail p {
	padding-top: 10px;
}

.campaign-info .detail p a {
	color: #f08200;
}

.campaign-info .detail ul.process {
	padding: 10px 0;
}

.campaign-info .detail ul.process img {
	vertical-align: -5px;
}

.campaign-info .detail ul.memo {
	padding-top: 10px;
}

.campaign-info .detail ul.memo li {
	font-size: 11px;
	line-height: 1.3;
	text-indent: -2.0em;
	padding-left: 2.0em;
}

.campaign-info .detail p.caution {
	background: url("../images/mypage/caution_icon.png") left center no-repeat;
	font-size: 12px;
	padding-top: 0;
	padding-left: 30px;
}

.campaign-info .flow {
	float: right;
	width: 440px;
	padding-top: 8px;
	margin-bottom: 0!important;
}

.campaign-info .flow > img {
	display: block;
	margin-left: 7px;
	margin-bottom: 22px;
}

.campaign-info .flow a {
	display: block;
	overflow: hidden;
	width: 421px;
	height: 90px;
	margin-left: 7px;
}

.campaign-info .flow a:hover img {
	margin-top: -90px;
}

/* mypage menu */
#offered-session {
	width: 100%;
	margin-bottom: 74px;
}

#offered-session tr td {
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

#offered-session tr td.title {
	background-color: #b5b5b6;
	color: #ffffff;
	line-height: 1.5;
	font-weight: bold;
	font-size: 20px;
	padding-left: 5px;
}

#offered-session tr th {
	background-color: #dcdddd;
	width: 120px;
	line-height: 1.5;
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #eceded;
}

#offered-session tr td.code {
	width: 60px;
	text-align: center;
	border-right: none;
}

#offered-session tr td.code span {
	background-color: #00a0e9;
	color: #ffffff;
	padding: 2px 5px;
}

.mypage-menu {
	text-align: center;
	padding-top: 30px;
}

.mypage-menu li {
	display: inline-block;
	margin: 0 0 36px;
	width: 242px;
	height: 217px;
	overflow: hidden;
}

.mypage-menu li input:hover {
	margin-top: -217px;
}

.mypage-menu li a {
	width: auto;
	height: 217px;
	overflow: hidden;
	display: block;
}

.mypage-menu li a:hover img {
	margin-top: -217px;
}
