@charset "utf-8";

/* CSS Document */

/*--reset
--------------------------------------------------------------*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  position: relative;
}

table,
th,
td {
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
}

td {
  vertical-align: top;
}

/*--contents
--------------------------------------------------------------*/
#coollimit {
  width: 756px;
}

/*#coollimit_header
-------------------------------------------------*/
#coollimit_header {
  margin-bottom: 30px;
}
#coollimit .anchor {
  margin-bottom: 30px;
}
#coollimit .anchor,
#coollimit .anchor ul {
  width: 756px;
  overflow: hidden;
}

#coollimit .anchor ul li {
  float: left;
  list-style-type: none;
}

#coollimit .anchor ul li:last-child {
  margin-right: 0;
}

#coollimit .anchor ul li.center {
  margin-left: 10px;
  margin-right: 10px;
}

#coollimit .about {
  margin-bottom: 80px;
}

#coollimit .section {
  margin-bottom: 80px;
}

#coollimit .section:nth-last-of-type(1) {
  margin-bottom: 0;
}

#coollimit .section_title {
  margin-bottom: 20px;
}


#coollimit .section h3,
#coollimit .section p.point,
#coollimit .section ul.point {
  margin-bottom: 10px;
}

#coollimit .section ul {
  overflow: hidden;
}

#coollimit ul li {
  float: left;
}
#coollimit ul.itemList_w100p li + li {
  margin-top: 20px;
}

#coollimit ul.itemList_w50p li:nth-of-type(n+3) {
  margin-top: 20px;
}

#coollimit .link,
#coollimit .link ul {
  width: 656px;
  margin: 0 auto;
  overflow: hidden;
}

#coollimit .link ul li {
  margin-bottom: 20px;
  float: right;
}

#coollimit .link ul li:nth-child(2n-1) {
  float: left;
}

/*--clearfix
--------------------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-Mac */
#coollimit a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}