@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;
	background:none;

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


/*左コンテンツ*/
/*#leftcontents {
	width:750px;
    height:auto;
    float: left;
}
*//*着物、帯、和装小物*/
.product{
	margin-top:20px;
	margin-bottom:40px;
}


.producth3 {
	height:35px;
	background-image:url(../images/Product/Product_h3.png);
	background-repeat:no-repeat;
	border-bottom: 1px solid #009; 
	border-top: 3px solid #009; 
    clear: both;
}
.producth3 h3 {
	font-size:18px;
	padding-left:15px;
	line-height:40px;
}
.product h3  img{width:100%;}
/*---------------------------------------------------------------------------------------------------------------------*/
/**************************
/* 買取実績
**************************/
.gridWrapper{
width:750px;
overflow: hidden;
margin-bottom:50px;
margin-top:30px;
}

.grid{
	float:left;
	/*margin-right:20px;
	margin-left:20px;*/
	margin-top:20px;
}
.3column.clearfix {
	width:100%;
}
.3column.clearfix .column_box{
	width:30%;
	float:left;
	margin-right:3%;
	margin-bottom:40px;
	
}

.column_box {
	width:30%;
	float:left;
	margin-right:3%;
	margin-bottom:40px;
}


.column_box p{
	padding:25px 10px;
}
/* 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%;
}
.box_left {
   float:left;
}
.box_wrap {
    height:auto;
}
.gridWrapper #purchase {
	margin:0 auto;
}
/*.grid{
	width:100%;
	margin:0 auto;
	}*/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.gridWrapper h3{
	margin-left:0;
}
/* 3カラム
------------------------------------*/

.3column.clearfix {
	width:100%;
}
.column_box {
	width:30%;
	float:left;
	margin-right:3%;
	margin-bottom:40px;
}


.column_box p{
	padding:25px 10px;
}


}
@media only screen and (max-width:700px){
#breadcrumb{
		width:100%;
		height:30px;
		padding: 5px;
	}
.gridWrapper h3 img{
	width:100%;
	height:auto;}
.gridWrapper{
	width:100%;
}
	}

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

.box_left{
	text-align:center;
}
.box_left{
	width:100%;
}
.product h3 img {
	width:100%;
	height:auto;
}
/* #purchase .grid {
	width:100%;
	background:#36F;
}
 #purchase .grid .box1 {
	 width:80% !important;
	float:none !important;
	margin:0 auto;
}
#purchase .grid.box1 img{
	width:100% !important;
}*/
/* 3カラム
------------------------------------*/
.3column.clearfix {
	width:100%;
}
.column_box {
	width:100%;
	float:left;
	margin-right:1%;
	margin-bottom:40px;
}


.column_box p{
	padding:25px 10px;
	text-align:center;
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
#breadcrumb{
		width:100%;
		height:30px;
		padding: 5px;
	}

}









