/*-----font軽量版読み込み-----*/
@font-face {
    font-family: "Noto Sans Japanese";
    font-style: normal;
    font-weight: 200;
    src: url("/kararie/clothing/common/font/NotoSansCJKJP-Light.eot");
    src: url("/kararie/clothing/common/font/NotoSansCJKJP-Light.eot?#iefix") format('embedded-opentype'),
    url("/kararie/clothing/common/font/NotoSansCJKjp-Light.woff") format('woff'),
    url("/kararie/clothing/common/font/NotoSansCJKjp-Light.ttf")  format('truetype');
}
@font-face {
    font-family: "Noto Sans Japanese";
    font-style: normal;
    font-weight: 300;
    src: url("../font/NotoSansCJKjp-DemiLight.eot");
    src: url("../font/NotoSansCJKjp-DemiLight.eot?#iefix") format('embedded-opentype'),
    url("../font/NotoSansCJKjp-DemiLight.woff") format('woff'),
    url("../font/NotoSansCJKjp-DemiLight.ttf")  format('truetype');
}
@font-face {
    font-family: "Noto Sans Japanese";
    font-style: normal;
    font-weight: 400;
    src: url("../font/NotoSansCJKjp-Regular.eot");
    src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format('embedded-opentype'),
    url("../font/NotoSansCJKjp-Regular.woff") format('woff'),
    url("../font/NotoSansCJKjp-Regular.ttf")  format('truetype');
}
@font-face {
    font-family: "Noto Sans Japanese";
    font-style: normal;
    font-weight: 500;
    src: url("../font/NotoSansCJKjp-Medium.eot");
    src: url("../font/NotoSansCJKjp-Medium.eot?#iefix") format('embedded-opentype'),
    url("../font/NotoSansCJKjp-Medium.woff") format('woff'),
    url("../font/NotoSansCJKjp-Medium.ttf")  format('truetype');
}
@font-face {
    font-family: "Noto Sans Japanese";
    font-style: normal;
    font-weight: 700;
    src: url("../font/NotoSansCJKjp-Bold.eot");
    src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format('embedded-opentype'),
    url("../font/NotoSansCJKjp-Bold.woff") format('woff'),
    url("../font/NotoSansCJKjp-Bold.ttf")  format('truetype');
}
@font-face {
    font-family: "Noto Sans Japanese";
    font-style: normal;
    font-weight: 900;
    src: url("../font/NotoSansCJKjp-Black.eot");
    src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format('embedded-opentype'),
    url("../font/NotoSansCJKjp-Black.woff") format('woff'),
    url("../font/NotoSansCJKjp-Black.ttf")  format('truetype');
}
/*-----font軽量版読み込みend-----*/




/*-----共通-----*/
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

html {width:100% !important; overflow-x: hidden; overflow-y: visible;　 overflow-y:scroll\9;}
body{ margin: 0 auto; font-family:'HG丸ｺﾞｼｯｸM-PRO','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo','メイリオ','Verdana','ＭＳ Ｐゴシック',sans-serif; width:100%; }
body a{ text-decoration:none;}

ol#pankuzu{
	width:1040px;
	margin:0 auto;
	list-style:none;
	font-size:13px;
	overflow:hidden;
	padding:0;
	position:static;
	top:50px;
	z-index:1000;
}
ol#pankuzu li{
	float:left;
	padding-right:10px;
	padding-top:2px;
}
ol#pankuzu li a{
	background: url(/kararie/clothing/common/images/pankuzu_arrow.png) no-repeat scroll right center;
	margin-right:1px;
	padding-right: 12px;
	color:#333333;
}
ol#pankuzu li a:hover{
	color:rgba(0,173,203,0.85);
}
#pankuzu li#top{
	background: url(/kararie/clothing/common/images/home.png) no-repeat left center;
	padding-left:18px;
	padding-top:2px;
	padding-right:6px;
}

body header{
	width:100%;
	background-color:#FFFFFF;
	z-index:500;
	position:fixed;
	top:0;
	border-bottom: solid 1px #ccc;
	font-family: "Noto Sans Japanese";
}

.header_wrapper{
	width: 1040px;
	margin: 0 auto;
}

.header_wrapper h1{
	float:left;
}

