@charset "shift_jis";

/*=================================

	Base common setting

=================================*/
body {
	font: 14px/1.4 "Hiragino Kaku Gothic Pro W3", "ƒqƒ‰ƒMƒmŠpƒS Pro W3",sans-serif;
	color: #000000;
	-webkit-text-size-adjust: none;
	text-shadow: 0px 0px 1px rgba(34,34,34,0.7);
	font-size: 12px;
	height: 100%;
}
/* link setting */
a {
	color: #e22166;
	text-decoration: none;
}
a:visited {
	color: #e22166;
	text-decoration: none;
}



/*=================================
	Header
================================ */
#headerContent {
	position: relative;
	padding-top: 7px;
	border-bottom: 1px solid #ddd;
	text-shadow: none;
	z-index: 2000;
	background-color: #fff;
}
#official_menu {
	display: none;
}
.header:after{
	content:"";
	display: block;
	height: 0;
	widht: 0;
	clear: both;
}
.header {
	margin: 0 15px 6px 10px;
}
.header .logoArea {
	float: left;
}
.header .menuArea {
	float: right;
	width: 45px;
	height: 52px;
	border-radius: 0;
}
.header #logo {
	width: 90px;
}
.header #logo a {
	display: table-cell;
	margin-top: 10px;
}
.header .logoArea img,
.header .menuArea img {
	max-width: 100%;
	height: auto;
}
body.fade_Bg::after{
	display: block;
	content:"";
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 1000;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#official_menu {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #ffffff;
}
#official_menu .productBt{
	padding: 15px 15px 13px;
	text-align: center;
}
#official_menu .productBt a{
	width: 100%;
}
#official_menu .productBt a img {
	max-width: 100%;
	height: auto;
}
#official_menu ul {
	margin: 0;
	padding: 0;
}
#official_menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#official_menu .gNav li a {
	padding: 15px 15px;
	background-size: 15px;
	display: block;
	color: #010101;
	text-decoration: none;
	border-right: 1px solid #dacfcf;
	border-left: 1px solid #dacfcf;
	border-top: 1px solid #dacfcf;
	background: url("//www.atsugi.co.jp/recruit/images/header_sp_ic02.png") , -webkit-linear-gradient(top, #ffffff 0%,#e3e0e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: url("//www.atsugi.co.jp/recruit/images/header_sp_ic02.png") , linear-gradient(to bottom, #ffffff 0%,#e3e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat: no-repeat;
	background-size: 16px 16px, 100% 100%;
	background-position: right 15px center, left top;
	box-sizing: border-box;
	font-size: 16px;
}
#official_menu .gNav li:first-child {
	border: none;
}
#official_menu .gNav li span {
	margin-left: 5px;
}
#official_menu .gNav li a{
	text-shadow: 1px 1px 0px #ffffff;
}

#official_menu .Nav02 {
	margin: 10px 25px;
}
#official_menu .Nav02:after{
	content:"";
	display: block;
	height: 0;
	widht: 0;
	clear: both;
}
#official_menu .Nav02 li {
	float: left;
	width: 48%;
	margin-left: 10px;
	box-sizing: border-box;
}
#official_menu .Nav02 li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
#official_menu .Nav02 li:nth-child(n+3) {
	margin-top: 15px;
}
#official_menu .Nav02 li a{
	display: inline-block;
	text-decoration: none;
	color: #010101;
	font-size: 13px;
	background: url(//www.atsugi.co.jp/recruit/images/footer_sp_ic01.gif)no-repeat left center;
	background-size: 6px 10px;
	padding-left: 10px;
}
#official_menu .Nav02 li.outlink img.is-blank {
	padding-left: 5px;
}
#official_menu dl.searchArea {
	margin: 19px 15px 15px;
}
#official_menu dl.searchArea dt,
#official_menu dl.searchArea dd {
	font-size: 13px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#official_menu dl.searchArea dd {
	margin-top: 12px;
}
#official_menu form{
	border: 1px solid #f0e8e8;
	height: 29px;
}
#official_menu form::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
#official_menu input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}
#official_menu [id*="shutto-property"] input[type="radio"]{
	-webkit-appearance:radio;
}
#official_menu [id*="shutto-property"] input[type="checkbox"]{
	-webkit-appearance:checkbox;
}
#official_menu .search_Bt {
	width: 31px;
	height: auto;
	padding: 6px 7px;
	background:#f0e8e8;
	float:right;
	box-sizing: border-box;
}

