/* CSS Document */


@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 10px;
	vertical-align: baseline;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}




/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/

/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/

/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/

/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/

/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/

/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/

/*スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}
*/

body {
	background-color:#ffffff;
  }
  
img{
    max-width: 100%;
    height: auto;
    width /****/:auto;  /*IE8のみ適用*/
}

ol {
    width : 98%;
  }
  
  ol li {
	border-top:#000 1px dotted;
	padding:10px 0 10px 70px;
	background:url(../image/news.png) no-repeat 0 10px;
  }
  
    ol li.event {
	border-top:#000 1px dotted;
	padding:10px 0 10px 70px;
	background:url(../image/event.png) no-repeat 0 10px;
  }
  
      ol li.media {
	border-top:#000 1px dotted;
	padding:10px 0 10px 70px;
	background:url(../image/media.png) no-repeat 0 10px;
  }
  
        ol li a {
			color:#EA3F87;
			
  }
  
          ol li a:hover {
			color:#EA3F87;
			text-decoration:none;
  }



.mt100 {
	margin-top:100px;
  }
.mt120 {
	margin-top:120px;
  }

.up_com_txt {
	font-size:90%;
	vertical-align:super;
  }
  
  .und_com_txt {
	font-size:90%;
	vertical-align: sub;
  }
  
  
#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #000;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


@media screen and (max-width: 3500px) {
	
	
/* common */
	
#container{
    width : 100%;
  }

#header_img {
	position:relative;
	height:380px;
	background:url(../image/main_bg.png) center top no-repeat;
	background-size:100% auto; /*背景画像を横幅いっぱいに表示*/
	margin:30px auto 0;
	z-index:-2;
}

#header_img .topCopy {
	position:absolute;
	right:100px;
	top:110px;
	
}


section {
	margin-bottom:30px;
}

.im_float_r {
	float:right;
	display:inline;
	padding:0 0 10px 20px;
}

.maintxt {
	margin-right:40px;
	font-size:120%;
	line-height:1.8;
}

ul.list_1 {

}

ul.list_1 li {
	background:url(../image/list_bg.png) no-repeat;
	padding:11px 0 12px 32px;
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
}


ul.list_2 {
	margin-bottom:30px;
}

ul.list_2 li {
	background:url(../image/list_bg2.png) no-repeat;
	padding:11px 0 12px 32px;
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
}

ul.list_3 {
	margin-bottom:30px;
}

ul.list_3 li {
	background:url(../maintenance/image/gry_bg.png) repeat;
	padding:11px 0 12px 32px;
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
}

ul.list_3 li a {
	color:#2888CC;
	font-weight:bold;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  header */

header {
	height:160px;
	position:relative;
	margin:0 auto;
	
}


header nav {
	width:100%;
	height:82px;
	position:absolute;
	bottom:0;
	background:url(../image/nav_bg.png) repeat-x;
}

header .sdow {
	position:absolute;
	top:130px;
	left:0;
	z-index:-1;
	}

header nav ul#glo {
	width:1240px;
	margin:0 auto;
	margin-top:1px;
}

header nav ul#glo li {
	float:left;
	display:inline;
	width:310px;
	height:55px;
	text-align:center;
	vertical-align:middle;
	background:url(../image/nomal_bg.png) no-repeat;
	padding: 25px 0 0 0;
	overflow:hidden;
	
}

header nav ul#glo li.home_on {
	background:url(../image/on_bg.png) no-repeat;

}

header nav ul#glo li a{
	
}


header nav ul#glo li a:hover{
	text-decoration: underline;
}


#navbox {
	position:relative;
	width:1240px;
	margin:0 auto;
	
}




#navbox h1 {
	width:100%;
	position:absolute;
	top:15px;
	left:0px;
	
}

#navbox ul#hed_link {
	width:400px;
	position:absolute;
	top:0;
	right:-60px;
}


#navbox ul#hed_link li {
	background:url(../image/hed_bt_1_bg.png) repeat;
	width:170px;
	height:58px;
	float:left;
	display:inline;
	text-align:center;
	padding:20px 0 0 0;
	
}

#navbox ul#hed_link li.bt2 {
	width:170px;
	background-color:#2989CC;
	float:left;
	display:inline;
	
}







