@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*

Cascading Style Sheets : common.css

- Last Updated on 2016. 04
- (c) HAMAGUCHI SUISAN - http://www.goto-maki.net/

- Written by : Yoshiko Fujita

*/

body{
	font-family: 'Noto Sans Japanese', sans-serif;
}

#rcpWrapper{
	margin : 0 auto ;
	width: 100%;
	min-width: 980px;
	overflow: hidden;
	position : relative;
}

p.spacetop{
	margin-top: 80px;
}

#Chef {
	width: 980px;
	margin: 50px auto ;
	position: relative;
}



#Chef ul {
	margin: 50px 0 ;
	padding-bottom: 60px;
	border-bottom: 1px dashed #EFEFEF;
}

#Chef ul li {
	width: 270px;
	margin-right: 50px;
	float: left;
}

#Chef ul li.Right {
	margin-right: 0;
}

#Chef ul li p {
	text-align: center;
}

.ChefImg {
	width: 270px;
	height: 163px;
	border: 1px solid #EFEFEF;
}

.ChefName {
	font-size: 115.4%;
	margin-top: 15px;
	font-family: 'Noto Sans Japanese', sans-serif;
}