@import url('../../common/css/excel.css');
.wlcCmsParagraph{
	font-size:12px;
	line-height:20px;
	/*font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Verdana, Arial, Helvetica, sans-serif;*/
	margin-bottom:10px;
	color:#333;
}

.wlcCmsAdditional{
	position:relative;
	overflow:hidden;
}

.wlcCms_center{
}
.wlcCms_center .wlcCmsParagraphMain{
}
.wlcCms_center .wlcCmsAdditional{
	width:100%;
}

/*left right共通*/
.wlcCms_left .wlcCmsParagraphMain,
.wlcCms_right .wlcCmsParagraphMain{

}

/*left*/
.wlcCms_left{
	overflow:hidden;
}
.wlcCms_left .wlcCmsParagraphMain{
	float:left;
}
.wlcCms_left .wlcCmsAdditional{
	width:230px;
	float:right;
	padding:0;
}

.wlcCms_right{
	overflow:hidden;
}
.wlcCms_right .wlcCmsParagraphMain{
	float:right;
}
.wlcCms_right .wlcCmsAdditional{
	width:230px;
	float:left;
	padding:0;
}



/* halfLeft halfRight 共通*/
.wlcCms_halfLeft .wlcCmsParagraphMain,
.wlcCms_halfRight .wlcCmsParagraphMain{
	width:340px;
}
/* halfLeft */
.wlcCms_halfLeft{
	overflow:hidden;
}
.wlcCms_halfLeft .wlcCmsParagraphMain{
	float:left;
}
.wlcCms_halfLeft .wlcCmsAdditional{
	width:340px;
	float:right;
	padding:0;
}

/* halfRight */
.wlcCms_halfRight{
	overflow:hidden;
}
.wlcCms_halfRight .wlcCmsParagraphMain{
	float:right;
}
.wlcCms_halfRight .wlcCmsAdditional{
	width:340px;
	float:left;
	padding:0;
}




.wlcCms_center .wlcCms_header_1,
.wlcCms_center .wlcCms_header_2{
	width:660px;
	margin:0 0 10px -20px;
}
.wlcCms_right .wlcCms_header_1,
.wlcCms_left .wlcCms_header_1,
.wlcCms_right .wlcCms_header_2,
.wlcCms_left .wlcCms_header_2{
	width:410px;
	margin:0 0 10px -20px;
}

.wlcCms_header_1{
	background-image:url("../images/footer_bkgd.png");
	border-radius:3px;
	font-size:15px;
	color:#fff;
	line-height:1em;
	padding:10px 15px;;
	font-weight:bold;
}
.wlcCms_header_2{
	background-image:url("../images/contents_bkgd.png");
	border-radius:8px;
	border:solid 2px #f2e7d5;
	font-size:14px;
	color:#333;
	line-height:1em;
	padding:6px 15px;;
	font-weight:bold;
	margin:0 0 10px 0;
}

.wlcCms_header_3{
	font-size:12px;
	line-height:1.0em;
	color:#333333;
	margin:0 0 10px 0;
	background-image:url("../images/dotline.gif");
	background-repeat:repeat-x;
	background-position:center bottom;
	padding:5px 10px;
	font-weight:normal;
	background-color:#f4f4f4;
}
p.wlcCms{
	font-size:12px;
	color:#333333;
	line-height:2.2em;
	margin:0 0 10px 0;
	padding-left:35px;
	background-image:url("../images/bkgd_p.png");
	background-repeat:repeat-y;
}
.wlcCmsAttachment_center{
	border:1px solid #CCC;
	overflow:hidden;
	padding:20px;
	margin:10px 0;
}
.wlcCmsAttachment_center .attachedIcon{
	float:left;
	margin-left:30px;
	margin-right:10px;
}
.wlcCmsAttachment_center .attachedCaption{
	display:table-cell;
	height:48px;
	vertical-align:middle;

}
.wlcCmsAttachment_left .attachedIcon{
	float:left;
}
.wlcCmsAttachment_left .attachedCaption{
	float:left;
	position:absolute;
	bottom:0;
	left:55px;
}
.wlcCmsAttachment_right .attachedIcon{
	float:right;
}
.wlcCmsAttachment_right .attachedCaption{
	float:right;
	position:absolute;
	bottom:0;
	right:45px;
}

.wlcCmaAttachImageContainer{
	margin-bottom:5px;
}
.wlcCmaAttachImageContainer p{
	margin:5px 0 0 0;
	padding:0;
	color:#666;
}


/*-------------catalog-------------------*/
.wlcCmsCategoryTitle{
	background-image:url("../images/footer_bkgd.png");
	border-radius:3px;
	font-size:15px;
	color:#fff;
	line-height:1em;
	padding:10px 15px;;
	font-weight:bold;
	margin-bottom:10px;
}
.wlcCmsCatalogArticle{
	overflow:hidden;
	margin-bottom:20px;
}
.wlcCmsCatalogArticleTitle{
	background-image:url("../images/contents_bkgd.png");
	border-radius:8px;
	border:solid 2px #f2e7d5;
	font-size:14px;
	color:#333;
	line-height:1em;
	padding:6px 15px;;
	font-weight:bold;
	margin:0 0 10px 0;
}

.titleText{
	background-image:none;
	padding:14px 0 14px 13px;
	font-size:21px;
	font-weight:bold;
	color:#622e00;
	line-height:1.0em;
	float:left;
}
.titleCaptions{
	margin:8px 8px 0 0;
	float:right;
}
.titleNew{
	width:40px;
	background-color:#622e00;
	margin-left:auto;
	color:#fff;
	line-height:1.5em;
	text-align:center;

}
.displayDate{
	color:#666;
}
.new{
	font-size:8px;
	line-height:1em;
	background-color:#A00;
	color:#fff;
}
.wlcCmsCatalogArticleContents{
	margin:15px 0;
	padding-left:14px;
	padding-right:8px;
	font-size:12px;
}
.wlcCmsCatalogArticleMeta{
	clear:both;
	font-size:12px;
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #CCC;
	padding:15px 20px;
}
.readMore{
	font-size:10px;
	line-height:1em;
	background-color:#444;
	color:#fff;
	text-decoration: none;
}
.readMore a{
	color:#fff;
	text-decoration: none;
}
.readMore:hover{
	background-color:#A00;
}
.wlcCmsCatalogArticleAttachment{
	width:190px;
	margin:10px 0 10px 10px;
	float:right;
}
table.wlcCms{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
.wlcCms th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#333333;
	background-image:url("../../common/images/bg_light.png");
	padding:5px 15px;
	text-align:center;
	font-weight:normal;
}
.wlcCms td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:5px 15px;
}



strong.wlcCms{

}
em.wlcCms{
	color:#AA0000;
}

hr.wlcCms{
	border:none;
	border-top:dashed 1px #333;
	height:1px;
	color:#FFFFFF;
}