@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------✁ global */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	}

body {
	font-size: 13px;
	line-height: 1.7em;
	color: #000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	font-family:  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	min-width:1240px;
	-webkit-text-size-adjust: 100%;
	}

h1,h2,h3,h4,h5,strong {
	font-weight:bold;
	font-size:13px;
	font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

a {
	color: #1797cc;
	text-decoration:none;
	-moz-transition: color .1s;
	-o-transition: color .1s;
	-webkit-transition: color .1s;
	transition: color .1s;
	}
	
a:hover {
	text-decoration:underline;
	}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	}

header, nav, section, hgroup, article, figure, figcaption, footer { display: block; }

/* ---------------------------------------------------✁ parts */

.sp {
	display: none;
}

.content {
	width:1280px;
	margin:auto;
}

#main {
	overflow: hidden;
}

.clear {
	clear:both;
}
/*
.card {
	background: #FFF;
	border: 1px solid #CACACA;
	box-shadow:0px 0px 1px 0px rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
*/

.card {
	background: #FFF;
	border: 0px solid #CACACA;

	margin-bottom: 15px;
}

.card .header {
	background: #269AC6;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.card .header h3 {
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.card .header h3 img {
	width: 25px;
	margin-left: 5px;
	vertical-align: -7px;
	margin-right: 2px;
}

#side-menu .card {
	margin-bottom: 15px;
}

#side-menu .add {
	text-align: center;
	margin-bottom: 15px;
}

#side-menu .sponsor {
	overflow: hidden;
	margin-bottom: 15px;
}

#side-menu .sponsor div {
	float: left;
	width: 48%;
	margin: 0 1%;
}

#side-menu .recommend .header {
	background: #ffa700;
}

#side-menu .recommend li {
	text-align: center;
	padding: 5px 0;
}

#side-menu .ranking li {
	line-height: 27px;
}


#side-menu .ranking li span {
	display: block;
	float: left;
	width: 3em;
	text-align: center;
	font-weight: bold;
	font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

#side-menu .ranking li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	margin-left: 3em;
}

#side-menu .link a {
	font-weight: bold;
}

/* ---------------------------------------------------✁ header */

/*body {
	background: #E7E7E7;
}
*/


body {
	background: #ffffff;
}


#wrapper {
	text-align: left;
	margin-top: 50px;
	position: relative;
}

#header {
	background: #000;
	color: #FFF;
	overflow: hidden;
	line-height: 32px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	margin: 0 0 10px;
	position: fixed;
	margin-top: -50px;
	width: 100%;
	z-index: 1000;
}

#header a {
	color: #FFF;
}

#header h2 {
	font-size: 12px;
	float: left;
}

#header .hello {
	display: block;
	float: right;
	padding: 0 10px;
	font-size: 12px;
	color: #d4d4d4;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 300px;
}

#header .nav {
	float: right;
	position: relative;
}

#header .nav ul {
	float: right;
	border-right: 1px solid #666666;
	overflow: hidden;
	background: #000;
	position: relative;
	z-index: 100;
}

#header .nav li {
	float: left;
}

#header .nav li span {
	display: none;
}

#header .nav li a {
	display: block;
	padding: 0 10px;
	border-left: 1px solid #666666;
	font-size: 12px;
	font-weight: bold;
}

#header .nav li a:hover {
	text-decoration: none;
	background: #3C3C3C;
}

#header .nav li a img {
	height: 16px;
	line-height: 32px;
	padding: 8px 0;
}


/* ---------------------------------------------------✁ side-menu */

#side-menu {
	float: left;
	width: 170px;
}

#side-menu #logo{
	width: 170px;
	margin: 5px auto;
}

#side-menu #logo em {
	display: block;
	padding-top: 5px;
	font-size: 12px;
	color: #4d4d4d;
}
/*#side-menu .nav ul {
	border-top: 1px solid #DBDBDB;
}
*/


#side-menu .nav ul {
	border-top: 0px solid #DBDBDB;
}

#side-menu .nav li a {
	line-height: 45px;
	color: #000;
	font-weight: bold;
	font-size: 25px;
	border-bottom: 1px solid #DBDBDB;
	padding: 0 10px;
	display: block;
	
	font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

#side-menu .nav li a:hover {
	text-decoration: none;
	background: #ECECEC;
}

#side-menu .nav .aside {
	border: none;
	background: #F4F4F4;
}

