<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ■■■ 標準設定 ■■■■■■■■■■■■■■■■■■■■■■■■■ */
body {
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	background: #FFFFFF;
}
a:link    { text-decoration: underline;}
a:visited { text-decoration: underline;}
a:hover   { text-decoration: none;}
a:active  { text-decoration: none;}
a:hover img { opacity:0.7}

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.center {
	text-align: center;
}
.font-red {
	color: #d9534f;
}
.font-large {
	font-size: 1.5em;
}
.font-mini {
	font-size: 0.8em;
}
.required {
	color: #E60012;
}
.pagination &gt; li  &gt; a{
	margin-bottom: 10px;
}
span.title,
p.title {
	margin-right: 1em;
	color: #005E9C;
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: bold;
}
.right-space {
	padding-right: 2em;
}
ul.dashboard-list {
	padding-left: 5px;
}
ul.dashboard-list li {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid white;
    list-style: outside none none;
    padding: 10px 0;
}
.label.label-large {
	font-size: 90%;
	margin-right: 3px;
	letter-spacing: 0.1em;
}
.label {
	margin-bottom: 3px;
}
label.title .label {
	font-size: 90%;
}
#main i {
	padding-right: 3px;
}
/*
.panel-default &gt; .panel-heading {
	background: #dff0d8;
	color: #3c763d;
}
*/
.alert.alert-danger p {
	margin-bottom: 10px;
}
.text-inline {
	display: inline-block;
}

/* ■■■ header 設定 ■■■ */
#header {
	border-top: 5px solid #1255BD;
	margin-bottom:30px;
	clear: both;
	border-bottom: 1px solid #DADADA;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
h1 img {
	float: left;
	margin-bottom: 10px;
}
#header ul.headerlink {
	float: left;
	margin: 10px;
}
#header ul.headerlink i {
	font-size: 0.6em;
	color: #999999;
}
#header ul.headerlink li {
	display: inline-block;
	list-style: none;
	font-size: 0.9em;
	padding: 0 10px 5px 0;
}
#header ul.headerlink li a {
	padding-left: 3px;	
}
#header .headerlogin-new {
	margin-bottom: 10px;
}
#header .section {
	margin-bottom: 0px;
}

