
@media all and (min-width: 770px) and (max-width: 899px) {

a:link {
	color: #69821b;
	font-size: 20px;
}

a:hover {
	color: #99ab4e;
	font-size: 20px;
}

a:visited {
	color: #69821b;
	font-size: 13px;
}

p {
	margin: 18px 0 18px 0;
	line-height: 180%;
	letter-spacing: 1px;
}


/*---------- メイン ----------*/

.main_contents {
    width: 100%;
}

.main {
	overflow: hidden;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}



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

.header {
	margin: 0 auto 0 auto;
	width: 99%;
	height: 75px;
	text-align: center;
	background-image: url(../img/header.jpg);
	background-repeat: repeat-x;
}

.header h1 {
	margin: 0;
	padding: 2px 0 0 5px;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	color: #666666;
}

.header h2 {
	margin: 0;
	padding: 12px 0 0 16px;
	width: 470px;
	text-align: left;
	font-size: 20px;
	color: #444444;
	letter-spacing: 1px;
}

.header p {
	margin: 0;
	padding:	4px 0 0 10px;
	text-align: left;
	font-size: 13px;
	color: #444444;
	letter-spacing: 1px;
}

.table-left{
	text-align: left;
	font-size: 13px;
	color: #444444;
	line-height: 150%;
	text-decoration: none;
}

.table-left a{
	font-size: 18px;
	color: #666666;
	text-decoration: none;
}

.table-left a:hover{
	font-size: 20px;
	color: #888888;
	text-decoration: none;
}

.table-right{
	text-align: right;
	margin: 0;
	padding: 0 20px 2px 0;
	font-size: 16px;
	color: #c9171e;
	line-height: 150%;
	text-decoration: none;
}

.table-right a{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.table-right a:hover{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


.header-menu {
	width: auto;
	margin: 0;
	padding: 0;
	height: 45px;
	text-align: left;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-image: none;
	background-repeat: repeat-x;
}

.header-menu ul {
	width: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(../img/head_menu_back_base.gif);
	background-repeat: repeat-x;
}

.header-menu li {
	display: inline;
	list-style-type: none;
	float: left;
	color: #ffffff;
	width: 50%;
}

.header-menu li a {
	font-size: 20px;
	width: 99%;
	line-height: 20px;
	color: #000000;
	background-image: url(../img/head_menu_back_abase.gif);
	text-align: center;
	display: block;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #dddddd;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #dddddd;
	text-decoration: none;
	padding: 14px 0 11px 0;
}

.header-menu li a:hover {
	color: #666666;
	background-image: url(../img/head_menu_back_hover.gif);
}

.header-menu .home a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	width: 97%;
}

.header-img {
	width: 100%;
	margin: 2px 0 0 0;
	text-align: center;
	background: none;
	background-repeat: repeat-x;
}

.header-img-slim {
	width: 100%;
	margin: 2px 0 0 0;
	text-align: center;
	background: url(../img/head_img_bg.gif);
	background-repeat: repeat-x;
	background: none;
}
/*---------- スライダー ----------*/
.bx-wrapper .bx-viewport {
	border: solid #fff 1px;
	left: -1px;
}

/*---------- コンテンツ ----------*/

.container {
	width: 100%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding: 7px 0 6px 0px;
/*	background: #ffffff url(img/side_yback.jpg);*/
	background-repeat: repeat-y;
}


/*---------- メインコンテンツ ----------*/

.contents .indexc {
    font-size: 1.3em;
    width: 96%;
    padding-left: 4%;
}

.main_contents h2 {
    background-size: 98% 84%;
	font-size: 18px;
}

.contents {
/*	float: right;*/
/*	margin: 0;*/
	margin: 0 auto;
	padding: 5px 0 5px 0;
	font-size: 13px;
/*	width: 650px;*/
	width:100%;
	letter-spacing: 1px;
	text-align: left;
}

.contents .pannavi {
    margin: 0;
    padding: 0 0 8px 8px;
    font-size: 12px;
}

.contents h2 {
	height: 50px;
/*	height: 32px;*/
	margin: 0 0 7px 0;
	padding:2px 0 0 38px;
/*	padding: 10px 0 0 34px;*/
	font-size:24px;
/*	font-size: 14px;*/
	color: #69821b;
	background-image: url(../img/titlebar.gif);
	background-repeat: no-repeat;
	background-size: 98% 84%;
}

.contents h3 {
	margin: 12px 3px 10px 3px;
	padding: 10px 10px 7px 13px;
	line-height: 110%;
	font-size: 13px;
	color: #444444;
	border-bottom: solid 1px #99ab4e;
	border-left: solid 5px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	background-color: #eeeeee;
}

.contents2 p {
	margin: 5px 0 10px 0;
	padding: 0 5px 0 118px;
}

.contents p {
    margin: 5px 0 29px 0;
    padding: 0 5px 0 20px;
    line-height: 170%;
    font-size: 12px;
    width: 94%;
}
.contents .text{
			font-size: 14px;
}

.contents .text2{
	font-size: 11px;
}

.contents .ultext{
	padding-left: 35px;
	font-size: 18px;
	width: 70%;
}

.contents .text3{
	width: 41%;
}

.contents .text4{
		width: 73%;
}

.contents .text4 img{
		width: 38%;
}

.contents .kyougikaitowa{
		font-size: 16px;
		padding-top: 8px;
}

.br{
	display:inline-table;
}

.br2{
	display: block;
	margin-left: 22px;
}

.contents a.link {
		color: red;
		font-size: 19px;
}

.contents a {
	color: #69821b;
	font-size: 14px;
}

.contents a:hover {
	color: #99ab4e;
	font-size: 13px;
}

.contents .gray_bg {
	width: 94%;
	margin: 18px 0 18px 2px;
	padding: 2px 8px 2px 8px;
	line-height: 180%;
	letter-spacing: 1px;
	font-size: 13px;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	background-color: #eeeeee;
}

.contents span.red {
	color: #e60033;
}

.contents span.red_b {
	color: #e60033;
	font-weight: bold;
}

.contents span.blue {
	color: #99ab4e;
}

.contents span.pink {
	color: #c53d43;
}

.contents span.brown {
	color: #993300;
}

.contents span.brown_b {
	color: #993300;
	font-weight: bold;
}

.contents span.green {
	color: #00ae4f;
}

.contents img.head_photo {
	margin: 0 0 10px 0;
}

.contents img.photo {
	float: left;
	margin: 10px 20px 0 0;
}

.contents img.picture {
	margin: 0 10px 10px 0;
	float: left;
}

.contents img.picture_r {
	margin: 0 0 10px 10px;
	float: right;
}

.contents p.photo {
	margin: 0 0 20px 0;
	padding: 0;
}

.contents p.back {
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
}

.contents .list1 {
    font-size: 15px;
	width:100%;
}

.logo {
	width: 28%;
}
.picture {
    width: 100%;
    float: left;
    margin: 1rem 0 8% 0;
}
.over-text {
	width: 72%;
	float: right;
}

.over-text .text4 {
    width: 95.5%;
    font-size: 1.4em;
    padding-left: 1%;
	padding-top: 0;
}

/*table.t01 {
	width: 100%;
    height: 233px;
}
div.t01-a {
	width: 100%;
    height: 340px;
}*/



div.t02 {
    margin-top: -3%;
}


td.head {
	padding: 9px 6px 6px 15px;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	background-image: url(../img/main_block_bg.gif);
}


table.table_line {
	border-collapse: collapse;
	border: solid 1px #999999;
}


td.table_line {
	border-collapse: collapse;
	border: solid 1px #999999;
	padding : 8px 14px 8px 14px;
}
.TOPimg1{
	width: 100%;
	margin-top: 6px;
	height: auto;
}

.list{
	width: 99%;
}

.TOPimg2{
	width: 100%;
}

.calendar {
		border: 0px;
		width: 100%;
		height: 500px;
}

.table{
	width: 73%;
}


.adutlink{
    width: 98%;
    padding-left: 0px;
}

.formTable {
		width: 98.5%;
		margin-left: 0%;
		box-shadow: none;
}

article section table th {
		width: 16%;
		padding: 4px 0px;
}

.context3{
	width: 100%;
}

.contact3{
	width: 100%;
}
article section table.formTable th {
		width: 18%;
		font-size: 0.82em;
		padding: 5px;
}

.mv_top_button {
	position: fixed;
	right: -70px;
	bottom: 0px;
	width: 13%;
}

span.hissu {
		color: red;
		font-weight: bold;
		padding-left: 10px;
		font-size: 0.8em;
}

input.na {
    width: 30%;
    margin: 2px 2px 2px 1px;
}

select, input, textarea {
		width: 56%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}
.yubinbangou{
       width: 20%;   
}   
input[type="submit"] {
		width: 100px;
		margin: 10px 0 0 -63px;
}

.center2 {
		display: block;
		text-align: center;
		width: 50%;
		margin: 2% 0 0 27%;
}

.adoutimg{
	width: 35%;
	padding: 8% 8% 0% 9%;
}

.contact3{
	width: 73%;
}

.contents a.keijiban {
    font-size: 24px;
    width: 28%;
    margin: -10% 42% 0%;;
}

.contents .kizuna3 {
    margin: -8% 0% 0% 55%;
}

#pager ul {
    width: 130px;
    margin: -10% 33% 0%;
    overflow: hidden;
    list-style-type: none;
}


#mainimage img {
    height: auto;
    margin: 0 auto;
    vertical-align: bottom;
}

