@charset "utf-8";
/*
Theme Name:     twentyten-child
Description:    Twenty Ten を親テーマとする子テーマ
Template:       twentyten
*/

/*** 以下、Twentytenのstyle.cssからコピー　2226行目まで ***/

/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	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-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0;
	width: 640px;
}
.container-okini {
	background-color:#fff;
	border-left:#777 solid 1px;
	border-right:#777 solid 1px;
	padding:0 39px;
	position:relative;
	min-height:850px;
}
#container-okiniTop,
#container-okiniBottom {
	background: url(images/container-okinitop.gif) no-repeat;
	height:6px;
	width:720px;
	float:right;
}
#container-okiniBottom { background: url(images/container-okinibottom.gif) no-repeat; }

#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 190px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

#page-content {
	overflow:hidden;
	padding:20px 60px;
	min-height:500px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
input[type=submit] {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
pre {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
code {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 100%;
}
#wrapper {
	padding: 0;  background: transparent;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1; background-image: url(https://l-osaka.or.jp/fukushi-kyousai/wp-content/uploads/2014/03/back_tile.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}
body,
input,
textarea {
	color: #333;
	font-size: 82%;
	line-height: 150%;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
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 {
	font-style: italic;
	padding: 0 3em;
}
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"],
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: 2px;
}
a:link {
	color: #127296;
}
a:visited {
	color: #777;
}
a:active,
a:hover {
	color: #1eb0e7;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header-top {
	padding: 0;
	background: url(images/top/header_back.jpg) repeat-x;
	height:204px;
	width:100%;
}
#header {
	padding: 0;
	background: url(images/header_back.jpg) repeat-x;
	height: 143px; /*125px; */
	width:100%;
}
#masthead-top {
	width:920px;
	margin:0 auto;
}
#masthead {
	width:920px;
	margin:0 auto;
	position:relative;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	display: block;
	float: left;     border: none;
}
#branding .goToHome {
	position:absolute; right:0; top:10px;
}

/* =Menu
-------------------------------------------------------------- */

#accessLink {
	display: block;
	float: left;
	margin: 0 auto;
}
#accessLink ul {
	margin:26px 0 0 0;
	float:left;
	width:920px;
}
#accessLink li { list-style:none; }
#accessLink li a {
	text-indent:-99999px;
	float:left;
	margin:0;
	height:39px;
}

#navi01 a { background: url(images/head_menu01.jpg) no-repeat; width:148px; }
#navi02 a { background: url(images/head_menu02.jpg) no-repeat; width:148px; }
#navi03 a { background: url(images/head_menu03.jpg) no-repeat; width:148px; }
#navi04 a { background: url(images/head_menu04.jpg) no-repeat; width:183px; }
#navi05 a { background: url(images/head_menu05.jpg) no-repeat; width:151px; }

#navi01 a:hover { background: url(images/head_menu01.jpg) no-repeat 0 -39px; }
#navi02 a:hover { background: url(images/head_menu02.jpg) no-repeat 0 -39px; }
#navi03 a:hover { background: url(images/head_menu03.jpg) no-repeat 0 -39px; }
#navi04 a:hover { background: url(images/head_menu04.jpg) no-repeat 0 -39px; }
#navi05 a:hover { background: url(images/head_menu05.jpg) no-repeat 0 -39px; }

#accessLink .navi01-a a,
#accessLink .navi01-b a,
#accessLink .navi01-c a,
#accessLink .navi01-d a,
#accessLink .navi01-e a {
	width:300px;
	height:30px; !important
}
#accessLink .navi01-a a { background: url(images/navi_sub01.png) no-repeat; }
#accessLink .navi01-b a { background: url(images/navi_sub02.png) no-repeat; }
#accessLink .navi01-c a { background: url(images/navi_sub03.png) no-repeat; }
#accessLink .navi01-d a { background: url(images/navi_sub04.png) no-repeat; }
#accessLink .navi01-e a { background: url(images/navi_sub05.png) no-repeat; height:34px; }

