@charset "utf-8";


/* ---------------------------------------------
    TOP
------------------------------------------------ */
#top{
	/*
	width:1100px;
	*/
}

#top a{
	display:block;
}


#top .title{
	font-size:30px;
	font-family:'Roboto Condensed',sans-serif;
	letter-spacing:0.2em;
	line-height:0.8em;
}
#top .title.blog_title{
}
#top .title span{
	color:#777;
	font-size:12px;
	letter-spacing:0.04em;
	margin:-5px 0 0 0;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}



#top .s_title{
	font-size:24px;
	font-family:'Roboto Condensed',sans-serif;
	letter-spacing:0.2em;
}
#top .catch{
	color:#777;
	font-size:12px;
	letter-spacing:0.15em;
}



#top .date{
	color:#777;
	font-family:'Roboto Condensed',sans-serif;
}
#top .txt{
	color:#000;
}


#top .line{
	width:28px;
	background:#36363F;
	margin:13px auto 23px auto;
	padding:3px 0 0 0;
}


#top .more{
	width:80px;
	color:#fff;
	font-size:14px;
	font-family:'Roboto Condensed-Light',sans-serif;
	letter-spacing:0.1em;
	background:#36363F;
	margin:30px auto 0 auto;
	padding:4px 0 4px 4px;
	box-sizing:border-box;
}
#top .more i{
	padding:0 0 0 5px;
}


#top .more_btn a{
	display:none;
}



/*NEWS
---------------------*/
#top .news{
	background:url(../img/news_bg.png) repeat-x;
	background-position:0 118px;
}
#top .news .inner{
	width:1100px;
	margin:45px auto 0 auto;
}



#top .news_list{
	list-style:none;
	margin:25px 0 0 -28px;
}
#top .news_list li{
	width:254px;
	margin:0 0 0 28px;
	float:left;
}



#top .news .date{
	margin:12px 0 0 0;
}
#top .news .txt{
	font-size:13px;
	margin:3px 0 0 0;
}




/*BLOG
---------------------*/
#top .blog{
	width:536px;
	margin:55px auto 0 0;
	float:left;
}



#top .blog_list{
	list-style:none;
	border-top:1px solid #BBC4C8;
	margin:25px 0 0 0;
}
#top .blog_list li{
	padding:20px 35px;
	border-bottom:1px solid #BBC4C8;
	list-style:none;
}
#top .blog_list li a{
	display:block;
}



#top .blog .date{
	float:left;
	width:90px;
}
#top .blog .txt{
	float:left;
	width:317px;
	font-size:14px;
	border-left:1px dotted #999;
	margin:0 0 0 0;
	padding:0 0 0 38px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}




/*PROFILE
---------------------*/
#top .profile{
	text-align:center;
	margin:135px 28px 0 28px;
	float:left;
}
#top .profile a{
	width:254px;
	height:254px;
	border:1px solid #BBC4C8;
	padding:45px 0 0 0;
	box-sizing:border-box;
}




/*MAIL
---------------------*/
#top .mail{
	text-align:center;
	margin:135px 0 0 0;
	float:left;
}
#top .mail a{
	width:254px;
	height:254px;
	border:1px solid #BBC4C8;
	padding:45px 0 0 0;
	box-sizing:border-box;
}