#top_img_1 {
	width:100%;
	position:absolute;
	top:50px;
	text-align:center;
}

  /* TOP >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#main {
	width:100%;
	padding:30px 0 30px 0;
	background-image:url(../image/top_main_bg.png) ;
	background-repeat:repeat-x;
}

#sp_link {
	width:100%;
	padding:0px 0 0px 0px;
	border-top:#D6D6D6 1px solid;
	border-bottom:#D6D6D6 1px solid;
	background-repeat:repeat-x;
	margin-top:20px;
	margin-bottom:30px;
}




  /* news >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#top_news {
	width:100%;
	padding:0px 0 0px 0;
	border:#CCC 1px solid;
	position:relative;
	background-color:#FFF;
}

#top_news h3 {
	width:958px;
	padding:1px;
	background: url(../image/top_news_h3_bg.png) repeat-x;
	height:46px;
}

#top_news ul#news_all li {
	position:absolute;
	width:310px;
	height:33px;
	background-color:#3FC1BD;
	text-align:center;
	padding-top:13px;
	right:0;
	top:0;
	
	
	
}

#top_news ul#news_all li a {
	color:#FFF;
	font-weight:bold;
	font-size:120%;
	
}


#top_news ul#news_all li a:hover {
	text-decoration:none;
	
}



ul#news_list {
	width:94%;
	margin:20px auto 25px;
	
	
}

ul#news_list li{
	padding:5px 0 8px 0;
	border-bottom:#999 1px dotted;
	margin-bottom:0px;
	
	
}

ul#news_list li.bgon{
	padding:7px 0 5px 0;
	border-bottom:#999 1px dotted;
	margin-bottom:2px;
	background-color:#EFEFEF;
	
	
}









ul#news_list_s {
	width:100%;
	margin:20px 0 25px 20px;
	
	
}

ul#news_list_s li{
	padding:5px 0 8px 0;
	
	margin-bottom:0px;
	
	
}






ul#news_list_all {
	width:100%;
	margin:40px auto 25px;
	
	
}

ul#news_list_all li{
	padding:5px 0 8px 8px;
	border-bottom:#999 1px dotted;
	margin-bottom:0px;
	
	
}

ul#news_list_all li.bgon{
	padding:7px 0 5px 8px;
	border-bottom:#999 1px dotted;
	margin-bottom:2px;
	background-color:#EFEFEF;
	
	
}


















.news_day {
	background:url(../image/day_arw.png) no-repeat 0 5px;
	padding:3px 20px 0 15px;
	font-weight:bold;
	float:left;
	display:inline;
	
}

.category {
	float:left;
	display:inline;
	margin-right:30px;
	
}

.news_txt {
	background:url(../image/txt_arw.png) no-repeat 0px 5px;
	padding:1px 20px 0 20px;
	font-size:110%;
	float:left;
	display:inline;
	width:52em;
}

.news_txt a{
	font-size:110%;
	color:#2888CC;
}

.news_txt_list {
	background:url(../image/txt_arw.png) no-repeat 0px 10px;
	padding:5px 20px 0 16px;
	font-size:110%;
	width:90%;

}

.news_txt_list a{
	font-size:110%;
	color:#2888CC;
}

.news_txt_list a:hover {
	text-decoration:none;
}



.cat1 {
	padding:2px 0 1px 4px;
	
	-moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */

   border: 1px #34A55E solid;     /* 枠線の装飾 */
   background-color: #34A55E;   /* 背景色 */
   width:14em;
  text-align:center;
}

.cat1 a{
   text-decoration:none;
   color:#FFF;
	font-weight:bold;
}

.cat2 {
	padding:2px 0 1px 4px;
	color:#FFF;
	font-weight:bold;
	
	-moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */

   border: 1px #2989CC solid;     /* 枠線の装飾 */
   background-color: #2989CC;   /* 背景色 */
   width:14em;
   text-align:center;
   text-decoration:none;
}

.cat2 a {
	color:#FFF;
	font-weight:bold;
   text-decoration:none;
}


.cat3 {
	padding:2px 0 1px 4px;
	color:#FFF;
	font-weight:bold;
	
	-moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */
   border: 1px #3FC1BD solid;     /* 枠線の装飾 */
   background-color: #3FC1BD;   /* 背景色 */
   width:14em;
   text-align:center;
}

