/* ///////////// header /////////////*/
header{
  position: relative!important;
}
/* /////// titleares 各キャプションタイトル欄 ///////*/
.titlearea{
  width: 100%;
  border-bottom: solid 2px #0066CC;
}
.titlename{
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  color: #333300;
  display: inline-block;
  border-bottom: solid 1px #000000;
}
.subtitle{
  font-family: 'Open+Sans', sans-serif;
  font-size: 1rem;
  color: #333300;
  display: inline-block;
}
.content-item {
  width: 100%;
  display: inline-block;
  background: #fff;
  border: 2px solid #AAAAAA;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.content-item p{
  color: #AAAAAA;
  line-height: 2.1;
}
.content-item:hover {
	background: #0066FF;
  border: 2px solid #0066FF;
  border-radius: 10px;
}
.content-item p:hover {
	color: #FFFFFF;
}
/* ////// archives 商品アーカイブページ //////*/
@media only screen and (max-width:992px){
#social-area{
  width: 94%;
  margin: 0 auto;
}
.brand-name {
  font-size: 1.4rem!important;
}
.product-title {
  font-size: 1.2rem!important;
}
.product-text {
  font-size: 1rem!important;
}
}
@media only screen and (max-width:544px){
.brand-name {
  font-size: 1.4rem!important;
}
.product-title {
  font-size: 1.4rem!important;
}
.product-text {
  font-size: 1rem!important;
}
}
#archives img {
  width: 100%;
  height: auto;
  border-bottom: 5px solid #FF7F50;
}
h4.brand-name {
  background-color: #FF7F50;
  color: #FFFFFF;
  font-size: 0.8rem;
  display: block;
}
.product-title {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
}
.product-text {
  font-size: 0.8rem;
  color: #888888;
}
a:hover {
  color: #DC143C;
}
.button-area {
  width: 60%;
  margin: 0 auto;
}
