@media screen and (min-width: 641px){

.smart_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;
}
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;
}
h2 {
	
	font-size: 28px;
	color: #333;
}
h3 {
	font-size: 18px;
	margin: 20px;
	color: #003399;
	border-bottom: solid 1px #004824;
	padding-bottom: 5px;
}

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

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

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

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: 1000px;
	margin: 0 auto;
	text-align: left;
}

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

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

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

#topnavi {
	text-align: right;
	font-size: 14px;
	width: 630px;
	height: 15px;
	float: right;
	margin-top: 60px;
}
#topnavi a:link {
	color: #111 !important;
	text-decoration: none;
}
#topnavi a:visited {
	color: #111 !important;
	text-decoration: none;
}
#topnavi a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#topnavi li {
	float: right;
	text-decoration: none;
	list-style-type: none;
	margin-right: 8px;
}
/* ------------------------------
 コンテンツ
------------------------------ */

div.contents {
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
}

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

div.wrapper_box {
	width: 1000px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.wrapper_box p {
	margin: 10px;
}
div.index_left_box {
	width: 670px;
	height: 350px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
}
div.index_right_box {
	width: 300px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
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;
}
#slideShow {
	width: 1400px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
#slideShow img {
	position: absolute;
	left: 0;
	top: 0;
}
	
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 {
	width: 100%;
	height: 70px;
	background-color: #7f7f7f;
	overflow: hidden;
}
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: 15px;
	padding-right: 10px;
}
#bottomaddress p {
	text-align: right!important;
}
.otherpage_head {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
	height: 100px;
	padding-left: 10px;
	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 {
	font-size: 22px;
	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;
	width: 600px;
	padding-left: 3px;
}
.sub_title3 {
	font-weight: bold;
	color: #09F;
}
	
	
.staffname {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 3px 3px;
	width: 500px;
	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 {
	background-image: url(image/pic_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	height: 235px;
	width: 310px;
}
li.standardlist {
	margin-bottom: 10px;
	margin-left: 40px;
}
#spacer {
	height: 400px;
	width: 100%;
}
}
