@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700);



/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
		vertical-align: baseline;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		outline: 0;
		padding: 0;
		margin: 0;
		border: 0;
}


:focus {
		outline: 0;
}

input[type=submit] {
   -webkit-appearance: none;
}

html {
	overflow-x: hidden;
	max-width:   100%;
}

body {
	max-width: 100%;
	color: #555;
	background: url(./assets/img/bg.jpg);
	position: relative;
}

ol, ul {
		list-style: none;
}

input[type=text]::-ms-clear {
    display: none;
}

sup {
	font-size: 10px;
	vertical-align: super;
}

sub {
	font-size: 10px;
	vertical-align: sub;
}

p:empty {
	display: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

pre{
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
margin: 0px 0px 0px 0px;
padding:5px 5px 3px 5px;
background:#f5f5f5;
border-radius:3px;
padding:1em 1.5em;
margin:0 0 1em 0;
}


/*-------------------------------------------------------------------------*/
/*	2. Globally Applied Styles
/*-------------------------------------------------------------------------*/


body {
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open+Sans',sans-serif;
	line-height: 1.7em;
}


.sticky {
	margin-bottom: 50px;
}

.sticky .content-inner {
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
	border-bottom: 0px!important;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 25px!important;
	position: relative;
}


a {
	color: #35A5FA;
	text-decoration: none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
}

a:hover {
	color: inherit;
}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a:hover img.rollover,
.rollover a:hover img,
a.rollover:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

em{
	color:#000;
	font-style: italic;
}
h1,h2,h3,h4,h5,h6 {
	color: #444;	
	letter-spacing: -0.5px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	margin: 2.5em 0 0.2em;
	line-height:1.35;
	text-align: left;
}
h1 {
	font-size: 22px;
	margin: 0;
	font-weight: normal;
}
.win h1 {
	font-weight: 400;
}
.entry .main-header h1 {
	font-size: 19px;
	margin: 0;
	font-weight: normal;
	border-top:solid 1px #eee;
	padding:10px 0
}

h2 {
	font-size: 18px;
	padding: 1.5em 0.75em 0.45em 0;
	margin-bottom: 1.5em;
	margin-top: 2.5em;
	background: url(/images/h2.png) no-repeat left bottom;;
}


h2:first-child{margin-top: 1em;}
h1+h2{
	margin-top:1em;
}

h3 {
	font-size: 121%;
	margin-bottom: 0.5em;
	padding: 0 0 0 22px;
	background: url(/images/h3.png) no-repeat left 0.15em;
	background-size: 15px;
}
.ie7 h3,
.ie8 h3{
	background: url(/images/h3_ie8.png) no-repeat left 0.15em;
}


h2+h3 {
	margin-top: 1.2em;
}


h4 { font-size: 15px;}

h5 { font-size: 13px;}

h6 { font-size: 13px;}


.bold, strong, b {
	font-weight: bold;	
}

.uppercase {
	-webkit-font-smoothing: antialiased;
    
    text-transform: uppercase;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, p.light {
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	
}

h1.light { font-size: 34px; margin-bottom: 30px; }

h2.light { font-size: 28px; margin-bottom: 30px; letter-spacing: 0.5px;}

h3.light { font-size: 24px; margin-bottom: 15px; letter-spacing: 0.5px;}

h4.light { font-size: 18px; margin-bottom: 7px; letter-spacing: 0.5px;}

h5.light { font-size: 16px; margin-bottom: 7px; letter-spacing: 0.5px;}

h6.light { font-size: 14px; margin-bottom: 7px;  letter-spacing: 0.5px;}


h1.uppercase { letter-spacing: 3px; }

h2.uppercase { letter-spacing: 2.5px; }

h3.uppercase { letter-spacing: 2px; }

h4.uppercase { letter-spacing: 2px; }

h5.uppercase { letter-spacing: 1.3px; }

h6.uppercase { letter-spacing: 1.3px; }


.text-align-center {
	text-align: center;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.7;
}
    
.row .col p:last-child {
	padding-bottom: 0px;	
}

.container .row:last-child {
	padding-bottom: 0px;
}

blockquote {
	
	line-height: 40px;
	font-size: 15px;
	padding-left: 20px;
	letter-spacing: 0.5px;
}
#en blockquote{
	font-style: italic;
}

.main-content ul, .main-content ol {
	margin-left: 30px;
	margin-bottom: 30px;
}


.main-content ul li {
	list-style: none;
	list-style-position: inside;
}

.main-content ol li {
	list-style: decimal;
	list-style-position: inside;
}

img {
	max-width: 100%;
	width:auto; /* for ie8 */
	height: auto;
	vertical-align:bottom;
}

.main-content .col.span_4 .col.span_2 img, .main-content .col.span_3 .col.span_2 img, .main-content .col.span_2 .col.span_2 img, .main-content .col.span_6 .col.span_2 img {
	top: -4px;
}

object, object embed {
	display: block;
	height: auto;
	max-width: 100%!important;	
}
li{
	line-height:1.4;
}

/*-------------------------------------------------------------------------*/
/*	3.	Header + Search Bar Styles
/*-------------------------------------------------------------------------*/

#header-space {
	height: 90px;	
}

#header-outer {
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	overflow: visible!important;
	/* padding: inherit; */
	background-color:#fff;
	z-index: 9998;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
	z-index: 100000;
}

body[data-transparent-nav="1"][data-header-color="light"] #header-outer {
	background-color: rgba(255,255,255,0.965);
}

body[data-header-color="dark"] #header-outer, body[data-header-color="dark"] #search-outer {
	background-color: #1F1F1F;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
}

body[data-header-color="dark"] header nav ul #search-btn > div {
	border-left: 1px solid #333;
}

body[data-header-color="dark"] #header-secondary-outer {
	background-color: #111;
	border-bottom: 1px solid #333;
}


body[data-header-color="dark"] header nav ul li a, body[data-header-color="dark"] #search-outer input, body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a,
body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a span.sf-sub-indicator i {
	color: #A0A0A0;
}

body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a span.sf-sub-indicator i {
	color: #A0A0A0!important;
}

body[data-header-color="dark"] #header-secondary-outer nav > ul > li a:hover,
body[data-header-color="dark"] #header-secondary-outer nav > ul > li a:hover span.sf-sub-indicator i {
	color: #fff!important;
}

