/*
Theme Name: CHAPTER 01
Description: WordPress Design Book
*/

/* 基本 */
body	{font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}


a	{text-decoration: none;
	color: #0c8bcd}

a img	{border: none}

.g_menu a:link {/*未訪問のリンク*/
	color:#FFF;
	font-style:normal;
	text-decoration:none;
}
.g_menu a:visited {/*訪問後のリンク*/
    color:#FFF;
    text-decoration:none;
}
.g_menu a:hover {/*マウスをのせたとき*/
    color:#FFF;
    font-style:normal;
    text-decoration:underline;
}

.g_menu2 a:link {/*未訪問のリンク*/
	color:#FFF;
	font-style:normal;
	text-decoration:none;
}
.g_menu2 a:visited {/*訪問後のリンク*/
    color:#FFF;
    text-decoration:none;
}
.g_menu2 a:hover {/*マウスをのせたとき*/
    color:#FFF;
    font-style:normal;
    text-decoration:underline;
}

/* ベース */
#tb {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/tb.jpg);
	background-repeat: repeat-y;
}

body {
	background-color: #fbe6ef;
}


/* コンテナ */
div#container	{width: 900px;
	margin: auto}

/* ヘッダー */

#header1 {
	height: 50px;
	width: 900px;
}


div#header	{font-family: 'Trebuchet MS', sans-serif;
	margin-bottom: 20px}

div#header h1	{font-size: 1em;
	margin: 0}

div#header h1 a	{color: #000000}

div#header p#desc	{font-size: 1em;
	font-weight: bold;
	color: #999999;
	margin: 0 0 5px}

div#subinfo	{text-align: right;
	margin: -32px 0 5px}

/* ナビゲーションバー */
div#nav	{font-size: 0.75em;
	height: 20px;
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
	margin-bottom: 8px;
}

div#nav ul	{margin: 0;
	padding: 0}

div#nav li	{list-style-type: none;
	float: left
}

div#nav li a	{display: block;
	width: 143.5px;
	line-height: 20px;
	border-right: solid 1px #aaaaaa;
	color: #000000;
	text-align: center

}

div#nav li a:hover	{background-color: #c4f254}

div#nav a:hover	{background-color: #c4f254}

/* コンテンツ */
div#content	{width: 580px;
	float: left}

p.title	{font-weight: bold;
	color: #585858;
	width: 200px;
	margin: 0 0 10px;
	padding: 0 30px 0 10px;
	background-image: url(bar.png);
	background-repeat: no-repeat;
	background-position: right top}

p.pagenation	{font-size: 0.75em;
	overflow: hidden}

span.oldpage	{float: left}

span.newpage	{float: right}


/* 記事 */
div.post	{margin-bottom: 30px;
	overflow: hidden}

div.post h2	{background-image: url(chip.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	font-size: 0.875em;
	padding: 10px 18px;
	margin: 0}

div.post h2 a	{color: #000000}

div.post p	{font-size: 0.875em;
	line-height: 1.6}

div.post p.postcat	{text-align: right;
	margin: -10px 10px 10px 0}

div.post p.postcat a	{font-size: smaller;
	background-color: #a7d043;
	border-radius: 2px;
	color: #ffffff;
	padding: 1px 5px}

div.post p.postinfo	{color: #0c8bcd;
	text-align: right;
	margin: 0}

/* 記事内の画像 */
.aligncenter	{display: block;
	margin-left: auto;
	margin-right: auto}

.alignleft	{float: left;
	margin-right: 10px;
	margin-bottom: 10px}

.alignright	{float: right;
	margin-left: 10px;
	margin-bottom: 10px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px}

/* サイドバー */
div#sidebar	{width: 300px;
font-size: 0.8em;
	float: right}

#specpagewidgets-3 .widget spec_page_widget 
{
font-size: 0.8em;
}

div#sidebar ul	{margin: 0;
	padding: 0;
	list-style-type: none}

div#sidebar .widget	{margin-bottom: 20px}

div#sidebar h2	{font-size: 0.75em;
	color: #ffffff;
	background-color: #aaaaaa;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 0}

div#sidebar li li	{font-size: 0.75em;
	border-bottom: dotted 1px #aaaaaa;
	margin: 0}

div#sidebar li li a	{color: #000000;
	display: block;
	padding: 5px 10px}

div#sidebar li li a:hover	{background-color: #f7e29e}

/* フッター */
div#footer	{border-top: solid 1px #aaaaaa;
	padding: 6px 0;
	clear: both}

div#footer p	{font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	margin: 0}
.ce {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#g_navi {
	text-align: center;
	height: 30px;
	width: 900px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #004e96;
	color: #FFF;
	border-top-color: #80a7cb;
	border-bottom-color: #80a7cb;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
}
	
