@charset "utf-8";

#site-box{
width:100%
}

body {
min-width: 600px;
min-height: 100vh;
margin: 0;
padding: 0;
background-color: #f8f8f8;
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

ul{
	list-style: none;
	display: flex;
}
.site-header{
	height: 80px;
	background-color: #f8f8f8;
	top: 0;
	display: flex;
	position: sticky;
	justify-content: space-between;
	width: 100%;
}
.header-margin{
	height: 40px
}
	
.gazou-waku{
	padding-top: 100px;
	text-align: center;
}
.gazou-wakuPt5{
	padding-top: 5px;
	text-align: center;
}
.gazou-wakuPzero{
	text-align: center;
	padding-top: 0;
}
.site-hooter{
	background: #f8f8f8;
	height: 60px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.site-logo{
	font-size: 20px;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
}

.gnav_menu_item{
	font-size: 16px;
	padding: 0 30px;
	margin-top: 30px;
}
.nav_menu_tate{
	text-align: center;
	width: 30%;
	height: 600px;
	font-size: 14px;
	margin-right: 10px;
	padding-top: 20px;
}

.top_rightside{
	width: 70%;
	text-align: center;
	min-width: 700px;
}
.hr{
	border:1px solid;
	border-color: #888888 transparent transparent transparent;
	padding: 1px;
	align-content: center;
	width: 80%
}
.tetratetra{
	padding-top: 80px;
	max-height: 607px;
	overflow: auto;
}
.tetratetra img{
	height: auto;
	max-width: 100%;
}
.site-title{
	color: #333333;
	font-size: 16px;
	padding: 80px 20px;
	text-align: right;
}

.Name{
	color: #333333;
	font-size: 18px;
}

.newsphont{
	color: #252525;
	font-size: 14px;
	padding-left:100px
}

.caption{
	color: #000b00;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 80px;
	margin-right: 5px;
	text-align: right;
}
.caption-center{
	color: #000b00;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 90px;
	margin-right: 5px;
	text-align: center;
}

.copyright{
	color:#252525;
	font-size: 12px;
}

.CVphont{
	color: #252525;
	font-size: 14px;
	padding: 50px;
}

.exhibitionfont{
	font-size: 14px;
	padding: 80px 80px;
}

.resizeimage{
max-width: 850px;
}

.resizeimage img {
width: 100%; }

img { vertical-align: bottom;}

.site-header a:hover{ color: #ff1493; text-decoration:none; font-size: 130%;}
.exhibitionfont a:hover{ color: #ff1493; text-decoration:none; font-size: 130%;}
a:hover{ color: #ff1493; text-decoration:none; font-size: 130%;} /*カーソルが乗っているリンクの色deeppink*/
a:link { color: #000000; text-decoration:none; }/*未訪問のリンク色錫色*/
a:visited { color: #333366; text-decoration:none; }/*訪問済みリンク色*/