#header-secondary-outer ul ul li a {
	font-size: 11px;
	transition: none!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
}

body[data-header-color="dark"] #header-secondary-outer ul ul li a {
	background-color: #111;
	font-size: 11px;
	color: #A0A0A0;
}


#header-outer[data-using-secondary="1"] {
	top: 33px;
}

header #logo {
	width: auto;
	max-width: none;
	display: block;
	line-height: 22px;	
	font-size: 22px;	
	letter-spacing: -1.5px;
	color: #444444;
	
	/* margin-left: 12px; */
}
 

header #logo:hover {
	color: #35A5F0;
}

header #logo img {
	height: 40px;
	max-width: none!important;
	width: auto!important;
	margin-bottom: 0px;
	display: block;
	max-width: 280px;
}

header {
	position: relative;
	z-index: 9998;
	width: 100%;
}


header .container .row {
	padding-bottom: 0px;	
}

header nav > ul {
	float: right;
	overflow: visible!important;
}

header nav ul li {
	float: right;
}

header nav > ul > li {
	float: left; 
}

header nav > ul > li > a {
	padding: 0px 10px 0px 10px;
	display: block;
	color: #555;
	font-size: 13px;
	line-height: 20px;
	-webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

html:not(.js) header nav > ul > li > a {
	padding-bottom: 46px;
}

header nav ul li a:hover, header nav .sf-menu li.sfHover > a, header nav .sf-menu li.current_page_ancestor > a, header nav .sf-menu li.current-menu-item > a, header nav .sf-menu li.current-menu-ancestor > a, header nav .sf-menu li.current_page_item > a {
	color: #35A5F0;
}

header nav .sf-menu li.current_page_item > a .sf-sub-indicator [class^="icon-"], header nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"] {
    color: #35A5F0;
}

header nav ul li a {
	color: #888;
}

.sf-menu > li.current_page_ancestor > a > .sf-sub-indicator [class^="icon-"], .sf-menu > li.current-menu-ancestor > a > .sf-sub-indicator [class^="icon-"], .sf-menu > li.current_page_item > a > .sf-sub-indicator [class^="icon-"] {
	 color: #35A5F0;
}


.sf-menu ul li.current_page_item > a , .sf-menu ul li.current-menu-ancestor > a, .sf-menu ul li.current_page_ancestor > a  {
	color: #35A5F0;
}


header .span_9 {
	position: static!important;
}



header nav ul #search-btn {
	margin-left: 0px!important;
}
header nav ul #search-btn > div {
	border-left: 1px solid #e7e7e7;
	padding-left: 9px;
}


body[data-header-color="custom"] header nav ul #search-btn > div {
	border-left: 1px solid rgba(0,0,0,0.15);
}

header nav ul #search-btn a { 
	padding-left: 15px;
	padding: 0px 0px 0px 0px!important;
	width: 5px;
	height: 21px;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
}
header nav ul #language-btn a { 
	/* padding-left: inherit; */
	/* padding: inherit; */
	/* width: 24px; */
	margin-left: 0px;
	/* height: 16px; */
	/* display: block; */
	/* background-position: right top; */
	/* background-repeat: no-repeat; */
    
	/* box-sizing: content-box!important; */
    -moz-box-sizing: content-box!important;
}


header nav ul #search-btn a span {
	color: #a0a0a0;
	font-size: 14px;
	line-height: 24px!important;
	height: 24px!important;
	background-color: transparent!important;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

header nav ul #search-btn a span:hover {
	color: #27CCC0!important;
}

#header-secondary-outer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	background-color: #F8F8F8;
	border-bottom: 1px solid #ddd;
}

body[data-header-color="custom"] #header-secondary-outer {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

body[data-header-color="custom"] #header-secondary-outer nav > ul > li > a {
	border-left: 1px solid rgba(0,0,0,0.1);
}

header nav ul #search-btn a:hover, header nav ul li.sfHover #search-btn a:focus {
	
}

header nav ul #search-btn:hover span, header nav ul li.sfHover #search-btn:focus span {
	opacity: 1;
}

header #toggle-nav {
	position: absolute;
	right: 14px;
	top: -7px;
	display: none;
	width: 36px;
	height: 28px;
	text-align: right;
	margin-bottom: 10px;
}

header #toggle-nav i {
	background-color: transparent!important;
	color: #a9a9a9;
	line-height: 34px;
	font-size: 18px;
}

#search-outer {
	top:0px;
	left:0px;
	width:100%;
	height:75px;
	position:absolute;
	z-index:10000;
	overflow: visible!important;
	display:none;
	background-color:#fff;
}

#search-outer .container {
	overflow: visible!important;
}

#search-outer  #search input[type=text] {
	width: 100%;
	color: #888;
	font-size: 30px;
	line-height: 60px;
	position: relative;
	padding: 0px!important;
	background-color: transparent;
	border: 0px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-o-box-shadow: none!important;
	
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

#search-outer .ui-widget-content {
	background-color: #1F1F1F;
	border: none!important;
	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-o-border-radius: 0px!important;
	background-image: none!important;
}

#search-outer .ui-widget-content li:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-color: #313233;
	cursor: pointer;
}

#search-outer .ui-widget-content li:hover a {
	background-image: none!important;	
}

#search-outer .ui-widget-content li:last-child a {
	border: none!Important;
}

#search-outer .ui-widget-content li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ui-helper-hidden-accessible { 
	display: none;
}

#search-outer .ui-widget-content img, #search-outer .ui-widget-content i {
	width: 40px!important;
	height: auto!important;
	float: left;
	margin-right: 15px;
}

#search-outer .ui-widget-content i {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 0!important;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}
.ui-autocomplete {
    cursor: default;
    position: absolute;
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-decoration: none;
}

#search-outer .ui-widget-content {
	width: 1100px;
}

#search-outer .ui-widget-content li {
	line-height: 14px;
	clear: left;
	width: 100%;
	display: block;
	float: left;
	margin: 0px!important;
}

#search-outer .ui-widget-content li span.desc {
	position: relative;
	line-height: 14px;
	font-size: 11px;
}

#search-outer .ui-widget-content li a {
	color: #CCCCCC;	
	line-height: 1.4em!important;
	transition: none!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
	padding: 15px 15px;
} 

