



/* Style for PCs */

@media screen and (min-width: 1025px) {
  


/*new STOCK*/
#usedboatmm {
	height: auto;
	width: 100%;
}
#stock-xml {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
}
#usedboatmm a {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px #ccc;
	display: block;
	float: left;
	height: auto;
	margin: 0.5% 1% 30px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	width: 23%;
}
#usedboatmm a:hover {
	background-color: #f0f0f0;
}
#usedboatmm .img-container {
	margin-bottom: 15px;
	padding-top: 66%;
	position: relative;
}
#usedboatmm .container-inner {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
p.marina-name {
	background-color: #333;
	color: #fff;
	display: block;
	float: left;
	font-feature-settings: "palt";
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin: 0 0 0 15px !important;
	text-align: center;
	width: 120px;
}
p.used {
	background-color: #447d9e;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin:0 15px 0 0  !important;
	text-align: center;
	width: 18%;
}
p.new {
	background-color: #3cab97;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin:0 15px 0 0  !important;
	text-align: center;
	width: 18%;
}
#usedboatmm a .ubbox {
	display: block;
	height: auto;
	padding: 20px 20px 30px;
	width: 100%;
}
#usedboatmm a .ubbox h2 {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 3px;
}
#usedboatmm a .ubbox h3 {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 3px;
}
#usedboatmm a .ubbox h4 {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#usedboatmm a .ubbox dl {
	border-bottom: 1px dotted #d5d5d5;
	border-top: 1px dotted #d5d5d5;
	display: block;
	height: auto;
	margin-bottom: 10px;
	padding: 0 5px;
	width: 100%;
}
#usedboatmm a .ubbox dl dt {
	color: #333;
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: 400;
	height: auto;
	line-height: 1.4em;
	padding: 5px;
	text-align: left;
	width: 50px;
}
#usedboatmm a .ubbox dl dd {
	color: #333;
	display: block;
	font-size: 0.8em;
	font-weight: 400;
	height: auto;
	line-height: 1.4em;
	padding: 5px;
	width: 100%;
}
#usedboatmm a .ubbox p {
    color: #111;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
    height: 33px;
    width: auto;
    display: block;
    float: right;
    line-height: 33px;
}
#usedboatmm a .ubbox p strong {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

	
	
	
	
	
	
	

.stock-icon {
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    float: left;
}

/*検索部分*/

#search-stock{
	max-width: 1400px;
	padding:0 4%; 
	margin: 0 auto;
}

#search-stock .search-wrap{
padding: 0px 4% 20px;
background: #f5f5f5;
margin-top: 20px;
}
.search-clumn{
width: 50%;
float: left;
padding-right:2%; 
}

.search-clumn:nth-child(2),
.search-clumn:nth-child(4){

}





.search-clumn p{
padding-top: 20px;
font-size: 18px;
margin-bottom: 15px;
}

.search-clumn p span{
font-size: 10px;
float:right;
display: none;
}

.form-wrap{
display: table;
vertical-align: middle;
width: 100%;
table-layout: fixed;
}

.form-wrap select{
float: left;
margin-right: 2%;

width: 60%;
height: 40px;
padding: 3px;
font-size: 12px;
border: 1px solid #ddd;
background-color: #fff;
vertical-align: middle;
}

.form-wrap form input.searchbn{
	float: left;
width: 38% !important;
height: 40px;
padding: 0px 10px;
font-size: 12px;
vertical-align: middle;
line-height: 40px;
background:#000;
font-weight: normal;
margin: 0 !important;
margin: 0 !important;
}

.form-wrap form input.searchbn:hover{
background: #555;
}

.form-wrap input:before{
display: block;
padding-left:5%; 

}

.search-clumn ul li{
float: left;
text-align: center;
width: 32%;
margin-right: 2%;
}

.search-clumn ul li a{
display: block;
text-decoration: none;
color: #0A5BB0;
font-size: 13px;

border: 1px solid #ccc;
border-radius: 5px;
}




