@charset "UTF-8";
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

body {
  font-family: Arial, Helvetica, "YuGothic M", 游ゴシック体, YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}


:root {
	--colorBlue: #00A5D5;
	--colorGreen: #00A69C;
	--colorYellow: #FAC85B;
	--colorOrange: #F19771;
	--colorPink: #EE8482;
	--colorRed: #E85377;
}


/*================================================
 *  CSSリセット
 ================================================*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
/*  font-weight: normal;*/
  font-weight:500;
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

sub {
  font-size: 70%;
  vertical-align: -0.1em;
  font-weight: normal;
}

sup {
  font-size: 70%;
  vertical-align: 0.3em;
  font-weight: normal;
}


/*================================================
 *  一般・共通設定
 ================================================*/

html {
  overflow-y: scroll;
  /*	background: #444;*/
  background: #fff;
}

body {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  /*	background: #cee0ef;
	background: -moz-linear-gradient(top, #cee0ef 1%, #1b81c4 100%);
	background: -webkit-linear-gradient(top, #cee0ef 1%,#1b81c4 100%);
	background: -ms-linear-gradient(to bottom, #cee0ef 1%,#1b81c4 100%);
	background: linear-gradient(to bottom, #cee0ef 1%,#1b81c4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee0ef', endColorstr='#1b81c4',GradientType=0 );*/
  background: #fff;
}

#contents {
  overflow: hidden;
  width: 980px;
  padding: 20px 20px 100px;
  margin: 0 auto;
/*  background: #81c0e9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;*/
}

#main {
  box-sizing: border-box;
  overflow: hidden;
  float: right;
  width: 75%;
  padding: 10px;
}

#sub {
  box-sizing: border-box;
/*  overflow: hidden;*/
  float: left;
  width: 25%;
}

footer {
  box-sizing: border-box;
  width: 100%;
/*  margin: 0 auto;*/
background:#ffed61;
color:#0095ce;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
}

h1 {
  color: #fbfbfb;
  font-size: 28px;
}

h1 a {
  color: #382400;
  text-decoration: none;
}

h1 a:hover {
  color: #382400;
  opacity: 0.66;
}

h2 {
  margin-bottom: 1em;
  font-size: 18px;
  color: #444;
  border-bottom: 1px solid #444;
  font-weight:bold;
}

h2.fc_blue {
  color: var(--colorBlue);
  border-bottom: 1px solid var(--colorBlue);
}

h3 {
  margin-bottom: 1em;
  padding: 10px 10px 10px 10px;
  font-size: 22px;
  color: #444;
  /*	background:#ccc;*/
  border-left: #444 solid 5px;
  line-height: 1;
  font-weight:bold;
}
h3.blue {
  color: var(--colorBlue);
  border-left: var(--colorBlue) solid 5px;
}
h3.green {
  color: var(--colorGreen);
  border-left: var(--colorGreen) solid 5px;
}
h3.pink {
  color: var(--colorPink);
  border-left: var(--colorPink) solid 5px;
}

h4 {
  margin-top: 1em;
  margin-bottom: 0.25em;
  font-size: 20px;
  line-height: 1;
  color: #444;
  font-weight:bold;
}

h4.blue {
  color: var(--colorBlue);
}
h4.green {
  color: var(--colorGreen);
}
h4.pink {
  color: var(--colorPink);
}

h5 {
  margin-top: 1em;
  margin-bottom: 0.25em;
  padding: 15px;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  border: var(--colorGreen) solid 1px;
  border-radius: 5px;
/*  font-weight:bold;*/
}