.kizuna {
    width: 23%;
    margin: -39% 72% 8%;
}

.kizuna3 {
    padding-left: 73%;
    margin-top: -6%;
}

.text4 {
    width: 95%;
}

.table {
    width: 98%;
}

.main_contents a.keijiban {
    width: 35%;
    margin: -10% 0px 0px 56%;
}


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

.menu {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 220px;
	text-align: left;
	letter-spacing: 1px;
}

.menulist {
	margin: 0 0 15px 0;
	padding: 5px 2px 0px 5px;
	width: 210px;
	text-align: left;
}

.menulist h2 {
	height: 20px;
	margin: 0;
	padding: 10px 0 8px 20px;
	font-size: 13px;
	color: #333333;
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
}

.menulist a{
	color: #69821b;
	display: block;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	padding: 8px 4px 3px 30px;
	font-size: 13px;
	line-height: 190%;
	text-decoration: none;
	background-image: url(../img/side_menu_bg.gif);
	background-repeat: no-repeat;
 }

.menulist a:hover{
	color: #99ab4e;
	background-image: url(../img/side_menu_bg_hover.gif);
	background-repeat: no-repeat;
}

.menu_free {
	margin: 0 0 14px 5px;
	padding: 0;
	width: 210px;
	text-align: left;
	background-image: url(../img/menu_back.gif);
}

