@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

#container {
	width:auto;
}

#wrap {
	position: relative;
	width:auto;
	height:auto;
	
}

#header {
	border-top:#6F5437 20px solid;
  height:100px;
  width:auto;
	background-color:#DFDFDF;
}


h1 {
	position:absolute;
	left:10px;
	top:45px;
}


.header_r {
	position:absolute;
	right:10px;
	top:90px;
}

#a {
	height:1100px;
	padding-bottom:200px;
}



#a_under {
	padding-top:30px;
	width:1000px;
	margin:0 auto; 
}

#menu {
	float:left;
	padding-right:165px;
	 overflow: hidden;
	  list-style: none;
}

#menu li {
	float: left;
} 

#menu li a{
	display: block;
}

#contents {
	width:auto;
  margin:0 auto;
	padding-top:50px; 
}

.officeimg {
	float:left;
	
  padding:20px;
}


h2 {
	border-bottom: #999 2px solid;
	width:500px;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:16px;
	margin:20px 0 20px 0; 
	letter-spacing:10px;
}


.mensOrladys {
	font-family :'Roboto', sans-serif;
	font-style:normal;
	font-size:14px;
	font-weight:400;
	border-bottom: #999 2px solid;
}

.season {
  ont-family : "游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px;
	font-weight:400;
	margin-top:60px;
	padding-left:5px;
	background-color:#C93;
}

.season_ss {
  ont-family : "游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px;
	font-weight:400;
	margin-top:60px;
	padding-left:5px;
	background-color:#A7D268;
}

.mensladys {
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:16px; 
}

#footer {
	height:80px;
	background-color:#DFDFDF;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:16px; 
	text-align:center;
	padding-top:60px;
}

#pajama {
	display: flex;
}

#lowpajama {
	display: flex;
}

.col-1 {
	padding-right:200px;
	padding-top:40px;
	width:200px;
}

.col-2 {
	padding-top:40px;
	width:200px;
}

.col-3 {
	padding-right:200px;
	padding-top:40px;
	width:200px;
	color:#F93;
}

.col-4 {
	padding-top:40px;
	width:200px;
	color:#F93;
}

#products {
	padding-left: 50px;
	width:90%;
}

#products p {
	ont-family : "游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px;
	font-weight:200;
}

#products li {
	 list-style: none;
	 ont-family : "游ゴシック Medium", "Yu Gothic Medium", "游ゴ     シック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:15px;
	font-weight:400;
	
}

#products a {
	color:#000;
	text-decoration:none;
}

#products .col-3 a {
	color:#F93;
	text-decoration:none;
}

#products .col-4 a {
	color:#F93;
	text-decoration:none;
}

#products a:hover {
	color:#000;
	text-decoration: underline;
}

.overline {
	text-decoration: line-through;
}