h6 {
  margin-top: 1em;
  margin-bottom: 0.25em;
  color: #444;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
h6.blue {
  color: var(--colorBlue);
}
h6.green {
  color: var(--colorGreen);
}
h6.pink {
  color: var(--colorPink);
}

p {
  margin: 0 0 1em 0;
}

img {
  vertical-align: bottom;
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
  color: var(--colorRed);
}

pre {
  margin: 1em 0;
  padding: 1em;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
}

ul,
ol,
dl {
  margin: 0 0 1em 0;
}

ul {
  list-style: disc;
}
ul.attention {
  list-style: "※";
}

ol {
  list-style: decimal;
}

li {
  margin-left: 1.5em;
}

li:not(:last-child) {
  margin-bottom: 0.5em;
}

.info dt {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}

.info dt:before {
  content: "\0025a0";
}

.info dd {
  margin-bottom: 1em;
}

/*table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff;
}

th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #eee;
}

td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}*/

.paddingbox {
  position: relative;
  padding: 0 1em 2em;
}

.contentbox {
  position: relative;
  margin-bottom: 2em;
  padding: 1em;

/*  background: rgba(255, 255, 255, 1.0);*/
/*	background:#fff;*/
/*	box-shadow:0 10px 20px rgba(0,0,0, 0.25);*/

}
ul.border, 
.paddingbox.border, 
.contentbox.border {
  border: #aaa solid 1px;
	border-radius:8px;
}


/*	Table
	------------------ */
.table_wrapper {
	margin:0.5em 0;
}
@media screen and (max-width:979px) {
	.table_wrapper {
		overflow-x:scroll;
	}
	.table_wrapper > table {
		white-space:nowrap;
	}
}

.table_wrapper > table, 
.table_wrapper > table td, 
.table_wrapper > table th {
	border-collapse: collapse;
	border:1px solid #444;
}
.table_wrapper > table {
	min-width:100%;
	line-height:1.1;
}
.table_wrapper > table th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background:#1572b3;
	font-weight:normal;
	color:#fff;
}
.table_wrapper > table td {
	padding: 10px;
/*	text-align: left;*/
	background:#ffe;
	background:rgba(255,255,239,0.85);
}
/*.table_wrapper > table td:not(:first-child) {
	text-align:center;
}*/
.table_wrapper > table td.bg_lightyellow {
	background:#ffe;
	background:rgba(255,255,192,0.4);
}
.table_wrapper > table sup {
	font-size:70%;
}



/*================================================
 *  色・サイズ
 ================================================*/

.fc_black {
  color: #333;
}

.fc_gray {
  color: #aaa;
}

.fc_lightgray {
  color: #dfe5e5;
}

.fc_lightgreen {
  color: #867e53;
}

.fc_green {
  color: var(--colorGreen);
}

.fc_darkgreen {
  color: #2d6076;
}

.fc_blue {
  color: var(--colorBlue);
}

.fc_red {
  color: var(--colorRed);
}

.fc_pink {
  color: var(--colorPink);
}

.fc_brown {
  color: #5c1900;
}

.fc_orange {
  color: var(--colorOrange);
}

.fc_yellow {
  color: var(--colorYellow);
}



.fs_large {
  font-size: 200%;
}

.fs_bigger {
  font-size: 140%;
}

.fs_big {
  font-size: 115%;
}

.fs_small {
  font-size: 90%;
}

.fs_xsmall {
  font-size: 80%;
}

.nowrap {
  /*white-space:nowrap;*/
  display: inline-block;
}

.fw_bold {
  font-weight: bold;
}

.ta_center {
  text-align: center;
}

.ta_right {
  text-align: right;
}


/*================================================
 *  ヘッダー
 ================================================*/

header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fbfbfb;
  z-index: 1000;
  width: 100%;
  height: 40px;
  border-bottom: rgba(0, 0, 0, 0.5) solid 1px;
}

.h1_wrapper {
  width: 100%;
  height: 40px;
}

header h1 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1020px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
}

.top_img > img {
  width: 100%;
}

#contents-header {
  padding: 30px 20px;
  text-align: center;
}

#contents-header > img {
  width: 100%;
  max-width: 980px;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
#main-menu {
/*	background:#00a6d6;
	color:#fff;*/
	border-radius:8px;
	overflow:hidden;
/*	border:3px solid #00a6d6;*/
box-shadow:0 4px 8px rgba(0,0,0,0.5);
}

sub {}

