
/* base
===============================================================*/
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	font-size: 12px;
	line-height: 22px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#414141;
	background:url(../images/bg.jpg) repeat 0 0;
	font-family:'Noto Sans Japanese' , "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "Osaka", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}


/* font
===============================================================*/
a { 
	color:#414141;
	text-decoration:none;
}
 
a:visited {
	color:#414141;
	text-decoration:none;
}

a:hover {
	color:#da0004;
	text-decoration: underline; 
}

a:active {
	color:#da0004;
	text-decoration: underline; 
}


/* Contents
===============================================================*/
div#AllBox{
	background:url(../images/bg02.jpg) no-repeat center top;
	/* background:url(../images/bg02_cam40th.jpg) no-repeat center top; */
}

div#AllBox .main {
	width:1000px;
	margin:0 auto;
	padding:466px 0 100px 0;
	/* padding:708px 0 18px 0; */
}

/*40周年キャンペーンバナー*/
div#AllBox p.cam40th {
    text-align: center;
	margin-bottom:70px;
}
div#AllBox p.cam40th a:hover {
	opacity:0.8;
}

div#AllBox .main .dl1 {
	width:198px;
	float:left;
	margin:0 55px 0 0;
}

div#AllBox .main .dl2 {
	width:199px;
	float:left;
	margin:0 53px 0 0;
}

div#AllBox .main .dl3 {
	width:198px;
	float:left;
	margin:0 60px 0 0;
}

div#AllBox .main dl dt {
	margin:0 0 25px 0;
}

div#AllBox .main dl dd {
	font-size:18px;
	line-height:1.8;
}

div#AllBox .main dl dd.tit {
	font-size:18px;
	font-weight:bold;
	color:#6a3906;
	line-height:1.5;
	text-align:center;
	margin:0 0 10px 0;
}

div#AllBox .main dl dd.tit span {
	font-size:18px;
	font-weight:normal;
}

div#AllBox .main dl dd.tit span.b {
	font-size:15px;
	font-weight:bold;
}

div#AllBox .main dl.dl4 dt img{
  margin-top: -10px;
}


div#AllBox .history {
	width:1000px;
	margin:0 auto;
}

div#AllBox .history2 {
	width:1034px;
	margin:0 auto;
	padding:0 0 100px 0;
	position:relative;
}

div#AllBox .history2 p.txt {
	position:absolute;
	top:99px;
	left:65px;
	font-size:18px;
	line-height:1.5;
}

div#AllBox .feature {
	/* width:1000px; */
	width:1050px;
	margin:0 auto 80px;
	position:relative;
}

div#AllBox .feature p.txt1 {
	position:absolute;
  top: 335px;
  left: 57px;
	font-size:18px;
	line-height:1.5;
	width:270px;
}

div#AllBox .feature p.txt2 {
	position:absolute;
	top:153px;
  left: 673px;
	font-size:18px;
	line-height:1.7;
	width: 350px;
}

div#AllBox .feature p.txt3 {
  position: absolute;
  top: 658px;
  left: 604px;
  font-size: 18px;
  line-height: 1.6;
  width: 420px;
}

/* div#AllBox .selection {
	width:1042px;
	margin:0 auto;
	padding:15px 0 100px 0;
	position:relative;
}

div#AllBox .selection p.txt {
	position:absolute;
	top:130px;
	left:85px;
	font-size:18px;
	line-height:1.5;
	width:617px;
}
*/

.copy {
	width:100%;
	height:31px;
	text-align:center;
	background:url(../images/bg03.png) repeat-x center top;
	padding:50px 0 0 0;
}


/*==========================================
  ローディング画面
============================================*/
  #loader{
    display: table;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2000;
    width: 100%;
    height: 100vh;
    margin: auto;
    background: #f0ebe2;
  }
  .square-spin{
	  width:50px;
	margin:300px auto 0 auto;
  }
  
  .square-spin>div {
		background: #4b0b06 !important;
	}
