@charset "utf-8";
/* ------------------------------------------------------------ common */
body { color: #000; list-style: none; min-width: 1100px; }

a:link 		{ color: #111; text-decoration: none; }
a:visited 	{ color: #111; text-decoration: none; }

a:hover,
a:hover img,
input[type="submit"]:hover { color: #111; text-decoration: none; 
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8; }

/*
input[type="text"],
select,
textaera	{ border: 1px solid #b5b5b5; }
*/
input[type="submit"] { -webkit-appearance: button; cursor: pointer; padding: 0; /* border: 2px solid #b5b5b5; */ }

.inner { width: 1100px; margin: 0 auto; }

/* ------------------------------------------------------------ header */



/* ------------------------------------------------------------ pager */


/* ------------------------------------------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){

body { min-width: 100%; }
.inner { width: 94%; margin: 0 auto; }








}