@media only screen and (min-width: 600px) and (max-width:959px) {

body {
	font: 12px/170% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',san-serif;
	letter-spacing: 0.1em;
	min-width:600px;
	display: inline;
	zoom:1;
	
}

* {margin: 0;
   padding: 0;
}

#home .bx-wrapper {
	position: relative;
	margin: 0 auto 2px;
	padding-top: 1px;
	*zoom: 1;
}


.clearfix:after {
    clear:both;
    content:" ";
    display:block;
    height:0;
    visivility:hidden;
}



h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	border: medium none;
	color: #555555;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*-------------------- link --------------------*/
a:link {
    color: #8a7335;
    text-decoration: none;
}
a:visited {
color: #8a7335;
text-decoration: none;
}
a:hover {
color: #8a7335;
text-decoration: none;
}
a:active {
color: #8a7335;
text-decoration: none;
}

.link_gold a:link {
    color: #8a7335;
    text-decoration: none;
}
.link_gold a:visited {
color: #8a7335;
text-decoration: none;
}
.link_gold a:hover {
color: #c63838;
text-decoration: none;
}
.link_gold a:active {
color: #d26262;
text-decoration: none;
}

.link_brown a:link {
    color: #360000;
    text-decoration: none;
}
.link_brown a:visited {
color: #360000;
text-decoration: none;
}
.link_brown a:hover {
color: #c63838;
text-decoration: none;
}
.link_brown a:active {
color: #d26262;
text-decoration: none;
}
/*-------------------- clear --------------------*/

.clear_both {
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.clear {
	clear: both;
}
/*-------------------- header --------------------*/

/* Checkbox do menu*/
#btn-menu{display: none;}



/*Clique do menu*/
#btn-menu:checked ~ .menu-principal{
    transform: translateX(-100%);
}

  /*Geral do menu*/
header{
    width: 100%;
    height: 100px;
    background-image: url("../image/h_background.gif") ;
    align-items: center;
    border-bottom:1.5px solid white;
}

#index_header_base {
	margin: 0 auto;
	width: 720px;
	display: fixed;
}

#header_logo {
	float: left;
	width: 400px;
	height: auto;
}

#header_logo span {color: #e6e6fa;
				 font-size: 16px;
				 font-weight: bold;
				 text-align: center;
				 pading-bottom: 16px;
				 pading-top: 10px;
				 margin0: 0;
}

#header_logo img {
	padding-right: 50px;
	padding-top: 10px;
	width: 400px;
	height: auto;
	margin: 0;
}

#header_m_otoiawase {
	float: left;
	width: 300px;
	height: auto;
	margin: 0;
	padding-top: 42px;
	
}

#header_m_otoiawase img {
	width: 300px;
	height: auto;
	margin-right: 50px;
	padding: 0;
}

.abreMenu {float: right;
              margin: 0;
			  position: absolute;
			  top: 5px;
			  right: 20px;
}

header label{
    font-size: 30px;
    transition: all .20s;
    cursor: pointer;
    padding: 0;
	float: right;
    margin: 20px 30px 3px 0;
}
.rotation{
    transform: rotate(90deg);
}

/*Geral do menu flexivel*/
.menu-principal{
    position: absolute;
    float: right;
    top: 100px;
    right: -250px;
    width: 250px;
    height: auto;
    background-color: black;
    transform: translateX(0%);
    transition: all .20s;
    box-shadow: 3px 5px 20px rgba(0,0,0,.5);
	z-index: 3;
}

.menu-principal ul{
    display: block;
    list-style: none;
}

/*MENU DO AVATAR*/
.menu-principal > .menu-avatar{
    background: ;
    color: white;
    padding-top:  10px;
}
.menu-principal > .menu-avatar img{
    margin: 0 auto;
    border: 2px solid white;
}
.menu-principal > .menu-avatar span{
    display: block;
    text-align: center;
    padding: 3px;
}

/*MENU UL LI*/
.menu-principal ul{
    list-style: none;
    text-align: left;
    color: #872dd6;
    font-size: 1.1em;
}

