@charset 'utf-8';

/* common -------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-style: normal;
	text-decoration: none;
	color: #333;
	font-size: 87.5%;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meryo, sans-serif;
	line-height: 1.7;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: left;
}

body > article {
	margin: 20px 10px 0
}

/*Clearfix-------------------------　*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}


/*見出し装飾-------------------------　*/
.line01 {
	position:relative;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	font-size:19px;
	padding-left: 35px;
	color:#409eaa;
	background: -moz-linear-gradient(top, #fff 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffff 0%, #e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #fff 0%, #e4e4e4 100%); /* W3C */
	box-shadow: 0px 0px 0px 1px #fff inset;
}
.line01::before{
	position:absolute;
	left:10px;
	top: 0;
	bottom: 0;
	margin-top:auto;
	margin-bottom:auto;
	display: inline-block;
	content:"";
	width: 20px;
	height: 20px;
	background-image:url(/smp/images/index/title-circle.png);
	background-size:cover;
}
/* header -------------------- */
header {
  border-bottom: 1px solid #cccccc;
}
header > div:first-child {
  border-bottom: 2px solid #019792;
  background-color: #fff;
  padding: 5px 10px;
  display: table;
  width: 100%;
}
header > div > h1 {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
p#header-login {
  display: table-cell;
  width: 85px;
}


header button {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meryo, sans-serif;
 font-size: 8px;
  line-height: 8px;
  border: solid 1px #aaaaaa;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
p#header-login button {
	letter-spacing: -0.1em;
}
header button .fa {
  display: block;
  font-size: 25px;
  color: #999999;
}

#dl-menu {
  position: absolute;
  right: 10px;
}
#dl-menu a .fa {
  display: inline-block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0.5em;
}
p#dl-trigger {
  position: absolute;
  right: 0;
}

header h2 {
  display: table;
  width: 100%;
}
header h2 img {
  width: 100%;
}

@media (max-width: 410px) {
	p#header-login {
	padding-top: 4px;
	}
	p#dl-trigger {
	top: 4px;
	}
}
/*タップしたときに勝手に出るオレンジの枠を消す*/
header button{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
	}
/* subhead -------------------- */
#subhead {
	background-color:#97e0df;
}
#sub-catch {
	width:100vw;
	height:70.93vw;
	background-image: url(/smp/images/index/subhead-bk.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	display: block;
}

