@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
strong {font-weight: normal; font-size:16px;}
ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#3c3c3c;
font-size:small;
font-family:verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.8;
-webkit-text-size-adjust: none;
letter-spacing:0px;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#787878;text-decoration:none;}
a:hover{color:#fa4614;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}



/*************
/* Back to top button 
*************/

#back-top {
position: fixed;
bottom: 6%;
right: 6%;
}

#back-top span {
display: block;
}





/*************
/* ヘッダー
*************/
#header{
height:120px;
}

#header .logo{
padding:10px 0 5px;
}

#header_top{
height:460px;
}

#header_top h1{
padding:10px 0 5px;
margin-top:150px;
margin-bottom:160px;
}

/*************
/* ロゴ
*************/
.logo{
margin:0 auto;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
}

.logo span{
font-size:.6em;
font-weight:normal;
}

.info span{
font-size:.8em;
font-weight:normal;
}

#maintitle{
margin:10px auto 20px;
height:auto;
line-height:0;
border-top:2px solid #ebebeb;
border-bottom:2px solid #ebebeb;
text-align:center;
overflow:hidden;
clear:both;
}

#subtitle{
margin:-20px auto 20px;
height:40px;
line-height:0;
border-bottom:2px solid #ebebeb;
clear:both;
}





 
.title{
text-align:left;
line-height:1.6;
}

.title ul {
overflow:hidden;
}

.title li {
display: inline-block;
margin-right:20px;
}

.title a {
}



.title_sub{
letter-spacing:2px;
text-align:left;
line-height:1.6;
border-top:1px solid #ebebeb;
margin-top:0px;
padding-top:5px;
padding-bottom:8px;
font-size:10px;
}

.title_sub span{
letter-spacing:1px;
font-size:8px;
}

.title_sub ul {
}

.title_sub li {
display: inline-block;
margin-right:20px;
}

.title_sub a {
}








.konyu{
float:right;
margin-top:10px;
margin-bottom:10px;
}





.button {
	display: inline-block;
	width: auto;
	padding:0 20px;
	margin-top:-20px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;

	position: relative;
	background-color: #fa4614;
	border-radius: 2px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;

}

.button:hover {
	top: -2px;
	box-shadow: 0 4px 0 #dcdcdc;
}
.button:active {
	top: 0px;
	box-shadow: none;
}






/**************************
/* パンクズ
**************************/


#breadcrumbs{
overflow: hidden;
width: 100%;
font-size:9px;
letter-spacing:1px;
}

#breadcrumbs ul{
list-style: none;
}
 
#breadcrumbs li{
float: left;
margin: 0 .5em 0 0em;
}
 
#breadcrumbs li:after{
content:" ／";
}

#breadcrumbs li:last-child:after{
content:none;
}




/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:10px auto 0px;
padding:0;
position:relative;
line-height:0;
text-align:center;
}

#mainBanner img{
max-width:100%;
height:auto;
margin-bottom:20px;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
padding:5px 0px;
line-height:1.4;
text-align:left;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}

.title h1{
padding-bottom:5px;
font-size:18px;
font-weight:bold;
letter-spacing:1px;
line-height:1.8;
text-align:left;
}

.title h1 span{
font-size:60%;
}

#subpage #mainBanner{
margin-top:0;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

.gridWrapper_sub{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.box{
padding:0px;
margin-bottom:0px;
text-align:center;
}

.box img{
max-width:100%;
height:auto;
margin-bottom:5px;
}

.box a:hover img{
opacity: 0.8;
}



.box h3{
padding:0px 0 0;
}


.box p{
font-size:8px;
}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
color:#fff;
background:#3c3c3c;
}

.box p.readmore a:hover{background:#7d9540;}






.kiji_top{
float:left;
padding:20px;
border-radius: 2px;
border: 1px solid #e6e6e6;
}

.kiji{
float:left;
padding:20px;
border-radius: 2px;
border: 1px solid #e6e6e6;
}

.grid_menu{
float:left;
text-align:center;
padding:5px 0px 0px;
font-size:16px;
letter-spacing:2px;
}

.grid_menu span{
font-size:60%;
font-weight:normal;
}

.grid_menu_1{
float:left;
text-align:center;
padding:0px;
font-size:13px;
letter-spacing:2px;
}

.grid_menu_2{
float:left;
text-align:center;
padding:0px;
font-size:13px;
letter-spacing:2px;
}

.grid_menu_3{
float:left;
text-align:center;
padding:0px;
font-size:13px;
letter-spacing:2px;
}


.grid_news_2{
float:left;
padding:20px;
border-radius: 2px;
border: 1px solid #e6e6e6;
}

.grid_news_3{
float:left;
padding:20px;
border-radius: 2px;
border: 1px solid #e6e6e6;
}


.button_menu {
border: 1px solid #828282;
color:#ffffff;
background: #828282;
position: relative;
border-radius: 2px;
-webkit-transition: none;
transition: all .1s;
}
.button_menu:hover {
	top: -2px;
	color:#ffffff;
	background: #3c3c3c;
	box-shadow: 0 4px 0 #ffffff;
}
.button_menu:active {
	top: 0px;
	box-shadow: none;
}






.button_konyu {
color:#ffffff;
background: #828282;
margin-top:5px;
margin-bottom:5px;
padding:3px 20px 3px 20px;
border-radius: 2px;
-webkit-transition: none;
transition: all .1s;
float:right;
}

.button_konyu a{
color:#ffffff;
}


.button_konyu:hover {
	color:#ffffff;
	background: #3c3c3c;
}

.button_konyu:active {
}






.button_grid_menu {
border: 1px solid #464646;
color:#ffffff;
padding:16px 0 16px;
background: #464646;
position: relative;
border-radius: 2px;
-webkit-transition: none;
transition: all .1s;
}
.button_grid_menu:hover {
	top: -2px;
	color:#ffffff;
	background: #3c3c3c;
	box-shadow: 0 4px 0 #ffffff;
}
.button_grid_menu:active {
	top: 0px;
	box-shadow: none;
}




.button_grid_menu_dotlnk {
border: 1px solid #5db3c8;
color:#ffffff;
font-weight: bold;
padding:16px 0 16px;
background: #5db3c8;
position: relative;
border-radius: 2px;
-webkit-transition: none;
transition: all .1s;
}
.button_grid_menu_dotlnk:hover {
	top: -2px;
	color:#ffffff;
	border: 1px solid #464646;
	background: #464646;
	box-shadow: 0 4px 0 #ffffff;
}
.button_grid_menu_dotlnk:active {
	top: 0px;
	box-shadow: none;
}













/*************
メイン コンテンツ
*************/
section.content article{
padding:30px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

.content_top{
margin-bottom:40px;
padding:30px 40px;
overflow:hidden;
line-height:2.6;
}




.content_2{
margin-bottom:40px;
padding:30px 30px;
overflow:hidden;
}

.content_3{
margin-bottom:40px;
padding:0;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.top{
font-weight:bold;
font-size:14px;
padding-top:0px;
}

h3.content_top{
font-weight:bold;
font-size:20px;
padding-top:0px;
text-align:center;
}

h2.toppage{
font-weight:bold;
font-size:16px;
color:#3c3c3c;
margin-left:20px;
margin-bottom:20px;
padding-left:15px;
border-left:6px solid #3c3c3c;
}

h2.toppage span{
font-weight:normal;
font-size:10px;
}

h2.heading{
font-weight:normal;
font-size:18px;
padding:0 0 0 0;
margin-bottom:10px;
margin-top:40px;
}

h2.heading span{
font-size:12px;
}

h3.midashi{
font-weight:normal;
font-size:18px;
padding:0 0 0 0;
line-height:1.6;
margin-bottom:10px;
}

h3.side{
font-weight:normal;
font-size:10px;
margin-bottom:5px;
}


strong.futoi{
font-size:18px;
margin-bottom:10px;
font-weight:bold;
}

strong.dai{
font-size:18px;
margin-bottom:10px;
font-weight:normal;
}

h3.heading{
font-size:16px;
margin-bottom:5px;
font-weight:bold;
}

h3.heading span{
font-size:70%;
font-weight:normal;
}


#gallery h4{
text-align:center;
font-size:14px;
margin-bottom:5px;
}

#gallery h4 span{
font-size:10px;
}

#gallery p{
text-align:center;
font-size:10px;
margin-top:-5px;
margin-bottom:5px;
}



section.content img{
max-width:100%;
height:auto;
margin-bottom:20px;
}


section.content a:hover img{
opacity: 0.8;
}




.alignleft{
float:left;
clear:left;
margin:3px 20px 20px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 20px 20px;
}

#gallery .grid{background:transparent;}

#gallery .grid img,.border{}

#gallery .grid img{
	margin-bottom:0px;
	}





/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:0px auto 0px auto;
}

table.table td{
border-collapse:collapse;
background-color:#ffffff;
width:100%;
font-size:12px;
text-align:left;
padding:30px 0 30px 30px;
border-top:1px solid #dcdcdc;
border-bottom:1px solid #dcdcdc;
letter-spacing:3px;
line-height:20px;
}

table.table td span{
font-size:9px;
}

table.table th{
background-color:#ffffff;
text-align:left;
padding:30px 20px 30px 0;
white-space:nowrap;
color: #151515;
border-top:1px solid #dcdcdc;
border-right:3px solid #dcdcdc;
border-bottom:1px solid #dcdcdc;
font-size:10px;
font-weight:normal;
letter-spacing:4px;
}


/*************
/* サイドバー
*************/
#sidebar img{
margin-right:10px;
}

#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px solid #dcdcdc;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
padding-bottom:0px;
}

#sidebar li a{
display:block;
font-size:12px;
}

#sidebar ul.list li{
clear:both;
overflow:hidden;
}

ul.list li{
height:1%;
}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:3.6;
border-bottom:1px solid #dcdcdc;
}

ul.list li:last-child{
border:0;
margin-bottom:0px;
}



/**************************
/* トップナビゲーション
**************************/
ul#topnav{
overflow:hidden;
letter-spacing:2px;
margin:10px 0 0 0;
background:ffffff;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
text-align:center;
}

ul#topnav a{
color:#464646;
width:200px;
font-size:12px;
display:block;
padding:0px 0;
text-decoration:none;}

ul#topnav li:first-child a,ul#topnav li:last-child a{width:200px;}

ul#topnav li.active a{
background:#ffffff;
color:#3c3c3c;
}

ul#topnav a:hover{
background:#464646;
color:#ffffff;
}






ul#topnav_top{
overflow:hidden;
letter-spacing:2px;
margin:10px 0 0 0;
background:ffffff;
}

* html ul#topnav_top{height:1%;}

ul#topnav_top li{
float:left;
text-align:center;
}

ul#topnav_top a{
color:#464646;
width:200px;
font-size:12px;
display:block;
padding:0px 0;
text-decoration:none;}

ul#topnav_top li:first-child a,ul#topnav_top li:last-child a{width:200px;}

ul#topnav_top li.active a{
background:#ffffff;
color:#3c3c3c;
}

ul#topnav_top a:hover{
background:#464646;
color:#ffffff;
}






/*************
/* フッター
*************/
#footer{
clear:both;
background:#000000;
color:#ebebeb;
}

footer a{
color:#FFFFFF;
}

#footer .inner{
overflow:hidden;
}

* html #footer .inner{height:1%;}

#footer .grid{
margin:0;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
text-align:left;
}

#footer .logo{
font-size:18px;
color:#ebebeb;
}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
}

ul.footnav{
float:right;
width:630px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}

ul.footnav li:last-child{
border:0;
}



