/*   
Theme Name: The FUJITA MUSEUM Theme Ver.2.0.1
Description: Fujita Museum Original Theme.
Author: SAKAKI LAB INC.
Author URI: http://www.sakakilab.net
Version: 2.0.1
*/

@charset "UTF-8";


/*--------------------------------------------------------------
RESET
-------------------------------------------------------------- */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
	right: 4px;
	top: 4px;
}


/*-------------------------------------------------------------------------------
CLEARFIX
-------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/*-------------------------------------------------------------------------------
 COMMON
-------------------------------------------------------------------------------*/
body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	width: 100%;
	overflow-x: hidden;
}

html {
	overflow-y:scroll;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
}

/* 画像配置 左 */
img.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

/* 画像配置 中央 */
img.aligncenter {
	display: block;
	margin: 1px auto;
}

/* 画像配置 右 */
img.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

img {
	max-width: 100%;
	height: auto;
}

.img_space {
	margin: 0px 2px 5px 2px;
}

p {
	line-height: 160%;
}

.img_100 img {
	width: 100%;
	height: auto;
	display: block;
}

/* アイキャッチ画像設定 */
.eyecatch {
	width: 100%;
	height: 150px;
	background-position: center center;
	background-size: cover;
}
.eyecatch_s {
	width: 100%;
	height: 150px;
	background-position: center center;
	background-size: cover;
}

.article_post {
	position: relative;
}

/* Contact form レスポンシブ対応 */
.form-width { 
	max-width: 100%;
}
.fontg {
	color: #ACABAB;
}
.wpcf7 {
	text-align: center !important;
}


/* 特別メッセージ */
#lmt_msg_sp {
	font-size: 16px;
/* 	text-align: center; */
	margin-bottom: 50px;
}
#lmt_msg {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}


/* 見出し */
.t_midashi_en {
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  margin: 10px 0px;
  padding: 5px 0px;
  border-bottom: 1px solid #000000;
  font-family: 'EB Garamond', serif; /*Google Fonts*/
}
.t_midashi_jp {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  margin: 10px 0px;
  padding: 5px 0px;
  border-bottom: 1px solid #000000;
  font-family: "Sawarabi Mincho"; /*Google Fonts*/
}

/* YouTube レスポンシブ対応 */
.youtube_wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*---------------------------------
 共通マージン設定
---------------------------------*/
.mtb10 {
	margin: 10px 0 10px 0;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mtb20 {
	margin: 20px 0 20px 0;
}
.mtb30 {
	margin: 30px 0 30px 0;
}
.mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mt15 {
	margin-top: 15px;
}
.mt120 {
	margin-top: 120px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml_20 {
	margin: 0 0 0 20px;
}
.mr_10 {
	margin: 0 10px 0 0;
}
.mp15 {
	padding: 15px 0 0 0;
}
.mpt70 {
	padding: 70px 0 0 0;
}

figure {
	margin-bottom: 30px;
}



/*---------------------------------
 フォント設定
---------------------------------*/
.font_ssp {
	font-family: 'Source Sans Pro', sans-serif; /*Google Fonts*/
}
.fs_20b {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}
.fs_35b {
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
}

h1 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width: 100%;
	height: 0;
}

.h2_page_title {
	margin: 50px auto;
	text-align: center;
}

.top_title {
	margin: 100px 0 10px 0;
	text-align: center;
}
.single_date {
	font-size: 16px;
	text-align: center;
}
.fuature_title {
	margin: 100px 0 20px 0;
	text-align: center;
	border-bottom: 1px solid #020202;
}
.underline_title {
	max-width: 570px;
	margin: 20px auto;
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #020202;
}
.mw570 {
	max-width: 570px;
	margin: 5px auto;
}

.topics_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 24px;
	line-height: 22px;
	margin: 10px 0 15px 0;
	font-weight: bold;
}
.topics_subtitle {
	font-size: 18px;
	line-height: 28px;
}
.wp-caption-text {
	font-size: 12px;
	color: #2B2E34;
}
.fg {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.copyright {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 11px;
	margin: 15px 0 0 0;
}


/*---------------------------------
 PAGE NAVI Setting
---------------------------------*/
.wp_navi {
	margin: 20px auto;
	text-align: center;
}


/*---------------------------------
 ページトップへ戻るボタン
---------------------------------*/
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 77%;
}
#page-top a {
    background: #2B2E34;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*---------------------------------
 カテゴリーアイコン設定
