@charset "UTF-8";

/*
メイン #ccc
サブ  #a070ed
リンク #eda33f
アクセント #eda33f
テキスト #666
font base:16px
back #000
-------------------------------------------------*/

html body{
	width:100%;
	height:100%;
} 

body{
	margin: 0;
	padding: 0;
	color:#ddd;
	background-color:#000;
	font-size:100%;
	width:100%;
	height:100%;
	font-family: 'Noto Serif JP', serif;
}

*{
	box-sizing:border-box;
}


h1{
}

h2{
	width:100%;
	max-width:400px;
	text-align:center;
	padding:20px 0 10px;
	margin:0 auto 20px;
	border-bottom:1px solid #c1b500;
	font-family: 'Bellota Text', cursive;
}

h2.jp_txt{
	font-family: 'Noto Sans JP', sans-serif;
}
.zclr{
	clear:both;
}

.pc_only{
	display:block;
}

.sp_only{
	display:none;
}

a{
	color:#f4af47;
	text-decoration: none;
	font-weight:bold;
}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:0;
}

ul.mark_number{
	list-style-type:decimal;
}

ul li{
	display:inline-block;
	font-size:1.0rem;
}

ul li.def_list{
	display:list-item;
}

ul.tile_2 li{
	width:50%;
	padding:5px;
}

ul.tile_2 li a{
	display:block;
	width:100%;
}

ul.tile_2 li a img{
	width:100%;
}


/* header -------------------------------------------------*/
div#header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
	background-color:#000;
	padding:5px 0;
	z-index:5;
}

div#header h1{
	width:auto;
	max-width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

div#header h1 img{
	width:100%;
	max-width:327px;
}

div#header div{
	float:right;
	width:30%;
}


div#header h1 img{
}

div#header div a img{
}


/* スマホ */
@media only screen and (max-width: 767px){
	.sp_only{
		display:block;
	}
	.pc_only{
		display:none;
	}
	div#header{
	    height: 50px;
	}

	div#header h1{
		width:auto;
		max-width:60%;
		margin:0;
		padding:0;
	}

}

/* top title image -------------------------------------------------*/

#top_image{
	width:auto;
	max-width:800px;
	padding:0;
	border:0;
}


/* スマホ */
@media only screen and (max-width: 767px){
	#top_image{
		width:100%;
	}
}

/* pc menu -------------------------------------------------*/

div#pc_menu{
	width:100%;
	max-width:800px;
	margin:0 auto;
}

div#pc_menu ul{
}

div#pc_menu ul li{
	width:25%;
}

div#pc_menu ul li a{
	display:block;
}

div#pc_menu ul li a img{
	width:100%
}

/* スマホ */
@media only screen and (max-width: 767px){
	div#pc_menu{
		display:none;
	}
}

/* contens -------------------------------------------------*/

#contens{
	z-index:2;
	height:100%;
	width:100%;
	padding:50px 5px 10px;
}

div{
	width:100%;
	margin:0 auto;
	padding:0;
}

div img{
	width:100%;
}

.txt_box{
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:10px;
}

table.def_table{
	width:100%;
}

table.def_table tr{
}

table.def_table tr th{
	text-align:right;
	border-right:1px solid #d9d9d9;
	padding:5px;
}

table.def_table tr td{
	text-align:left;
	padding:5px;
}

/* スマホ */
@media only screen and (max-width: 767px){
}


/* footer -------------------------------------------------*/
#footer {
	width: 100%;
	height: auto;
	background-color: #000;
	color:#aaa;
	text-align:center;
	padding-top:50px;
	padding-bottom:30px;
	font-size:0.8rem;
	max-width:none;
}








/*回り込み解除
-------------------------------------------------*/
.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