#side-menu .nav .aside li a {
	font-size: 14px;
	padding: 0;
	line-height: 1em;
	font-size: 12px;
	border-bottom: none;
	line-height: 30px;
}

#side-menu .nav .aside #TreeMenuSearchBO1_TreeViewMenu_TMSBOn0Nodes table {
	width: auto;
}

#side-menu .nav .aside #TreeMenuSearchBO1_TreeViewMenu_TMSBOn0Nodes td {
	border-bottom: none;
	width: auto;
}

#side-menu .nav .aside #TreeMenuSearchBO1_TreeViewMenu_TMSBOn0Nodes #TreeMenuSearchBO1_TreeViewMenu_TMSBOn1Nodes a {
	line-height: 25px;
	display: block;
}


#side-menu .nav .login {
	padding-bottom: 10px;
}

#side-menu .nav .login li {
	text-align: center;
}

#side-menu .nav .login li a {
	font-size: 12px;
	border: none;
	padding: 5px 0;
	line-height: 1em;
}

#side-menu .nav .login li a:hover {
	background: none;
}

/* ---------------------------------------------------✁ main */

#main-content {
	float: left;
	overflow: hidden;
}

#main {
	float: left;
	width: 740px;
	margin: 0 15px;
}

#main .add img {
	text-align: center;
	margin-bottom: 10px;
	border: 6px solid #CCC;
}

.cm {
	background: #2a2a2a;
	padding: 5px;
	color: #FFF;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.cm .list {
	float: right;
	width: 200px;
	padding: 10px;
}

.cm .list .header {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 0px solid #717171;
	margin-bottom: 10px;
}

.cm .list .header strong {
	display: block;
	font-size: 20px;
	font-weight: normal;
}

.cm .list .header span {
	color: #d9d9d9;
}

.cm .list a {
	color: #FFF;
}

.cm .list em {
	display: block;
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 210px;
	font-weight: bold;
}

.cm iframe {
	width: 510px;
	height: 320px;
	float: left;
}

.timeline {
	margin-bottom: 30px;
	overflow: hidden;
}

.timeline .content {
	width: auto;
}

.timeline .line {
	width: 49%;
	float: left;
}

.timeline .line .card {
	margin-bottom: 10px;
}

.timeline .line.premium {
	margin-right: 2%;
}

.timeline .line .header {
	margin-top: -3px;
}

.timeline .line em {
	text-align: center;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 0px #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

.timeline .line em img {
	width: 20px;
}

.timeline .line.premium em {
	color: #ff5a00;
}

.timeline .line.users em {
	color: #005c6c;
}

.timeline .line.premium .content {
	border: 3px solid #ffa73b;	
}

.timeline .line.users .content {
	border: 3px solid #00a5c9
}

.timeline .line.premium .header {
	background: #ffa73b;
}

.timeline .line .header h3 {
	margin: 0 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
}

.timeline .line .header h3 span {
	font-size: 14px;
	float: right;
}

.timeline .line .content li {
	border-bottom: 1px solid #CCC;
	padding: 15px; 
}

.timeline .line .content li .icon {
	float: left;
}

.timeline .line .content li .icon span {
	display: block;
	color: #616161;
	text-align: center;
	margin-top: 5px;
}

.timeline .line .content li .text {
	margin-left: 90px;
}

.timeline .line .content li .text strong a {
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
}

.timeline .line .content li .text p {
	font-size: 12px;
	line-height: 1.6em;
	display: block;
	padding-bottom: 10px;
	border-bottom: dashed #929292 1px;
	margin-bottom: 10px;
}


.timeline .line .content li .text span a {
	color: #616161;
	font-weight: bold;
}


.timeline .line .content .top {
	
}

.timeline .line .content .top strong a {
	color: #000;
	padding-bottom: 15px;
	display: block;
	font-size: 14px;
}

.timeline .line .content .top .text {
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 0;
}

.timeline .line .content .top .text p {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	margin-right: 150px;
}

.timeline .line .content .top .text img {
	width: 140px;
	float: right;
}

.timeline .line .content .top span a {
	color: #707070;
	font-weight: bold;
}

.timeline .page-nav {
	text-align: center;
}

.timeline .page-nav li  {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
}

.timeline .page-nav li span,
.timeline .page-nav li a {
	background: #FFF;
	display: inline-block;
	width: 35px;
	padding: 11px 0;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	vertical-align: middle;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.timeline .premium .page-nav li span {
	background: #FFA73B;
	color: #FFF;
}

.timeline .users .page-nav li span {
	background: #269AC6;
	color: #FFF;
}

.timeline .page-nav li a:hover {
	background: #EEE;
}

.add-list {
	background: #FFF;
	padding: 10px 0;
	margin-bottom: 15px;
}

.add-list ul {
	overflow: hidden;
}

.add-list li {
	float: left;
	padding: 5px 7px;
}

.add-list li a {
	text-align: center;
}

/* ---------------------------------------------------✁ aside */

#aside {
	width: 340px;
	float: right;
}

#aside .sub-content {
	display: none;
}

