@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html { overflow-y: scroll; }

body {
	width: 100%;
	height: auto;
	font-family: 'ＭＳ Ｐゴシック','Osaka','ヒラギノ角ゴ Pro W3';
	word-break: break-all;
	font-size: 12px;
	color: #454545;
	line-height: 1.7;
	background-color:#FFF;
	-webkit-text-size-adjust: 100%;
}

/*
DEFAULT
***************************************************************************/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, 
a, img, dl, dt, dd, ol, ul, li,
form, label, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
img{vertical-align:bottom;}
li{ list-style:none; }

.clearfix {
	>width: 100%;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

/* ▼LINK▼ */
a {
	color: #1974af;
	outline: none;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

/* ▼IMG▼ */
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

a.no_filter:hover img {
	filter: none;
	-moz-opacity: 1.00;
	opacity: 1.00;
}

/*
汎用パーツ
***************************************************************************/
/* ▼display▼ */
.block { display:block; }
.inline { display:inline; }
.align_c { text-align:center; }
.align_r { text-align:right; }
.align_l { text-align:left; }
.flo_l{ float:left; }
.flo_r{ float:right; }
.middle{vertical-align:middle; }


/* ▼area▼ */
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.mb55 { margin-bottom:55px !important; }
.mb60 { margin-bottom:60px !important; }
.mb75 { margin-bottom:75px !important; }
.mb80 { margin-bottom:80px !important; }
.mb85 { margin-bottom:85px !important; }

.mt150 { margin-top:150px !important; }
.mt90 { margin-top:90px !important; }
.mt70 { margin-top:70px !important; }
.mt40 { margin-top:40px !important; }
.mt30 { margin-top:30px !important; }
.mt20 { margin-top:20px !important; }
.mt10 { margin-top:10px !important; }

.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml12 { margin-left:12px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }

.mr0 { margin-right:0 !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr30 { margin-right:30px !important; }
.mr40 { margin-right:40px !important; }
.mr90 { margin-right:90px !important; }

.mlr5 { margin-left:5px !important; margin-right:5px !important; }
.mlr10 { margin-left:10px !important; margin-right:10px !important; }
.mlr20 { margin-left:20px !important; margin-right:20px !important; }


/* ▼img▼ */
.frame{
	padding:1px;
	border:1px #bababa solid;
}

/* ▼font disp▼ */
.bold { font-weight:bold; }
.normal { font-weight:normal; }

.red{ color:#d92b2b !important;}
.blue{ color:#0383d9 !important;}

/* ▼font size▼ */
.size12{font-size:12px!important;}
.size11{font-size:11px!important;}

/* ▼width▼ */
.w1000{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* ▼line height▼ */

/* ▼background ▼ */
.bg_gray{ background-color:#e6e6e6;}

/* ▼ title ▼ */


/*
HEADER
***************************************************************************/
#header{ 
	background:url(../common_img/h_bg.png) repeat-x center top #FFF;
	position:relative;
	height:80px;
}
#header_contents{
	width:1000px;
	margin:0 auto;
	padding:5px 0 0;
	position:relative;
	z-index:30;
}
.h_logo{ float:left; }
.h_logo a:hover img{ 
	filter: none;
	-moz-opacity: 1.00;
	opacity: 1.00;
}
#h_right{
	float:right;
	width:230px;
	background:url(../common_img/h_line.gif) no-repeat right top;
	padding:10px 15px 0 0 ;
	height:65px;
}
#topicpath{ font-size:13px; }
#header-submenu{ font-size:13px; }

/*
NAVI
***************************************************************************/
#hnavi{ 
	position:absolute;
	left:248px;
}
#hnavi li { 
	float:left; 
	cursor:pointer;
}
#gnavi1btn{
	background:url(../common_img/gnavi_01.png) no-repeat;
	width:176px;
	height:75px;
}
#gnavi1btn.selected{
	background:url(../common_img/gnavi_01r.png) no-repeat;
	width:176px;
	height:78px;
}
#gnavi2btn{
	background:url(../common_img/gnavi_02.png) no-repeat;
	width:160px;
	height:75px;
}
#gnavi2btn.selected{
	background:url(../common_img/gnavi_02r.png) no-repeat;
	width:160px;
	height:78px;
}

#cgnavi2btn{
	background:url(../common_img/cgnavi_02.png) no-repeat;
	width:160px;
	height:75px;
}
#cgnavi2btn.selected{
	background:url(../common_img/cgnavi_02r.png) no-repeat;
	width:160px;
	height:78px;
}