#official_menu input[type="text"] {
	border: medium none;
	padding: 5px;
	vertical-align: top;
	width: 85%;
	box-shadow: none;
	border-radius: 0;
	float:left;
}
#official_menu #closeBt {
	clear: both;
	border-radius: 6px;
	padding: 10px 0 10px 20px;
	text-align: center;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #dacfcf;
	background: url("//www.atsugi.co.jp/recruit/images/header_sp_ic03.png") , -webkit-linear-gradient(top, #ffffff 0%,#e3e0e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: url("//www.atsugi.co.jp/recruit/images/header_sp_ic03.png"),linear-gradient(to bottom, #ffffff 0%,#e3e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat: no-repeat;
	background-position: left 18px center, left top;
	background-size: 15px 15px , 100% 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	cursor: pointer;
	font-size: 16px;
}


/*=================================
	snsArea
================================ */
#snsArea {
	margin: 15px auto 10px;
	width:333px;
	}
#snsArea div {
	float: left;
}
#snsArea .facebookBtn {
	width: 98px;
	margin-left: 8px;
}
#snsArea .twitBtn {
	width: 88px;
	margin-left: 8px;
}
#snsArea .checkBtn {
	width: 58px;
	margin-left: 8px;
}
#snsArea .gooBtn {
	width: 34px;
	margin-left: 8px;
}
#snsArea .gooBtn div{
	width: 40px;
}


/*=================================
	Footer
================================ */
#footer {
	clear: both;
	margin-top: 27px;
	background: #e60012;
}

/* pageUp */
#footer .pageUp {
	padding: 5px;
	background: -moz-linear-gradient(center bottom, #e4e1e1 5%,#ffffff 67%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #e4e1e1),color-stop(0.67, #ffffff));
}
#footer .pageUp a {
	display: block;
	padding: 6px 0 8px;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}
#footer .pageUp a span {
	display: table;
	margin: 0 auto;
	padding-left: 20px;
	background: url(../images/com_ic01.png) no-repeat 0 0.2em;
	background-size: 15px 15px;
	font-size: 120%;
	color: #000000;
	text-shadow: 0px 0px 1px rgba(34,34,34,0.7);
}

/* footerNav */
#footer #footerNav {
	border-bottom: 1px solid #d8d4d5;
	background: #e8e8e8;
}
#footer #footerNav ul {
	display: table;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}