#aside .card.add {
	background: none;
	box-shadow: none;
	border: none;
	text-align: center;
}

#aside .card ul {
	
}

#aside .card li {
	padding: 7px 15px;
	border-bottom: 1px solid #CCC;
	line-height: 1.5em;
}

#aside .card li a {
	font-weight: bold;
}

#aside .card li.top {
	padding: 15px;
	border-bottom: 1px solid #CCC;
}

#aside .card li.top img {
	float: left;
	width: 50px;
}

#aside .card li.top p {
	margin-left: 60px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#aside .card .footer {
	padding: 5px 10px;
	background: #f2f2f2;
	text-align: right;
	font-weight: bold;
}

#aside .add {
	margin-bottom: 10px;
	text-align: center;
}

#aside .tags .header {
	background: #f15a24;
}

#aside .tags ul {
	padding: 10px;
}

#aside .tags li {
	border: none;
	display: inline-block;
	padding: 7px 5px;
	line-height: 1em;
	font-size: 12px;
}

#aside .tags li .large {
	font-size: 18px;
}

#aside .tags li .medium {
	font-size: 16px;
}

/* ---------------------------------------------------✁ footer */

#footer {
	clear: both;
	background: #050505;
	color: #FFF;
	padding: 40px 0;
}

#footer .content {
	width: 1020px;
	overflow: hidden;
}

#footer .about {
	float: left;
}

#footer .nav {
	overflow: hidden;
}

#footer .nav li {
	float: left;
	margin-right: 15px;
	line-height: 25px;
	font-size: 12px;
}

#footer .nav li a {
	color: #FFF;
	font-weight: bold;
}

#footer .header {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	margin-top: 80px;
}

#footer .header .logo {
	display: block;
	float: left;
}

#footer .header ul {
	float: left;
	margin-top: 22px;
}

#footer .header ul li {
	float: left;
}

#footer .header ul li a {
	background: #343434;
	display: block;
	width: 30px;
	text-align: center;
	height: 25px;
	padding: 2.5px 0;
}

#footer .header ul li a img {
	width: 25px;
}

#footer h4 {
	clear: both;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 15px;
	display: block;
}

#footer h4 p {
	display: inline-block;
}

#footer .copyright {
	font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	color: #969696;
	font-size: 12px;
}

#footer .facebook iframe {
	background: #FFF;
}


#footer .about {
	width: 37%;
	float: left;
}

#footer .facebook,
#footer .twitter {
	width: 31%;
	float: left;
	text-align: center;
}

/*---------------------------------------------------
smaller than 1200
---------------------------------------------------*/
@media screen and (max-width: 1200px) {


body {
	min-width: 100%;
}

/* ---------------------------------------------------✁ header */
#header .content {
	width: 100%;
}


#header h2 {
	text-align: center;
	border-bottom: 1px solid #666;
	padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 300px;
}

#header .nav {
	float: none;
}

#header .hello {
	text-align: left;
	float: none;
	position: absolute;
	max-width: 300px;
	top: 0;
	left: 0;
}


/* ---------------------------------------------------✁ main */

.content {
	width: 95%;
}

#main-content {
	width: auto;
	float: none;
	margin-left: 180px;
	position: relative;
}

#main {
	width: auto;
	margin: 0;
	width: 70%;
}

#main .add img {
	border: none;
}

.timeline .page-nav li {
	float: none;
	margin-top: 5px;
}

.cm iframe {
	float: none;
	width: 100%;
}

.cm .list {
	float: none;
	width: auto;
	padding: 15px;
}

.cm .list em {
	position: relative;
	bottom: 0;
	width: auto;
}

.add-list li {
	width: 25%;
	padding: 0;
}