/* 毎日更新～ ///
---------------------------------------------- */
#sub-catch > h2 {
	position: relative;
	z-index: 1;
	margin-left: 40vw;
	padding-top: 2.66vw;
}
#sub-catch > h2 > span {
	display: block;
}
#sub-catch > h2 > span:first-child img {
	height: 8.8vw;
}
#sub-catch > h2 > span:nth-of-type(2) {
	height: 14.4vw;
	margin-top: -0.53vw;
}
#sub-catch > h2 > span:nth-of-type(2) img {
	height: 11.2vw;
	width: auto;
	margin-bottom: 1.06vw;
	margin-left: 1.06vw;
}
#sub-catch > h2 > span:last-child img {
	height: 11.2vw;
	width: auto;
	margin-top: -0.53vw;
}
#sub-catch > h2 > span strong {
	position: relative;
	color: #ff4d02;
	font-size: 13.33vw;
	line-height: 100%;
	text-shadow: white 0px 1.6vw, white 1.6vw 0px, white -1.6vw 0px, white 0px -1.6vw, white -1.06vw -1.06vw, white 1.06vw 1.06vw, white 1.06vw -1.06vw, white -1.06vw 1.06vw, 2.13vw 1.6vw 1.06vw rgba(0,0,0,0.1);
	font-family: "Arial";
}
#sub-catch > h2 > span strong::before {
	position: absolute;
	color: #ffa615;
	text-shadow: white 0px 1.6vw, white 1.6vw 0px, white -1.6vw 0px, white 0px -1.6vw, white -1.06vw -1.06vw, white 1.06vw 1.06vw, white 1.06vw -1.06vw, white -1.06vw 1.06vw, 2.13vw 1.6vw 1.06vw rgba(0,0,0,0.1);
	content: attr(data-souk);
	-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	top:1.06vw;
}
/*本日の物件数*/
#sub-bukken {
  background-color: #fed8a9;
  display: table;
  width: 100%;
  padding: 10px;
}
#sub-bukken h3 {
	display: table-cell;
	vertical-align: middle;
	width: 44%;
	font-size: 11px;
	font-weight: normal;
	padding-right: 10px;
	text-align: center;
}
#sub-bukken h3 strong {
	color: #fff;
	font-size: 15px;
	line-height: 35px;
	display: block;
	background-image:url(/smp/images/index/sub-bukken_bk.png);
	font-weight: normal;
	height: 35px;
}
#sub-bukken h3 span {
	margin-top: 5px;
	display: block;
	line-height: 15px;
	font-size: 12px;
}
#sub-bukken table {
	width: 100%;
	background-color: #FFF;
	border-collapse: separate;
	border-spacing: 5px;
	font-size: 13px;
	line-height: 21px;
}
#sub-bukken table th {
	width: 50%;
	height: 21px;
	color: #FFF;
	text-align: center;
}
#sub-bukken table th:nth-of-type(1) {
	background-color: #666666;
}
#sub-bukken table th:nth-of-type(2) {
	background-color: #6fb531;
}
#sub-bukken table td {
	border-bottom: 1px dashed #CCC;
}
#sub-bukken table tr:nth-of-type(2) td span:first-child {
	color: #ff6500;
}
#sub-bukken table td span {
	float: right;
}
#sub-bukken table td span:first-child {
	float: left;
}
#sub-bukken table td span strong {
	font-size: 16px;
	font-weight: bold;
	margin-right: 0.2em;
}

@media (max-width: 359px) {
	#sub-bukken h3 strong {
		font-size: 13px;
		font-weight: normal;
	}
}
/* kantan -------------------- */
#kantan {
	background-color:#80cbc7;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#kantan h2 {
	margin-bottom: 5px;
}
#kantan h2 img {
	height:61px;
}
#kantan > div {
	background-color:#fff;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
#selectArea {
	margin-bottom:20px;
}
#selectArea div:nth-of-type(1){
	margin-bottom:15px;
}
#selectArea h3 {
	font-size:16px;
	margin-bottom:5px;
}
#selectArea h3 span {
	display: inline-block;
	color: #fff;
	background-color: #ef3431;
	border-radius: 50%;
	line-height: 19px;
	width: 21px;
	text-align: center;
	margin-right: 5px;
	padding-top: 2px;
}
#selectArea li {
	width:50%;
	float:left;
}
#selectArea input[type="radio"],#selectArea input[type="checkbox"]{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	margin-bottom: 2px;
}
#selectArea label {
	display:inline-block;
	width:100%;
	height:50px;
	line-height:50px;
	border:1px solid #CCC;
	padding-left:10px;
}
#selectArea li.checked label {
	background: #80cbc7;
	color:#fff;
}
#selectArea ul li:nth-child(even) label {
	border-left:none;
}
#selectArea ul li:not(:nth-of-type(1)):not(:nth-of-type(2)) label{
	border-top:none;
}
#selectarea_kakaku select,
#selectarea_kakaku span {
	float:left;
}
#selectarea_kakaku select {
	width:45%;
	height:50px;
	color:#333;
	padding-left:5px;
	background-color: #fff;
}
#selectarea_kakaku span {
	display:block;
	width:10%;
	height:42px;
	line-height:42px;
	text-align:center;
}
#submitArea input {
	width:100%;
	height:50px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ccc;
	
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1), inset 0px -1px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1), inset 0px -1px 1px 0px rgba(255,255,255,1);
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1), inset 0px -1px 1px 0px rgba(255,255,255,1);

	background: -moz-linear-gradient(top, #FFFFFF 60%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #FFFFFF 60%, #e7e7e7 100%);  /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #FFFFFF 60%, #e7e7e7 100%);  /* W3C */
	font-weight:bold;
	font-size:15px;
	color:#333;
}