#search-outer > #search form {
	width: 92%;
	float: left;
}

#search-outer #search #close {
	list-style: none;
}

#search-outer  #search #close a {
	position: absolute;
	right: 0px;
	top: 24px;
	display: block;
	width: 24px;
	height: 17px;
}

#search-outer  #search #close a span {
	color: #a0a0a0;
	font-size: 18px!important;
	height: 20px!important;
	line-height: 19px!important;
	background-color: transparent!important;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
	right: 12px;
	position: relative;
	top: -2px;
}


#search-outer > #search #close a:hover span {
	color: #35A5F0;
}

#mobile-menu {
	position: relative;
	top: 0px;
	display: none;
	background-color: #1F1F1F;
 	padding: 0px;
    z-index: 100000;
}

#mobile-menu .container > ul > li:first-child {
	padding-top: 10px;	
}

#mobile-menu .container > ul > li:last-child {
	padding-bottom: 10px;
}

#mobile-menu .container > ul > li:last-child a {
	border-bottom: 0px;
}

#mobile-menu ul li a {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    display: block;
    position: relative;
    padding: 16px 0 !important;
}

#mobile-menu ul li ul {
	display: none;
	margin-left: 20px;
}

#mobile-menu ul li a:hover, #mobile-menu ul li a:hover [class^="icon-"], #mobile-menu li.open > a, #mobile-menu ul li.current-menu-item > a, #mobile-menu ul li.current-menu-ancestor > a {
	color: #fff;
}

body #mobile-menu li.open > a [class^="icon-"] {
	color: #35A5F0; 
}

#mobile-menu #mobile-search {
	margin: 10px 0px 0px 0px;
}


#mobile-menu input[type=text] {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #171717;
	color: rgba(255, 255, 255, 0.7);
	padding: 15px 15px 15px 40px!important;
	border: 0px!important;
	border-bottom: 1px solid #2e2e2e!important;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
	-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.7) inset;
	/* background-image: url(img/icons/mag-glass-mobile.png); */
	/* background-repeat: no-repeat; */
	/* background-position: 15px center; */
}
#mobile-menu form{
	position:relative;
}
#mobile-menu button {
	position:absolute;
	left:-3px;
	top:19px;
	background:transparent;
	font-size:15px;
	color:#666;
	border: none;
}

/***************** Superfish ******************/

.sf-menu {
    line-height: 1;
}

.sf-menu ul{
    position: absolute;
    top: -999em;
    width: 16em;
    left: 0em;
}


.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
    z-index: 99;
}

header .sf-menu > li:hover > ul, header .sf-menu > li.sfHover > ul{
	 top: 60px;
}
header .sf-menu > li.sf-left:hover > ul, header .sf-menu > li.sf-left.sfHover > ul{
	 left:-100%;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10.8em;
    top: -10px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}
.sf-menu {
    float: left;
    margin-bottom: 30px;
}

.sf-menu li li a, .sf-menu li li a:visited {
    padding-left: 1.25em;
	
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0 none;
}

.sf-menu ul li a {
    margin: 0;
    padding: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1); 
}

.sf-sub-indicator {
	display: inline-block;
	width: 10px;
	position: relative;
	left: 8px;
	height: 10px;
}

.sf-sub-indicator [class^="icon-"], .sf-sub-indicator [class*=" icon-"] {
	color: #888;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	background-color: transparent!important;
}

.sf-menu ul a:focus ,
.sf-menu ul a:hover ,
.sf-menu ul a:active ,
.sf-menu ul li:hover > a ,
.sf-menu ul li.sfHover > a  {
	color: #35A5F0;	
}

.sf-shadow ul.sf-shadow-off {
    background: none repeat scroll 0 0 transparent;
}
.sf-vertical, .sf-vertical li {
    width: 100%;
}
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
    left: 100%;
    top: 0;
}

.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.sf-menu ul li, .sf-menu ul li li {
    font-size: 12px;
    width: 100%;
}
.sf-menu ul li:last-child a {
    border-bottom: medium none;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    line-height: 12px!important;
    font-size: 12px!important;
    position: relative;
}
.sf-left ul{
	left:100%;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 33px;
    z-index: 999;
}
.sf-menu li.left:hover ul, .sf-menu li.left.sfHover ul {
    right: 0;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 15em;
    top: 0px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 15em;
    top: 0;
}


header .sf-menu li ul li a {
	font-size: 12px;
	line-height: 13px;
	color: #ccc;
	transition: none;
	background-color: #1F1F1F;
	
}

.sf-menu li ul li a:hover, .sf-menu li ul li.sfHover > a { 
	color: #35A5F0;
	background-color: #313233!important;	
}

.sf-menu li ul li.sfHover > a .sf-sub-indicator [class^="icon-"] {
	color: #35A5F0;
}

.sf-menu li ul li .sf-sub-indicator {
	right: 14px;
	left: auto;
	top: 7px;
	display: block;
	position: absolute;
}

.sf-menu li ul, .sf-menu li li ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.sf-menu li:last-child ul{}


.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}

.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0,0,0,.2);
  width: 100%; /* allow long menu items to determine submenu width */
  padding: 20px 0;
}
/*** mega menu dropdown ***/
.sf-mega {
  background-color: #1f1f1f;
  padding: 0 1em 0 0;
  box-sizing: border-box;
  width: 100%;
}
.sf-mega-section {
  float: left;
  width: 8em; /* optional */
  padding: 0 1em 1em 0;
  margin-right: 1em;
  border-right: 1px solid #b4c8f5;
}


.sf-menu .sf-mega ul {
        list-style-type: auto;
        margin: 0;
        padding: 0;
        position: static;
		width:100%;
		box-shadow: none;
}
	  .sf-mega ul ul{
		  display:block!important;
	  
	  }
	 
      .sf-menu .sf-mega li {
        margin-left: 0;
		
      }
	
	  .sf-menu .sf-mega ul ul li a{
		  padding: 4px 25px;
		  color:#888;
      }
      .sf-mega h2 {
        font-size: 1em;
        margin: .5em 0;
        color: #13a;
      }


.sf-menu li li ul {
	left: 16em!important;
}

.sf-menu {
    float: right;
    margin-right: 20px;
}
.sf-menu a {
    margin: 0 1px;
    padding: 5px 15px 0 15px;
    text-decoration: none;
}
.sf-menu .sf-with-ul.current{
}
.sf-menu ul li {
    font-weight: normal;
}
.sf-menu .sfHover ul li a, .sf-menu .sfHover ul li li a {
    box-shadow: none;
}
.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active, .sf-menu ul li li a:focus, .sf-menu ul li li a:hover, .sf-menu ul li li a:active {
    border-radius: 0 0 0 0;
    box-shadow: none;
    text-shadow: none;
}



/***************** Footer ******************/
#footer{
	clear:both;}
#footer-outer {
	color: #ccc;
	position: relative; 
	z-index: 10;
	background-color: #fff;
}

#footer-outer .span_3 .widget:last-child {
	margin-bottom: 0px;
}

#footer-outer a {
	color: #ccc;
}

#footer-outer a:hover {
	color: #35A5F0;
}

#footer-outer .nectar-button:hover {
	color: #fff!important;
}

#footer-outer .widget ul li {
	margin-bottom: 7px;
}

#footer-outer #footer-widgets {
	border-bottom: 1px solid #212121;
}

#footer-outer #copyright {
	padding: 20px 0px;
	font-size: 12px;
	background-color: #1f1f1f;
	border-top: 1px solid #3a3a3a;
	color: #777;
}

#footer-outer #copyright li {
	float: left;
	margin-left: 20px;
}
#footer-outer #copyright p {
	margin-top: 3px;	
}
.to-top {
	position: fixed;
	right: 10px;
	clear: both;
	margin: 0;
	text-align: right;
	font-size: 10px;
	z-index: 1000;
	line-height:32px;
	bottom: 10px;
	width: 34px;
	height: 34px;
}
.to-top a {
	display:block;
	color: #fff;
	/* width:32px; */
	/* height:32px; */
	text-align: left;
	padding: 4px 12px 0px;
	background: rgba(50,50,50,0.8);
	border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	-webkit-border-radius: 2px!important;
	-o-border-radius: 2px!important;
}
.to-top a:hover {
}
.to-top i {
	font-size: 15px;
	margin-bottom: 0px;
}


#copyright{
	background:#272727;
	color: #aaa;
	text-align: center;
}

#copyright p{
margin:0;
line-height:50px
}


/***************** SNS ******************/

#post-share{
	background-image:none;
	list-style:none;
	margin:  0;
	/* width: inherit; */
	float: left;
	overflow: hidden;
}
#post-share li{
	display:block;
	float:left;
	position: relative;
	margin-right: 18px;
	margin-left: 0px;
}
iframe.twitter-share-button {width: 110px!important;}
#post-share .twitter {
	width: 110px;
	position:relative;
	margin-top:-4px;
}
.twitter-share-button {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 110px;
	overflow: hidden;
	float: left;
}
/*イイねボタンのコメントが切れるのを防ぐ*/
.fb-like span iframe{
        width: 450px!important;
		max-width:none;
}





/*---------------------------------
	Home
-----------------------------------*/
.home h2{
	font-size: 12px;
	padding: 12px 12px 10px 12px;
	margin: 0;
	line-height: 1;
	border: none;
	height: 1em;
	background: none;
}
.home .slideshow div,
.home .newslist{
	height: 277px;
	background: #fff;
}
.bg-dark {
	background: #272727!important;
	color: #aaa;
}
@media only screen and (min-width : 1300px)  {
	.home .slideshow div,
.home .newslist{
	height: 318px;
}}
@media only screen and (min-width : 768px) and (max-width : 959px) {
.home .slideshow div,
.home .newslist{
	height: 419px;
}}
@media only screen and (max-width : 767px) {
	.home .slideshow div,
.home .newslist{
	height: auto;
	padding: 0 7px;
}
	}
.newslist dl{
	line-height:1.3;
	padding: 0;}
.newslist dt{
	width: 65px;
	float: left;
	font-weight: normal;
	font-size: 10px;
	padding: 12px 10px 0;
}
.newslist dd{
	display: block;
	font-size: 93%;
	padding: 12px 15px 12px 85px;
	border-bottom: dotted 1px #eee;
	text-align: left;
}
.newslist dd:hover{
	background:#f5f5f5;
}
.newslist a{
	color:#555;
	
}
.newslist a:hover{
	color:#35A5F0;
}
.newslist .post-title a{display: block;}
.newslist .post-category{/* background:#fff; */ padding:2px 5px; margin:-5px;}
i.news,
i.faculty{
display:none;
}
i.sfc {
	color: #4FC7FF;
}
i.keio {
	color: #92DB4F;
}
i.admissions {
	color: #FF6C6C;
}
.tabs i{
	font-size:10px;
	margin-left: -14px;
}

/*---------------------------------
	Section
-----------------------------------*/
.section{
	display: block;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 2px rgba(51,51,51,0.2);
	box-shadow: 0px 2px 2px rgba(51,51,51,0.2);
	clear:both;
}
.section-inner .inner{
	display: block;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 2px rgba(51,51,51,0.2);
	box-shadow: 0px 2px 2px rgba(51,51,51,0.2);
	overflow: hidden;
}
.section-inner .inner .inner{
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow: none;
	}
