/*---------------------------------
			フォーム
---------------------------------*/
p.hissu{margin:20px 0 10px;}

input[type="text"],
input[type="email"],
input[type="checkbox"],
input[type="radio"],
input[type="password"],
textarea,
select{
     font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro W3,"ＭＳ Ｐゴシック",sans-serif;
     }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select{
    margin:3px 5px 3px 0;
    padding:2px;
    background:#fff;
     background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
     background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
     background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
     background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
     background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );    background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));

    border:1px solid #aaa;
    box-shadow:2px 2px  0 #efefef,/*右下*/
                   2px -2px 0 #efefef,/*右上*/
                   -2px -2px 0 #efefef,/*左上*/
                   -2px 2px 0 #efefef,/*左下*/
                   1px 1px 1px #ccc inset;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus{
     background:#fff6cd;
     background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,246,205,1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,246,205,1)));
     background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,246,205,1) 100%);
     background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,246,205,1) 100%);
     background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,246,205,1) 100%);
     background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,246,205,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff6cd', GradientType=0 );    background: -moz-linear-gradient(top, #fff, #fff6cd);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff6cd));

    border:1px solid #ca924a;
    box-shadow:2px 2px  0 #fcdf91,/*右下*/
                   2px -2px 0 #fcdf91,/*右上*/
                   -2px -2px 0 #fcdf91f,/*左上*/
                   -2px 2px 0 #fcdf91,/*左下*/
                   1px 1px 1px #ccc inset;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
}



input[type="checkbox"],
input[type="radio"]{
     margin:3px 5px 3px 0;
     padding:2px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
}

.entry-content select{padding:2px;margin:3px 5px 3px 0;}
#loginform label{margin-right:0;}

input[type="checkbox"]{margin-right:5px;}

