@charset "shift_jis";

/* ========== ========== ==========
	‹¤’Ê
========== ========== ========== */

#ekiben_wrap *, 
#ekiben_wrap *:before, 
#ekiben_wrap *:after {
	box-sizing: border-box;
}

#ekiben_wrap h1, #ekiben_wrap h2, 
#ekiben_wrap h3, #ekiben_wrap h4,
#ekiben_wrap p {
	margin: 0;
	padding: 0;
}

#ekiben_wrap * {
	font-size: 16px;
	line-height: 1.75;
}

#ekiben_wrap ul {
	margin: 0;
	padding: 0;
}

#ekiben_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#ekiben_wrap a,
#ekiben_wrap a:hover {
	text-decoration: none;
	transition: 0.2s;
}

#ekiben_wrap a:hover,
#ekiben_wrap a:hover > img {
	opacity: 0.5;
}

#ekiben_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#ekiben_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }



/* ========== ========== ==========
	#ekiben_wrap
========== ========== ========== */

#ekiben_wrap {
	width: 910px;
	margin: 0 auto;
	padding: 2em;
}



/* ========== ========== ==========
	#ekiben_head
========== ========== ========== */

#ekiben_head {
	width: 100%;
	margin: 0 auto;
	border: 2px solid #E50112;
}



/* ========== ========== ==========
	#ekiben_main
========== ========== ========== */

#ekiben_main {
	width: 100%;
	margin: 0 auto;
}
#ekiben_main > section {
	margin-top: 2em;
}
#ekiben_main .btn {
	display: block;
	border-radius: 0.25em;
	text-align: center;
	position: relative;
	z-index: 10;
}
#ekiben_main .btn:after {
	content: "";
	width: 8px;
	height: 18px;
	background: url(../images/oseibo_icon_arrow01.png) no-repeat;
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -9px;
	z-index: 100;
}



/* ========== ========== ==========
	#content00
========== ========== ========== */

#content00 > #content00_btn {
	width: 80%;
	margin: 0 auto;
}
#content00 > #content00_btn > .btn {
	padding: 1em;
	background: #59cd90;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}



/* ========== ========== ==========
	#content01
========== ========== ========== */

#content01 > #content01_btn {
	width: 440px;
	float: left;
}
#content01 > #content01_btn > .btn {
	padding: 2.625em;
	background: #59cd90 url(../images/img_content01_status.png) 2% center no-repeat;
	color: #ffffff;
	text-align: center;
}
#content01 > #content01_btn > .btn > span {
	display: block;
	font-size: 2em;
}
#content01 > #content01_txt {
	width: 440px;
	float: right;
}



/* ========== ========== ==========
	#content02
========== ========== ========== */

#content02  ul {
	width: 100% !important;
	margin: 1em 0;
}
#content02  ul > li {
	margin-left: 1em;
	list-style-type: circle !important;
}
#content02 > #content02_left {
	width: 440px;
	float: left;
}
#content02 > #content02_right {
	width: 440px;
	float: right;
}
#content02 > .wrap > h2 {
	padding: 0.5em;
	background-color: #222222;
	color: #ffffff;
	text-align: center;
}
#content02 > .wrap > .inner {
	padding: 0 1em 1em;
	border: 1px solid #222222;
}
#content02 > .wrap > .inner strong {
	color: #ee6352;
}
#content02 > .wrap > .inner > h3 {
	margin-top: 1em;
	color: #59cd90;
	font-size: 1.5em;
	font-weight: bold !important;
}
#content02 > .wrap > .inner > h4 {
	margin-top: 1em;
	font-weight: bold !important;
}
#content02 > .wrap > .inner > .btn {
	margin-bottom: 1em;
	padding: 1em;
	background-color: #456990;
	color: #ffffff;
}
#content02 > .wrap > .inner > .beginner {
	background: #456990 url(../images/img_content02_beginner.png) 2% center no-repeat;
}
#content02 > .wrap > .inner > .clock {
	background: #456990 url(../images/img_content02_clock.png) 2% center no-repeat;
}
#content02 > .wrap > .inner > .btn > span {
	display: block;
}
#content02 > #content02_right > .inner > .btn {
	margin-top: 1em;
}
#content02 > #content02_ex {
	width: 440px;
	margin-top: 2em;
	padding: 0 1em;
	float: left;
	background-color: #eeeeee;
}
#content02 > #content02_ex > #content02_ex_list > li {
	font-size: 0.8em;
}



/* ========== ========== ==========
	#reserve
========== ========== ========== */

.reserve_wrap #reserve00_list > li {
	float: left;
}
.reserve_wrap #reserve00_list > li:nth-child(2n) {
	width: 49px;
}
.reserve_wrap #reserve00_list > li:nth-child(2n-1) {
	width: 88px;
}
.reserve_wrap #reserve00_list > li img {
	width: 100%;
	height: auto;
}
.reserve_wrap h2 {
	margin-bottom: 1em !important;
}
.reserve_wrap .reserve > .reserve_left {
	width: 440px;
	float: left;
}
.reserve_wrap .reserve > .reserve_right {
	width: 440px;
	float: right;
}
.reserve_wrap .reserve > .reserve_right > h3 {
	margin: 1em 0 0 -0.5em !important;
	font-weight: bold !important;
}
.reserve_wrap .reserve > .reserve_right > .clock {
	margin-top: 1em;
	padding: 1em;
	background: #456990 url(../images/img_content02_clock.png) 2% center no-repeat;
	color: #ffffff;
}
.reserve_wrap .reserve > .reserve_right > .status {
	margin: 1em 0;
	padding: 1em;
	background: #59CD90 url(../images/img_content01_status.png) 2% 2% no-repeat;
	color: #ffffff;
}
.reserve_wrap .reserve > .reserve_right > .receipt {
	margin: 1em 0;
	padding: 1em;
	background: #456990;
	color: #ffffff;
}
.reserve_wrap .reserve > .reserve_right > .btn > span {
	display: block !important;
}
.reserve_wrap .reserve > .reserve_right strong.red {
	color: #ee6352;
}
#content00 > #content00_btn > .clock {
	margin-top: 1em;
	padding: 1em;
	background: #456990 url(../images/img_content02_clock.png) 2% center no-repeat;
	color: #ffffff;
}