#accessLink .navi01-a a:hover { background: url(images/navi_sub01.png) no-repeat 0 -30px; }
#accessLink .navi01-b a:hover { background: url(images/navi_sub02.png) no-repeat 0 -30px; }
#accessLink .navi01-c a:hover { background: url(images/navi_sub03.png) no-repeat 0 -30px; }
#accessLink .navi01-d a:hover { background: url(images/navi_sub04.png) no-repeat 0 -30px; }
#accessLink .navi01-e a:hover { background: url(images/navi_sub05.png) no-repeat 0 -34px; }

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#main-container {
	width:920px;
	padding:0 20px;
	margin:0 auto;
	overflow:hidden;
}

#wrapper .okiniNetArea {
	background: url(images/okini_back.gif) repeat;
	margin:0px 0 0 0; /* 18px */
}

#left-content {
	width:475px;
	float:left;
}
#right-content {
	width:445px;
	height:783px;
	float:right;
	background: url(images/top/okininet_back.jpg) no-repeat;
}
#bottom-content {
	width:920px;
	clear:both;
	float:left;
	text-align:center;
	background: url(images/footer_line.jpg) no-repeat top left;
	padding:20px 0 0 0;
	margin:35px 0 0 0;
	position:relative;
}
#bottom-content p {
	margin:10px 0 0 0;
	color:#333;
	font-size:95%;
}
#bottom-content .illustcCut {
	position:absolute; top:-190px; left:100px;
}

#left-content ul {
	margin:0 0 25px 0;
	background: url(images/top/menu_img.gif) no-repeat 270px bottom;
	float:left;
	width:475px;
	height:327px;
}
#left-content li { list-style:none; }
#left-content li a {
	float:left;
	margin:15px 15px 0 0;
}

#right-content h2 {
	float:left;
	margin:25px 0 0 30px;
}
#right-content ul {
	margin:20px 0 0 40px;
	float:left;
}
#right-content li {
	text-indent:-99999px;
	list-style:none;
}
#right-content li a {
	text-indent:-99999px;
	float:left;
	clear:both;
}
#right-content #okini16 a {
	text-indent:0px;
	margin-left:-10px;
}

#okini01 a { background: url(images/top/top_okini01.gif) no-repeat; width:114px; height:26px; margin-bottom:22px; }
#okini02 a { background: url(images/top/top_okini02.gif) no-repeat; width:114px; height:26px; margin-bottom:22px; }
#okini03 a { background: url(images/top/top_okini03.gif) no-repeat; width:114px; height:26px; margin-bottom:22px; }
#okini04 { background: url(images/top/top_okini04.gif) no-repeat; width:114px; height:26px; margin-bottom:5px; float:left; clear:both; }
#okini05 a { background: url(images/top/top_okini05.gif) no-repeat; width:76px; height:20px; margin:0 0 8px 50px; }
#okini06 a { background: url(images/top/top_okini06.gif) no-repeat; width:89px; height:20px; margin:0 0 8px 50px; }
#okini07 a { background: url(images/top/top_okini07.gif) no-repeat; width:121px; height:20px; margin:0 0 8px 50px; }
#okini08 a { background: url(images/top/top_okini08.gif) no-repeat; width:178px; height:20px; margin:0 0 8px 50px; }
#okini09 a { background: url(images/top/top_okini09.gif) no-repeat; width:57px; height:20px; margin:0 0 8px 50px; }
#okini10 a { background: url(images/top/top_okini10.gif) no-repeat; width:103px; height:20px; margin:0 0 22px 50px; }
#okini11 { background: url(images/top/top_okini11.gif) no-repeat; width:114px; height:26px; margin-bottom:5px; float:left; clear:both; }
#okini12 a { background: url(images/top/top_okini12.gif) no-repeat; width:77px; height:20px; margin:0 0 8px 50px; }
#okini13 a { background: url(images/top/top_okini13.gif) no-repeat; width:77px; height:20px; margin:0 0 22px 50px; }
#okini14 a { background: url(images/top/top_okini14.gif) no-repeat; width:114px; height:26px; margin-bottom:22px; }
#okini15 a { background: url(images/top/top_okini15.gif) no-repeat; width:114px; height:26px; margin-bottom:30px; }