#gnavi1{
	width:100%;
	padding:5px 0 0;
	background-color:#f2f2f2;
	height:236px;
	border-top:1px #e0e0e0 solid;
	border-bottom:1px #FFF solid;
	box-shadow:0 1px 3px 0 rgba(170,170,170,0.4) inset,
	 0 1px 2px 0 rgba(200,200,200,0.75);
}
#gnavi1_contents{
	width:1000px;
	margin:0 auto;
}
.gnavi1tbl{ 
	border-spacing:0; 
	text-align:left;
}
.gnavi1tbl tr:last-child td{
	border-bottom:none;
}
.gnavi1tbl td{
	padding:3px 10px 3px 0 ;
	border-left:1px #b5b3b3 dashed;
	border-bottom:1px #b5b3b3 dashed;
}
.gnavi1tbl td a{
	width:100%;
	display:block;
}
.gnavi1tbl td.gnavi1first{
	border-left:none;
	padding-right:5px;
}

.gnavi1tbl .gnavi1last td{ border-bottom:none; }

#gnavi2{
	width:100%;
	background-color:#f2f2f2;
	height:240px;
	border-top:1px #e0e0e0 solid;
	border-bottom:1px #FFF solid;
	box-shadow:0 1px 3px 0 rgba(170,170,170,0.4) inset,
	 0 1px 2px 0 rgba(200,200,200,0.75);
}
#gnavi2_contents{
	width:1000px;
	margin:0 auto;
}
.gnavi2_ul{
	float:left;
	padding:18px 0 0 ;
	text-align:left;
}
.gnavi2_ul li{
	background:url(../common_img/icon_03.png) no-repeat 6px 4px;
	padding:0 0 0 22px;
	margin:0 0 10px;
}
.gnavi2_ul li a{ color:#454545; }
.panel{ 
	display:none; 
	z-index:10;
	position:absolute;
	top:80px;
	left:0;
}

#header_area {
    background: url(../common_img/header_bg.jpg) repeat-x;
    position: relative;
    z-index: 5;
}
#header_area .panel{
	border:none;
	padding:0;
}

#side{ font-size:13px; }

/*
TOP
***************************************************************************/
#mainimg{
	background:url(../common_img/mainimg_bg01.jpg) repeat-x;
	height:480px;
	width:100%;
	border-bottom:1px #FFF solid;
	margin:0 0 10px;
}
.mainimg_bg{
	background:url(../common_img/mainimg_bg02.jpg) no-repeat center top;
	height:436px;
	width:100%;
	padding:23px 0 21px;
	position:relative;
	overflow:hidden;
}
#mainslider{
	height:415px;
	width:1024px;
	margin:0 auto;
	overflow:hidden;
}
#mainslider li{
	display:block;
}
#mainslider li a{
	display:block;
}
#mainslider img{
	display:block;
	width:996px !important;
	height:406px;
	border:2px #FFF solid;
	box-shadow:0 0 5px 0 rgba(120,120,120,0.5);
}
.bx-wrapper{
	position:relative;
	left:50%;
	width:1024px !important;
	margin-left:-500px;
}
.bx-viewport{
	width:1024px !important;
	overflow:visible !important;
}
.slide_l,
.slide_r{
	width:1000px;
	height:410px;
	position:absolute;
	top:23px;
	background:rgba(0,0,0,0.6);
}
.slide_l{ 
	left:50%;
	margin-left:-1524px; 
}
.slide_r{ 
	right:50%;
	margin-right:-1524px; 
}
.bx-controls{
	top:432px;
	position:absolute;
	left:0;
	width:100%;
}
.bx-pager{ text-align:center; }
.bx-pager-item{
	display:inline-block;
	margin:0 5px;
}
.bx-pager-link{
	width:50px;
	height:4px;
	background-color:#c2c2c2;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
}
.bx-pager-link.active{background-color:#0161b2;}
#container{
	width:1000px;
	margin:0 auto ;
	/*padding:30px 0;*/
}
#contents{
	width:740px;
	float:left;
}
#topics_box{
	width:536px;
	height:152px;
	border:1px #d3d3d3 solid;
	padding:42px 1px 0 0;
	position:relative;
	float:left;
}
.box_title01{
	position:absolute;
	top:6px;
	left:-1px;
}
.topics{
	overflow:auto;
	height:152px;
}

.topics_dl{
	width:516px;
	padding:8px 0 ;
}
.topics_dl dt{
	width:85px;
	float:left;
	padding:0 0 0 20px;
	font-weight:bold;
}
.topics_dl dd{
	width:390px;
	float:left;
	padding:0 20px 0 0 ;
}

