@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background: #ffffff;
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "ＭＳ Ｐゴシック", "ms p gothic";
	font-weight:300;
	font-feature-settings : "palt";
}

a:link{
	text-decoration:none;
	color:#000000;
    transition-property: all;
    transition-duration: 0.3s;
}
a:hover{
	opacity:0.5;
    transition-property: all;
    transition-duration: 0.3s;
}
a:visited{
	color:#000000;
}

* {
margin: 0px;
padding: 0px;
}

img {
	border-width:0px;
	border-style:none;
}


/* スマートフォン用CSS */
@media screen and (max-width: 630px) {
header {
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
header .box01 {
	overflow: hidden;
	position: relative;
	zoom: 1;
}
header .box01 .l {
    width: 80%;
    height: 50px;
    margin: 3% 0% 3% 3%;
    padding: 0px;
    background-image: url(../img/all/header_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
header .r {
	display:none;
}
header .r ul {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
}
header .r li {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 5px;
	color: #ffffff;
	font-size: 13px;
	float: left;
	list-style-type: none;
}

header .r li a:link, header .r li a:visited {
	width: 14px;
	height: 14px;
	padding: 3px;
	color:#ffffff;
	display:block;
}
header .r li a:hover {
	opacity:0.5;
}

header nav {
	display:none;
}

/* スマートフォン用ハンバーガーメニュー */
header .hamburger .drawer-hamburger {
	top:1.5%;
	right:3%;
	color:#333333;
}
header .hamburger .drawer-nav{
	display:inline;
	background-color:#ffffff;
}
header .hamburger .drawer-menu-item {
    font-size: 0.9rem;
    display: block;
    padding: 0.65rem;
    text-decoration: none;
    color: #333333;
}
header .hamburger .drawer-menu li {
	border-bottom:1px dotted #cccccc;
}


/* サブページ メイン画像&タイトル */
#main_img {
	width: auto;
    height: auto;
    margin: 0% auto;
    padding: 5% 0%;
    background-image: url(../img/all/main.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#main_img .page_title {
	width: 70%;
	height: auto;
    margin: 0px auto;
    padding: 5% 10%;
    background-color: rgba(255,255,255,0.85);
    display: table;
}
#main_img .page_title h1 {
    margin: 0px auto;
    padding: 0px;
    font-size: 24px;
    line-height: 140%;
    color: #f98b66;
    text-align: center;
    display: table-header-group;
}
#main_img .page_title .english {
    font-size: 11px;
    line-height: 100%;
    color: #999999;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    letter-spacing: 1.5px;
}


/* パンくずリスト */
.bread_crumbs {
	display:none;
}


.news {
	width:90%;
	height:auto;
	margin:0px auto;
    line-height: 170%;
	font-size:13px;
}
.news dl {
    width: 100%;
    height: auto;
    margin: 0%;
    padding: 3% 0%;
    line-height: 190%;
    overflow: hidden;
    position: relative;
    zoom: 1;
    border-bottom: dotted 1px #cccccc;
}
.news dt {
	width: auto;
    height: auto;
    float: left;
    margin: 0%;
}
.news dd {
    width: 100%;
    height: auto;
    margin: 0%;
    float: left;
}
.news dd a {
    color: #448aca;
	text-decoration:underline;
}

.news dl p {
	width: 60px;
    height: auto;
    margin: 0.5% 0% 0% 3%;
    padding: 1px 10px;
    background-color: #cccccc;
    color: #ffffff;
    float: left;
    font-size: 11px;
    line-height: 160%;
    text-align: center;
}
.news dl .news {
    background-color: #73C6B6;
}
.news dl .important {
    background-color: #E25041;
}
.news dl .hands-on_workshops {
    background-color: #fd9f8c;
}
.news dl .exhibits {
    background-color: #ebbe5c;
}
.news dl .lectures {
    background-color: #87c0d5;
}
.news dl .documents {
    background-color: #98897d;
}
.news dl .other {
    background-color: #bbbbbb;
}


/* VIEW ALL ボタン */
.view_all {
	width:auto;
	height:auto;
	margin:8% auto 15%;
	padding:0px;
	text-align:center;
	display:block;
}

.view_all a, .view_all a:link {
	width:auto;
	height:auto;
	margin:0px auto;
	padding:10px 40px;
	font-size:13px;
	text-align:center;
	background-color:#448aca;
	color:#ffffff;
	border-radius:5px;
}


/* カレンダー */
#calendar {
	width: 100%;
    margin: 10% 0%;
    padding: 10% 0px 15%;
}
#calendar .box02 {
    width: 90%;
	margin:0% auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
#calendar.back01 {
    background-image: url(../img/all/calendar_back.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#calendar.back02 {
    background-image: url(../img/all/calendar_back.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#calendar .ruby {
	font-size:14px;
	text-align:center;
	margin:0%;
	font-family: Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#calendar h1 {
	margin:0% auto 4%;
	font-family:century gothic, sans-serif;
	letter-spacing:5px;
}
#calendar .ymd {
	margin:0% auto 5%;
	font-size:24px;
	text-align:center;
}
#calendar #table {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
	font-size:11px;
}
#calendar #table td {
    padding: 1%;
	height:50px;
}
#calendar #table .week td {
	height:auto;
}
#calendar .box01{
	display:none;
}
#calendar .box02 .caption {
    width: 90%;
    height: 30px;
    margin: 3% 0% 0%;
    padding: 10px;
    background-image: url(../img/all/calendar_info.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}