#footer #footerNav li {
	display: table-cell;
	padding-right: 10px;
}
#footer #footerNav li a {
	padding-left: 10px;
	text-shadow: 0 1px 1px #e22166;
}
/* copyright */
#copyright {
	position: relative;
	clear: both;
	padding: 4px 0 4px;
	color:#FFFFFF;
	text-shadow: 0 0 1px #FFFFFF;
	text-align: center;
	font-size: 90%;
}
/*=================================
	content
================================ */
/* Section
-------------------------------- */
.section {
	padding: 0 10px 0;
	border-top: 1px solid #ddd2d2;
	background: -moz-linear-gradient(center top, #f7ecf0 0%,#ffffff 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fce6e8),color-stop(0.5, #ffffff));
}
/* Title layout
-------------------------------- */
/* heading02 */
.heading02 {
	position: relative;
	padding: 0 16px 0 45px;
	margin-bottom: 15px;
	font-weight: bold;
	text-shadow: 0 1px 1px #ffffff;
	font-size: 160%;
	color: #e60012;
	background: url(../images/com_ic02.png) no-repeat 100% 0.1em;
	background-size: 18px 23px;
}
.heading02 span.small {
	display: block;
	color: #000000;
	text-shadow: 0px 0px 1px rgba(34,34,34,0.7);
	font-size: 60%;
}
.heading02 img {
	position: absolute;
	top: 0;
	left: 0;
}
/* heading03 */
.heading03 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 7px 10px 9px 0;
}
.heading03 span {
	border-left: 5px solid #D70C1F;
	padding: 1px 0 2px 7px;
}
/* heading04 */
.heading04 {
	color: #ffffff;
	font-size: 12px;
	padding: 7px 10px 9px 15px;
	background: #e14886;
	margin-top: 10px;
	text-shadow: #FFFFFF !important;
}
.heading04 span {
	border-left: 5px solid #ffffff;
	padding: 1px 0 2px 7px;
}
/* to TOP
-------------------------------- */
/* homelinkArea */
.homelinkArea {
	border-top: 1px solid #ddd2d2;
}
.homelinkArea .btn {
	padding: 5px;
	margin: 15px 144px 0 10px;
	background: -moz-linear-gradient(center bottom, #e4e1e1 5%,#ffffff 67%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #e4e1e1),color-stop(0.67, #ffffff));
	border: 1px solid #ddd2d2;
}
.homelinkArea a {
	display: block;
	padding: 8px 0 5px;
}
.homelinkArea a span {
	display: table;
	margin: 0 auto;
	padding-left: 20px;
	background: url(../images/com_ic06.png) no-repeat 0 0.2em;
	background-size: 6px 10.5px;
	font-size: 120%;
	color: #000000;
	text-shadow:1px 0 1px #000000;
}


/*=================================
	/sp/index.html
================================ */

/* mainVisual
-------------------------------- */
#mainVisual {
	text-align: center;
	border-top: #d8d4d5 solid 1px;
	border-bottom: #d8d4d5 solid 1px;
}
#mainVisual img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* Slider */
.bx-wrapper .bx-window {
	border-bottom: #d8d4d5 solid 1px;
}
.bx-wrapper .bx-pager {
	width: 100%;
	padding: 8px 0 5px;
}
.bx-wrapper .bx-pager a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 50px;
	text-indent: -9999px;
}
.bx-wrapper .bx-pager a:first-child {
	margin-left: 0;
}
.bx-wrapper .bx-pager a.pager-active {
	background-color: #b43569;
	border: 1px solid #b43569;
}
.bx-wrapper .prev-next {
	display: none;
}