.search-clumn ul li a span img{
height: 60px;
width: auto;
display: table;
margin: 0 auto;
margin-bottom: 10px;
}

.search-clumn ul li a{
	background: #fff;
}


.search-clumn ul.type li a{
padding-top: 10px;
height: 120px;
}


.search-clumn ul.region li{
line-height: 55px;
}
.search-clumn ul.region li{

}


.search-clumn ul.region li{
width: 49%;
margin-right: 2%;
margin-bottom: 2%;
}

.search-clumn ul.region li:nth-child(2n){
margin-right: 0%;
}

.search-clumn ul.new-used{
}

.search-clumn ul.new-used li{
width: 48.5%;
margin-right: 3%;
}

.search-clumn ul.new-used li a{
	padding-top: 28px;
	padding-bottom: 29px;
}

.new-used li:nth-child(1) a:before{
	color: #808080;
	font-weight: 900;
	display: block;
	content: "NEW";
	font-size: 20px;
	padding-bottom: 10px;
}

.new-used li:nth-child(2) a:before{
	color: #808080;
	font-weight: 900;
	display: block;
	content: "USED";
	font-size: 20px;
		padding-bottom: 10px;
}

.clumn-01{
	width: 50%;
}

.clumn-02{
		width: 25%;
}
.clumn-03{
		width: 25%;
}


.search-clumn ul li:last-child{
margin-right: 0%;

}
.search-clumn ul li a:hover{
border: 1px solid #0A5BB0;

}
.button-search{
padding-top: 30px;
display: table;
margin: 0 auto;
}
.button-search a{
text-decoration: none;
color: #fff;
font-size: 16px;
display: block;
padding: 15px 50px;
background:#000;
border-radius: 5px;
}
.button-search a:hover{
background:#555;
}

.search-result{
	text-align:center;
	margin-bottom: 20px;

}









/*特選艇設定*/
a.recommend-list  {

	
background-color: #fff;
border-radius: 3px;
box-shadow: 0 1px 3px #777;
display: block;
float: left;
height: auto;
margin: 0.5% 1% 30px;
overflow: hidden;
text-decoration: none;
transition: all 0.4s ease 0s;
width: 48%;
position: relative;
border: 6px solid #d8cbb0;
	
	
}
a.recommend-list .special-offer {
    background-image: url("../img/usedboat/special-offer.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    height: 90px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
}


	
	
	/*在庫ページ特選艇欄*/
#recommend-mm {
    height: auto;
    width: 100%;
    background-color: #e3dec3;
    padding: 0px 0px 50px;
    border: 7px solid #d8cbb0;
    box-shadow: 0 1px 3px #777;
}	
	
	
#recommend-mm #ptbody {
    width: 550px;
    height: auto;
    display: block;
    margin: 50px auto 50px;
    text-align: center;
    padding: 15px 0;
    background-color: #3f3b33;
    background-image: none;
    box-shadow: 0 1px 3px #777;
}
	
#recommend-mm #ptbody h2 {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif !important;
    font-size: 26px;
    font-weight: 200;
    line-height: 30px;
    color: #c2a361;
    text-shadow: 0px 1px 5px #000;
	letter-spacing: normal !important;
}	
#recommend-mm #ptbody p {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #fff;
    text-shadow: 0px 1px 5px #000;
    margin-bottom: 0;
    width: 5em;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
		letter-spacing: normal !important;
}	
	



ul.ub-tablinks {
    margin-bottom: 50px;
}

ul.ub-tablinks li {
    width: 49%;
    height: 50px;
    display: block;
    float: left;

    box-sizing: border-box;margin: 0 0.5%;
}
ul.ub-tablinks li.tli_selected {
    width: 49%;
    height: 50px;
    display: block;
    float: left;
    margin: 0 0.5%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

  
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}	

ul.ub-tablinks li a {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

		    color: #666;
    border: 1px solid #ccc;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0;
    box-shadow: none;
}
	
	
	