.carttopics_dl{
	width:516px;
	padding:8px 0 ;
}
.carttopics_dl dt{
	width:120px;
	float:left;
	padding:0 0 0 20px;
	font-weight:bold;
}
.carttopics_dl dd{
	width:345px;
	float:left;
	padding:0 20px 0 0 ;
}

.top_book{
	background:url(../common_img/bg_01.gif) repeat;
	text-align:center;
	width:174px;
	float:right;
}

#infomation{
	background:url(../common_img/bg_01.gif) repeat;
	padding:6px 0 12px;
}
.infomation_box{
	border:1px #bababa solid;
	padding:12px 10px 35px;
	width:208px;
	background-color:#FFFFFF;
	margin-right:10px;
	position:relative;
	float:left;
}

.info_dl dt{
	padding:0 0 0 15px;
	font-weight:bold;
	margin:0 0 2px;
}
.info_dl.info_01 dt{ background:url(../common_img/info01icon.png) no-repeat 0 4px; }
.info_dl.info_02 dt{ background:url(../common_img/info02icon.png) no-repeat 0 4px; }
.info_dl.info_03 dt{ background:url(../common_img/info03icon.png) no-repeat 0 4px; }
.info_dl.info_04 dt{ background:url(../common_img/info04icon.png) no-repeat 0 4px; }
.info_dl.info_05 dt{ background:url(../common_img/info05icon.png) no-repeat 0 4px; }
.info_dl.info_06 dt{ background:url(../common_img/info06icon.png) no-repeat 0 4px; }

.info_dl dd span{
	background-color:#e5f4ff;
	padding:4px;
}

.info_dl dd{
	padding:0 0 10px 12px;
	border-bottom:1px #bfbfbf dashed;
	margin:0 0 12px;
}
.infomation_btn{
	position:absolute;
	left:13px;
	bottom:13px;
}
.facebook_box{
	border:1px #dbdbdb solid;
	padding:10px 0 16px;
	margin:0 0 35px;
}
.facebook_box h2{ margin:0 0 34px -1px; }
.facebook_box ul{
	margin:0 0 0 18px;
}
.facebook_box ul li{
	margin:0 20px 24px;
	border:1px #cccccc solid;
	padding:1px ;
	width:96px;
	float:left;
}
.mag_list{
	margin:0 5px;
	width:720px;
}
.mag_list li{
	float:left;
	width:150px;
	margin:0 15px 30px;
}
.mag_list li a{
	display:block;
	text-decoration:none;
}
.mag_img{
	border-bottom:1px #FFF solid;
	width:230px;
	height:220px;
	display:table-cell;
	vertical-align:bottom;
}

.mag_img img{width:150px;}
.mag_txt{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background:
	-webkit-linear-gradient(
		top, 
		#f0f0f0 0%,
		#ffffff 100%
	);
	background:
	linear-gradient(
		to bottom ,
		#f0f0f0, 
		#ffffff
	);
	padding:8px 6px 10px;
	width:138px;
}
.mag_txt h4{
	font-size:12px;
	font-weight:bold;
	color:#353535;
	line-height:1.3;
	margin:0 0 5px;
}
.mag_txt p{
	color:#7d7c7c;
	font-size:11px;
	line-height:1.1;
}

/*
NAV
***************************************************************************/
#snav{
	width:240px;
	float:right;
}
.sbnr li{ margin:0 0 10px;}

/*
FOOTER
***************************************************************************/
#footer{
	font-size:12px;
	height:auto;
	line-height:1.7;
	color:#FFFFFF;
}
body#softball #footer .footer_link a,
body#badminton #footer .footer_link a,
body#bowling #footer .footer_link a,
body#rugby #footer .footer_link a{
	color:#FFFFFF;
}


