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

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

.okumanBk {
	background: url("../img/okuman_bk.jpg");
	background-size: cover;
	padding: 24px;
	box-sizing: border-box;
	}

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

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

.okumanBox-inner {
	width: 100%;
	margin: 0 auto;
	padding: 12px;
	font-size: 14px;
	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: #e6b422;
	}

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

.lineBk::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #e6b422;
	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 #FFF,0 0 5px #FFF;
	box-sizing: border-box;
	}

.lineBtn 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;
	}

