@charset "UTF-8";
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSansJP-Light.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansJP-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansJP-Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansJP-Black.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSerif';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSerifJP-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSerif';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSerifJP-Bold.woff') format('woff');
    font-display: swap;
}
.bold {font-weight: 700;}

html {
	font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	color: #595757;
}

body {
	width: 100%; /* リキッド */
	max-width: 2000px; /* 幅の上限 */
	min-width: 200px; /* 幅の下限 */
	margin: 0px auto;
    background-color: #DCDDDD;
	font-size: 14px;
}
a {
	transition: 1.5s;
	cursor: pointer;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
a:link, a:active, a:visited {
	color: #595757;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
#crossfaderPager a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	transition: 1.0s;
}
a img:hover {
	opacity: 0.6;
	transition: 1.0s;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.title {
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	color: #333;
}
.title2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.black {
	background-color: #000;
}
.red {
	color: #F00;
}
#copyright {
	text-align: center;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCC;
	line-height: 16px;
	margin: 0px;
}
/*共通項目*/

.fade {
	opacity: 0;
	transform: translate(0,20px); 
	-webkit-transform: translate(5px,0); 

}
.no-wrap {
    display: inline-block; /* インラインブロック化 */
}