.menu-principal ul li a { color: #872dd6;}

.menu-principal ul li{
    width: 100%;
    margin-bottom: 2px;
    padding:  10px 10px 10px 10%;
    border-left: 4px solid transparent;
    cursor: pointer;
}
.menu-principal ul li:hover{
    background: rgba(255, 255, 255, .7);
    border-color: #872dd6;
    transition: all .3s;
    font-weight: bold;
}
.menu-principal .submenu ul{display: none;}
.menu-principal .submenu::before{content: "<"; float: right; font-size: .8em; transition: all .1s;}
.treva::before{transform: rotate(-90deg);}

.menu-principal ul ul li{
    border-left: none;
    border-bottom:  2px solid transparent;
}
.menu-principal ul ul li:hover{
    background-color: transparent;
    border-color: #872dd6;
    transition: all .3s;
}


/* pankuzunabi*/
.topic-path {
  list-style-type: none;
  width: 720px;
  margin: 0 auto 0;
  padding: 0;
 
}

.topic-path li {
  display: inline;
  font-family: "ＭＳ Ｐ明朝, 細明朝体";
	font-size: 16px;
	margin-left: 10px;
	color: #330033;
}
/* End pankuzunabi*/

/*-------------------- contents --------------------*/

#contents {margin: 0 auto;
	       width: 100%;
		   height: auto;
		  
}

#contents_A {margin: 0 auto;
             width: 100%;
             height: 530px;
             background-color: #fffaf0;
}
#contents_A_wrapper {margin: 0 auto;
                     width: 720px;
                     height: auto;
                     padding: 0;
}


#contents_A_left {float: left;
                  width: 480px;
                  line-height: 0;
                  margin: 0;
                  padding: 0;
                  display: block;
}

#contents_A_left img {width: 100%;
                      line-height: 0;
                      margin: 0;
                      padding: 60px 0 10px;
                      
}



#contents_A_right {float: right;
width: 240px;
text-align: center;
padding-top: 26px;
margin: 0;
padding: 0;
}

#contents_A_right img {width: 80%;
                      line-height: 0;
                      margin: 0;
                      padding: 0;
                      
}


#contents_A_right h1 {font-family: "ＭＳ Ｐ明朝, 細明朝体";
                      font-size: 14px;
					  text-align: center;
					  margin: 0;
                      padding: 10px 0 10px;
}

#contents_A_right p {font-family: "ＭＳ Ｐ明朝, 細明朝体";
                      font-size: 12px;
					  text-align: center;
					  margin: 0;
                      padding: 5px 0 5px;
}


#contents_A_right a {text-decoration: underline;
                    
					   
}

/*-------------------- contents_sitemap_A --------------------*/
.sitemap_wrapper {width: 100%;
                  height: auto;
                  padding: 0;
		          background-color: #fffaf0;
}

.sitemap {margin: 0 auto;
          width: 720px;
          height: auto;
	      padding-bottom: 25px;
	      marign: 0 auto;
}

.sitemap h1 {text-align: center;
             font-size: 22px;
             font-family: "ＭＳ Ｐ明朝, 細明朝体";
             color: #330033;
             background-color: #d8bfd8;
             padding: 3px 25px;
             margin: 0;
}


.sitemap p {font-family: "ＭＳ Ｐ明朝, 細明朝体";
	        font-size: 15px;
	        width: 720px;
	        margin-left: 25px;
	        margin-bottom: 30px;
	        ward-bread: nomal;
	        color: #333333;
			padding-left: 25px;
}

.sitemap ul li {font-size: 19px;
	            text-align: left;
	            vertical-align: center;
	            margin-bottom: 10px;
	            margin-top: 10px;
				width: 720px;
				padding-left: 25px;
}

.sitemap a {text-decoration: underline;}





ul.slk1 {list-style-type:square;
         width: 300px;
		 text-align:left;
		 line-height:1.5;
		 font-size: 15px;
		 padding: 0;
		 margin-bottom:10px;
		
}