/* Section
-------------------------------- */
.section02 {
	padding: 0 10px 0;
	border-top: 1px solid #ddd2d2;
	background: -moz-linear-gradient(center top, #f9f9f9 0%,#ffffff 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9),color-stop(0.5, #ffffff));
}
.section03 {
	padding: 0 0 0;
	border-top: 1px solid #ddd2d2;
	background: -moz-linear-gradient(center top, #f7ecf0 0%,#ffffff 12%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7ecf0),color-stop(0.12, #ffffff));
}


/* parts
-------------------------------- */
/* col2 */
.col2 {
	clear: both;
	margin-bottom: 15px;
	width: 100%;
}
.col2 .colLeft {
	float: left;
	width:25%;
	padding-right: 10px;
}
.col2 .colRight {
	float: left;
	width:65%;
	display: table-cell;
}
.col2 .title {
	font-size:120%;
}

.icon01 {
	background: url(../images/com_pc.png) no-repeat scroll 100% 40% transparent !important;
	background-size: 18px 16px !important;
	display: inline-block !important;
	padding-right: 23px !important;
}
/* banner */
.banner {
	margin: 0 auto 10px;
	width: 306px;
}
.banner li {
	float: left;
	margin-right: 10px;
}
.banner li.socialLink {
	float: none !important;
	clear:both;
	margin-top: 5px;
	text-align: center;
}
.banner li.socialLink a{
	background: url(../images/com_pc.png) no-repeat scroll 100% 40% transparent !important;
	background-size: 18px 16px !important;
	padding-right: 23px !important;
}
/* socialArea */

.socialArea {
	margin: 10px auto 5px;
	padding: 0 20px;
	}
.socialArea dl {
	max-width: 255px;
	margin: 0 auto;
	padding: 15px 20px 10px;
	border-top: solid 2px #ddd2d2;
	}
.socialArea dl dt,
.socialArea dl dd {
	float: left;
	}
.socialArea dl dt img {
	border: solid 1px #c8c8c8;
	}
.socialArea dl dd img {
	margin: 0px 0 10px 20px;
	}
.socialArea_btn img {
	max-width: 100%;
	height: auto;
}
	
/* ProductNav */
#ProductNav {
	padding: 14px 10px 0;
	margin-bottom: 15px;
	background: -moz-linear-gradient(center top, #fce6e8 0%,#ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fce6e8),color-stop(1, #ffffff));
}

/* otherNav */
#otherNav {
	margin: 10px auto 30px;
	text-align: center;
}
#otherNav li {
	margin-right: 10px;
	display: inline-block;
	width: 29%;
	margin-top: 5px;
	text-align: center;
	background: -moz-linear-gradient(top,#ffffff 30%,#e4e1e1 70%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e4e1e1));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 7px;
	border: 1px solid #dacfcf;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:0px -1px 1px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);
}
#otherNav li a {
	display: block;
	padding: 25px 0 2px 5px;
	color: #000000 !important;
	text-shadow: 0px 0px 1px rgba(34,34,34,0.7) !important;
	font-size:120% !important;
}
#otherNav li a span {
	background: url(../images/com_ic04.png) no-repeat 0 center;
	background-size: 6px 13px;
	padding: 12px 6px 12px 12px;
}
#otherNav li a img {
	padding: 4px 0 0 55px;
}
#otherNav .sameWin {
	vertical-align: top;
}
#otherNav .sameWin a {
	padding-bottom: 27px;
}
#otherNav.otherNavLink.count2 {
	margin: 12px auto 20px;
}
#otherNav.otherNavLink.count2 li {
	width: 46.0%;
	margin-right: 8px;
}
#otherNav.otherNavLink.count2 li:nth-child(2n) {
	margin-right: 0;
}
#otherNav.otherNavLink.count2 li:nth-child(n+3) {
	margin-top: 12px;
}
#otherNav.otherNavLink.count2 li a {
	padding: 25px 0 22px;
	font-size: 130% !important;
}
#otherNav.otherNavLink.count2 li a span {
	padding: 12px 6px 10px 12px;
}

/* infoArea */
.infoArea .infoList {
	padding: 7px 0 10px 10px;
	background: url(../images/com_bg01.png) repeat-x 0 0;
}
.infoArea .infoList dd.infoContents {
	padding: 0 30px 0 0;
}
.infoArea .infoList dt {
	display: table-cell;
	padding: 0 1px 0 0;
	width: 9em;
}
.infoArea .infoList dd.category {
	display: table-cell;
	padding: 0.1em 7px 0 0;
}
/* menuList */
.menuList {
	padding: 0 0 15px;
}
.menuList li {
	position: relative;
	width: 100%;
	background: -moz-linear-gradient(top,#ffffff 30%,#e4e1e1 70%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e4e1e1));
	border: 1px solid #dacfcf;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:0px -1px 1px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);
}
.menuList li .img {
	position: absolute;
	top:7px;
	left:7px;
}
.menuList li a {
	display: block;
	padding: 14px 0 14px 42px;
	color: #000000 !important;
	text-shadow: 0px 0px 1px rgba(34,34,34,0.7) !important;
	font-size:120% !important;
	background: url(../images/com_ic03.png) no-repeat 97% 50%;
	background-size: 15px 15px;
}
.menuList li a span {
	color: #cccccc !important;
	text-shadow: 0px 0px 1px #ffffff;
}
.menuList li a img {
	padding: 4px 0 0 0;
	text-align: right;
}

#care_bnr {
	text-align: cemter;
}
#care_bnr img {
	max-width: 100%;
}
.subsequent_bnr {
	text-align: cemter;
}
.subsequent_bnr img {
	max-width: 100%;
}

