
/*------------------------------------------------

 common.css

------------------------------------------------*/


/* general rules
================================================*/


/* html
------------------------------------------------*/

html {
    overflow-y: scroll;
    height: 100%;
}


/* body
------------------------------------------------*/

body {
    margin: 0;
    color: #171717;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Osaka", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1vw;
    text-align: left;
    line-height: 1.7em;
    height: 100%;
}


/* 99% for safari; 100% is too large */

select,
input,
textarea {
    font: 99%;
}


/* Bump up !IE to get to 13px equivalent */

pre,
code {
    font: 115% monospace;
    *font-size: 100%;
}


/* link
------------------------------------------------*/

a {

}

a:link {
    color: #171717;
    text-decoration: none;
}

a:visited {
    color: #171717;
    text-decoration: none;
}

a:hover,
a:active {
    color: #171717;
    text-decoration: underline;
    cursor: pointer;
}




/* img
------------------------------------------------*/

img {
    border: 0;
	vertical-align: top;
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
}

a:active img {
    text-decoration: none;
}

img.hover,
#ProductOverview #POBtnArea02 img {
    transition: 0.3s ease-in-out;
}

img.hover:hover,
#ProductOverview #POBtnArea02 img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    /* Firefox */
    filter: alpha(opacity=80);
    /* IE6/7 */
    -ms-filter: "alpha( opacity=80 )";
    /* IE8 */
}


/* text
------------------------------------------------*/

strong {
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0em;
}

em {
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
}

address {
    font-style: normal;
}


/* h1, h2, h3, h4, h5, h6
------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1em;
    letter-spacing: 0em;
    margin: 0;
}



/* paragraph
------------------------------------------------*/

div {
    margin: 0;
    line-height: 1.7em;
}

p {
    margin: 0;
    line-height: 1.7em;
}


/* list
------------------------------------------------*/

ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li ul {
    list-style: disc;
    margin: 0;
}

ol {
    list-style: decimal;
    margin: 0;
    padding-left: 0;
}

dl {
    margin: 0;
}

dl dt {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

dl dd {
    margin: 0;
    line-height: 1.5;
}


/* form
--------------------------------------*/

input,
textarea,
select {
    margin: 0;
}

input[type=text],
input[type=email],
input[type=password] {
    border: #b9b9c8 solid 1px;
    padding: 5px;
	outline: none;
}

input[type=checkbox] {
    margin-right: 5px;
}


/* common rules
================================================*/


/* align
------------------------------------------------*/

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.top {
    vertical-align: top;
}


/* table
------------------------------------------------*/

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}


/* text
------------------------------------------------*/

.f24 {
    font-size: 24px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
    line-height: 1.2em;
}

.f11 {
    font-size: 11px;
}

.f10 {
    font-size: 10px;
}

.f9 {
    font-size: 9px;
}

.warning {
    color: #C00;
}

.red {
    color: #FF0000;
}

.pink {
    color: #dc4d70;
}

.bk {
    color: #000;
}

.gy {
    color: #666;
}

.wt {
    color: #FFF;
}

.br {
    color: #b28146;
}