.add-list li a {
	padding: 5px;
	display: block;
}


/* ---------------------------------------------------✁ aside */
#aside {
	width: 28%;
}

#aside .card {
	
}

/* ---------------------------------------------------✁ footer */
#footer .content {
	width: 95%;
}

#footer .about {
	width:30%;
}

#footer .header {
	margin-top: 10px;
}

#footer .facebook,
#footer .twitter {
	width: 35%;
	float: left;
}

.un{

width:70px; font-size:9px; line-height:11px;

}

}


/*---------------------------------------------------
smaller than 1060
---------------------------------------------------*/
@media screen and (max-width: 1060px) {


/* ---------------------------------------------------✁ main */
#main {
	width: 60%;
}

.timeline .line {
	margin: 0;
	width: 100%;
}

.timeline .line.premium {
	margin-bottom: 30px;
}

.add-list li {
	width: 50%;
}


/* ---------------------------------------------------✁ aside */
#aside {
	width: 38%;
}

}


/*---------------------------------------------------
smaller than 960
---------------------------------------------------*/
@media screen and (max-width: 960px) {

#header h2 {
	border: none;
	line-height: 40px;
}

#header .sp {
	display: block;
}

#header .nav-button {
	float: right;
	width: 30px;
	padding: 5px;
	border-left: 1px solid #666;
}

#header .hello {
	line-height: 40px;
}

#header .nav ul {
	display: none;
}

#header .nav ul {
	float: none;
	clear: both;
	border: none;
	border-top: 1px solid #666;
}

#header .nav li {
	width: 50%;
	border-bottom: 1px solid #3A3A3A;
}

#header .nav li a {
	border-left: none;
}

#header .nav li:nth-child(odd) a {
	border-right: 1px solid #3A3A3A;
}

#header .nav li span {
	display: inline;
	padding-left: 10px;
}

/* ---------------------------------------------------✁ footer */

#footer .about {
	width:100%;
	float: none;
	margin-bottom: 20px;
}

#footer .header {
	margin-top: 10px;
}

#footer .facebook,
#footer .twitter {
	width: 50%;
}


.un{

width:50px; font-size:9px; line-height:11px;

}


}

/*---------------------------------------------------
smaller than 800
---------------------------------------------------*/
@media screen and (max-width: 800px) {

.sp {
	display: block;
}

/* ---------------------------------------------------✁ main */
#main {
	width: 100%;
	margin-bottom: 20px;
}

#side-menu .nav-button {
	display: none;
}

#side-menu #logo em {
	
}

/* ---------------------------------------------------✁ aside */

#aside {
	width: 100%;
}

/* ---------------------------------------------------✁ footer */

#footer .about {
	float: none;
	width: 100%;
}

#footer .nav {
	border: 1px solid #4D4D4D;
}

#footer .nav .nav-button {
	overflow: hidden;
	display: block;
	padding-left: 0;
}

#footer .nav .nav-button p {
	float: left;
	padding: 0 10px;
	line-height: 40px;
	font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#footer .nav .nav-button a {
	display: block;
	width: 30px;
	padding: 5px;
	border-left: 1px solid #4D4D4D;
	float: right;
}

#footer .nav ul {
	display: none;
	border-top: 1px solid #4D4D4D;
	background: #333;
	overflow: hidden;
	border: 1px solid #000;
}

#footer .nav li {
	float: left;
	margin: 0;
	width: 50%;
}

#footer .nav li a {
	display: block;
	border-bottom: 1px solid #000;
	padding: 0 10px;
	line-height: 35px;
	border-left: none;
}

#footer .nav li:nth-child(odd) a {
	border-right:1px solid #000;
}

#footer .nav li:last-child a {
	border-bottom: none;
}

#footer .nav li a:hover {
	text-decoration: none;
}

#footer .header {
	margin-top: 20px;
}

#footer .header ul {
	float: left;
	margin-left: 10px;
}

#footer .copyright {
	text-align: center;
	display: block;
}

#footer .facebook {
	margin-bottom: 20px;
}

#footer .facebook,
#footer .twitter {
	width: 100%;
	float: none;
}


}


/*---------------------------------------------------
smaller than 600
---------------------------------------------------*/
@media screen and (max-width: 600px) {


#wrapper {
	margin-top: 50px;
}

/* ---------------------------------------------------✁ header */
#header {
	margin-top: -50px;
}

