@charset "UTF-8";

/****************************************

          Layout.css

*****************************************/


/****************************************

          category

*****************************************/


#category {
	clear:both;
}

#category li{
	float:left;
	margin:0 10px 20px 0;
}

#category li:nth-child(3n){
	margin:0 0 20px 0;
}

/****************************************

          news

*****************************************/


#news {
	clear:both;
}

#news h2{
	clear:both;
	margin-bottom:20px;
}

#news dl{
	width:500px;
	float:left;
	margin:0 0 10px 0;
}

#news dt,
#news dd{
	float:left;
}

#news dt{
	width:120px;
	color:#fff;
	text-align:center;
	background-color:#A1AFB2;
	padding:5px;
	font-weight:bold;
	font-size:14px;
}

#news dd{
	padding:5px;
	width:330px;
}

/****************************************

          entry

*****************************************/


#entry {
	clear:both;
	margin-top:20px;
}

#entry li{
	float:left;
	margin:0 10px 20px 0;
}

#entry li:nth-child(3n){
	margin:0 0 20px 0;
}

/****************************************

          about

*****************************************/


#about {
	clear:both;
	margin: 0 auto 10px;
	padding: 0 14px 6px;
	border-bottom:1px solid #cfcfcf;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#about h2 {
	margin:45px 0 12px;
}
/*
#about p {
	margin:0 0 18px;
	font-size: 13px; font-size: 1.3rem;
	line-height:1.6;
}
*/

#about p {
	margin:0 0 20px;
	line-height:1.8;
}

#about div.en {
	width:465px;
	float:left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 12px; font-size: 1.2rem;
}

#about div.ja {
	width:465px;
	float:right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px; font-size: 1.1rem;
}