.plain {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.submessage {
    font-size: 11px;
}


/* margin
------------------------------------------------*/

.mAuto {
    margin-left: auto;
    margin-right: auto;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.mT2 {
    margin-top: 2px;
}

.mT5 {
    margin-top: 5px;
}

.mT10 {
    margin-top: 10px;
}

.mT15 {
    margin-top: 15px;
}

.mT20 {
    margin-top: 20px;
}

.mT-20 {
    margin-top: -20px;
}

.mT30 {
    margin-top: 30px;
}

.mT35 {
    margin-top: 35px;
}

.mT40 {
    margin-top: 40px;
}

.mT50 {
    margin-top: 50px;
}

.mL5 {
    margin-left: 5px;
}

.mL10 {
    margin-left: 10px;
}

.mL15 {
    margin-left: 15px;
}

.mL18 {
    margin-left: 18px;
}

.mL20 {
    margin-left: 20px;
}

.mL30 {
    margin-left: 30px;
}

.mL50 {
    margin-left: 50px;
}

.mL100 {
    margin-left: 100px;
}

.mL200 {
    margin-left: 200px;
}

.mL252 {
    margin-left: 252px;
}

.mR5 {
    margin-right: 5px;
}

.mR10 {
    margin-right: 10px;
}

.mR15 {
    margin-right: 15px;
}

.mR20 {
    margin-right: 20px;
}

.mR30 {
    margin-right: 30px;
}

.mLR10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mLR20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mB5 {
    margin-bottom: 5px;
}

.mB10 {
    margin-bottom: 10px;
}

.mB15 {
    margin-bottom: 15px;
}

.mB20 {
    margin-bottom: 20px;
}

.mB30 {
    margin-bottom: 30px;
}

.mB40 {
    margin-bottom: 40px;
}

.mTB10 {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* float
------------------------------------------------*/

.Lfloat {
    float: left;
}

.Rfloat {
    float: right;
}


/* [hack] clear fix
--------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
    /* for IE 7*/
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* End hide from IE-mac */


/* show_sp
--------------------------------------*/

.show_sp,
header a.menu,
header a.SPmenuProduct,
#MainNavi ul li:first-child ul,
header .SPmenuSearch,
#searchArea #keyWordArea,
#footerInfo .footerInfoSNS_SP,
.pcNone{
    display: none !important;
}


/* general layout
================================================*/


/* wrap
------------------------------------------------*/
#wrap{
	/* max-width: 1460px;
	margin: 0 auto; */
}


/* header
------------------------------------------------*/
header{
	position: relative;
}
header #headerIn,
#foottrace #foottraceInner,
#productListBox .productListTitleIn,
#productListBox .productListBoxSelectIn,
#SubNavi ul,
#footerBnr #footerBnrBox,
footer #footerIn,
#contentNew .contentCenterBox,
#ProductColumnArea{
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 20px;
}

#footerBnr #footerBnrBox,
#ProductColumnArea{
	position: relative;
	padding: 0 40px;
}
#footerBnr #footerBnrBox .lSSlideOuter{
	max-width: 1420px;
	margin: 0 auto;
}
header #headerIn{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header #headerIn .IOLogo{
	min-width: 160px;
	max-width: 160px;
	width: 160px;
	padding: 24px 0;
	margin-right: 3.08vw;
}
header #headerIn .IOLogo img{
	vertical-align: top;
}




/* searchArea
------------------------------------------------*/
#searchArea{
	width: 23.4vw;
	max-width: 351px;
	position: relative;
	margin-left: 3vw;
	height: 95px;
}
#searchArea #searchAreaform{
	margin-top: 10px;
	overflow: hidden;
	height: 42px;
}

#searchArea #SS_searchForm{
	position: relative;
	z-index: 1000;
	border: #e1e1e1 solid 1px;
	border-radius: 5px;
	height: 42px;
	box-sizing: border-box;
}
#searchArea #SS_searchForm .gnavi{
	height: 100%;
	padding: 8px 11px;
}
@-moz-document url-prefix(){
	#searchArea #SS_searchForm .gnavi{
		padding: 7px 11px;
	}
}
_::-webkit-full-page-media, _:future, :root #searchArea #SS_searchForm .gnavi{
	padding: 9px 11px;
}
#searchArea #SS_searchQuery{
	font-size: 14px;
	border: none;
	line-height: 1em;
	padding: 0;
	width: calc(100% - 24px);
	height: 14px;
}
#searchArea #SS_searchSubmit{
	min-width: 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/shared/lcd/img/btn_serach.png) left top no-repeat;
	background-size: 40px auto;
	border: none;
	text-indent: -9999px;
}
#searchArea #SS_suggest{
	background: #fff;
	width: 100% !important;
}
#searchArea #SS_suggest div{
	padding: 0.5vw 11px;
	font-size: 14px;
	border-left: #dfdfdf solid 1px;
	border-right: #dfdfdf solid 1px;
	border-bottom: #dfdfdf solid 1px;
}
#searchArea #SS_suggest div:hover{
	cursor: pointer;
	background: #eaedff;
}
#searchArea .gnavi{
	margin-top: 10px;
}
#searchArea #searchBtm #searchBtmLeft{
	display: none;
}
#searchArea span.gnavi{
	display: flex;
	font-size: 0;
	margin-top: 10px;
}

#searchArea .HeaderSNS{
	display: flex;
	position: absolute;
	bottom: 10px;
	right: 0;
}
#searchArea .HeaderSNS li{
	width: 22px;
	margin-left: 9px;
}


/* nav
------------------------------------------------*/
#MainNavi{
	font-size: 14px;
	line-height: 14px;
}
#MainNavi ul{
	display: flex;
}
#MainNavi ul li{
	text-align: center;
	white-space: nowrap;
}
#MainNavi ul li p,
#MainNavi ul li a{
	display: block;
	padding: 25px 2vw 22px;
	line-height: 1em;
    transition: 0.3s ease-in-out;
}
#MainNavi ul li a{
	color: #606060;
}
#MainNavi ul li p{
	color: #435ac0;
}
#MainNavi ul li a:hover{
	text-decoration: none;
	background: #f9f9f8;
}
#MainNavi ul li img{
	display: block;
	width: 26px;
	margin: 0 auto 8px;
}

