@charset "utf-8";
/*
Theme Name: 曹洞禅ネット vol2.1
Theme URI: http://www.sotozen-net.or.jp/
Description: モバイル用テーマ
*/

/* Reset 
-------------------------------------------------------------- */
*{margin: 0; padding: 0;}
a { text-decoration : none;}
ul, ol { list-style : none;}
img{ vertical-align : middle;}
blockquote { quotes: none;}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del { text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {	border: none;}
hr{
  height:0px;
  margin:7px 0;
  border:none;
  border-top:1px solid #ddd;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
}

/* Basicfont
-------------------------------------------------------------- */
html {
	font-family: Helvetica,Arial,verdana,Sans-Serif;
	line-height:1.5;
}

/* Layout
-------------------------------------------------------------- */
html{background: #fff;}
body { background-size: contain; }

#header-wrapper{
	border-top: 9px solid #234895;
	border-bottom: 1px solid #234895;
	max-width: 960px;
	width: 100%;
	height: 100px;
	}
#header{
	position:relative;
	max-width: 960px;
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background: url(images/sotozennet-s.png) no-repeat 145px 17px;
	overflow: hidden;
	}
#wrapper{
	clear: both;
	max-width: 960px;
	width: 100%;
	margin: 0px auto 20px;
	min-height: 250px;
	overflow: hidden;
	position:relative;
	}
	body#home #wrapper { margin-bottom: 0;}

#contents {
	margin: 0px auto 0;
	overflow: hidden;
	clear: both;
	}
#main{
	position:relative;
	float: left;
	width: 100%;
	margin: 0;
	padding:0 0 10px;
	min-height: 250px;
	}
	#nosidebar #main{
		float: none;
		position:relative;
		width: 100%;
		padding:10px 20px;
		min-height: 200px;
	}

#sidebar {
    display: none;
	}

#footer{
	clear:both;
	position:relative;
	overflow: hidden;
	background: #fff;
	border-top: 2px solid #234895;
	}

#footerWrapper{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	}

/* Basic
-------------------------------------------------------------- */
a{color: #234895;}
a:hover, a:active {color: #00A0E9; text-decoration: underline;}
a:visited { color: #123784;}

hr {
	clear:both;
	margin:0;
	border:none;
	border-top:1px solid #999;
	}
img,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
width: 100% !important;
}

.medias {
	position: relative ;
	padding-bottom: 51% ;
	height: 0 ;
	overflow: hidden ;
	width: 100% ;
	height: 100% ;
	}
	.medias iframe,
	.medias object,
	.medias embed {
		position: absolute ;
		top: 0 ;
		left: 0 ;
		width: 100% ;
		height: 100%;
}
/* Header, Menu
-------------------------------------------------------------- */

h1#logo, #logo { 
	width: 130px;
	height: auto;
	margin: 17px 0 0 10px;
	padding: 0;
	float: left;
}
.blogTitle{
	overflow: hidden;
	display:block;
	background: url(images/logo.png) no-repeat left top;
	background-size: contain;
	color: #2D503E;
	text-indent: 150%;
	white-space:  nowrap;
	font-size:170%;
	text-decoration:none;
	font-weight:bold;
	}
	.blogTitle:hover{color: #ccc}
#header p{color:#999;font-size:90%;margin-top:10px;}

.catch {
    text-align:  center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
#header-right { display: none;}

/*** headnavi ***/

ul#headnavi  { display: none;}

/*** Main Menu ***/

#navigation {
	margin: 0px auto 0px;
	clear: both;
}
div.menu-nav-container { display: none;}

.nav-m-toggle { display: block;}
ul#menu-nav-m {display: none}
ul#menu-nav-m > li { float: none;}
  
.nav-m-toggle,
li{
	width: 100%;
}



.nav-m-toggle,
ul#menu-nav-m > li {
	background: url(images/menu_bg.jpg) repeat-x left top #234895;
	border-bottom: 1px solid #ebebeb;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.nav-m-toggle { padding: 5px 10px; color: #fff;}
ul#menu-nav-m > li a {
	display: block;
	color: #fff;
	padding: 5px 10px;
}
	ul#menu-nav-m > li a:hover,
	ul#menu-nav-m > li a :active {
		background: #002E69;
		text-decoration: none;
}
* {
    box-sizing: border-box;
}