.cat3 a {
	color:#FFF;
	font-weight:bold;
   text-decoration:none;
}

  /* お知らせ一覧 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

  .news_cont {
	  width:620px;
	  margin:40px auto 0;
	  position:relative;
	  
}

  .news_cont ul.new_bt li {
	  position:absolute;
	  right:10px;
	  top:55px;
	  width:200px;
	  height:23px;
	  background:url(../news/image/sq_1.png) repeat;
	  text-align:center;
	  padding-top:8px;
}

  .news_cont ul.new_bt li a {
	  color:#FFF;
	  text-decoration:none;
}

  .news_cont ul.new_bt li a:hover {
	  color:#FFF;
	  text-decoration:underline;
	  
}


  .news_cont ul.new_bt_back li {
	  position:absolute;
	  right:0px;
	  top:15px;
	  width:200px;
	  height:23px;
	  background:url(../news/image/sq_1.png) repeat;
	  text-align:center;
	  padding-top:8px;
}

  .news_cont ul.new_bt_back li a {
	  color:#FFF;
	  text-decoration:none;
}

  .news_cont ul.new_bt_back li a:hover {
	  color:#FFF;
	  text-decoration:underline;
	  
}


  /* メイン記事 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


.main_title {
	margin:0 0 30px 0;
	font-size:150%;
	font-weight:bold;
	padding:0 35px 25px 35px;
	border-bottom:#CCC 1px dotted;
	
}

.main_entry{
	margin:0 0 50px 0;
	font-size:110%;
	line-height:1.8;
	padding:0 35px 25px 35px;
}

.main_img {
	margin:0 0 30px 0;
	
	padding:25px;
	border:#CCC 1px solid;
	width:auto;
}









.sec_ti_new {
	background:url(../news/image/news_sikiri.png) left bottom repeat-x;
	height:150px;
	
}


.sec_ti_new_2 {
	background:url(../news/image/news_sikiri.png) left bottom repeat-x;
	height:100px;
	
}

.sec_ti_new_3 {
	background:url(../news/otoku/image/news_sikiri_2.png) left bottom repeat-x;
	height:150px;
	
}

.sec_ti_new_4 {
	background:url(../news/otoku/image/news_sikiri_2.png) left bottom repeat-x;
	height:100px;
	
}


ul#p_nation {
	width:400px;
	margin:30px auto 0;
	background:url(../news/image/sq_2.png) repeat;
	padding:15px 0 15px 150px;
	
}

ul#p_nation li {
	float:left;
	display:inline;
	padding:0 12px 0 0;
	border-right:#666 1px solid;
	margin-right:12px;
	
}


ul#p_nation li.next_arw {
	float:left;
	display:inline;
	padding:0 15px 0 40px;
	border:none;
	margin-right:15px;
	
}

ul#p_nation li.back_arw {
	float:left;
	display:inline;
	padding:0 40px 0 0px;
	border:none;
	margin-right:15px;
	
}


ul#p_nation li a {
	color:#2888CC;
	
	
}

ul#p_nation li a:hover {
	color:#2888CC;
	text-decoration:none;
	
}


ul#link_l {
	width:87%;
	margin:0px auto 0;
	background:url(../news/image/sq_2.png) repeat;
	padding:15px 0 15px 15px;
	
}

ul#link_l li {
	
	padding:0 0 0 20px;
	background:url(../news/image/arw.png) no-repeat 0 0 ;
	
	
}



  /* アーカイブ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.news_cont .pl_dw_menu {
	width:200px;
	height:30px;
	
	position:absolute;
	top:55px;
	right:0;
	
}


h3#news_year {
	font-size:160%;
	font-weight:bold;
	padding-top:30px;
	
}




ul#event_p_bt {
	margin-top:10px;
}

ul#event_p_bt li {
	background:url(../news/image/event_p_bt_bg.png) no-repeat;
	width:148px;
	height:22px;
	float:left;
	display:inline;
	margin-right:3px;
	margin-bottom:3px;
	text-align:center;
	padding-top:8px;
}

ul#event_p_bt li.on {
	background:url(../news/image/event_p_bt_bg_on.png) no-repeat;
	color:#FFF;
	font-weight:bold;
	}

ul#event_p_bt li a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

ul#event_p_bt li a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}







ul#otoku_p_bt {
	margin-top:10px;
}

ul#otoku_p_bt li {
	background:url(../news/image/otoku_p_bt_bg.png) no-repeat;
	width:148px;
	height:22px;
	float:left;
	display:inline;
	margin-right:3px;
	margin-bottom:3px;
	text-align:center;
	padding-top:8px;
}

ul#otoku_p_bt li.on {
	background:url(../news/image/otoku_p_bt_bg_on.png) no-repeat;
	color:#FFF;
	font-weight:bold;
	}

ul#otoku_p_bt li a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

ul#otoku_p_bt li a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}

















  /* second >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  
#second {
	width:100%;
	padding:30px 0 30px 0;
	background-image:url(../image/top_main_bg.png) ;
	background-repeat:repeat-x;
}

#sidemenu {
	width:230px;
	padding:0 0 80px 0;
	background-image:url(../image/side_bg.png) ;
	background-repeat:repeat;
	float:left;
	display:inline;
}


.contents {
	width:700px;
	padding:0 0 70px 0;
	
	float:right;
	display:inline;
	background-color:#FFF;
	border:#DDDDDD 1px solid;
}

.contents_spot {

	padding:0 0 0px 0;
	background-color:#FFF;
	border:#DDDDDD 1px solid;
}



#sidebox {
	width:210px;
	padding:10px;
	background-color:#FFF;
	border:#DDDDDD 1px solid;
}

#bnrbox {
	width:200px;
	padding:10px;
	margin:5px;
	background-color:#FFF;
}


dl.side {
	padding:0 0 0 0;
	
}

dl.side dt {
	padding:20px 0 25px 0;
}

dl.side dd {
	background:url(../image/side_dd_bg.png) no-repeat;
	padding:12px 0 12px 30px;
	margin-bottom:3px;
	
}

dl.side dd.second {
	background:url(../image/bred_bg_arw.png) no-repeat 20px 10px;
	padding:7px 0 7px 33px;
	margin-bottom:0px;
	border-bottom:#CCC 1px dotted;
	
}

dl.side dd a {
	color:#2686CC;
	font-weight:bold;
	text-decoration:none;
	
}

dl.side dd a:hover {
	color:#2686CC;
	font-weight:bold;
	text-decoration:underline;
	
}



dl.side dd.second a {
	color:#2686CC;
	font-weight:bold;
	text-decoration:none;
	
}

dl.side dd.second a:hover {
	color:#2686CC;
	font-weight:bold;
	text-decoration:underline;
	
}

  /* contents >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

ul.bred {
	border-bottom:#CCC 1px solid;
	padding:3px 0 2px 5px;
	
}

ul.bred li{
	float:left;
	display:inline;
	
	background:url(../image/bred_bg_arw.png) no-repeat 0 3px;
	padding:0 10px 0 15px;
}

ul.bred li.first{
	
	background: none;
	padding:0 10px 0 5px;
}

ul.bred li a {
	color:#2686CC;
	text-decoration:none;
	
}


ul.bred li a:hover {
	text-decoration:underline;
	
}





  /* second >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */



.sec_960 {
	width:960px;
	margin:0 auto 30px;
	position:relative;
}

.sec_960_news {
	width:960px;
	margin:0 auto 30px;
	position:relative;
}

.sec_960_top {
	width:948px;
	margin:0 auto 30px;
	
}