#product #MainNavi ul li p,
#MainNavi ul li p:hover,
#MainNavi ul li p.open{
	background: #eaedff;
	cursor: pointer;
}


/* productListBox */
#productListBox{
	position: absolute;
	top: 94px;
	left:0;
	width: 100%;
	z-index: 1000;
	display: none;
}
#productListBox .productListTitle{
	background: #eaedff;
	padding: 10px 0;
}
#productListBox .productListTitleIn{
	display: flex;
	align-items: baseline;
	position: relative;
}
#productListBox .productListTitleIn .title{
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	line-height: 31px;
}
#productListBox .productListTitleIn a{
	display: block;
	background: #fff;
	border: #435ac0 solid 2px;
	border-radius: 3px;
	font-weight: bold;
	color: #435ac0;
	padding: 3px 35px 1px;
    transition: 0.3s ease-in-out;
	font-size: 14px;
}
#productListBox .productListTitleIn a:hover{
	background: #435ac0;
	color: #fff;
	text-decoration: none;
}
#productListBox .productListTitleIn .menuClose{
	position: absolute;
	top: 0;
	bottom:0;
	margin: auto;
	right: 20px;
	width: 20px;
	height: 20px;
}
#productListBox .productListTitleIn .menuClose:hover{
	cursor: pointer;
}

#productListBox .productListBoxSelect{
	background: #c5cceb;
	padding: 20px 0;
}
#productListBox .productListBoxSelect ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
#productListBox .productListBoxSelect ul li{
	width: 19.2%;
	margin-right: 1%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	flex-basis: auto !important;
}
#productListBox .productListBoxSelect ul li:nth-of-type(5n){
	margin-right: 0;
}
#productListBox .productListBoxSelect ul li:nth-of-type(1),
#productListBox .productListBoxSelect ul li:nth-of-type(2),
#productListBox .productListBoxSelect ul li:nth-of-type(3),
#productListBox .productListBoxSelect ul li:nth-of-type(4),
#productListBox .productListBoxSelect ul li:nth-of-type(5){
	margin-top: 0;
}
#productListBox .productListBoxSelect ul li span{
	font-size: 12px;
}
#productListBox .productListBoxSelect ul li a{
	display: block;
	background: #fff;
	border-radius: 5px;
	padding: 8px 9px;
	width: 100%;
	display: flex;
	align-items: center;
    transition: 0.3s ease-in-out;
}
#productListBox .productListBoxSelect ul li a:hover{
	background: #435ac0;
	text-decoration: none;
	color: #fff;
}
#productListBox .productListBoxSelect ul li img{
	width: 50px;
}
#productListBox .productListBoxSelect ul li p:first-child{
	width: 50px;
	min-width: 50px;
	margin-right: 9px;	
}
#productListBox .productListBoxSelect ul li p{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2em;
	font-size: 14px;
}

/* SubNavi */
#SubNavi{
	background: #f8f8f8;
	padding: 0.86vw 0 0.73vw;
	border-bottom: #e6e7e8 solid 1px;
	font-size: 13px;
	line-height: 1.3em;
}
#SubNavi ul{
	display: table;
	width: calc(100% - 40px);
}

#SubNavi ul li{
	display: table-cell;
	border-right: #e6e7e8 solid 1px;
}
#SubNavi ul li:first-child{
	border-left: #e6e7e8 solid 1px;
}
#SubNavi ul li a{
	display: inline-block;
	vertical-align: middle;
	padding: 0.13vw 0;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	line-height: 1.3em;
}
#SubNavi ul li a span{
	display: block;
}
#SubNavi ul li a:hover{
	text-decoration: none;
	color: #435ac0;
}
.fixed {
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 10000;
}




/* breadcrumb foottrace パンくず
------------------------------------------------*/
#foottrace{
	background: #435ac0;
	padding: 8px 0;
	font-size: 12px;
	color: #fff;
}
#foottrace #foottraceInner{
	display: flex;
}
#foottrace #foottraceInner p{
	margin-right: 5px;
}
#foottrace #foottraceInner p a{
	color: #fff;
}
/* #foottrace #foottraceInner p:after{
	content: ">";
	margin-left: 5px;
} */
#foottrace #foottraceInner p:last-child:after{
	content: "";
	margin-left: 0;
}



