/*   
Theme Name: The Japan-Türkiye Society Theme Ver.1.4.0 一般社団法人版
Description: Japan-Türkiye Society Original Theme.
Author: SAKAKI LAB INC.
Author URI: http://www.sakakilab.net
Version: 1.4.0
*/

@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: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	width: 100%;
	font-size: 14px;
	overflow-x: hidden;
}

#wrap {
	overflow: hidden;
	min-height: 600px;
	position: relative;
}

#wrap #blog_btn {
	position: fixed;
	top: 140px;
	right: 0px;
	z-index: 9999;
}
#wrap #fb_btn {
	position: fixed;
	top: 185px;
	right: 0px;
	z-index: 9999;
}

.contents_area {
	min-height: 300px;
}


/*リンクカラー設定*/
a:link {
	color: #2D5094;
	text-decoration: none;
}
a:visited {
	color: #2D5094;
}
a:hover {
	color: #8670B1;
	text-decoration: underline;
}
a:active {
	color: #2D5094;
}

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


.footer_title a:link {
	color: #C69C6D !important;
	text-decoration: none;
}
.footer_title a:visited {
	color: #C69C6D !important;
}
.footer_title a:hover {
	color: #795A37 !important;
	text-decoration: underline;
}
.footer_title a:active {
	color: #C69C6D !important;
}


/* 画像配置 右 */
.alignright {
	float: right;
}
/* 画像配置 中央 */
.aligncenter {
    display: block;
    margin: 0 auto;
}
/* 画像配置 左 */
.alignleft {
	float: left;
}


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

a img {
	border-style:none;
}

p {
	color: #303030;
	line-height: 180%;
}




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

.btn_txt {
	font-size: 12px;
}


/* レシピサブメニュー */
.subnavi {
	text-align: left;
	margin: -10px 0px 30px 0px;
}
.subnavi li {
	display: inline;
	list-style-type: none;
	margin-right: 6px;
	padding-left: 10px;
}
.subnavi li+li {
	border-left: 1px solid #999;
}

.btn_area {
	margin: 15px 0px 0px 0px;
}

/*Button Setting*/
.btn-primary a:link {
	color: #FFFFFF;
}
.btn-primary a:visited {
	color: #FFFFFF;
}
.btn-primary a:hover {
	color: #DAFF00;
}
.btn-primary a:active {
	color: #FFFFFF;
}

.btn_center {
	text-align: center;
	margin: 30px 0 10px 0;
}


/* TABLE */
td {
	padding: 10px;
}


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


.list_icon_01 {
	background-image: url(library/images/list_icon_01.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

.line {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #C69C6D;
	overflow: hidden;
}

.line2 {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #000000;
	overflow: hidden;
}


.line_tb {
	padding: 0px 0 30px 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.under_line {
	padding-bottom: 20px;
	border-bottom: solid 1px #000000;
}


.fb_btn_sp {
	text-align: center;
	padding: 50px 0 0 0;
}
.fb_btn {
	text-align: center;
	padding: 15px 0 0 0;
}




/*共通マージン設定*/
.mtb10 {
	margin: 10px 0 10px 0;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin: 80px 0 0 0;
}
.mtb20 {
	margin: 20px 0 20px 0;
}
.mtb30 {
	margin: 30px 0 30px 0;
}
.mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mt120 {
	margin-top: 120px;
}
.mb5 {
	margin: 0 0 5px 0; 
}
.mb10 {
	margin: 0 0 10px 0; 
}
.mb20 {
	margin: 0 0 20px 0; 
}

.mb30 {
	margin: 0 0 30px 0; 
}
.mb50 {
	margin-bottom: 50px; 
}

.p10 {
	padding: 10px;
}


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

.h2_keyword {
	font-size: 20px;
	line-height: 26px;
	margin: 10px 0 30px 0;
}
.scd_date {
	margin: 5px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	word-wrap: break-word;
}
.scd_title {
	font-size: 18px;
	line-height: 22px;
	word-wrap: break-word;
}

h1.header_h1 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width: 100%;
	height: 0px;
	margin: 0;
	padding: 0;
}

.h2_dm_title {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin: 60px 0px 30px 0px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #000000;
	position: relative;
}
.mb_katagaki {
	font-size: 12px;
	line-height: 20px;
}
.h3_mb_title {
	font-size: 14px;
	line-height: 18px;
}
.sl_title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 3px 0 3px 0;
}
.ana_title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 5px 0 3px 0;
	text-align: center;
}
.book_title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 5px 0 3px 0;
}
.page_info_text {
	font-size: 16px;
	margin: 15px 0 20px 0;
}