nav {
  padding-right: 10px;
  padding-bottom: 42px;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul > li {
/*  height: 30px;*/
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

nav ul > li > a {
  display: block;
  display: flex;
  align-items: center;
/*  height: 40px;*/
  line-height: 1;
  padding: 15px 20px;
  color: inherit;
  text-decoration: none;
/*  border-radius: 15px;*/
  font-size: 16px;
  /*	background:rgba(255,255,255,0.25);*/

/*	border-radius:8px;*/
/*background: #62c2e5;
background: -moz-linear-gradient(top,  #62c2e5 0%, #0095ce 100%);
background: -webkit-linear-gradient(top,  #62c2e5 0%,#0095ce 100%);
background: linear-gradient(to bottom,  #62c2e5 0%,#0095ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c2e5', endColorstr='#0095ce',GradientType=0 );*/
background: #e5f8ff;
background: -moz-linear-gradient(top,  #e5f8ff 0%, #a0d3e5 100%);
background: -webkit-linear-gradient(top,  #e5f8ff 0%,#a0d3e5 100%);
background: linear-gradient(to bottom,  #e5f8ff 0%,#a0d3e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f8ff', endColorstr='#a0d3e5',GradientType=0 );


/*	color:#fff;*/
font-weight:bold;
}

nav ul > li > a.active {
/*  background: #fff;
  background: rgba(255, 255, 255, 0.5);*/
  pointer-events: none;
/*  color:#fac85b;*/
  color: #fff;
background: #62c2e5;
background: -moz-linear-gradient(top,  #62c2e5 0%, #0095ce 100%);
background: -webkit-linear-gradient(top,  #62c2e5 0%,#0095ce 100%);
background: linear-gradient(to bottom,  #62c2e5 0%,#0095ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c2e5', endColorstr='#0095ce',GradientType=0 );
}

nav ul > li > a:hover {
/*  color: #fff;*/
/*  background: #6eb92c;*/
/*	color:#fff;*/
/*opacity:0.5;*/
filter:hue-rotate(-45deg);
}

nav ol {
  margin: 0;
  padding: 0;
}

nav ol > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ol > li > a {
  display: block;
  box-sizing: border-box;
  padding: 4px;
  padding-left: 14px;
  color: #867e53;
  text-decoration: none;
  border-left: 8px solid transparent;
}

nav ol > li > a:hover {
  color: #fbfbfb;
  border-left: 8px solid #92a60f;
  background: #adb315;
  /*	transition:all 0.2s ease 0s;*/
}

nav ol {
  height: 0;
  max-height: 0;
  /*	transition:max-height 5s ease;*/
}

nav ol.act {
  height: auto;
  max-height: 50em;
  transition: max-height 1s ease;
}


/*nav li > a:before {content:"- ";}*/

.menu-title {
  margin: 10px 0;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
display:none;
}

.main-txt {
  font-size: 16px;
}


/*================================================
 *  main
 ================================================*/

#main img {
  max-width: 100%;
}

#main ul {
/*  margin: 0.5em 0;*/
  margin: 0;
  line-height: 1.4;
}


/*================================================
 *  フッター
 ================================================*/

footer {
  clear: both;
  /*border-top:#5c1900 solid 1px;*/
}


/*.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#867e53;
	text-decoration:none;
}
.footmenu a:hover {
	color:#fbfbfb;
}*/

.copyright {
  clear: both;
  padding: 20px 10px;
  font-size: 12px;
  /*	text-align:center;*/
  text-align: center;
  /*	color:#5c1900;*/
  /*	color:#fff;
	color:rgba(255,255,255, 0.85);*/
}


/*================================================
 *  ページトップへの戻り
 ================================================*/

.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.totop a {
  display: block;
  text-decoration: none;
}

.totop img {
  /*	background:#867e53;*/
}

.totop img:hover {
  /*	background:#14c0c5;*/
  opacity: 0.5;
}


/*================================================
 *  クラス
 ================================================*/

.textL {
  text-align: left;
}

.textR {
  text-align: right;
}

.list {
  padding: 0 0 0 0.5em;
}

.list li {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  background: url(../images/check.png) 0 5px no-repeat;
}

.info dt {
  border-bottom: none;
}

.info dd {
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}


/* 2列ボックス */

.col-2 > ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.col-2 > ul {
  margin: 1.492% -1.492% 0 0;
}

.col-2 > ul > li {
  list-style: none;
  float: left;
  width: 48.507%;
  margin: 0 1.492% 1.492% 0;
}

.col-2 > ul > li:nth-child(2n+1) {
  clear: both;
}

.col-2 > ul > li img {
  max-width: 100%;
  max-height: 100%;
}


/* 3列ボックス */

.col-3 > ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.col-3 > ul {
  margin: 1.492% -1.492% 0 0;
}

.col-3 > ul > li {
  list-style: none;
  float: left;
  width: 31.840%;
  margin: 0 1.492% 1.492% 0;
}

.col-3 > ul > li:nth-child(3n+1) {
  clear: both;
}

.col-3 > ul > li img {
  max-width: 100%;
  max-height: 100%;
}


/* 4列ボックス */

.col-4 > ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.col-4 > ul {
  margin: 1.492% -1.492% 0 0;
}

.col-4 > ul > li {
  list-style: none;
  float: left;
  /*	width:18.507%;*/
  width: 23.509%;
  margin: 0 1.492% 1.492% 0;
}

.col-4 > ul > li:nth-child(4n+1) {
  clear: both;
}

.col-4 > ul > li img {
  max-width: 100%;
  max-height: 100%;
}

.page-nav {}

.page-nav-back {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 3em 0.5em 0;
  text-align: left;
}

.page-nav-next {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 3em 0.5em 0;
  text-align: right;
}

.page-nav ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/


/* スクロールバーを考慮して20px大きいサイズで切り替え */

@media screen and (max-width:1039px) {
  body {
    padding-top: 0;
  }
  #contents {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  footer {
    width: 100%;
  }
  h1 {
    font-size: 28px;
  }
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:767px) {
  header {
    display: block;
  }
  #contents {
    padding-top: 40px;
  }
  #main {
    float: none;
    width: 100%;
  }
  #sub {
    position: fixed;
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    background: #eee;
    background: rgba(255, 255, 255, 0.95);
    /*height:800px;*/
    /*height:100%;*/
    /*overflow:scroll;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 900;
  }
  #sub.close {
    display: none;
  }
  nav {
    display: block;
/*    display: none;*/
    /*		position:relative;*/
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    padding-bottom: 142px;
    /*position:fixed;
top:61px;
left:0;*/
  }
	#main-menu {
		border-radius:0;
	}
  nav ul > li > a {
    /*		padding:10px 30px;
		background:#2d6076;
		color:#fff;*/
    border-radius: 0;
  }
  #navBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 34px;
    height: 34px;
    border-radius: 5%;
    background: #00a79d;
    border: none;
    cursor: pointer;
    outline: none;
  }
  #navBtnIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }
  #navBtnIcon:before,
  #navBtnIcon:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  #navBtnIcon:before {
    margin-top: -6px;
  }
  #navBtnIcon:after {
    margin-top: 4px;
  }
  #navBtn .close {
    background: transparent;
  }
  #navBtn .close:before,
  #navBtn .close:after {
    margin-top: 0;
  }
  #navBtn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #navBtn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /*	.service li {
		width:23.507%;
	}

	.staff li {
		width:48.507%;
	}
	.staff li:nth-child(2n+1) {
		clear:both;
	}
	.staff li:nth-child(3n+1) {
		clear:none;
		float:left;
	}*/
  .col-2 > ul > li {
    width: 97.014%;
    float: none;
  }
  .col-3 > ul > li {
    width: 97.014%;
    float: none;
  }
  /*	.col-3 > ul > li {
		width:48.507%;
	}
	.col-3 > ul > li:nth-child(2n+1) {
		clear:both;
	}
	.col-3 > ul > li:nth-child(3n+1) {
		clear:none;
		float:left;
	}*/
  .col-4 > ul > li {
    width: 48.507%;
  }
  .col-4 > ul > li:nth-child(2n+1) {
    clear: both;
  }
  .col-4 > ul > li:nth-child(4n+1) {
    clear: none;
    float: left;
  }
  header h1 {
    padding-right:37px;
    font-size: 14px;
  }
  .summary {
    /*top:0;
margin:0;
padding:0;
border:0;*/
    padding: 6px 10px;
    line-height: 1;
  }


	#contents-header {
    padding:20px !important;
	}
	#main {
    padding:10px 0;
	}
  .paddingbox {
    padding: 0 20px 40px;
  }
  .contentbox {
    padding: 20px;
    border-radius: 0;
border-right:none;
border-left:none;
  }
  h2 {
    padding-left:10px;
  }

}