/* footer
------------------------------------------------*/
footer #footerBnr{
	/* border-top: #f1f1f1 solid 1px;
	padding: 3.33vw 0;  */
}
footer #footerBnr p{
	padding: 3.33vw 0
}
#footerInfo{
	border-top: #f1f1f1 solid 1px;
	padding: 1.33vw 0;
}
#footerInfo #footerIn{
	display: flex;
	justify-content: space-between;
}
#footerInfo .footerInfoLink,
#footerInfo .footerInfoSNS{
	display: flex;
}
#footerInfo .footerInfoLink li{
	margin-left: 5.33vw;
}
#footerInfo .footerInfoLink li a{
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    transition: 0.3s ease-in-out;
}
#footerInfo .footerInfoLink li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
#footerInfo .footerInfoLink li img{
	max-width: 3.4vw;
	margin-right: 0.66vw;
}
#footerInfo .footerInfoLink li p{
	line-height: 1em;
}
#footerInfo .footerInfoLink li .Sub{
	color: #435ac0;
	font-size: 12px;
	margin-bottom: 7px;
}
#footerInfo .footerInfoLink li .Title{
	font-size: 16px;
}

#footerInfo .footerInfoSNS li{
	width: 3.2vw;
	margin-left: 1.33vw;
}
#footerInfo .footerInfoLink li:first-child,
#footerInfo .footerInfoSNS li:first-child{
	margin-left: 0;
}

#footerBuyContact{
	background: #f8f8f8;
	padding: 20px 0;
}
#footerBuyContact #footerIn{
	display: flex;
}
#footerBuyContact .Title{
	font-weight: bold;
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 10px;
}
#footerBuyContact .footerBuyContactBox{
	margin-left: 6vw;
}
#footerBuyContact .footerBuyContactBox:first-child{
	margin-left: 0;
}
#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn{
	display: flex;
}
#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn li{
	margin-left: 1.2vw;
}
#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn li:first-child{
	margin-left: 0;
}
#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn li a{
	display: block;
	border-radius: 5px;
	background: #fff;
	border:#aca9a9 solid 1px;
	text-align: center;
	width: 200px;
	padding: 6px 0;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	line-height: 2.2em;
}
#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn li a p{
	line-height: 2.2em;
}
#footerBuyContact .footerBuyContactBox ul li {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 7px;
}
#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn li a:hover{
	opacity: 0.7;
	text-decoration: none;
}
#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn li:first-child img{
	width: 100px;
}

#footerBuyContact .footerBuyContactBox ul.normalLink li:before{
	content: "";
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
	width: 0.46vw;
	height: 0.73vw;
	background: url(/shared/lcd/img/footer_icon_link.png) left top no-repeat;
	background-size: 0.46vw auto;
}

#footerBuyOther{
	background: #f8f8f8;
	border-top: #dedede solid 1px;
	padding: 23px 0;
}
#footerBuyOther #footerIn,
#footerCopyArea #footerIn{
	display: flex;
}
#footerBuyOther li{
	border-left: #dedede solid 1px;
	font-size: 13px;
	padding: 0 25px;
	line-height: 1.5em;
}
#footerBuyOther li:first-child{
	border-left: none;
	padding-left: 0;
}

#footerCopyArea{
	background: #435ac0;
	padding: 13px 0;
}
#footerCopyArea .logo{
	width: 120px;
	display: flex;
	align-items: center;
}
#footerCopyArea #footerIn{
	justify-content: space-between;
	align-items: center;
}
#footerCopyArea #footerIn ul{
	display: flex;
}
#footerCopyArea #footerIn ul li{
	border-left: #fff solid 1px;
	line-height: 1.2em;
	padding: 0 2vw;
	display: flex;
	align-items: center;
}
#footerCopyArea #footerIn ul li:first-child{
	border-left: none;
}
#footerCopyArea #footerIn ul li,
#footerCopyArea #footerIn ul li a{
	font-size: 13px;
	color: #fff;
}
#footerCopyArea #footerIn ul li.copy{
	font-size: 10px;
}

/* to_top
------------------------------------------------*/

#pageTop,
#hide {
    position: fixed !important;
    bottom: 10px;
    right: 10px;
    width: 46px;
    z-index: 100;
}


