@charset "utf-8";
/*
Theme Name: 幼稚園PC2014-01
Theme URI: http://www.doya-doya.com/
Description: 2014年版の WordPress テーマ「幼稚園2014」は、幼稚園サイト制作に最適なテーマです。
Author: 株式会社サンロフト
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/************************************************
目次
************************************************ */

/*** 目次見出し ***
- Reset default browser CSS
- Global Elements
- CSS Library
- Layout
- header
- menu
- mainimage
- pankuz
- content
- sidebox
- pagetop
- footer

*/

/* ============================
   Reset default browser CSS.
/* ============================ */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	background: url(images/bg_body.jpg) center 110px no-repeat;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
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-spacing: 0;
}
a img{
	border: none;
}


/* ============================
   Global Elements
/* ============================ */

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color: #000;
	line-height: 18px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",verdana,Osaka,"MS PGothic",Sans-Serif;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 18px 0;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	margin: 0 0 1.5em 0;
	padding: 15px;
	border: 3px solid #dfdfdf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-style: italic;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="date"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}
a:link {
	color: #010101;
}
a:visited {
	color: #010101;
}
a:active,
a:hover {
	color: #666;
}

/* Images
----------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}

/* キャプション機能用
----------------------------- */
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/* ギャラリー機能用
----------------------------- */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
}
/* カラム毎のサイズ
----------------------------- */
.gallery-columns-1 .gallery-item {width: 25%;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16%;}
.gallery-columns-7 .gallery-item {width: 14%;}
.gallery-columns-8 .gallery-item {width: 12%;}
.gallery-columns-9 .gallery-item {width: 11%;}

.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}


/* ============================
   Original CSS Library
/* ============================ */

/* フォント
----------------------------- */
.bold	{ font-weight: bold; }
.font-small{ font-size: 0.85em !important;}

/* 画像
----------------------------- */
img.f_left{ margin: 0 20px 20px 0; }
img.f_right{ margin: 0 0 20px 20px; }
img.border{ padding: 3px; background: #ffffff; border: 1px solid #e8e8e8;}

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap;}
.width50{width: 50% !important;}
.width100{width: 100% !important;}

/* 余白
----------------------------- */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 0 !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top10		{padding-top: 10px !important;}
.p_right10	{padding-right: 10px !important;}
.p_bottom10	{padding-bottom: 10px !important;}
.p_left10	{padding-left: 10px !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_right30	{padding-right: 30px !important;}
.p_bottom30	{padding-bottom: 30px !important;}
.p_left30	{padding-left: 30px !important;}
.p_top40	{padding-top: 40px !important;}
.p_right40	{padding-right: 40px !important;}
.p_bottom40	{padding-bottom: 40px !important;}
.p_left40	{padding-left: 40px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}

/* ソーシャルプラグイン
----------------------------- */
.entry-social{
	overflow: hidden;
	clear: both;
	height: 20px;
	text-align: left;
}
.single .entry-social{
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
	background: #f2f2f2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
	padding: 10px 10px 10px 10px;
}
.entry-social iframe{
	border: 0 !important;
}
.entry-social .twitter{
	float: left;
	width: 100px;
}
.entry-social .facebook{
	float: left;
	width: 110px;
}
.entry-social .googleplus{
	float: left;
}


/* ============================
   Layout
/* ============================ */
#header,
#main,
#colophon,
#footer {
	margin: 0 auto 0px auto;
	width: 900px;
}
#content{
	float: right;
	margin: 0 0 0 0;
	width: 660px;
}
/*
.home #content{
	width: 900px;
}
*/
#sidebox{
	float: left;
	overflow: hidden;
	width: 200px;
	margin-bottom: 30px;
}
#footer {
	clear: both;
	width: 100%;
}