ul.ub-tablinks li a:hover {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

    border: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}	
	
	
}

/* Style for TabletPCs */

@media screen and (min-width: 769px) and (max-width: 1024px) {
  


/*new STOCK*/
#usedboatmm {
	height: auto;
	width: 100%;
}
#stock-xml {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
}
#usedboatmm a {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px #ccc;
	display: block;
	float: left;
	height: auto;
	margin: 0.5% 1% 30px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	width: 31.333333333333%;
}
#usedboatmm a:hover {
	background-color: #f0f0f0;
}
#usedboatmm .img-container {
	margin-bottom: 15px;
	padding-top: 66%;
	position: relative;
}
#usedboatmm .container-inner {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
p.marina-name {
	background-color: #333;
	color: #fff;
	display: block;
	float: left;
	font-feature-settings: "palt";
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin: 0 0 0 15px !important;
	text-align: center;
	width: 120px;
}
p.used {
	background-color: #447d9e;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin:0 15px 0 0  !important;
	text-align: center;
	width: 18%;
}
p.new {
	background-color: #3cab97;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin:0 15px 0 0  !important;
	text-align: center;
	width: 18%;
}
#usedboatmm a .ubbox {
	display: block;
	height: auto;
	padding: 20px 20px 30px;
	width: 100%;
}
#usedboatmm a .ubbox h2 {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 3px;
}
#usedboatmm a .ubbox h3 {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 3px;
}
#usedboatmm a .ubbox h4 {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#usedboatmm a .ubbox dl {
	border-bottom: 1px dotted #d5d5d5;
	border-top: 1px dotted #d5d5d5;
	display: block;
	height: auto;
	margin-bottom: 10px;
	padding: 0 5px;
	width: 100%;
}
#usedboatmm a .ubbox dl dt {
	color: #333;
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: 400;
	height: auto;
	line-height: 1.4em;
	padding: 5px;
	text-align: left;
	width: 50px;
}
#usedboatmm a .ubbox dl dd {
	color: #333;
	display: block;
	font-size: 0.8em;
	font-weight: 400;
	height: auto;
	line-height: 1.4em;
	padding: 5px;
	width: 100%;
}



#usedboatmm a .ubbox p {
    color: #111;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
    height: 33px;
    width: auto;
    display: block;
    float: right;
    line-height: 33px;
}
#usedboatmm a .ubbox p strong {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: 700;
}


.stock-icon {
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    float: left;
}


/*検索部分*/

#search-stock{

	padding:0 4%; 
	margin: 0 auto;
}

#search-stock .search-wrap{
padding: 0px 4% 20px;
background: #f5f5f5;
margin-top: 20px;
}
.search-clumn{
width: 50%;
float: left;
padding-right:2%; 
}

.search-clumn:nth-child(2),
.search-clumn:nth-child(4){


}

.search-clumn:nth-child(2),
.search-clumn:nth-child(4){


}



.search-clumn p{
padding-top: 20px;
font-size: 16px;
margin-bottom: 15px;
}

.search-clumn p span{
font-size: 10px;
float:right;
display: none;
}

.form-wrap{
display: table;
vertical-align: middle;
width: 100%;
}

.form-wrap select{
	float: left;
	margin-right: 2%;
width: 58%;
height: 40px;
padding: 3px;
font-size: 12px;
border: 1px solid #ddd;
background-color: #fff;
vertical-align: middle;
}

body .form-wrap input{
	float: left;
width: 40% !important;
height: 40px;
padding: 0px 10px !important;
font-size: 12px !important;
vertical-align: middle;
line-height: 40px;
background:#000;
font-weight: normal;
}

.form-wrap form input.searchbn:hover{
background: #555;
}

.form-wrap input:before{
display: block;
padding-left:5%; 

}

.search-clumn ul li{
float: left;
text-align: center;
width: 32%;
margin-right: 2%;
}