/*トップへ戻るボタン*/
#pagetop{
	display:none;
}


/* footer */
footer {
	width:auto;
	height:auto;
	margin:10% auto 0%;
	padding:10% 0% 10%;
	color:#ffffff;
	background-image:url(../img/all/footer_back.png);
	background-size:cover;
	background-position:bottom center;
	background-repeat:repeat-x;
}
footer .logo {
	width:75%;
	height:auto;
	margin:0px auto;
	padding:0px;
}
footer .box01 {
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px;
}
footer .box01 .l {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
footer .box01 .l  p{
    margin: 20px auto 0px;
    padding: 15px 10px;
    font-size: 13px;
    line-height: 200%;
    width: fit-content;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
footer .box01 .l  p a, footer .box01 .l  p a {
	color:#ffffff;
	text-decoration:underline;
}
footer .box01 .r {
	width:90%;
	height:auto;
	margin:20px  auto 0px;
	padding:0px;
	font-size:13px;
	line-height:220%;
	position:relative;
	overflow:hidden;
	zoom:1;
	display:none;
}
footer .box01 .r ul.box01 {
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
footer .box01 .r ul.box02 {
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
footer .box01 .r ul.box03 {
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
footer .box01 .r li {
	list-style:none;
}
footer .box01 .r li:before {
  display: inline;
  content: "▶";
}
footer .box01 .r li a:link, footer .box01 .r li a:visited {
	padding:0px 5px;
	color:#ffffff;
	text-decoration:none;
}
footer .box01 .r li a:hover {
	text-decoration:underline;
}
footer .box01 .copy {
	margin:5% auto 0%;
	font-size:11px;
	text-align:center;
}


/* アクセス用 Googlemap */
#mapkit-3947 {
	height:300px;
	width:100%;
}

/* サブページ セクション用背景画像 */
#back01 {
	margin:5％ 0px;
	padding:5% 0px;
	background-image:url(../img/all/section_back01.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	display:block;
}
#back02 {
	margin:5％ 0px;
	padding:5% 0px;
	background-image:url(../img/all/section_back02.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	display:block;
}
#back03 {
	margin:5％ 0px;
	padding:5% 0px;
	background-image:url(../img/all/section_back03.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	display:block;
}


/* font */

h1 {
	font-size:28px;
	text-align:center;
	font-family: Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight:normal;
	margin:5% 0px;
}

h2 {
	font-size:35px;
	text-align:center;
	font-family: 'century gothic', 'Josefin Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "ＭＳ Ｐゴシック", "ms p gothic";
	font-weight:normal;
	letter-spacing:3px;
	margin:0px 0px 7% 0px;
}
.josefin {
font-family: 'Josefin Sans', sans-serif;
}

}




















/* PCページ用CSS */
@media screen and (min-width: 631px) {
header {
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:0px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

header .box01 {
	width:1000px;
	margin:20px 0px;
	overflow: visible;
	position: relative;
    display: flex;
    flex-wrap: wrap;
}
header .box01 .l {
	width:550px;
	height:100px;
	margin:0px;
	padding:0px;
	background-image:url(../img/all/header_logo.png);
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
header .box01 .l a {
	width:550px;
	height:100px;
	display:block;
}
header .box01 .l a:hover {
	background-color:#FFFFFF;
	opacity:0.6;
}


header .box01 .r {
	width:450px;
	height:100px;
	margin:0px;
	padding:0px;
	text-align:right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
header .box01 .r ul {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
    display: flex;
    flex-wrap: wrap;
}
header .box01 .r li {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 10px;
	color: #333333;
	font-size: 13px;
	list-style-type: none;
}
header .box01 .r p {
	width: auto;
	height: auto;
	margin: 0px;
}
header .box01 .r li a:hover {
	text-decoration:underline;
	opacity:0.5;
}
header .r ul.font_size {
	width:auto;
	height:auto;
	margin:10px 0px;
	padding:0px;
    display: flex;
    flex-wrap: wrap;
}
header .r ul.font_size li {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 5px;
	font-size: 15px;
	list-style-type: none;
}
header .r ul.font_size li.button a:link {
	background-color:#d9dce3;
	padding:2px 6px;
	border-radius:3px;
	display:block;
}
header .r ul.font_size li.button a:hover {
	background-color:#448aca;
	color:#ffffff;
	text-decoration:none;
	opacity:1;
}
header .r ul.font_size li.button_select {
	background-color:#448aca;
	color:#ffffff;
	padding:2px 6px;
	border-radius:3px;
}
header .r ul.sns {
	width:auto;
	height:auto;
	margin:10px 0px 10px 15px;
	padding:0 0 0 3px;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px dotted #cccccc;
}
header .r ul.sns li {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 10px;
    font-size: 15px;
	list-style-type: none;
}


/* Google検索 */
header .search {
	width:300px;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
}
header .search .gsc-control-cse {
	padding:0px;
}
header .search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 3px;
}


header nav {
	width:auto;
	height:auto;
	margin:0px auto 30px;
	padding:0px;
	color:#cccccc;
	font-size:18px;
	text-align:center;
	line-height:200%;
	letter-spacing:1px;
}
header nav a:link, header .r nav a:visited {
    margin: 0 3px ;
	padding:8px 33px;
	color:#333333;
	text-decoration:none;
}
header nav a.nav01  { background-color:#cde2f3; }
header nav a.nav02  { background-color:#c1e7dd; }
header nav a.nav03  { background-color:#f5c5c6; }
header nav a.nav04  { background-color:#ece6b0; }
header nav a.nav05  { background-color:#f2cdb4; }
header nav a.nav06  { background-color:#e1d0e2; }

header .hamburger .drawer-hamburger {
	display:none;
}


/* サブページ メイン画像&タイトル */
#main_img {
	width: auto;
    height: auto;
    margin: 0px auto;
    padding: 35px 0px;
    min-width: 1000px;
    background-image: url(../img/all/main.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#main_img .page_title {
	height: 90px;
    margin: 0px auto;
    padding: 30px 80px;
    width: inherit;
    background-color: rgba(255,255,255,0.85);
    display: table;
}
#main_img .page_title h1 {
    margin: 0px auto 0px;
    padding: 0px;
    font-size: 45px;
    line-height: 140%;
    color: #f98b66;
    text-align: center;
    letter-spacing: 5px;
    display: table-header-group;
}
#main_img .page_title .english {
    font-size: 14px;
    line-height: 100%;
    color: #999999;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    letter-spacing: 2.5px;
	font-family: 'century gothic', 'Josefin Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "ＭＳ Ｐゴシック", "ms p gothic";
}

article{
	min-width:1000px;
}

/* パンくずリスト */
.bread_crumbs {
    width: 1000px;
    margin: 20px auto 0px;
	font-size:12px;
}

/* お知らせ */
.news {
	width:1000px;
	height:auto;
	margin:0px auto;
    line-height: 170%;
	font-size:16px;
}
.news dl {
	width:960px;
	height:auto;
	margin:0px;
	padding: 12px 20px;
    line-height: 190%;
	overflow: hidden;
    position: relative;
    zoom: 1;
	border-bottom:dotted 1px #cccccc;
}
.news dt {
	width: auto;
    height: auto;
    float: left;
    margin: 0px 20px 0px 0px;
}
.news dd {
    width: 740px;
    height: auto;
    margin: 0px 0px 0px 20px;
    float: left;
}
.news dd a {
    color: #448aca;
	text-decoration:underline;
}

.news dl p {
    width: 70px;
    height: auto;
    margin: 4px 0px 0px 0px;
    padding: 0px 15px;
    background-color: #cccccc;
    color: #ffffff;
    float: left;
    font-size: 13px;
    line-height: 180%;
    text-align: center;
}
.news dl .news {
    background-color: #73C6B6;
}
.news dl .important {
    background-color: #E25041;
}
.news dl .hands-on_workshops {
    background-color: #fd9f8c;
}
.news dl .exhibits {
    background-color: #ebbe5c;
}
.news dl .lectures {
    background-color: #87c0d5;
}
.news dl .documents {
    background-color: #98897d;
}
.news dl .other {
    background-color: #bbbbbb;
}


/* VIEW ALL ボタン */
.view_all {
	width:auto;
	height:auto;
	margin:30px auto 50px;
	padding:0px;
	text-align:center;
	display:block;
}

.view_all a, .view_all a:link {
	width:auto;
	height:auto;
	margin:0px auto;
	padding:10px 40px;
	font-size:16px;
	text-align:center;
	background-color:#448aca;
	color:#ffffff;
	border-radius:5px;
}

#calendar {
	width: auto;
    margin: 100px 0px;
    padding: 50px 0px 60px;
    min-width: 1000px;
}
#calendar .box02 {
    width: 1000px;
	margin:0px auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
#calendar.back01 {
    background-image: url("../img/all/calendar_back.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#calendar.back02 {
    background-image: url("../img/all/calendar_back.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#calendar .ruby {
	font-size:20px;
	text-align:center;
	margin:0px;
	font-family: Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#calendar h1 {
	margin:0px auto 20px;
	font-family:century gothic, 'Josefin Sans', sans-serif;
	letter-spacing:5px;
}
#calendar .ymd {
	margin:0px auto 10px;
	font-size:28px;
	text-align:center;
}
#calendar #table {
    width: 1000px;
    margin: 0px auto;
    padding: 0px;
	font-size:14px;
}
#calendar #table td {
    padding: 5px;
	height:65px;
}
#calendar #table .week td {
	height:auto;
}
#calendar .box01{
	width:1000px;
	margin:0px auto;
	padding:0px;
}
#calendar .box01 .hiokoshi {
    width: 167px;
    height: 135px;
    margin: -70px 0px 0px -40px;
    padding: 0px;
    z-index: 10;
    position: absolute;
    display: block;
}
#calendar .box01 .angin {
    width: 199px;
    height: 164px;
    margin: -80px 0px 0px  800px;
    padding: 0px;
    z-index: 10;
    position: absolute;
    display: block;
}
#calendar .box02 .caption {
    width: 635px;
    height: 95px;
	background-image:url(../img/all/calendar_info.png);
	background-repeat:no-repeat;
    margin: 20px 0px 0px;
    padding: 0px;
	float:left;
}


/*トップへ戻るボタン*/
#pagetop{
	display:block;
    position: fixed;
    bottom: 20px;
    right: 20px;
	width:60px;
    height:60px;
	font-size:16px;
	font-weight:normal;
	line-height:120%;
    color:#64513d;
	text-align:center;
	z-index:99999;
}

#pagetop a {
	display:block;
    position: fixed;
    bottom: 20px;
    right: 20px;
	width:60px;
    height:60px;
    background-color:#e7dfd6;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	-ms-border-radius:50%;
    padding:20px 10px 0 10px;
	margin:20px auto 0 auto;
    color:#64513d;
	text-decoration:none;
}