/* ============================
   header
/* ============================ */
#header {
	position: relative;
	height: 110px;
}
#site-title {
	position: absolute;
	top: 0;
	left: 0;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	position: absolute;
	top: 10px;
	right: 0px;
	width: auto;
	font-size: 11px;
	color: #000;
}
#address{
	position: absolute;
	top: 25px;
	left: 420px;
	padding: 0;
	color: #624b43;
}
#contact{
	position: absolute;
	top: 65px;
	left: 420px;
	padding: 0;
}
#contact #tel{
	float:left;
	width: 162px;
	height: 22px;
	padding: 0;
	background: url(images/bg_contact_tel.png) 0 0 no-repeat !important;
	font-size:24px;
	margin-right:10px;
	font-weight:bold;
	line-height: 10px;
}
#contact #fax{
	float:left;
	width: 160px;
	height: 22px;
	padding: 0;
	font-size:24px;
	font-weight:bold;
	line-height: 10px;
	background: url(images/bg_contact_fax.png) 0 0 no-repeat !important;
}
#contact #tel span,
#contact #fax span {
	display: none; /* テキストにする時ははずす */
}
#contact .title{
	font-size:10px;
	color:#000;
}
#contact .time{
	font-size:11px;
	color:#8a8a8a;
	font-weight:normal;
	margin-left:26px;
}
#mail{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
}

/* ============================
   menu
/* ============================ */
#access {
	height:63px;
	margin-top: 22px;
	margin-bottom: 50px;
}
#access .menu-header {
	margin: 0 auto;
}
#access ul#menu-mainmenu{
	text-align: center;
	list-style: none;
	margin: 0;
	letter-spacing: -.40em;
}
#access ul#menu-mainmenu>li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-right:5px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	border-left: solid 3px #fff;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
#access ul#menu-mainmenu>li:nth-last-of-type(1){
	margin-right: 0;
}
#access ul#menu-mainmenu>li>a{
	display:block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 270%;
	font-weight:bold;
	padding:5px 16px 7px 16px;
	border-top:solid 5px #add535;
	border-left:solid 5px #add535;
	border-radius: 9px 9px 0 0;
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	background: 30px 13px no-repeat #8dc717;
}
#access ul#menu-mainmenu>li>a span{display: none;}
#access ul#menu-mainmenu>li>a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.6;                /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
}
.parent-pageid-10 #access ul#menu-mainmenu>li#menu-item-50>a,
.parent-pageid-20 #access ul#menu-mainmenu>li#menu-item-39>a,
#access ul#menu-mainmenu>li.current-menu-item>a{
	border-top:solid 5px #fd9faf;
	border-left:solid 5px #fd9faf;
	background-color:#ff7b91;
}

/*サブメニュー*/
#access ul.sub-menu {
	display: none;
	overflow:hidden;
	text-align:left;
	z-index: 99;
	position: absolute;
	left:2px;
	top:45px;
	width: 170px;
	padding:10px;
	list-style:none;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#fff;
}
#access ul.sub-menu li{
	margin:0;
	padding:0 0 2px 0;
	border-bottom: dotted 2px #A0CA11;
	background:url("images/top/line_archive.gif") left bottom repeat-x;
}
#access ul.sub-menu li:nth-last-of-type(1){
	padding:0;
	background:none;
}
#access ul.sub-menu li a {
	color:#000;
	display:block;
	line-height: 1em;
	font-size:15px;
	padding: 15px 15px 15px 27px;
	text-decoration:none;
	background:url("images/listmark01.png") 5px center no-repeat;
}
#access ul.sub-menu>li>a span{display: none;}
#access ul.sub-menu li a:hover {
	background-color: #ddeeaa;
}


/* ============================
   mainimage
/* ============================ */
#mainimage {
	width: 100%;
	height:310px;
	/*background: url(images/bg_mainimage.gif) 0 0 repeat;*/
	margin: 25px auto 0 auto;
}
#mainimage .flex-container{
	width:900px;
	margin:0 auto;
}
#mainimage .slides{
}
#mainimage .slides li{
	height:310px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
