@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* Style Sheet for comodi-iida.co.jp Unique Style                   */
/* ---------------------------------------------------------------- */
.irightf {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
}
#contents #solids h2 {
  clear: both;
  margin: 10px 0;
  padding: 10px 0 37px 10px;
  color: #333;
  background-color: transparent;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  background: url("../img/wall_h2.jpg") no-repeat right bottom scroll;
  border-top: 1px solid #CCC;
}
#contents #solids h2:before {
  content: "\0025cf";
}
#contents #solids h2:first-letter {
  color: #F00;
/*  color: #FFD700;
/*  color: #ffd800
  content: "|";*/
/* h2:before { content:"\002605"; 
数値文字参照は16進数で。
&#x2605;
&#x2462;
&#xff5c;
000x7c
  content: url("../img/arrow.png");
*/
}
.outers {
  padding: 10px;
  border: 1px dotted #666;
}
.outers ul.inners {
  margin: 0 !important;
  padding: 0;
  text-align: center;
}
.outers ul.inners li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 5px;
}
.outers ul.inners li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px 20px;
  border-radius: 5px;
  box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
  -o-box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
  -ms-box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
}
.outers ul.inners li a:link, .outers ul.inners li a:visited {
  color: #FFF;
  background-color: #093;
  text-decoration: none;
}
.outers ul.inners li a:hover, .outers ul.inners li a:active {
  color: #FFF;
  background-color: #f00;
  text-decoration: none;
  box-shadow: 2px 3px 3px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 2px 3px 3px rgba(0,0,0,0.4) inset;
  -webkit-box-shadow: 2px 3px 3px rgba(0,0,0,0.4) inset;
  -o-box-shadow: 2px 3px 3px rgba(0,0,0,0.4) inset;
  -ms-box-shadow: 2px 3px 3px rgba(0,0,0,0.4) inset;
}
*:first-child+html .outers ul.inners li {
  display: inline;
  padding-right: 20px;
  list-style-type: none;
}
.ottype1 {
  margin: 0 0 10px 0;
}
.ottype2 {
  margin: 10px 100px 40px 100px;
}
#solids table {
  width: 100%;
  border-collapse: collapse;
}
#solids table.flyer {}
#solids table.flyer tr:hover {
  color: #000;
  background-color: #EEE !important;
}
#solids table.flyer th {
  height: 50px;
  vertical-align: middle;
  text-align: left;
  text-indent: 1em;
  border-bottom: 1px dotted #060;
}
#solids table.flyer td {
  height: 50px;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px dotted #060;
}
td.flyerfbtn span {
  padding: 0 5px;
}
#solids table.flyer th {
  width: 25%;
  text-indent: 1em;
}
#solids table.flyer td.flyersaddr {
  width: 45%;
}
#solids table.flyer td.flyerfbtn {
  width: 30%;
  text-align: center !important;
}
#solids table.flyer th.open:first-child:after {
  content: "\002000\002605new!";
  margin-right: 5px;
  font-size: .8em;
  color: #F00;
  vertical-align: text-top; 
}

/* ---------------------------------------------------------------- */
/* PointCard Style                                                    */
/* ---------------------------------------------------------------- */
.prarea {
  margin: 0 0 40px 0;
  padding: 20px;
  color: #000;
  background-color: #D7E665;
  border: 5px dotted #361909;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.prarea .cogcahdr {
  font-size: 2em;
  padding-bottom; 5px;
  border-bottom: 2px dotted #361909;
}
.prarea .cogcabdy {
  margin: 1em 0;
  font-size: 1.1em;
}
.prarea .cogcabdy img {
  box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}