.search-clumn ul li a{
display: block;
text-decoration: none;
color: #0A5BB0;
font-size: 9px;

border: 1px solid #ccc;
border-radius: 5px;
}




.search-clumn ul li a span img{
height: 60px;
width: auto;
display: table;
margin: 0 auto;
margin-bottom: 10px;
}

.search-clumn ul li a{
	background: #fff;
}


.search-clumn ul.type li a{
padding-top: 10px;
height: 120px;
}


.search-clumn ul.region li{
line-height: 55px;
}
.search-clumn ul.region li{

}


.search-clumn ul.region li{
width: 49%;
margin-right: 2%;
margin-bottom: 2%;
}

.search-clumn ul.region li:nth-child(2n){
margin-right: 0%;
}

.search-clumn ul.new-used{
}

.search-clumn ul.new-used li{
width: 48.5%;
margin-right: 3%;
}

.search-clumn ul.new-used li a{
	padding-top: 28px;
	padding-bottom: 29px;
}

.new-used li:nth-child(1) a:before{
	color: #808080;
	font-weight: 900;
	display: block;
	content: "NEW";
	font-size: 18px;
	padding-bottom: 10px;
}

.new-used li:nth-child(2) a:before{
	color: #808080;
	font-weight: 900;
	display: block;
	content: "USED";
	font-size: 18px;
		padding-bottom: 10px;
}

.clumn-01{
	width: 50%;
}

.clumn-02{
		width: 25%;
}
.clumn-03{
		width: 25%;
}


.search-clumn ul li:last-child{
margin-right: 0%;

}
.search-clumn ul li a:hover{
border: 1px solid #0A5BB0;

}
.button-search{
padding-top: 30px;
display: table;
margin: 0 auto;
}
.button-search a{
text-decoration: none;
color: #fff;
font-size: 16px;
display: block;
padding: 15px 50px;
background:#000;
border-radius: 5px;
}
.button-search a:hover{
background:#555;
}

.search-result{
	text-align:center;
	margin-bottom: 20px;

}







/*特選艇設定*/
a.recommend-list  {

	
background-color: #fff;
border-radius: 3px;
box-shadow: 0 1px 3px #777;
display: block;
float: left;
height: auto;
margin: 0.5% 1% 30px;
overflow: hidden;
text-decoration: none;
transition: all 0.4s ease 0s;
width: 48%;
position: relative;
border: 6px solid #d8cbb0;
	
	
}
a.recommend-list .special-offer {
    background-image: url("../img/usedboat/special-offer.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    height: 90px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
}
	
	/*在庫ページ特選艇欄*/
#recommend-mm {
    height: auto;
    width: 100%;
    background-color: #e3dec3;
    padding: 0px 0px 50px;
    border: 7px solid #d8cbb0;
    box-shadow: 0 1px 3px #777;
}	
	
	
#recommend-mm #ptbody {
    width: 550px;
    height: auto;
    display: block;
    margin: 50px auto 50px;
    text-align: center;
    padding: 15px 0;
    background-color: #3f3b33;
    background-image: none;
    box-shadow: 0 1px 3px #777;
}
	
#recommend-mm #ptbody h2 {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif !important;
    font-size: 26px;
    font-weight: 200;
    line-height: 30px;
    color: #c2a361;
    text-shadow: 0px 1px 5px #000;
	letter-spacing: normal !important;
}	
#recommend-mm #ptbody p {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #fff;
    text-shadow: 0px 1px 5px #000;
    margin-bottom: 0;
    width: 5em;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
		letter-spacing: normal !important;
}	

	
	

	




ul.ub-tablinks {
    margin-bottom: 50px;
}

ul.ub-tablinks li {
    width: 49%;
    height: 50px;
    display: block;
    float: left;

    box-sizing: border-box;margin: 0 0.5%;
}
ul.ub-tablinks li.tli_selected {
    width: 49%;
    height: 50px;
    display: block;
    float: left;
    margin: 0 0.5%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

  
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}	

