@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}



caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */


body {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #fff;
    font-size: 80%;
	-webkit-text-size-adjust: none;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}

/* リンク設定
------------------------------------------------------------*/
/*a{color:#009;text-decoration:none;}
a:hover{
	opacity:0.7;}
a:active, a:focus {outline:0;}
*/

/* 全体
------------------------------------------------------------*/
*#wrapper{
width:100%;	
margin:0 auto;
height: auto;
position:relative;
}
/* ------------------------------------------------------------*/
/**************************
/*メインヴィジュアル*/

#kv{
	width: 1000px;
    margin: 0 auto;}
#mainBanner {
    margin: 17px auto;
    padding: 0;
    width: 100%;
    position: relative;
    line-height: 0;
}
#mainBanner img{
	width:100%;}
#course_back{display:none;}
/* ------------------------------------------------------------*/
/*パンくずリスト*/
#breadcrumb{
	height:30px;
	width:1000px;
	margin:0 auto;
	clear:both;
}
#breadcrumb ul li a{
	color:#f29e9d;
	margin-left:20px;
}
#breadcrumb ul li {
	color:#f29e9d;
/*	display:inline;
*/	float:left;
	padding:2px;
	background:url(../images/flow/home_icon.png) no-repeat left center;}

#breadcrumb ul li:last-child{background:none;}	

/*---------------------------------------------------------------------------------------------------------------------*/
#contents_wap {
	width:100%;
	margin:0 auto;
	height: auto;
    position: relative;
	clear:both;

}
#contents {
	width:1000px;
	margin:0 auto;
	height:auto;
}


/*左コンテンツ*/
/*#leftcontents {
	width:750px;
    height:auto;
    float: left;
}
*/.Performance{
	margin-top:20px;
}
.Performance h3 {
	width:730px;}
/*---------------------------------------------------------------------------------------------------------------------*/
/**************************
/* 買取実績
**************************/
.gridWrapper{
overflow: hidden;
margin-bottom:50px;
margin-top:30px;
}

.grid{
	width:32%;
	float:left;
	margin-right:1%;
	margin-top:20px;
}
.grid2{
	width:261px;
	float:left;
	margin-right:20px;
	margin-top:20px;
}
.box img{
max-width:100%;
height:auto;
}
.box p {
    text-align: left;
}
p.p_text {
    padding: 10px 5px;
}
p.Performance_img{
	text-align:center;
}
.grid2_wap {
	margin:0 auto;
	height:350px;
	width:600px;
} 
#sp_grid {
	display:none;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
/*.grid{
	float:left;
	}*/
	
}

/* タブレット用
------------------------------------------------------------*/
@media only screen and (max-width:959px){
	/*メインビジュアル**********************************/
	#kv {
    width: 100%;
    margin: 0 auto;
}

/*コンテンツ**********************************/
#contents{
		width:100%;
	}
#leftcontents{
		width:100%;
		margin:0 auto;
}

.gridWrapper{
	width:100%;
}


.grid{
	width:32%;
	margin:10px 0 0 1%;
	}

.box p br{
	display:none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}


}
@media only screen and (max-width:700px){
	#breadcrumb{
		width:100%;
		height:30px;
		padding: 5px;
	}
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
.box img{
	max-width:180px;
	float:left;
	margin-right:5px;
	}

.Performance h3 img {
	width:100%;
	height:auto;
}
.gridWrapper{
	margin-top:10px;
	margin-bottom:10px;
}
#leftcontents{
	display:none;
}
#sp_grid {
	display:block;
	width:100%;
	margin-bottom:40px;
}
#sp_grid ul{
	width:230px;
	margin:0 auto;
}
#sp_grid .sp_gridbox {
	width:260px;
	margin:0 auto;
}
#sp_grid ul li{
	margin-top:10px;
	margin-bottom:20px;
}
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
.box img{
		max-width:100px;
		height:auto;
		}
.box .p_text {
	width:70%;
	float:right;
}
.box .p_text br{
	display:none;
}		
.grid {
    width: 100%;
}
.grid2{
	width:100%;
	margin-top:20px;
}
.box p br{
	display:block;
}		

.Performance_text {
	float:left;
}
.Performance_img{
	float:left;
	clear:both;
}
.grid2 .box .p_text {
	background-color:#6CF;
}
}