.prarea > ul {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}
.prarea > p {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1.1em;
}
.prarea > p:before {
  content: "\0025b6\0020";
}
@media screen and (max-width: 400px) {
  .prarea .cogcahdr {
    font-size: 1.5em;
  }
  .prarea .cogcabdy {
    font-size: 0.9em;
  }
  .prarea > .cogcabdy > img.iright {
    float: none;
    margin: 0 0 5px 0;
    display: block;
  }
  .prarea > ul {
    font-size: 0.8em;
  }
  .prarea > p {
    font-size: 0.8em;
  }
}
.comocardttl {
  margin: 0 0 20px 0;
  color: #FFF;
  background-color: #F00;
  width: 100%;
  height: 120px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.comocardttl .cclogo {
  position: absolute;
  top: 0;
  left: 50px;
  font-size: 0;
}
.comocardttl p.ccexp {
  position: absolute;
  top: 23px;
  left: 460px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3em;
}
.comocardttl p.ccexp span {
  display: block;
}
.imgresp {
  font-size: 0 !important;
}
.imgresp img {
  width: 100%;
}
/*
h3 {
  margin: 1em 0 .5em 0;
  padding: 5px 10px;
  color: #093;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  border-left: 10px solid #8FBC8F;
}
*/
/**/
h3 {
  clear: both;
  margin: 1em 0 .5em 0;
  padding: 10px 0 37px 10px;
  color: #333;
  background-color: transparent;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  background: url("../img/wall_h3.jpg") no-repeat right bottom scroll;
}
#solids ol.feature {
  margin: 2em 0 2em 2em;
}
#solids ol.feature li dl {
  margin: 0;
}
#solids ol.feature li dl dt {
  float: left;
  width: 13em;
  font-size: 1.2em;
  padding: 5px 0;
  font-weight: bold;
  color: #093;
}
#solids ol.feature li dl dd {
  margin: 0 0 0 16em;
  padding: 5px 0;
  border-bottom: 2px dotted #F00;
}




#solids ul.featurecogca {
  margin: 2em 0 2em 2em;
}
#solids ul.featurecogca li {
  clear: both;
  font-size: 1.4em;
  list-style-type: none;
  line-height: 1.4em;
  padding-top: 0.5em;
}
#solids ul.featurecogca li .fcexp {
  margin: 0 0 0 4em;
  font-size: 0.6em;
  line-height: 1.3em !important;
}
.ftlt {
  float: left;
}
#solids ul.featurecogca li .fcexp:first-letter {
  margin-left: -1em;
  clear: both;
}
.irightc {
  float: right;
  margin-top: -5px;
  width: 100%;
  max-width: 344px;
}
.clrss {
  clear: both;
}
#solids ul.featurecogca li span {
  font-size: 0.7em;
}
@media screen and (max-width: 640px) {
  #solids ul.featurecogca li {
    font-size: 1.2em;
  }
  #solids ul.featurecogca li .fcexp {
    margin: 0 0 0 1em;
    font-size: 0.6em;
  }
}




#solids ol.comocard {
  margin: 0 0 2em 3em;
}
#solids ol.comocard li {
  list-style-type: decimal;
  color: #F00;
  font-weight: bold;
}
#solids ol.comocard li ul {
  margin: 0 0 1em 3em;
}
#solids ol.comocard li ul li {
  list-style-type: square;
  color: #000;
  font-weight: normal;
}
#solids ol.comocard li p {
  margin: 0 0 1em 3em;
  color: #000;
  font-weight: normal;
}
#solids ol.comocard li div {
  margin: 0 0 0 4em;
  color: #000;
  font-weight: normal;
}
#solids ol.comocard li div:first-letter {
  margin-left: -1em;
}
#solids ol.comocard li div:last-child {
  margin-bottom: 1em;
}

