/*
以下の順番で表記。
セレクタ{
	１．テキストの設定
	２．フォント
	３．文字色と背景
	４．ボックス(border/margin/padding/width/height)
	５．位置(position,float等)
}
*/
/* ▼コンテナ ---------------------------------------------*/
#title2{
	display:none;
}
#container{
	width : 980px;
}
header p{
	font-size : 0.8em;
	width : 600px;
}
header nav ul{
	text-align : center;
}
header nav li{
	display : inline;
	padding-left : 0.42em;
	border-left : 1px solid #ff5a60;/*■配色■*/
}
header nav li:first-child{
	border-left : none;
}
h1 img{
	max-width : 800px;
}
#c_jacket img{
	max-width : 400px;
}
#c_contractor img{
	max-width : 400px;
}