#okini01 a:hover { background: url(images/top/top_okini01.gif) no-repeat 0 -26px; }
#okini02 a:hover { background: url(images/top/top_okini02.gif) no-repeat 0 -26px; }
#okini03 a:hover { background: url(images/top/top_okini03.gif) no-repeat 0 -26px; }
#okini05 a:hover { background: url(images/top/top_okini05.gif) no-repeat 0 -20px; }
#okini06 a:hover { background: url(images/top/top_okini06.gif) no-repeat 0 -20px; }
#okini07 a:hover { background: url(images/top/top_okini07.gif) no-repeat 0 -20px; }
#okini08 a:hover { background: url(images/top/top_okini08.gif) no-repeat 0 -20px; }
#okini09 a:hover { background: url(images/top/top_okini09.gif) no-repeat 0 -20px; }
#okini10 a:hover { background: url(images/top/top_okini10.gif) no-repeat 0 -20px; }
#okini12 a:hover { background: url(images/top/top_okini12.gif) no-repeat 0 -20px; }
#okini13 a:hover { background: url(images/top/top_okini13.gif) no-repeat 0 -20px; }
#okini14 a:hover { background: url(images/top/top_okini14.gif) no-repeat 0 -26px; }
#okini15 a:hover { background: url(images/top/top_okini15.gif) no-repeat 0 -26px; }

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#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;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 35px 0;
	float:left;
	overflow:hidden;
	width:100%;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-summary {
	clear: both;
	padding: 15px 0 0 20px;
}
.entry-summary th, .entry-summary td {
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	padding:0 5px;
}
.entry-summary table { margin:5px 0;}

#line-table {
	border-top:#aaa 1px solid;
	border-left:#aaa 1px solid;
}
#line-table th, #line-table td {
	border-bottom:#aaa 1px solid;
	border-right:#aaa 1px solid;
	padding:3px 10px;
	vertical-align:middle;
}
#line-table th { background-color:#eee; }
#line-table .center { text-align:center; }
#line-table .right { text-align:right; }

#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 label {
	color: #888;
	font-size: 12px;
}
.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%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	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;
}

#topShadow, #bottomShadow {
	background: url(images/okini_back_top.jpg) repeat-x;
	height:10px;
	width:100%;
	margin-bottom:20px;
}
#bottomShadow {
	background: url(images/okini_back_bottom.jpg) repeat-x;
	margin:20px 0 0 0;
}

#riyouTop,
#healthTop,
#howtoTop,
#aboutusTop,
#containerBottom {
	width:920px;
	height:30px;
	margin: 0 auto;
}
#riyouTop { background: url(images/page_container_top01.png) no-repeat center; }
#healthTop { background: url(images/page_container_top02.png) no-repeat center; }
#howtoTop { background: url(images/page_container_top03.png) no-repeat center; }
#aboutusTop { background: url(images/page_container_top04.png) no-repeat center; }
#containerBottom {
	background: url(images/page_container_bottom.png) no-repeat center;
	height:25px;
}

#search .no-results {
	margin:130px 0 0 0;
}
#search .no-results h2 {
	background-color:#666;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.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: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	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;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}	

#nav, #nav ul{position:relative;}
#nav a{display:block;}
#nav a:hover{color:#333;}
#nav li{
float:left;
position:relative;
}
#nav ul {
position:absolute;
display:none;
width:300px;
top:13px;
z-index:99;
}
#nav li ul a{
height:auto;
float:left;
}
#nav ul ul{top:auto;}
#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =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-area #s {/* This keeps the search inputs in line */
	width: 70%;
	margin:20px 0;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.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;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