/*-------------------- contents topic --------------------*/
#contents_topic {margin: 0 auto;
             width: 100%;
             height: 295px;
             background-color: #f8f8ff;
}
#contents_topic_wrapper {margin: 0 auto;
                         width: 720px;
                         height: auto;
                         padding-top: 20px;
}

#topic_left {width: 485px;
             height: 225px;
             float: left;
             padding: 0;
             margin: 0 10px 0 0;
}
#topic_left h4 {text-align: left;
                font-size: 13px;
                font-family: "ＭＳ Ｐ明朝, 細明朝体";
                color: #330033;
                background-color: #d8bfd8;
                padding: 3px 20px;
                margin: 0;
}
#topic_left ul {overflow-y: scroll;
                height: 220px;
}


#topic_left li {list-style: none;
                padding: 6px 20px 6px;
                border-bottom: 1px solid #ccc;
                font-size: 13px #363636;
}

#topic_left a {text-decoration: underline;}



#topic_right {width: 225px;
              height: 225px;
              float: right;
              padding: 0;
              margin: 0;
}

#topic_right h4 {text-align: right;
                 font-size: 13px;
                 font-family: "ＭＳ Ｐ明朝, 細明朝体";
                 color: #330033;
                 background-color: #d8bfd8;
                 padding: 3px 15px;
                 margin: 0;
	
}

#topic_right ul {
                 overflow-y: scroll;
                 height: 220px;
                 padding-right: 10px;
}

#topic_right li {list-style: none;
                padding: 6px 20px 6px;
                border-bottom: 1px solid #ccc;
                font-size: 10px #363636;
				text-align: right;
}

#topic_right a {text-decoration: underline;}

/*-------------------- contents_B --------------------*/

#contents_B_wrapper {margin: 0 auto;
                     width: 100%;
                     height: auto;
                     padding: 0;
					 background-color: #fffaf0;
}

#contents_B {margin: 0 auto;
             width: 720px;
             height: 550px;
             position: relative;
			 
}

#contents_B img {margin: 0 auto;
                 width: 720px;
                 height: auto;
             
			 
}

#contents_B h2 {text-align: center;
                width: 500px;
                font-size: 22px;
				position: absolute;
				right: 30px;
                bottom: 160px;
			 
}

#contents_B p {text-align: left;
               width: 400px;
               font-size: 15px;
			   position: absolute;
			   right: 35px;
               bottom: 70px;
}



#contents_B_bt {display: inline;
                   width: 640px;
                   height: 57px;
				   marign: 0 auto;
				   float: left;
				   position: absolute;
        　　　　　 z-index: 1;
		           right: 20px;
		           bottom: 5px;		 
}

#contents_B_bt img {width: 200px;
                    height: auto;
					padding-left: 13px;
}

/*-------------------- contents_C --------------------*/

#contents_C_wrapper {margin: 0 auto;
                     width: 100%;
                     height: auto;
                     padding: 0;
					 background-color: #f8f8ff;
}

#contents_C {margin: 0 auto;
             width: 720px;
             height: 590px;
             position: relative;
			 
}

#contents_C img {margin: 0 auto;
                 width: 720px;
                 height: auto;
             
			 
}

#contents_C h2 {text-align: center;
                width: 500px;
                font-size: 22px;
				position: absolute;
				right: 50px;
                bottom: 200px;
			 
}

#contents_C p {text-align: left;
                width: 470px;
                font-size: 15px;
				position: absolute;
				right: 7px;
                bottom: 100px;
			 
}



#contents_C_bt {display: inline;
                   width: 640px;
                   height: 57px;
				   marign: 0 auto;
				   float: left;
				   position: absolute;
        　　　　　 z-index: 1;
		           right: 20px;
		           bottom: 5px;		 
}

#contents_C_bt img {width: 200px;
                    height: auto;
					padding-left: 13px;
}

/*-------------------- contents_D --------------------*/

#contents_D_wrapper {margin: 0 auto;
                     width: 100%;
                     height: auto;
                     padding: 0;
					 background-color: #fffaf0;
}

#contents_D {margin: 0 auto;
             width: 720px;
             height: 590px;
             position: relative;
			 
}

