@charset "utf-8";

/* ============================================
	Content
============================================ */
#contents img {
	max-width: 100%;
	height: auto;
}
#contents .contMain {
	position: relative;
	margin: 0 0 10px;
}
#contents .contMain a {
	display: block;
	text-decoration: none;
}
#contents .contMain img {
	width: 100%;
}
#contents .contMain .bgMainTxt {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	width: 100%;
	height: 45px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	display: block;
}
#contents .contMain .mainTxt {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../img/top/bg_maintxt.png);
	background-repeat: repeat;
	background-position: top left;
	background-size: 1px 1px;
	display: block;
	padding: 2%;
	width: 96%;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#contents .contMain .mainTxt .leadTxt {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px;
	display: block;
}
#contents .contMain .mainTxt span {
	font-size: 9px;
	color: #fff;
}
#contents .contMain .mainTxt .tagStyle {
	margin-right: 5px;
	padding: 2px 5px;
}
#contents .contBox .contL {
	position: relative;
}
#contents .contBox .tagStyle {
	position: absolute;
	bottom: 0;
	right: 0;
}
#contents .columnMenu {
	-moz-box-shadow: 0 0 5px #d4d4cd;
	-webkit-box-shadow: 0 0 5px #d4d4cd;
	box-shadow: 0 0 5px #d4d4cd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#contents .columnMenu .columnIn {
	position: relative;
}
#contents .columnMenu .columnIn div {
	background-color: #fff;
}
#contents .columnMenu .columnIn a {
	display: block;
}
#contents .columnMenu .columnIn ul li {
	width: 49.8%;
	float: left;
}
#contents .columnMenu .columnIn ul li a {
	display: block;
	padding: 15px 10px 15px 7px;
	color: #666;
	text-decoration: none;
	background-image: url(../img/icon/icon_arrow_r.png);
	background-repeat: no-repeat;
	background-size: 8px 5px;
	background-position: center right;
	/*line-height: 1.5;*/
}
#contents .columnMenu .columnIn ul li:nth-child(odd) {
	border-right: 1px solid #e0e0d9;
}
#contents .columnMenu .columnIn .nav03 ul li:nth-child(1),
#contents .columnMenu .columnIn .nav03 ul li:nth-child(2),
#contents .columnMenu .columnIn .nav03 ul li:nth-child(3),
#contents .columnMenu .columnIn .nav03 ul li:nth-child(4) {
	border-bottom: 1px solid #e0e0d9;
}
/*#contents .columnMenu .columnIn .nav05 {
	border-bottom: 1px solid #e0e0d9;
}*/
#contents .columnMenu .columnIn .nav05 ul li {
	float: left!important;
}
#contents .columnMenu .columnIn .navTit {
	background-color: #efefef;
	padding: 5px 0 5px 28px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 12px center;
}
#contents .columnMenu .columnIn .nav01 .navTit {
	background-image: url(../img/icon/icon_single.png);
	background-size: 7px 11px;
}
#contents .columnMenu .columnIn .nav02 .navTit {
	background-image: url(../img/icon/icon_couple.png);
	background-size: 11px 10px;
	background-position: 10px center;
}
#contents .columnMenu .columnIn .nav03 .navTit {
	background-image: url(../img/icon/icon_ring.png);
	background-size: 9px 11px;
}
#contents .columnMenu .columnIn .nav04 .navTit {
	background-image: url(../img/icon/icon_marriage.png);
	background-size: 9px 10px;
	background-position: 12px center;
}
#contents .columnMenu .columnIn .nav05 .navTit {
	background-image: url(../img/icon/icon_etc.png);
	background-size: 10px 10px;
}

/* ============================================
	ClearFix
============================================ */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



