@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.pc_only {display: none;}
/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222222;
	text-align: center;
}
body.body01 {
	
}
p {
	line-height: 1.5em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 28px;
	color: #333;
}
h3 {
	font-size: 18px;
	margin: 20px 40px;
	color: #003399;
	border-bottom: solid 1px #004824;
	padding-bottom: 5px;
}

/* ------------------------------
 画像関連
------------------------------ */

.imgleft {
	float: left;
	padding: 10px;
}
.imgright {
	display: none;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 20px 0;
}
p.text01 {
	margin: 20px 50px;
}
p.text02 {
	margin: 20px 50px;
	font-weight: bold;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
ul.text01 {
	margin: 20px 80px;
}
span.red {
	color: #FF0000;
}
span.blue {
	color: #0000FF;
}
span.bold {
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 30px;
}
.gray {
	color: #CDCDCD;
}

ul.list li {
	margin-bottom: 10px;
	margin-left: -10px;
	list-style-type: none;
	
	
}
ol.list {
	margin: 15px 30px;
}
ol.list li {
	margin-bottom: 10px;
}
p.clear {
	clear: both;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: auto;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------
 ヘッダー
------------------------------ */

div.header {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.header_left {
	float: left;
}
div.header_right {
	float: right;
}

/* ------------------------------
 SMメニュー
------------------------------ */

nav {
	display: none;
}
#toggle{
	display: block;
	width: 30px;
	height: 30px;
	z-index: 1;
	position: relative;
	float: right;
	cursor: pointer;
	cursor: hand;
}
#toggle div {
}
#toggle span{
	display: block;
	height: 3px;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: #4fa2ff;
}
#toggle span:nth-child(1){
	top:0px;
}
#toggle span:nth-child(2){
	top:9px;
}
#toggle span:nth-child(3){
	top:18px;
}
.open #toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


div.toggle_menu {
	display: none;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
div.toggle_menu ul {
	list-style: none;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.toggle_menu li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: center;
	line-height: 150%;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12pt;
	margin-bottom: 0px;
	padding-top: 0px;
}
div.toggle_menu a {
	display:block;
	text-decoration: none;
	padding-top: 2px;
	color: #524335;
	padding-bottom: 10px;
}
div.toggle_menu a:hover {
	text-decoration:  none;
	color: #666;
	background-color: #EEFAFF;
}
#smart_mainpic {
	width:100%;
}
	
/* ------------------------------
 コンテンツ
------------------------------ */

div.contents {
	width: auto;
	background-color: #FFF;
	
}
	.centering {
		text-align: center;
	}

/* ------------------------------
 トップページ
------------------------------ */

div.wrapper_box {
	width: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.wrapper_box p {
	margin: 10px;
}
div.index_left_box {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
div.index_right_box {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	align-items: center!important;
}

p.index_midashi {
	font-size: 22px;
	color: #0d3f00;
	font-weight: bold;
}
ol.index_list {
	margin: 20px 40px;
	font-size: 16px;
	font-weight: bold;
}
ol.index_list li {
	margin-bottom: 15px;
}

div.top_message {
	padding: 10px;
	border: thin solid #638ACD;
	margin-bottom: 20px;
	}
/* ------------------------------
 新着情報
------------------------------ */

ul.info {
	list-style: none;
	margin: 10px 20px;
}

ul.info li {
	border-bottom: dotted 1px #999;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

/* ------------------------------
 過去のお知らせ
------------------------------ */


div.index_left_box2 {
	width: 800px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

/* ------------------------------
 魚沼語辞典
------------------------------ */


li.jiten {
	list-style: disc;
	margin-left: 50px;
	margin-bottom: 20px;
}
	


/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
}
p.top {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
}

/* ------------------------------
 company
------------------------------ */

table.company {
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
table.company td {
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}
table.company p {
	margin: 8px;
}
td.company01 {
	width: 150px;
	background-color: #EEE;
}
.bluebg {
	background-color: #0099FF;
	color: #FFF;
}

td.company02 {
	width: 450px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	margin: 20px auto;
}
table.contact td {
}
table.contact p {
	margin: 5px;
}
td.contact01 {
	width: 150px;
}
td.contact02 {
	width: 350px;
}
td.contact03 {
	width: 180px;
}
td.contact04 {
	width: 270px;
}
td.contact05 {
	background-color: #FFFFCE;
}
p.required {
	font-size: 1.2em;
	padding: 8px;
}
p.center_required {
	font-size: 1.2em;
	text-align: center;
	margin: 10px auto;
}
input.contact_button {
	font-size: 18px;
	padding: 5px;
}

/* ------------------------------
 フッター
------------------------------ */

div.footer {
	display: none;
}
div.footer p {
	color: #FFF;
	font-size: 14px;
	margin: 15px 0 0 10px;
	line-height: 1.8;
}
div.footer a {
	color: #FFF;
}
div.footer a:hover {
	color: #F00;
}
.index_left_box ul li {
	margin-left: 5px;
	margin-bottom: 1em;
}
.news_title {
	margin-bottom: 10px;
	margin-left: 0px;
}
#bottomaddress {
	margin-bottom: 30px;
	margin-top: 50px;
}
#bottomaddress p{
	text-align: center!important;
}

.otherpage_head {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 100px;
	padding-top: 30px;
}
#head_infopage {
	background-image: url(image/head_annai.jpg);
	background-repeat: no-repeat;
	
}
#head_lessonpage {
	background-image: url(image/head_lesson.jpg);
	background-repeat: no-repeat;
	
}
#head_specialpage {
	background-image: url(image/head_other2.jpg);
	background-repeat: no-repeat;
	
}
#head_result {
	background-image: url(image/head_result.jpg);
	background-repeat: no-repeat;
	
}
#head_applypage {
	background-image: url(image/head_apply.jpg);
	background-repeat: no-repeat;
	
}
#head_access {
	background-image: url(image/head_access.jpg);
	background-repeat: no-repeat;
	
}
#head_staff {
	background-image: url(image/head_staff.jpg);
	background-repeat: no-repeat;
	
}
#head_uonuma {
	background-image: url(image/head_other4.jpg);
	background-repeat: no-repeat;
	
}
#head_partner {
	background-image: url(image/head_other.jpg);
	background-repeat: no-repeat;
	
}
.sub_title1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
}
.sub_title3 {
	font-weight: bold;
	color: #09F;
}
	
	
.staffname {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 20px 20px 20px;
	padding: 3px 3px;
	background-color: dodgerblue;
}
td.staffprofile {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
submenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 15px;
}
#price td {
	padding: 2px;
}
.brown {
	color: #900;
}
.imgright2 {
	display: none;
	
}
li.standardlist {
	margin-bottom: 10px;
	text-align: center;
	list-style: none;
}
#spacer {
	height: 400px;
	width: 100%;
}
}