ul.ub-tablinks li a {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

		    color: #666;
    border: 1px solid #ccc;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0;
    box-shadow: none;
}
	
	
	
ul.ub-tablinks li a:hover {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

    border: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}	
	

}



/* Style for TabletPCs */

@media screen and (min-width: 600px) and (max-width: 768px) {
  


/*new STOCK*/
#usedboatmm {
	height: auto;
	width: 100%;
}
#stock-xml {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
}
#usedboatmm a {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px #ccc;
	display: block;
	float: left;
	height: auto;
	margin: 0.5% 1% 30px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	width: 48%;
}
#usedboatmm a:hover {
	background-color: #f0f0f0;
}
#usedboatmm .img-container {
	margin-bottom: 15px;
	padding-top: 66%;
	position: relative;
}
#usedboatmm .container-inner {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
p.marina-name {
	background-color: #333;
	color: #fff;
	display: block;
	float: left;
	font-feature-settings: "palt";
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin: 0 0 0 15px !important;
	text-align: center;
	width: 120px;
}
p.used {
	background-color: #447d9e;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin:0 15px 0 0  !important;
	text-align: center;
	width: 18%;
}
p.new {
	background-color: #3cab97;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin:0 15px 0 0  !important;
	text-align: center;
	width: 18%;
}
#usedboatmm a .ubbox {
	display: block;
	height: auto;
	padding: 20px 20px 30px;
	width: 100%;
}
#usedboatmm a .ubbox h2 {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 3px;
}
#usedboatmm a .ubbox h3 {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 3px;
}
#usedboatmm a .ubbox h4 {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#usedboatmm a .ubbox dl {
	border-bottom: 1px dotted #d5d5d5;
	border-top: 1px dotted #d5d5d5;
	display: block;
	height: auto;
	margin-bottom: 10px;
	padding: 0 5px;
	width: 100%;
}
#usedboatmm a .ubbox dl dt {
	color: #333;
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: 400;
	height: auto;
	line-height: 1.4em;
	padding: 5px;
	text-align: left;
	width: 50px;
}
#usedboatmm a .ubbox dl dd {
	color: #333;
	display: block;
	font-size: 0.8em;
	font-weight: 400;
	height: auto;
	line-height: 1.4em;
	padding: 5px;
	width: 100%;
}


	
#usedboatmm a .ubbox p {
    color: #111;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
    height: 33px;
    width: auto;
    display: block;
    float: right;
    line-height: 33px;
}
#usedboatmm a .ubbox p strong {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: 700;
}


.stock-icon {
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    float: left;
}
	
	
	
	


/*検索部分*/



#search-stock{

	padding:0 4%; 
	margin: 0 auto;
}

#search-stock .search-wrap{
padding: 0px 4% 20px;
margin-top:20px;
background: #f5f5f5;
}
.search-clumn{
width: 100%;
float: none;
padding-right:0%; 

}
.search-clumn p{
padding-top: 18px;
font-size: 18px;
margin-bottom: 15px;
}

.search-clumn p span{
font-size: 10px;
float:right;
display: none;
}

.form-wrap{
display: table;
vertical-align: middle;
width: 100%;
}

.form-wrap select{
	float: left;
	margin-right: 2%;
width: 50%;
height: 40px;
padding: 3px;
font-size: 12px;
border: 1px solid #ddd;
background-color: #fff;
vertical-align: middle;
}

body .form-wrap input{
	float: left;
width: 48% !important;
height: 40px;
padding: 0px 10px !important;
font-size: 12px !important;
vertical-align: middle;
line-height: 40px;
background:#000;
font-weight: normal;
}

.form-wrap form input.searchbn:hover{
background: #555;
}

.form-wrap input:before{
display: block;
padding-left:5%; 

}

.search-clumn ul li{
float: left;
text-align: center;
width: 32%;
margin-right: 2%;
}