/*タップしたときに勝手に出るオレンジの枠を消す*/
#submitArea input,
#selectarea_kakaku select{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
	}
/* mypage-info -------------------- */
#mypage-info {
	background-color: #80cbc7;
	padding:2px 17px 8px;
	box-shadow:0px 0px 0px 5px #e6e6e4 inset,0px 0px 0px 7px #fff inset;
}
#mypage-info h2 img {
	height: 40px;
	margin: 10px 0px 4px 3px;
}
#mypage-info h2 > span{
	display:table-cell;
	vertical-align:middle;
	height:56px;
}
#mypage-info h2 span span{
	border: 1px solid #fff;
	background-color: #ff7900;
	color: #fff;
	padding: 3px 5px;
	font-size: 14px;
	box-shadow: 1px 1px 2px 0 #cca300;
	line-height:1;
}
#mypage-info h2 span:nth-of-type(2){
	font-size:13px;
	color:#533b22;
	padding:5px 0 0 10px;
	line-height:1.4;
}
#mypage-info h2 span:nth-of-type(2) strong {
	font-size:20px;
	font-weight:bold;
	color:#ff3300;
	text-shadow:1px 1px 1px #FFF,1px -1px 1px #FFF,-1px 1px 1px #FFF,-1px -1px 1px #FFF,1px 1px 1px #FFF,1px -1px 1px #FFF,-1px 1px 1px #FFF,-1px -1px 1px #FFF;
}
#mypage-info div {
	background-color:#fff;
	padding: 10px;
	position:relative;
	width:100%;
	margin-bottom:10px;
	height: 180px;
}	
#mypage-info li {
	font-weight:bold;
	text-shadow:1px 1px 1px #FFF,1px -1px 1px #FFF,-1px 1px 1px #FFF,-1px -1px 1px #FFF,1px 1px 1px #FFF,1px -1px 1px #FFF,-1px 1px 1px #FFF,-1px -1px 1px #FFF;
	position:relative;
	margin-bottom:4px;
	font-size:13px;
}
#mypage-info li:last-child {
	margin-bottom:0;
}
#mypage-info li span {
	display:inline-block;
	background-color:#ff7900;
	line-height:18px;
	height:17px;
	width:17px;
	color:#fff;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-right:5px;
	text-shadow:none;
	padding-top: 1px;
}
#mypage-info > div > p {
	position:absolute;
	right: 7px;
	bottom: 60px;
}

#mypage-info > div > p img {
	height:133px;
}
#mypage-info > div > p.button1{
	position:absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin-left:auto;
	margin-right:auto;
	width: calc(100% - 20px);
}
.button1 a {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meryo, sans-serif;
	display: block;
	background-origin: border-box;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1), inset 0px -1px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow:0px 1px 2px 1px rgba(0,0,0,0.1), inset 0px -1px 1px 0px rgba(255,255,255,1);
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1), inset 0px -1px 1px 0px rgba(255,255,255,1);

	font-weight: bold;
	text-align: center;
	font-size: 15px;
	width: 100%;
	line-height: 52px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #ccc;
	
	background: -moz-linear-gradient(top, #FFFFFF 60%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #FFFFFF 60%, #e7e7e7 100%);  /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #FFFFFF 60%, #e7e7e7 100%);  /* W3C */
}
.button1 a i {
	color: #019893;
	font-size: 14px;
	margin-right: 6px;
}
#toi section dt{
	float:left;
	width: 6em;
}
/* osusume -------------------- */
#osusume > div {
  padding: 10px 0 5px;
  overflow-x: scroll;
  overflow-y: hidden;
}

#osusume div > table {
    border-collapse: separate;
    border-spacing: 3px;
}
#osusume div > table table:nth-of-type(2) {
    border-collapse: separate;
}
#osusume table td{
	vertical-align:top;
	}
#osusume table td a div{
	height: 28px !important;
	}
