<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	background: url(../img/bg.jpg) 0 0 repeat;
	background-size:100%;
	color: #fff;
	font-family: Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	line-height: 1;
	width: 100%;
	font-size:14px;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}

img{
	width:100%;
}

/***********************************************/

nav{
	background:rgba(0,0,0,0.2);
	padding:5px;
}

nav img{
	width:initial;
	height:30px;
}

#contents{
	padding:0 10px;
}

/***********************************************/

h1{
	padding:30px 0;
	text-align: center;
	font-size:18px;
	font-weight:700;
	line-height: 1.2;
}
/***********************************************/

.text{
	padding:0 0 20px ;
}

.text p{
	font-size:16px;
	font-weight:700;
	line-height: 1.2;
}

.text p.fs14{
	font-size:14px;
	font-weight:400;
}

.text p.fs12{
	font-size:12px;
	font-weight:400;
	line-height: 1.4;
}

.text p.operation_name{
	font-size:12px;
	font-weight:700;
	line-height: 1.4;
	text-align: right;
	margin-top:20px;
}

.text dl{
	padding:20px 0;
	line-height: 1.4;
}

.text dt{
	font-weight:700;
	color:#ffff00;
}

.text dd{
	font-size:12px;
	padding:10px 0 20px;
}

.text dd a{
	color:#ffff00;
	text-decoration: underline;
	display: inline-block;
	margin-bottom:7px;
	word-break: break-all;
}

.text dd span{
	color:#ffff00;
	font-weight:700;
}

.sol_table{
	display:table;
	width:100%;
	padding:0 0 20px;
}

.sol_table div{
	display:table-cell;
	vertical-align: top;
}

.sol_table div:first-child{
	width:20%;
}

.sol_table div:last-child{
	padding-left:10px;
}

.sol_girls{
	text-align: center;
	margin:0 auto;
	width:75%;
}

.okite_table{
	display:table;
	width:100%;
	padding:0 0 20px;
}

.okite_table div{
	display:table-cell;
	vertical-align: top;
}

.okite_table div:last-child{
	width:35%;
}

.broadcast{
	margin-top: 10px;
}

.broadcast ul{
	display:table;
	width:80%;
	margin:0 auto;
	font-size:11px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}

.broadcast ul:last-child{
	border-bottom:1px solid #fff;
}

.broadcast ul li{
	display:table-cell;
	vertical-align: top;
	width:20%;
	padding:5px;
	text-align: center;
	border-right:1px solid #fff;
}

ul.menulist{
	padding:0 0 40px;
}

ul.menulist li{
	background: #fff url('../img/arrow.png') 98% 50% no-repeat;
	background-size:auto 20px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.3);
	margin:15px 0;
}

ul.menulist li a{
	display:block;
	color:#000;
	font-weight:700;
	padding:12px 10px;
	font-size:16px;
}

.pageback{
	width:70%;
	margin:0 auto;
	text-align: center;
}

.pageback a {
	display: block;
	font-weight:700;
	color:#fff;
	border:2px solid #fff;
	border-radius:50px;
	padding:5px 0;
	font-size:16px;
}

/***********************************************/
footer {
	margin:40px 0 0;
	padding: 0;
}

#pagetop{
	position:fixed;
	bottom:0;
	right:10px;
	opacity:0.8;
	width:20%;
	text-align: right;
	line-height: 0;
}

#pagetop img{
	width:70%;
}

.sollogo{
	margin:0 auto 10px;
	text-align: center;
}

.sollogo img{
	width:30%;
}

#CopyRight {
    color: #fff;
    font-size: 9px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

/***********************************************/</pre></body></html>