.search-clumn ul li a{
display: block;
text-decoration: none;
color: #0A5BB0;
font-size: 14px;

border: 1px solid #ccc;
border-radius: 5px;
background: #fff;
}

.search-clumn ul li a span img{
height: 60px;
width: auto;
display: table;
margin: 0 auto;
margin-bottom: 10px;
}

.search-clumn ul.type li a{
padding-top: 10px;
height: 120px;
}

.search-clumn ul.region li{
line-height: 120px;
}
.search-clumn ul.region li{
width: 24%;
margin-right: 1.333333333%;
}




.search-clumn ul.new-used{
}

.search-clumn ul.new-used li{
width: 49%;
margin-right: 2%;
}

.search-clumn ul.new-used li a{
	padding-top: 10px;
	padding-bottom: 10px;
}

.new-used li:nth-child(1) a:before{
	color: #808080;
	font-weight: 900;
	display: block;
	content: "NEW";
	font-size: 20px;
	padding-bottom: 5px;
}

.new-used li:nth-child(2) a:before{
	color: #808080;
	font-weight: 900;
	display: block;
	content: "USED";
	font-size: 20px;
		padding-bottom: 5px;
}






.search-clumn ul li:last-child{
margin-right: 0%;

}
.search-clumn ul li a:hover{
border: 1px solid #0A5BB0;

}
.button-search{
padding-top: 30px;
display: table;
margin: 0 auto;
}
.button-search a{
text-decoration: none;
color: #fff;
font-size: 16px;
display: block;
padding: 15px 50px;
background:#000;
border-radius: 5px;
}
.button-search a:hover{
background:#555;
}

.search-result{
	text-align:center;
	margin-bottom: 20px;

}









/*特選艇設定*/
a.recommend-list  {

	
background-color: #fff;
border-radius: 3px;
box-shadow: 0 1px 3px #777;
display: block;
float: left;
height: auto;
margin: 0.5% 1% 30px;
overflow: hidden;
text-decoration: none;
transition: all 0.4s ease 0s;
width: 48%;
position: relative;
border: 6px solid #d8cbb0;
	
	
}
a.recommend-list .special-offer {
    background-image: url("../img/usedboat/special-offer.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    height: 90px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
}

	
	/*在庫ページ特選艇欄*/
#recommend-mm {
    height: auto;
    width: 100%;
    background-color: #e3dec3;
    padding: 0px 0px 50px;
    border: 7px solid #d8cbb0;
    box-shadow: 0 1px 3px #777;
}	
	
	
#recommend-mm #ptbody {
    width: 100%;
    height: auto;
    display: block;
    margin: 50px auto 50px;
    text-align: center;
    padding: 15px 0;
    background-color: #3f3b33;
    background-image: none;
    box-shadow: 0 1px 3px #777;
}
	
#recommend-mm #ptbody h2 {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif !important;
    font-size: 26px;
    font-weight: 200;
    line-height: 30px;
    color: #c2a361;
    text-shadow: 0px 1px 5px #000;
	letter-spacing: normal !important;
}	
#recommend-mm #ptbody p {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #fff;
    text-shadow: 0px 1px 5px #000;
    margin-bottom: 0;
    width: 5em;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
		letter-spacing: normal !important;
}	





ul.ub-tablinks {
    margin-bottom: 50px;
}

ul.ub-tablinks li {
    width: 49%;
    height: 50px;
    display: block;
    float: left;

    box-sizing: border-box;margin: 0 0.5%;
}
ul.ub-tablinks li.tli_selected {
    width: 49%;
    height: 50px;
    display: block;
    float: left;
    margin: 0 0.5%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

  
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}	

ul.ub-tablinks li a {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

		    color: #666;
    border: 1px solid #ccc;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0;
    box-shadow: none;
}
	
	
	
ul.ub-tablinks li a:hover {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

    border: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}	
	

}



/* Style for Smartphonea */

