@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  サブスタイル指定
=================================================================== */


/* body
----------------------------------------------------------------------------- */
body {
	width: 100%;
    margin: 0 auto;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;	-webkit-text-size-adjust: 100%;
    line-height: 1.7;
	font-size: 14px;
	color: #040000;
	text-align: center;
}
/* font
----------------------------------------------------------------------------- */
.rich_font {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
}
/* anchor
----------------------------------------------------------------------------- */
a:link {
	color: #000 ;
	text-decoration: none !important;
}
a:visited {
	color: #000 ;
	text-decoration: none !important;
}
a:hover {
	color: #000 ;
	text-decoration: none !important;
    opacity: 0.7;
}
a:active {
	color: #000 ;
	text-decoration: none !important;
}

/* layout
----------------------------------------------------------------------------- */

.sp_mode{
    display: none!important;
}
.pc_mode{
    display: block!important;
}

/* gotop
----------------------------------------------------------------------------- */
.go_top {
	position: fixed;
	right: 25px;
	bottom: 45px;
	z-index: 9999;
}
.go_top a {
	width: 54px;
	height: 54px;
	display: block;
}

/* table layout default
----------------------------------------------------------------------------- */
table {
	margin-bottom: 40px;
	width: 100%;
}
tr {
	border-bottom: 1px dotted #888;
}
tr:first-child {
	border-top: 1px dotted #888;
}
th {
	background-color: #edecf0;
	vertical-align: top;
	font-weight: normal;
}
td {
	width: 100px;
	vertical-align: top;
}
/* ol layout default
----------------------------------------------------------------------------- */
ol {
	line-height: 0.5;
}



body{
    position: relative;
}


/* BreakPoint 960px
=============================================================*/
@media only screen and (max-width: 960px) {


}


/* BreakPoint 560px
=============================================================*/
@media only screen and (max-width: 560px) {

	
	
.sp_mode{
    display: block!important;
}
.pc_mode{
    display: none!important;
}


}