#solids div.pointbox {
  margin: 50px auto;
  padding: 5px 10px;
  width: 700px;
  color: #000;
  background-color: #FFF;
  border: 1px dotted #060;
  border-radius: 10px;
}
#solids div.pointbox h4 {
  padding: 10px 0 0 55px;
  height: 50px;
  color: #F00;
  background-color: transparent;
  background: url("../../img/point.png") no-repeat left top scroll;
}
#solids div.pointbox dl dt {
  font-size: 1em;
  padding: 0 0 5px 55px;
  font-weight: bold;
}
#solids div.pointbox dl dd {
  font-size: .9em;
  padding: 0 0 0 100px;
  font-weight: normal;
}
#solids ul.ecos {
  margin: 0 0 2em 3em;
}
#solids ul.ecos li {
  list-style-type: square;
}
#solids ul {
  margin: 0 0 2em 3em;
}
#solids ul.ecos li {
  list-style-type: square;
}
#solids ol {
  margin: 0 0 2em 3em;
}
#solids ul.sitemap {
  margin: 0 0 0 2em;
  line-height: 2em;
}
#solids ul.sitemap li {
  list-style-type: none;
}
#solids ul.sitemap li:before {
  content: url("../img/ico_home.png");
}
#solids ul.sitemap li ul {
  margin: 0 0 0 10em;
  line-height: 2em;
}
#solids ul.sitemap li ul li:before {
  content: "\0025cf";
}
#solids ul.sitemap li ul li ul {
  margin: 0 0 0 10em;
  line-height: 2em;
}
#solids ul.sitemap li ul li ul li {
  border-bottom: 1px dotted #999;
}
#solids ul.sitemap li ul li ul li ul {
  margin: 0 0 0 10em;
  line-height: 2em;
}
#solids ul.sitemap li ul li ul li ul li {
  border-bottom: 1px dotted #C00;
}
.bdrno {
  border-bottom: none !important;
}
#solids ul.cnote {
  margin: 2% 5% 2% 15%;
  padding: 10px 10px 10px 35px;
  border: 2px dotted #F00;
  border-radius: 5px;
}
#solids ul.cnote li {
  list-style-type: square;
}
#solids .cformp {
  margin: 1% 5% 1% 15%;
  font-size: 1em;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #EEE;
  text-align: center;
}
#solids .cformp a {
  display: block;
  width: 100%;
  height: 100%;
}
#solids .cexp {
  margin: 0 5% 5% 15%;
  padding: 0;
  font-size: .7em;
  color: #666;
  background-color: transparent;
}
#solids dl.cother {
  margin: 0 5% 5% 15%;
  border-collapse: collapse;
}
#solids dl.cother dt {
  float: left;
  width: 4em;
  padding: 5px 0;
  text-align: left;
  font-weight: normal;
}
#solids dl.cother dd {
  margin: 0 0 0 4em;
  padding: 5px 0;
  border-bottom: 1px dotted #666;
}
#solids h3.telmeh3 {
  margin-bottom: 0 !important;
  padding: 10px 0 37px 10px;
}
#solids dl.telme {
  margin: 0 5% 1% 15%;
  border-collapse: collapse;
}
#solids dl.telme dt {
  float: left;
  width: 5em;
  padding: 5px 0;
  text-align: left;
  font-weight: normal;
}
#solids dl.telme dd {
  margin: 0 0 0 5em;
  padding: 5px 0;
  border-bottom: 1px dotted #666;
}
p.telmes {
  margin: 0 5% 5% 15%;
  padding: 0 0 0 1em;
}
p.telmes:first-letter {
  margin-left: -1em;
}
#solids .rltctt {
  margin-top: 50px;
  margin-right: 15%;
  margin-bottom: 20px;
  margin-left: 15%;
  font-size: 1em;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #EEE;
  text-align: center;
}
#solids .rltctt a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.ottype1 {
  margin: 0 10px 10px 10px;
}
.ottype2 {
  margin: 10px 50px 40px 50px;
}
#solids table.flyer th {
  width: 25%;
  text-indent: 1em;
}
#solids table.flyer td.flyersaddr {
  width: 45%;
}
#solids table.flyer td.flyerfbtn {
  width: 30%;
}
/*
#solids table.flyer td.flyerfbtnd {
  width: 15%;
}
*/
/*
#solids ol.feature li dl dt {
  float: left;
  width: 13em;
  font-size: 1.2em;
}
#solids ol.feature li dl dd {
  margin: 0 0 0 16em;
}
*/
#solids div.pointbox {
  width: 80%;
}
#solids div.pointbox dl dt {
  font-size: .9em;
  padding: 0 0 5px 55px;
}
#solids div.pointbox dl dd {
  font-size: .8em;
  padding: 0 0 0 100px;
}
#solids ul.sitemap {
  margin: 0 0 0 2%;
}
#solids ul.sitemap li ul {
  margin: 0 0 0 15%;
}
#solids ul.sitemap li ul li ul {
  margin: 0 0 0 15%;
}
#solids ul.sitemap li ul li ul li ul {
  margin: 0 0 0 15%;
}
}
@media screen and (min-width: 640px) and (max-width: 799px) {
.ottype1 {
  margin: 0 10px 10px 10px;
}
.ottype2 {
  margin: 10px 20px 40px 20px;
}
#solids table.flyer th {
  width: 28%;
  text-indent: 1em;
}
#solids table.flyer td.flyersaddr {
  width: 40%;
}
#solids table.flyer td.flyerfbtn {
  width: 32%;
}
#solids table.flyer td.flyerfbtnd {
  width: 16%;
}
table.flyer th span {
  display: none;
}
table.flyer td.flyersaddr span {
  display: none;
}
/*
#solids ol.feature li dl dt {
  float: left;
  width: 13em;
  font-size: 1.2em;
}
#solids ol.feature li dl dd {
  margin: 0 0 0 16em;
}
*/
.comocardttl {
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
  min-height: 120px;
}
.comocardttl .cclogo {
  left: 20px;
}
.comocardttl p.ccexp {
  position: absolute;
  top: 10px;
  left: 430px;
  font-size: 1.1em;
}
.comocardttl p.ccexp span {
  display: inline;
}
#solids div.pointbox {
  width: 90%;
}
#solids div.pointbox dl dt {
  font-size: .9em;
  padding: 0 0 5px 40px;
}
#solids div.pointbox dl dd {
  font-size: .8em;
  padding: 0 0 0 85px;
}
#solids ul.sitemap {
  margin: 0 0 0 2%;
}
#solids ul.sitemap li ul {
  margin: 0 0 0 10%;
}
#solids ul.sitemap li ul li ul {
  margin: 0 0 0 10%;
}
#solids ul.sitemap li ul li ul li ul {
  margin: 0 0 0 10%;
}
}
@media screen and (max-width: 640px) {
.ottype1 {
  margin: 0 10px 10px 10px;
}
.ottype2 {
  margin: 10px 20px 40px 20px;
}
.outers ul.inners {
  margin: 0;
  text-align: center;
}
td.flyersaddr {
  display: none;
}
#solids table.flyer th {
  width: 42%;
  text-indent: .5em;
}
#solids table.flyer td.flyerfbtn {
  width: 58%;
}
#solids table.flyer td.flyerfbtnd {
  width: 29%;
}
table.flyer th span {
  display: none;
}
#solids ol.feature li dl dt {
  float: none;
  width: 100%;
  font-size: 1.1em;
}
#solids ol.feature li dl dd {
  margin: 0 0 0 0;
}
.comocardttl {
  position: static;
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
}
.comocardttl .cclogo {
  position: static;
  padding-top: 10px;
  top: auto;
  left: auto;
  text-align: center;
}
.comocardttl .cclogo img {
  width: 100%;
  max-width: 373px;
}
.comocardttl p.ccexp {
  position: static;
  display: block;
  padding: 1em 1em 0.5em 1em;
  top: auto;
  left: auto;
  font-size: 1em;
}
.comocardttl p.ccexp span {
  display: inline;
}
#solids ol.comocard {
  margin: 0 0 2em 2em;
}
#solids ol.comocard li ul {
  margin: 0 0 1em 0.5em;
}
#solids ol.comocard li p {
  margin: 0 0 1em 0.5em;
}
#solids ol.comocard li div {
  margin: 0 0 1em 1.5em;
}
#solids ol.comocard li div:first-letter {
  margin-left: -0.5em;
}
#solids div.pointbox {
  width: 82%;
}
#solids div.pointbox dl dt {
  font-size: .8em;
  padding: 0 0 5px 20px;
}
#solids div.pointbox dl dd {
  font-size: .7em;
  padding: 0 0 0 20px;
}
#solids ul.sitemap {
  margin: 0;
}
#solids ul.sitemap li ul {
  margin: 0 0 0 7%;
}
#solids ul.sitemap li ul li ul {
  margin: 0 0 0 7%;
}
#solids ul.sitemap li ul li ul li ul {
  margin: 0 0 0 7%;
}
}
img.cogcaimg {
  width: 100%;
}








.blk2_plt {
  float: left;
  width: 50%;
  color: #FFF;
  background-color: #F00;
}
.blk2_prt {
  float: right;
  width: 50%;
  color: #000;
  background-color: #DAE248;
}





.blk2_plt .cardname,
.blk2_prt .cardname {
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}
.cards {
  width: 300px;
  height: 200px;
  margin: 10px auto 30px auto;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;

  -webkit-box-shadow: 2px 3px 10px #000;
  -moz-box-shadow: 2px 3px 10px #000;
  box-shadow: 2px 3px 10px #000;
  cursor: pointer;
}

.cards img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}

a:hover .cards img {
  background-color: #999;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 640px) and (max-width: 799px) {
  .blk2_plt {
    float: left;
    width: 50%;
  }
  .blk2_prt {
    float: right;
    width: 50%;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .blk2_plt {
    float: none;
    margin: 0 auto;
    width: 90%;
  }
  .blk2_prt {
    float: none;
    margin: 0 auto;
    width: 90%;
  }
}
ul.giftshow {
  margin: 0 auto;
  text-align: center;
}
ul.giftshow li {
  display: inline-block;
}
img.img01 {
  width: 100px;
}
img.img02 {
  width: 200px;
}