/*
Template:story_tcd041
Theme Name:story_tcd041-child
*/

@charset "UTF-8";
/*
Theme Name:STORY
Theme URI:
Description:WordPressテーマ「STORY」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:1.6
*/


@media screen and (min-width: 1200px) {
	/*ヘッダー部分*/
	.header-bar{
		height:140px;
		background:rgba(255,255,255,0.8);
	}

	/*ロゴ*/
	.logo-image {
		top: 25px;
	}
	
	/*グローバルメニュー */
	.global-nav{
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		padding-top:5px;
		font-size:14px;
	}
	.global-nav ul.menu{
		display:inline-block;
	}
	.global-nav > ul > li > a{
		line-height:40px;
		padding: 0 20px;
	}
	
	/*キービジュアル*/
	.header-bar-fixed ~ .top-slider-wrapper{
		margin-top:140px;
	}
	/*キービジュアル（下層ページ）*/
	.header-bar-fixed ~ .signage{
		margin-top:140px;
	}
}

.signage-title{
	margin-bottom:0;
}
p.signage-title-sub{
	line-height:1.2;
}

/*全体*/
body{
	color:#333;
}
.wrap {
	overflow: hidden;
}

/*リンク*/
a {
	color: #333;
}
a.link {
color: #3598d9;
}
/*post-header*/
.post-header{
	margin:0;
	display:none;
}