#primary ul {
	margin:0 0 40px 0;
	padding:0;
	overflow:hidden;
}
#primary li {
	text-indent:-99999px;
	list-style:none;
}
#primary li a {
	text-indent:-99999px;
	width:190px;
}

#catMenu01 a { background: url(images/cat_menu01.gif) no-repeat; height:50px; float:left; }
#catMenu02 a { background: url(images/cat_menu02.gif) no-repeat; height:50px; float:left; }
#catMenu03 a { background: url(images/cat_menu03.gif) no-repeat; height:50px; float:left; }
#catMenu04 { background: url(images/cat_menu04.gif) no-repeat; height:50px; float:left; width:190px; }
#catMenu05 a { background: url(images/cat_menu05.gif) no-repeat; height:16px; margin:0 0 6px 0; float:left; }
#catMenu06 a { background: url(images/cat_menu06.gif) no-repeat; height:16px; margin:6px 0; float:left; }
#catMenu07 a { background: url(images/cat_menu07.gif) no-repeat; height:16px; margin:6px 0; float:left; }
#catMenu08 a { background: url(images/cat_menu08.gif) no-repeat; height:16px; margin:6px 0; float:left; }
#catMenu09 a { background: url(images/cat_menu09.gif) no-repeat; height:16px; margin:6px 0; float:left; }
#catMenu10 a { background: url(images/cat_menu10.gif) no-repeat; height:16px; margin:6px 0 15px 0; float:left; }
#catMenu11 { background: url(images/cat_menu11.gif) no-repeat; height:50px; float:left; width:190px; }
#catMenu12 a { background: url(images/cat_menu12.gif) no-repeat; height:16px; margin:0 0 6px 0; float:left; }
#catMenu13 a { background: url(images/cat_menu13.gif) no-repeat; height:16px; margin:6px 0 15px 0; float:left; }
#catMenu14 a { background: url(images/cat_menu14.gif) no-repeat; height:50px; float:left; }
#catMenu15 a { background: url(images/cat_menu15.gif) no-repeat; height:50px; float:left; }
#catMenu16 a { background: url(images/cat_menu16.gif) no-repeat; height:80px; float:left; }
#catMenu17 a { background: url(images/cat_menu17.gif) no-repeat; height:50px; float:left; }

#catMenu01 a:hover { background: url(images/cat_menu01.gif) no-repeat 0 -50px; }
#catMenu02 a:hover { background: url(images/cat_menu02.gif) no-repeat 0 -50px; }
#catMenu03 a:hover { background: url(images/cat_menu03.gif) no-repeat 0 -50px; }
#catMenu05 a:hover { background: url(images/cat_menu05.gif) no-repeat 0 -16px; }
#catMenu06 a:hover { background: url(images/cat_menu06.gif) no-repeat 0 -16px; }
#catMenu07 a:hover { background: url(images/cat_menu07.gif) no-repeat 0 -16px; }
#catMenu08 a:hover { background: url(images/cat_menu08.gif) no-repeat 0 -16px; }
#catMenu09 a:hover { background: url(images/cat_menu09.gif) no-repeat 0 -16px; }
#catMenu10 a:hover { background: url(images/cat_menu10.gif) no-repeat 0 -16px; }
#catMenu12 a:hover { background: url(images/cat_menu12.gif) no-repeat 0 -16px; }
#catMenu13 a:hover { background: url(images/cat_menu13.gif) no-repeat 0 -16px; }
#catMenu14 a:hover { background: url(images/cat_menu14.gif) no-repeat 0 -50px; }
#catMenu15 a:hover { background: url(images/cat_menu15.gif) no-repeat 0 -50px; }
#catMenu16 a:hover { background: url(images/cat_menu16.gif) no-repeat 0 -80px; }
#catMenu17 a:hover { background: url(images/cat_menu17.gif) no-repeat 0 -50px; }

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	width:920px;
	margin:0 auto 30px auto;
	text-align:center;
}
#contact-info {
	overflow: hidden;
	font-weight:bold;
	color:#333;
	font-size:115%;
	background: url(images/footer_line.jpg) no-repeat bottom left;
	padding:20px 0;
	margin:0 0 10px 0;
	position:relative;
}
#contact-address {
	background-color:#535353;
	padding: 5px 10px;
	margin:0 20px 0 0;
	color:#fff;
	width:110px;
	font-size:95%;
}
.bigbold { font-size:160%; letter-spacing:-0.05em; }

