@charset "utf-8";
@import "common.css";

/** index
========================================*/
/*--( secFirstView )--*/
.index .secFirstView{
	min-height:215px;
	background:url(../img/catalog/bgIndex.jpg) center top no-repeat;
	background-size:cover;
}
.index .secFirstView .titPage{
	width:56%;
	margin:21px 0 0 5px;
}
.index .txtFirstView{
	font-weight:bold;
	color:#fff;
	line-height:120%;
	text-align:center;
	padding:20px 0 16px;
}
.index .txtFirstView .txtAttn{
	font-size:20px;
}

/*--( secCatalogList )--*/
.secCatalogList{
	padding:20px 0 0;
}
.secCatalogList ul{
	text-align:center;
	margin:0 0 11px;
}
.secCatalogList li{
	display:inline-block;
	margin:0 4px 6px;
}
.secCatalogList .txt{
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#2C1700;
	text-align:center;
	padding:0 0 17px;
}

/*--( secLog )--*/
.secLog.secForm{
	padding:18px 0;
}
.secLog .txtGuide{
	font-size:13px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:20px;
	margin:0 0 15px;
}
.secLog .titInput{
	width:75%;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	margin:0 auto 8px;
}
.secLog .rowInput01{
	width:75%;
	margin:0 auto 15px;
}
.secLog .rowInput02{
	width:75%;
	margin:0 auto 30px;
}
.secLog input[type="text"],
.secLog input[type="password"],
.secLog input[type="email"]{
	width:100%;
}
.secLog .btnCommon01{
	width:63%;
	height:60px;
	font-size:17px;
	margin:0 auto;
	white-space:nowrap;
}
.secLog .txtLinkBtm{
	padding:21px 0 0;
	text-align:center;
}
.secLog .txtLinkBtm a{
	font-size:13px;
	line-height:20px;
	text-decoration:underline;
	color:#fff;
}

/*--( secRegister )--*/
.secRegister{
	padding:22px 0 0;
}
.secRegister .txt{
	width:93%;
	line-height:16px;
	padding:12px 0 16px;
	margin:0 auto;
}
.secRegister .btn{
	display:block;
	width:67%;
	height:60px;
	margin:12px auto 30px;
	font-size:17px;
	white-space:nowrap;
}

/** catalog
========================================*/
.txtCatalogFirst{
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	text-align:center;
	padding:14px 0 10px;
}
.catalog .secList{
	padding:0 6% 20px;
}
.catalog .secList li{
	width:100%;
	margin:0 0 10px;
}
.catalog .secList .tit{
	font-size:14px;
	line-height:120%;
	padding:8px 10px 6px;
	color:#fff;
}
.catalog .secList .imgFrame{
	display:block;
	width:100%;
	height:220px;
	box-sizing:border-box;
	background:#F4EBE1;
	border:1px solid #D7D1CC;
}
.catalog .secList .blockData{
	padding:9px 8% 18px;
	border-top:none;
	background:#fff;
	border:1px solid #D7D1CC;
	border-top:none;
}
.catalog .secList .txt{
	font-size:13px;
	line-height:18px;
	margin:0 0 6px;
}
.catalog .secList .btnCommon01{
	width:100%;
	height:50px;
	font-size:17px;
}
