
.aaaaaaaaaa{position: fixed;
			top: 640px;
			right:10px;
			z-index:100;}
            
            
            
            
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* html body{  
    overflow: hidden;  
}     
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pc{
	display:none;
	visibility:hidden;

}	
.smp{
	display:inherit;
	visibility:visible;
}

/* ie 8 img max-width */
@media \0screen {
	img { width: auto;}
}
/*基本　スタイル　///////////////////////////////////////////*/

/* 背景設定 */

.color01bg{	background: #635b57;}
.color02bg{	background: #804607;}
.color03bg{	background: #d6ba95;}
.color04bg{	background: #d9bf8f;}
.color05bg{	background: #aba8a5;}
.color06bg{	background: #f2f2f2;}
.color07bg{	background: #faf9f9;}
.color08bg{	background: #ff8500;}

.color11bg{	background: #34393d;}
.color12bg{	background: #F8B400;}

/* テキスト色設定 */

.color01text{ color: #635b57;}
.color02text{ color: #804607;}
.color03text{ color: #d6ba95;}
.color04text{ color: #d9bf8f;}
.color05text{ color: #aba8a5;}
.color06text{ color: #f2f2f2;}
.color07text{ color: #faf9f9;}
.color11text{ color: #34393d;}

/* 角丸 */
.radius5 {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
/* ボタン共通 */
.button {
	overflow: hidden;
	margin: 5px 0;
	padding: 0;
}
.button a {
	display: block;
    width: 100%;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #34393d;
	color: #fff;
	font-size: 1.1em;
	line-height: 3em;
	text-decoration:none;
    letter-spacing: 0.2em;
    font-weight: bold;

}
.button a:hover {
	background: #d9bf8f;        /* マウスオーバーカラー */  
}
p{
	font-size: 1em;
    line-height: 1.2em;
}
a{
	text-decoration:none;
    color:#635b57;
    }
a:hover{
	text-decoration:none;
    color:#34393d;
    }
    
a.white{
	text-decoration:none;
    color: #ffffff;
    }
a.white:hover{
	text-decoration:none;
    color: #f0ebeb;
    }
    
    
    
    
a img{vertical-align:middle;}
a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
    }

ul{list-style:none;margin:0;padding:0;}
h2{
	font-size: 1.4em;
	font-weight: bold;
    letter-spacing: 0.1em;
}
h3{
	font-size: 1.2em;
    line-height: 2em;
    letter-spacing: 0.1em;
    text-align: center;
}

h4{
	font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    margin: 0 0 10px;
}
h5{
	font-weight: bold;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    margin: 30px 0 10px;
    border-bottom: dotted 1px #34393d;
}

.fa{margin-right: 0.3em;}


/*基本レイアウト　スタイル　///////////////////////////////////////////*/

body{
	margin:0px;
    padding:0px;
    -webkit-text-size-adjust: none;
    font:16px/32px "Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #34393d;
    border-top: 12px solid #F8B400;
    
    
    }
    
    
/*共通*/ 
.header-wrap,
#mainarea-wrap,
.catch-wrap,
#footer-wrap,
#top-image-wrap,
#wrap,
#main,
#side
	{
        margin:auto;
        overflow:hidden;
	}
#wrap{ padding:0 25px;}  

footer, .footersan
	{
	border-top: 1px solid #d6ba95;
    font-size: 0.8em;
    padding: 20px 0 0 0;
	margin: 50px 0 0 0;
    } 
    
 
    
    

/*BASE　スタイル　///////////////////////////////////////////*/
 
  
    
.imgcut {
	position:relative;
	float: left;
	height: 120px; /*正方形にしたいサイズ*/
	width: 120px; /*正方形にしたいサイズ*/
	display: block; /*SPANなのでブロック要素に*/
    }
.cut_image{
	display: block; 
	position: absolute;
	left: 0px; 
	top: 0px; 
    }


/*ヘッダー　///////////////////////////////////////////*/  
.header-top-wrap{padding: 0 15px;}
.header-top-wrap h1,
.header-top-wrap .smenu
{
	display: block;
    line-height: 2em;
    font-weight: bold;
    font-size: 1.2em;
}
.header-top-wrap h1{ 
	float: left; 
    }

.header-top-wrap .smenu{ 
	float: right; 
    }

.header-top-wrap h1 a,
.header-top-wrap .smenu a{ 
	 color: #faf9f9;
    } 
.header-top-wrap .smenu nav .fa, 
.header-top-wrap .smenup nav .fa-caret-right{
	display: none;
    visibility: hidden;
}    
    
     
#header-top {
	position: relative;
	background: #ffffff;
	border-top: 4px solid #d9bf8f;
    border-bottom: 4px solid #d9bf8f;
}
#header-top:after, 
#header-top:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#header-top:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}
#header-top:before {
	border-color: rgba(245, 56, 27, 0);
	border-top-color: #d9bf8f;
	border-width: 24px;
	margin-left: -24px;
}
.header-top-wrap h2 a {
	color: #34393d;
    font-size: 1.1em;
}
.header-top-wrap .smenu h2 a {
	color: #faf9f9;
}
/*メインエリア　///////////////////////////////////////////*/  

.mainarea{
	background-image: url(../images/mainarea/main02_bg.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    margin: 0 ;
    
}


.mainarea_content{
	padding: 50px 10px 20px;
    font-weight: bold;
    color: #34393d;
}
.mainarea_content h3{
	font-size: 1.8em;
    line-height: 1.1em;
    letter-spacing: 0.1em;
        text-align: center;
    -webkit-text-fill-color:#34393d; 
    -webkit-text-stroke:2px #ffffff;
}
.mainarea_content .text{
	font-size: 2.5em;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    margin: 0px 0 10px 0;
	font-family: 'Titillium Web', sans-serif;
    -webkit-text-fill-color:#34393d; 
    -webkit-text-stroke:2px #ffffff;
    text-align: center;
}
.mainarea_content .text span{
	display: block;

    }

/*キャッチエリア　///////////////////////////////////////////*/  

.catch{
    border-top: 10px solid #d9bf8f;
}
.catch-wrap{
    text-align: center;
}
.catch_text{
	font-size: 0.9em;
        text-align: center;
}


/*メニュー類　///////////////////////////////////////////*/ 

 
/* バナーボタン類 ///////////////////////////////////////////*/  
.banner01 a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
.banner01 a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #34393d;
}
.banner01 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #d9bf8f;
} 
 
 .aboutus .list001{
    font-size: 0.9em;
    margin: 0 auto 20px;
}
.aboutus .list001 dt{
    float: left;
    clear: left;
    font-weight: 600;
    padding: 5px 15px;
    border-top: 1px solid #d6ba95;
 	width: 95px;
}
.aboutus .list001 dd{
    padding: 5px;
    border-top: 1px solid #d6ba95;
    font-size: 1em;
    margin: 0 0 0 95px;
}
.aboutus .list001 dt:first-child{
    border: none;
}
.aboutus .list001 dt:first-child + dd{
    border: none;
}





 
 
 
/***********  フッター  *************/

#footer-wrap{
	padding: 0 25px;
}
#footer-wrap .box11 dl.list001 dt,
#footer-wrap .box11 dd.vs,
#footer-wrap li span{
	display: none;
    visibility: hidden;
}
footer .box11_image{
	float: left;
    width: 10%;
}
footer .box11_text{
	float: left;
    width: 80%;
    margin: 0 0 0 5% ;
}


footer .list001{
	margin: 0 0 10px 0;
}

footer .list001_title{
	font-size: 1.3em;
	font-weight: bold;
    text-align: left;
    padding: 0 auto 5px;
}
footer .list001_text{
	font-size: 1.5em;
    font-weight: bold;
}
footer .list001 dd{
	line-height: 1.7em;
    text-align: left;
    letter-spacing: 0.1em;
}
footer nav .fa, 
footer nav .fa-caret-right{
	color: #635b57;
    margin: 0 10px 0 0;
}
.header-wrap nav .fa-caret-right,
.header-wrap nav ul li.vsfon,
#footer-wrap nav ul li.vsfoff{
	display: none;
    visibility: hidden;
}
footer nav ul{
    border-top: 2px dotted #d6ba95;
	margin: 0 0 0 15%;
    font-size: 1.2em;
}
footer nav ul li{

    line-height: 2.0em;
}
footer nav ul li a {

    color: #34393d;
}

#footer-wrap .smp h2 a {
	color: #34393d;
}    
#footer-wrap .smp h2{    
    margin: 30px 0 0 0;
    font-size: 2em;
    letter-spacing: 0.2em;
}


.footer-copy{
	margin: 30px auto 0;
    font-size: 1em;
    text-align: center;
}
    
/* ボックス類 ///////////////////////////////////////////*/ 

/* フロントサービス
 　お問い合わせ　------------------------------------- */ 

.box01{
	margin: 20px 0;
    padding: 0px;
    border-bottom: 2px solid #34393d;
    font-weight: bold;
    text-align: center;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    }

.box01 a {
    color:#34393d;
}
.box01:hover {
 	-webkit-transform: scale( 1.1 );
    -moz-transform: scale( 1.1 );
    border-bottom: 5px solid #34393d\9;
	}

.box01_title{
	font-size: 0.9em;
    line-height: 4.2em;
    letter-spacing: 0.1em;
    border: 2px solid #34393d;
    text-align: center;
    -webkit-text-fill-color:#34393d;
}

.box01_subtitle{
	font-size: 0.8em;
    line-height: 2.5em;
     text-align: center;
}
.box01_text{
	font-size: 1.7em;
    line-height: 2.5em;
}
/* ケーススタディ　------------------------------------- */ 


.box02{
	margin: 10px 0;
    padding: 5px;
    border: 1px solid #34393d;
    }
.box02_image{
	background: #d9bf8f;
}

.box02_title{
	font-size: 1.1em;
    letter^spacing: 0.1em;
    font-weight: bold;
    text-align: right;
}

/* ページ　ケーススタディ　------------------------------------- */ 

.box03{
	margin: 0px;
}
.box03_title{
	font-size: 1.1em;
    letter^spacing: 0.1em;
    font-weight: bold;
    margin: 0 0 5px;
}
.box03_title_pickup{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	text-align:center;
	border-bottom: solid 4px black;
}
.box03_text{
	font-size: 0.9em;
    margin: 0 0 5px;
}
.box03_text_pickup{
	font-size: 1em;
    margin: 15px 0 0 20px;
}
.box03_field{
	font-size: 0.8em;
    text-align: right;
}
.box03_field_pickup{
	font-size: 2em;
	color:#ffc627;
	bottom:35px;
	right:20px;
	position:absolute;
}
.box03_image{
	margin: 20px 0 0;
    padding: 0 50px;
}
.box03_border{
	border:solid 2px #ffc627;
	padding: 10px;
	margin-bottom: 10px;
	position:relative;
}

.font70{
	font-size: 70%;
}
/* ページ　制作実績　------------------------------------- */ 
.box04 {
    height:150px; 
    overflow: hidden;
    text-align: center;
    margin: 0 0 80px;
}
  
.box04_image img {
	display: block;
	margin: 0 auto;
}

/* 制作実績 マウスオーバー時のエフェクト */
.box04_view {
   width: 260px;
   height: 150px;
   margin: 10px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.box04_view .description,.box04_view .content {
   width: 260px;
   height: 150px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.box04_view img {
   display: block;
   position: relative;
   height: 100%;
}
.box04_view h4 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 1em;
   padding: 5px;
   background: rgba(0, 0, 0, 0.8);
   margin: 75px 0 0 0;
}
.box04_view p {
   font-size: 0.8em;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.box04_image .description {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.box04_image h4 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.box04_image p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.box04_image a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.box04_image:hover .description {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.box04_image:hover h4,
.box04_image:hover p,
.box04_image:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.box04_image:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.box04_image:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
		

/* -------------------------------------------------------------------test end */
  
/* ページ　aaaaaaaaaaaa　------------------------------------- */ 
 
.box12{
	line-height: 1.7em;
    margin: 30px auto 0;
    border-top: 3px solid #34393d;
    padding: 50px 0 0 0;
    font-size: 1.5em;
}
.box12_title{
	line-height: 1em;
	font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.box12_text{
    margin: 10px 0;
}
.box12_text_01{
	font-size: 1.5em;
    font-weight: bold;
        letter-spacing: 0.1em;
}
.box12 ul li{
	float: left;
    margin: 0 0.8em 0 0;
    font-size: 0.9em
}

    
    
/*ページBASE　///////////////////////////////////////////*/  

.page-img{
    margin: 0 0 20px;
}


/*タイトルBASE　///////////////////////////////////////////*/ 
.page-title{
    margin: 30px 0 0px;
	
}
.page-title h2{
	font-size: 1.5em;
    line-height: 1em;
    letter-spacing: 0.2em;
    font-weight: normal;
}

.page-title h2 span{
	display: block;
	font-size: 0.5em;
    letter-spacing: 0.2em;
    margin-left: 0em;
}


/*リードBASE　///////////////////////////////////////////*/ 
.lead01{
	font-size: 1.5em;
    line-height: 1.1em;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
    font-weight: bold;
}
.lead01_text{
	font-size: 1.1em;
    margin: 0 0 50px;
    line-height: 1.2em;
}
.lead01_subtext{
	font-size: 1.2em;
    margin: 0 0 50px;
    line-height: 1.5em;
}
.lead01sub{
	font-size: 1.5em;
    margin: 0 0 30px;
    font-weight: bold;
}

/*個別設定　///////////////////////////////////////////*/  









/* TABLE
================================================ */



/*/////////ページングの配置設定//////////////*/


/*----------------　pagenation single 前へ次へボタン*/



/*/////////投稿ページングの設定//////////////*/

/* ================================================ */
/* ================================================ */
/* ================================================ */
/* ================================================ */
/* ================================================ */


@media print, screen and (min-width: 768px) { 
.pc{
	display:inherit;
	visibility:visible;
}	
.smp{
	display:none;
	visibility:hidden;
}

body{

	margin:0px;
    padding:0;
    }
.header-wrap{ margin:30px auto 50px;}    

#wrap{
     padding:0px;
}  
    
dl.list001{
	margin-right: 0px;
}
h3{
	font-size: 1.8em;
}
h5{
    font-size: 1.5em;
    letter-spacing: 0.2em;
    line-height: 1.3em;
    margin: 50px 0 10px;
}


/*------パソコン用ヘッダーロゴ---------*/

.header-top-wrap h1 a
{
    line-height: 3.5em;
    font-size: 1.5em;
	 color: #635b57;
}
.header-wrap{ margin:30px auto 0;}    

/*------パソコン用メインメニュー---------*/

.header-top-wrap nav ul,
.header-wrap nav ul{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  margin: 0;
  }
  
  
 .header-top-wrap nav ul{
  font-size: 0.9em;
  } 
  
 .header-wrap nav ul{
  font-size: 1em;
  margin-bottom: 15px;
  }   
 
.header-top-wrap nav ul li,
.header-wrap nav ul li { 
	flex: auto;
    -webkit-flex: auto; /* Safari 6.1+ */
    -ms-flex: auto; /* IE 10 */ 
    -webkit-transition: 0.3s ;		/* Safari */
	transition: 0.3s ;

 }


.header-top-wrap nav ul li{ 
    text-align: right;
    line-height: 2em;
 }
.header-wrap nav ul li{ 
    line-height: 1.1em;
 }
.header-wrap nav ul li span{ 
 	display: block;
    text-align: center;
    font-size: 0.6em;
 }

.header-wrap nav ul li:not(:last-child) { 
 }

.header-top-wrap nav ul li a,
.header-wrap nav ul li a{ 
	display: block; 
    width: 100%;
 }
.header-top-wrap nav ul li a{ 
    text-align: right;
    color:  #804607;
    padding: 0.5em 0;
 } 
.header-wrap nav ul li a{
    color:  #34393d;
    margin: 0.5em 0;
    text-align: center;
 } 
.header-wrap nav ul li a:hover{
    font-weight: bold;
 } 
 
 .header-wrap nav ul li:not(:last-child) a{
    border-right:1px solid #34393d;
 } 
.header-top-wrap nav ul li a:hover{ 
    color:  #d6ba95;
 }
 
/*メインエリア　///////////////////////////////////////////*/  
.mainarea_content{
	padding: 40px 10px;
}

.mainarea_content h3{
	font-size: 2em;
    line-height: 2em;
    letter-spacing: 0.3em;
}
.mainarea_content .text{
    margin: 0px 0 20px 0;
    font-size: 3em;

}

/*タイトルBASE　///////////////////////////////////////////*/ 
.page-title{
    border-top: 1px dotted #34393d;
    border-bottom: 0px solid #34393d;
    margin: 0 0 0px;
	
}
.page-title h2{
	font-size: 1.5em;
    line-height: 2.5em;
    letter-spacing: 0.2em;
    font-weight: normal;
}

.page-title h2 span{
	display:inline;
	font-size: 0.5em;
    letter-spacing: 0.2em;
    margin-left: 2em;
}


/*リードBASE　///////////////////////////////////////////*/ 
.lead01{
	font-size: 2em;
    line-height: 1.5em;
}
.lead01_text{
}
.lead01_subtext{
}
.lead01sub{
}

/* ページ　ケーススタディ　------------------------------------- */ 

.box03{
	margin: 25px 0;
    }
.box03_image{
    padding: 0;

	margin: 0;
}

.aboutus dl.list001{
	margin: 0 30px 0 0;
}
.aboutus dl.list001 dt{
 	width: 85px;
}
.aboutus dl.list001 dd{
    margin: 0 0 0 85px;
}
.aboutus iframe{
    height: 600px;
}

footer, .footersan{
    padding: 50px 0 0 0;
    }
    
footer .box11_image, .footersan .box11_image{
	float: left;
    width: 20%;
}    
footer .box11_text, .footersan .box11_text{
	float: left;
    width: 70%;
    margin: 0 0 0 5% ;

}



footer .box12, .footersan .box12{
	border-left: 2px dotted #34393d;
    border-top: none;
    padding: 0 0 0 15px;
    	font-size: 1em;
}
.box12{
    margin: 0px;
    line-height: 1.5em;
}
.box12_title{
    font-weight: bold;
    border-bottom: 5px solid #d6ba95;
    line-height: 2em;
    letter-spacing: 0.2em;
    margin: 0 0 15px;
    	font-size: 1.2em;
}
.box12_text{
    margin: 15px 0 10px;
}

footer .list001 .list001_title, .footersan .list001 .list001_title{
    border-bottom: 5px solid #d6ba95;
    text-align: left;
    line-height: 2em;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}
footer nav ul, .footersan nav ul{
	border-left: 1px solid #d6ba95;
    border-top: none;
    padding: 0 0 0 15px;
	margin: 0 ;
    line-height: 1.5em;
    font-size: 0.9em;
}
footer nav ul li, .footersan nav ul li{
	float: none;
    width: 100%;
    line-height: 1.6em;
}
footer .list001 dd, footersan .list001 dd{
    text-align: right;
}


/* ページ　404　------------------------------------- */ 

.marginBottom20 {
	margin-bottom:20px;
}
.marginTop20 {
	margin-top:20px;
}

}