.sec_under {
	width:500px;
	margin:0 auto;
	position:relative;
	padding:50px;
	background-color:#FFF;
	text-align:center;
}

.box_670 {
	width:670px;
	margin:0 auto;
}





.sec_960_2 {
	width:960px;
	margin:0 auto;
	position:relative;
	padding-left:0px;
	
}

.sec_960_2 .sp_img {
	position:absolute;
	top:-40px;
	left:0px;
}

.l_box_1 {
	width:300px;
	float:left;
	display:inline;
	line-height:1.8;
}

  /* second >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  
  .co_1 {
	  margin-left:40px;
	  margin-top:50px;
}

  .co_position {
	  margin-left:40px;
	  margin-top:50px;
	  position:relative;
}

  .sp_img {
	position: absolute;
	left:-17px;
	top:-29px;
}
  
  
    .sec_ti {
		padding-bottom:40px;
}

  .spot_box {
	  margin:50px auto 30px;
	  width:580px;
}

  h4.spot_ti_h4 {
	  width:560px;
	  background-color:#33B680;
	  padding:12px 0 12px 20px;
	  font-size:140%;
	  font-weight:bold;
	  color:#FFF;
}

.spot_txt {
	  width:580px;
	  margin-bottom:30px;
}
  /* 201508>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

  .spot_box_new {
	  margin:20px auto 20px;
	  width:914px;
	  background:url(../consulting/spot/image/ao_sora_r1_bg.png) repeat-x;
}

  .spot_box_new_2 {
	  margin:20px auto 20px;
	  width:914px;
	  background:url(../consulting/spot/image/second_bg_r1_c2.png) repeat-x;
	  background-color:#C8DD94;
}

.top_ti {
	text-align:center;
	padding:20px 0 20px 0;
	width:85%;
	margin:0 auto;
}

.top_ti img {
	width:100%;
	height:auto;
}


ul.glo_spot {
	margin-bottom:30px;
	
}

ul.glo_spot li {
	float:left;
	display:inline;
	
}



.sec_960_spot {
	width:960px;
	margin:0 auto 0px;
	position:relative;
}

.spot_box_img {
	width:702px;
	margin:0 auto 30px;

}

.spot_box_img img {
	vertical-align:bottom;

}




.spot_box_img_2 {
	width:709px;
	margin:60px auto 30px;

}

.spot_box_img_2 img {
	vertical-align:bottom;

}


.sp_2_l {
	vertical-align:bottom;
	float:left;
	display:inline;
	width:351px;

}

.sp_2_r {
	vertical-align:bottom;
	float:right;
display:inline;
width:351px;
}

.sp2_702 {
	width:702px;
	margin:0 auto;

}

.sp2_702 img {
	vertical-align:bottom;
}

.sp2_826 {
	width:826px;
	margin:0 auto;

}

.sp2_826 img {
	vertical-align:bottom;
}













  /* 201508>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
  
  table.tbsp {
	  width:100%;
	  border:#FFF;
}
  
    table.tbsp th{
		padding:10px;
		border:#FFF 5px solid;
		background:url(../company/image/th_bg.png) repeat;
		font-weight:bold;
}

    table.tbsp td {
		padding:10px;
		border:#FFF 5px solid;
		line-height:1.8;
}
  



  table.tbsp2 {
	  width:60%;
	  border:#FFF;
}
  
    table.tbsp2 th{
		padding:2px;
		border:#FFF 5px solid;
		background:url(../company/image/th_bg.png) repeat;
		
}

    table.tbsp2 td {
		padding:2px;
		border:#FFF 5px solid;
		
		
		line-height:1.8;
}
  




  
  
  
.top_l_float_1 {
	float:left;
	display:inline;
	width:311px;
	zoom:1;
	border:#CCC 1px solid;
	background-color:#FFF;
	padding:1px;
}

dl.top_col_link {
	
}


dl.top_col_link dt {
	
}


dl.top_col_link dd {
	border:#EDEDED 7px solid;
	padding:5px;
	background-color:#FFF;
	margin:2px;
}

dl.top_col_link dd.colink {
	border:none;
	background:url(../image/top_col_bt_bg.png) no-repeat 30px center;
	text-align:center;
	padding:20px;
}

dl.top_col_link dd.colink a{
	font-size:140%;
	font-weight:bold;
	color:#2888CC;
}



.r_float{
	float:right;
	display:inline;
	width:470px;
	zoom:1;
}

.l_float_top{
	float:left;
	display:inline;
	width:360px;
	zoom:1;
}

.r_float_top{
	float:right;
	display:inline;
	width:560px;
	zoom:1;
}



.l_float_2{
	float:left;
	display:inline;
	width:460px;
	zoom:1;
}

.r_float_2{
	float:right;
	display:inline;
	width:460px;
	zoom:1;
}

section {
	height:100%;
}

  /* topicks */

#topicks{
	width:100%;
	position:relative;
	margin-top:100px;
}


#topicks h1 {
	position:absolute;
	top:-80px;
	text-align:center;
	width:100%;
}

  /* news */

#news_box{
	width:100%;
	position:relative;
	margin-top:120px;
	margin-bottom:60px;
}


#news_box h1 {
	position:absolute;
	top:-105px;
	text-align:center;
	width:100%;
}



section #newsOl{
	position:relative;
	margin-top:140px;
}

section h1{
	position:absolute;
	top:-80px;
	text-align:center;
	width:100%;
}