---------------------------------*/
.cat_icon-topics {
	-webkit-border-radius: 3px;/* for Safari and Chrome */
	-moz-border-radius: 3px; /* for Firefox */
	-o-border-radius: 3px; /* for opera */
	border-radius: 3px;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity:0.8;
}
.dcat_icon-topics {
	-webkit-border-radius: 3px;/* for Safari and Chrome */
	-moz-border-radius: 3px; /* for Firefox */
	-o-border-radius: 3px; /* for opera */
	border-radius: 3px;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
	padding: 3px 5px;
	background-color: #FFFFFF;
}



/*---------------------------------
 コレクション設定
---------------------------------*/
.cll_icon_area {
	margin: 3px 0 0 0;
}
.cll_title {
	font-size: 17px;
	padding: 10px 0 5px 0;
}
.cll_nendai {
	font-size: 13px;
	margin-left: -5px;
}

.clld_furigana {
	font-size: 12px;
	text-align: center;
	padding: 10px 0 0 0;
}
.clld_title {
	font-size: 28px;
	text-align: center;
	padding: 3px 0 5px 0;
}
.clld_nendai {
	font-size: 15px;
	text-align: center;
	padding: 0px 0 30px 0;
}


/*---------------------------------
 コレクションアイコン設定
---------------------------------*/
/*国 宝・重 文*/
.cll_icon-national_treasure, .cll_icon-national_important_cultural {
	-webkit-border-radius: 3px;/* for Safari and Chrome */
	-moz-border-radius: 3px; /* for Firefox */
	-o-border-radius: 3px; /* for opera */
	border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
	margin: 0 5px 0 0;
	background-color: #585858;
}

/*その他のアイコン*/
.cll_icon-toji, .cll_icon-kaiga, .cll_icon-shoseki, .cll_icon-kinko, .cll_icon-woodandstone, .cll_icon-chokoku, .cll_icon-other {
	-webkit-border-radius: 3px;/* for Safari and Chrome */
	-moz-border-radius: 3px; /* for Firefox */
	-o-border-radius: 3px; /* for opera */
	border-radius: 3px;
	border: 1px solid #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
	color: #000000;
	padding: 4px;
	margin: 0 5px 0 0;
	background-color: #FFFFFF;
}

/*国 宝・重 文（詳細画面 - マージン調整）*/
.clld_icon-national_treasure, .clld_icon-national_important_cultural {
	-webkit-border-radius: 3px;/* for Safari and Chrome */
	-moz-border-radius: 3px; /* for Firefox */
	-o-border-radius: 3px; /* for opera */
	border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
	margin: 0 2px 0 2px;
	background-color: #585858;
}

/*その他のアイコン（詳細画面 - マージン調整）*/
.clld_icon-toji, .clld_icon-kaiga, .clld_icon-shoseki, .clld_icon-kinko, .clld_icon-woodandstone, .clld_icon-chokoku, .clld_icon-other {
	-webkit-border-radius: 3px;/* for Safari and Chrome */
	-moz-border-radius: 3px; /* for Firefox */
	-o-border-radius: 3px; /* for opera */
	border-radius: 3px;
	border: 1px solid #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
	color: #000000;
	padding: 4px;
	margin: 0 2px 0 2px;
	background-color: #FFFFFF;
}



/*-------------------------------------------------------------------------------
 幅768px以下の指定
-------------------------------------------------------------------------------*/

.pc_disp {
	display: none;
}
.sp_disp {
	display: block;
}

#wrap {
	margin: 66px 0 0 0;
	overflow: hidden;
	min-height: 600px;
	position: relative;
	border-top: none;
}

#fixednavi_sp {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999;
	padding: 10px;
}

.menu-btn {
	position: absolute;
	top: 20px;
	left: 20px;
}
.side_navi {
	margin: 20px;
	list-style-type: none;
}
.side_navi li {
	margin: 10px 0;
	font-size: 20px;
	text-align: center;
}

.img_section {
	width: 160%;
	margin: 0 -30%;
}


.page_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	margin: 10px 0 30px 0;
}


/*---------------------------------
 LANGUAGE SELECT
---------------------------------*/
#language_select {
	list-style-type: none;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 13px;
	font-family: Arial, Helvetica, "sans-serif";
}
#language_select li {
	display: inline-block;
	margin: 0 0 0 10px;
}


/*---------------------------------
 三点リーダー
---------------------------------*/
.js-text-overflow {
  overflow: hidden;
  height: 80px;
}