#Kadomaru_T {
	min-height: 30px;
	min-width: 104px;
}

/* スマホにスクロールバー表示 */
#osusume ::-webkit-scrollbar{
	width: 16px;
	background: #f0f0f0;
}
#osusume ::-webkit-scrollbar-thumb{
	background: #cdcdcd;
	border-radius: 2px;
}
/* kensaku-list -------------------- */
#kensaku-list > div{
	margin-bottom:20px;
}
#kensaku-list > div:nth-last-of-type(1){
	margin-bottom:0;
}

#kensaku-list h2{
	background-color:#80cbc7;
	line-height:45px;
	color:#fff;
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}


/* list-box*/
.list-box {
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	overflow: hidden;
	border-color: #ccc;
}
.list-box > * {
	box-sizing: border-box;
	width: 50%;
	float: left;
}
.list-box > :nth-of-type(odd) {
	border-right: 1px solid;
	border-color: inherit;
}
.list-box > :nth-last-child(n+2), .list-box > :last-child:not(:nth-of-type(odd)) {
	border-bottom: 1px solid;
	border-color: inherit;
}
.list-box > :last-child:not(:nth-of-type(even)) {
	border-bottom: 1px solid;
	border-color: inherit;
}
.list-box li{
	position:relative;

	}
.list-box li a{
	text-align:left;
	padding-left:10px;
	line-height:56px;
	display: block;
	width: 100%;
	}
.list-box li a::after{
	margin: auto;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -3px;
	color: #80cbc7;
	line-height: 100%;
	font-family: fontawesome;
	content: "\f0da";
	font-size: 18px
}
.list-box.row2 a{
	line-height:16px;
	height:56px;
	display: table;

}
.list-box.row2 a{
	line-height:16px;
	height:56px;
}
.list-box.row2 a span{
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 359px) {
	#kensaku-list .list-box li a{
		font-size:13px;
		letter-spacing: -1px;
	}
}
/* omakase-------------------- */
#omakase h2{
	text-align: center;
	margin-top: 30px;
}

#omakase h2 img{
	height:auto;
	max-width:355px;
	width: 100%;
}
#omakase h2 img{
	height:auto;
	max-width:355px;
	width: 100%;
}
#omakase h3 {
	font-size:16px;
	text-align: center;
	margin-top:25px;
}
#omakase h3 + p{
	margin-top:5px;
}
/* caution & point-------------------- */
.content-wrap {
	border: 2px solid #009691;
	border-radius: 10px;
	padding: 0 10px 10px;
	position: relative;
}

.content-wrap > p:first-child {
	position: absolute;
	top: -32px;
	right: 10px;
}
.content-wrap > p:first-child img {
	width: 123px;
}

.content-wrap > div {
	position: relative;
}
.content-wrap h2,
.content-wrap h3 {
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #FFF,2px -2px 2px #FFF,-2px 2px 2px #FFF,-2px -2px 2px #FFF,1px 1px 1px #FFF,1px -1px 1px #FFF,-1px 1px 1px #FFF,-1px -1px 1px #FFF;
	display: table-cell;
	height: 78px;
	vertical-align: middle;
	padding-left: 68px;
	padding-top: 4px;
}
.content-wrap h3 + p{
	border-top:1px solid #d3d3d3;
	padding-top:15px;
}
.content-wrap h3 + p span{
	color:#f97d00;
	font-weight:bold;
}
.content-wrap h4 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	background-color: #009691;
	border-radius: 8px 8px 0 0;
	text-align: center;
}
#caution-set {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-radius: 0 0 8px 8px;
}
#caution-set dt {
	border-top: 1px solid #CCC;
	color: #009691;
	padding-left: 10px;
	line-height: 39px;
	font-weight: bold;
	background: -moz-linear-gradient(top,  #FFF 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #FFF 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #FFF 0%,#efefef 100%); /* W3C */
	cursor: pointer;
}
#caution-set dd {
	border-top: 1px solid #CCC;
	padding: 10px;
	background-color: rgba(0, 150, 145, 0.2);
	display: none;
}