@media screen and (max-width: 599px) {
  


/*new STOCK*/
#usedboatmm {
	height: auto;
	width: 100%;
}
#stock-xml {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
}
#usedboatmm a {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px #ccc;
	display: block;
	float: left;
	height: auto;
	margin: 0.5% 2% 30px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	width: 100%;
}
#usedboatmm a:hover {
	background-color: #f0f0f0;
}
#usedboatmm .img-container {
	margin-bottom: 15px;
	padding-top: 66%;
	position: relative;
}
#usedboatmm .container-inner {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
p.marina-name {
	background-color: #333;
	color: #fff;
	display: block;
	float: left;
	font-feature-settings: "palt";
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin: 0 0 0 15px !important;
	text-align: center;
	width: 120px;
}
p.used {
	background-color: #447d9e;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin:0 15px 0 0  !important;
	text-align: center;
	width: 18%;
}
p.new {
	background-color: #3cab97;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px !important;
	font-weight: 700;
	height: 16px;
	line-height: 16px !important;
	margin:0 15px 0 0  !important;
	text-align: center;
	width: 18%;
}
#usedboatmm a .ubbox {
	display: block;
	height: auto;
	padding: 20px 20px 30px;
	width: 100%;
}
#usedboatmm a .ubbox h2 {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 3px;
}
#usedboatmm a .ubbox h3 {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 3px;
}
#usedboatmm a .ubbox h4 {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#usedboatmm a .ubbox dl {
	border-bottom: 1px dotted #d5d5d5;
	border-top: 1px dotted #d5d5d5;
	display: block;
	height: auto;
	margin-bottom: 10px;
	padding: 0 5px;
	width: 100%;
}
#usedboatmm a .ubbox dl dt {
	color: #333;
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: 400;
	height: auto;
	line-height: 1.4em;
	padding: 5px;
	text-align: left;
	width: 50px;
}
#usedboatmm a .ubbox dl dd {
	color: #333;
	display: block;
	font-size: 0.8em;
	font-weight: 400;
	height: auto;
	line-height: 1.4em;
	padding: 5px;
	width: 100%;
}

	
#usedboatmm a .ubbox p {
    color: #111;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
    height: 33px;
    width: auto;
    display: block;
    float: right;
    line-height: 33px;
}
#usedboatmm a .ubbox p strong {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: 700;
}


.stock-icon {
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    float: left;
}



/*検索部分*/


#search-stock{

	padding:0 4%; 
	margin: 0 auto;
}


#search-stock .search-wrap{
padding: 0px 4% 20px;
margin-top: 20px;
background: #f5f5f5;
}
.search-clumn{
width: 100%;
float: none;
padding-right:0%; 

}
.search-clumn p{
padding-top: 20px;
font-size: 14px;
margin-bottom: 15px;
}

.search-clumn p span{
font-size: 10px;
float:right;
display: none;
}

.form-wrap{
display: table;
vertical-align: middle;
width: 100%;
}

.form-wrap select{
	float: left;
	margin-right: 2%;
width: 50%;
height: 40px;
padding: 3px;
font-size: 11px;
border: 1px solid #ddd;
background-color: #fff;
vertical-align: middle;
}

body .form-wrap input{
	float: left;
width: 48% !important;
height: 40px;
padding: 0px 10px !important;
font-size: 11px !important;
vertical-align: middle;
line-height: 40px;
background:#000;
font-weight: normal;
}

.form-wrap form input.searchbn:hover{
background: #555;
}

.form-wrap input:before{
display: block;
padding-left:5%; 

}

.search-clumn ul li{
float: left;
text-align: center;
width: 32%;
margin-right: 2%;
}

.search-clumn ul li a{
display: block;
text-decoration: none;
color: #0A5BB0;
font-size: 11px;

border: 1px solid #ccc;
border-radius: 5px;
background: #fff;
}

.search-clumn ul li a span img{
height: 60px;
width: auto;
display: table;
margin: 0 auto;
margin-bottom: 10px;

height: 40px;
width: auto;
margin-bottom: 5px;
}