#footer_blue{
	width:100%;
	background:url(../common_img/bg_03.gif) repeat;
	height:40px;
	margin:0 0 8px;
}
#footer_contents{
	width:1000px;
	margin:0 auto;
	position:relative;
	height:26px;
	padding:14px 0 0;
	text-align:left;
}
.topagetop{
	position:absolute;
	right:0;
	top:-4px;
}
.footer_link{
	color:#FFFFFF;
	line-height:1;
}
.footer_link a{ color:#FFFFFF; }

.cr{
	text-align:center;
	color:#299dff;
	margin:0 0 10px;
}

/* ▼width▼ */
.w4per { width:4%; }
.w5per { width:5%; }
.w8per { width:8%; }
.w10per { width:10%; }
.w15per { width:15%; }
.w20per { width:20%; }
.w22per { width:22%; }
.w25per { width:25%; }
.w30per { width:30%; }
.w35per { width:35%; }
.w50per { width:50%; }
.w55per { width:55%; }
.w56per { width:56%; }
.w60per { width:60%; }
.w62per { width:62%; }
.w65per { width:65%; }
.w70per { width:70%; }
.w75per { width:75%; }
.w80per { width:80%; }
.w100per { width:100%!important; }

.w30 { width:30px!important; }
.w40 { width:40px!important; }
.w50 { width:50px!important; }
.w60 { width:60px!important; }
.w120 { width:120px!important; }
.w135 { width:135px!important; }
.w160 { width:160px!important; }
.w200 { width:200px!important; }
.w300 { width:300px!important; }
.w400 { width:400px!important; }

/* ▼height▼ */
.area_h260 { min-height:260px; }

/* ▼area▼ */
.mb200 { margin-bottom:200px!important; }
.mb160 { margin-bottom:160px!important; }
.mb150 { margin-bottom:150px!important; }
.mb140 { margin-bottom:140px!important; }
.mb130 { margin-bottom:130px!important; }
.mb120 { margin-bottom:120px!important; }
.mb110 { margin-bottom:110px!important; }
.mb100 { margin-bottom:100px!important; }
.mb95 { margin-bottom:95px!important; }
.mb90 { margin-bottom:90px!important; }
.mb85 { margin-bottom:85px!important; }
.mb80 { margin-bottom:80px!important; }
.mb75 { margin-bottom:75px!important; }
.mb70 { margin-bottom:70px!important; }
.mb65 { margin-bottom:65px!important; }
.mb60 { margin-bottom:60px!important; }
.mb55 { margin-bottom:55px!important; }
.mb50 { margin-bottom:50px!important; }
.mb45 { margin-bottom:45px!important; }
.mb40 { margin-bottom:40px!important; }
.mb35 { margin-bottom:35px!important; }
.mb30 { margin-bottom:30px!important; }
.mb25 { margin-bottom:25px!important; }
.mb20 { margin-bottom:20px!important; }
.mb15 { margin-bottom:15px!important; }
.mb12 { margin-bottom:12px!important; }
.mb10 { margin-bottom:10px!important; }
.mb8 { margin-bottom:8px!important; }
.mb5 { margin-bottom:5px!important; }
.mb0 { margin-bottom:0!important; }

.mlr300 { margin-left:300px!important; margin-right:300px!important; }
.mlr115 { margin-left:115px!important; margin-right:115px!important; }
.mlr100 { margin-left:100px!important; margin-right:100px!important; }
.mlr80 { margin-left:80px!important; margin-right:80px!important; }
.mlr75 { margin-left:75px!important; margin-right:75px!important; }
.mlr70 { margin-left:70px!important; margin-right:70px!important; }
.mlr60 { margin-left:60px!important; margin-right:60px!important; }
.mlr55 { margin-left:55px!important; margin-right:55px!important; }
.mlr50 { margin-left:50px!important; margin-right:50px!important; }
.mlr45 { margin-left:40px!important; margin-right:45px!important; }
.mlr40 { margin-left:40px!important; margin-right:40px!important; }
.mlr35 { margin-left:35px!important; margin-right:35px!important; }
.mlr30 { margin-left:30px!important; margin-right:30px!important; }
.mlr25 { margin-left:25px!important; margin-right:25px!important; }
.mlr20 { margin-left:20px!important; margin-right:20px!important; }
.mlr15 { margin-left:15px!important; margin-right:15px!important; }
.mlr10 { margin-left:10px!important; margin-right:10px!important; }
.mlr5 { margin-left:5px!important; margin-right:5px!important; }
.mlr0 { margin-left:0!important; margin-right:0!important; }
.mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.mlr-100 { margin-left:-100px!important; margin-right:-100px!important; }
.mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.mr50 { margin-right:50px!important; }
.mr40 { margin-right:40px!important; }
.mr30 { margin-right:30px!important; }
.mr25 { margin-right:25px!important; }
.mr20 { margin-right:20px!important; }
.mr15 { margin-right:15px!important; }
.mr10 { margin-right:10px!important; }
.mr5 { margin-right:5px!important; }
.mr0 { margin-right:0px!important; }
.mr-5 { margin-right:-5px!important; }

.ml80 { margin-left:80px!important; }
.ml50 { margin-left:50px!important; }
.ml40 { margin-left:40px!important; }
.ml30 { margin-left:30px!important; }
.ml20 { margin-left:20px!important; }
.ml15 { margin-left:15px!important; }
.ml10 { margin-left:10px!important; }
.ml0 { margin-left:0px!important; }
.ml-5 { margin-left:-5px!important; }
.ml-10 { margin-left:-10px!important; }
.ml-15 { margin-left:-15px!important; }
.ml-20 { margin-left:-20px!important; }

.mt90 { margin-top:90px!important; }
.mt80 { margin-top:80px!important; }
.mt70 { margin-top:70px!important; }
.mt60 { margin-top:60px!important; }
.mt55 { margin-top:55px!important; }
.mt50 { margin-top:50px!important; }
.mt45 { margin-top:45px!important; }
.mt40 { margin-top:40px!important; }
.mt35 { margin-top:35px!important; }
.mt30 { margin-top:30px!important; }
.mt20 { margin-top:20px!important; }
.mt15 { margin-top:15px!important; }
.mt10 { margin-top:10px!important; }
.mt5 { margin-top:5px!important; }
.mt3 { margin-top:3px!important; }
.mt0 { margin-top:0!important; }
.mt-5 { margin-top:-5px!important; }
.mt-10 { margin-top:-10px!important; }
.mt-20 { margin-top:-20px!important; }
.mt-40 { margin-top:-40px!important; }
.mt-50 { margin-top:-50px!important; }
.mt-60 { margin-top:-60px!important; }
.mt-70 { margin-top:-70px!important; }
.mt-80 { margin-top:-80px!important; }

.pb100 { padding-bottom:100px!important; }
.pb80 { padding-bottom:80px!important; }
.pb30 { padding-bottom:30px!important; }
.pb5 { padding-bottom:5px!important; }
.pb0 { padding-bottom:0!important; }

.p20 { padding:20px!important; }
.p15 { padding:15px!important; }
.p10 { padding:10px!important; }

.pt60 { padding-top:60px!important; }
.pt50 { padding-top:50px!important; }

.ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.ptb0 { padding-top:0!important; padding-bottom:0!important; }

.plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.size10 { font-size:1rem!important; }
.size11 { font-size:1.1rem!important; }
.size12 { font-size:1.2rem!important; }
.size13 { font-size:1.3rem!important; }
.size14 { font-size:1.4rem!important; }
.size15 { font-size:1.5rem!important; }
.size16 { font-size:1.6rem!important; }
.size17 { font-size:1.7rem!important; }
.size18 { font-size:1.8rem!important; }
.size19 { font-size:1.9rem!important; }
.size20 { font-size:2.0rem!important; }
.size22 { font-size:2.2rem!important; }
.size24 { font-size:2.4rem!important; }
.size26 { font-size:2.6rem!important; }
.size28 { font-size:2.8rem!important; }
.size30 { font-size:3.0rem!important; }
.size32 { font-size:3.2rem!important; }
.size34 { font-size:3.4rem!important; }
.size36 { font-size:3.6rem!important; }
.size40 { font-size:4.0rem!important; }

.weight_300 { font-weight:300!important; }
.weight_400 { font-weight:400!important; }
.weight_500 { font-weight:500!important; }
.weight_500 { font-weight:500!important; }
.weight_700, .bold { font-weight:700!important; }

.style-title1 {color: #0000ff; font-weight: bold; font-size: 150%; line-height: 0.5em; }

#contents #description h3 {
    clear: both;
    width: 730px;
    font-size: 105%;
    background: #4B93C0;
    padding: 3px 3px 3px 5px;
    color: #FFF;
    margin: 1em 0;
}

ul.line1 li {
    border-top: 1px dotted #999;
    padding-top: 5px;
    margin-bottom: 5px;
}

.hover_change_image {
    opacity: 1; /* 通常時の透明度（100%表示） */
    transition: opacity 0.3s ease; /* アニメーション効果を追加 */
}

.hover_change_image:hover {
    opacity: 0.7; /* ホバー時の透明度（70%表示） */
}

.hover_change_image {
    background: none;    /* 背景色をなしにする */
    border: none;        /* 枠線をなしにする */
    padding: 0;          /* 余白をなしにする */
    cursor: pointer;     /* マウスオーバー時にポインターカーソルを表示 */
}

.pn{
	margin:23px 0;
	font-size:14px;
	color:#1974af;
	text-align:center;
}
.pn li{
	margin:0 10px;
	display:inline;
	padding:7px 10px ;
	position:relative;
}
.pn li a{
	text-align:center;
}

.pn li.pn_prev,
.pn li.pn_next{
	border:none;
	width:auto;
	padding:0;
}

.mag_img_zoom{
	background:url(/user_data/packages/default/images/magazine/images/zoom_icon.jpg) left center no-repeat;
	padding:0 0 0 23px;
	font-size:140%;
	line-height:20px;
	width: 130px;  
    margin: 0 auto;  
}
.mag_img_zoom a{
	color:#454545;
}