#caution-set dt i {
	margin-right: 0.5em;
}
#caution-set dt i:before {
	content: "\f0fe";
}
#caution-set dt.active i:before {
	content: "\f146";
}
#caution-set dt:nth-last-of-type(1):not(.active),
#caution-set dd:nth-last-of-type(1){
	border-radius: 0 0 8px 8px;
}

/* point */
#point {
	border-color: #f97d00;
	margin-top: 30px;
}

#point .circle {
	background-color: #f97d00;
}
#point .circle {
	background-color: #f97d00;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	transform: rotate(-10deg);
	letter-spacing: -0.05em;
	position: absolute;
	top: -12px;
	left: -12px;

}
#point > p:first-child {
	position: absolute;
	top: -36px;
	right: 0px;
	overflow: hidden;
	height: 114px;
}
#point > p:first-child img {
	width: 98px;
}
#point .circle span{
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
}
#point > div ul {
	border: 1px solid #CCC;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 7px;
	position: relative;
	background-color: #fff;
}
#point ul li {
	text-shadow: 2px 2px 2px #FFF,2px -2px 2px #FFF,-2px 2px 2px #FFF,-2px -2px 2px #FFF,1px 1px 1px #FFF,1px -1px 1px #FFF,-1px 1px 1px #FFF,-1px -1px 1px #FFF;
	margin-left:1em;
	text-indent:-1em;
	line-height: 18px;
	margin-bottom: 8px;
}

#point.content-wrap h2 strong, 
#point.content-wrap h3 strong {
	color: #f97d00;
	font-size: 22px;
}
#point ul li:nth-last-of-type(1) {
	margin-bottom:0;
}

#point.content-wrap {
	margin-top: 40px;
}
/* caution -------------------- */
#caution h2{
	text-align:center;
	margin-top: 30px;
	margin-bottom:20px;
}

#caution h2 img{
	height:auto;
	max-width:355px;
	width: 100%;
}
#caution h2 + p{
	text-align:center;
}
#caution h2 + p img{
	width:100%;
}

#caution .circle {
	background-color: #fa3785;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 14px;
	line-height:24px;
	text-align: center;
	transform: rotate(-10deg);
	letter-spacing: -0.05em;
	position: absolute;
	top: -12px;
	left: -12px;
}
#caution .circle span{
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
}

#caution .content-wrap h2,
#caution .content-wrap h3{
	line-height:22px;
}

#caution .content-wrap h2 strong, 
#caution .content-wrap h3 strong {
	color: #fa3785;
	font-size: 18px;
}
#caution .content-wrap {
	margin-top: 20px;
}
@media (max-width: 359px) {
	#caution .content-wrap:nth-last-of-type(1) h3 {
		width: 228px;
	}
	#caution .content-wrap:nth-last-of-type(1) h3 br {
		display:none;
	}
}
/* raiten -------------------- */
#raiten {
	clear: both;
	margin-top: 30px;
	margin-bottom: 40px;
	overflow: hidden;
}
#raiten h2 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	margin-bottom: 20px;
}

#raiten h3 {
	font-size: 16px;
}
#raiten h3 + p {
	font-size: 14px;
	margin-bottom: 15px;
	overflow: hidden;
}

.raiten-btn {
  height: 66px;
  height: 66px;
  display: block;
  background: url(/smp/images/index/raiten-ya.png) 95% 50% no-repeat;
  background-size: 82px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  width: 100%;
  color: #FFF;
  font-size: 15px;
  line-height: 18px;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.raiten-btn strong {
	font-size: 20px;
}

p.raiten-btn-wrap {
	border-radius: 5px;
	margin-bottom: 5px;
	display: table;
	width: 100%;
}
#raiten-btn-area p:nth-last-of-type(3) {
	background: -moz-linear-gradient(top, #04a8e5 0%, #027cd7 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #04a8e5 0%, #027cd7 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #04a8e5 0%, #027cd7 100%); /* W3C */
}
#raiten-btn-area p:nth-last-of-type(2) {
	background: -moz-linear-gradient(top, #49c111 0%, #31a20b 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #49c111 0%, #31a20b 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #49c111 0%, #31a20b 100%); /* W3C */
}
#raiten-btn-area p:nth-last-of-type(1) {
	background: -moz-linear-gradient(top, #fc9801 0%, #fa6601 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #fc9801 0%, #fa6601 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #fc9801 0%, #fa6601 100%); /* W3C */
	margin-bottom: 0;
}

@media (max-width: 359px) {
	#raiten h2 {
		font-size:18px;
		line-height: 22px;
		margin-bottom: 15px;
	}
}
/* #tenpo -----------------　*/
#tenpo{
	margin-bottom:45px;
	}
