
@import url(http://fonts.googleapis.com/css?family=Rock+Salt);
@import url(http://fonts.googleapis.com/css?family=Cinzel:700,400);

/*-------------------------------------------------------------------------*/
/*	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%;
	margin:0;
	padding:0;
	/* min-height: 100%; */
	/* height: 100%; */

}

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: 14px;
	-webkit-font-smoothing: antialiased;
	font-family: arial,sans-serif;
	line-height: 1.7em;
	background: #222261;
	position: relative;
}


.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: #36c;
	text-decoration: none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
}
.light a{
	color:#fff;
	text-decoration:underline;
}
.light a:hover{
	color:#fff;
	text-decoration:none;
}
a.link,.link a{
	color: #222;
}
a.link:hover,.link a:hover{
	color:#36c;
}
a:hover {
	color: inherit;
}
em{
	/* color:#000; */
	/* font-style: italic; */
	background: #DFF4FC;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	/* color: #444; */	
	letter-spacing: -0.5px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	margin: 2em 0 0.2em;
	line-height:1.35;
	text-align: left;
}
h1 {
	font-size: 140%;
	margin: 0 0 15px;
	font-weight: 700;
}

h2 {
	font-size: 140%;
	padding: 0.4em 0 0.2em;
	margin-bottom: 1em;

	border-bottom: solid 1px #fc0;
	color: #003;
}
h2:first-child{/* margin-top: 0; */}


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

h3 {
	font-size: 131%;
	
	padding: 0;
	border-bottom: solid 1px #ddd;
	color: #003;
}


h2 i {
color: #36c;
margin-right: 13px;
font-size: 30px;
line-height: 30px!important;
}
h4 { font-size: 117%;}

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: 1em 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: 22px; */
	padding-left: 0px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.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%;	
	height: auto;
	vertical-align:bottom;
}
.ie8 img {
	width: auto;
}
.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;	
}


a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a.nohover:hover img{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
/***************** Footer ******************/
#footer{
	clear:both;
	padding: 20px 0 0;
	/* margin-top: 50px; */
	/* background: #f5f5f5; */
	/* border-top: solid 2px #222; */
}
#footer h4{
	margin-top:15px;
}
.to-top {
	position: fixed;
	right: 30px;
	clear: both;
	margin: 0;
	text-align: right;
	font-size: 10px;
	z-index: 1000;
	line-height:32px;
	bottom: 20px;
	height: 34px;
}
.to-top a {
    display:block;
	
    color: rgba(100,100,100,0.5);
	/* width: 28px; */
	
    /* height: 24px; */
	text-align: center;
	
    /* padding: 9px 12px 4px; */
	
    /* background: rgba(255,255,255,0.8); */
	
    /* border-radius: 50%!important; */
	-moz-border-radius: 50%!important;
	
    /* -webkit-border-radius: 50%!important; */
	-o-border-radius: 50%!important;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
	position:fixed;
	
}
.to-top a:hover {
}
.to-top i {
	font-size: 40px;
	margin-bottom: 0px;
}


#copyright{
	text-align: right;
	/* background: #222; */
	margin: 0;
	padding: 0 0 17px;
	color: #fff;
}

#copyright p{
margin:0;
/* line-height: 30px; */
/* text-transform: uppercase; */
}


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

.post-share{
	background-image:none;
	list-style:none;
	margin: 30px 0 0;
	/* width: inherit; */
	/* float: right; */
	overflow: hidden;
	/* border-top: dotted 1px #222; */
	padding: 0 0 30px;
}
.post-share li{
	display: inline;
	float:left;
	position: relative;
	margin-right: 18px;
	margin-left: 0px;
	padding: 5px 0;
}
.post-share .facebook{
	width:150px;
}
.post-share .twitter {
	/* width: 110px; */
	/* position:relative; */
	margin-top: 2px;
}

#post-share{
	background-image:none;
	list-style:none;
	margin:  0;
	/* width: inherit; */
	/* float: right; */
	/* overflow: hidden; */
}
#post-share li{
	/* display: inline; */
	/* 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: 2px; */
	background: #53B7F0;
	padding: 16px 0px 2px;
	display:block;
	/* overflow: hidden; */
	text-align: center;
	height: 100px;
}
#post-share .facebook {
	/* width: 110px; */
	/* position:relative; */
	/* margin-top: 2px; */
	background: #3b5998;
	padding: 16px 0 0px;
	display:block;
	text-align: center;
	height: 102px;
}