body#home .nav-m-toggle { display: none;}
body#home #menu-nav-m { overflow: hidden;}

body#home div.nav-m {
	clear:both;
	z-index: 1;
}
body#home div.nav-m ul#menu-nav-m {
	max-width: 960px;
	width: 100%;
	display: table;
	list-style: none;
	margin: 0 auto 10px;
	padding: 0;
	background: #fff;
	overflow: hidden;
	border: 1px solid #fff;
	table-layout: fixed;
	text-align: center;
	}
body#home div.nav-m ul#menu-nav-m li {
	    float: left;
		width: 50%;
		border-bottom: 1px solid #fff;
		display:table-cell;
		}
		body#home div.nav-m ul#menu-nav-m li:last-child {
 		   border-right: none;
		}
		body#home div.nav-m ul#menu-nav-m li a {
				color: #fff;
			font-size: 90%;
			background: url(images/menu_bg.jpg) repeat-x left top #234895;
			border-right: 1px solid #fff;
			padding: 10px 0;
			font-weight:bold;
			display: block;
			text-decoration: none;
			}
			body#home div.nav-m ul#menu-nav-m li a:active,
			body#home div.nav-m ul#menu-nav-m li a:hover  {
				background: #002E69;
				text-decoration: none;
			}
/*** Sub-Menu ***/
#menu-nav ul { display: none;}
#menu-nav ul li ul { display: none; } /* 孫 */

/*** 子ページメニュー ***/

div.menu-nav-aboutsotoshu-container,
div.menu-nav-zazen-container,
div.menu-nav-katsudo-container,
div.menu-nav-kuyo-container,
div.menu-nav-baika-container,
div.menu-nav-jinken-container {
	clear:both;
	z-index: 1;
	margin: 0 -15px 10px;
			font-size: 90%;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif
}
.post ul.menu {
	max-width: 960px;
	width: 100%;
	display: table;
	list-style: none;
	margin: 0 auto 10px;
	padding: 0;
	background: #ebebeb;
	overflow: hidden;
	border: 1px solid #fff;
	table-layout: fixed;
	}
	.post ul.menu li {
	    float: left;
		width: 50%;
		padding: 0;
		border-bottom: 1px solid #fff;
		display:table-cell;
			background-image: none;
		}
		.post ul.menu li:last-child {
 		   border-right: none;
		}
		.post ul.menu li a {
			background-color: #ebebeb;
			border-right: 1px solid #fff;
			padding: 10px 0 10px 10px;
			font-weight:bold;
			display: block;
			text-decoration: none;
			}
			.post ul.menu li a:active,
			.post ul.menu li a:hover  {
				background: #ccc;
				text-decoration: none;
			}
	
/*** newsearch ***/
#newsearch{
	position:relative;
	float: right;
	margin: 30px 0 0 auto;
	width: 120px;
	height: 27px;
	font-size:90%;
	}
#newsearch #searchform label.screen-reader-text {
	overflow: hidden;
	float: left;
	display: none;
	width: 1px;
	height: 1px;
	text-indent: 100%;
	white-space: nowrap;
	margin:0;
}
.searchwaku {
	position:relative;
	overflow: hidden;
	margin: 30px 0;
	width: 120px;
	height: 30px;
	font-size:90%;
}

/* Main
-------------------------------------------------------------- */
/*** Blog info ***/
.post div.blogInfo{
	clear: both;
	zoom: 1; /* IE */
	color: #666;
	font-size:85%;
	padding: 5px 0 5px 5px;
	margin: 0px 0 20px;
	overflow: hidden;
	}
	body.page div.blogInfo, body.archive div.blogInfo, body.category div.blogInfo, .search .blogInfo {
		width: 100%; background: #ddd; margin: 0px; padding-left:5px;
	}
