@charset "utf-8";
/* CSS Document */

body{ font-family: sans-serif ; }
img {
	width: 100%;
	vertical-align: bottom;
	}

.okumanBk {
	background: url("../img/guide_back.jpg");
	background-size: cover;
	margin:50px 0;
	box-sizing: border-box;
	}


.okumanBk h3 {
	color: #000000;
	font-size: 48px;
	line-height: 21px;
	text-shadow: 0 0 5px #F00,0 0 10px #F00;
	}

.okumanBox {
	width: 100%;
	margin: 24px auto 0;
	padding: 6px;
	background: rgba(121, 121, 121, 0.5);
	border: solid 2px #FFF;
	box-sizing: border-box;
	}

.okumanBox-inner {
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	font-size: 24px;
	line-height: 21px;
	background: rgba(255,255,255,.75);
	border: solid 2px #FFF;
	box-sizing: border-box;
	}

 .okumanBox-eitexi {
        width: 100%;
        margin: 0 auto;
        padding: 12px;
        font-size: 15px;
        line-height: 21px;
        background: rgba(255,255,255,.75);
        border: solid 2px #FFF;
        box-sizing: border-box;
        }

/* LINE BUTTON */
.lineBk {
	position: relative;
	margin: 0 auto 0;
	padding: 6px 0;
	background: #0051ff;
	}

.lineBk::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #0051ff;
	top: -6px;
	}

.lineBk::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #0051ff;
	bottom: -6px;
	}

.line-txt {
	text-align: center;
	margin: 12px auto 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFF;
	}

.lineBk .txt {
	width: 80%;
	margin: 0 auto 24px;
	font-size: 14px;
	line-height: 24px;
	}

.lineBtn {
	width: 80%;
	display: block;
	margin: 12px auto 18px;
	padding: 12px 0;
	background: #00b900;
	text-align: center;
	border-radius: 12px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 0 10px #acacac,0 0 5px #acacac;
	box-sizing: border-box;
	}

.lineBtn span {
	display: inline-block;
	margin-right: 6px;
	width: 24px;
	}

/* LINE BUTTON */
.lineBk2 {
	position: relative;
	margin: 0 auto 0;
	padding: 6px 0;
	background: #0051ff;
	}

.lineBk2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #0051ff;
	top: -6px;
	}

.lineBk2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #0051ff;
	bottom: -6px;
	}

.line-txt2 {
	text-align: center;
	margin: 12px auto 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	}

.lineBk2 .txt {
	width: 80%;
	margin: 0 auto 24px;
	font-size: 14px;
	line-height: 10px;
	}

.lineBtn2 {
	width: 80%;
	display: block;
	margin: 12px auto 18px;
	padding: 12px 0;
	background: #ffffff;
	text-align: center;
	border-radius: 12px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 0 10px #acacac,0 0 5px #acacac;
	box-sizing: border-box;
	}

.lineBtn2 span {
	display: inline-block;
	margin-right: 6px;
	width: 24px;
	}

.regimg {
	position: relative;
	width: 240px;
	margin: -48px auto -12px;
	}

footer {
	text-align: center;
	padding: 12px 0;
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	}
