@charset "utf-8";
/* [D.G.] */

/* ----------------------------------------------------------- *\
    @align
\* ----------------------------------------------------------- */
.a-left {
	text-align: left;
}

.a-center {
	text-align: center;
}

.a-right {
	text-align: right;
}

/* ----------------------------------------------------------- *\
    @bgcolor
\* ----------------------------------------------------------- */
.bg-red {
	background-color: #f5d8d8;
}

.bg-gray {
	background-color: #eee;
}

/* ----------------------------------------------------------- *\
    @caution
\* ----------------------------------------------------------- */
.caution {
	display: inline-block;
	overflow: hidden;
	margin: 10px 0;
	padding: 5px;
	background-color: #F15965;
	border: 1px solid #f2a8a8;
	border-radius: 6px;
	color: #ca2d2d;
	vertical-align: middle;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------------------------- *\
    @txt
\* ----------------------------------------------------------- */
.txt-small { font-size: 11px; }
.txt-large { font-size: 20px; }
.txt-xlarge { font-size: 26px; }

.txt-bold { font-weight: bold; }
.txt-red { color: #F15965; }
.txt-gray { color: #bbb; }

/* ----------------------------------------------------------- *\
    @table blank
\* ----------------------------------------------------------- */
.table-blank {
	border: none;
}

.table-blank tr {
	border: none;
}

.table-blank th {
	font-weight: bold;
	border: none;
}

.table-blank td {
	padding: 0 10px 10px 0;
	border: none;
}

/* ----------------------------------------------------------- *\
    @table underline
\* ----------------------------------------------------------- */
.table-underline th,
.table-underline td {
	border-bottom: 1px solid #999;
	padding: 5px 7px;
}

.table-underline th {
	font-weight: bold;
	background-color: #ccc;
	border-top: 1px solid #999;
}

/* ----------------------------------------------------------- *\
    @table simple
\* ----------------------------------------------------------- */
.table-simple th,
.table-simple td {
	border: 1px solid #999;
	padding: 5px 7px;
}

.table-simple th {
	font-weight: bold;
	background-color: #ccc;
}

/* ----------------------------------------------------------- *\
    @hr
\* ----------------------------------------------------------- */
hr.blank {
  height: 1px;
  border: none;
  margin: 0px 0px;
}

hr.blank-10px {
  height: 1px;
  border: none;
  margin: 5px 0px;
}

hr.blank-20px {
  height: 1px;
  border: none;
  margin: 10px 0px;
}

hr.blank-30px {
  height: 1px;
  border: none;
  margin: 15px 0px;
}

hr.blank-40px {
  height: 1px;
  border: none;
  margin: 20px 0px;
}

hr.blank-50px {
  height: 1px;
  border: none;
  margin: 25px 0px;
}

hr.line-solid {
  height: 1px;
  border: none;
  border-bottom: 1px solid #CCC;
  margin: 10px 0px;
}

hr.line-dotted {
  height: 1px;
  border: none;
  border-bottom: 2px dotted #CCC;
  margin: 10px 0px;
}

/* ----------------------------------------------------------- *\
    @button
\* ----------------------------------------------------------- */
.btn-small {
	display: inline-block;
	margin: 0 3px;
	padding: 5px 10px 4px 10px;
	font-size: 14px;
	color: #fff;
  font-family: 'メイリオ','.HiraKakuInterface-W1', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	border-radius: 4px;
	transition: 0.3s;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-medium {
	display: inline-block;
	margin: 0 3px;
	padding: 8px 14px 7px 14px;
	font-size: 18px;
  font-family: 'メイリオ','.HiraKakuInterface-W1', Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	border-radius: 5px;
	transition: 0.3s;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-large {
	display: inline-block;
	margin: 0 3px;
	padding: 10px 18px 9px 18px;
	font-size: 26px;
  font-family: 'メイリオ','.HiraKakuInterface-W1', Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	border-radius: 6px;
	transition: 0.3s;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-red { color: #fff !important; background-color: #e92106; border: 1px solid #e92106; }

.btn-orange { color: #fff !important; background-color: #f3942d; border: 1px solid #f3942d; }

.btn-green { color: #fff !important; background-color: #14c481; border: 1px solid #14c481; }

.btn-blue { color: #fff !important; background-color: #217ce5; border: 1px solid #217ce5; }

.btn-gray { color: #fff !important; background-color: #bbb; border: 1px solid #bbb; }

.btn-theme { color: #fff !important; background-color: #00A3D8; border: 1px solid #00A3D8; }

/* ----------------------------------------------------------- *\
    @image button
\* ----------------------------------------------------------- */
.image-btn {
	opacity: 1;
	transition: .3s;
}

.image-btn:hover {
	opacity: 0.8;
}

/* ----------------------------------------------------------- *\
    @pager
\* ----------------------------------------------------------- */
.pager {
	text-align: center;
}

.pager ul {
	margin: 20px 0;
	font-size: 0;
}

.pager ul > li {
	display: inline-block;
	margin: 0 6px 0 0;
	line-height: 1;
}

.pager ul > li > a {
	display: block;
	font-size: 16px;
	padding: 8px 12px;
	border: 1px solid #999;
	border-radius: 99px;
	color: #666;
	text-decoration: none;
	transition: 0.3s;
}

.pager ul > li.nonactive {
	font-size: 16px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 99px;
	color: #ddd;
}

.pager ul > li.clear {
	font-size: 16px;
	padding: 11px 0;
}

.pager ul > li > a > .genericon {
	font-size: 16px;
}

/* ----------------------------------------------------------- *\
    @selectbox
\* ----------------------------------------------------------- */
.selectbox {
	padding: 4px 22px 4px 12px;
	border: 1px solid #999;
	border-radius: 99px;
	font-family: 'メイリオ','.HiraKakuInterface-W1', Arial, Helvetica, sans-serif;
	font-size: 16px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}


.selectbox:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}

.selectbox::-ms-expand {
  display: none;
}