.bg-white{
	background-color:#fff;}
.bg-white-t{
	background-color: #fff;}
.bg-t{
	background-color:transparent;}
/*---------------------------------
	TABS
-----------------------------------*/
ul.tabs{
margin: 0px 0 -1px 0;
padding:0;
width:100%;
float:left;
font-size:0;
}
ul.tabs.vertical{
border-bottom:none;
margin-top:0;
}

	ul.tabs.left{text-align:left;}
	ul.tabs.center{text-align:center;}
	ul.tabs.right{text-align:right;}
	ul.tabs.right li{margin:0 0 0 -2px;}

	ul.tabs li{
	list-style-type:none;
	margin: 0;
	padding:0;
	display:inline-block;
	*display:inline;/*IE ONLY*/
	position:relative;
	top:0;
	left:0;
	*top:1px;/*IE 7 ONLY*/
	zoom:1;
	}
	ul.tabs.vertical li{
	padding-left: 0!important;
	display: block;
	border-style: none;
	margin-right: 0px;
	float:left;
	width:100%;
	font-size: 12px;
	}
	ul.tabs.vertical li a:hover,ul.tabs.vertical li.current a{
	border-bottom: none;
	/* color: #555; */
	/* background-image: url(/gsmg/img/common/arrowL_white.gif); */
	/* background-position: right center; */
	/* background-repeat: no-repeat; */
	}
	.home ul.tabs.vertical li a:hover,.home ul.tabs.vertical li.current a{

	}
	
	ul.tabs li a{
	text-decoration:none;
	color:#555;
	display:inline-block;
	padding:9px 15px;
	position: relative;
	top:0;
	left:0;
	line-height:100%;
	zoom:1;
	font-size:12px;
	background: #f5f5f5;
	border: solid 1px #eee;
	border-bottom:0;
}
	
	ul.tabs.vertical li a{
	display:block;
	padding-top: 18px;
	/* background-position: right center; */
	/* background-repeat: no-repeat; */
	padding-bottom: 16px;

	background: #fff;
}

ul.tabs.vertical li a.sfc{
	border-left:solid 1px #000;
}

	
	
	ul.tabs li a:hover{
	background:#eee;
	border-top:solid 1px #eee;
	}
	
	ul.tabs li.current a{
	position:relative;
	top:0;
	left:0;
	background: #272727;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border: solid 1px #272727;
	border-bottom:none;
	}
	
	.tab-content{
	border:1px solid #e5e5e5;
	background:#fff;
	clear:both;
	padding:20px;
	margin:0 0 40px 0;
	}
	
	/* w/icon */
	ul.tabs .icon{
	margin:-3px 7px -3px -5px;
	position:relative;
	top:-2px;
	left:0;
	}

.font{
	font-family: 'Open+Sans', sans-serif;}



#main{
padding-top: 2px;
margin-bottom: 2px;
}
.main-body{background: #fff;padding: 30px 0 50px 0;min-height: 200px;}
.main-footer{background: #fff;padding: 12px 15px 3px; margin: 2px 0 0;clear: both;}
.sidebar-menu{
}
.sidebar-menu li{

}
.sidebar-menu li a{
    padding: 0.75em 5%;
    display: block;
    color: #fff;
	border-bottom: solid 1px #fff;
    border-bottom: solid 1px rgba(255,255,255,.3);
	line-height: 1.4;
}
.sidebar-menu li.last a{
    border-bottom: none;
}
.sidebar-menu li.active a,.sidebar-menu li a.current,.sidebar-menu li a:hover{
	 color: #fff;
	 background: url(/curriculum2014/image/bg_white_30.png);}

/*---------------------------------
	HR
-----------------------------------*/
hr{
	clear:both;
	border-bottom:0;
	border-top:1px solid #ddd;
	border-right:0;
	border-left:0;
	margin:20px 0;
	min-height: 0px;
	height:1px;
}
hr.dotted{border-style: dotted;}
hr.dashed{border-style: dashed;}
hr.clear{margin:0;}



table {
	border-collapse: collapse;
	border-spacing: 0
}
thead {
	display: table-header-group
}
tr {
	page-break-inside: avoid
}
table td, table th {}
table {
	border-collapse: collapse!important
}
table.box th, table.box td {
	border: 1px solid #ddd!important
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
	font-size: 65%;
}
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
	font-size: 75%
}

ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
.list-inline>li:first-child {
	padding-left: 0
}
table {
	max-width: 100%;
	background-color: transparent
}
th {
	text-align: left
}
table {
	/* width: 100%; */
	margin-bottom: 20px
;
	font-size: 93%;
}
table p{
	margin-bottom: 0px
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
	padding: 0.75em;
	line-height: 1.4;
	border-top: 1px solid #ddd
;
	text-align: left;
}

table tbody tr.first td,table tbody tr.first th{
	border-top:none;
}

table.wide>thead>tr>th, table.wide>tbody>tr>th, table.wide>tfoot>tr>th,table.wide>thead>tr>td, table.wide>tbody>tr>td, table.wide>tfoot>tr>td {
	padding: 1em;
}
table.tight>thead>tr>th, table.tight>tbody>tr>th, table.tight>tfoot>tr>th,table.tight>thead>tr>td, table.tight>tbody>tr>td, table.tight>tfoot>tr>td {
	padding: 0.35em;
}
table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 2px solid #ddd
}
table>caption+thead>tr:first-child>th, table>colgroup+thead>tr:first-child>th, table>thead:first-child>tr:first-child>th, table>caption+thead>tr:first-child>td, table>colgroup+thead>tr:first-child>td, table>thead:first-child>tr:first-child>td {
	border-top: 0
}
table>tbody+tbody {
	border-top: 2px solid #ddd
}
table table {
	background-color: #fff
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 5px
}
table.box {
	border: 1px solid #ddd
}
table.box>thead>tr>th, table.box>tbody>tr>th, table.box>tfoot>tr>th, table.box>thead>tr>td, table.box>tbody>tr>td, table.box>tfoot>tr>td {
	border: 1px solid #ddd
}
table.box>thead>tr>th, table.box>thead>tr>td {
	border-bottom-width: 2px
}
table.stripe>tbody>tr:nth-child(odd)>td, table.stripe>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
table.hover>tbody>tr:hover>td, table.hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none
}
table td[class*="col-"], table th[class*="col-"] {
	display: table-cell;
	float: none
}
table>thead>tr>.active, table>tbody>tr>.active, table>tfoot>tr>.active, table>thead>.active>td, table>tbody>.active>td, table>tfoot>.active>td, table>thead>.active>th, table>tbody>.active>th, table>tfoot>.active>th {
	background-color: #f5f5f5
}
table>tbody>tr>.active:hover, table>tbody>.active:hover>td, table>tbody>.active:hover>th {
	background-color: #e8e8e8
}
table>thead>tr>.success, table>tbody>tr>.success, table>tfoot>tr>.success, table>thead>.success>td, table>tbody>.success>td, table>tfoot>.success>td, table>thead>.success>th, table>tbody>.success>th, table>tfoot>.success>th {
	background-color: #dff0d8
}
table>tbody>tr>.success:hover, table>tbody>.success:hover>td, table>tbody>.success:hover>th {
	background-color: #d0e9c6
}
table>thead>tr>.danger, table>tbody>tr>.danger, table>tfoot>tr>.danger, table>thead>.danger>td, table>tbody>.danger>td, table>tfoot>.danger>td, table>thead>.danger>th, table>tbody>.danger>th, table>tfoot>.danger>th {
	background-color: #f2dede
}
table>tbody>tr>.danger:hover, table>tbody>.danger:hover>td, table>tbody>.danger:hover>th {
	background-color: #ebcccc
}
table>thead>tr>.warning, table>tbody>tr>.warning, table>tfoot>tr>.warning, table>thead>.warning>td, table>tbody>.warning>td, table>tfoot>.warning>td, table>thead>.warning>th, table>tbody>.warning>th, table>tfoot>.warning>th {
	background-color: #fcf8e3
}
table>tbody>tr>.warning:hover, table>tbody>.warning:hover>td, table>tbody>.warning:hover>th {
	background-color: #faf2cc
}
table thead tr th{
  /* background-color: #eee; */ 
  font-weight: bold; 
  text-align:center;
  font-size: 85%;
  padding-bottom: 5px;
}
@media(max-width:767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-x: scroll;
	overflow-y: hidden;
	border: 1px solid #ddd;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch
}
.table-responsive>table {
	margin-bottom: 0
}
.table-responsive>table>thead>tr>th, .table-responsive>table>tbody>tr>th, .table-responsive>table>tfoot>tr>th, .table-responsive>table>thead>tr>td, .table-responsive>table>tbody>tr>td, .table-responsive>table>tfoot>tr>td {
	white-space: nowrap
}
.table-responsive>table.box {
	border: 0
}
.table-responsive>table.box>thead>tr>th:first-child, .table-responsive>table.box>tbody>tr>th:first-child, .table-responsive>table.box>tfoot>tr>th:first-child, .table-responsive>table.box>thead>tr>td:first-child, .table-responsive>table.box>tbody>tr>td:first-child, .table-responsive>table.box>tfoot>tr>td:first-child {
	border-left: 0
}
.table-responsive>table.box>thead>tr>th:last-child, .table-responsive>table.box>tbody>tr>th:last-child, .table-responsive>table.box>tfoot>tr>th:last-child, .table-responsive>table.box>thead>tr>td:last-child, .table-responsive>table.box>tbody>tr>td:last-child, .table-responsive>table.box>tfoot>tr>td:last-child {
	border-right: 0
}
.table-responsive>table.box>tbody>tr:last-child>th, .table-responsive>table.box>tfoot>tr:last-child>th, .table-responsive>table.box>tbody>tr:last-child>td, .table-responsive>table.box>tfoot>tr:last-child>td {
	border-bottom: 0
}
}
.btn, .button, button {
	display: inline-block;
	padding: 0.45em 1em 0.3em;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background: #4698df;
	border: 1px solid #fff;
	border-radius: 0.2em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #fff;
	font-size: 93%;
}