/* Link layout
-------------------------------- */
/* normalLink */
.btnSection {
	margin: 0 10px 0;
}
.normalLink {
	display: inline-block;
	width: 100%;
	margin: 5px 0 15px;
	padding: 0;
	background: -moz-linear-gradient(top,#ffffff 30%,#e4e1e1 70%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e4e1e1));
	border: 1px solid #dddddd;
	text-align: center;
}
.normalLink a {
	display: block;
	padding: 10px 0 10px 5px;
	color: #000000 !important;
	text-shadow: 0px 0px 1px rgba(34,34,34,0.7) !important;
	font-size:140% !important;
}
.normalLink a span {
	background: url(../images/com_ic04.png) no-repeat 0 center;
	background-size: 6px 13px;
	padding: 12px 6px 12px 12px;
}
.normalLink a img {
	padding: 4px 0 0 0;
}
.normalLink.type-contact {
	margin: 0;
	border-right: none;
	border-left: none;
	box-sizing: border-box;
}
.normalLink.type-contact a::after {
	display: none;
}


/*=================================
	/sp/ourbrands/innerwear/index.html
================================ */
/* heading02 */
#ourbrands .ourbrandsTitle {
	position: relative;
	margin-bottom: 0 !important;
	background: -moz-linear-gradient(center bottom, #ffffff 5%,#f3efef 67%) !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ffffff),color-stop(0.67, #f3efef)) !important;
	border-top: 1px solid #dacfcf;
	text-shadow: 0px 0px 1px #000000;
	color: #000000 !important;
}
#ourbrands .ourbrandsTitle h2 {
	padding: 18px 0 18px 20px;
	font-size: 150% !important;
	padding: 15px 0 15px 60px !important;
}
#ourbrands .ourbrandsTitle img {
	position: absolute;
	top:7px;
	left:7px;
}
#ourbrands .ourbrandsTitle span {
	color: #cccccc !important;
	text-shadow: 0px 0px 1px #ffffff;
}

/* flickSlider */
.flickSlider {
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 90px;
	background: url(../../ourbrands/innerwear/images/index_bg01.gif) no-repeat 0 0;
	background-size: 300px 80px;
}
.flickWrapper {
	overflow: hidden;
	width: 180px !important;
	position: relative;
	top: 10px;
	left: 60px;
}
.flickWrapper li {
	position: absolute;
}
.flickWrapper li a {
	display: block;
}
.flickWrapper li.current {
	left: 0 !important;
}

/*=================================
	navi setting
=================================*/
.flickSlider .navi li {
	position: absolute;
	top: 2px;
}
.flickSlider .navi li a {
	display: block;
	width: 20px;
	height: 77px;
	text-indent: -9999em;
	outline: none;
}
.flickSlider .navi .prev {
	left: 2px;
}
.flickSlider .navi .prev a {
	background: url(../../ourbrands/innerwear/images/index_bt01.gif) no-repeat 0 0;
	background-size: 20px 77px;

}
.flickSlider .navi .next {
	right: 2px;
}
.flickSlider .navi .next a {
	background: url(../../ourbrands/innerwear/images/index_bt02.gif) no-repeat 0 0;
	background-size: 20px 77px;
}

/*=================================
	animation setting
=================================*/
.moving {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}