input[type="submit"]{
     box-shadow:none;
     box-shadow:1px 1px 3px #666,
                    1px 1px 0 #6bd356 inset;
     background:#17940e;
    background: -moz-linear-gradient(top, #2db712, #17940e);
    background: -webkit-gradient(linear, left top, left bottom, from(#2db712), to(#17940e));
    border:1px solid #0f7e07;
    color:#fff;
    font-weight:bold;
    padding:8px 30px;
     font-size:18px;
    text-shadow:1px 1px 0 #0f7e07;
     cursor:pointer;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     margin:20px;
     font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro W3,"ＭＳ Ｐゴシック",sans-serif;
     }
input[type="submit"]:hover{
     background:#2db712;
    background: -moz-linear-gradient(top, #17940e, #2db712);
    background: -webkit-gradient(linear, left top, left bottom, from(#17940e), to(#2db712));
     box-shadow:1px 1px 3px #666,
                    -1px -1px 0 #6bd356 inset;
     position:relative;
    text-shadow:-1px -1px 0 #0f7e07;
     }

input,textarea{
     line-height:1.6;
}
input[type="checkbox"]{
     margin:0;
     padding: 0;
     }
span.wpcf7-list-item{margin:0}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*---------------------------------
			font
---------------------------------*/
.f10px{font-size:10px;}
.f11px{font-size:11px;}
.f12px{font-size:12px;}
.f13px{font-size:13px;}
.f14px{font-size:14px;}
.f16px{font-size:16px;}
.f18px{font-size:18px;}
.f20px{font-size:20px;}
.f22px{font-size:22px;}
.f24px{font-size:24px;}
.f26px{font-size:26px;}
.f28px{font-size:28px;}
.f30px{font-size:30px;}
.f32px{font-size:32px;}
.f34px{font-size:34px;}
.f36px{font-size:36px;}



.bold{font-weight:bold;}
.under{border-bottom:1px solid;}
.italic{font-style:italic;}
.mark{background:#ffff00;}

.sukima{line-height:0;}
.hissu{font-size:10px;font-weight:normal;color:#ff0000;}


/*---------------------------------
			color
---------------------------------*/
.red{color:#FF0000;}
.red2{color:#cc0000;}
.orange{color:#ff9900;}
.orange2{color:#ff3300;}
.white{color:#fff;}
.gray{color:#999;}
.green{color:#009966;}
.blue{color:#2279b3;}


.bg_gray{background:#eee;}
.bg_baige{background:#f4f0e4;}
.bg_pink{background:#ffdfdf;}
.bg_white{background:#fff;}

/*---------------------------------
			align
---------------------------------*/
.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}

/*---------------------------------
			float
---------------------------------*/
.float-right{float:right;}
.float-left{float:left;}

/*----------------------------------
			margin
----------------------------------*/
.top0{margin-top:0px !important;}
.top5{margin-top:5px;}
.top10{margin-top:10px;}
.top15{margin-top:15px;}
.top20{margin-top:20px;}
.top30{margin-top:30px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}

.bottom0{margin-bottom:0px !important;}
.bottom5{margin-bottom:5px;}
.bottom10{margin-bottom:10px;}
.bottom15{margin-bottom:15px;}
.bottom20{margin-bottom:20px;}
.bottom30{margin-bottom:30px;}
.bottom40{margin-bottom:40px;}
.bottom50{margin-bottom:50px;}

.right0{margin-right:0px !important;}
.right5{margin-right:5px;}
.right10{margin-right:10px;}
.right15{margin-right:15px;}
.right20{margin-right:20px;}
.right30{margin-right:30px;}
.right40{margin-right:40px;}
.right50{margin-right:50px;}

.left0{margin-left:0 !important;}
.left5{margin-left:5px;}
.left10{margin-left:10px;}
.left15{margin-left:15px;}
.left20{margin-left:20px;}
.left30{margin-left:30px;}
.left40{margin-left:40px;}
.left50{margin-left:50px;}

.pd10{padding:10px;}
.pd20{padding:20px;}

.margin0{margin:0 !important;}


/*----------------------------------
          grid system:
----------------------------------*/


.grid {text-align:left; margin:0 0 20px 0;}
.grid:after {content:""; clear:both; display:block; visibility:hidden; height:0;}

@media screen and (min-width: 769px){
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11{float:left; overflow:hidden; padding:0 0 0.1em 0; margin-right:2%;}

.grid-1 {width:6.5%;}
.grid-2 {width:15%;}
.grid-3 {width:23.5%;}
.grid-4 {width:32%;}
.grid-5 {width:40.5%;}
.grid-6 {width:49%;}
.grid-7 {width:57.5%;}
.grid-8 {width:66%;}
.grid-9 {width:74.5%;}
.grid-10 {width:83%;}
.grid-11 {width:91.5%;}
.grid-12 {width:100%;}


.grid-1:nth-last-child(2),
.grid-2:nth-last-child(2),
.grid-3:nth-last-child(2),
/*.grid-4:nth-last-child(2),*/
.grid-5:nth-last-child(2),
.grid-6:nth-last-child(2),
.grid-7:nth-last-child(2),
.grid-8:nth-last-child(2),
.grid-9:nth-last-child(2),
.grid-10:nth-last-child(2),
.grid-11:nth-last-child(2) {margin-right:0;}

.grid-1:last-child,
.grid-2:last-child,
.grid-3:last-child,
.grid-3:last-child,
.grid-5:last-child,
.grid-6:last-child,
.grid-7:last-child,
.grid-8:last-child,
.grid-9:last-child,
.grid-10:last-child,
.grid-11:last-child{float:right; margin-right:0;}
/*.grid-11:last-child{float:left; margin-right:0;}*/

ul.search-menu-inner li.grid-4:last-child{float:left !important; margin-right:0;}
ul.owner-point li.grid-4:last-child{float:right !important; margin-right:0;}
ul.sale-staff li.grid-4:last-child{float:right !important; margin-right:0;}
ul.buy-staff li.grid-4:last-child{float:right !important; margin-right:0;}
.about-link ul.grid li.grid-4:last-child{float:right !important; margin-right:0;}

.grid-6:nth-child(2n) {margin-right:0;}
.grid-4:nth-child(3n+3) {margin-right:0;}

.grid-3:nth-child(4n+4) {margin-right:0;}
.grid-2:nth-child(6n+6) {margin-right:0;}
	
.lastR{
		text-align: right;
	margin-left: 2%;
	}
}


@media screen and (max-width: 768px){
.grid-sp-1,
.grid-sp-2,
.grid-sp-3,
.grid-sp-4,
.grid-sp-5,
.grid-sp-6,
.grid-sp-7,
.grid-sp-8,
.grid-sp-9,
.grid-sp-10,
.grid-sp-11{float:left; overflow:hidden; padding:0 0 0.1em 0; margin-right:2%;}

.grid-sp-1 {width:6.5%;}
.grid-sp-2 {width:15%;}
.grid-sp-3 {width:23.5%;}
.grid-sp-4 {width:32%;}
.grid-sp-5 {width:40.5%;}
.grid-sp-6 {width:49%;}
.grid-sp-7 {width:57.5%;}
.grid-sp-8 {width:66%;}
.grid-sp-9 {width:74.5%;}
.grid-sp-10 {width:83%;}
.grid-sp-11 {width:91.5%;}
.grid-sp-12 {width:100%;}

.grid-sp-6:nth-child(2n) {margin-right:0;}
.grid-sp-4:nth-child(3n+3) {margin-right:0;}
.grid-sp-3:nth-child(4n+4) {margin-right:0;}

.grid-sp-1:nth-last-child(2),
.grid-sp-2:nth-last-child(2),
.grid-sp-3:nth-last-child(2),
.grid-sp-4:nth-last-child(2),
.grid-sp-5:nth-last-child(2),
.grid-sp-6:nth-last-child(2),
.grid-sp-7:nth-last-child(2),
.grid-sp-8:nth-last-child(2),
.grid-sp-9:nth-last-child(2),
.grid-sp-10:nth-last-child(2),
.grid-sp-11:nth-last-child(2) {margin-right:0;}

.grid-sp-1:last-child,
.grid-sp-2:last-child,
.grid-sp-3:last-child,
.grid-sp-4:last-child,
.grid-sp-5:last-child,
.grid-sp-6:last-child,
.grid-sp-7:last-child,
.grid-sp-8:last-child,
.grid-sp-9:last-child,
.grid-sp-10:last-child,
.grid-sp-11:last-child{float:right; margin-right:0;}
}

/*----------------------------------
    width 1,1/2,1/3,1/4,1/10
----------------------------------*/
.width10{width:10%;}
.width25{width:25%;}
.width33{width:33%;}
.width50{width:50%;}
.width100{width:100%;}

/*----------------------------------
    sp
----------------------------------*/
@media screen and (max-width: 768px){
.sp-none{display:none!important;}
}

/*----------------------------------
    sp
----------------------------------*/
@media screen and (min-width: 769px){
.pc-none{display:none!important;}
}