/* ---------------------------------------------
    SP
------------------------------------------------ */
@media screen and (max-width:667px){
	
	
	/* ---------------------------------------------
		TOP
	------------------------------------------------ */
	#top{
		width:100%;
		margin:8% 0 0 0;
	}
	
	#top a{
	}	
	
	/*
	#top .title{
		font-size:6vw;
		font-family:'Roboto Condensed-Bold',sans-serif;
		text-align:center;
		line-height:1.1em;
	}
	
	#top .title span{
		color:#777;
		font-size:3.8vw;
		letter-spacing:0.04em;
	}
	*/
	
	#top .title{
		margin:40px 0 0 0;
		font-size:6vw;
		font-weight:normal;
		text-align:center;
		font-family:'Roboto Condensed-Bold',sans-serif;
		letter-spacing:0.2em;
	}
	#top .title.blog_title{
		margin:0 0 0 0;
	}
	#top .title span{
		font-size:3.5vw;
		letter-spacing:0.04em;
		margin:0 0 0 0;
		text-align:center;
	}
	

		
	
	#top .s_title{
		font-size:6vw;
		font-family:'Roboto Condensed-Bold',sans-serif;
	}
	#top .catch{
		display:none;
	}
	
	
	
	#top .date{
		font-size:90%;
	}
	#top .txt{
		color:#000;
	}
	
	
	#top .line{
		display:none;
	}
	
	
	#top .more{
		display:none;
	}
	#top .more i{
	}
	
	
	#top .more_btn a{
		width:30vw;
		color:#fff;
		font-family:'Roboto Condensed-Light',sans-serif;
		letter-spacing:0.04em;
		text-align:center;
		background:#36363F;
		margin:0 auto;
		padding:2% 10px;
		display:block;
	}
	#top .more_btn i{
		padding:0 0 0 5px;
	}
		
	
	
	
	/*NEWS
	---------------------*/
	#top .news{
		background:none;
	}
	#top .news .inner{
		width:100%;
		margin:0 auto;
	}
	
	
	#top .scroll_box{
		height:240px;
		overflow-x:scroll;
		overflow-y:auto;
		-webkit-overflow-scrolling:touch;
		margin:6% 0 0 0;
	}
	
	#top .scroll_box::-webkit-scrollbar {
		display:none;
	}
	
	#top .news_list{
		width:1160px;
		list-style:none;
		margin:0;
	}
	#top .news_list li{
		margin:0 0 0 28px;
		float:left;
	}
	
	
	#top .news .date{
		margin:5px 0 0 0;
	}
	#top .news .txt{
		font-size:90%;
		margin:-0.2vh 0 0 0;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	
	
	#top .news .more_btn a{
		margin:10px auto 40px auto;
	}
	
	
	
	
	/*BLOG
	---------------------*/
	#top .blog{
		width:100%;
		background:#F1F3F3;
		margin:0;
		padding:40px 20px 40px 20px;
		box-sizing:border-box;
		float:none;
	}
	
	
	
	#top .blog_list{
		list-style:none;
		border-top:1px solid #BBC4C8;
		margin:25px 0 0 0;
	}
	#top .blog_list li{
		border-bottom:1px solid #BBC4C8;
		padding:15px 0 12px 0;
	}
	#top .blog_list li a{
	}
	
	
	
	#top .blog .date{
		float:left;
	}
	#top .blog .txt{
		width:60%;
		border-left:none;
		margin:0 0 0 0;
		padding:0;
	}
	
	
	#top .blog .more_btn a{
		margin:30px auto 0 auto;
	}
	
	
	
	
	#top .blog_list li a{
		display:block;
	}





	
	
	
	/*PROFILE
	---------------------*/
	#top .profile{
		text-align:left;
		margin:35px 20px 20px 20px;
		float:none;
	}
	#top .profile a{
		width:100%;
		height:auto;
		border:1px solid #36363F;
		background:url(../img/arrow01.png) no-repeat 90% 50%;
		-webkit-background-size:8px auto;
		background-size:8px auto;
		padding:25px 35px;
		box-sizing:border-box;
	}
	
	
	
	
	/*MAIL
	---------------------*/
	#top .mail{
		text-align:left;
		margin:20px;
		float:none;
	}
	#top .mail a{
		width:100%;
		height:auto;
		border:1px solid #36363F;
		background:url(../img/arrow01.png) no-repeat 90% 50%;
		-webkit-background-size:8px auto;
		background-size:8px auto;
		padding:25px 35px;
		box-sizing:border-box;
	}


}