#pagetop a {
	position:absolute; right:0; bottom:7px;
}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

address { font-size:85%; }


/* =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 {
	-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;
	}
}

/* Category
-------------------------------------------------------------- */

.cat-pagetitle {
	float:left;
	height:205px;
	width:317px;
	margin:0 0 0 -39px;
	text-indent:-99999px;
}
#department .cat-pagetitle { background: url(images/cat_titleimg01.jpg) no-repeat; }
#travel .cat-pagetitle { background: url(images/cat_titleimg02.jpg) no-repeat; }
#lodging .cat-pagetitle { background: url(images/cat_titleimg03.jpg) no-repeat; }
#amusement .cat-pagetitle { background: url(images/cat_titleimg05.jpg) no-repeat; }
#sports .cat-pagetitle { background: url(images/cat_titleimg06.jpg) no-repeat; }
#leisure .cat-pagetitle { background: url(images/cat_titleimg07.jpg) no-repeat; }
#bowlling .cat-pagetitle { background: url(images/cat_titleimg08.jpg) no-repeat; }
#movie .cat-pagetitle { background: url(images/cat_titleimg09.jpg) no-repeat; }
#spa .cat-pagetitle { background: url(images/cat_titleimg10.jpg) no-repeat; }
#wedding .cat-pagetitle { background: url(images/cat_titleimg12.jpg) no-repeat; }
#funeral .cat-pagetitle { background: url(images/cat_titleimg13.jpg) no-repeat; }
#restaurant .cat-pagetitle { background: url(images/cat_titleimg14.jpg) no-repeat; }
#other .cat-pagetitle { background: url(images/cat_titleimg15.jpg) no-repeat; }

.entry-title {
	padding:5px 10px 5px 20px;
	font-weight:bold;
	font-size:125%;
	color:#fff;
}
#department h2 { background-color:#ec6dc1; }
#travel h2 { background-color:#54d551; }
#lodging h2 { background-color:#2172e1; }
#amusement h2,
#sports h2,
#leisure h2,
#bowlling h2,
#movie h2,
#spa h2 { background-color:#e18d21; }
#wedding h2,
#funeral h2 { background-color:#e1d621; }
#restaurant h2 { background-color:#6921e1; }
#other h2 { background-color:#21bfe1; }
#search h2 { background-color:#999999;  margin: 15px 0;} /*20181107追記*/

#search h1 {
	height:130px; /* */
	width:260px;
	margin:20px 0 10px 0;
}

h2 .pict {
	float:right;
	margin:0 0 0 3px;
}

#pictTable {
	background: url(images/pict_frame.gif) no-repeat;
	width:390px;
	height:141px;
	position:absolute; right:20px; top:30px;
}
#pictTable tr, #pictTable td {
	vertical-align:middle;
	color:#333;
	line-height:1.2em;
	font-size:95%;
}
#pictTable .pictDis { line-height:1.8em; padding-top:5px; }
#pictTable td {
	padding:1px;
}

#container .pictTableSearch {
	position: absolute; top:20px; right:20px;
}

.tokuyakuData {
	padding:10px 10px 10px 20px;
	background: url(images/dotline.gif) no-repeat bottom;
	float:left;
	width:610px;
}
.address { float:left; margin:0; }
.url { float:left; margin:0; clear:left; }
.tel {
	float:right;
	background: url(images/telmark.gif) no-repeat 0 5px;
	padding:0 0 0 20px;
	margin:0;
}
.fax { float:right; margin:0; clear:right; }

.cat-other-obi {
	width:620px;
	padding:3px 10px;
	background-color:#c7f5ff;
	font-size:120%;
	font-weight:bold;
	float:left;
	text-align:center;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	margin:20px 0;
}


/* Post
-------------------------------------------------------------- */

.title-obi {
	padding:3px 10px;
	width:95%;
	font-weight:bold;
}

#department .title-obi { border:1px #ec6dc1 solid;　border-left:5px #ec6dc1 solid; color:#ec6dc1; }
#travel .title-obi { border:1px #54d551 solid; border-left:5px #54d551 solid; color:#54d551; }
#lodging .title-obi { border:1px #2172e1 solid; border-left:5px #2172e1 solid; color:#2172e1; }
#amusement .title-obi,
#sports .title-obi,
#leisure .title-obi,
#bowlling .title-obi,
#movie .title-obi,
#spa .title-obi { border:1px #e18d21 solid; border-left:5px #e18d21 solid; color:#e18d21; }
#wedding .title-obi,
#funeral .title-obi { border:1px #e1d621 solid; border-left:5px #e1d621 solid; color:#e1d621; }
#restaurant .title-obi { border:1px #6921e1 solid; border-left:5px #6921e1 solid; color:#6921e1; }
#other .title-obi { border:1px #21bfe1 solid; border-left:5px #21bfe1 solid; color:#21bfe1; }
#search .title-obi { border:1px #666 solid; border-left:5px #666 solid; color:#333; }

.shopData {
	background-color:#eee;
	padding:3px 10px;
	width:96%;
	margin:0 0 10px 0;
}

#post-508 th,
#post-508 td {
	vertical-align: top;
	padding:5px 0 0 0;
}



/* おおきにNet
-------------------------------------------------------------- */

#okiniNet {
	margin:0;
}
#okiniNet h1 {
	text-indent:-99999px;
	background: url(images/okini_logo.gif) no-repeat;
	float:left;
	width:414px;
	height:127px;
	margin-bottom:20px;
}
#okiniNet .description {
	float:right;
	width:480px;
	font-size:90%;
	line-height:140%;
	margin:30px 0 0 0;
}
#okiniNet .searchKeyword {
	width:100%;
	padding:20px 0;
	margin:0 0 20px 0;
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
	clear:both;
	overflow:hidden;
}
#okiniNet .searchKeyword img,
#okiniNet .searchKeyword form {
	float:left;
}
#okiniNet .searchKeyword img { margin:5px 0 0 0; }

#okiniNet input[type="text"] { width:200px; }

#okiniNet .searchCategory {
	overflow:hidden;
	position:relative;
	height:1130px;
}

#okiniCstLink01 { position:absolute; top:30px; left:0; }
#okiniCstLink02 { position:absolute; top:0; left:315px; }
#okiniCstLink03 { position:absolute; top:8px; right:0; }
#okiniCstLink05 { position:absolute; top:283px; left:10px; }
#okiniCstLink06 { position:absolute; top:221px; left:205px; }
#okiniCstLink07 { position:absolute; top:290px; left:436px; }
#okiniCstLink08 { position:absolute; top:241px; right:0; }
#okiniCstLink09 { position:absolute; top:539px; left:213px; }
#okiniCstLink10 { position:absolute; top:538px; right:18px; }
#okiniCstLink12 { position:absolute; top:620px; left:5px; }
#okiniCstLink13 { position:absolute; top:740px; left:195px; }
#okiniCstLink14 { position:absolute; top:742px; left:455px; }
#okiniCstLink15 { position:absolute; top:760px; right:0; }
#okiniCstLink-othe { position:absolute; bottom:0; left:30px; }
#okiniCstLink16 { position:absolute; bottom:35px; left:310px; }

#manual {
	margin:20px 0;
}
#manual h1 {
	text-indent:-99999px;
	background: url(images/manual_title.jpg) no-repeat;
	width:718px;
	height:95px;
	margin:0 0 40px -39px;
}

#manual dl {
	background: url(images/dotline02.gif) no-repeat top;
	width:640px;
	overflow:hidden;
	padding:25px 0;
	margin:0;
}
#manual dt {
	font-size:120%;
	font-weight:bold;
	color:#cc336b;
	float:left;
	width:28%;
}
#manual dd {
	float:left;
	width:72%;
	font-size:95%;
}

#manual p {
	background: url(images/dotline02.gif) no-repeat top;
	width:640px;
	padding:25px 0 5px 0;
	margin:0;
}
.manualSisetu {
	font-size:120%;
	font-weight:bold;
	color:#cc336b;
}
.manualTextBold {
	font-weight:bold;
	font-size:125%;
}

#manualTable {
	border-top:#aaa 1px solid;
	border-left:#aaa 1px solid;
	margin:5px 0 0 0;
}
#manualTable th, #manualTable td {
	border-bottom:#aaa 1px solid;
	border-right:#aaa 1px solid;
	padding:3px 10px;
	text-align:center;
}
#manualTable th {
	background-color:#eee;
}

#btnDownload img {
	margin:30px;
	vertical-align:middle;
}

#localNovi {
	margin:10px 0;
	float:left;
	width:100%;
}
#localNovi li {
	float:left;
	list-style:none;
	background: url(images/listitem.gif) no-repeat left 3px;
	padding:0 15px 0 18px;
}
#localNovi a { text-decoration:none; }
#localNovi a:hover { text-decoration: underline; }

.entry-summary .areaFlame {
	border:1px solid #ccc;
	padding:10px 2px 10px 5px;
	margin:0 0 20px 0;
}

.entry-summary .b-margin { margin:0 0 5px 0; }

.entry-summary .underline { text-decoration:underline; }
.entry-summary .bold { font-weight:bold; }
.entry-summary .alignRight { text-align:right; }
.entry-summary .alignCenter { text-align:center; }
.entry-summary .valignTop { vertical-align:top; }
.entry-summary .verticalWriting { line-height:110%; }
.entry-summary .tdColor { background-color:#FFC; }

.entry-summary .size85 { font-size:85%; }
.entry-summary .size90 { font-size:90%; }
.entry-summary .size95 { font-size:95%; }
.entry-summary .size105 { font-size:105%; }
.entry-summary .size110 { font-size:110%; }
.entry-summary .size115 { font-size:115%; }
.entry-summary .size120 { font-size:120%; }
.entry-summary .size130 { font-size:130%; }
.entry-summary .size140 { font-size:140%; }

.entry-summary .nowrap { white-space:nowrap; }
#line-table .smallSpace { padding:3px 5px; }

.entry-summary .departmentColor { color:#ec6dc1; }
.entry-summary .travelColor { color:#54d551; }
.entry-summary .lodgingColor { color:#2172e1; }
.entry-summary .leisureColor { color:#e18d21; }
.entry-summary .ceremonyColor { color:#e1d621; }
.entry-summary .restaurantColor { color:#6921e1; }
.entry-summary .otherColor { color:#21bfe1; }

#line-table .borderRightNone { border-right:none; }
#line-table .borderBottomNone { border-bottom:none; }
#line-table .borderTopNone { border-top:none; }


/* 固定ページ
-------------------------------------------------------------- */

#page-content {
	overflow:hidden;
	padding:20px 60px;
	font-size:110%;
}

#page-container, #riyouMenu {
	width:920px;
	padding:0 20px;
	margin:0 auto;
	overflow:hidden;
	background: url(images/page_container_back.png) repeat-y center;
}

#riyouMenu p {
	text-align:center;
	margin:20px 0 10px 0;
	color:#60601b;
	font-size:125%;
}
#riyouMenu ul {
	width:843px;
	margin:0 0 0 19px;
	padding:0 0 0 35px;
	height:48px;
	background-color:#def1f7;
}
#riyouMenu li { list-style:none; }
#riyouMenu li a {
	text-indent:-99999px;
	float:left;
	margin:0;
	height:48px;
}

#riyouMenu01 a { background: url(images/riyou_menu01.gif) no-repeat; width:101px; }
#riyouMenu02 a { background: url(images/riyou_menu02.gif) no-repeat; width:185px; }
#riyouMenu03 a { background: url(images/riyou_menu03.gif) no-repeat; width:146px; }
#riyouMenu04 a { background: url(images/riyou_menu04.gif) no-repeat; width:169px; }
#riyouMenu05 a { background: url(images/riyou_menu05.gif) no-repeat; width:190px; }

#riyouMenu01 a:hover { background: url(images/riyou_menu01.gif) no-repeat 0 -48px; }
#riyouMenu02 a:hover { background: url(images/riyou_menu02.gif) no-repeat 0 -48px; }
#riyouMenu03 a:hover { background: url(images/riyou_menu03.gif) no-repeat 0 -48px; }
#riyouMenu04 a:hover { background: url(images/riyou_menu04.gif) no-repeat 0 -48px; }
#riyouMenu05 a:hover { background: url(images/riyou_menu05.gif) no-repeat 0 -48px; }

#page-content .entry-title {
	text-align:center;
	padding:0 0 30px 0;
}

.page-headline {
	border:1px solid #ccc;
	border-left:8px solid #545454;
	padding:5px 15px;
	margin:0 0 20px 0;
	font-weight:bold;
	clear:both;
	font-size:105%;
}

#page-content ul {
	margin:0 30px 40px 30px;
	font-size:110%;
	float:left;
}
#page-content li {
	list-style:none;
	line-height:180%;
}
#page-content .leftIndent { margin:0 0 0 20px;}