/* ■■■ main 設定 ■■■ */
.section {
	margin-bottom: 30px;
}
h2 {
	background: #1255BD;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 0;
	letter-spacing: 1px;
}
h2.underline {
	color: #1254BD;
	background: none;
	border-bottom: 2px solid #1254BD;
	padding-bottom: 10px;
}
h3 {
	background: #FFFFFF;
	color: #333;
	text-align: center;
	margin-top: 0;
	font-size: 1.7em;
	margin-bottom: 20px;
	border-bottom: 4px double #1255BD;
	padding: 0 0 8px 0;
	font-weight: bold;	
}
.title_large {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#main h3 &gt; i.glyphicon {
	font-size: 1em;
	vertical-align: -2px;
	color: #0A3869;
}
h3.imp {
	background: #F34921;
}
#main .title_big {
	margin-top: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 1.4em;
	margin-bottom: 15px;
	color: #1C7DC1;
	font-weight: bold;
	border-bottom: 1px dashed #68C3EB;
}
.introduction {
	border: 1px solid #CCC;
	border-radius: 5px;
	background: #FFF;
	padding: 5px;
	margin-bottom: 20px;
}
.introduction dl {
	background: #E8F1F4;
	padding: 20px;
	margin: 0;
	height: 410px;
}
.introduction dl dt {
	font-size: 1.8em;
	border-left: 5px solid #FF2626;
	padding-left: 15px;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.introduction dl dt .lump {
	display: block;
}
.introduction dl dd {
	font-size: 1.1em;
	line-height: 1.6em;
}
.introduction dl ol {
	margin: 0 0 10px 0;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: bold;
}
.function {
	margin-bottom: 20px;
	height: 330px;
}
.function dt {
	text-align: center;
	margin-bottom: 20px;
}
.function dd.title {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}
.section.papipo_team {
	background: #EEEEEE;
	margin-bottom: 0;
	padding: 50px 0;
}
.papipo_team .container {
	background: #FFFFFF;
	border-radius: 5px;
	padding-top: 20px;
}
.papipo_team dl dt {
	margin-bottom: 10px;
}
.papipo_team dl dd {
	font-size: 0.9em;
}
.papipo_team dl dd.title {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 5px;
}
.papipo_team .alert.search {
	text-align: center;
	padding: 10px 15px;
}
.papipo_team .alert.search .col {	
}
.papipo_team .alert.search .col a {
	background: #FFFFFF;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	padding: 3px 0 3px 10px;
	margin: 5px 0;
	font-weight: bold;
}
.footercol .section.totop {
	 background: #1255BD;
	 height: 50px;
	 line-height: 50px;
	 margin-bottom: 0;
}
.footercol .banner {
	margin-bottom: 20px;
	background: #D0DDF2;
	padding: 15px 0;	
}
.footercol .banner img {
	margin: 5px 0
}
.footercol .title_large {
	font-size: 1.5em;
	text-align:left;
}
.footercol .topics {
	padding-right: 3em;
}
.footercol .topics dl dt {
	float: left;
}
.footercol .topics dl dd {
	margin-left: 110px;
}
.footercol .links ul li {
	list-style: none;
	line-height: 2em;
}
.footercol .links ul li i {
	color: #1255BD;
	font-size: 0.9em;
	padding-right: 5px;
}
.footercol .copyright {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	font-size: 0.8em;
}
.footercol .topics,
.footercol .links,
.footercol .others {
	margin-bottom: 20px;
}

/* ■■■ form設定 ■■■ */
#main .btn,
input,
select,
.input-group,
.btn-group {
	margin-bottom: 3px;
	margin-right: 3px;
}
input.num {
	text-align: right;
	width: 3em	
}
#main a.btn:link {
	text-decoration: none;
}
.form-group label.title {
	background:#E8F1F4;
	color: ##0A3869;
	display: block;
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 8px;
}
.alert.waku .form-group label.title {
	background: #EEEEEE;
	color: #333;
}
.input-group.calendar {
	width: 10em;
	margin-right: 5px;
	text-align: center;
}
.input-group.calendar input {
	text-align: center;
}
input[type="radio"],input[type="checkbox"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;	
	margin-left: 3px;
	margin-bottom: 5px;
	margin-right: 3px;
}
.titme select.form-control {
	text-align: center;
	display: inline-block;
}
select.form-control.auto {
	width:auto;
}
select.form-control.auto.inline {
	display: inline-block;
}
.alert.search-box {
	background: #dff0d8;
	padding: 8px;
	margin-bottom: 30px;
	border-radius: 0;
}
.search-box .row.search-koumoku {
	background: #FFF;
	margin: 0;
	margin-bottom: 8px;
	padding: 10px;
	box-shadow:2px 2px 5px #CCCCCC;
	border-radius: 4px;
}
.btn-area {
	margin-bottom: 20px;
}
.btn-area input {
	min-width: 8em;
	margin-left: 5px;
	margin-right: 5px;
}
.search-box .btn-area{
	padding: 0;
	margin-bottom: 0;
}
#main .search-box .btn-area input {
	margin: 0;
}
.search-box .icon-bg {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 50px;
	color: #dff0d8;	
	z-index: 0;
}
.search-box .form-group {
	margin-bottom: 0;
}
.search-box .title {
	min-width: 6em;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #CCC;
	font-size: 1em;
	color: #3c763d;
	line-height: 30px;
}
ul.list-group .list-group-item-text {
	font-size: 1em;
	line-height: 1.4em;
}
.panel-heading h4,
ul.list-group li h4 {
	margin-bottom: 0;
	font-size: 16px;
}
#main ul.list-group .btn, input, select, .input-group, .btn-group {
	margin: 2px 0;
}
#main .search-box .btn, input, .input-group, .btn-group {
	margin: 0;
}
.table {
	background: #FFF;
}
table.list td {
	text-align: center;
}
table.list th {
	text-align: center;
}
table.edit th {
	text-align: center;
	background: #d9edf7;
	color: #31708f;
	font-size: 1.1em;
}
table.edit.th-right th {
	text-align: right;
}
p code {
	display: inline-block;
	margin-bottom: 5px;
}
.panel-default &gt; .panel-heading {
	background: #d9edf7;
	color: #005E9C;
}
.panel-heading h4 {
	margin: 0;
}