#header h2 {
	float: left;
	padding-left:10px;
	font-size: 11px;
	border: none;
	line-height: 40px;
}

#header .hello {
	display: none;
}

/* ---------------------------------------------------✁ side-menu */

#side-menu .card {
	display: none;
}

#side-menu .recommend,
#side-menu .ranking {
	display: block;
}

#side-menu .link {
	display: none;
}

#side-menu .nav {
	display: none;
}

#side-menu .nav ul {
	overflow: hidden;
}

#side-menu .nav li {
	
}

#side-menu .nav li:nth-child(odd) a {
	
}

#side-menu .card.panel {
	display: block;
}

#side-menu {
	width: 100%;
	float: none;
}

#side-menu #logo {
	padding-bottom: 10px;
	margin-bottom: 0;
	margin-top: 10px;
	border-bottom: 1px solid #CCC;
	width: 100%;
	text-align: center;
}

#side-menu #logo em {
	display: block;
}

#side-menu #logo img {
	width: 130px;
}

#side-menu .nav-button {
	overflow: hidden;
	display: block;
}

#side-menu .nav-button p {
	float: left;
	padding: 0 10px;
	line-height: 40px;
	font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#side-menu .nav-button a {
	display: block;
	width: 30px;
	padding: 5px;
	border-left: 1px solid #CCC;
	float: right;
}

#side-menu .sub-content {
	display: none;
}

#side-menu .nav .login li {
	float: none;
	width: 100%;
}

#side-menu .nav .login li a {
	border: none;
}

/* ---------------------------------------------------✁ main */

.cm iframe {
	height: 200px;
}

.cm .list {
	padding: 10px;
}

#main-content {
	margin-left: 0;
	width: 100%;
}

.timeline .line .content .top strong a {
	text-align: center;
}

.timeline .line .content .top .text img {
	float: none;
	margin: 0 auto 15px;
	display: block;
}

.timeline .line .content .top .text p {
	margin-right: 0;
}

.timeline .line .content .top span a {
	text-align: center;
}

.timeline .line .content li .icon {
	width: 55px;
}

.timeline .line .content li .icon span {
	font-size: 10px;
}

.timeline .line .content li .text {
	margin-left: 65px;
}

.timeline .line .content li {
	padding: 10px;
}

.timeline .line .content li .text span a {
	font-size: 11px;
	line-height: 1.5em;
}
/* ---------------------------------------------------✁ footer */

#aside .sub-content {
	display: block;
}

#aside .add {
	text-align: center;
	margin-bottom: 15px;
}

#aside .sponsor {
	overflow: hidden;
	margin-bottom: 15px;
}

#aside .sponsor div {
	float: left;
	width: 48%;
	margin: 0 1%;
}

#aside .recommend .header {
	background: #ffa700;
}

#aside .recommend li {
	text-align: center;
	padding: 5px 0;
}

#aside .ranking li {
	line-height: 27px;
	padding: 0;
}


#aside .ranking li span {
	display: block;
	float: left;
	width: 3em;
	text-align: center;
	font-weight: bold;
	font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

#aside .ranking li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	margin-left: 3em;
}

#aside .link {

}

#aside .link a {
	font-weight: bold;
}

#aside .card li {
	border: none;
}

/* ---------------------------------------------------✁ footer */

#footer {
	padding: 15px 0;
	margin-top: 15px;
}

#footer h4 {
	font-size: 12px;
}

#footer .header .logo {
	width: 200px;
}

#footer .header ul {
	float: left;
	margin-top: 12px;
	margin-right: 0;
	margin-left: 10px;
}


}


/*---------------------------------------------------
smaller than 960
---------------------------------------------------*/
@media screen and (min-width: 960px) {


#header .nav ul {
	display: block !important;
}

#side-menu .nav {
	display: block !important;
	
}

.un{

width:70px; font-size:9px; line-height:5px;

}


}

/*---------------------------------------------------
smaller than 600
---------------------------------------------------*/
@media screen and (min-width: 600px) {

#side-menu .nav {
	display: block;
}

#side-menu .sponsor div {
	width: auto;
	float: none;
}

#side-menu .nav {
	display: block !important;
}

.un{

width:70px; font-size:9px; line-height:11px;

}


}

/* ---------------------------------------------------✁ search */

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus{
	background-color: #008EEC !important;
}


/* ---------------------------------------------------✁ username */