section h1#new{
	position:absolute;
	top:-100px;
	text-align:center;
	width:100%;
}




.scr {
  overflow:auto;
overflow-y:scroll;   /* スクロール表示 アンドロイドnone */ 
  width: 100%;
  height: 300px;
}


#sidebar{
	float:right;
	display:inline;
	background-color:#F0F;
	width:250px;
}

.mem_txt{
	font-size:120%;
	font-weight:bold;
	line-height:2em;
	padding:30px 30px 0 0;
}

.main_txt{
	font-size:120%;
	font-weight:bold;
	line-height:2em;
}


.maintxt_2{
	font-size:110%;
	line-height:1.5;
}


.maintxt_3{
	font-size:110%;
	line-height:1.5;
	text-align:center;
}

  /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ポリシー */
  
  .txt_r {
	  float:right;
	  display:inline;
	  margin-right:30px;
	  font-size:120%;
}
 

.pocy {
	background:url(../image/h4_bg_2.png) repeat-y ;
	  margin-right:30px;
	  font-size:120%;
	  padding:0 0 0 15px;
	  font-weight:bold;
	  margin-bottom:20px;
	  margin-top:30px;
}


dl.pocy_dl {
	
}

dl.pocy_dl dt {
	font-size:110%;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:10px;
}
  
dl.pocy_dl dd {
	padding:0 30px 20px 24px;
	font-size:110%;
	line-height:1.5;
}
 
 dl.pocy_dl dd.n_gl {
	padding:0 30px 3px 27px;
	font-size:110%;
	background:url(../image/list_nk_bl.png) no-repeat 22px 2px;
	
}

 dl.pocy_dl dd.n_gl_last {
	padding:0 30px 3px 27px;
	font-size:110%;
	background:url(../image/list_nk_bl.png) no-repeat 22px 2px;
	margin-bottom:15px;
	
}
  
  dl.pocy_dl dd.p2 {
	padding:0 30px 0px 24px;
	font-size:110%;
	line-height:1.5;
}
  
 dl.pocy_dl dd.k1 {
	padding:0 30px 3px 40px;
	font-size:110%;
	background: url(../image/list_k1.png) no-repeat 22px 0px;
	margin-bottom:5px;
	
}
  
 dl.pocy_dl dd.k2 {
	padding:0 30px 3px 40px;
	font-size:110%;
	background: url(../image/list_k2.png) no-repeat 22px 0px;
	margin-bottom:5px;
	
}

 dl.pocy_dl dd.bg_a {
	padding:0 30px 3px 40px;
	font-size:110%;
	background: url(../image/list_a.png) no-repeat 22px 0px;
	margin-bottom:5px;
	
}

 dl.pocy_dl dd.bg_b {
	padding:0 30px 3px 40px;
	font-size:110%;
	background: url(../image/list_b.png) no-repeat 22px 0px;
	margin-bottom:5px;
	
}

 dl.pocy_dl dd.bg_c {
	padding:0 30px 3px 40px;
	font-size:110%;
	background: url(../image/list_c.png) no-repeat 22px 0px;
	margin-bottom:5px;
	
}
 dl.pocy_dl dd.bg_d {
	padding:0 30px 3px 40px;
	font-size:110%;
	background: url(../image/list_d.png) no-repeat 22px 0px;
	margin-bottom:5px;
	
}
 dl.pocy_dl dd.bg_e {
	padding:0 30px 3px 40px;
	font-size:110%;
	background: url(../image/list_e.png) no-repeat 22px 0px;
	margin-bottom:5px;
	
}
  








.box580 {
	width:530px;
	padding:25px;
	border:#CCC 1px solid;
	
}


.ment_h4 {
	background:url(../maintenance/image/bl_h_bg.png) no-repeat 0 0;
	padding:0 0 0 25px;
	font-size:120%;
	font-weight:bold;
	margin-bottom:20px;
	
	
}
  












  /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> footer */

footer {
	clear:both;
	background:url(../image/foot_bg.png) repeat-x ;
	
	padding:25px 0 0 0;
	height:480px;
}

footer#ft2 {
	clear:both;
	background:url(../image/foot_bg_2.png) repeat-x ;
	
	padding:20px;
	height:260px;
}

footer#ft3 {
	clear:both;
	background:url(../image/foot-01_r4_c2.png) repeat-x ;
	background:url(../consulting/spot/image/foot-01_r4_c2.png) repeat-x;
	
	padding:25px 0 0 0;
	height:260px;
}


.footerBox {
	width:960px;
	margin:0 auto;
}

footer nav {
	
}

footer ul li {
	float:left;
	display:inline;
	overflow:hidden;
	padding:0 5px 0 0;
}

footer ul li a {
	color:#000;
	text-decoration:underline;
	
}


footer ul li a:hover {
	color:#000;
	text-decoration:none;
	
}

footer ul#foot_link {
	margin-left:75px;
}


footer ul#foot_link li {
	background:url(../image/hed_bt_1_bg.png) repeat;
	width:400px;
	height:49px;
	float:left;
	display:inline;
	text-align:center;
	padding:29px 0 0 0;
	margin-right:20px;
	
}

footer ul#foot_link li.bt2 {
	width:400px;
	background-color:#2989CC;
	float:left;
	display:inline;
	
}


.footinfo {
	width:732px;
	float:left;
	display:inline;
	margin:60px 0 0 0;
	
}

.footinfo_iph {
	display: none;
	
}

.pagetop_foot {
	width:185px;
	float: right;
	display:inline;
	margin:60px 0 0 0;
	
}

.pagetop_foot_spot {
	width:185px;
	float: right;
	display:inline;
	margin:24px 0 0 0;
	
}

.pagetop_foot2 {
	width:185px;
	float: right;
	display:inline;
	margin:20px 0 30px 0;
	
}

.link2_foot {
	width:300px;
	float: right;
	display:inline;
	margin-top:70px;
	
}

.link2_foot2 {
	width:280px;
	float: right;
	display:inline;
	margin-top:10px;
	
}

footer ul#foot_link_2 {
	
}


footer ul#foot_link_2 li {
	background:url(../image/foot_link_2_arw.png) no-repeat 0 0;
	
	float:left;
	display:inline;
	
	padding:0px 0 0 20px;
	margin-right:20px;
	
}

footer ul#foot_link_2a {
	
}


footer ul#foot_link_2a li {
	background:url(../image/foot_link_2_arw.png) no-repeat 0 0;
	
	float:left;
	display:inline;
	
	padding:0px 0 0 20px;
	margin-right:20px;
	
}




.ico {
	padding:110px 5px 0 0;
}

.copyright	{
	float:right;
}

/* page-topTEST >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> page-topTEST */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/* page-topTEST >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> page-topTEST */



 /* shop>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */




.shop_702 {
	width:702px;
	margin:0 auto ;
	background: url(../consulting/spot/shop_image/y_bg_r2_c2.png) repeat;
	padding-top:20px;

}

.shop_in_box {
	width:662px;
	margin:0 auto 30px;
	background-color:#FFF9D9;
	padding-top:20px;


}

.area_in_box {
	width:666px;
	margin:0 auto 30px;
	background-color:#FFF9D9;
	padding-top:20px;
	position:relative;


}

.area_in_box2 {
	width:666px;
	margin:0 auto 30px;
	background-color:#FFF9D9;
	padding-top:10px;
	position:relative;


}

.area_in_box .ira_h4 {
	position:absolute;
	left:20px;
	top:20px;


}

.area_in_box2 .ira_h4_iwa {
	position:absolute;
	left:20px;
	top:25px;


}


#shop_map_box {
	width:617px;
	position:relative;
	background: url(../consulting/spot/shop_image/map_bg.png) no-repeat;
	margin:0 auto 0px;
	height:492px;
	
}

.shop_top_i {
	width:172px;
	position:absolute;
	top:30px;
	left:23px;
	
	
}

.accordion {
	cursor:pointer;
	
	
}

 /* shop>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#area_map_box_ao {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/aomori_bg.png) ;
	background-repeat:no-repeat;
	
	height:300px;
	
}

#area_map_box_ao2 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/aomori_bg2.png) ;
	background-repeat:no-repeat;
	
	height:300px;
	
}

#area_map_box_ao3 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/aomori_bg3.png) ;
	background-repeat:no-repeat;
	
	height:300px;
	
}

 /* shop>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#area_map_box_iw {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/iwate_bg.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

#area_map_box_iw2 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/iwate_bg2.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

#area_map_box_iw3 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/iwate_bg3.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

 /* shop>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#area_map_box_ak {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/akita_bg.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

#area_map_box_ak2 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/akita_bg2.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

 /* shop>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#area_map_box_mg {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/sendai_bg.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

#area_map_box_mg2 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/sendai_bg2.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

#area_map_box_mg3 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/sendai_bg3.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

#area_map_box_mg4 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/sendai_bg4.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

#area_map_box_mg5 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/sendai_bg5.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

 /* shop>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#area_map_box_yg {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/yamagata_bg.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

#area_map_box_yg2 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/yamagata_bg2.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}


 /* shop>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#area_map_box_fk {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/fukushima_bg.png) ;
	background-repeat:no-repeat;
	
	height:300px;
	
}

#area_map_box_fk2 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/fukushima_bg2.png) ;
	background-repeat:no-repeat;
	
	height:300px;
	
}

#area_map_box_fk3 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/fukushima_bg3.png) ;
	background-repeat:no-repeat;
	
	height:300px;
	
}


#area_map_box_fk4 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/fukushima_bg4.png) ;
	background-repeat:no-repeat;
	
	height:300px;
	
}



 /* shop>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#area_map_box_ng {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/niigata_bg.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

#area_map_box_ng2 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/niigata_bg2.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}

#area_map_box_ng3 {
	width:100%;
	position:relative;
	background-image:url(../consulting/spot/area/image/niigata_bg3.png) ;
	background-repeat:no-repeat;
	
	height:350px;
	
}






.shop_h4_1{
	padding:0 0 15px 20px;
}

.shop_p{
	padding:0 20px 30px 20px;
	font-size:140%;
	font-weight:bold;
}


ul.accordion ul {
    display: none;
	padding:0px 20px 20px 20px;
	
	margin-bottom:20px;
}

ul.accordion ul li{
	
	padding:10px 0 10px 15px;
	background-color:#C6E5F8;
	margin-bottom:0px;
	color:#333333;
	line-height:1.5;
	border:#FFF 1px solid;
	text-align:left;
}

ul.accordion ul li a {
	font-size:130%;
	color:#008ADF;
}

ul.accordion ul li a:hover {
	text-decoration:none;
}

ul.accordion ul li.last{
	padding:20px 0 20px 15px;
	background:url(../model_sisetsu_image/list_arw_2.png) no-repeat 0 8px;
}

.area_01 {
	padding:12px 0 9px 18px;
	background-image:url(../consulting/spot/shop_image/aco_bg.png);
	background-repeat:no-repeat;
	margin-left:19px;
	font-size:180%;
	font-weight:bold;
	color:#FFF;
}

.boder_area {
	width:100%;
	padding-bottom:20px;
	
}

.boder_area_top {
	width:100%;
	padding-bottom:5px;
	
}

.shop_outbox {
	border:#008ADF 2px solid;
	width:640px;
	margin:0px auto 10px;
	padding:10px;
	background-color:#FFF;
	
}

.shop_data_h5 {
	color:#008ADF;
	font-size:170%;
	font-weight:bold;
	padding-bottom:10px;
	
}

.shop_data_h5_2 {
	color:#008ADF;
	font-size:170%;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	
}

table.shop_tb {
	width:100%;
	padding:10px;
	
}

table.shop_tb th {
	width:20%;
	background-color:#A6D6F4;
	padding:5px;
	border-bottom:#FFFFFF 1px dotted;
	font-size:120%;
	
}

table.shop_tb td {
	
	padding:5px;
	border-bottom:#C8C5C4 1px dotted;
	font-size:140%;
	
}
table.shop_tb td.top {
	
	
	border-top:#C8C5C4 1px dotted;
	
	
}



ul.area_ul {
	margin:0 auto; width:600px; padding:30px 0 50px 0;

}

ul.area_ul li {
	width:200px; float:left; display:inline; text-align:center; 

}

ul.area_ul li a {
	font-size:130%;
text-decoration:none;
color:#000;
font-weight:bold;
}

ul.area_ul li a:hover {
	
text-decoration:underline;
}

ul.area_ul li.lf {
	text-align:left; 

}
ul.area_ul li.rf {
	text-align:right; 

}





ul.cau_list {
	padding-top:20px;
}

ul.cau_list li {
	font-size:110%;
	padding:0 0 10px 22px;
	background:url(../consulting/spot/image/ul_cau_bg.png) no-repeat 0 0;

}





}


@media screen and (max-width: 1240px) {
  /* style */
  
  
  
#header_img {
	position:relative;
	height:280px;
	background:url(../image/main_bg.png) center top no-repeat;
	background-size:100% auto; /*背景画像を横幅いっぱいに表示*/
	margin:30px auto 0;
	z-index:-2;
}

#header_img .topCopy {
	position:absolute;
	right:100px;
	top:20px;
	
}
  
  header nav ul#glo {
	width:960px;
	margin:0 auto;
	margin-top:1px;
	zoom: 1;
}

header nav ul#glo li {
	float:left;
	display:inline;
	width:240px;
	height:55px;
	text-align:center;
	vertical-align:middle;
	background:url(../image/nomal_bg.png) no-repeat right;
	padding: 25px 0 0 0;
	overflow:hidden;
	zoom: 1;
	
}

header nav ul#glo li.home_on {
	background:url(../image/on_bg.png) no-repeat;

}

header nav ul#glo li a{
	
}


header nav ul#glo li a:hover{
	text-decoration: underline;
}

  header .sdow {
	position:absolute;
	top:160px;
	left:-250px;
	z-index:-1;
	}

#navbox {
	position:relative;
	width:960px;
	margin:0 auto;
	
}
  
.sec_960_news .topCopy {
	position:absolute;
	top:-280px;
	right:0;
}


  
}





@media screen and (max-width: 768px) {
  /* style */
  

  
}


@media screen and (max-width: 480px) {

#container{
    width : 100%;
	
  }
  
  #second {
	width:100%;
	padding:30px 0px 30px 0px;
	background-image:url(../image/top_main_bg.png) ;
	background-repeat:repeat-x;
}


.sec_960 {
	width:95%;
	margin:0 auto;
	position:relative;
	
}


.contents {
	width: 100%;
	padding:0 0 70px 0;
	float: none;
	background-color:#FFF;
	border:none;
}

#navbox {
	position:relative;
	width:100%;
	margin:0 0 0 0;
	padding:80px 0 0 0;
	
}

  /*  ////////////////////////////////////////////////////////////////////////////////////////////////////news */

  .news_cont {
	  width:100%;
	  margin:40px auto 0;
	  position:relative;
}


.sec_ti_new {
	background:url(../news/image/news_sikiri.png) left bottom repeat-x;
	height:200px;
	
}


  .news_cont ul.new_bt li {
	  position:absolute;
	 left:10px;
	  top:120px;
	  width:430px;
	  height:30px;
	  background:url(../news/image/sq_1.png) repeat;
	  text-align:center;
	  padding-top:12px;
	  font-size:130%;
}



ul#p_nation {
	width:400px;
	margin:30px auto 0;
	background:url(../news/image/sq_2.png) repeat;
	padding:15px 0 15px 15px;
	
}

ul#p_nation li {
	float:left;
	display:inline;
	padding:0 12px 0 0;
	border-right:#666 1px solid;
	margin-right:12px;
	
}


ul#p_nation li.next_arw {
	float:left;
	display:inline;
	padding:0 15px 0 40px;
	border:none;
	margin-right:15px;
	
}

ul#p_nation li.back_arw {
	float:left;
	display:inline;
	padding:0 40px 0 0px;
	border:none;
	margin-right:15px;
	
}