/* CategoryList */
#ourbrands .CategoryList {
	padding: 0 0 15px;
	margin-top: 10px;
}
#ourbrands .CategoryList li {
	position: relative;
	width: 100%;
	padding: 10px 20px;
	background: -moz-linear-gradient(top,#ffffff 30%,#e4e1e1 70%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e4e1e1));
	border: 1px solid #dacfcf;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:0px -1px 1px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);
}
#ourbrands .CategoryList li .img {
	position: absolute;
	top:7px;
	left:7px;
}
#ourbrands .CategoryList li a {
	display: block;
	padding: 12px 0 12px 12px;
	color: #000000 !important;
	text-shadow: 0px 0px 1px rgba(34,34,34,0.7) !important;
	font-size:120% !important;
	background: url(../images/com_ic03.png) no-repeat 97% 50%;
	background-size: 15px 15px;
}
/* BrandList */
#ourbrands .BrandList {
	margin: 0 0 15px 0;
	border-left: 1px solid #dacfcf;
	border-right: 1px solid #dacfcf;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
}
#ourbrands .BrandList li {
	position: relative;
	width: 100%;
	padding: 10px 20px;
	background: #FFFFFF;
	border-bottom: 1px solid #dacfcf;
	text-shadow:0px -1px 1px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);
}
#ourbrands .BrandList li .img {
	position: absolute;
	top:7px;
	left:7px;
}
#ourbrands .BrandList li a {
	display: block;
	padding: 10px 0 10px 65px;
	color: #000000 !important;
	text-shadow: 0px 0px 1px rgba(34,34,34,0.7) !important;
	font-size:120% !important;
	background: url(../images/com_ic03.png) no-repeat 97% 50%;
	background-size: 15px 15px;
}
#ourbrands .BrandList li .noLink {
	display: block;
	padding: 10px 0 10px 65px;
	color: #000000 !important;
	text-shadow: 0px 0px 1px rgba(34,34,34,0.7) !important;
	font-size:120% !important;
	background: none !important;
	background-size: 15px 15px;
}
#ourbrands .BrandList li a span {
	color: #cccccc !important;
	text-shadow: 0px 0px 1px #ffffff;
}
#ourbrands .BrandList li a img {
	padding: 4px 0 0 0;
	text-align: right;
}
/* accordionBox */
#ourbrands .accordionBox {
	margin-bottom: 15px;
}
#ourbrands .accordionBox .BrandTitle {
	position: relative;
	padding: 10px 20px;
	background: -moz-linear-gradient(top,#ffffff 30%,#e4e1e1 70%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e4e1e1));
	border: 1px solid #dacfcf;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:0px -1px 1px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);
	padding: 12px 0 12px 12px;
	text-shadow: 0px 0px 1px rgba(34,34,34,0.7) !important;
	font-size:120% !important;

}
#ourbrands .accordionBox .switch {
	position: absolute;
	display: none;
	top: 5px;
	right: 5px;
	width: 3em;
	padding: 6px 8px 6px 26px;
	background: #f5ecec url(../../ourbrands/innerwear/images/index_ic23.png) no-repeat 10% 50%;
	background-size: 12px 12px;
	border: #dacfcf 1px solid;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 2px 3px 1px #ffffff inset;
	text-align: center;
}
#ourbrands .accordionBox .switch.on {
	background: #f5ecec url(../../ourbrands/innerwear/images/index_ic24.png) no-repeat 10% 50% !important;
	background-size: 12px 12px !important;
}









/*=================================
	Other
================================ */
.mt0 {
	margin-top: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.ml10 {
	margin-left: 10px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}

/* clearfix
================================ */
#header:after,
#snsArea:after,
.col2:after,
.banner:after,
.normalLink a:after,
#otherNav ul:after,
#flickWrapper .bannerArea ul,
.flickSlider .navi:after,
.socialArea dl:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
