@charset "Shift_JIS";


@import url("s2_all.css");
@import url("sp_navi.css");
@import url("webcata_navi.css");
@import url("webcata_navi_sp.css");
@import url("footer_navi.css");


/* 背景BOX */
#bg_box1 {
	background-image: url(../common/page-bg2.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#bg_box2 {
	background-image: url(../common/page-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}

/* コンテンツ全体BOX */
#cont_box {
	width: 898px !important;
	width /**/: 900px;
	padding: 0px 1px 0px 1px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}


/* ヘッダーBOX */
#s2_header {
	background-color: #A9A9A9;
	background-image: url(../common/header.jpg);
	background-repeat: no-repeat;
	width: 898px;
	height: 49px;
}
/* ロゴのリンク */
#s2_header h1 {
	float: left;
	height: 30px;
	width: 270px;
	margin-top: 13px;
	margin-left: 28px;
	display:block;
	text-indent:-9999px;
	font-size:1px;
}
#s2_header h1 a {
	height: 30px;
	width: 270px;
	display:block;
}
#s2_header h1 a:hover {
	text-decoration:none;
}
/* "S2000 TOP"リンク */
#s2_header h4 {
	float: right;
	margin-top: 10px;
	margin-right: 28px !important;
	margin-right : 14px;
	display:block;
	font-size:10px;
	color: #CCCCCC;
	font-weight: normal;
}
#s2_header h4 a {
	color: #CCCCCC;
}
#s2_header h4 a:hover {
	color: #cc0000;	
}


/* パンくずリンクBOX */
#history_link {
	clear:both;
	background-image: url(../common/dir-back.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 842px !important;
	width /**/: 898px;
	font-size: 10px;
	color: #999999;
	padding-top:5px;
	padding-right: 28px;
	padding-left: 28px;
}
#history_link a {
	color: #999999;	
}
#history_link a:hover {
	color: #cc0000;	
}


/* コンテンツメインBOX */
#main_box {
	clear:both;
	float:left;
	width:720px;
	background-color: #FFFFFF;
}


/* フッターナビゲーション */
#footer1 {
	width:160px;
	float:left;
	padding: 20px 0px 0px 30px;
	font-weight: bold;
}
#footer2 {
	width:340px;
	float:left;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
}
#footer3 {
	width:160px;
	float:right;
	text-align: right;
	padding: 20px 30px 0px 0px;
	font-weight: bold;
}


.psp_r {
}
.ipod_r {
}


/*202106add*/
div.finish * {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック";
}

div.finish{
	background:#fff;
	padding:0.6em 0;
	overflow: hidden;
}

div.finish div{
	width:900px;
	margin:0 auto;
}

div.finish div p.finishcopy{
	float:left;
	width:50%;
	color:#C00;
	line-height:1.6;
	font-size:12px;
	text-align:left !important;
}

div.finish div ul{
	float:right;
	width:50%;
	font-size:12px;
	text-align:right;

}

div.finish div ul li{
	margin-bottom:0.1em;
}

div.finish div ul li a:hover{
	text-decoration: underline;
}