#mainimage .slides li .wp-post-image{
	position: absolute;
	width: 100%;
	height:auto;
	left:0;
	top:-50%;

}

#mainimage .flex-container .balloon{
	position: absolute;
	width: 165px;
	height: 231px;
	top: -20px;
	right: -38px;
	background: url(images/balloon.png) 0 0 no-repeat;
}
#mainimage .flex-container .imagecopy{
	position: absolute;
	width: 412px;
	height: 79px;
	bottom: 15px;
	left: 17px;
	background: url(images/imagecopy.png) 0 0 no-repeat;
}

/* flexslider.css 上書き */
#mainimage .flex-control-nav {
	margin-bottom: 0;
	bottom: 2px;
}
#mainimage .flex-direction-nav li a{
	width: 30px;
	height: 30px;
}
#mainimage .flex-direction-nav li a.prev{
	background-position: 0 0;
	left: -40px;
}
#mainimage .flex-direction-nav li a.next{
	background-position: 0 -30px;
	right: -40px;
}
#mainimage .flex-direction-nav li a:hover{
	top: 50.5%;
}


/* ============================
   pankuz
/* ============================ */
#pankuzu{
	width:900px;
	margin:20px auto;
	text-align: right;
	font-size:13px;
}


/* ============================
   content
/* ============================ */
#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin-bottom:20px;
}
#content {
	/*background: #fff;*/
	/zoom : 1;
}
#content:after{content : ''; display : block; clear : both;}

#content,
#content input{
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	padding:5px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

/* 見出し
----------------------------- */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content h1.entry-title{
	font-weight: bold;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 20px;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #000;
	border-top: 5px solid #73a018;
	padding: 20px 10px 15px 10px;
	border-bottom: 1px solid #e6e6e6;
}
#content h1.entry-title #pankuzu{
	font-weight: bold;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 15px;
	font-family: "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	color: #808080;
}
#content h1.entry-title #pankuzu a{
	color: #77cefc;
}
.home h2,
#sidebox h2{
	color: #000;
	background: none;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin-bottom: 25px;
	padding: 0;
	font-size: 30px;
	border:none !important;
}
.home h3{
	color: #000 !important;
	margin: 0 0 5px 0 !important;
}
#content h2{
	background: none;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
	font-size: 24px;
	position: relative;
}
#content h3{
	foont-size: 120%;
	font-weight: bold;
	padding: 7px 15px;
	border: 1px solid #73a018;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content h4{
	padding: 6px 5px 6px 38px;
	background: url(images/hana.png) 0 3px no-repeat;
	border-bottom: 3px dotted #73a018;
}
#content h5{
	font-size: 100%;
	padding: 4px 0 4px 10px;
	border-left: 3px solid #73a018;
	background: #f2f2f2;
}
#content h6{
	font-size: 100%;
	font-weight: bold;
	color: #73a018;
}


/* テーブル
----------------------------- */
#content table {
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	background: #fff;
}
#content table tr th {
	font-weight: bold;
	line-height: 18px;
	padding: 10px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #fff8b3;
	white-space: nowrap;
	text-align: left;
	width: 27%;
}
#content table tr th span {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
#content table tr td {
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px;
}

#content table tr:nth-child(2n) {background: #fef1f1;}

/* iframe
----------------------------- */
#content iframe{
	border: 1px solid #e5e5e5;
}

/* トップページ
----------------------------- */
.home #homeLeft {
	float: left;
	width: 650px;
}
.home #homeRight {
	float: right;
	width: 200px;
	padding-bottom:20px;
	border-left:1px solid #cdcdcd;
}
.home .archive {
	float: left;
	width: 320px;
	padding:20px 0;
}
.home .archive ul{
	margin: 0;
	margin-bottom: 0 !important;
	list-style: none;
	overflow: hidden;
}
.home .archive ul li{
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #bfbfbf;
}
.home .archive ul li .date{
	font-size:15px;
	color: #000;
	font-weight:bold;
	margin-right:14px;
}