.g_menu {
	float: left;
	width: 127px;
	padding-top: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.g_menu2 {
	float: left;
	width: 127px;
	padding-top: 3px;
}




.navi2 {
	font-size: 90%;
	text-align: center;

	padding-bottom: 5px;
}

.b_l {
	float: left;
	width: 145px;
}
.b_r {
	float: right;
	width: 145px;
}
.b_clear {
	clear: both;
}
.floatClear {
	clear: left;
	overflow: hidden;
}
.banacap {
	font-size: 80%;
	text-align: center;
}
.leaf {
	color: #093;
}
.copw {
	text-align: center;
}
.topul {
	list-style-image: url(img/li.jpg);
}
.text80 {
	font-size: 80%;
}
span.wpcf7-list-item 
{ display: inline-block; 
}

/* 申込書リスト */
.mou {
	list-style-image: url(../../../../takinonomori/squ1.png);
}
.mouline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0CF;
}
.moub {
	font-size: 150%;
	font-weight: bold;
	color: #3a863e;
	text-align: center;
}

.fcol {
	color: #864c3b;
}

.txt80g{
	font-size: 0.8em;
	color: #666464;
}
/* サムネイル画像 */
div.post p.thumb	{float: left;
	margin: 0 10px 10px 0}

.linkc {
	margin-left: 20px;
}

.linkdot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.orline {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0F0;
}

#park {
	font-size: 0.8em;
}
.hot {
	font-weight: bold;
	color: #F00;
}
.formtitle {
	color: #FFF;
	background-color: #06F;
	border-radius: 3px;
	margin: 1px;
	font-weight: bold;
	text-align: center;
}

#size
 {
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;

}

.findhot {
	font-size: 1.5em;
	line-height: 150%;
	font-weight: bold;
	color: #669933;
}

#col1 {
	list-style-image: url(http://www.takinopark.com/takino-wp/wp-content/uploads/2015/11/squ1.png);
	font-size: 0.85em;

}

/*団体利用*/

.dantai {

	color: #006633;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003333;
	border-left-color: #003333;
	padding-left: 5px;
	padding-bottom: 5px;
}
.summer_c {
	color: #72b02d;
}
.summer_c {
	color: #72b02d;
}
.winter_c {
	color: #187fc4;
}
.righttex {
	text-align: right;
}
.pagetop {
	font-size: 80%;
	color: #666666;
	text-align: right;
}


.formfin {
	font-weight: bold;
	background-image: url(squ1.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 5px;
}
.find1 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}
.find1ce {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.omfind2 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
}
.rightph {
	clear: right;
	float: right;
}
.left180 {
	float: left;
	width: 180px;
	text-indent: 0px;
}
.right510 {
	float: right;
	width: 510px;
}
.noicoli {
	list-style-type: none;
}

#col1 .dantairight2 {
	padding-left: 50px;
}
#col1 .dantairight3 {
	padding-left: 100px;
}
.dantainavi {
	list-style-image: url(squ1.png);
}

/*ページトップ*/
.to top:hover {
	background:#e74c3c;
}

/*プレスリリース*/

#press {
	font-size: 85%;
	line-height: 140%;
	list-style-image: url(http://www.takinopark.com/takino-wp/wp-content/uploads/2015/11/squ1.png);
}


.presstitle1 {
	font-size: 150%;
	color: #006633;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003333;
	border-left-color: #003333;
	padding-left: 5px;
	padding-bottom: 5px;
}
.presstittole2 {
	font-size: 150%;
	color: #006633;
}

/*旧ページ*/
.takinotable1 {
	font-size: 0.85em;
	width: 99%;
	border-collapse: collapse;
	border:1px solid #333;
	text-align: center;
}

#stcontents h3 {
	background-color: #dc86a0;
	color: #FFF;
	margin-top:30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size:1em;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
clear:both
	}

#stcontents h4 {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #666;
	color: #009f5d;
	font-size: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	clear:both
}
.exp1 {
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #666;
}
/*スタンダードサイドバー*/
#sidebarnav    {
	font-size: 1.2em;
	background-color: #3ea4e8;
	color: #FFF;
	margin-top: 10px;
}
#sidebarnav li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebartitle {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #008CD6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 1px;
}
#sidebar sl {
	display: block;
	margin-top: 3px;
}
.pagenavhead {
	display: inline;
	color: #F63;
}
/*「遊ぼう」*/
.bl2 {
	font-size: 0.85em;
	width: 46%;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;

}
.bl2 .f2 {
	background-color: #696;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
}
#morinosumika,#goriyo,#kodomonotani,#0a,#0b,#0c,#0d,#0e,#0f,#0g {
	clear:both
}

.food {
	background-color: #fbdac8
}


.ani {
	font-size: 1.2em;
	font-weight: bold;
	color: #72a57a;
}

.b40 {
color:#b5b5b6
}

.st-search {
	background-color: #F9C;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
	text-align: center;
}
.mori {
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
}
.morihot {
	color: #F03;
	font-weight: bold;
}
.morishisetsu {
	clear: both;
}
.banner4 {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.3em;
}
.cancel {
	margin-right: auto;
	margin-left: auto;
	width: 274px;
	display: block;
}
.cancelt {
	margin-bottom: 5px;
}

.morinum {
	font-size: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC7C7D;
}
.morititle {
	font-size: 1.5em;
	color: #304E9E;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.eng {
	text-align: right;
}
.dark {
	color: #666;
}