/* ■■■ コンテンツ設定 ■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ■■■ loginform ■■■ */
.form-control {
	height: 32px;
}
#loginform body {
	 background: url(../img/img_bodybg_login.jpg) no-repeat center 0;
}
#loginform h1 {
}
#loginform hr {
	border:1px solid #B9E3F9;
}
#loginform .education {
	color: #FFF;
	font-size:5.3em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px auto 10px auto;
	text-shadow: 5px 5px 3px #C5E4F4;	
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#loginform p {
	margin-bottom: 10px;
}
#loginform .alert.waku {
	background-color: rgba(185,227,249,0.1);
}
#loginform .loginarea {
	width: 700px;
	margin: auto;
}
#loginform .loginarea label {
	color: #005E9C;
}
#loginform .loginarea  a {
	text-decoration: underline;
}
#loginform .loginarea  a:hover {
	text-decoration: none;
}
#loginform .loginarea  a.btn {
	text-decoration: none;
}
#loginform .alert.alert-danger {
	margin-bottom: 0;
}
#loginform .qr {
	padding-top: 50px;
}

/* ■■■ home ■■■ */
#main h3.imp {
	background: #F2DEDE;
	color: #A94442;
}
#main h3.imp i.glyphicon {
	color: #A94442;
	background:
}
#main h3 .search-burger {
	margin-bottom: 0;
	float: right;
	font-weight: bold;
}
#main h3 .search-burger i.glyphicon {
	vertical-align:0;
	margin-right: 3px;
}
.list-group-item.imp {
	border: 1px solid #A94442;
}
.small-box {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box &gt; .inner {
    padding: 10px;
}
.small-box h3, .small-box p {
    z-index: 5;
}
.small-box span {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}
.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    font-size: 90px;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: all 0.3s linear 0s;
    z-index: 0;
}
.info p {
	font-size: 1.2em;
	font-weight: bold;
}
ul.topTeamlist {
	padding-left: 0;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;	
}
ul.topTeamlist li {
	display: inline-block; 
	width:30%;
	border: 1px solid #AAD8EA;
	box-shadow:0px 0px 6px #AAD8EA;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1.2em;
	text-align: left;
	margin: 3px;
}
ul.topTeamlist li .badge {
	float: right;
	font-size: 15px;
	vertical-align: middle;
}

/* ■■■ mcn ■■■ */	
.fromback .glyphicon {
	font-size: 50px;
	color: #DDDDDD;
	margin: 0;
	padding: 0;
}
/* ■■■ yearly_event ■■■ */
#main h3.yearly_event {
	background: none;
	color: #333333;
	font-size: 1.8em;
	margin-bottom: 10px;
	font-weight: normal;
}
/* ■■■ cal ■■■ */
.cal-month th,
.cal-week th  {
	text-align: center;
	background: #EEE;
	color: #333;
	font-size: 1.1em;	
}
.cal-year th {
	text-align: right;
}
.cal-month td {
	height: 100px;
	min-height: 100px;
	color: #999;
}
.table.cal-week &gt; tbody &gt; tr &gt; th {
	line-height: 1.2em;
}
.cal-week.list td {
	text-align: left;
}
.cal-week th .date {
	display: block;
	padding: 0;
}
#main .cal-month td p.day a:link,
#main .cal-month td p.day alink {
	text-decoration: none;
}
#main .cal-month td a:hover,
#main .cal-week td a:hover {
}

td p {
	margin-bottom: 5px;
}
table td .label {
	/*font-size: 100%;*/
	margin-right: 3px;
}
td p.day {
	font-size: 1.8em;
	margin-bottom: 0;
}
#main .cal-month td p.day a,
#main .cal-month td p.day {
	color: #666;
	font-weight: bold;
}
th.today {
	background: #FFC;
}
td.today .day {	
	width: 33px;
}
th.sunday {
	color: #d9534f;
}
#main .cal-month td.sunday p.day,
#main .cal-month td.sunday p.day a,
#main .cal-month td.today p.day,
#main .cal-month td.today p.day a {
	color: #d9534f;
}
th.saturday {
	color: #1255BD;
}
#main .cal-month td.saturday p.day a,
#main .cal-month td.saturday p.day {
	color: #1255BD;
}
td.today a,
td.today {
	background: #FFC;
}

.form-group label.title {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #d9edf7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #005e9c;
    display: block;
    margin-bottom: 8px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}
.width-mini {
	width: 780px;
	margin: auto;
}
.input-group .form-control {
}</pre></body></html>