.search-clumn ul.type li a{
padding-top: 10px;
height: 120px;

padding-top: 10px;
height: auto;
padding-bottom: 15px;
}

.search-clumn ul.region li{
line-height: 120px;

line-height: 1.4 !important;
}


.search-clumn ul.region li{
width: 49%;
margin-right: 2%;
margin-bottom: 2%;
}

.search-clumn ul.region li:nth-child(2n){
margin-right: 0%;
}




.search-clumn ul.new-used{
}

.search-clumn ul.new-used li{
width: 49%;
margin-right: 2%;
}

.search-clumn ul.new-used li a{
	padding-top: 10px;
	padding-bottom: 10px;
}

.new-used li:nth-child(1) a:before{
	color: #808080;
	font-weight: 900;
	display: block;
	content: "NEW";
	font-size: 16px;
	padding-bottom: 2px;
}

.new-used li:nth-child(2) a:before{
	color: #808080;
	font-weight: 900;
	display: block;
	content: "USED";
	font-size: 16px;
		padding-bottom: 2px;
}


.search-clumn ul.region li a{
padding: 15px 0;
}

.search-clumn ul li:last-child{
margin-right: 0%;

}
.search-clumn ul li a:hover{
border: 1px solid #0A5BB0;

}
.button-search{
padding-top: 30px;
display: table;
margin: 0 auto;
}
.button-search a{
text-decoration: none;
color: #fff;
font-size: 14px;
display: block;
padding: 10px 40px;
background:#000;
border-radius: 5px;
}
.button-search a:hover{
background:#555;
}

.search-result{
	font-size: 12px;
	text-align:center;
	margin-bottom: 10px;

}
















/*特選艇設定*/
a.recommend-list  {

	
background-color: #fff;
border-radius: 3px;
box-shadow: 0 1px 3px #777;
display: block;
float: left;
height: auto;
margin: 0.5% 1% 30px;
overflow: hidden;
text-decoration: none;
transition: all 0.4s ease 0s;
width: 48%;
position: relative;
border: 6px solid #d8cbb0;
	
	
}
a.recommend-list .special-offer {
    background-image: url("../img/usedboat/special-offer.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    height: 90px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
}

	
	/*在庫ページ特選艇欄*/
#recommend-mm {
    height: auto;
    width: 100%;
    background-color: #e3dec3;
    padding: 0px 0px 50px;
    border: 7px solid #d8cbb0;
    box-shadow: 0 1px 3px #777;
}	
	
	
#recommend-mm #ptbody {
width: 100%;
    height: auto;
    display: block;
    margin: 50px auto 50px;
    text-align: center;
    padding: 15px 0;
    background-color: #3f3b33;
    background-image: none;
    box-shadow: 0 1px 3px #777;
}
	
#recommend-mm #ptbody h2 {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif !important;
    font-size: 26px;
    font-weight: 200;
    line-height: 30px;
    color: #c2a361;
    text-shadow: 0px 1px 5px #000;
	letter-spacing: normal !important;
}	
#recommend-mm #ptbody p {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #fff;
    text-shadow: 0px 1px 5px #000;
    margin-bottom: 0;
    width: 5em;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
		letter-spacing: normal !important;
}	




ul.ub-tablinks {
    margin-bottom: 50px;
}

ul.ub-tablinks li {
    width: 49%;
    height: 50px;
    display: block;
    float: left;

    box-sizing: border-box;margin: 0 0.5%;
}
ul.ub-tablinks li.tli_selected {
    width: 49%;
    height: 50px;
    display: block;
    float: left;
    margin: 0 0.5%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

  
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}	

ul.ub-tablinks li a {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

		    color: #666;
    border: 1px solid #ccc;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0;
    box-shadow: none;
}
	
	
	
ul.ub-tablinks li a:hover {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;

    border: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}	
	

}





















/*iosリセット*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