#pagetop a:hover {
  	filter:alpha(opacity=50);
  	-moz-opacity: 0.5;
  	opacity: 0.5;
}


/* footer */
footer {
	width:auto;
	height:auto;
	margin:50px auto 0px;
	padding:50px 0px 40px;
	color:#ffffff;
	min-width:1000px;
	background-image:url(../img/all/footer_back.png);
	background-position:bottom center;
	background-repeat:repeat-x;
}
footer .logo {
	width:400px;
	height:auto;
	margin:0px;
	padding:0px;
}
footer .box01 {
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:0px;
	position:relative;
	overflow:hidden;
	zoom:1;
}
footer .box01 .l {
	width:400px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
footer .box01 .l  p{
	margin:20px 0px 0px;
	padding:0px;
	font-size:12px;
	line-height:200%;
}
footer .box01 .l  p a {
	color:#ffffff;
}
footer .box01 .r {
	width:570px;
	height:auto;
	margin:20px 0px 0px 30px;
	padding:0px;
	float:right;
	font-size:12px;
	line-height:220%;
}
footer .box01 .r ul.box01 {
	width:165px;
	height:auto;
	margin:0px 20px 0px 0px;
	padding:0px;
	float:left;
}
footer .box01 .r ul.box02 {
	width:180px;
	height:auto;
	margin:0px 20px 0px 0px;
	padding:0px;
	float:left;
}
footer .box01 .r ul.box03 {
	width:180px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
footer .box01 .r li {
	list-style:none;
}
footer .box01 .r li:before {
  display: inline;
  content: "▶";
}
footer .box01 .r li a:link, footer .box01 .r li a:visited {
	padding:0px 5px;
	color:#ffffff;
	text-decoration:none;
}
footer .box01 .r li a:hover {
	text-decoration:underline;
}
footer .box01 .copy {
	font-size:11px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* アクセス用 Googlemap */
#mapkit-3947 {
	height:450px;
	width:100%;
	min-width:1000px;
}

/* サブページ セクション用背景画像 */
#back01 {
	margin:20px 0px;
	padding:20px 0px;
	background-image:url(../img/all/section_back01.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    background-attachment: fixed;
	display:block;
}
#back02 {
	margin:20px 0px;
	padding:20px 0px;
	background-image:url(../img/all/section_back02.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    background-attachment: fixed;
	display:block;
}
#back03 {
	margin:20px 0px;
	padding:20px 0px;
	background-image:url(../img/all/section_back03.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    background-attachment: fixed;
	display:block;
}


/* font */

h1 {
	font-size:40px;
	text-align:center;
	font-family: Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight:normal;
	margin:35px 0px;
	min-width:1000px;
	line-height: 140%;
}

h2 {
	font-size:40px;
	text-align:center;
	font-family: 'century gothic', 'Josefin Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "ＭＳ Ｐゴシック", "ms p gothic";
	font-weight:normal;
	letter-spacing:3px;
	margin:0px 0px 45px 0px;
}

.josefin {
font-family: 'Josefin Sans', sans-serif;
}

#size_small_off{
	background-color:#448aca;
	color:#ffffff;
	padding:2px 6px;
	border-radius:3px;
}
#size_normal_off{
	background-color:#448aca;
	color:#ffffff;
	padding:2px 6px;
	border-radius:3px;
}
#size_big_off{
	background-color:#448aca;
	color:#ffffff;
	padding:2px 6px;
	border-radius:3px;
}

.size_small{
	background-color:#448aca;
	color:#ffffff;
	padding:2px 6px;
	border-radius:3px;
	display:block;
	text-decoration:none;
}
.size_normal{
	background-color:#448aca;
	color:#ffffff;
	padding:2px 6px;
	border-radius:3px;
	display:block;
	text-decoration:none;
}
.size_big{
	background-color:#448aca;
	color:#ffffff;
	padding:2px 6px;
	border-radius:3px;
	display:block;
	text-decoration:none;
}

}