.btn-twitter {
	background: #00acee;
	padding: 1em 0px;
	display:inline-block;
	text-align: center;
	color:#fff;
	width:240px;
	margin:auto;
	font-size:18px;
}
.btn-twitter:hover {
color:#fff;
background: #00c1f2;
}

.btn-facebook {
	background: #3b5998;
	padding: 1em 0;
	display:inline-block;
	text-align: center;
	color:#fff;
	width:240px;
	margin:auto;
	font-size:18px;
}
.btn-facebook:hover {
color:#fff;
background: #4a6fb2;
}



.twitter-share-button {
	/* position: absolute; */
	/* left: 0px; */
	/* top: 4px; */
	/* width: 110px; */
	/* overflow: hidden; */
	/* float: left; */
	/* margin: 0; */
}
/*イイねボタンのコメントが切れるのを防ぐ*/
.fb-like span iframe{
        /* width: 450px!important; */
		
        /* max-width:none; */
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }



/*---------------------------------
	Home
-----------------------------------*/
.section-title{
	/* font-size: 12px; */
	padding: 10px;
	margin-bottom: 1px;
	/* line-height: 1; */
	/* border: none; */
	border-top: #fff;
	background: #222;
	color: #fff;
}
.home h2 img{
	/* padding-bottom:8px; */
}


/*---------------------------------
	Color
-----------------------------------*/
.bg-dark {
	background: #000!important;
	color: #fff;
}

.bg-gray {
	background: #ccc!important;
}

.red{
	color:#DE373A;}
/*---------------------------------
	Dl
-----------------------------------*/

.newslist dl{
	line-height:1.3;
	padding: 0;}
.newslist dt{
	width: 65px;
	float: left;
	font-weight: normal;
	font-size: 10px;
	padding: 12px 10px;
}
.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:#36c;
}
.newslist .post-category{/* background:#fff; */ padding:2px 5px; margin:-5px;}


/*---------------------------------
	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;
	}
	
/*---------------------------------
	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(/assets/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-body{background: #fff;/* padding: 20px 0 30px 0; */min-height: 500px;}
.home .main-body{min-height: 1px;}
.main-footer{background: #fff;padding: 0; /* margin:2px 0; */clear: both;
/* border-top:solid 2px #ddd; */}

/*---------------------------------
	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: #fff;}
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: 400; 
  text-align:center;
}
@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
}
}
.button, button {
	display: inline-block;
	padding: 0.45em 1em 0.35em;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background: #36c;
	border: 1px solid transparent;
	border-radius:0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #fff!important;
	font-size: 93%;
}
 .button.gray{
	background: #D7D7D7;
	color:#fff;
}
.button.gray:hover{
	background: #D7D7D7!important;
	color:#fffimportant;
}

.button.red,button.red{
	background:#d55650;
}
.button.red:hover,button.red:hover, .button.gray:hover{
	background:#36c;
	
}
.btn-frame {
	background:transparent!important;
	border: solid 1px #fff;/*IE8*/
	border: solid 1px rgba(255,255,255,.3);
	color: #fff;
}
.btn-frame:hover {
	background:transparent!important;
	border: solid 1px #eee;/*IE8*/
	border: solid 1px rgba(255,255,255,1.0);
	color: #fff;
}
.btn:focus,.button:focus ,button:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn:focus,.button:hover, .button:focus,button:hover, button:focus {
	color: #fff;
	background:#3399ff ;
	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%;
}


/*---------------------------------
	Layout
-----------------------------------*/
#ja{
	text-align: justify;
	text-justify: inter-ideograph;
	}
	

#container{
	position: relative;
	font-size: 100%;
	background: #00081e;
	/* color: #444; */
}

#content-inner{
background: #1a1a1a;
position: relative;
}

.home #container,
.home #content-inner,
.home #content,
.home #main{
/* min-height: 100%; */
/* height: 100% */
/* overflow: hidden; */
color: #444;
}

	
.main-header{
	background: #efefef;
	zoom: 1;
	/* padding: 20px 30px 16px; */
	clear: both;
	/* margin-bottom: 2px; */
	/* border-bottom: solid 2px #e5e5e5; */
}
.home .main-header{
	background:none;
	padding: 0;
	border:none;
}

.main-header .date{
	
}
.main-header .post-category a{
	margin-left:15px;
}

