/* The Grid ---------------------- */
.row { width: 960px; max-width: 100%; min-width: 734px; margin: 0px auto; }
/*.row { width: 940px; max-width: 100%; min-width: 768px; margin: 0px auto; }*/
.row.collapse .column, .row.collapse .columns { padding: 0px; }

.row .row.collapse { margin: 0px; }
/*
.row .row { width: auto; max-width: none; min-width: 0px; margin: 0px -15px; }
.column, .columns { float: left; min-height: 1px; padding: 0px 15px; position: relative; }
*/

.row .row { width: auto; max-width: none; min-width: 0px; margin: 0px; }
.column, .columns { float: left; min-height: 1px; padding: 0px 0px; position: relative;}


.column.centered, .columns.centered { float: none; margin: 0px auto; }

[class*="column"] + [class*="column"]:last-child { float: right; }

[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

/*.three, .row .three { width: 25%; }*/
.three, .row .three { width: 24%; }
.three-f, .row .three-f { width: 32%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%; }

/*.six, .row .six { width: 50%; }*/
.six, .row .six { width: 49%; }

.six-f, .row .six-f { width: 55%; }
.five-f, .row .five-f { width: 45%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight { width: 66.66667%; }
.eight-f, .row .eight-f { width: 68%; }

/*.nine, .row .nine { width: 75%; }*/
.nine, .row .nine { width: 74%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

/*.twelve, .row .twelve { width: 100%;}*/
.twelve, .row .twelve { width: 99%;}

.push-two { left: 16.66667%; }

.pull-two { right: 16.66667%; }

.push-three { left: 25%; }

.pull-three { right: 25%; }

.push-four { left: 33.33333%; }

.pull-four { right: 33.33333%; }

.push-five { left: 41.66667%; }

.pull-five { right: 41.66667%; }

.push-six { left: 50%; }

.pull-six { right: 50%; }

.push-seven { left: 58.33333%; }

.pull-seven { right: 58.33333%; }

.push-eight { left: 66.66667%; }

.pull-eight { right: 66.66667%; }

.push-nine { left: 75%; }

.pull-nine { right: 75%; }

.push-ten { left: 83.33333%; }

.pull-ten { right: 83.33333%; }


/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }

/* Mobile Grid and Overrides ---------------------- */

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 767px) {
	 body {
		 -webkit-text-size-adjust: none; -ms-text-size-adjust: none;
		 width: 100%;
		 min-width: 0;
		 margin-left: 0;
		 margin-right: 0;
		 padding-left: 0;
		 padding-right: 0;
	 }
  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both; }

  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }

}


/*form*/
input[type="text"], input[type="url"], textarea {
/*	 background-color: #ffffff;*/
	 border: 1px solid #a0a0a0;
	 margin: 0 0 1px 0;
	 padding: 6px;

}

.myarea {
	 width: 100%;
}

textarea {
	height: auto;
}

select {
/*	background-color: white;*/

	border: 1px solid #a0a0a0;
	padding: 2px;
}

/*send btn size*/
.mybtn {
	height: 40px;
	width: 120px;
}

.mybtn2 {
	height: 40px;
	width: 110px;
}

.filecl {
	background-color: #fff;
	margin: 4px 1px;
	border: 1px solid #ddd;
}


.mitsusize{
	width: 100%;
	background-color:#fff;

	border: 1px dashed #a0a0a0;
	padding: 4px;
	margin: 2px;
}