.btn.red,.button.red,button.red{
	background:#d55650;
	color: #fff;
}
.btn.red:hover,.button.red:hover,button.red:hover{
	background:#e6453e;
}
.btn-frame {
	background:transparent!important;
	border: solid 1px #fff;/*IE8*/
	border: solid 1px rgba(255,255,255,.3);
	color: #fff;
	padding:0.25em 0.5em;
	-webkit-border-radius: 2px;
-webkit-bordert-radius: 2px;
-moz-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border-radius: 2px;
-moz-transition: 0.5 linear;
-webkit-transition: 0.5s linear;
transition: 0.5s linear;
}
.btn-frame:hover {
	background:transparent!important;
	border: solid 1px #35A5F0;/*IE8*/
	border: solid 1px rgba(53,165,250,0.9);
	color: #35A5F0;
}
.btn:focus,.button:focus ,button:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn:hover, .btn:focus,.button:hover, .button:focus,button:hover, button:focus {
	color: #fff;
	background:#25b2f7;
	text-decoration: none
}
.btn:active, .btn.active,.button:active, .button.active,button:active, button.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn i,.button i{
	font-size:130%;
	opacity:0.5;
	top:0.05em;
	position:relative;
	margin-right: 0.4em;
}
.caption{
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 93%;
}
.main-header{
	background: #fff;
	zoom: 1;

	padding: 20px 20px 16px;
	clear: both;
	margin-bottom: 2px;
}
.main-header .date{
	
}
.main-header .post-category a{
	/* color:#fff; */
	margin-left:15px;
}

.mainn-header h1{
	margin-top:0;
	color:#fff;
}
#ja{
	text-align: justify;
	text-justify: inter-ideograph;
	}
	.banner{
		background:#fff;
	
		display: block;
		margin-bottom: 2px;
}
.banner a{
	display:block;
	text-align:center;
	line-height:1.4;
	/* border: solid 1px #fff; *//*IE8*/
	/* border: solid 1px rgba(255,255,255,.3); */
	}
.banner a:hover{
	}
	
#sidebar h3{
	border:none;
	font-size: 15px;
	text-align:center;
	background:#272727;
	color:#fff;
	padding: 25px 0 20px;
	margin: 0 0 2px 0;
}
.category #sidebar .sidebar-menu ul,
.archive #sidebar .sidebar-menu ul{
	border-nottom:1px sold #ddd;
	overflow:hidden;
}
.category #sidebar .sidebar-menu ul li,
.archive #sidebar .sidebar-menu ul li{
	margin:0;
	padding:0;
	list-style:none;
	width: 50%;
	position:relative;
	line-height: 1.3;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	text-align: left;
	float: left;
	clear:none
	
}
.category #sidebar .sidebar-menu ul li a,
.archive #sidebar .sidebar-menu ul li a{
background-image:none;}
/*---------------------------------
	BREADCRUMBS
-----------------------------------*/
ul.breadcrumbs{
	padding:0;
	line-height:0%;
	font-size:0;
	float: left;
	margin: 0;
}

	ul.breadcrumbs li{
	list-style-type:none;
	margin:0;
	padding: 0 6px 0 0;
	display:inline-block;
	*display:inline; /* IE ONLY*/
	position:relative;
	zoom:1;
	line-height: 34px;
	 vertical-align: bottom;
	font-size:11px; /* 0.8em default to override font-size:0; on parent*/
	/* color: #fff; */
}
	
	ul.breadcrumbs li a{
	display:inline-block;
	*display:inline; /* IE ONLY*/
	position:relative;
	padding: 0 6px;
	zoom:1;
	margin:0;
	background-repeat: no-repeat;
	background-position: right center;
}
	ul.breadcrumbs li.last i{margin-left:8px}
	
	ul.breadcrumbs li.last a{
	color:#333;
	cursor: default;
	text-decoration:none;
	background:none;
	}
	
	ul.breadcrumbs li.last a:hover{
	text-decoration:none;
	}
	
	/* Alternative Style */
	ul.breadcrumbs.alt1{
	border:1px solid transparent;
	font-size:0;
	}
	
	ul.breadcrumbs.alt1 li a{
	padding:10px 25px 10px 15px;
	background:url(img/breadcrumbs-bg.gif) no-repeat right center;
	text-decoration:none;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	font-size:12px;
	}
	
	ul.breadcrumbs.alt1 a:hover{
	text-decoration:underline;
	}
	
	ul.breadcrumbs.alt1 li.first a{
	border-left:1px solid #efefef;
	}
	
	ul.breadcrumbs.alt1 li.last a{
	background:none;
	border-right:1px solid #efefef;
	}
	