.header_wrapper .mainnav ul{
	font-size:14px;
	padding-top:8px;
	float:right;
	background:none;
}
.mainnav ul li{
	float:left;
	color:#333333;
	width:auto;
	display:inline-block;
	text-align:center;
	line-height:100%;
	height:100%;
	border-left: 1px #CCC solid;
}

.mainnav ul li:last-child{
  border-right: 1px #CCC solid;
}

.mainnav ul li a{
	color:#333333;
	-webkit-transition: color 0.3s, -webkit-transform 0.3s;
	-moz-transition: color 0.3s, -moz-transform 0.3s;
	transition: color 0.3s, transform 0.3s;
	display: block;
	padding:5px 20px 5px 20px;
}

.mainnav ul li a:hover {
	 color:rgba(0, 173, 203, 0.75) ;
	 border-bottom: dotted 1px rgba(0, 173, 203, 0.75);
 }
 
 

/*-----フッター-----*/
body footer{
	width:100%;
	height: 60px;
	background: rgba(0,173,203,0.85);
	display:block;
	overflow:visible;
	padding:10px auto;
	z-index:500;
	position:static;
}

footer ul{
	margin:0 auto;
	color:#FFF;
	text-align:center;
	padding:20px 0;
	margin-left:auto;
	margin-right:auto;
	width:1040px;
	display:block;
	overflow:visible;
}


footer ul li{
	padding:0 10px;
	font-size:14px;
	line-height:25px;
	margin:0 auto;
	clear:none;
	float:left;
}

footer ul li.copy{
	width:auto;
	padding:0;
	padding-top:5px;
	margin-right:20px;
	font-size:12px;
	float:right; 
	clear:none;
	display:block;
}

footer ul li a{
	color:#FFF;
}

footer ul li a:hover{
	text-decoration:underline;
}

.font_b{
	font-weight:bold;
	font-size:110%;
}

.gotop{
		position: absolute;
		right: 20px;
		font-size: 77%;
}
.gotop a {
   
	background: rgba(0, 173, 203, 0.75) none repeat scroll 0 0;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 23px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

.breadcrumbs {
	z-index:1000;
      position: fixed;
      top:40px;
      left: 0;
      text-align: center;
      display: block;
      padding:10px 0;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: rgba(255, 255, 255, 0.5);
      color: #000;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
    }
    .breadcrumbs:hover {
      color: black;
      background: rgba(255, 255, 255, 0.9);
    }


@media screen and (max-width: 1060px) {

.header_wrapper{
	width: 100%;
}
	
ol#pankuzu{
	width:95%;
}

.mainnav ul li {
    padding: 5px 10px 0;
}

ol#pankuzu{
	width:95%;
}

body footer{
	min-width:100%;
	height: auto;
}

footer ul {
    color: #fff;
    margin: 0 auto;
    text-align: center;
	width: 100%;
	padding: 0;
}

footer ul li{
	float: none;
	padding: 5px;
}


footer ul li.copy{
	float: none;
	margin-right: 0;
}

footer ul li:first-child{ background-color:rgba(255, 255, 255,0.9); 
/*-moz-opacity: 0.5;
-ms-filter: "alpha( opacity=50 )";
filter: alpha( opacity=50 );
opacity: 0.5;*/
}
footer ul li:nth-child(2){ background-color:rgba(255, 255, 255,0.8); }
footer ul li:nth-child(3){ background-color:rgba(255, 255, 255,0.7); }
footer ul li:last-child{ background-color:rgba(255, 255, 255,0);}
footer ul li a{color:rgba(0, 173, 203,1);}
footer ul li:last-child a{ color:rgba(255, 255, 255,1); }
	
	
}

@media screen and (max-width: 768px){

header .header_wrapper h1{
  border-bottom: solid 1px #bdbdbd;
  width: 100%;
}

body header {
    position: static;
}

.mainnav {
    overflow: hidden;
}

.mainnav ul li a:hover{
  border: none;
}


.mainnav ul{
	width: 100%;
	padding-top: 0 !important;
}

.mainnav ul li{
	width: 50%;
	background: #e7e7e7;
	border-left: solid 1px #ccc;
  padding: 0;
}

.mainnav ul li a{
  padding: 6% 0;
}

.mainnav ul li.last{
    display: none;
}

.breadcrumbs{
	top: 0;
	position: relative;
}
}

@media screen and (max-width: 479px){
	

	
}