.list_title {
	font-size: 14px;
	padding: 0 0 0 10px;
}

/*レシピフォント設定*/
.recipe_img {
	margin: 0 0 5px 0;
}
.recipe_title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 3px 0 3px 0;
}
.turkish_recipe_name {
	font-size: 12px;
	line-height: 16px;
	color: #808080;
	margin: 0;
}

.make_title {
	font-size: 18px;
	font-weight: bold;
	color: #FF7C13;
	margin: 0 0 15px 0;
	padding: 0px;
}
.make_box {
	border: 1px dotted #d1d0cf;
	background-color: #F6F4EE;
	margin: 50px 0 10px 0;
	padding: 20px;
}
.make_number {
	display: block;
	height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #FF7C13;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.top_date {
	font-size: 12px;
	margin: 3px 0 3px 0;
}



/*レシピカテゴリー名設定*/
.cat_name-vegetable_bean {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #39B54A;
}

.cat_name-seafood {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #00A99D;
}

.cat_name-meat {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #A04304;
}

.cat_name-wheat {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #C69C6D;
}

.cat_name-rice {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #93278F;
}

.cat_name-soup {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #CEBB05;
}

.cat_name-dessert_drink {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #FF7BAC;
}


/*新着情報 アイコン設定*/
.sl_cat-t_event {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #CC5A37;
}

.sl_cat-koza {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #1E8E59;
}

.sl_cat-shoseki {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #8E8E1C;
}

.sl_cat-ryori {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #FBB03B;
}

.sl_cat-ana {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #0071BC;
}

.sl_cat-sokai {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #0000FF;
}

.sl_cat-yube {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #AE7418;
}

.sl_cat-kinen {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #006837;
}

.sl_cat-keizai {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #2F5101;
}

.sl_cat-kaiin {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #2E3192;
}

.sl_cat-kondate {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #F7931E;
}


/*NEW Mark*/
.new_mark {
	position: absolute;
	top: 10px;
	left: 25px;
}


/*パンくずリスト*/
.breadcrumbs_list {
	font-size: 12px;
	margin: 0px 0 10px 0;
}
.breadcrumbs_list ul {
	margin: 10px 0 15px 0;
	padding: 0;
}
.breadcrumbs_list li {
	display: inline;
	list-style-type: none;
}
/*パンくずリスト*/
.breadcrumbs_list2 {
	font-size: 12px;
	margin: 70px 0 10px 0;
}
.breadcrumbs_list2 ul {
	margin: 10px 0 15px 0;
	padding: 0;
}
.breadcrumbs_list2 li {
	display: inline;
	list-style-type: none;
}


/*ページング*/
.pagenavi {
	text-align: center !important;
}

/*carousel_01 Setting*/
.carousel_01 {
	margin: 0;
	overflow: hidden;
}
.carousel_01 ul {
	margin: 0;
	padding: 0;
}

.carousel_02 {
	margin: 0 0 50px 0;
	overflow: hidden;
}
.carousel_02 ul {
	margin: 0;
	padding: 0;
}


/*ヘッダーインバウンド*/
#language_select {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 14px;
	color: #736357;
	list-style-type: none;
}
#language_select li {
	display: inline-block;
	padding-left: 12px;
	margin-left: 10px;
	background: url(library/images/list_icon.png) no-repeat 0 6px;
}


/*各ページ設定*/
.page_bigtitle {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin: 30px 0 30px 0;
}
.page_date {
	font-size: 20px;
	height: 26px;
	margin: 0 0 10px 0;
}
.page_title {
	font-size: 25px;
	line-height: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #C69C6D;
}

