@charset "utf-8";

/*-----------------------------------------------------

  BASE

----------------------------------------------------- */
body {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    background: url(../images/top_about_bg.jpg) top center no-repeat;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-top: 100px;
}

img {
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
    width: auto;
}

._sp { display:none!important; }

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

li { list-style: none; }

a:hover {
    text-decoration: underline;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width:599px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}


/* MEDIUM
----------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width:959px) {
}

/* SMALL
----------------------------------------------------- */
@media screen and (max-width: 599px) {
}

img {
  width: 100%;
  height: auto;
}


.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
}

.inner li {
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 1.4;
}

.inner li a {
transition: .15s;
}


.inner li a:hover {
  opacity: 0.8;
}

.inner li img {
  margin-bottom: 10px;
  border-radius: 10px;
  border:3px solid #fff;
}


.copyright {
  font-size: 12px;
  line-height: 1.2;
}




/* 3カラム
----------------------------------------------------- */
.column3 .article {
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}

.column3 .article:last-child {
	margin-right: 0;
}




/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */

