@charset "utf-8";

/* =======================
 サイト全体の基本情報の設定
======================= */

/*フォントサイズサイト全体の基本情報の設定*/
select, input, textarea {font-size:99%;}
table {font-size:inherit;font:100%;}


/*リンク時の枠の点線をなしにする*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: none;
}
/*リンクの装飾の設定*/
a:link,
a:visited,
a:active{
color:#08C;
text-decoration:none;
}
a:hover{
	color:#08C;
	text-decoration:underline;
}
small {
	text-transform: uppercase;
	font-size:80%;
	line-height: 1.3;
}
.small {
 font-size:80%;
 line-height: 1.3;
}
.smallest {
 font-size:70%;
 line-height: 1.3;
}
em {
	font-weight: normal;
}
strong {
	color:#FF0000;
}
sup,
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.green{
	color: #1FB984;
}
p {
  margin-bottom: 1em;
}

/* ---------- Margin  ---------- */
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40,
.mb40 {margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.ml20{margin-left: 20px;}
.ml40{margin-left: 40px;}
.mt10{margin-top: 10px;}

#content ul li,
#main-content ul li { line-height:1.6; }

.circle,
.square,
.disc {
	margin: 0 0 2em 2.5em;
}
.circle li,
.square li,
.disc li {
	margin: 0 0 0.5em;
}
.square li {
	list-style: square;
}
.disc li {
	list-style: disc;
}
.circle li {
	list-style: circle;
}


/* =======================
 Alignment
======================= */


.center {
  text-align: center;
}
.right {
  text-align: right;
}
/* =======================
 Column
======================= */
/* 2column */
.list-2column-left li,
.list-2column li {
  width:47.5%;
  margin: 0 3% 2em 0;
  display: inline;
  float: left;
  position: relative;
}
.list-2column li {
  text-align: center;
}
.list-2column-left li {
  text-align: left;
}
.list-2column-left li:nth-child(2n),
.list-2column li:nth-child(2n) {
  margin-right: 0;
}
.list-2column-left li img,
.list-2column li img {
  margin-bottom: 4px;
}
/* 3column */

.list-3column li {
  width:32%;
  text-align: center;
  margin: 0 2% 2em 0;
  display: inline;
  float:  left;
  position: relative;
}

.list-3column li:nth-child(3n) {
  margin-right:0;
}
.list-3column li img {
	margin-bottom: 4px;
}

/* 4column */

.list-4column li {
  width: 23.5937%;
  margin: 0 1.87% 15px 0;
  display:inline;
  float: left;
  position: relative;
  text-align:center;
}

.list-4column li:nth-child(4n) {
  margin-right:0;
}