.page_title_b {
	font-size: 24px;
	line-height: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000000;
}

.page_title_en {
	font-size: 25px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #000000;
	text-align: center;
}

.book_line {
	border: 1px solid #EEEEEE;
	text-align: center;
	padding: 0 15px 0 15px;
}
.sl_disc {
	line-height: 18px;
	word-break: break-all;
}

.book_line_footer {
	border: 1px solid #EEEEEE;
	text-align: center;
	padding: 0 15px 0 15px;
	height: 160px;
}

/*トルコ関連イベント「日本・トルコ協会関連」アイコン*/
.tkjts_event_icon {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #02328D;
}



/*TABLE*/
.table_style01 td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 0 5px 0;
}


/*会員ページ　お知らせリスト*/
#infomatin_area dt {
  clear: left;
  float: left;
  width: 30%;
  font-weight: normal;
	text-align: center;
	margin: 0 0 2% 0;
}
#infomatin_area dd {
	margin: 0 0 2% 30%;
}


/*動画 de トルコ語講座　先生紹介*/
.turkish_lecture_teacher_bg {
	background-color: #F4EBE3;
	padding: 20px;
}


/*YouTube レスポンシブ対応*/
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*ソーシャルボタン*/
.social_btn {
	list-style-type: none;
	margin: 15px 0 20px 0;
}
.social_btn li {
	display: inline-block;
	margin-right: 10px;
}
.fb {
	line-height: 0.8;
}

#footer_links {
	margin-top: 50px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: center;
}
#footer_links li {
	display: inline-block;
	margin-right: 10px;
}

.fixednavi_sp {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0px;
	z-index: 9999;
	background-image: url(library/images/footer_bg.png);
	background-repeat: repeat-x;
}


/*流れる文字　本体*/
#ticker_area {
	margin: 15px auto;
	border-top: 1px solid #C69C6D;
	border-bottom: 1px solid #C69C6D;
}

#ticker_box {
	width: 100%;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.ticker {
	font-size: 14px;
	line-height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 5000px;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	height: 1.6em;
}

.ticker ul li {
	float: left;
	top: 0;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 1.6em;
	margin-bottom: -1.6em;
}
.ticker a:link {
	text-decoration: underline;
}

.social_button {
	list-style-type: none;
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center;
}
.social_button li {
	display: inline-block;
	margin: 5px 15px;
}


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

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

#slider_area {
	margin-top: 55px;
}

.plr_100 {
	padding: 0 20px 0 20px;
}


/* GLOBAL NAVI */
/* nav-wrap */
#nav-wrap {
}

/* menu icon */
#menu-icon {
	color: #000;
	width: 45px;
	height: 45px;
	background: url(library/images/burger_btn.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	display: block; /* show menu icon */
	position: absolute;
	right: 5px;
	top: 5px;
}
#menu-icon:hover {
}
#menu-icon.active {
}

/* main nav */
#nav {
	clear: both;
	position: absolute;
	top: 55px;
	left: 0px;
	width: 100%;
	z-index: 10000;
	background: #ffffff;
	border: solid 1px #999;
	display: none; /* visibility will be toggled with jquery */
}
#nav li {
	clear: both;
	float: none;
	border-bottom: 1px solid #999;
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 98% 50%;
}
#nav a, 
#nav ul a {
	font: inherit;
	background: none;
	display: block;
	padding: 0;
	color: #000000;
	border: none;
	text-decoration: none;
	padding: 10px;
}
#nav a:hover, 
#nav ul a:hover {
	background: #BBBBBB;
	color: #000;
}

/* dropdown */
#nav ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
}
#nav ul li {
	margin: 3px 0 3px 15px;
}
.en {
	color: #999999;
	margin-left: 15px;
}
Ul, li {
	margin: 0;
	padding: 0;
}

.sp_search {
	margin: 3px 0px 3px 10px;
	border: 1px solid #EEEEEE;
	float: left;
}
.sp_search_btn {
	margin: 0 0 0 5px;
	padding: 3px;
	float: left;
}

/*ヘッダー画像*/
#header_img {
	width: 100%;
	margin: 55px auto 15px auto;
}


.h2_title30 {
	margin: 30px 0 30px 0;
	text-align: center;
	position: relative;
}

.list_btn {
	position: absolute;
	top: 25px;
	right: 0px;
}


/*流れる文字*/
.list_style01 dt.list_style_title_sp {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
}
.list_style01 dt.list_style_title {
	display: none;
}
.list_style01 dd.list_style_main {
	padding-top: 2px;
	width: 100%;
	float: left;
}

	
/*フッター*/
#copyright {
	margin: 10px 0 0 0;
}
#footer_copyright {
	border-top: 1px solid #C69C6D;
	margin: 15px 10px 10px 10px;
}




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

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

	
#slider_area {
	margin-top: 55px;
}
	
.plr_100 {
	padding: 0 20px 0 20px;
}
	
	
/*ヘッダー画像*/
#header_img {
	text-align: center;
	margin: 55px 0 15px 0;
}

	
/*トルコ関連イベント「日本・トルコ協会関連」アイコン*/
.tkjts_event_icon {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #02328D;
}


/*流れる文字*/
.list_style01 dt.list_style_title_sp {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
}
.list_style01 dt.list_style_title {
	display: none;
}
.list_style01 dd.list_style_main {
	width: 100%;
	float: left;
}


/*フッター*/
#footer {
	width: 100%;
	margin-top: 50px;
/* 	background-color: #CCCCCC; */
}
#footer_copyright {
	border-top: 1px solid #C69C6D;
	margin: 15px 10px 10px 10px;
}

#copyright {
	width: 100%;
	margin: 10px auto 10px auto;
	padding: 0 10px 0 10px;
	position: relative;
	font-size: 11px;
}
#sakakilab {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

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

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

	
#slider_area {
	margin-top: 55px;
}

.plr_100 {
	padding: 0 50px 0 50px;
}
	
	
/*ヘッダー*/
.header_description {
	width: 768px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	font-size: 11px;
	position: relative;
}
	
	
/*ヘッダー画像*/
#header_img {
	text-align: center;
	margin: 55px 0 15px 0;
}

	
/*トルコ関連イベント「日本・トルコ協会関連」アイコン*/
.tkjts_event_icon {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px;
	background-color: #02328D;
}
	
	
/*流れる文字*/
.list_style01 dt.list_style_title_sp {
	display: none;
}
.list_style01 dt.list_style_title {
	display: block;
	float: left;
	width: 20%;
	padding-top: 10px;
	text-align: left;
}
.list_style01 dd.list_style_main {
	width: 80%;
	float: left;
}

	
/*フッター*/
#footer {
	width: 100%;
	margin-top: 50px;
/* 	background-color: #CCCCCC; */
}
#footer_copyright {
	border-top: 1px solid #C69C6D;
	margin: 15px 10px 10px 10px;
}

#copyright {
	width: 768px;
	margin: 10px auto 10px auto;
	position: relative;
	font-size: 11px;
	padding: 0;
}
#sakakilab {
	position: absolute;
	bottom: 0px;
	right: 20px;
}



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

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

	
.plr_100 {
	padding: 0px;
}

	
/*ヘッダー*/
.header_description {
	width: 992px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 5px 150px 5px 0;
	font-size: 11px;
	position: relative;
}
	
/*ヘッダー画像*/
#header_img {
	text-align: center;
	margin: 0 0 15px 0;
}
	
	
#header_inner {
	width: 100%;
	height: 80px;
	padding: 15px 0 5px 0;
	background-image: url(library/images/header_bg.png);
	background-repeat: repeat-x;
}
#logo {
	width: 992px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: center;
}
#search_area {
	position: absolute;
	top: 10px;
	right: 0px;
}

#banner_130th {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*パンくずリスト*/
.breadcrumbs_list {
	font-size: 12px;
	margin: 0 0 10px 0;
}
.breadcrumbs_list ul {
	margin: 10px 0 15px 0;
	padding: 0;
}
.breadcrumbs_list li {
	display: inline;
	list-style-type: none;
}