.menu_free h2 {
	height: 20px;
	margin: 0;
	padding: 10px 0 8px 20px;
	font-size: 13px;
	color: #333333;
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
}

.menu_free a{
	color: #69821b;
	width: 198px;
	padding: 6px 0 5px 0;
	font-size: 13px;
 }

.menu_free a:hover{
	color: #99ab4e;
}

.menu_free p{
	margin: 0;
	padding: 8px 8px 14px 8px;
	font-size: 13px;
	line-height: 180%;
}


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

.footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 12px 0 6px 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-top: solid 2px;
	border-top-color: #88cb7f;
	background-image: url(../img/footer_back.gif);
}

.footer2 {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 12px 0 6px 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-top: solid 2px;
	border-top-color: #88cb7f;
	background-image: url(../img/footer_back.gif);
}


.footer .footer_navi {
	padding: 14px 0 2px 0;
	margin: 0;
	font-size: 12px;
	color: #333333;
	background-image: url(../img/footer_navi.gif);
 }

.footer .footer_navi a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
 }

.footer .footer_navi a:hover {
	color: #666666;
}

.footer .copy {
	padding-top: 2px;
	font-size: 12px;
	color: #333333;
 }

.footer .copy a {
	color: #69821b;
	font-size: 12px;
	text-decoration: none;
 }

.footer .copy a:hover {
	color: #99ab4e;
	text-decoration: none;
}

.TOP {
    opacity: 0.5;
    width: 50%;
    height: auto;
    margin-right: -76px;
}






div.t01 {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-bottom: 1%;
	width: 98%;
    height: 260px;
}

div.t01-a {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-bottom: 1%;
	width: 98%;
    height: 410px;
}

div.t01-a img.adoutimg {
    width: 37%;
    height: auto;
	padding: 8% 8% 0 9%;
}

}






@media all and (min-width: 900px) and (max-width: 1025px) {

.container {
	width: 100%;
}


.TOPimg1 {
	width: 88%;
	height: auto;
}

#pager ul {
	margin: -3% 38% 0%;
}

article section table {
	width: 90%;
	margin: 0 5%;
}


}