.mainn-header h1{
	margin-top:0;
	color:#fff;
}



	
#sidebar h3{
	border:none;
	font-size: 15px;
	text-align:center;
	background:#272727;
	color:#fff;
	padding: 8px 0 7px;
	margin: 0 0 2px 0;
}
/*---------------------------------
	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;
	}

	
/*---------------------------------
	Header
-----------------------------------*/
#header{
	/* background: #fff; */
	/* overflow:hidden; */
	width: 100%;
	
	position: fixed;
	z-index: 3;
	top: 0;
	/* border-bottom: solid 2px #222; */
}
#header .container{
/* border-top: solid 3px #36c; */
	
}
	
	
.header-panel {
    background: #6EA8FF;
   
}
.header-panel,.header-panel a{
    color: #fff;
}
.header-panel a:hover,.header-panel a.current{
	color:#000;
}

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


/* -------------------------------------------------- */
/*	Sidebar
/* -------------------------------------------------- */
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
	background-color: #1B1B1B;
	border-bottom:1px solid #050505;
	border-top:1px solid #252525;
}
.sidebar-menu li{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	line-height: 1.3;
	font-size: 14px;
	text-align: right;
}
.sidebar-menu li a{
	display:block;
	text-decoration:none;
	padding: 0 0 2px 0;
	/* border-top:1px solid #050505; */
	/* border-bottom:1px solid #252525; */
	/* background-position: 100% center; */
	/* background-repeat: no-repeat; */
	margin: 0;
	/* color: #ccc; */
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
	font-weight: 600;
	background: url(/emba/images/nav.jpg) no-repeat bottom center;
}
.sidebar-menu li.last a{background: none;}
.sidebar-menu li.collapsable a{
	border-left: solid 2px #00a9e8;
	border-bottom:none;
}
.sidebar-menu li.collapsable li a{
	border-left: none;
	border-bottom:none;
}
.sidebar-menu li.collapsable a:hover{
	border-bottom:none;
}
.sidebar-menu li i{
	/* font-size: 20px; */
	/* position:absolute; */
	/* right: -10px; */	
	/* color: transparent; */
}
.sidebar-menu li .current i{
	color: #FFF;
}
.sidebar-menu li a:hover{
	color:#fff;
	}
.sidebar-menu li ul li a{
	border:none;
	font-weight: normal;
	font-size: 12px;
}
.sidebar-menu li a.current,
.sidebar-menu li a.parentsLink{
	/* color: #fff; */
	/* background-position: 100% center; */
	opacity: 0.5;
}
.sidebar-menu li li a.current{
	color: #4AC3E9;
	background: none;
}
.sidebar-menu li ul{
	/* background-color: #333; */
	padding: 10px 0 10px 0;
	border:none;
	border-left: solid 2px #00a9e8;
	/* font-size: 11px; */
}

.sidebar-menu li li {
	border-bottom:none;
}
.sidebar-menu li li a{
	padding: 5px 32px 5px 10%;	
	border:none;
	
}
.sidebar-menu li li a:hover{
	border:none;
	
}
.sidebar-menu li.collapsable li a{
	border-right: none;
}
.sidebar-menu li li li a{
	padding-left: 20%;
}
.sidebar-menu li li li li a{
	padding-left: 30%;
}
.sidebar-menu li li li li li a{
	padding-left: 40%;
}


.hitarea {
	height: 38px;
	width: 30px;
	cursor: pointer;
	background-image: url(/assets/img/common/minus_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0px;
	right: 1px;
}
.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(/assets/img/common/plus_on.png);
}
.expandable-hitarea {
	background-image: url(/assets/img/common/plus.png);
}
.expandable-hitarea:hover {
	background-image: url(/assets/img/common/minus_on.png);
}



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




/* -------------------------------------------------- */
/*	mobile-menu
/* -------------------------------------------------- */


@media only screen and (max-width : 767px) {

/*header*/
#header {
    background: #;
    /* border-bottom: 1px solid #ddd; */
    /* height: 34px; */
    /* position: fixed; */
    width: 100%;
    z-index: 2;
    top: 0;
}

