@charset "utf-8";

/* CSS Document */
/*---------------------------------------------

top CSS
for all pages
coded by Yu Murata at 2014-04-24
imported to "index.html"

-----------------------------------------------*/
@import url(default.css);
@import url(common.css);
@import url(../font/font.css);
@import url(http://fonts.googleapis.com/css?family=Unica+One);

/* ヘッダー
--------------------------------------------------------- */
body > div > header{
	margin-bottom:20px;
}

/** コンテンツ 
--------------------------------------------------------- */
body > div > div{
	width: 940px;
	display:block;
	margin: 0 auto;
}
ul#top_nav{
	width:940px;
	height:40px;
	margin-bottom:20px;
}
ul#top_nav li{
	width:279px;
	height:40px;
	overflow:hidden;
	float:left;
}
ul#top_nav li a{
	padding-top:40px;
	display:block;
}
ul#top_nav li:first-child{
	background:url(../images/top_nav1.png) no-repeat left top;
	margin-right:50px;
}
ul#top_nav li:nth-of-type(2){
	background:url(../images/top_nav2.png) no-repeat left top;
	margin-right:50px;
}
ul#top_nav li:nth-of-type(3){
	background:url(../images/top_nav3.png) no-repeat left top;
}
div#top_banner{
	width:100%;
	background:#434343;
	padding:20px 0;
}
div#top_banner ul{
	width:940px;
	height:60px;
	margin:0 auto;
}
div#top_banner ul li{
	width:220px;
	height:60px;
	overflow:hidden;
	float:left;
}
div#top_banner ul li a{
	padding-top:60px;
	display:block;
}
div#top_banner ul li:first-child{
	background:url(../images/top_banner1.png) no-repeat left top;
	margin-right:20px;
}
div#top_banner ul li:nth-of-type(2){
	background:url(../images/top_banner2.png) no-repeat left top;
	margin-right:20px;
}
div#top_banner ul li:nth-of-type(3){
	background:url(../images/top_banner3.png) no-repeat left top;
	margin-right:20px;
}
div#top_banner ul li:nth-of-type(4){
	background:url(../images/top_banner4.png) no-repeat left top;
}

/** ライトボックス
--------------------------------------------------------- */
#news_box{
	width:560px;
	margin:0;
	padding:40px 0;
	background-color:rgba(255,255,255,0.96);
	border-radius:4px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
	position:fixed;
	display:none;
	z-index:2;
}
#news_box header{
	width:480px;
	margin:0 auto;
	border-bottom:1px solid #000;
	padding-bottom:35px;
}
#news_box header h3{
	background:url(../images/top_news_ttl.png) no-repeat left top;
	width:94px;
	height:18px;
	overflow:hidden;
	float:left;
}
#news_box header h3 span{
	padding-top:18px;
	display:block;
}
#news_box header #news_close{
	background:url(../images/top_news_btn.png) no-repeat left top;
	width:27px;
	height:27px;
	overflow:hidden;
	display:block;
	float:right;
}
#news_box header #news_close span{
	padding-top:30px;
	display:block;
}
#news_box div.article{
	width:480px;
	height:450px;
	margin:0 auto;
	overflow-y: scroll;
	display:block;
}
#news_box article{
	border-bottom:1px dotted #999;
	padding:40px 0;
}
#news_box article div.left{
	width:240px;
}
#news_box article div.left div.title {
	font-size:1.4rem;
	line-height:120%;
	font-weight:bold;
	margin:0 0 10px;
}
#news_box article div.left div.date{
	font-family: 'Unica One', 'cursive';
	font-size:2.4rem;
	vertical-align:middle;
	color:#bfbfbf;
	margin:0 0 15px;
}
#news_box article div.left div.date:after {
	display:inline-block;
	content:"最新実績";
	background:#bfbfbf;
	color:#fff;
	font-size:12px;
	text-align:center;
	width:90px;
	height:20px;
	line-height:20px;
	margin-left:10px;
	vertical-align:middle;
}
#news_box article.cate2 div.left div.date:after {
	content:"イベント情報";
}
#news_box article.cate3 div.left div.date:after {
	content:"お知らせ";
}
#news_box article div.left div.text {
	font-size: 1.1rem;
	line-height: 150%;
}
#news_box article img {
	float:right;
	display: block;
}
#overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0);
}
.button-link{
	cursor:pointer;
}