#contents_D img {margin: 0 auto;
                 width: 720px;
                 height: auto;
             
			 
}

#contents_D h2 {text-align: center;
                width: 500px;
                font-size: 22px;
				position: absolute;
				right: 30px;
                bottom: 200px;
			 
}

#contents_D p {text-align: left;
                width: 450px;
                font-size: 15px;
				position: absolute;
				right: 7px;
                bottom: 100px;
			 
}



#contents_D_bt {display: inline;
                   width: 640px;
                   height: 57px;
				   marign: 0 auto;
				   float: left;
				   position: absolute;
        　　　　　 z-index: 1;
		           right: 20px;
		           bottom: 5px;		 
}

#contents_D_bt img {width: 200px;
                    height: auto;
					padding-left: 13px;
}

/*-------------------- contents_E --------------------*/

#contents_E_wrapper {margin: 0 auto;
                     width: 100%;
                     height: auto;
                     padding: 0;
					 background-color: #f8f8ff;
}

#contents_E {margin: 0 auto;
             width: 720px;
             height: 590px;
             position: relative;
			 
}

#contents_E img {margin: 0 auto;
                 width: 720px;
                 height: auto;
             
			 
}

#contents_E h2 {text-align: center;
                width: 500px;
                font-size: 22px;
				position: absolute;
				right: 30px;
                bottom: 180px;
			 
}

#contents_E p {text-align: left;
                width: 470px;
                font-size: 15px;
				position: absolute;
				right: 7px;
                bottom: 100px;
			 
}



#contents_E_bt {display: inline;
                   width: 640px;
                   height: 57px;
				   marign: 0 auto;
				   float: left;
				   position: absolute;
        　　　　　 z-index: 1;
		           right: 20px;
		           bottom: 5px;		 
}

#contents_E_bt img {width: 200px;
                    height: auto;
					padding-left: 13px;
}


/*-------------------- contents_H --------------------*/

#contents_H_wrapper {margin: 0 auto;
                     width: 100%;
                     height: auto;
                     padding: 0;
					 background-color: #fffaf0;
}

#contents_H {margin: 0 auto;
             width: 720px;
             height: 400px;
			 padding: 0;		 
}

.post_H_left {float: left;
              width: 360px;
			  height: auto;
			  border-right: solid 1px #aaaaaa;
	          margin-right: 0;
			  margin-left: 0;
	          margin-bottom: 25px;
	          margin-top: 0;
			 
}

.post_H_left img{width: 340px;
			     height: auto;
				 margin:0 10px 15px;
				 border: none;
                 vertical-aligin: top;
}



.post_H_right {float: right;
               width: 360px;
			   height: auto;
	           margin-right: 0;
			   margin-left: 0;
	           margin-bottom: 25px;
	           margin-top: 0;
}

.post_H_right img{width: 340px;
			      height: auto;
				  margin:0 10px 15px;
				  border: none;
                  vertical-aligin: top;
}

.post_H_left h3 {text-align: left;
                width: 350px;
                font-size: 17px;
				padding-left: 20px;
				margin: 0 0 10px;
				padding-bottom: 5px;
				border-right: none;
							 
}

.post_H_left p {text-align: left;
                width: 350px;
                font-size: 15px;
				padding: 0 10px 0;
				margin: 0 0 10px;
				padding-bottom: 5px;
				border-right: none;
							 
}

.post_H_right h3 {text-align: left;
                  width: 350px;
                  font-size: 17px;
				  padding-left: 20px;
				  margin: 0 0 10px;
				  padding-bottom: 5px;
				  border-right: none;
							 
}

.post_H_right p {text-align: left;
                width: 350px;
                font-size: 15px;
				padding: 0 10px 0;
				margin: 0 0 10px;
				padding-bottom: 5px;
				border-right: none;
							 
}
/*-------------------- contents_I --------------------*/
#contents_I_wrapper {margin: 0 auto;
                     width: 100%;
                     height: auto;
                     padding: 0;
					 background-color: #fffaf0;
}