/*パンくずリスト*/
.breadcrumbs_list2 {
	font-size: 12px;
	margin: 10px 0 10px 0;
}
.breadcrumbs_list2 ul {
	margin: 10px 0 15px 0;
	padding: 0;
}
.breadcrumbs_list2 li {
	display: inline;
	list-style-type: none;
}


	
/*トルコ関連イベント「日本・トルコ協会関連」アイコン*/
.tkjts_event_icon {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 5px 3px;
	padding: 3px;
	background-color: #02328D;
}

	
/*ナビゲーション関連*/
#globalNavi {
	background-color: #FFFFFF;
	opacity: 0.9;
}
	
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}


.header_navi {
	width: 1020px;
	margin: 0 auto 0 auto;
}

.header_navi li {
	display: inline-block;
	list-style-type: none;
	padding: 5px 0 5px 0;
}

	
#slider_area {
	margin-top: 0px;
}

	
/*会員ページ　お知らせリスト*/
#infomatin_area dt {
  clear: left;
  float: left;
  width: 15%;
  font-weight: normal;
	text-align: center;
	margin: 0 0 1% 0;
}
#infomatin_area dd {
	margin: 0 0 1% 10%;
}


/*流れる文字*/
.list_style01 dt.list_style_title_sp {
	display: none;
}
.list_style01 dt.list_style_title {
	display: block;
	float: left;
	width: 12%;
	padding-top: 10px;
	text-align: left;
}
.list_style01 dd.list_style_main {
	width: 88%;
	float: left;
}

	
/*フッター*/
#footer {
	width: 100%;
	margin-top: 50px;
	background-color: #CCCCCC;
}
#footer_path {
	width: 100%;
	height: 55px;
	background-image: url(library/images/footer_bg.png);
	background-repeat: repeat-x;
}
#footer_path_inner {
	width: 992px;
	margin: 0 auto 0 auto;
	padding: 10px;
}
#footer_inner {
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}
#foooter_inner_left {
	float: left;
	width: 75%;
	margin: 20px 0 5px 0;
	text-align: left;
}
#foooter_inner_right {
	float: right;
	width: 23%;
	margin: 20px 0 20px 0;

}
#ana_area {
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
	
#ana_area a:link {
	color: #000000;
	text-decoration: none;
}
#ana_area a:visited {
	color: #000000;
}
#ana_area a:hover {
	color: #333333;
}
#ana_area a:active {
	color: #333333;
}
	
	
.footer_box {
	float: left;
	width: 25%;
	padding: 0;
	text-align: left;
}
.footer_box li {
	list-style-type: none;
	padding: 3px 10px 3px 0px;
}
.footer_box li.li_sp {
	list-style-type: none;
	padding: 10px 10px 3px 0px;
}
.footer_title {
	font-weight: bold;
	color: #C69C6D;
	margin-bottom: 10px;
}
.ana_img {
	margin: 15px 0 5px 0;
}
.ana_txt {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#ana_btn_area {
	margin: 20px 0 0 0;
}
#footer_under_area {
	width: 100%;
	margin: 45px 0 0 0;
	float: left;
}
#footer_logo {
	float: left;
	width: 25%;
	margin: 0 0 10px 0;
}
#footer_description {
	float: left;
	width: 75%;
	font-size: 11px;
	margin: 30px 0 10px 0;
}
#footer_copyright {
	border-top: none;
	margin: 0;
}
#copyright {
	width: 992px;
	margin: 10px auto 10px auto;
	position: relative;
	font-size: 11px;
	padding: 0;
}
#sakakilab {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

	

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

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

	
.plr_100 {
	padding: 0 100px 0 100px;
}
	
.h2_title30 {
	margin: 30px 0 30px 0;
	text-align: center;
	position: relative;
}

.list_btn {
	position: absolute;
	top: 25px;
	right: 35px;
}

	
/*ヘッダー*/
.header_description {
	width: 1160px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 5px 150px 5px 0;
	font-size: 11px;
	position: relative;
}
	
