@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: 0;
		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;}
button { cursor: pointer;}

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;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif
}
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: 30px; }
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 !important;}
.bggray {background: #f6f7f9 !important;}
.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;}
.block_sp { display: block;}
.block_pc { display: none;}
				
/* ページネーション
-------------------------------------------------------------- */
.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"],
input[type="tel"] ,
input[type="email"] ,
select,
textarea{
	box-sizing: border-box;
	max-width: 100%;
	font-size: 15px;
	border:1px solid #ccc;
	padding: 5px;
	margin: 0 0 10px!important;
	color: #666;
	zoom: 1;
	}
input::placeholder {
	color: #aaa;
}
textarea {
	width: 100%!important;
	height: 160px!important;
}
select#sanka-taisho {
	width: 100%;
	max-width: 100%;
}
p.birthday select{
	margin-right: 5px!important;
}
p.birthday select:nth-last-of-type(1) {
	margin-right: 0!important;
}
input.sei-mei { min-width: 200px;}
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;
}
dd.mfp span.exam { 
	display: inline-block;
	padding-bottom: 10px;
}
dd.mfp p{ margin: 15px 0 0!important;}
label { padding-bottom: 15px!important;}

/** 名前入力欄 **/
dd.onamae input { margin: 0 10px 10px!important;}
/** 応募用紙と応募券欄**/
dd.oubo input { margin: 0 10px 10px!important;}
#mfp_overlay_inner h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
/** 送信完了画面 **/
body.thanks table td { 
	padding: 10px;
	line-height: 1.5;
	text-align: left;
}
body.thanks table td.center { text-align: center;}
body.thanks table {
	width: 96%;
	margin: 50px auto 30px;
}
body.thanks table td.title {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #444;
	text-align: center;
	padding: 5px 0;
}
body.thanks table td.link_txt {
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 17px;
}
body.thanks table td.link_txt a {
	text-decoration: underline;
	color: #552089;
}
span.exam { 
	display: inline-block;
	margin-bottom: 10px;
	font-size: 15px!important;
}
p.age span.exam { margin-top: 5px;}

/*  コンテンツ非表示 */
#shokugyo/* 職業 */
{
	display: none;
}


/****************************************
		Form（Smartphone）
*****************************************/
table.searchform {
	width: 100%;
	margin: 30px auto 0;
	border: none;
	display: table;
}
table.searchform td {
	margin: 0;
	padding: 0;
	display: table-cell;
}
table.searchform td.col01 {
	width: 100%;
	padding-left: 10px;
}
table.searchform td.col02 {
	max-width: 80px;
	padding-right: 10px;
}
.drawer-nav input#s {
	position:static;
	right: 0px;
	width: 100%;
	height: 40px;
	border:1px solid #DEDFDF;
	background: #fff;
	padding: 2px;
	color: #666;
	line-height: 100%;
	vertical-align:middle;
	font-size: 15px;
	zoom: 1;
	}
.drawer-nav input[type="submit"]#searchsubmit {
	position:static;
	display: block;
	margin: -9px 0 0;
	padding:0px;
	width:70px;
	height:40px;
	background: url(images/kensaku_bt.png) no-repeat center center;
	background-size: 70px 40px;
	-moz-background-size: 70px 40px;
	-webkit-background-size: 70px 40px;
	}

/****************************************
		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 */

/* Search Form
-------------------------------------------------------------- */
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

/****************************************
    Base
*****************************************/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 1001;
  top: 9px;
  overflow-y: auto;
  width: 84%;
  height: auto;
  color: #626262;
  font-size: 1.5rem;
  background-color: #fff;
  border-left: 1px solid #dedfdf;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1.5rem;
  display: block;
  height: 70px;
  padding: 0;
  text-decoration: none;
  color: #626262;
  line-height: 1.4;
  border-bottom: 1px solid #dedfdf;
}

.drawer-menu-item:hover {
  text-decoration: none;
  color: #626262;
  background-color: transparent;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%!important;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/****************************************
    Top
*****************************************/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/****************************************
    Left
*****************************************/
.drawer--left .drawer-nav {
  left: -260px;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 260px;
}

/****************************************
    Right
*****************************************/
.drawer--right .drawer-nav {
  right: -84%;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 84%;
}

/****************************************
    Hamburger
*****************************************/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/****************************************
    accessibility
*****************************************/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/****************************************
    Sidebar
*****************************************/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 260px;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 260px;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 260px;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/****************************************
    Navbar
*****************************************/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 260px;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

/****************************************
    Dropdown
*****************************************/
.drawer-dropdown {
  background: url(../images/icon_plus.png) right top no-repeat;
  -moz-background-size: 25px 30px;
  -webkit-background-size: 25px 30px;
  background-size: 25px 30px;
}

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 1.4;
  display: block;
  padding: 7px 10px 7px 40px;
  text-decoration: none;
  color: #363636;
  background: url(../images/icon_star.png) left top no-repeat;
  -moz-background-size: 29px 21px;
  -webkit-background-size: 29px 21px;
  background-size: 29px 21px;
  background-color: #dceaef;
  border-bottom: 1px solid #54c2f0;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: none;
  color: #f7b649;
}

/*! open */

.drawer-dropdown.open {
  background: url(../images/icon_mainasu.png) right top no-repeat;
  -moz-background-size: 25px 30px;
  -webkit-background-size: 25px 30px;
  background-size: 25px 30px;
}
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/****************************************
    Container
*****************************************/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/****************************************
   Search Form Button
*****************************************/
.btn_menu {
	position: fixed;
	top: 9px;
	right: 0;
    margin: 0;
	padding: 0;
    width: 50px;
	background: url(images/search_bt.png) no-repeat;
	-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	z-index: 10000;
}

.btn_menu span {
	position: relative;
    display: block;
    height: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.drawer-overlay.drawer-toggle {
	background-image: none!important;
}

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