@media screen and ( max-width:1150px ){
	#MainNavi ul li p,
	#MainNavi ul li a{
		padding: 25px 1.7vw 22px;
	}
	header #headerIn .IOLogo{
		min-width: 120px;
		width: 120px;
		margin-right: 3vw;
	}
	#productListBox .productListTitle{
		padding: 0.86vw 0;
	}
	#productListBox .productListBoxSelect{
		padding: 1.73vw 0;
	}
	#productListBox .productListTitleIn .title{
		font-size: 1.39vw;
	}
	#productListBox .productListTitleIn .menuClose{
		width: 1.73vw;
		height: 1.73vw;
	}
	#productListBox .productListTitleIn a{
		font-size: 1.21vw;
		padding: 0.26vw 3.04vw 0.08vw;
	}
	#MainNavi,
	#searchArea #SS_searchQuery,
	#productListBox .productListBoxSelect ul li a,
	#searchArea #SS_suggest div,
	#productListBox .productListBoxSelect ul li p{
		font-size: 1.21vw;
	}
	#productListBox .productListBoxSelect ul li span,
	#SubNavi,
	#breadcrumb,
	#footerBuyContact .footerBuyContactBox ul li,
	#foottrace{
		font-size: 1.04vw;
	}
	#footerInfo .footerInfoLink li{
		margin-left: 3vw;
	}
	#footerInfo .footerInfoLink li .Sub{
		font-size: 1.04vw;
		margin-bottom: 0.6vw;
	}
	#footerInfo .footerInfoLink li .Title{
		font-size: 1.39vw;
	}
	#footerBuyContact .Title{
		font-size: 1.3vw;
	}
	
	#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn li a{
		width: 17.39vw;
	}
	#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn li a p{
		line-height: 2.3em;
	}
	#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn li:first-child img{
		width: 8.69vw;
	}
	#footerBuyOther{
		padding: 2vw 0;
	}
	#footerBuyOther li{
		font-size: 1.13vw;
		padding: 0 2.17vw;
	}
	#footerCopyArea #footerIn ul li,
	#footerCopyArea #footerIn ul li a{
		font-size: 1.13vw;
	}
	#footerCopyArea #footerIn ul li.copy{
		font-size: 0.86vw;
	}

}
@media screen and ( max-width:900px ){
	header #headerIn .IOLogo{
		min-width: 100px;
		width: 100px;
	}
	#searchArea .HeaderSNS li{
		margin-left: 0.5vw;
	}
	#footerBuyContact .footerBuyContactBox ul li{
		font-size: 1.04vw;
	}
}
@media screen and ( min-width:1300px ){
	#SubNavi{
		font-size: 0.9vw;
	}
	#SubNavi ul li a br{
		display: none;
	}
	#SubNavi ul li a span{
		display: inline;
	}
}
@media screen and ( min-width:1500px ){
	body{
		font-size: 15px;
	}
	/* header
	------------------------------------------------*/
	header #headerIn,
	#foottrace #foottraceInner,
	#productListBox .productListTitleIn,
	#productListBox .productListBoxSelectIn,
	#SubNavi ul,
	#footerBnr #footerBnrBox,
	footer #footerIn,
	#contentNew .contentCenterBox{
		padding: 0;
	}
	header #headerIn .IOLogo{
		margin-right: 45px;
	}

	

	/* searchArea
	------------------------------------------------*/
	#searchArea{
		position: relative;
		margin-left: 45px;
	}


	
	/* nav
	------------------------------------------------*/
	#MainNavi ul li p,
	#MainNavi ul li a{
		padding: 25px 33px 22px;
	}
	
	/* productListBox */
	#productListBox .productListTitleIn .menuClose{
		right: 0;
	}
	
	/* SubNavi */
	#SubNavi{
		padding: 13px 0 11px;
		font-size: 13px;
	}
	#SubNavi ul li a{
		padding: 2px 0;
	}


	/* footer
	------------------------------------------------*/
	footer #footerBnr p{
		padding: 50px 0;
	}
	#footerInfo{
		padding: 20px 0;
	}
	#footerInfo .footerInfoLink li{
		margin-left: 80px;
	}
	#footerInfo .footerInfoLink li img{
		max-width: 51px;
		margin-right: 10px;
	}
	#footerInfo .footerInfoSNS li{
		width: 48px;
		margin-left: 20px;
	}
	#footerBuyContact .footerBuyContactBox{
		margin-left: 90px;
	}
	#footerBuyContact .footerBuyContactBox ul.ProductBuyBtn li{
		margin-left: 18px;
	}
	#footerBuyContact .footerBuyContactBox ul.normalLink li:before{
		width: 7px;
		height: 11px;
		background-size: 7px auto;
	}
	#footerCopyArea #footerIn ul li{
		padding: 0 30px;
	}
	
}






