
/* | PAGANO.JP | 2017-06-01 | */

/* ---| Type Selectors |----------------------------------------------------- */

body {
    cursor:url(https://sa-bnf.pagano.jp/_img/cursor.png), auto;
	font-family: 'Roboto Condensed', sans-serif;
	color: #272727;
	font-size: 15pt;
	font-weight: 200;
	background: url(https://sa-bnf.pagano.jp/_img/linen.jpg) repeat;
	margin: 0;
}

iframe {
	background: #9C9C9C;
	width: 1300px;
	height: 410px;
	border: 1px solid #848484;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 1px 4px 6px #272727;
}

/* ---| Pseudo-Classes |----------------------------------------------------- */

a { 
	text-decoration: none;
	font-size: 15pt;
	text-shadow: 2px 4px 8px #272727;
	font-weight: 400;
}

a:link {color: #848484;}

a:visited {color: #848484;}

a:hover {
	color: #848484;
	text-shadow: 2px 4px 8px #000000;
	background: #272727;
	border-radius: 5px;
	padding-bottom: 4px;
	box-shadow: 2px 4px 8px #272727;
}

a:active {color: #848484;}

/* ---| Classes Selectors |-------------------------------------------------- */

.shadow_25 {
	font-size: 25px;
	color: #848484;
	text-shadow: 1px 2px 4px #272727;
}

.shadow_50 {
	font-size: 50px;
	color: #848484;
	text-shadow: 1px 2px 4px #272727;
}

.background {
	font-size: 75px;
	color: #848484;
	text-shadow: 2px 4px 6px #272727;
	background-image: url(http://sa-bnf.pagano.jp/_img/lto.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	filter: drop-shadow(1px 2px 4px #272727);
}

.extended_frame {
	width: 95%;
}

button{
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 15pt;
	text-shadow: 2px 4px 8px #272727;
	font-weight: 400;
    color: #848484;
    background: none;
	border: none;
	cursor: pointer;
}

button:hover{
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 15pt;
	text-shadow: 2px 4px 8px #0E0E0E;
    font-weight: 200;
	color: #848484;
	background: #272727;
	border-radius: 5px;
	box-shadow: 2px 4px 8px #272727;
	border: none;
	cursor: pointer;
}

.current {
	color: #848484;
	text-shadow: 2px 4px 8px #0E0E0E;
	background: #464649;
	border-radius: 5px;
	padding-bottom: 4px;
	box-shadow: 2px 4px 8px #272727;
}

.grey {color: #848484;}

.footer {
	font-size: 12px;
	color: #848484;
	text-shadow: 1px 2px 4px #272727;
}

/* -------------------------------------------------------------------------- */