/*---------------------------------
 NEWS Area
---------------------------------*/	
#news_area {
	list-style-type: none;
	text-align: left;
}
#news_area li {
	margin: 10px 0 20px 0;
	font-size: 17px;
}
#news_area .news_date {
	font-size: 14px;
	color: #626262;
	margin-left: 10px;
}




/*---------------------------------
 TOPICS Area
---------------------------------*/	
.article_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.article_subtitle {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	padding: 5px 0;
}
.article_disc {
	font-size: 15px;
	line-height: 130%;
}




/*---------------------------------
 Footer
---------------------------------*/
footer {
	margin: 50px 0 10px 0;
}
#footer_inner {
	width: 95%;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	position: relative;
}
.social_btn {
	list-style-type: none;
	text-align: center;
}
.social_btn li {
	display: inline-block;
	margin: 0 20px;
}
	
#sakakilab {
	position: absolute;
	bottom: 10px;
	left: 0px;
}


/*---------------------------------------------------------------------------------------------------------------------------
 Media queries!
---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width : 768px ){
/*最小幅768px以上の指定*/

.pc_disp {
	display: block;
}
.sp_disp {
	display: none;
}
	
#wrap {
	margin: 0;
	overflow: hidden;
	min-height: 600px;
	position: relative;
	border-top: none;
}
	
.img_section {
	width: 100%;
	margin: 0;
}
	
	
.page_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	margin: 10px 0 30px 0;
}

/* アイキャッチ画像設定 */
.eyecatch {
	width: 100%;
	height: 230px;
	background-position: center center;
	background-size: cover;
}
.eyecatch_s {
	width: 100%;
	height: 180px;
	background-position: center center;
	background-size: cover;
}

	
/*---------------------------------
 LANGUAGE SELECT
---------------------------------*/
#language_select {
	list-style-type: none;
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, "sans-serif";
}
#language_select li {
	display: inline-block;
	margin: 0 0 0 10px;
}

	
/*---------------------------------
 Global Navi
---------------------------------*/
ul#gnavi {
	width: 768px;
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
	font-size: 20px;
	font-family: 'EB Garamond', serif;
}
#gnavi li {
	display: inline-block;
	margin: 5px 10px;
}

	
/*---------------------------------
 三点リーダー
---------------------------------*/
.js-text-overflow {
  overflow: hidden;
  height: 80px;
}

	
/*---------------------------------
 Header
---------------------------------*/
header {
	width: 100%;
	margin: 10px auto;
}
#header_inner {
	width: 768px;
	margin: 0 auto;
	position: relative;
}
#logo {
	margin: 15px;
	text-align: center;
}


/*---------------------------------
 NEWS Area
---------------------------------*/	
#news_area {
	list-style-type: none;
	text-align: center;
}
#news_area li {
	margin: 10px 0;
	font-size: 17px;
}
#news_area .news_date {
	font-size: 14px;
	color: #626262;
	margin-left: 10px;
}

	
/*---------------------------------
 TOPICS Area
---------------------------------*/	
.article_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.article_subtitle {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	padding: 5px 0;
}
.article_disc {
	font-size: 15px;
	line-height: 130%;
}
	
	
/*---------------------------------
 Footer
---------------------------------*/
footer {
	margin: 50px 0 10px 0;
}
#footer_inner {
	width: 768px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	position: relative;
}
.social_btn {
	list-style-type: none;
	text-align: center;
}
.social_btn li {
	display: inline-block;
	margin: 0 20px;
}
	
#sakakilab {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

	
}
/*---------------------------------------------------------------------------------------------------------------------------
 Media queries!
---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:992px){
/*最小幅992px以上の指定*/

.pc_disp {
	display: block;
}
.sp_disp {
	display: none;
}

#wrap {
	margin: 0;
	overflow: hidden;
	min-height: 600px;
	position: relative;
	border-top: none;
}
	
.img_section {
	width: 100%;
	margin: 0;
}
	
	
.page_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	margin: 10px 0 30px 0;
}
	
