/* theme_base.css */

* {
	line-height: 1;
	margin: 0;
	padding: 0;
}

.cf:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

body, input {
	background-color: #FFFFFF;
	color: #4F4E4D;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-size: 100%;
	margin: 0 auto;
	max-width: 1000px;
	word-break: break-word;
}

a:link {
	color: #4C4C80;
	text-decoration: none;
}

a:visited {
	color: #4C4C80;
	text-decoration: none;
}

a:active {
	color: #7878CC;
	text-decoration: none;
}

a:hover {
	color: #7878CC;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: top;
}

a img,
:link img,
:visited img,
:active img,
:hover img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
dt,
th {
	font-weight: normal;
}

address {
	font-style: normal;
}

p {
	color: #4F4E4D;
	font-size: 78%;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

dt,
dd,
li,
td,
th {
	color: #4F4E4D;
	font-size: 78%;
	line-height: 150%;
}


/* header_start */


.headerWrapper {
	border-bottom: 2px solid #D36985;
	padding: 10px 10px 0 10px;
	zoom: 1;
}

.logoNavi {
	height: 80px;
	position: relative;
	z-index: 0;
}

.logoBox {
	left: 0;
	position: absolute;
	top: 12px;
	z-index: 0;
}

.logo {
	background-image: url(../img/c.png);
	background-position: 0 0;
	display: block;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
	width: 500px;
}


/* container */

.titleBox {
	background: url(../img/icon_heading.png) no-repeat 2px 0;
	border-bottom: 1px dotted #959595;
	color: #444444;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	height: 18px;
	margin: 10px 10px 15px 10px;
	padding: 10px 0 0 14px;
}

.title {
	color: #808080;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.titleRuby {
	color: #A9A9A9;
	font-size: 14px;
	padding-left: 5px;
}


/* tablist */

.btnTabPrev,
.btnTabNext {
	display: none;
}

.tabListIn {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
}

.tabList .tabListIn .active {
	background-color: #808080;
}

.tabListIn .tabListItem {
	background-color: #A9A9A9;
	float: left;
	font-size: 14px;
	height: 56px;
	text-align: center;
	width: 10%;
}

.tabListIn .tabListItemLink {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 100%;
	line-height: 56px;
	text-decoration: none;
	width: 100%;
}

.tabListIn .tabListItemLink:hover {
	background-color: #808080;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.fwInputWrapper {
	box-sizing: border-box;
	display: table;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px 10px 0;
	width: 100%;
}


/* seachbtn */

.fwInputLayout {
	display: table-cell;
	vertical-align: top;
}

.fwInput {
	-webkit-appearance: none !important;
	border: 1px solid #BBBBBB;
	border-radius: 5px 0 0 5px;
	border-right: none;
	box-sizing: border-box;
	color: #666666;
	font-size: 12px;
	height: 36px;
	line-height: 20px;
	min-height: 30px;
	padding: 5px 10px;
	width: 100%;
}

.btnFwInputLayout {
	display: table-cell;
	vertical-align: top;
	width: 60px;
}

.btnFwInput {
	background-color: #FFFFFF;
	background-image: url(../img/icn_search.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 60px 36px;
	background-size: 60px 36px;
	border: solid #BFB9B0;
	border-radius: 0 5px 5px 0;
	border-width: 1px 1px 1px 0;
	cursor: pointer;
	height: 36px;
	text-indent: -9999px;
	width: 100%;
}



/* KeywordsList */


.tabListContents {
	margin: 0 10px;
}

.contentsBox {
	margin-top: 30px;
}
.contentsBox a {
	display: block;
}
.mainCntSecondTtl {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0 10px 14px;
	position: relative;
}

.mainCntSecondTtl:before {
	background: #BFB4AB;
	border-radius: 4px;
	bottom: 0;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.mainCntSecondTtl:after {
	background-image: url(../img/icon_link2.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 9px 14px;
	background-size: 9px 14px;
	content: "";
	height: 30px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	width: 30px;
}
.active .mainCntSecondTtl:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}


.recommendedKeywords .recommendedKeywordItems {
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
	width: 50%;
}

.recommendedKeywords .recommendedKeywordLink {
	box-sizing: border-box;
	display: inline-block;
	line-height: 22px;
	padding: 10px 0;
}

.keywordsMens:after {
	background-color: #999999;
	color: #FFFFFF;
	content: "メンズ";
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	margin-left: 5px;
	padding: 2px 4px;
}


/* page_top_start */

.pageTopImg {
	background: url(../img/btn_pageTop.png?) no-repeat;
	bottom: 50px;
	display: none;
	height: 54px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-indent: 100%;
	white-space: nowrap;
	width: 54px;
	z-index: 999;
}


/* footer_start */

.footer_lp {
	border-top: 1px solid #DDDDDD;
	height: 60px;
	margin-top: 20px;
	padding-top: 10px;
	position: relative;
}

.footerLinks_lp {
	font-size: 10px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 20px;
}

.footerLinks_lp > li {
	border-right: 1px solid #DDDDDD;
	box-sizing: border-box;
	float: left;
	padding: 0 15px;
}

.copyright_lp {
	left: 0;
	padding: 0 10px;
	position: absolute;
	top: 10px;
}

.copyright_lp > a {
	color: #435B67;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.copyright_lp > p > a {
	color: #4C4C80;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 2;
	text-decoration: none;
}

.copyright_lp > p > a:hover {
	text-decoration: underline;
}

.copyright_lp > img {
	margin-bottom: 8px;
}

@media(max-width:725px) {
	a:link {
		text-decoration: underline;
	}
	/* Header */
	.logoNavi {
		height: 43px;
	}
	.logoBox {
		top: 0;
	}
	.logo {
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
		height: 40px;
		width: 300px;
	}
	/* tablist */
	.tabListBox {
		box-sizing: border-box;
		height: 56px;
		position: relative;
		width: 100%;
	}
	.btnTabPrev {
		left: 0;
	}
	.btnTabNext {
		right: 0;
	}
	.btnTabPrev,
	.btnTabNext {
		background-color: #A9A9A9;
		bottom: 0;
		display: block;
		height: 56px;
		overflow: hidden;
		position: absolute;
		text-indent: -9999px;
		width: 10%;
	}
	.btnTabPrev:before,
	.btnTabNext:after {
		left: 10px;
		transform: rotate(30deg);
	}
	.btnTabPrev:after,
	.btnTabNext:before {
		transform: rotate(-30deg);
	}
	.btnTabPrev:before,
	.btnTabNext:before {
		bottom: 26px;
	}
	.btnTabPrev:after,
	.btnTabNext:after {
		left: auto;
		top: 26px;
	}
	.btnTabPrev:before,
	.btnTabPrev:after {
		left: 15px;
	}
	.btnTabNext:before,
	.btnTabNext:after {
		right: 15px;
	}
	.btnTabPrev::before,
	.btnTabNext::before,
	.btnTabPrev::after,
	.btnTabNext::after {
		background-color: #CCCCCC;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		content: "";
		display: block;
		height: 16px;
		position: absolute;
		width: 3px;
	}
	.btnTabPrev.isDisable:before,
	.btnTabNext.isDisable:before,
	.btnTabPrev.isDisable:after,
	.btnTabNext.isDisable:after {
		background-color: #998A8A;
	}
	.isDisable {
		cursor: default;
		pointer-events: none;
	}
	.tabList {
		background-color: #A9A9A9;
		height: 56px;
		margin-left: 10%;
		overflow: hidden;
		position: absolute;
		width: 80%;
	}
	.tabList .next {
		transform: translate(-50%, 0);
	}
	.tabListIn {
		background-color: #A9A9A9;
		left: 0;
		padding: 0;
		position: absolute;
		top: 0;
		transition: transform 0.3s ease-in-out;
		width: 200%;
	}
	.tabListBoxWrap {
		background-color: #A9A9A9;
	}
	/* KeywordsList */
	.contentsBox {
		margin-top: 15px;
	}
	.mainCntSecondTtl {
		cursor: default;
	}
	.recommendedKeywords .recommendedKeywordLink {
		padding: 15px 0;
		width: 100%;
	}
	.recommendedKeywords .recommendedKeywordItems {
		float: none;
		width: 100%;
	}
	/*  footer  */
	.footer_lp {
		border-top: none;
		position: static;
	}
	.footerBox {
		display: block;
		font-size: 12px;
		margin-top: 0;
	}
	.footerLinks_lp {
		border-top: 2px solid #DDDDDD;
		font-size: 12px;
		padding: 10px 0;
		position: static;
		text-align: center;
	}
	.footerLinks_lp > li {
		padding: 3px 5px;
	}
	.footerLinks_lp > li a {
		color: #7878CC;
		text-decoration: underline;
	}
	.copyright_lp {
		position: static;
	}
	.copyright_lp > p > a {
		text-decoration: underline;
	}
	/* PageTop */
	.pageTopImg {
		bottom: 20px;
		right: 20px;
	}
}