/* Parts */

.linkbtn {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 20px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  /*border-radius:6px;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  border-radius: 10px;
	text-align: center;

/*  color: #fff;*/
	background: #eee;
	border:#444 solid 1px;
/*	background: -moz-linear-gradient(top, #62c2e5 0%, #0095ce 100%);
	background: -webkit-linear-gradient(top, #62c2e5 0%, #0095ce 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c2e5', endColorstr='#0095ce',GradientType=0 );*/
}
.linkbtn:hover {
  transition: all 0.2s ease 0s;
	opacity:0.4;
}

.linkbtn.blue {
  color: #fff;
	background: #62c2e5;
	background: -moz-linear-gradient(top, #62c2e5 0%, #0095ce 100%);
	background: -webkit-linear-gradient(top, #62c2e5 0%, #0095ce 100%);
	background: linear-gradient(to bottom, #62c2e5 0%, #0095ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c2e5', endColorstr='#0095ce',GradientType=0 );
	border:none;
}
.linkbtn.blue:hover {
  color: #fff;
}
.linkbtn.red {
  color: #fff;
	background: #f4acab;
	background: -moz-linear-gradient(top, #f4acab 0%, #e85377 100%);
	background: -webkit-linear-gradient(top, #f4acab 0%, #e85377 100%);
	background: linear-gradient(to bottom, #f4acab 0%, #e85377 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4acab', endColorstr='#e85377',GradientType=0 );
	border:none;
}
.linkbtn.red:hover {
  color: #fff;
}

.linkbtn.pdf {
  padding: 5px 20px 5px 36px;
  background-image: url(../images/icon_pdf_48.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 32px;
  color: #c1272d;
	border:#c1272d solid 2px;
	text-align:left;
}

.linkbtn.doc {
  padding: 5px 20px 5px 36px;
  background-image: url(../images/icon_doc_48.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 32px;
  color: #1d4eca;
	border:#1d4eca solid 2px;
	text-align:left;
}
.lang {

}
.lang > a {
background: #ffe5e5;
background: -moz-linear-gradient(top,  #ffe5e5 0%, #f4acab 100%);
background: -webkit-linear-gradient(top,  #ffe5e5 0%,#f4acab 100%);
background: linear-gradient(to bottom,  #ffe5e5 0%,#f4acab 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5e5', endColorstr='#f4acab',GradientType=0 );
}

.lang > a:after {
  content:'\00A0>';
}


.menubtn {
	height:auto;
}
.menubtn > a {
background: #e5fffd;
background: -moz-linear-gradient(top,  #e5fffd 0%, #94d3cf 100%);
background: -webkit-linear-gradient(top,  #e5fffd 0%,#94d3cf 100%);
background: linear-gradient(to bottom,  #e5fffd 0%,#94d3cf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5fffd', endColorstr='#94d3cf',GradientType=0 );
}
.menubtn > a.active {
background: #e5fffd;
background: -moz-linear-gradient(top,  #e5fffd 0%, #94d3cf 100%);
background: -webkit-linear-gradient(top,  #e5fffd 0%,#94d3cf 100%);
background: linear-gradient(to bottom,  #00c6bc 0%,#00a69c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5fffd', endColorstr='#94d3cf',GradientType=0 );
color:#fff;
}