ul#p_nation li a {
	color:#2888CC;
	
	
}

ul#p_nation li a:hover {
	color:#2888CC;
	text-decoration:none;
	
}








  /*  ////////////////////////////////////////////////////////////////////////////////////////////////////head */
  
  #navbox h1 {
	width:90%;
	position:absolute;
	top:60px;
	left:5px;
	
}

#navbox ul#hed_link {
	width:100%;
	left:0px;
	top:120px;
}


#navbox ul#hed_link li {
	background:url(../image/hed_bt_1_bg.png) repeat;
	width:50%;
	height:58px;
	float:left;
	display:inline;
	text-align:center;
	padding:20px 0 0 0;
	
}

#navbox ul#hed_link li.bt2 {
	width:50%;
	background-color:#2989CC;
	float:left;
	display:inline;
	
}











  /*  ////////////////////////////////////////////////////////////////////////////////////////////////////sidemenu */

#sidemenu {
	width:100%;
	padding:0 0 80px 0;
	background-image:url(../image/side_bg.png) ;
	background-repeat:repeat;
	float: none;
	
}

#sidebox {
	width:100%;
	padding:0px;
	background-color:#FFF;
	border:#DDDDDD 1px solid;
	margin-right:0px;
}


dl.side {
	padding:0 0 0 0;
	
}

dl.side dt {
	padding:20px 0 25px 20px;
}

dl.side dd {
	background:#E8F2F9 url(../image/side_dd_bg.png) no-repeat 0 5px ;
	padding:12px 0 12px 30px;
	margin-bottom:3px;
	
	
}

dl.side dd.second {
	background:url(../image/bred_bg_arw.png) no-repeat 20px 10px;
	padding:7px 0 7px 33px;
	margin-bottom:0px;
	border-bottom:#CCC 1px dotted;
	
}

dl.side dd a {
	color:#2686CC;
	font-weight:bold;
	text-decoration:none;
	font-size:150%;
}

dl.side dd a:hover {
	color:#2686CC;
	font-weight:bold;
	text-decoration:underline;
	
}



dl.side dd.second a {
	color:#2686CC;
	font-weight:bold;
	text-decoration:none;
	
}

dl.side dd.second a:hover {
	color:#2686CC;
	font-weight:bold;
	text-decoration:underline;
	
}







  /*  ////////////////////////////////////////////////////////////////////////////////////////////////////foot */
  
  
  footer {
	clear:both;
	background:url(../image/foot_bg2.png) repeat-x ;
	
	padding:25px 0 0 0;
	height:480px;
}
  
  
  .footerBox {
	width:100%;
	margin:0;
}


.footinfo {
	display:none;
	
}

.footinfo_iph {
	display:block;
	width:80%;
	margin:60px auto 0 auto;
	background-color:#FFF;
	padding:20px;
	
}


footer ul#foot_link {
	margin-left:0px;
}


footer ul#foot_link li {
	background:url(../image/hed_bt_1_bg.png) repeat;
	width:90%;
	height:49px;
	float: none;
	display: block;
	text-align:center;
	padding:29px 0 0 0;
	margin:0 auto;
	
}

footer ul#foot_link li.bt2 {
	width:90%;
	background-color:#2989CC;
	float: none;
	display: block;
	
}




.link2_foot {
	width:90%;
	float: none;
	display: block;
	margin-top:70px;
	margin:50px auto 0 auto;
	
}


footer ul#foot_link_2 li {
	background:url(../image/foot_link_2_arw.png) no-repeat 0 0;
	
	float:left;
	display:inline;
	
	padding:0px 0 0 20px;
	margin-right:20px;
	
	
}





footer ul li {
	float:left;
	display:inline;
	overflow:hidden;
	padding:0 5px 0 0;
}

footer ul li a {
	color:#000;
	text-decoration:underline;
	font-size:120%;
	
}


footer ul li a:hover {
	color:#000;
	text-decoration:none;
	
}


 .news_cont ul.new_bt li {
	  position:absolute;
	 left:10px;
	  top:120px;
	  width:90%;
	  height:30px;
	  background:url(../news/image/sq_1.png) repeat;
	  text-align:center;
	  padding-top:12px;
	  font-size:130%;
}



ul#p_nation {
	width:90%;
	margin:30px auto 0;
	background:url(../news/image/sq_2.png) repeat;
	padding:15px 0 15px 15px;
	
}

ul#p_nation li {
	float:left;
	display:inline;
	padding:0 12px 0 0;
	border-right:#666 1px solid;
	margin-right:12px;
	
}


ul#p_nation li.next_arw {
	float:left;
	display:inline;
	padding:0 15px 0 40px;
	border:none;
	margin-right:15px;
	
}

ul#p_nation li.back_arw {
	float:left;
	display:inline;
	padding:0 40px 0 0px;
	border:none;
	margin-right:15px;
	
}


ul#p_nation li a {
	color:#2888CC;
	
	
}

ul#p_nation li a:hover {
	color:#2888CC;
	text-decoration:none;
	
}






.ico {
	padding:70px 5px 0 0;
	margin:0 auto;
	width:90%;
}

.copyright	{
	float: none;
	margin:10px auto 30px auto;
	border-bottom:#09C solid 2px;
	width:90%;
	padding:0 0 0 0px;
	
}












}




@media screen and (max-width: 320px) {
	

  


}


*{zoom:1}