/*---------------------------------
	
-----------------------------------*/


.red{
	color:#DE373A;}
	
.header-panel {
background:url(/assets/img/common/bg70.png);
   
}
.header-panel a{
    color: #272727;
}
.header-panel a:hover,.header-panel a.current{
	color:#000;
}

#fsize1{
	font-size:7px!important;
}
#fsize2{
	font-size: 13px!important;
}
#fsize3{
	font-size: 17px!important;
}


/* -------------------------------------------------- */
/*	Tree view
/* -------------------------------------------------- */
#sidebar .sidebar-menu {
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	clear: both;
	background-color:#fff;
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #eee; */
}
#sidebar .sidebar-menu li{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	line-height: 1.3;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	text-align: left;
}
#sidebar .sidebar-menu li a{
	display:block;
	color:#444;
	text-decoration:none;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#sidebar .sidebar-menu li a:hover{
	background-color:#f5f5f5;
}
#sidebar .sidebar-menu li li a:hover{
	background-color:#eee;
}
#sidebar .sidebar-menu li a.current,
#sidebar .sidebar-menu li a.parentsLink{
	/* color: #fff; */
	/* background-color: #eee; */
	border-bottom: solid 1px transparent;
}
#sidebar .sidebar-menu li a.current,
#sidebar .sidebar-menu li a.current:hover{
	color: #fff;
	background-color: #4DB5F0;
}
#sidebar .sidebar-menu li ul{
	/* background-color: #f5f5f5; */
	margin:0;
}
#sidebar .sidebar-menu li ul ul{
}
#sidebar .sidebar-menu li li {
	border-bottom:none;
}
#sidebar .sidebar-menu li li a{
	border-top: solid 1px #eee;
	background: #f5f6f7;
	padding: 5px 20px 5px 10%;	
}
#sidebar .sidebar-menu li li li a{
	/* background: url(/assets/img/tree.gif) repeat-y -22px top; */
	padding-left: 20%;
}
#sidebar .sidebar-menu li li li li a{
	/* background:url(/gsmg/img/common/tree.gif) repeat-y -15px top; */
	padding-left: 30%;
}
#sidebar .sidebar-menu li li li li li a{
	
	background:url(/gsmg/img/common/tree.gif) repeat-y -8px top;
	padding-left: 38px;
}
.hitarea {
	height: 40px;
	width: 40px;
	cursor: pointer;
	background-image: url(/gsmg/img/common/minus_on.png);
	background-repeat: no-repeat;
	background-position:right center;
	position: absolute;
	top: 0px;
	right: 1px;
}
.tree > .hitarea {
	width: 100%;
}

.sidebar-menu li li .hitarea {
	height: 30px;
}
.sidebar-menu li.tree .hitarea{width:100%;}
.sidebar-menu li.tree li .hitarea{width:30px;}


.hitarea:hover {
	background-image: url(/gsmg/img/common/plus_on.png);
}
.expandable-hitarea {
	background-image: url(/gsmg/img/common/plus.png);
}
.expandable-hitarea:hover {
	background-image: url(/gsmg/img/common/minus_on.png);
}



#sidebar .sidebar-menu li a.current, #sidebar .menu li a:hover {
	text-decoration: none;
}
#sidebar .sidebar-menu li li {
	background:none;
	border:none;
}
#sidebar .sidebar-menu li li a {
}


header .fa.fa-search {
    font-size: 16px;
	top:2px;
	position:relative;
}



.side-panel {
    position: fixed;
	
    left: 0;
	
    top: 106px;
    z-index: 9930;
}
.side-panel a{
    padding: 0px;
    display:block;
    float:left;
    margin: 0 0 2px;
    width: 32px;
	height:75px;
    text-align: center;
    clear: both;
    font-size: 11px;
	text-indent;
	background-color: #fff;
	background-size: 100%;
	background-position:center center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}

.side-panel a i{
left:-3px;
position:relative;
}

.side-panel a:hover,.header-panel a.current{
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
	
	opacity:0.95;

}
.btn-language{}

.side-panel .language a{
height:64px;
}
#ja .side-panel .language a{
	background-image:url(/img/lang_en.png);
}
#ja .btn-admissions a{
	background-image:url(/img/btn_admissions.png);
}
#ja .btn-students a{
	background-image:url(/img/btn_students.png);
}
#ja .btn-faculty a{
	background-image:url(/img/btn_faculty.png);
}
#ja .btn-alumni a{
	background-image:url(/img/btn_alumni.png);
}
.btn-sfcsfs a{
	background-image:url(/img/sfc-sfs.png);
}

#en .side-panel .language a{
	background-image:url(/img/lang_ja.png);
}
#en .btn-students a{
	background-image:url(/img/btn_students-e.png);
}
#en .btn-faculty a{
	background-image:url(/img/btn_faculty-e.png);
}
#en .btn-alumni a{
	background-image:url(/img/btn_alumni-e.png);
}


