@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .slideBox {
	padding-bottom: 4px;
	background-color: #F20000;
	background: -moz-linear-gradient(top,#F20000,#F20000 60%,#C90000);
	background: -webkit-gradient(linear, left top, left bottom, from(#F20000),color-stop(0.6, #F20000),to(#C90000));
}

#main .mainVisual {
	padding-bottom: 1px;
	background-color: #F20000;
}

#main .mainImg {
	position: relative;
}

#main .mainImg .arrow li {
	position: absolute;
	top: 45%;
	width: 5%;
}

#main .mainImg .arrow .prev {
	left: 0;
}

#main .mainImg .arrow .next {
	right: 0;
}

#main .mainVisual .fooPage {
	text-align: center;
	line-height: 1.2;
}

#main .mainVisual .fooPage a {
	margin: 0 3px;
	display: inline-block;
	width: 7px;
	height: 7px;
	background: url(../img/top/point.jpg) no-repeat left top;
	background-size: 7px auto;
}

#main .slideBox {
	position: relative;
	min-height: 40px;
}

#main .slideBox .foo li {
	float: left;
	box-sizing: border-box;
	border: 3px solid #F80000;
}

#main .slideBox .foo li a {
	display: block;
	width: 100%;
	min-height: 79.5px;
}

#main .slideBox .arrow li {
	margin-top: -8px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

#main .slideBox .arrow .prev {
	left: 3px;
}

#main .slideBox .arrow .next {
	right: 3px;
}

#main h2 {
	font-size: 15px;
}

#main h3 {
	margin-bottom: 0;
	padding: 6px 15px;
	font-size: 12px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: none;
	background: -moz-linear-gradient(top,#FEFEFE,#CECECE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE),to(#CECECE));
}

#main .linkUl {
	margin-bottom: 17px;
	border: 1px solid #333;
	border-top: none;
}

#main .linkUl li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #333;
}

#main .linkUl li:nth-child(2n-1) a {
	border-right: 1px solid #333;
}

#main .linkUl li a {
	padding: 15px 15px 16px;
	display: block;
	position: relative;
	font-size: 15px;
}

#main .linkUl li a:before {
	margin-top: -7px;
	width: 10px;
    height: 14px;
	background: url(../img/common/icon01.png) no-repeat left top;
	background-size: 10px 14px;
    position: absolute;
    top: 50%;
	right: 14px;
  
    content: ""; 
}

#main .section {
	margin: 8px 18px 30px;
}

#main .textUl li {
	padding-bottom: 5px;
	width: 48.5%;
	float: left;
}

#main .textUl li:nth-child(2n) {
	float: right;
}

#main .section .txtImg {
	margin: 3px 0 5px;
}

#main .section .txtImg img:first-child {
	margin-bottom: 5px;
}

#main .section p {
	margin-bottom: 5px;
}

#main .text01 {
	color: #FF0000;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}

#main .imgBox .photo {
	float: right;
}

#main .imgBox p {
	padding-right: 125px;
}

#main .packBox {
	padding: 13px 18px;
	color: #FFF;
	border-top: 1px solid #FF9800;
	background: #F20000 url(../img/top/pack_bg.jpg) no-repeat left bottom;
	background-size: 100% auto;
	box-shadow: 0 0 3px #7B7C79;
}

#main .packBox .text02 {
	margin: 0 -5px;
	font-size: 13px;
	font-weight: bold;
}

#main .packBox .text03 {
	margin: 0 0 10px;
	padding: 5px 0;
	color: #000;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	background-color: #FFF;
	border-radius: 10px;
}

#main .packBox .txtImg {
	margin: 0 0 10px;
}

#main .packBox .linkList {
	margin: 0 -8px;
}

#main .packBox .linkList li {
	margin-top: 10px;
	border: 1px solid #FDCE87;
	border-radius: 5px;
}

#main .packBox .linkList li a {
	padding: 16px;
	display: block;
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	background: -moz-linear-gradient(top,#FCFCFC,#E7E7E7);
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC),to(#E7E7E7));
}

#main .packBox .linkList li a:before {
	margin-top: -8px;
	width: 16px;
    height: 16px;
	background: url(../img/common/icon02.png) no-repeat left top;
	background-size: 16px 16px;
    position: absolute;
    top: 50%;
	right: 14px;
  
    content: ""; 
}

#main .newDl dt {
	padding: 13px 0 0 5px;
	float: left;
	color: #4A3F19;
}

#main .newDl dd {
	padding: 13px 0 13px 6em;
	background: url(../img/common/line01.gif) repeat-x left bottom;
}

#main .newLink {
	margin-bottom: 30px;
	background: url(../img/common/line01.gif) repeat-x left bottom;
}

#main .newLink a {
	padding: 10px 25px;
	display: block;
	position: relative;
	text-align: right;
}

#main .newLink a:before {
	margin-top: -4px;
	width: 5px;
    height: 8px;
	background: url(../img/common/icon03.png) no-repeat left top;
	background-size: 5px auto;
    position: absolute;
    top: 50%;
	right: 14px;
  
    content: ""; 
}

#main .bannerUl li {
	margin-bottom: 5px;
}

.facebook {
    width: 100%;
    margin: 0 auto 0 5%;
}

.suzuka-ban {
	text-align: center;
	padding: 10px 0;
	background-color: black;
}