.menu-button-left {
    display:block;
	
    color: rgba(100,100,100,0.5);
	/* width: 28px; */
	
    /* height: 24px; */
	text-align: center;
	
    /* padding: 9px 12px 4px; */
	
    /* background: rgba(255,255,255,0.8); */
	
    /* border-radius: 50%!important; */
	-moz-border-radius: 50%!important;
	
    /* -webkit-border-radius: 50%!important; */
	-o-border-radius: 50%!important;
    z-index: 1000;
    top: 10px;
    left: 10px;
	position:fixed;
}
.menu-button-left i{
	font-size: 50px;
	margin-bottom: 0px;
	
}
/*slidemenu*/
.slidemenu {
    background-color: #00081e;
}
.slidemenu li {
}
.slidemenu li a {
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: solid 1px;
}
.slidemenu .slidemenu-header {
    height: 48px;
    /* border-bottom: 1px solid #000; */
    /* box-shadow: 0 1px 3px rgba(34,25,25,.4); */
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    /* -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4); */
    /* background-color: #333; */
}
.slidemenu .slidemenu-header div {
    padding: 9px 32px 0px 19px;
    text-decoration: none;
    color: #494949;
    text-align: right;
}


/*plugin*/
#container {
  z-index: 1;
  background:#fff;
}
.slidemenu {
  top: 0;
  width: 200px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}


}


/* -------------------------------------------------- */
/*	Other
/* -------------------------------------------------- */

.tool-panel{
	float:right;
	margin: 0;
	padding-bottom: 0;
	font-size: 10px;
	color: #666;
}
.tool-panel li{
	float:left;
	line-height: 34px;
	display: inline;
	 vertical-align: bottom;
}
.tool-panel li.first{
	padding-right:10px;
}
.tool-panel li a{
	float:left;
	display:block;
	padding: 0 8px;
	color: #ccc;
}
.tool-panel li a:hover{
	color:#00a9e8;
	background:#272727
}

.tool-panel .print a{
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	font-size: 20px;
}





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;
	}
	
.banner{
	text-align:center;
	padding:15px 0 0 0;
}
.btn-language,
.print{
	border-left:solid 1px #555;
}

.tool-panel .btn-language a,
.tool-panel .print a {
	padding:0 18px
}
.btn-language,
.btn-language a{
display:none!important;}
.header{
background:#fff;
	padding:10px 0;
}
h2.line{
/* border-bottom:solid 2px #444; */
padding: 6px 12px 5px;
margin: 50px 0 1em 0;
text-transform: uppercase;
/* font-family: 'Cinzel', serif; */
background: #222;
color: #fff;
font-size: 12px;
/* border: solid 2px #222; */
}
.header .snsicon{
	font-size:24px;
	float:right;
}
#footer .snsicon{
	font-size:24px;
	float:right;
	margin-top:-2px
}
#footer .snsicon i{
	color:#555;
}
#footer .snsicon:hover i{
	color:#fff;
}





.breadcrumb {
	list-style: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-right: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0px;
}
.breadcrumb>li {
	display:inline-block;
*display:inline;
	text-shadow:0 1px 0 #fff;
*zoom:1;
font-size:11px;
}
.breadcrumb>li>.divider {
	padding:0 5px;
	color:#ccc
}
.breadcrumb>.active {
	color:#999
}
.menu{
	float: right;
	padding-top: 0px;
	font-size: 14px;
	margin: 5px 0 0 20px;
	/* letter-spacing: .1em; */
}
.menu li{
	float:left;
	margin-left: 30px;}
.menu li.first{
	margin-left: 0;}
.bg-white{
	background:#fff;
}
.boxs{
font-size:85%;background: #fff;
border: 2px solid #222;
border: 4px solid #222;
}
.pf-item-details-h img{
	width:100%;
}
.boxs .box-inner{
/* border-right: 2px solid #222; */
/* border-bottom: 2px solid #222; */
background: #fff;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
overflow: hidden;
}
.box{
border: 1px solid #eee;
background: #fff;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
margin: -1px 0 0 -1px;
}

.bg-1{
	background:#F7E6B3;
}
.bg-2{
	background: #A0884A;
}
.widget-container h3{
	
}
.brand{
	margin: 0;
	display: block;
	/* float: left; */
	font-family: 'Rock Salt', cursive;
	font-size: 18px;
	line-height: 25px;
}
.slideshow {
	position:relative; 
	width: 100%;
}
.slideshow img{
	/* position:absolute; */ 
	/* top:0; */ 
	/* left:0; */
}

.scrollnav li a{
	border-top: solid 1px #ddd;
	display:block;
	padding:8px;
}
.scrollnav li.current a{
	background: #36c;
	color: #fff;
}
.delay{
	display:none;
}
.photo img{
width:100%;}
.photo img.size-thumbnail{
width:auto;}