/* アイキャッチ画像設定 */
.eyecatch {
	width: 100%;
	height: 230px;
	background-position: center center;
	background-size: cover;
}
.eyecatch_s {
	width: 100%;
	height: 180px;
	background-position: center center;
	background-size: cover;
}
	
	
/*---------------------------------
 LANGUAGE SELECT
---------------------------------*/
#language_select {
	list-style-type: none;
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, "sans-serif";
}
#language_select li {
	display: inline-block;
	margin: 0 0 0 10px;
}

	
/*---------------------------------
 Global Navi
---------------------------------*/
ul#gnavi {
	width: 992px;
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
	font-size: 22px;
	font-family: 'EB Garamond', serif;
}
#gnavi li {
	display: inline-block;
	margin: 5px 20px;
}

	
/*---------------------------------
 三点リーダー
---------------------------------*/
.js-text-overflow {
  overflow: hidden;
  height: 80px;
}

	
/*---------------------------------
 Header
---------------------------------*/
header {
	width: 100%;
	margin: 10px auto;
}
#header_inner {
	width: 992px;
	margin: 0 auto;
	position: relative;
}
#logo {
	margin: 15px;
	text-align: center;
}


/*---------------------------------
 NEWS Area
---------------------------------*/	
#news_area {
	list-style-type: none;
	text-align: center;
}
#news_area li {
	margin: 10px 0;
	font-size: 17px;
}
#news_area .news_date {
	font-size: 14px;
	color: #626262;
	margin-left: 10px;
}
	
	
/*---------------------------------
 TOPICS Area
---------------------------------*/	
.article_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.article_subtitle {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	padding: 5px 0;
}
.article_disc {
	font-size: 15px;
	line-height: 130%;
}
	
	
/*---------------------------------
 Footer
---------------------------------*/
footer {
	margin: 50px 0 10px 0;
}
#footer_inner {
	width: 992px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	position: relative;
}
.social_btn {
	list-style-type: none;
	text-align: center;
}
.social_btn li {
	display: inline-block;
	margin: 0 20px;
}
	
#sakakilab {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
	

}
/*---------------------------------------------------------------------------------------------------------------------------
 Media queries!
---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1160px){
/*最小幅1160px以上の指定*/

.pc_disp {
	display: block;
}
.sp_disp {
	display: none;
}
	
#wrap {
	margin: 0;
	overflow: hidden;
	min-height: 600px;
	position: relative;
	border-top: none;
}
	
.img_section {
	width: 100%;
	margin: 0;
}
	
	
.page_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	margin: 10px 0 30px 0;
}
	
/* アイキャッチ画像設定 */
.eyecatch {
	width: 100%;
	height: 230px;
	background-position: center center;
	background-size: cover;
}
.eyecatch_s {
	width: 100%;
	height: 180px;
	background-position: center center;
	background-size: cover;
}

	
/*---------------------------------
 LANGUAGE SELECT
---------------------------------*/
#language_select {
	list-style-type: none;
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, "sans-serif";
}
#language_select li {
	display: inline-block;
	margin: 0 0 0 10px;
}
	
	
/*---------------------------------
 Global Navi
---------------------------------*/
ul#gnavi {
	width: 1160px;
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
	font-size: 22px;
	font-family: 'EB Garamond', serif;
}
#gnavi li {
	display: inline-block;
	margin: 5px 30px;
}
	
	
/*---------------------------------
 三点リーダー
---------------------------------*/
.js-text-overflow {
  overflow: hidden;
  height: 80px;
}


/*---------------------------------
 Header
---------------------------------*/
header {
	width: 100%;
	margin: 10px auto;
}
#header_inner {
	width: 1160px;
	margin: 0 auto;
	position: relative;
}
#logo {
	margin: 15px;
	text-align: center;
}


/*---------------------------------
 NEWS Area
---------------------------------*/	
#news_area {
	list-style-type: none;
	text-align: center;
}
#news_area li {
	margin: 10px 0;
	font-size: 17px;
}
#news_area .news_date {
	font-size: 14px;
	color: #626262;
	margin-left: 10px;
}

	
/*---------------------------------
 TOPICS Area
---------------------------------*/	
.article_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.article_subtitle {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	padding: 5px 0;
}
.article_disc {
	font-size: 15px;
	line-height: 130%;
}

	
/*---------------------------------
 COLLECTIONS Slider
---------------------------------*/	
.cl_slider {
	/*width: 500px;*/
	margin: 0 auto;
}
	
	
/*---------------------------------
 Footer
---------------------------------*/
footer {
	margin: 50px 0 10px 0;
}
#footer_inner {
	width: 1160px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	position: relative;
}
.social_btn {
	list-style-type: none;
	text-align: center;
}
.social_btn li {
	display: inline-block;
	margin: 0 20px;
}
	
#sakakilab {
	position: absolute;
	bottom: 10px;
	left: 10px;
}



}
/*-------------------------------------------------------------------------------
 Print styles!
-------------------------------------------------------------------------------*/
@media print {
}