#tenpo ul li{
	float:left;
	width:50%;
	margin-top:20px;
	}
#tenpo ul li img{
	max-width:145px;
	width:calc(100% - 80px);
	height:auto;
	
	}
#tenpo ul li p:nth-of-type(1){
	text-align:center;
	margin-bottom:10px;
}
#tenpo ul li p:nth-last-of-type(1) span{
	display:block;
	margin:0 auto;
	width:140px;
	line-height:20px;
	
}

/* #other-link -----------------　*/
#other-link h2{
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
}
#other-link ul li{
	float:left;
	width:calc(50% - 2.5px);
	border-radius:4px;
	position:relative;
}
#other-link ul li:after{
	font-family: FontAwesome;
	content: "\f08e";
	display:block;
	position:absolute;
	right:10px;
	top:12px;
	font-size:16px;
	color:#fff;

}
#other-link ul li:nth-of-type(2n){
	margin-left:5px;
}
#other-link ul li:nth-of-type(n+3){
	margin-top:5px;
}
#other-link ul li a{
	display:block;
	color:#fff;
	height:50px;
	font-size:18px;
	line-height:50px;
	text-align:center;
	padding-right: 20px;
}

#other-link ul li:nth-of-type(1){
	background-color:#0290da;
}
#other-link ul li:nth-of-type(2){
	background-color:#029793;
}
#other-link ul li:nth-of-type(3){
	background-color:#fb7f01;
}
#other-link ul li:nth-of-type(4){
	background-color:#ff4598;
}

@media (max-width: 359px) {
	#other-link ul li a{
		font-size:16px;
	}
}
/* footer -----------------　*/
#footer{
	margin-top:80px;
}
/* pagetop */
#pagetop {
}
#pagetop a {
	display: block;
	line-height: 40px;
	color: #333;
	background-color:#f5f5f5;
	border-top: 1px solid #ccc;
	text-align: center;
}
#pagetop a i {
	margin-right: 7px;
	font-size: 24px;
	line-height: 35px;
	vertical-align: bottom;
	padding-bottom:5px;
}

#footer-menu {
  background-color: #029792;
  padding: 10px;
  overflow: hidden;
}
#footer-menu > div {
	  margin-bottom: 10px;
}
@media (min-width: 480px) {
	#footer-menu > div {
	  width: 50%;
	  float: left;
	}
}

#footer-menu h3 {
	color: #fff;
}
#footer-menu li a {
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}
#footer-menu li a i{
	margin-left:12px;
}
#copyright {
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 5px;
}

/* fixed_menu -----------------　*/
#fixed_menu {
	display:table;
	position:fixed;
	bottom:0;
	width:100%;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #fff;
}
#fixed_menu > div {
	float:left;
	display:table;
	width: calc(100% /4);
}
#fixed_menu > div >div {
	display:table;
	width:100%;
	border-top: 1px solid #027975;
}
#fixed_menu > div > div > a {
	box-sizing:border-box;
	display: table-cell;
	height: 54px;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(255,255,255,0.2);
	background-color: #027975;
	color: #fff;
	padding-top: 1px;
}
#fixed_menu span {
	display: block;
	padding-bottom:5px;
}
#fixed_menu i {
	font-size:24px;
	width: 100%;
	padding-top:7px;
	padding-bottom:7px;
}