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


/*



layout */
div#wrap{
  padding-bottom:30px;
  width:100%;
  max-width:2000px;
  min-width:800px;
  background:none;
  overflow:hidden;
}



#categorie-01{
  float:left;
  padding-left:10px;
  width:380px;
}
div#container-xx {
  /*margin-left:400px;*/
  margin-right:210px;
}
@media screen and (max-width: 960px) {
  div#wrap {
    padding-top: 88px;
    max-width:2000px;
    min-width:461px;
  }
  div#container-xx {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  div#wrap {
    max-width:100%;
    min-width:100%;
  }
  div#container-xx {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
/*



index box */
div.col01,
div.col02,
div.col03{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}
div.col01{
  float:left;
  display:block;
  margin:5px 5px 10px;
  width:380px;
  padding:0;
  background:#fff;
}
div.col02,
div.col03{
  float:left;
  display:block;
  margin:5px 5px 10px;
  padding:0;
  width:185px;
  background:#fff;
}
@media screen and (max-width: 960px) {
  div.col01{
    margin:5px 0 10px 5px;
    width:63%;
    box-sizing:border-box;
  }
  div.col02,
  div.col03 {
    width: 31%;
    margin:5px 0 10px 1%;
  }
}
@media screen and (max-width: 480px) {
  div.col01 {
    width: 96%;
    margin:5px 0 10px 5px;
  }
  div.col02,
  div.col03 {
    width: 47.5%;
    margin:5px 0 10px 1%;
  }
}
@media screen and (max-width: 365px) {
  div.col02,
  div.col03 {
    width: 47%;
    margin:5px 0 10px 1.5%;
  }
}
/*



index categorie-xx */
.boxHeader{
  padding-bottom:10px;
}
.boxHeader img{
  margin:10px 10px 0;
}
.boxImage{
  margin:0;
  text-align:center;
}

.entryHeader{
  padding:10px 0;
}
.entryHeader p.catTitle{
  margin:0 5px 0;
  color:#C30E9D;
  font-weight:bold;
  font-size:16px;
}
.entryHeader h2.entryTitle{
  margin:0;
  margin:0 5px;
  font-size:14px;
  line-height:1.4;
}
div#container-xx a .entryHeader h2.entryTitle{
  color:#666;
}
div#container-xx a:hover .entryHeader h2.entryTitle{
  color:#EA3E59;
  text-decoration:underline;
}
div#container-xx .entryBottom{
  padding:20px 10px 10px;
  text-align:right;
}
div#container-xx .entryBottom .date{
  font-size:11px;
  color:#999;
}
div#container-xx .boxHeader{
  height:40px;
  text-indent:-10000px;
}
@media screen and (max-width: 960px) {
  .boxImage img {
    width: 90%;
    height: auto;
  }
  div#container-xx .boxHeader{
  }
}
@media screen and (max-width: 365px) {
  div#container-xx .boxHeader {
    height: 35px;
  }
}

div#container-xx .cat120{
  background:#fff url(../asset/cat120-bg.gif) 10px -1px no-repeat;
}
div#container-xx .cat130{
  background:#fff url(../asset/cat130-bg.gif) 10px top no-repeat;
}
div#container-xx .cat140{
  background:#fff url(../asset/cat140-bg.gif) 10px top no-repeat;
}
@media screen and (max-width: 960px) {
  div#container-xx .cat120,div#container-xx .cat130,div#container-xx .cat140{
    background-position: 10px top, 90% top;
  }
  div#container-xx .cat120{
    background-image: url(../asset/cat120-bg_01.gif), url(../asset/cat120-bg_02.gif);
  }
  div#container-xx .cat130{
    background-image: url(../asset/cat130-bg_01.gif), url(../asset/cat130-bg_02.gif);
  }
  div#container-xx .cat140{
    background-image: url(../asset/cat140-bg_01.gif), url(../asset/cat140-bg_02.gif);
  }
}
@media screen and (max-width: 480px) {
  div#container-xx .cat120,div#container-xx .cat130,div#container-xx .cat140{
  }
}



.cat120 .entryHeader p.catTitle{
  color:#BE7300;
}
.cat130 .entryHeader p.catTitle{
  color:#02ABEF;
}
.cat140 .entryHeader p.catTitle{
  color:#5F9C14;
}

div.col02 a{
  text-decoration:none;
  color:#333;
}
div.col02 a:hover{
  color: #EA3E59;
}

/*
index categorie-01 */
div.col01 .boxHeader{
  height:50px;
  text-indent:-10000px;
  background:url(../asset/cat01-bg.gif) 10px top no-repeat;
}

div.col01 .boxHeader img{
  margin:10px 10px 0;
}
div.col01 .boxImage{
  margin:0;
  text-align:center;
}
div.col01 .entryHeader{
  margin-top:10px;
  margin:10px 10px 0;
  padding:0;
  padding-bottom:5px;
  min-height:55px;
  background:url(../asset/volBg.gif) left top no-repeat;
  border-bottom:1px dotted #C30E9D;
  position:relative;
}
div.col01 .entryHeader p.vol{
  position:absolute;
  left:8px;
  top:3px;
  color:#fff;
/*  font-family:Georgia, "Times New Roman", Times, serif;
*/  font-weight:bold;
  font-size:12px;
}
div.col01 .entryHeader p.catTitle{
  margin:0 0 0 60px;
  color:#C30E9D;
  font-weight:bold;
  font-size:12px;
}
div.col01 .entryHeader h2.entryTitle{
  margin:0;
  margin-left:60px;
  font-size:18px;
  line-height:1.4;
}
div.col01 a .entryHeader h2.entryTitle{
  color:#666;
}
div.col01 a:hover .entryHeader h2.entryTitle{
  color:#EA3E59;
  text-decoration:underline;
}
div.col01 .entryBody{
  padding:10px;
  line-height:1.5;
  background:#fff;
}
div.col01 .entryBottom{
  padding:10px;
  text-align:right;
}
div.col01 a{
  text-decoration:none;
  color:#333;
}
div.col01 a:hover{
  color: #EA3E59;
}

@media screen and (max-width: 960px) {
  div.col01 .boxHeader{
  }
  div.col01 .boxHeader{
    background-position: 10px top, 90% top;
    background-image: url(../asset/cat01-bg_01.gif), url(../asset/cat01-bg_02.gif);
  }
}
@media screen and (max-width: 480px) {
  div.col01 .boxHeader {
  }
}




/*
web-fonts */
/* 記事タイトル */
/* カテゴリタイトル */
h2.entryTitle,
p.catTitle{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
div.col01 .entryHeader p.catTitle{
  font-family: "Noto Sans JP", sans-serif;
}