table.pageTable {
	border-top:1px solid #999;
	margin:0 0 20px 0;
	font-size:90%;
	line-height:140%;
	width:100%;
}
table.pageTable caption {
	caption-side: top;
	text-align:left;
	padding:3px 0;
	font-size:110%;
}
table.pageTable td,
table.pageTable th {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:5px 20px;
	text-align:center;
	vertical-align:middle;
}
table.pageTable th { background-color:#eee; }
table.pageTable .borderNone { border-right: none;}
table.pageTable .sText { font-size:90%; caption-side:bottom; }
table.pageTable .unevenLine { background-color:#eaf8fa; }

#howtoTable td { text-align:left; padding:8px 10px; }

#pageAttention {
	border:1px solid #dc92b7;
	padding:10px 20px;
	margin:30px auto;
	color:#b51765;
	font-size:90%;
}

table.pageTable td.repletionText {
	font-size:90%;
	margin:5px;
	border-bottom: none;
	border-right: none;
	text-align:left;
	padding-left:0;
}

dl.pageHowto {
	padding:20px 0;
	margin:0;
	background: url(images/dotline03.gif) no-repeat top;
}
.pageHowto dt {
	color:#60601b;
	font-size:120%;
	margin:0 0 20px 0;
}
.pageHowto dd {
	margin:0 0 10px 0;
}
.pageHowto .space {
	padding-left:60px;
}

#page-container .tableClear th,
#page-container .tableClear td {
	border:none;
	padding:0;
	vertical-align:top;
	background-color:#fff;
	font-weight:normal;
}
#page-container .tableClear th{
	padding-right:12px;
}
.title1 {
	font-size: 115%;
	font-weight: normal;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}


/* 404エラー
-------------------------------------------------------------- */

#error404 {
	width:920px;
	min-height:300px;
	margin:0 auto;
	padding:60px 0 0 0;
	text-align:center;
}
#error404 h1 {
	color:#333;
	font-size:150%;
}




.for-PC { display:block !important; }
.for-SP { display:none !important; }