#ja.ie7 .side-panel .language a,
#ja.ie8 .side-panel .language a{
	background-image:url(/img/lang_en_s.png);
	background-position:center center;
}
#ja.ie7 .btn-admissions a,
#ja.ie8 .btn-admissions a{
	background-image:url(/img/btn_admissions_s.png);
	background-position:center center;
}
#ja.ie7 .btn-students a,
#ja.ie8 .btn-students a{
	background-image:url(/img/btn_students_s.png);
	background-position:center center;
}
#ja.ie7 .btn-faculty a,
#ja.ie8 .btn-faculty a{
	background-image:url(/img/btn_faculty_s.png);
	background-position:center center;
}
#ja.ie7 .btn-alumni a,
#ja.ie8 .btn-alumni a{
	background-image:url(/img/btn_alumni_s.png);
	background-position:center center;
}
#en.ie7 .side-panel .language a,
#en.ie8 .side-panel .language a{
	background-image:url(/img/lang_ja_s.png);
	background-position:center center;
}
#en.ie7 .btn-students a,
#en.ie8 .btn-students a{
	background-image:url(/img/btn_students-e_s.png);
	background-position:center center;
}
#en.ie7 .btn-faculty a,
#en.ie8 .btn-faculty a{
	background-image:url(/img/btn_faculty-e_s.png);
	background-position:center center;
}
#en.ie7 .btn-alumni a,
#en.ie8 .btn-alumni a{
	background-image:url(/img/btn_alumni-e_s.png);
	background-position:center center;
}
ie7 .btn-sfcsfs a,
.ie8 .btn-sfcsfs a{
	background-image:url(/img/btn_sfc-sfs_s.png);
	background-position:center center;
}

.tool-panel{
	float:right;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #aaa;
}
.tool-panel li{
	/* float:left; */
	line-height: 34px;
	display: inline-block;
	 vertical-align: bottom;
	margin: 0;
}
.ie7 .tool-panel li{
	display: inline;
	margin: 0;
}
.tool-panel li.first{
	padding-right:10px;
}
.tool-panel li a{
	float:left;
	display:block;
	padding: 0 8px;
}
.tool-panel .print a{
	float:right;
	padding: 3px 10px;
	line-height: 14px;
	/* margin: 0; */
	border: solid 1px #ccc;
	color:#aaa;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

.tool-panel .print a:hover{
	border: solid 1px #000;
	color:#000;
}
.tool-panel .language{
	padding:0;
	margin:0;
}
.tool-panel .language a{
	float:right;
	padding: 3px 20px;
	margin-left:20px;
	line-height: 30px;
	/* margin: 0; */
	background:#272727;
	color:#fff;
}

.tool-panel .language a:hover{
	color:#fff;
}


#container{
	heigt:100%;
}


ul.pager {
	border:0;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	left:50%;
	float:left;
}
.pager li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	float:left;
	position:relative;
	left:-50%;
	padding-left:0!important;
	background-image: none!important;
}
.pager a {
	border:solid 1px #DDDDDD;
	margin-right:2px;
}
.pager .link_next, .pager .link_before {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}
.pager .current_page {
	color:#000;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
.pager a:link, .pager a:visited {
	color: #555;
	display:block;
	padding:3px 6px;
	text-decoration:none;
}
.pager a:hover {
	border:solid 1px #666666;
}

.list-thum{
	font-size:93%;
	line-height:1.5;
}
.list-thum .section{}
.list-thum .post-thum{}
.list-thum .post-date{
	padding: 12px 15px 0;
	font-size:77%;
}
.list-thum .post-title{
	padding:0 15px 12px;
}

.middle{display: table;/* background: #222; */width: 100%;}
.middle div{
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	
	/* color:#fff; */
	width: 100%;
}
.ie7 .middle div,
.ie8 .middle div{
	padding-top:50px
}

.bg-gray {
	background: #f5f5f5!important;
}
#footer h4{
	margin-top:15px;
}

select{
  background: #fff!important;
  border:none;
  border-radius: 0px!important;
  color: #0C2245;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

/* 
	TipTip CSS - Version 1.2 
	http://code.drewwilson.com/entry/tiptip-jquery-plugin
*/

#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; } 
#tiptip_holder.tip_top { padding-bottom: 5px; } 
#tiptip_holder.tip_bottom { padding-top: 5px; } 
#tiptip_holder.tip_right { padding-left: 5px; } 
#tiptip_holder.tip_left { padding-right: 5px; } 
#tiptip_content a{
color: #fff;}
#tiptip_content {
font-size: 11px;
padding: 4px 8px;
/* border: 1px solid rgba(0,0,0,0.25); */
background: #272727;
background-color: #272727;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
/* -webkit-box-shadow: 0 0 3px #555; */
-moz-box-shadow: 0 0 2px #555;
box-shadow: 0 0 2px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color: rgba(55,55,55,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: rgba(55,55,55,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: rgba(55,55,55,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: rgba(55,55,55,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: rgb(25,25,25);
border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-bottom-color: rgb(25,25,25);
border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -5px;
border-right-color: rgb(25,25,25);
border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -7px;
border-left-color: rgb(25,25,25);
border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 10px 10px 6px 10px;
		background-color: #35A5F0;
		line-height: 1.5;
		color: #fff;
}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color:#35A5F0;
	}
}

.col-header{
	position:relative;
}
.col-btn{
	position:absolute;
	top:13px;
	right:12px;
	
} 
.col-btn a{
	margin-left:10px;
	padding-left:10px;
	border-left:solid 1px #eee;
}
.col-btn a span{
	display:none;
}
.title-number{
	position:relative;
	padding-left:40px;
}
.number{
	font-family:'Open Sans',sans-serif;
	font-weight: 100;
	line-height: 1;
	color: #10A8A1;
	display: block;
	position:absolute;
	left:0;
	font-size: 2.4em;
	bottom: 4px;
	margin-right: 10px;
	line-height: 1;
	color: #5394dc;
}

.bL .inner{
border-left:solid 1px #ddd;}
.dark .bL .inner,
.dark.bL .inner{
border-left:solid 1px #333;}

.snsicon{
	margin:0;	
}
.snsicon li{
	width:33%;
	float: left;
	display:block;
	clear:none;
	margin-top: 6px;
	text-align: right;
}

.img-caption,
a .img-caption{
	color:#888
}