@charset "utf-8";

/* google web font
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap');

 
/*
 基本設定（タグ）
----------------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: 'M PLUS 1p', sans-serif,"Hiragino Kaku Gothic ProN","メイリオ", Meiryo;
  font-weight: 500;
	letter-spacing: 0.1em;
	font-size:100%;
	color:#FFD100;
	text-align:center;
	background-color: #000;
	position: relative; /* #btn_pagetopの位置調整のため */
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	font-size:100%;
	}

p,
li,
dt,
dl {
	line-height: 1.5;
}

ol,ul,li {
	list-style: none;
	}
	
img{
	border: 0px;
}

/* モダンブラウザ */
/*
img{max-width: 100%;height: auto;}
*/
/* IE8 */
/*
img{width: auto\9; }
*/
/* IE7 */
/*
img{width: 100%; }
*/

sup {
	vertical-align: top;
}

em,address {
	font-style:normal;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*
 リンク装飾 
----------------------------------------------------------- */
a:link {
	color:#4561AC;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:visited {
	color:#4561AC;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#000;
	text-decoration:underline;
}

.btn_hover a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	}



/*基本設定（表組み）
----------------------------------------------------------- */
table {
	border-top: none;
	border-left: none;
	border-collapse: collapse;
}
th,
td {
	padding: 15px;
	border-right: solid 1px #CCCCCC;
	border-left: none;
	border-bottom: solid 1px #CCCCCC;
	line-height: 1.3;
	text-align: center;
}
th {
	border-right: solid 1px #FFF;
	background-color: #668596;
	color: #FFF;
}
td {
	background-color: #FFF;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/*基本設定（表組み）
----------------------------------------------------------- */
th,
td {
	padding: 4px;
}
}


/*
右寄せ左寄せ
-----------------------------------------------------------*/
.flt_left {
	float:left;
}

.flt_right {
	float:right;
}

/*
テキスト
-----------------------------------------------------------*/
.txt_left {
	text-align:left;
}
.txt_center {
	text-align:center;
}
.txt_right {
	text-align:right;
}
.txt_bold {
	font-weight:bold;
}
.txt_normal {
	font-weight:normal;
}
.txt_pink {
	color: #E95F84;
}



/*
マージン調整（必要に応じて追加）
----------------------------------------------------------- */
.mt05 {
	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;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt110 {
	margin-top: 107px !important;
}
.ml05 {
	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;
}
.ml35 {
	margin-left: 35px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr18 {
	margin-right: 18px !important;
}
.mr19 {
	margin-right: 19px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}


/* 表示切替
----------------------------------------------------------- */
.for_pc {
	display:block !important;
}
.for_smp {
	display:none !important;
}
img.for_pc {
	display:inline !important;
}
img.for_smp {
	display:none !important;
}
.for_pc_inline {
	display:inline !important;
}
.for_smp_inline {
	display:none !important;
}

/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 表示切替
----------------------------------------------------------- */
body {
	min-width: 0;
	}
.for_pc {
	display:none !important;
}
.for_smp {
	display:block !important;
}
img.for_pc {
	display:none !important;
}
img.for_smp {
	display:inline !important;
}
.for_pc_inline {
	display:none !important;
}
.for_smp_inline {
	display:inline !important;
}
img {
	border: 0px;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
}