video#bgvideo{
position:fixed;
top: 0;
left:0;
z-index: -2;
width: 100%!important;
height: auto!important;
}
#bg-dotted{
background:url(/images/alpha.png);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:-1;
}
#top{
	/* height:48px; */
}
.balloon {
    position: relative;
    border-bottom: 1px solid #36c;
    /* margin: 10px 10px 21px 10px; */
    padding-bottom: 0.75em;
    /* border-radius: 10px; */
    margin-top: 54px;
}
.balloon:after, .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.balloon:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}
.balloon:before {
    left: 39px; 
    border: 11px solid transparent;
    border-top: 11px solid #36c;
}
.box-b{
    border: solid 4px #222;
    padding: 4% 4% 0;
}

.section-title {
    position: relative;
    color: #fff;
    background: #222;
    /* border: 4px dotted #222; */
    margin-bottom: 20px;
    padding: 10px 5px 10px 10px;
    text-align:center;
}
.section-title:after, .section-title:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.section-title:after {
    left: 50%;
    border: 10px solid transparent;
    border-top: 8px solid #222;
margin:0 0 0 -8px;
}


/* ---------------------------------------- */
		/*	Accordion Content
		/* ---------------------------------------- */

			.acc-trigger {
	border-top: 1px solid #ddd;
	cursor: pointer;
	display: block;
	margin: 0;
}
.acc-trigger:last-of-type, .acc-container:last-of-type {
	/* border-bottom: 1px dotted #ddd; */
	margin-bottom: 20px;
}
.no-js .acc-trigger:last-of-type {
	border-bottom: none;
}
.acc-trigger a {
	background: url(images/accordion-content-buttons.png) no-repeat 20px 23px;
	display: block;
	color: #222;
	outline: medium none;
	padding: 3% 1.5%;
	text-decoration: none;
	text-shadow: none;
}
h3.acc-trigger a, h4.acc-trigger a {
	margin: 0;
}
h6.acc-trigger a {
	background-position: 20px 21px;
}
.acc-trigger a:hover {
	background-color: #f8f8f8;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
	color: #36c;
}
.acc-trigger.active a:hover {
	background-color: transparent;
}
.acc-trigger.active {
	cursor: default;
}
.acc-trigger.active:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.acc-trigger.active a {
	/* background-position: 20px -88px; */
	cursor: default;
}
h3.acc-trigger.active a, h4.acc-trigger.active a {
	/* background-position: 20px -87px; */
}
h6.acc-trigger.active a {
	background-position: 20px -90px;
}
.acc-container .content {
	padding: 0 5% 10px 5%;
}
.acc-container .content .one-half {
	width: 422px;
}
.acc-container .content .one-third {
	width: 275px;
}
.acc-container .content .two-third {
	width: 570px;
}
.acc-container .content .one-fourth {
	width: 201px;
}
.acc-container .content .three-fourth {
	width: 644px;
}
.js .acc-container {
	margin-top: -15px;
}

ul ,ol {
	margin-top:0.75em;
}
ul li,ol li{
	/* margin-bottom:0.75em; */
}
ol{
	margin-left:1.2em;
}
ol ol{
	margin-left:0em;
}
ol > li{
	list-style: decimal;
}
ol ol > li{
	list-style:lower-roman;
}
ol ol ol > li{
	list-style:circle;
}

ol ol > li{
	margin-left:1.5em;
}

ol ol,ol ul{
	margin-top:0.75em;
}
ul.list-icon {}
ul.list-icon li{
	position:relative;
	padding-left:1.2em!important;
}
ul.list-icon i.fa-angle-right{
	position: absolute;
	left:0px;
	top:0.5em;
	font-size: smaller;
}
ul.list-icon.tight i.fa-angle-right{
	top:0.25em;
}
ul.tight li,ol.tight li{margin-top:0;margin-bottom:0;}
ul.line,ol.line {}
ul.line li,ol.line li{
	border-bottom: solid 1px #ddd;
	padding-bottom:0.5em;
}
ul.tight.line li,ol.tight.line li{
	padding-top:0.25em;
	padding-bottom:0.2em;
}
ul.line li.last,ol.line li.last{
	border-bottom:none;
}
ul.newslist {
margin:0;
}
ul.newslist li{
	display:block;
	margin:0;
	padding:0;
}
ul.newslist li a{
	display:block;
	padding:10px 10px 10px 30px;
}
ul.newslist li i.fa-angle-right{
left:20px;
margin-top:10px;
}
a .fa-file-pdf-o{
color:#c00}