@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  list-style: none;
}

body,
table,
input, textarea, select, option {
	/*font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;*/
	font-family: 'Century Gothic', sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

input::placeholder {
	color: #b99f83;
}

.en {
	font-family: 'Century Gothic', sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
  width:100%;
  height:auto;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
  transition-property: color;
  transition: 0.3s ease-in-out;
}

a:visited {
	color: #040404;
}

a:hover {
  color: #999;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
a img {
  transition: 0.3s ease-in-out;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
 -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:active {
	color: #040404;
}
.txt_center{
  text-align:center;
}

.txt_right{
  text-align:right;
}

.txt_left{
  text-align:left;
}

/*--------------------------------------
padding / margin
---------------------------------------*/
/* padding-top */
.pt5{
  padding-top:5px !important;
}
.pt10{
  padding-top:10px !important;
}
.pt15{
  padding-top:15px !important;
}
.pt20{
  padding-top:20px !important;
}
.pt25{
  padding-top:25px !important;
}
.pt30{
  padding-top:30px !important;
}

/* padding-right */
.pr5{
  padding-right:5px !important;
}
.pr10{
  padding-right:10px !important;
}
.pr15{
  padding-right:15px !important;
}
.pr20{
  padding-right:20px !important;
}
.pr25{
  padding-right:25px !important;
}
.pr30{
  padding-right:30px !important;
}

/* padding-bottom */
.pb5{
  padding-bottom:5px !important;
}
.pb10{
  padding-bottom:10px !important;
}
.pb15{
  padding-bottom:15px !important;
}
.pb20{
  padding-bottom:20px !important;
}
.pb25{
  padding-bottom:25px !important;
}
.pb30{
  padding-bottom:30px !important;
}

/* padding-left */
.pl5{
  padding-left:5px !important;
}
.pl10{
  padding-left:10px !important;
}
.pl15{
  padding-left:15px !important;
}
.pl20{
  padding-left:20px !important;
}
.pl25{
  padding-left:25px !important;
}
.pl30{
  padding-left:30px !important;
}

/* margin-top */
.mt5{
  margin-top:5px !important;
}
.mt10{
  margin-top:10px !important;
}
.mt15{
  margin-top:15px !important;
}
.mt20{
  margin-top:20px !important;
}
.mt25{
  margin-top:25px !important;
}
.mt30{
  margin-top:30px !important;
}

/* margin-right */
.mr5{
  margin-right:5px !important;
}
.mr10{
  margin-right:10px !important;
}
.mr15{
  margin-right:15px !important;
}
.mr20{
  margin-right:20px !important;
}
.mr25{
  margin-right:25px !important;
}
.mr30{
  margin-right:30px !important;
}

/* margin-bottom */
.mb5{
  margin-bottom:5px !important;
}
.mb10{
  margin-bottom:10px !important;
}
.mb15{
  margin-bottom:15px !important;
}
.mb20{
  margin-bottom:20px !important;
}
.mb25{
  margin-bottom:25px !important;
}
.mb30{
  margin-bottom:30px !important;
}

/* margin-left */
.ml5{
  margin-left:5px !important;
}
.ml10{
  margin-left:10px !important;
}
.ml15{
  margin-left:15px !important;
}
.ml20{
  margin-left:20px !important;
}
.ml25{
  margin-left:25px !important;
}
.ml30{
  margin-left:30px !important;
}