address{
clear:both;
padding:40px 0 20px;
text-align:center;
font-style:normal;
font-size:8px;
letter-spacing:2px;
color:#ebebeb;
background:#000000;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1200px){
	#wrapper,#header,.inner{
	width:1200px;
	padding:0;
	margin:0 auto;
	}
	
	#header_top{
	width:1200px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	








	
	#main{
	float:left;
	width:870px;
	padding:20px 0 100px 0;
	}
	
	#sidebar{
	float:right;
	width:290px;
	padding:20px 0 0 0;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #dcdcdc;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:1220px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド全体 サブ */
	.gridWrapper_sub{
	width:750px;
	margin:0 0 0 -18px;
	padding-top:5px;
	}
	
	#gallery article{padding:30px 0 30px 30px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:285px;
	margin-left:20px;
	margin-bottom:30px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:22%;
	margin:1% 1% 1% 1%;
	}



	#footer .inner{
	width:1200px;
	padding:50px 0px 0px 0px;
	}



.kiji_top{
width:1158px;
margin:0px 0px 20px 20px;
}

.kiji{
width:626px;
margin:0px 0px 20px 0px;
}



.grid_menu{
width:285px;
margin:0px 0px 20px 20px;
}

.grid_menu_1{
width:720px;
margin:0px 0px 10px 18px;
}

.grid_menu_2{
width:351px;
margin:0px 0px 10px 18px;
}

.grid_menu_3{
width:228px;
margin:0px 0px 10px 18px;
}


.grid_news_2{
width:282px;
margin:0px 20px 20px 0px;
}

.grid_news_3{
width:167px;
margin:0px 20px 15px 0px;
}







}


@media only screen and (max-width:1199px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}


	#wrapper,#header,.inner{
	width:88%;
	margin:0 auto;
	}

	#header_top{
	width:88%;
	margin:0 auto;
	}



	#header{
		height:170px;
		padding:0 10px;
		}

	#header_top{
		height:600px;
		padding:0 10px;
		}

	#header_top h1{
		padding:10px 0 5px;
		margin-top:360px;
		margin-bottom:400px;
		}

	#header_top h1 img{
		height:100px;
		}






	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0 0 5px;
	border-right:0px solid #828282;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li a{
	width:100%;
	border-top:0;
	}

	ul#topnav li:first-child a,ul#topnav li:last-child a{width:100%;}





	ul#topnav_top{
	clear:both;
	width:100%;
	}

	ul#topnav_top li{
	width:33%;
	margin:0 0 5px;
	border-right:0px solid #828282;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav_top li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav_top li a{
	width:100%;
	border-top:0;
	}

	ul#topnav_top li:first-child a,ul#topnav_top li:last-child a{width:100%;}








h2.toppage{
font-size:14px;
margin-left:4%;
margin-bottom:20px;
padding-left:15px;
padding-bottom:5px;
border-bottom:1px solid #3c3c3c;
}





	/* グリッド全体 */
	.gridWrapper{
	margin-left:-4%;
	}

	/* グリッド全体 サブ */
	.gridWrapper_sub{
	padding-top:5px;
	}

	.grid{
	width:29%;
	margin:10px 0 4% 4%;
	}

	#gallery .grid{
	float:left;
	width:29%;
	margin:1% 2% 2%;
	}



.kiji_top{
width:95%;
margin:0px 0px 2% 4%;
}

.kiji{
width:626px;
margin:0px 0px 20px 0px;
}



.grid_menu{
width:29%;
margin:0px 0px 2% 4%;
font-size:13px;
}

.grid_menu span{
display:block;
}

.grid_menu_1{
width:92%;
margin:0px 0px 2% 4%;
}

.grid_menu_2{
width:44%;
margin:0px 0 2% 4%;
}

.grid_menu_3{
width:28%;
margin:0px 0 2% 4%;
}


.grid_news_2{
width:282px;
margin:0px 20px 20px 0px;
}