#contents_I {margin: 0 auto;
             width: 720px;
             height: 270px;
			 padding: 0;
			 margin-top: 0;	 
}

.post_I_left {float: left;
              width: 500px;
			  height: auto;
	          margin-right: 20px;
			  margin-left: 0;
	          margin-bottom: 25px;
	          margin-top: 0;
			 
}

.post_I_left h4 {text-align: left;
                width: 500px;
                font-size: 21px;
				padding-left: 20px;
				padding-top: 15px;
				margin: 0 0 5px;
				padding-bottom: 5px;
							
							 
}
hr {width: 450px;
     margin: 10px 20px 10px;
}

.post_I_left p {text-align: left;
                width: 500px;
                font-size: 15px;
				padding: 0 20px 0;
				margin: 0 0 5px;
				padding-bottom: 3px;
				
							 
}
.post_I_left a {text-decoration: underline;}


.post_I_right {float: right;
               width: 199px;
			   height: auto;
	           margin-right: 0;
			   margin-left: 0;
	           margin-bottom: 25px;
	           padding-top: 15px;
}
.post_I_right img{width: 199px;
			      height: auto;
				  margin: 0;
				  border: none;
                  vertical-aligin: top;
}


/*-------------------- footer --------------------*/

#index_footer {
	color: #2a1409;
	background: none repeat scroll 0 0 #f3f2f3;
	display: block;
	height: 525px;
	width: 100%;
	padding-top: 40px;
}

#index_footer a, #index_footer a:link, #index_footer a:active, #index_footer a:visited {
	color: #2a1409;
	text-decoration: none;
}

#index_footer a:hover {
	color: #2a1409;
	text-decoration: underline;
}

#index_footer_top {
	background: url(../image/tab_f_t.gif) no-repeat left top;
	margin: 0 auto;
	width: 720px;
	height: 37px;
}

#index_footer_main {
	background: url(../image/tab_f_m.gif) repeat-y left top;
	margin: 0 auto;
	text-align: center;
	width: 720px;
	height: auto;
}

#index_footer_bottom {
	background: url(../image/tab_f_b.gif) no-repeat left top;
	margin: 0 auto;
	width: 720px;
	height: 36px;
}

#footer_logo {
	background: url(../image/imagefooterlogo.jpg) no-repeat left top;
	margin-bottom: 38px;
	width: 240px;
	height: 60px;
}

#footer_logo h4{
	display: none;
}


.footer_01 {
	float: left;
	width: 280px;
	padding: 4px 0 0 20px;
}

.footer_02 {
	float: left;
	width: 200px;
	padding: 8px 0 0 20px;
}

.footer_03 {
	float: left;
	width: 200px;
	padding: 8px 0 0 20px;
}

.footer_04 {
	float: none;
	width: 450px;
	padding: 8px 0 0 20px;
	margin: 0 auto;
	
}

.footer_04 dl{
	padding: 5px 0 0 15px;
	display: inline;
	float: left;
}
.footer_04 dt{
	display: inline;
	padding: 5px 0 0 15px;
	floart: left;
}



#index_footer_main dl {
	margin: 0 0 15px;
	padding-left: 4px;
}

#index_footer_main .footer_02 dl {
	margin: 0 0 10px;
	padding-left: 4px;
}
#index_footer_main dl dt {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	margin-bottom: 5px;
}

#index_footer_main  {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0;
}

#index_footer_main dl dd {
	font-size: 10px;
	line-height: 130%;
	letter-spacing: 0;
	padding-left: 4px;
	margin-bottom: 0.4em;
}

#index_footer_main dl.l_long {
	margin-top: 38px;
}

#index_footer_main dl.fb {
	margin-top: 30px;
}

#index_footer_main dl.sns {
	margin-top: 26px;
}


#index_footer_copy p {
	font-family: 'Times New Roman', 'Bodoni', 'Garamond', 'Georgia',sans-serif;
	clear: both;
	padding: 15px;
	text-align: center;
	font-size: 10px;
}
#footer_mobile {
	margin: 15px auto 0;
	width: 240px;
	height: 36px;
}





}
