@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

body {
	background:#CCC;
}

/*　----フォント・リンク----　*/
body, p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height:1.8;
	color:#444;
    -webkit-text-size-adjust: 100%;
	
}

a:link {
	text-decoration:underline;
	color:#444;
}

a:visited {
	text-decoration:underline;
	color:#444;
}

a:hover {
	text-decoration:none;
	background-color:#C60;
	color:#FFF;
}

a:active {
	background-color:#C60;
	color:#FFF;
}

hr.example1 {
height: 1px;
border: none;
border-top: 2px #C60 solid;
margin-bottom:10px;
}

hr.example2 {
height: 1px;
border: none;
border-top: 1px #C60 dashed;
}



/*　----レイアウト----　*/
#main {
	margin: auto;
	padding: 0px;
	width: 1100px;
	background-color:#FFF;
}

#main #top {
	background-color:#C60;
	
}

#main #navi {
	    width: 1100px;
		padding-top:15px;
		padding-bottom:15px;	
		border-top:solid 2px #C60;
		border-bottom:solid 2px #C60;
}



#main #contents {
	width: 900px;
	padding-top:20px;
	padding-right:100px;
	padding-left:100px;
	padding-bottom:20px;
	overflow:hidden;

}

#main #contents p {
	line-height:1.5;
	letter-spacing:1px;
}


#main #contents #sub {
		width:900px;
		margin-bottom:100px;
}


#main #contents #sub1 {
		width:900px;
		margin-bottom:100px;
}

#main #contents #sub2 {
		width:900px;
		margin-bottom:100px;
}

#main #contents #sub3 {
		width:900px;
		margin-bottom:100px;
}

#main #contents #sub4 {
		width:900px;
		margin-bottom:100px;
}


 
#main #copyright {
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
	border-top:solid 2px #C60;
}

#main #copyright p {
	font-size: 12px;
	letter-spacing:2px;
	color:#666;
}

.title {
	font-size:20px;
	margin-bottom:5px;
}

.navi {
	background-color:#C60;
	color:#FFF;
}

.inner {
	margin-left:100px;
	margin-right:100px;
	width:700px;
}

.inner2 {
	margin-left:50px;
	margin-right:50px;
	width:800px;
}

.inner3 {
	margin-left:70px;
	margin-right:70px;
	width:660px;
	line-height:1.8;
}

.tonavi {
	font-size:13px;
}


#main #contents #img {
	
}
	
#main #contents #img .imgbox {
	float: left; 
	height:100px; 
	width: 100px; 
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #C60;

}

#main #contents #img .imgbox img {

}

#main #contents #img .s {
	clear:both;
	
}

.marker-P-orange {
background: linear-gradient(transparent 60%, #ffefd5 0%);
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}

.round-corner-table{
	 width:900px;
	background-color:#FFFFFF;
	padding:10px;
	margin:0 0 5 5px;
	box-shadow: 0 0 5px 0 #C7C7C7;
}

h1 {
	font-size:27px;
}