body.single .post div.blogInfo { border-top: 1px solid #666;}

	.post div.blogInfo ul{margin:0; padding:0;}
		.post div.blogInfo li{
			float: left;
			padding-left: 23px;
			margin: 0 15px 0 0;
			list-style: none !important;
			}
	.post div.blogInfo li.cal{background: url(images/ico_cal.png) no-repeat 0 1px;}
	.post div.blogInfo li.cat, div.blogInfo li.tax {background: url(images/ico_cat.png) no-repeat 0 1px;}
	.post div.blogInfo li.tag{background: url(images/ico_tag.png) no-repeat 0 1px;}
	
.archive .excerpt,
.category .excerpt,
.search .excerpt,
.page .excerpt {
	margin: 10px;
	font-size: 85%;
	}
	.pc-excerpt { display: none;}
.catwaku {
	margin: 0 0 20px;
}
.listwakuleft {
	float: left;
	overflow: hidden;
	width: 40%;
}
.listwakuright {
	float: right;
	overflow: hidden;
	width: 58%;
}
/*** Contents ***/
img.attachment-post-thumbnail {float: left; margin:0 15px 15px 0 !important;}

a.more-link{
	background:url("images/arrow_next.png") no-repeat right top #45695B;
	color:#fff;
	font-size:85%;
	padding:2px 20px 5px 10px;
	text-align:right;
	text-decoration:none;
	margin-left:480px;
	display:block;
	clear:both;
	}
	
/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 40px 0 0;overflow:auto;}
div.navigation{overflow:auto;}
	div.navigation a{margin-bottom:10px}

	.nav-previous a, .nav-next a,
	div.navigation .alignleft a, div.navigation .alignright a{
		color:#333;
		font-size:85%;
		text-decoration:none;
		}
			
	.nav-previous a, div.navigation .alignleft a{
		float:left;
		padding:2px 10px 2px 20px;
		background:url("images/arrow_prev.png") no-repeat left top;
		}
	.nav-next a, div.navigation .alignright a{
		float:right;
		text-align:right;
		padding:2px 20px 2px 10px;
		background:url("images/arrow_next.png") no-repeat right top;
		}
		
/* Post Entry
-------------------------------------------------------------- */

.post {position: relative; margin: 0 15px;}		
.post h2, .post h3, .post h4, .post h5, .post h6{margin: 0px 10px 24px; clear:none !important;}

/* Post Entry Title
-------------------------------------------------------------- */
h2.title,
.h1title {
	font-size:135%;
	margin: 0 -15px 20px;
	padding: 11px 10px 9px 15px;
	color: ##3E3A39;
	border-top: 5px solid #234895;
	border-bottom: 2px solid #234895;
	padding: 10px 10px 8px 10px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif
	}
	body#home h2.title,	body#home .h1title,
	body.page h2.title,	body.page .h1title { margin-bottom: 0px; }