.grid_news_3{
width:167px;
margin:0px 20px 15px 0px;
}




	
	#subpage #mainBanner{margin-top:20px;}
	
	#sidebar{
	padding-bottom:100px;
	padding-top:100px;

	}
	
	#sidebar li a{
	font-size:18px;
	}
	
	#sidebar article{
	padding:10px 10px 20px;
	}

	ul.list li{
	line-height:2.2;
	}


	#footer .inner{
	width:100%;
	padding:50px 0px 0px 0px;
	}


	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}

	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	padding-bottom:20px;
	}
	
	#header_top{
	padding-bottom:20px;
	}
	
	#header .logo,.info{text-align:center;}
	#header_top h1{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

	#wrapper,#header,.inner{
	width:88%;
	padding:0;
	margin:0 auto;
	}

	#header_top{
	width:88%;
	padding:0;
	margin:0 auto;
	}


	#header{
	margin-top:0px;
	margin-bottom:25px;
	height:120px;
	}

	#header_top{
	margin-top:0px;
	margin-bottom:25px;
	height:460px;
	}

#header .logo{
padding:20px 0 0px;
}

#header .logo img{
height:30px;
}

#header_top h1{
margin-top:60px;
margin-bottom:50px;
}

#header_top h1 img{
height:70px;
}





h3.top{
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2.toppage{
font-weight:bold;
font-size:14px;
text-align:center;
width:80%;
margin:60px auto 40px;
padding-left:0px;
padding-bottom:10px;
border-left:0px;
border-bottom:5px solid #3c3c3c;
}

h2.heading{
text-align:center;
font-size:18px;
padding:10px 0 10px 0;
margin-bottom:10px;
}









	ul#topnav_top li{
	width:100%;
	margin:0 0 8px;
	}

	ul#topnav_top li:nth-child(3n){border-right:0;width:100%;}

	ul#topnav_top li a{
	width:100%;
	}

	ul#topnav_top li:first-child a,ul#topnav_top li:last-child a{width:100%;}



ul#topnav_top a{
border-radius:2px;
color:#828282;
font-size:13px;
padding:10px 0px 10px 0px;
}


ul#topnav_top li.active a{
background:#ffffff;
color:#828282;
}

ul#topnav_top a:hover{
background:#828282;
color:#ffffff;
}















	/* グリッド全体 */
	.gridWrapper{
	margin-left:0%;
	}




	.grid{
	width:90%;
	margin-bottom:20px;
	}

	.kiji_top{width:97%;
	margin:0 0 3% 3%;
	}

	.kiji{width:97%;
	margin:0 0 3% 3%;
	}

	.grid_menu{width:96%;
	margin:2% 2% 0 2%;
	}
.grid_menu span{
display:inline;
}
	.grid_menu_1{width:96%;
	margin:0 2% 3% 2%;
	}
	.grid_menu_2{width:46%;
	margin:0 2% 3% 2%;
	}
	.grid_menu_3{width:46%;
	margin:0 2% 3% 2%;
	}
	.grid_news_2{width:97%;
	margin:0 0 3% 3%;
	}
	.grid_news_3{width:47%;
	margin:0 0 3% 3%;
	}


	.box img{width:100%;}


#mainBanner{
margin:0px auto 15px;
}




	table.table td{
	padding:10px 0 10px 10px;
	letter-spacing:2px;
	}

	table.table th{
	padding:10px 10px 10px 0;
	letter-spacing:2px;
	}

	#mainBanner h2,#mainBanner p{font-size:80%;}



	#sidebar p{text-align:center;}

	#sidebar li a{
	font-size:14px;
	}

	ul.list li{
	line-height:3.2;
	}

	

  .alignleft,.alignright{
	width:100%;
	margin:0 auto 10px;
	}

	#gallery{
	width:100%;
	margin:0 auto 10px;
	}

	#gallery .grid{
	float:left;
	width:100%;
	margin:1% 0% 2%;
	}


ul.footnav{
float:right;
margin-top:30px;
padding:10px 0;
}

ul.footnav li{
float:left;
width:100%;
border-right:0px;
border-top:1px solid #e6e6e6;
margin-bottom:10px;
padding:10px 7px 5px 8px;
}

ul.footnav li:last-child{
border-top:1px solid #e6e6e6;
border-bottom:1px solid #e6e6e6;
padding-bottom:15px;
}


}