#news {
	margin: 0;
}
#news h2	{background-image: url(images/news.jpg);}
#dairy {
	margin-left: 20px;
}
#dairy h2	{background-image: url(images/dairy.jpg);}
#limitation {
	margin: 0;
}
#limitation h2	{background-image: url(images/limitation.jpg);}
#story {
	margin-left: 20px;
}
#story h2	{background-image: url(images/story.jpg);}

#news,
#dairy,
#limitation,
#story{
	margin-top: 20px;
	padding: 0 0 15px 0;
	background: url(images/bg_topnews.jpg) center bottom no-repeat;
	border: none;
}
#news h2,
#dairy h2,
#limitation h2,
#story h2{
	margin: 0;
	padding: 0;
	height: 92px;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	color: #FFFFFF;
}
#news ul,
#dairy ul,
#limitation ul,
#story ul{
	padding: 0 15px;
}
#news li,
#dairy li,
#limitation li,
#story li{
	margin: 0;
	border-bottom: none;
}

.news_foot{
	margin: 0 15px;
	padding-top: 10px;
	border-top: dotted 3px #a0ca11;
	text-align: right;
}
.news_foot a{
	padding: 5px 0 5px 20px;
	background: url(images/listmark01.png) 0 center no-repeat;
	font-size: 12px;
}

.cate a{
	font-size: 13px;
	color: white;
	margin: 5px;
	padding: 2px 4px;
	white-space: nowrap;
	background: #a4a4a4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
#accessmap p{
	margin-bottom:0 !important;
}
#accessmap span{
	font-weight:bold;
}

/* コンテンツページ
----------------------------- */
.entry-meta {
	color: #888;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* ページネーション　タイプ：[1/5][1][2][3][4][5][>] */
#content .wp-pagenavi{
	margin: 10px 0 0 0;
	padding: 5px 0;
	text-align: center;
}
#content .wp-pagenavi .pages{
	background: #666;
	border: 1px solid #666;
	color: #fff;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span{
	padding: 6px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	background: #f2f2f2;
}
#content .wp-pagenavi a:hover{
	background: #ccc;
	border: 1px solid #666;
}
#content .wp-pagenavi span.current{
	background: #0080CC;
	color: #fff;
	border: 1px solid #0080CC;
}