h2.hometitle {
	margin: 0 10px 15px;
	padding: 0px;
	line-height: 100%;
	height: 17px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

.post h2 {
	font-size:125%;
	margin: 0 0px 20px;
	color: #3E3A39;
	padding: 1px 1px 1px 5px;
	border-left: 6px solid #00A0E9;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	}

.post h3{
	margin: 0 0px 15px 0;
	font-size:115%;
	color: #4C4948;
	padding: 2px 1px 1px 5px;
	border-bottom: 2px solid #234895;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	}
	.post h3 a:hover { text-decoration: none; background: #898989; color: #fff;}
	div.post:first-child h3{margin-top:0 !important;}
h3.cattitle {
	font-size:125%;
	margin: 0 0px 10px;
	padding: 1px 1px 1px 5px;
	border-left: 6px solid #00A0E9;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	border-bottom: none;
	}
	h3.cattitle a { color: #3E3A39; }

.post h4{
	font-size:110%;
	margin: 0 0px 15px 0;
	color: #4C4948;
	padding-left: 8px;
	padding: 5px 5px 5px 5px;
	background-color: #E6E6E6;
	}
	.post h4.noborder { border: none; padding: 0;}
.post h5{
	font-size:105%;
	color: #898989;
	padding: 1px 1px 1px 1px;
	border-bottom:1px solid #234895;
}

.post p{ margin: 0 0px 15px; padding: 0;}
.post dl dd p,
.post ul li p { margin: 0 0 20px;}
.post em{font-style: italic;}
.post code{color: #06c; font-family:'Courier New',Courier,monospace;}
.post img{
	padding: 0px;
	margin:0;
	vertical-align: middle;
	}
a img,
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
a img:hover,
.fade:hover {  
    opacity: 0.5;  
    filter: alpha(opacity=70);  
}
a img.btn:hover {  
    opacity: 1.0;  
    filter: alpha(opacity=100);  
}

.post img.border{
	border:1px #ccc solid;
	padding: 3px;
	margin:0;
	}
	.post img.wp-smiley{border:none;padding:0;background:none;margin:0;}
	.post .alignleft { float:left; margin-right: 10px; margin-bottom: 15px; margin-top: 0px; vertical-align: top;}
	.post .alignright { float:right; margin-left: 10px; margin-bottom: 15px; margin-top: 0px; vertical-align: top;}

iframe{ width:100%; height: 100%;}

.post blockquote{
	background: #ddd;
	padding: 10px;
	margin: 20px 0;
	font-style:italic;
	width: 95%;
	}
	.post blockquote p{margin:0;}
.post div.wp-caption{margin-bottom: 20px;}
	.post div.wp-caption img{ margin: 0;}
	.post div.wp-caption p{ font-size:90%; color: #898989;}
	.post p.wp-caption-text { font-size:85%; line-height: 120%; margin: 3px 0 0 0; text-align: center;}
.post ul, .post ol{margin: 0 0 20px;}
	.post ul li{
		list-style: none;
		padding-left: 15px;
		background: url(images/ico_yajirushi.png) left 5px no-repeat;
		}
	.post ul li.nobk { background: none;}
	.post ul li.check {	
		padding-left: 20px;
		background: url(images/ico_check.gif) left 2px no-repeat;
		}
	.post ol li,
	.post ul li ol li{
		background; none;
		list-style: decimal outside;
		margin-left:20px;
		}
/*
div#main a[target="_blank"],
div#main a[rel="external"],
div#main a[rel="external nofollow"] { 
	background:	 url(images/ico_gaibulink.png) right center no-repeat;
	padding-right:
	15px; margin-right: 3px;
}
*/
/* つづき
-------------------------------------------------------------- */

.top-tuzuki {
	margin: 15px 3px 15px auto;
	width: 150px;
	padding: 0;
	overflow: hidden;
	font-size: 85%;
	}
.tuzuki {
	margin: 0 3px 7px auto;
	width: 100px;
	padding: 0;
	overflow: hidden;
	font-size: 85%;
	}
.top-tuzuki a {
	display: block;
	width: 150px;
	text-align: center;
	background: url(images/ico_wyajirushi.png) no-repeat 5px 5px #898989;
	color: #fff;
	overflow: hidden;
	}

.tuzuki a {
	display: block;
	width: 100px;
	text-align: center;
	background: url(images/ico_wyajirushi.png) no-repeat 5px 5px #898989;
	color: #fff;
	overflow: hidden;
	}

.top-tuzuki a:hover,
.top-tuzuki a:active,
.tuzuki a:hover,
.tuzuki a:active {
	background-color: #00A0E9; text-decoration: none;
	}

.tuzuki a:hover img {
  margin-top: -26px;
}
* html .tuzuki a:hover {
  zoom: 1;   /* for IE6 */
}


/* 履歴一覧
-------------------------------------------------------------- */

.rirekilists {
	margin:0 auto 40px 0;
	overflow: hidden;
	width: 450px;
	font-size: 90%;
}

.rirekilists dl {
	margin: 0 auto;
	padding: 5px 0;
}
.rirekilists dl dt {
  clear: left;
  float: left;
  margin: 0 0 0.7em;
	padding: 0 0 0 10px;
  width: 8em;
}

.rirekilists dl dd {
	margin-bottom: 0.7em;
	margin-left: 8em;
	}

/* テーブル
-------------------------------------------------------------- */
table{
		margin-bottom: 10px;
border-collapse: collapse;
		border: none;
	}
table{
		display: block;
	}
		table thead{
			display: none;
		}
		table tbody{
			display: block;
		}
			table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			table tbody th,
			table tbody td{
				display: block;
				border: none;
			}
			table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #000;
			}
			table tbody td{
				padding: 10px;
			}

table.separate {
	border-collapse: separate;
	border-spacing: 5px;
}

/* その他
-------------------------------------------------------------- */
.clear{ clear: both;}
.fleft { float:left; }
.alignleft { float:left; margin-right: 10px; margin-bottom: 15px; margin-top: 0px;}
.fright { float: right; }
.alignright { float:right; margin-left: 10px; margin-bottom: 15px; margin-top: 0px;}
.aligncenter {text-align: center;}
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center;}
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.small{ font-size: 80%;}
.fs85 { font-size: 85%;}
.fs90 { font-size: 90%;}
.fs100 { font-size: 100%;}
.larger {  font-size:130% !important; line-height: 1.5em;}
.bold { font-weight: bold;}
.normal { font-weight:normal !important;}

/* color */
.gray55 { color: #555;}
.

orange { color: #A64A00;}
.red { color: #ff0000; }
.blue { color: #003366; }
.white { color: #fff; }

/* margin */
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.ml0 { margin-left: 0 !important;}
.ml5 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}
.ml50 { margin-left: 50px !important;}
.mr10 { margin-right: 10px !important; margin-left: auto !important;}
.mr20 { margin-right: 20px !important; margin-left: auto !important;}
.mr30 { margin-right: 30px !important; margin-left: auto !important;}
.mtb20 { margin: 20px auto !important;}
.mall20 { margin: 20px !important;}
.mall10 { margin: 10px !important;}
.mall0 { margin: 0 !important;}
.m0auto { margin: 0 auto !important;}
.mt10auto {margin: 10px auto 0 !important;}
.mt20auto {margin: 20px auto 0 !important;}
.mtb30auto { margin: 30px auto !important;}
.mr020 { margin: 0 20px !important;}
.mrl20 { margin-right: 20px !important; margin-left: 20px !important;}
.mrl30 { margin-right: 30px !important; margin-left: 30px !important;}
.mlrb { margin: 0 20px 20px 10px !important;}
.pb10 { padding-bottom: 10px !important;}
.pl0 { padding-left: 0 !important;}
.pl20 { padding-left: 20px !important;}
.pall0 { padding: 0 !important;}
.pall5 { padding: 5px !important;}
.ptb5 { padding: 5px 0 !important;}
.ptb10 { padding: 10px 0 !important;}

.ofh { overflow: hidden;}
.floattext { overflow: auto; zoom: 1;}
.lh100 { line-height: 100%;}
.lh120 { line-height: 120%;}
.lh130 { line-height: 130%;}
.lh140 { line-height: 140%;}
.disblo {display: block;}

.bgcol01 {background: #E1F0E9;}
.bgwhite {background: #fff;}
.nobg { background: none !important;}

/* e.t.c */
.underline { text-decoration: underline;}
.width30 { width: 30%;}
.width40 { width: 40%;}
.width45 { width: 45%; }
.width48 { width: 48%;}
.width49 { width: 49%;}
.width50 { width: 50%; }
.width55 { width: 55%; }
.width60 { width: 60%;}
.width70 { width: 70%;}
.width80 { width: 80%;}
.width90 { width: 90%;}
.width100 { width: 100%;}
.width330 { width: 330px;}
.borderbottom01 { border-bottom: 1px dotted #999;}
.border01 {
	border-top: 1px solid #ccc !important; 
	border-left: 1px solid #ccc !important; 
    }
.border02 { border: 1px dotted #006 !important; padding: 5px;}
.border03 {    border: 1px solid #ddd !important;}
.bordernone { border: none !important; }
.bleft03 { border-left: 4px solid #ADAD5C; margin: 30px; }

.border01 th{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.border01 td { border-right:1px solid #ccc; border-bottom:1px solid #ccc;}

.nowrap {white-space: nowrap;}
				
/* ページネーション
-------------------------------------------------------------- */
.pagination {
clear:both;
margin: auto auto;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #00A0E9;
}
.pagination .current{
padding:6px 9px 5px 9px;
color:#00A0E9;
background:#e8e8e8 ;
}

/* widget
-------------------------------------------------------------- */
#sidebar a {
		color: #3F8072;
		}

.widget-container {
	overflow: hidden;
	margin: 0px auto 20px 0;
}
.side-widget {
	margin: 0 0 30px 0;
	}


#sidebar h3 {
	background: url(images/side_h3.png) left bottom no-repeat;
	padding: 3px 0 7px 12px !important;
	margin: 0 0 10px !important;
	font-size:100%;
	font-weight: 550;
	color: #333;
	line-height: 100%;
	}

#sidebar div.sidebnrarea ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar div.sidebnrarea ul li {
	margin: 0 0 17px auto;
}

.rssbtn {
	float: left;
	width: 25px;
	margin-left: 10px;
}


/* Form
-------------------------------------------------------------- */
input[type="text"],
input[type="password"],
textarea{
	border:1px solid #ccc;
	padding: 5px;
	color: #666;
	
	zoom: 1;
	}
	
input#s {
	position: absolute;
	width: 150px;
	height: 19px;
	border:1px solid #DEDFDF;
	background: #fff;
	top: 0;
	right: 31px;
	padding: 2px;
	color: #666;
	line-height: 100%;
	vertical-align:middle;	
	zoom: 1;
	}
input[type="submit"]{
	padding:5px 20px;
	border:1px solid #DEDFDF;
	color: #fff;
	cursor: pointer;
	background: #4C4948;
	vertical-align:middle;
	outline:none;
	zoom: 1;
	}
.searchwaku input[type="submit"]{
	width:31px;
	height:24px;
	color: #fff;
	background: url(images/ico_megane.png) no-repeat center center #4C4948;
	border:1px solid #DEDFDF;
	}
input[type="submit"]#searchsubmit {
	position: absolute;
	top: 0px;
	right: 0px;
	padding:0px;
	border:1px solid #DEDFDF;
		width:31px;
		height:26px;
	background: url(images/ico_megane.png) no-repeat center center #4C4948;
	overflow: hidden;
	display: block;
	text-indent: 120%;
	white-space: nowrap;
	}
#searchform label.screen-reader-text {
display: none;
}

/****************************************
		9.  gotop, histryback
*****************************************/

.footlink {
	clear:both;
	max-width: 960px;
	width: 100%;
	margin: 25px auto 10px;	
	overflow: hidden;
	}
.footright-c1,
.footright-c2 {
		float:right;
		display: inline;
		padding: 0;
		margin-bottom: 10px;
		text-align: right;
		}
		.footright-c1 { width: 120px;}
		.footright-c2 { width: 25px;}
.footright-c3 { display: none;}


/****************************************
		10.  Footer
*****************************************/

#footer h3{
	margin-bottom: 5px;
	padding: 5px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #727171;
	}
.footerwidget-wrapper {
	display: none;
}
#footer {
	max-width: 960px;
	width: 100%;
	margin: 0px;
	}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer ul li {
	margin: 0;
	padding: 0;
	background-color: none;
	border-bottom: 1px solid #ccc;
	}
	#footer ul#menu-nav-toi li:last-child {
		border-bottom: none;
}

#footer ul li a {
	padding: 5px;
	display: block;
	}
	#footer ul li a:hover,
	#footer ul li a:active {
		background: #ebebeb;
}
#footer ul li.footerchild {
	margin: 0;
}

.sp-snsbtn {
    padding: 20px 0;
    text-align: center;
    background: #f0f0f0;
	border-bottom: 1px solid #ccc;
}
#footer p {
	font-size: 80%;
}
#footercopy {
	margin:0;
	background: url(images/foot_line.png) left top repeat-x;
}

#footercopy #flink {
	padding-top: 20px;
	text-align: center;
	font-size: 85%;
}
#footercopy #flink ul{
	margin-bottom: 10px;
}
	#footercopy ul li:last-child {border:none; }

#footercopy ul li { display: inline; border-right: 1px #999 solid; padding: 0 20px; }
#footercopy p {
	padding:5px auto 20px 15px;
	font-size:75%;
}
p.copy{
	clear: both;
	font-size:75%;
	text-align:center;
	padding-bottom: 40px;
	padding-top: 20px;
	color: #717071;
	}
#footercopy a,
#footer .widget-area a{text-decoration: none;}

/********** clearfix **********/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	font-size: 0;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*
-----------------------------------------------------*/
