@charset "UTF-8";
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
/*	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: 300;
}
sup,sub{
	vertical-align: baseline;
}
*{
/*	text-rendering: optimizeLegibility;*/
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	opacity: .7;
	color: inherit;
	transition: .4s ease all;
}
::-moz-input-placeholder{
	opacity: .7;
	color: inherit;
	transition: .4s ease all;
}
:-moz-input-placeholder{
	opacity: .7;
	color: inherit;
	transition: .4s ease all;
}
:input-placeholder{
	opacity: .7;
	color: inherit;
	transition: .4s ease all;
}
:focus::-webkit-input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus::-moz-placeholder{
	opacity: 0;
	text-indent: -100px;
}
:focus:input-placeholder{
	opacity: 0;
	text-indent: -100px;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover,
a[href^='tel'],
a.noline{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font: 300 14px/1.666666666666667 'Open Sans', Tahoma, Ubuntu, sans-serif;
	color: #63676c;
	background: #fff;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 18px 2px;
	font-size: 14px;
	line-height: normal;
	color: #63676c;
	text-align: left;
	border: solid 1px #fff;
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: none !important;
	transition: .4s ease all;
}
/*input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	border-color: #fffc00;
}*/
textarea{
	padding-top: 16px;
	padding-bottom: 16px;
	height: 140px;
	text-align: left;
	resize: none;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: .5 !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 50px;	   
	margin: 0;
	padding: 9px 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	color: #252525;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: solid 1px #c7c7c7;
	background: none;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: none !important;
	transition: .4s ease all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button.white,
.white .button{
	color: #fff;
	border-color: #fff;
}
.button:hover,
.button.active,
.pager .active .button{
	color: #296acc;
	border-color: #296acc;
}
.pager .active .button{
	color: #fff;
	background: #296acc;
}
.button.white:hover,
.white .button:hover,
.mainsearch input[type='radio']:checked+.button{
	color: #fffc00;
	border-color: #fffc00;
}
.button:active,
.mainsearch input[type='submit']:active{
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
}
.button.active,
.mainsearch input[type='radio']:checked+.button,
.pager .active .button{
	cursor: default;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.button[disabled]{
	background: #ccc;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.nobr{
	white-space: nowrap;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	display: block;
	clear: both;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	transition: .4s ease all;
}
.circle{
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-bottom: solid 1px #63676c;
	background: none;
}
.white hr,
hr.white{
	border-bottom-color: #fff;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.plaintext h3,
.title{
	margin: 0 0 20px;
	font-size: 30px;
}
.plaintext h3{
	font-size: 18px;
}
.plaintext a,
a.link,
table.table a{
	color: #296acc;
}
.white a.link,
a.link.white{
	color: #fff !important;
}
.plaintext p,
.plaintext img,
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
table.table{
	margin: 0 0 20px;
	table-layout: fixed;
}
table.table th{
	padding: 4px 20px;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	text-align: left;
	white-space: nowrap;
	background: #296acc;
}
table.table td{
	width: 18%;
	padding: 10px 20px;
	color: #252525;
	vertical-align: top;
}
table.table tr:nth-child(odd) td{
	background: #ebeef2;
}
table.table th:first-child,
table.table td:first-child{
	width: 46%;
	text-align: left;
}
table.table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: .7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */
.white{
	color: #fff !important;
}
.black{
	color: #000 !important;
}
.blue{
	color: #296acc !important;
}

#wrapper{
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff no-repeat center center/cover;
}
.frontpage #wrapper{
	background-image: url('../images/bg.jpg');
}
.inside{
	width: 940px;
	margin: 0 auto;
}

/* header */
header{
	height: 46px;
	background: #296acc;
}
header:after{
	opacity: 0.15;
	position: absolute;
	width: 100%;
	height: 5px;
	margin: 3px 0 0;
	content: '';
	background: #296acc;
}
.nav{
	padding: 8px 0 0;
}
.nav,
.nav .active a{
	cursor: default;
}
.nav li:not(:first-child){
	margin-left: 14px;
}
.nav li:not(:first-child) a{
	display: block;
	padding: 1px 7px 3px;
	border-radius: 4px;
}
.nav li:not(:first-child):not(.active) a:hover{
	color: #fffc00;
}
.nav li:not(:first-child).active a{
	color: #296acc;
	background: #fff;
}
.nav img{
	position: relative;
	top: 3px;
}
.nav img:first-child,
.nav a:hover img,
.nav .active img{
	opacity: 0;
}
.nav img:first-child{
	position: absolute;
}
.nav a:hover img:first-child,
.nav .active img:first-child{
	opacity: 1;
}
.search{
	width: 100%;
	height: 30px;
	margin: 0 -4000px 0 140px;
	padding: 8px 3000px 8px 10px;
	background: #1b53a8;
}
.search .animate{
	opacity: .5;
	font-size: 11px;
	line-height: normal;
	color: #fff;
}
.search #search.animate:focus,
.search .animate:focus~.animate{
	opacity: 1;
}
.search .txt{
	margin: 8px 0 0;
	padding: 0 10px 0 0;
}
.search input[type='text']{
	display: inline-block;
	width: 132px;
	height: 30px;
	padding: 0 10px 2px;
	vertical-align: top;
	background: none;
}
.search input[type='submit']{
	display: inline-block;
	margin: 8px 0 0 8px;
	padding: 0;
	color: #fff;
	border: 0 none;
	vertical-align: top;
	background: none;
}
.logo{
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 80px;
	height: 93px;
	border-bottom: solid 1px #4170b7;
	background: #fff;
}
.logo .td{
	padding-bottom: 13px;
	vertical-align: bottom;
}
/* header off */

/* content */
main{
	padding: 60px 0 134px;
}
.main{
	height: calc(100vh - 240px);
}
.mainsearch{
	cursor: default;
	width: 780px;
	padding: 50px 0 0;
	text-align: left;
}
.mainsearch input[type='radio']{
	display: none;
}
.mainsearch input[type='text']{
	margin: 14px 0 0;
}
.mainsearch input[type='submit']{
	width: 40px;
	height: 40px;
	margin: 19px 6px 0 -60px;
	border: 0 none;
	background: #296acc url('../images/search.png') no-repeat center center;
	border-radius: 4px;
}
.mainsearch input[type='submit']:hover{
	opacity: .75;
}
.mainsearch input[type='text']:focus+input[type='submit']{
	background-color: #1b53a8;
}
.tab{
	display: none;
}
.tab.active{
	display: block;
}
.filter{
	cursor: default;
	padding: 20px 0 30px;
}
.filter li:not(:first-child){
	margin-left: 26px;
}
.filter .noline{
	font-size: 18px;
	color: #252525;
	border-bottom: solid 2px #c7c7c7;
}
.filter .noline:hover,
.filter li.active .noline{
	color: #296acc;
	border-bottom-color: #296acc;
}
.tab .info{
	padding: 1px 0 0;
}
.tab .info .num,
.tab .info .date{
	color: #252525;
}
.pager{
	cursor: default;
}
.pager .button{
	width: 26px;
	height: 26px;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}
.pager li:first-child{
	margin-right: 10px;
}
.pager li:last-child{
	margin-left: 10px;
}
.tab table.table{
	margin: 12px 0 20px;
}
.tab table.table a{
	text-decoration: none;
}
.tab table.table a:hover{
	text-decoration: underline;
}
/* content off */

/* footer */
footer{
	overflow: hidden;
	height: 55px;
	margin: -74px 0 0;
	padding: 16px 0 0;
	font-size: 12px;
	border-top: solid 3px #296acc;
	background: #fff;
}
/* footer off */
iframe{
	border: 0 none !important;
	outline: 0 none !important;
}




















/* eof */