/* ページネーション　タイプ：[<前へ] [次へ>] */
#nav-below{
	position: relative;
	overflow: hidden;
	padding: 7px 0;
	margin: 0 10px 10px 10px;
}
#nav-below .nav-previous{
	float: left;
	width: 50%;
}
#nav-below .nav-next{
	float: right;
	text-align: right;
	width: 50%;
}
#nav-below .nav-list{
	margin: 0 auto;
	width: 100px;
}
#nav-below .nav-previous a,
#nav-below .nav-next a{
	padding: 6px 10px;
	border-radius: 3px;
	color: #666;
	background: #f2f2f2;
	border: 1px solid #BFBFBF;
	text-decoration: none;
}
#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover{
	color: #fff;
	background: #897058;
	border: 1px solid #897058;
}
.edit-link {
	padding-top: 15px;
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* リンクボタン */
.Linkbanner{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: white !important;
	width: 350px;
	cursor: pointer;
	text-decoration: none;
	border:3px solid #6c5845;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family:arial, helvetica, sans-serif;
	padding: 15px 15px 15px 15px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	text-align: center;
	color: #FFFFFF;
	background: #897058;
	background: -moz-linear-gradient(top,  #897058 0%, #6c5845 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#897058), color-stop(100%,#6c5845));
	background: -webkit-linear-gradient(top,  #897058 0%,#6c5845 100%);
	background: -o-linear-gradient(top,  #897058 0%,#6c5845 100%);
	background: -ms-linear-gradient(top,  #897058 0%,#6c5845 100%);
	background: linear-gradient(to bottom,  #897058 0%,#6c5845 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#897058', endColorstr='#6c5845',GradientType=0 );
}

/* TOP告知エリア
----------------------------- */
#topkokuchi{
	margin: 20px 0 0 0;
	padding: 15px 25px;
	border: 4px solid #ff7b91;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#topkokuchi h3{
	margin: 0 0 10px 0;
	padding: 5px 0 5px 33px;
	background: url(images/hana2.png) 0 0 no-repeat;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* 新着情報・ニュース
----------------------------- */
.entry-list{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* お問い合わせ
----------------------------- */
table.Contactform7 th{
	position: relative;
	text-align: left;
	vertical-align: top;
}
table.Contactform7 th span.nessesary{
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 0px 5px;
  color: #FFF !important;
  background: #df1f1f !important;
  border-radius: 4px;
}
table.Contactform7 td .note{
	color: #888;
	font-size: 80%;
}
table.Contactform7 tr:nth-child(2n) {background: #fff !important;}
#content .entry-content .wpcf7 table tr th{
	width: 180px;
	/*vertical-align: middle;*/
	/*background: #f2f2f2 url(images/icon_option.gif) 160px center no-repeat;*/
	text-align: left;
}
#content .entry-content .wpcf7 tr th,
#content .entry-content .wpcf7 tr td {
	padding: 10px;
	/*border: 1px solid #e6e6e6;*/
}
#content .entry-content .wpcf7 tr th.need {
	/*background: #f2f2f2 url(images/icon_neccesary.gif) 160px center no-repeat;*/
}
#content .wpcf7 table input {
	width: 250px;
	margin: 0 5px 8px 0;
}
#content .wpcf7 table input.text_short {
	width: 50px;
}
#content .wpcf7 table textarea {
	width: 350px;
	height: 8em;
	margin: 0 5px 8px 0;
}
#content table wpcf7-checkbox input {
	width: auto;
	height: 1;
	margin: 0 2px 8px 0;
}
#content span.wpcf7-list-item{
	display: block;
	white-space: nowrap;
}
#content span.wpcf7-list-item input{
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
	width: auto;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control-wrap.your-occupation,
.wpcf7-form-control-wrap.your-subject,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required{
	display: block;
	width: 100%;
}
span.wpcf7-list-item {
	display: inline;
	margin: 0 12px 0 0 !important;
	white-space: nowrap;
}
span.wpcf7-list-item input {
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
}
span.wpcf7-form-control-wrap select{
	margin: 0;
}

form.inputnone input[type="text"],
form.inputnone textarea {
	background: #F9F9F9;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 4px;
}

.referencemark{
	margin: 0 0 15px 0;
	border: 1px dotted #ccc;
	padding: 10px;
	font-size: 12px;
	background: #ffe5e8;
}
.referencemark strong{
	color: #e60012;
}
.Btn{text-align:center;}	
.btn_submit input,
.wpcf7-submit{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;	/* IE6,7 に対応 */
	*zoom: 1;	/* IE6,7 に対応 */
	color: white !important;
	width: 150px;
	padding: 3px 0;
	background: #0080CC;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	border:3px solid #047334; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px; font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #0080CC;
	background: #047334; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYTk0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDc0MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #02a94a 0%, #047435 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02a94a), color-stop(100%,#047435)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #02a94a 0%,#047435 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #02a94a 0%,#047435 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #02a94a 0%,#047435 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #02a94a 0%,#047435 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a94a', endColorstr='#047435',GradientType=0 ); /* IE6-8 */
}
.btn_submit input:hover,
.wpcf7-submit:hover{
	border:3px solid #095028;
	background: #099947; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5OTk0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzU5MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #099947 0%, #035928 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#099947), color-stop(100%,#035928)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #099947 0%,#035928 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #099947 0%,#035928 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #099947 0%,#035928 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #099947 0%,#035928 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099947', endColorstr='#035928',GradientType=0 ); /* IE6-8 */
}

/* 通常のフォーム用 */
input[type="text"],
input[type="email"],
textarea{
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}
/* 確認画面のフォーム用 */
	form.inputnone input[type="text"],
	form.inputnone input[type="email"],
	form.inputnone textarea{
	background: #F9F9F9;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 4px;
}

/* 送信・確認ボタン */
.btn_submit input,
.wpcf7-submit{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: white !important;
	width: 150px;
	cursor: pointer;
	text-decoration: none;
	border:3px solid #6c5845;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	text-align: center;
	color: #FFFFFF;
	background: #897058;
	background: -moz-linear-gradient(top,  #897058 0%, #6c5845 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#897058), color-stop(100%,#6c5845));
	background: -webkit-linear-gradient(top,  #897058 0%,#6c5845 100%);
	background: -o-linear-gradient(top,  #897058 0%,#6c5845 100%);
	background: -ms-linear-gradient(top,  #897058 0%,#6c5845 100%);
	background: linear-gradient(to bottom,  #897058 0%,#6c5845 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#897058', endColorstr='#6c5845',GradientType=0 );
}
.btn_submit input:hover,
.wpcf7-submit:hover{
	border: 3px solid #624e3a;
	background: #897058;
	background: -moz-linear-gradient(top,  #897058 0%, #624e3a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#897058), color-stop(100%,#624e3a));
	background: -webkit-linear-gradient(top,  #897058 0%,#624e3a 100%);
	background: -o-linear-gradient(top,  #897058 0%,#624e3a 100%);
	background: -ms-linear-gradient(top,  #897058 0%,#624e3a 100%);
	background: linear-gradient(to bottom,  #897058 0%,#624e3a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#897058', endColorstr='#624e3a',GradientType=0 );
}
/* 戻るボタン */
#wpcf7-modify{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #333 !important;
	width: 150px;
	padding: 10px;
	background: #0080CC;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	border:3px solid #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
#wpcf7-modify:hover{
	border:3px solid #aaa;
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d3d3d3',GradientType=0 );
}

/* サイトマップ
----------------------------- */
#sitemap ul{
	margin: 0 0 24px 0;
	list-style: none;
}
#sitemap ul ul{
	margin: 0 0 20px 0;
	clear: both;
}
#sitemap ul ul ul{
	margin: 0 0 0 24px;
	clear: both;
}
#sitemap ul li{
	padding: 3px 0;
	/zoom : 1;
}
#sitemap ul li:after{content : ''; display : block; clear : both;}

#sitemap ul li.page_item a{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 34px;
	clear: none;
	line-height: 31px;
	text-decoration: none;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#sitemap ul ul.children li a{
	color: #333;
	font-weight: normal;
	font-size: 16px;
	min-width: auto;
	margin-bottom: 0;
	float: none;
	clear: both;
	padding: 0 0 0 18px;
	background: url(images/listmark01.png) 7px 5px no-repeat;
	height: auto;
	line-height: 22px;
}
#sitemap ul ul.children li a:hover{
	color: #0080CC;
}

#sitemap ul li.page-item-24,
#sitemap ul li.page-item-34,
#sitemap ul li.page-item-36{
	display: none;
}

/* ============================
   sidebox
/* ============================ */
#sidebox #sidemenu{
	margin-bottom: 30px;
	border-top: 5px solid #a8d521;
	border-right: 5px solid #a8d521;
	border-bottom: 5px solid #a8d521;
	border-left: 5px solid #a8d521;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 100;
}
#sidebox #sidemenu h2{
	background: #a8d521;
	padding: 10px 5px;
	color: #fff;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 16px;
	margin-bottom: 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
#sidebox #sidemenu h3{
	background: #e5e5e5;
	padding: 5px 5px;
	color: #333;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
}
#sidebox #sidemenu ul{
	margin: 0;
	list-style: none;
}
#sidebox #sidemenu ul li{
	border-bottom: 2px dotted #a8d521;
}
#sidebox #sidemenu ul li:last-child{border-bottom: none;}
#sidebox #sidemenu ul li a{
	display: block;
	padding: 10px 15px 10px 35px;
	text-decoration: none;
	color: #333;
	background: url(images/listmark01.png) 10px 10px no-repeat;
}
#sidebox #sidemenu ul li a:hover{
	background-color: #f2f2f2;
}

/* Widget Areas
----------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 8px 0;
}
.widget-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding: 0 10px;
	border-left: 5px solid #0080cc;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
#secondary {
	margin-bottom: 30px;
}
#secondary ul{
	margin: 0;
	list-style: none;
}
#secondary h3 {
	display: none;
}
/* カウンター表示 */
.widget_countperday_widget {
	background: #fffa99;
	padding: 10px 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.widget_countperday_widget li:first-child {
	padding: 5px 0;
	border-top: none;
}
.widget_countperday_widget li {
	padding: 5px 0;
	border-top: 2px dotted #ebe467;
}

/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 9000;
}
.pagetop a {
	display: block;
	background: #7d7d7d;
	margin: 0 0 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	color: #fff;
	padding:5px;
	font-size:10px;
	text-decoration:none;
}
.pagetop a:hover {
	background: #897058;
	color: #ffffff;
}


/* ============================
   footer
/* ============================ */
#footer {
	background: url(images/foot.jpg) center top no-repeat;
}

#footermenu{
	clear: both;
	/*border-bottom: 1px solid #d7d7d6;*/
	width:900px;
	margin:0 auto;
	padding: 15px 0 90px 0;
	text-align: center;
}
#footermenu ul{
	overflow: hidden;
	margin: 0;
	list-style: none;
}
#footermenu ul li{
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
	font-size:13px;
}
#footermenu ul li:nth-last-of-type(1){
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 0;
}
#site-info {
	overflow: hidden;
	padding: 0;
}
#site-info a {
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}
#site-info p {
	margin: 0 15px 0 0;
	font-size: 13px;
	line-height: 16px;
}
#colophon{
	position: relative;
	/*border-top: 1px solid #fff;*/
	height:155px;
	color: #fff;
}
#colophon a{
	color: #fff;
}
#utilitymenu {
	position: absolute;
	top: 15px;
	right: 150px;
}
#utilitymenu ul{
	overflow: hidden;
	margin: 0;
	list-style: none;
}
#utilitymenu ul li{
	display: inline-block;
	margin-left: 10px;
	padding: 5px 0 5px 20px;
	background: url(images/listmark02.png) 0 center no-repeat;
	font-size: 12px;
}
}
#utilitymenu ul li:first-child{
	display: inline-block;
	margin-left: 10px;
	padding: 5px 0 5px 20px;
	border-left: 0;
}
#utilitymenu ul li.mail a {
	display: block;
	padding: 0 0 0 35px;
	line-height: 30px;
	background: url(images/icon_mail.png) 0 0 no-repeat;
}
#utilitymenu ul li.privacy a {
	display: block;
	padding: 0 0 0 35px;
	line-height: 30px;
	background: url(images/icon_privacy.png) 0 0 no-repeat;
}
#utilitymenu ul li.map a {
	display: block;
	padding: 0 0 0 35px;
	line-height: 30px;
	background: url(images/icon_map.png) 0 0 no-repeat;
}
hr.dotted{
	width: 750px;
	margin: 25px 0 18px 0;
    border: 0;
    height: 1px;
    background: url(images/bg_dotted2.gif) 0 0 repeat-x;
}
#site-copy {
	position: absolute;
	top: 100px;
	right: 150px;
}
#site-pr {
	position: absolute;
	top: 100px;
	left: 0;
}
#site-qr {
	position: absolute;
	bottom: 20px;
	right: 0;
}

/* ============================
   Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	display: none;
	/*-webkit-text-size-adjust: none;*/
}


/* ============================
   Print Style
/* ============================ */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}