#header_inner {
	width: 100%;
	height: 80px;
	padding: 15px 0 5px 0;
	background-image: url(library/images/header_bg.png);
	background-repeat: repeat-x;
}
#logo {
	width: 1160px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: center;
}
	
#search_area {
	position: absolute;
	top: 10px;
	right: 0px;
}
.search_text_p {
	float: left;
}
.search_btn {
	float: left;
	margin: -1px 0 0 5px;
}

#banner_130th {
	position: absolute;
	top: 0px;
	left: 0px;
}
	
/*ナビゲーション関連*/
#globalNavi {
	background-color: #FFFFFF;
	opacity: 0.9;
}
	
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}


.header_navi {
	width: 1020px;
	margin: 0 auto 0 auto;
}

.header_navi li {
	display: inline-block;
	list-style-type: none;
	padding: 5px 0 5px 0;
}

	
#slider_area {
	margin-top: 0px;
}


/*ヘッダー画像*/
#header_img {
	text-align: center;
	margin: 0 0 15px 0;
}
	
	

.slw_cat {
	width: 185px;
	word-wrap: break-word;
	font-size: 12px;
	line-height: 22px;
}
.slw_title {
	width: 185px;
	word-wrap: break-word;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.slw_price {
	width: 185px;
	margin: 20px 0 0 0;
	word-wrap: break-word;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
}
.jp_en {
	font-size: 13px;
	line-height: 18px;
}
	

	
/*会員ページ　お知らせリスト*/
#infomatin_area dt {
  clear: left;
  float: left;
  width: 15%;
  font-weight: normal;
	text-align: center;
	margin: 0 0 1% 0;
}
#infomatin_area dd {
	margin: 0 0 1% 10%;
}


/*流れる文字*/
.list_style01 dt.list_style_title_sp {
	display: none;
}
.list_style01 dt.list_style_title {
	display: block;
	float: left;
	width: 12%;
	padding-top: 10px;
	text-align: left;
}
.list_style01 dd.list_style_main {
	width: 88%;
	float: left;
}

	
/*フッター*/
#footer {
	width: 100%;
	margin-top: 50px;
	background-color: #CCCCCC;
}
#footer_path {
	width: 100%;
	height: 55px;
	background-image: url(library/images/footer_bg.png);
	background-repeat: repeat-x;
}
#footer_path_inner {
	width: 1140px;
	margin: 0 auto 0 auto;
	padding: 10px;
}
#footer_inner {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}
#foooter_inner_left {
	float: left;
	width: 75%;
	margin: 20px 0 5px 0;
	text-align: left;
}
#foooter_inner_right {
	float: right;
	width: 23%;
	margin: 20px 0 20px 0;

}
#ana_area {
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
.footer_box {
	float: left;
	width: 25%;
	padding: 0;
	text-align: left;
}
.footer_box li {
	list-style-type: none;
	padding: 3px 10px 3px 0px;
}
.footer_box li.li_sp {
	list-style-type: none;
	padding: 10px 10px 3px 0px;
}
.footer_title {
	font-weight: bold;
	color: #C69C6D;
	margin-bottom: 10px;
}
.ana_img {
	margin: 15px 0 5px 0;
}
.ana_txt {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#ana_btn_area {
	margin: 20px 0 0 0;
}
#footer_under_area {
	width: 100%;
	margin: 45px 0 0 0;
	float: left;
}
#footer_logo {
	float: left;
	width: 25%;
	margin: 0 0 10px 0;
}
#footer_description {
	float: left;
	width: 75%;
	font-size: 11px;
	margin: 30px 0 10px 0;
}
#footer_copyright {
	border-top: none;
	margin: 0;
}

#copyright {
	width: 1160px;
	margin: 10px auto 10px auto;
	position: relative;
	font-size: 11px;
	padding: 0;
}
#sakakilab {
	position: absolute;
	bottom: 0px;
	right: 0px;
}



}
/*-------------------------------------------------------------------------------
 Print styles!
-------------------------------------------------------------------------------*/
@media print {
	
#slider_area {
	display: none;
}

	
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
