/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/extend/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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, flexible-header
Text Domain: twentyten
*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');

/* =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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
* html body {
	line-height: 0;
	text-align:center
}
body {

}
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;
}

iframe.calender{
	max-width: 100%;
	width: 100%;
	height: 480px;
}
/* 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: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
}
#content_t {
	width: 1010px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
	padding-top: 25px;
}
* html #content_t {
	margin-top: 20px;
}
*+html #content_t {
	margin-top: 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	background-image: url(https://www.paradi.net/wp/footer/footer_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*
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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="submit"] {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
pre {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
code {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


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

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* 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 {
}
body,
input,
textarea {
	font-size: 12px;
	line-height: 18px;
}
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;
	overflow: auto;
	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;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
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: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:active,
a:hover {
	color: #ff4b33;
	text-decoration: none;
}

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


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

#header {
	padding: 0;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;
	height:100px;
}
#site-title {
	float: left;
	margin: 0;
	width: 600px;
	height: 100px;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}
#site-navi {
	float: right;
	height: 100px;
}
#site-navi ul.bt1 {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: right;
	height: 25px;
}
#site-navi ul.bt1 li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height:0;
}
#site-navi ul.bt2 {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: right;
}
*+html #site-navi ul.bt2 {
	height: 60px;
	width: 350px;
}
* html #site-navi ul.bt2 {
	height: 60px;
	width: 350px;
}
#site-navi ul.bt2 li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height:0;
}
*+html #site-navi ul.bt2 li {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: right;
}
* html #site-navi ul.bt2 li {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: right;
}

/* =ナビゲーション
-------------------------------------------------------------- */
#navi {
	width: 100%;
	text-align: center;
	padding: 0px;
	clear: both;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(https://www.paradi.net/wp/header/navi_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#navi ul {
	width: 990px;
	padding: 0;
	list-style: none;
	clear: both;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navi li {
	float: left;
	margin: 0;
	padding: 0px;
	height: 30px;
	width: 165px;
	line-height:0;
	float: left;
}
#navi li a {
	display:block; 
	line-height:normal;
}
/* サブメニュー */
#navi ul.sub {
	width: 165px;
	margin: 0px;
	padding: 0px;
	top: 130px;
	position: absolute;
	z-index: 999;
}
* html #navi ul.sub {
	top: 130px;
	height: 224px;
	clear: both;
} /*IE6以下*/
*+html #navi ul.sub {
	margin: 0px;
	padding: 0px;
	top: 130px;
	clear: both;
} /*IE7以下*/
#navi ul.sub li {
	margin: 0px;
	padding: 0px;
	width: 165px;
	height: 30px;
	clear: left;
}
* html #navi ul.sub li {
	margin: 0px;
	padding: 0px;
	width: 165px;
	position: absolute;
	float: left;
	clear: both;
	height: 30px;
	right: 81px;
	line-height:0;
} /*IE6以下*/
#navi ul.sub li a {
	display:block; 
	line-height:normal;
}
*+html #navi ul.sub li {
	position: absolute;
	right: 83px;
} /*IE7以下*/
* html #navi ul.sub li.bt01 {
	top: 30px;
} /*IE6以下*/
* html #navi ul.sub li.bt02 {
	top: 60px;
} /*IE6以下*/
* html #navi ul.sub li.bt03 {
	top: 90px;
} /*IE6以下*/
* html #navi ul.sub li.bt04 {
	top: 120px;
} /*IE6以下*/
* html #navi ul.sub li.bt05 {
	top: 150px;
} /*IE6以下*/
* html #navi ul.sub li.bt06 {
	top: 180px;
} /*IE6以下*/
*+html #navi ul.sub li.bt01 {
	top: 30px;
} /*IE7以下*/
*+html #navi ul.sub li.bt02 {
	top: 60px;
} /*IE7以下*/
*+html #navi ul.sub li.bt03 {
	top: 90px;
} /*IE7以下*/
*+html #navi ul.sub li.bt04 {
	top: 120px;
} /*IE7以下*/
*+html #navi ul.sub li.bt05 {
	top: 150px;
} /*IE7以下*/
*+html #navi ul.sub li.bt06 {
	top: 180px;
} /*IE7以下*/
#navi ul li.navi_menu ul {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	clear: left;
	float: left;
}
* html #navi ul li.navi_menu ul li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	float: left;
	clear: left;
	height: 30px;
	line-height:0;
} /*IE6以下*/
*+html #navi ul li.navi_menu ul li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	float: left;
	clear: left;
	height: 30px;
} /*IE6以下*/
#navi ul li.navi_menu_on ul {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 30px;
}

#navi li.navi_menu{
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#navi li.navi_menu_on{
	margin: 0px;
	padding: 0px;
	height: 30px;
}

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

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#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 li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > 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_page_ancestor 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: 40px 0 0 0;
}
#main_t {
	clear: both;
	overflow: hidden;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
#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;
}

.col2{
	display: inline-flex;
	align-items: center;
	margin-bottom:12px;
}

.col2 p{
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0!important;
}

.col2 h3.form_age{
	font-weight: 700;
	color: #ffffff!important;
	background-color: #003A60;
	padding: 5px 10px;
	margin-bottom: 0!important;
	display: inline-block;
}

h3.sub{
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #cccccc;
}

p.box{
	background-color: #0066ff;
	text-align:center;
	font-size: 20px;
	font-weight: 700;
	display: table;
	color: #ffffff;
	padding: 20px 30px;
	margin: auto;
}

ul.col2.reserve,
ul.col2.res_status{
	display: flex;
	list-style: none!important;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom:48px!important;
}

ul.col2.res_status{
	border: 1px solid #0066ff;
}

ul.col2.reserve li{
	width: 46%;
	margin: 2%;
	margin-bottom: 1%;
	background-color: #33bbff;
	border-radius: 10px;
}

ul.col2.reserve li a{
	display: block;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	padding: 20px;
}

ul.col2.reserve li.pad10 a{
	padding: 10px;
}

ul.col2.reserve li a small{
	font-size: 14px;
}

ul.col2.reserve li:hover{
	filter: brightness(70%);
}

ul.col2.res_status li{
	position: relative;
	width: 48%;
	margin: 1%;
	text-indent: 2.5em;
}

ul.col2.res_status li::before{
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #DDDDDD;
	left: 0;
}

ul.col2.res_status li.green::before{
	background-color: #99FF99;
}

ul.col2.res_status li.blue::before{
	background-color: #66CCFF;
}

ul.col2.res_status li.yellow::before{
	background-color: #FFFF99;
}

ul.col2.res_status li.red::before{
	background-color: #FF7C80;
}

ul.col2.res_status li.orange::before{
	background-color: #FFCC66;
}
ul.col2.res_status li.purple::before{
	background-color: #993399;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 0 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.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: #FFF;
	font-size: 18px;
	line-height: 41px;
	margin-bottom: 10;
	background-image: url(https://www.paradi.net/wp/images/title_back01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 10px;
	padding-left: 40px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FFF;
}
.entry-meta {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
.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;
}
.single #content .entry-content {
    clear: both;
    padding: 12px 0 0 0;
    margin-left:50px;
    margin-right:50px;
}
.entry-summary {
	clear: both;
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.single #content .entry-content p {
    font-size: 16px;
    line-height: 22px;
}
.category .entry-summary p {
    font-size: 16px;
    line-height: 22px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	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;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	font-size: 14px;
}
.entry-content select {
	margin: 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;
	line-height: 48px;
	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;
	text-align:right;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =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,
.widget-container 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;
}

dl.gallery-item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
	border:10px solid #FFF!important;
	box-sizing:border-box;
}
.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;
}


/* =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_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.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 {
}

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


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

#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#colophon {
	overflow: hidden;
	padding: 0px;
}
#colophon ul.bt1 {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: right;
}
#colophon ul.bt1 li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#colophon ul.bt2 {
	float: right;
	padding: 0px;
	list-style-type: none;
	clear: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#colophon ul.bt2 {
	float: right;
	padding: 0px;
	list-style-type: none;
	clear: right;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*+html #colophon ul.bt2 {
	list-style-type: none;
	width: 355px;
}
* html #colophon ul.bt2 {
	list-style-type: none;
	width: 355px;
}
#colophon ul.bt2 li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height:0;
}



#site-info {
	margin: 0px;
	float: left;
	width: 650px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
}
#site-info ul {
	margin: 0px;
	padding: 0px;
	width: 650px;
	font-weight: normal;
	list-style-type: none;
}
#site-info li {
	float: left;
}
#site-info li a {
	color: #FFF;
}
#site-info li a:hover {
	color: #FFF;
	text-decoration: none;
}
#site-info li strong {
	font-size: 14px;
}
#site-info li p {
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.copy_r {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}
.copy_r ul {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
}
.copy_r ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
	text-align: center;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

.category-logbook .entry-summary img {
	float: left;
	margin-right: 10px;
	clear: left;
	margin-bottom: 10px;
	border: 10px solid #FFF!important;
}
.category-logbook .entry-content img {
	float: left;
	margin-right: 10px;
	clear: left;
	margin-bottom: 10px;
}
.category-bestshot .entry-summary img,.category-3 .entry-summary img {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #999;
}
.category-ownerblog .entry-summary img,.category-4 .entry-summary img {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #999;
}

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

/* Q&A
-------------------------------------------------------------- */
#content dl.qa {
	padding: 0px;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content dl.qa dt.blue {
	background-image: url(https://www.paradi.net/wp/images/qa/q_a_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 50px;
	color: #06C;
	padding-left: 50px;
	padding-bottom: 20px;
}
#content dl.qa dd.blue {
	background-image: url(https://www.paradi.net/wp/images/qa/q_a_1a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	padding-left: 70px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
}
#content dl.qa dt.green {
	background-image: url(https://www.paradi.net/wp/images/qa/q_a_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 50px;
	color:#009900;
	padding-left: 50px;
	padding-bottom: 20px;
}
#content dl.qa dd.green {
	background-image: url(https://www.paradi.net/wp/images/qa/q_a_2a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	padding-left: 70px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
}


/* TOPページ
-------------------------------------------------------------- */

.box_480, .box_480_2, .box_480_3 {
    width: 481px;
    border: 1px solid #C8C8C8;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 25px;
    padding: 3px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.box_480 {
    height: 390px;
}
.box_480_2 {
    height: 470px;
}
.box_480_3 {
    height: 390px;
}
.box_new {
    width: 982px;
    border: 1px solid #C8C8C8;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 25px;
    padding: 3px;
    text-align: center;
    box-sizing: border-box;
}
.box_bs {
    width: 481px;
    border: 1px solid #C8C8C8;
    float: left;
    height: 470px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 25px;
    padding: 3px;
    text-align: center;
    line-height: 25px;
    box-sizing: border-box;
}
.box_bs ul {
	background-image: url(https://www.paradi.net/wp/images/shot_back03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 356px;
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.box_bs li {
	height: 230px;
	width: 325px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
}
.box_bs li.s img {
object-fit: cover;
width: 100%;
height: auto;
aspect-ratio: 325 / 229;
}
.box_bs ul.bt {
	background-image: none;
	float: right;
	width: 275px;
	list-style-type: none;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
	padding: 0px;
}
.box_bs ul.bt img {
	float: none;
	margin-left: 0px;
	margin-top: 0px;
}
.box_bs ul.bt li {
}
.box_bs dl {
	width: 325px;
	list-style-type: none;
	text-align: left;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	line-height: 22px;
	padding: 0px;
}
.box_bs dt {
	background-image: url(https://www.paradi.net/wp/images/list_image3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	float: left;
	width: 60px;
	font-weight: normal;
	height: 20px;
}
.box_bs dd {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
	height: 20px;
}

.box_480 ul,.box_480_2 ul,.box_480_3 ul {
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
}
* html .box_480 ul,
* html .box_480_2 ul,
* html .box_480_3 ul {
	margin-left: 6px;
}
.box_480 li {
	background-image: url(https://www.paradi.net/wp/images/list_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: left;
	padding-top: 0px;
	width: 418px;
}
.box_480_2 li,
.box_480_3 li {
	background-image: url(https://www.paradi.net/wp/images/list_image2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: left;
	padding-top: 0px;
	width: 418px;
}
.box_480 li img,.box_480_2 li img,.box_480_3 li img {
	padding: 3px;
	border: 1px solid #999;
}
.box_480 a,.box_480_2 a,.box_480_3 a {
	color: #1B2733;
	text-decoration: underline;
}
.box_480 a:hover,.box_480_2 a:hover,.box_480_3 a:hover  {
	color: #06F;
	text-decoration: none;
}

.box_new dl {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    font-size: 12px;
    line-height: 18px;
}
.box_new dt {
    font-size: 16px;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
}
.box_new dd {
	background-image: url(https://www.paradi.net/wp/images/list_image4.jpg);
    background-repeat: no-repeat;
    background-position: 90px top;
    text-align: left;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999;
}
.box_new dd::after {
    content: "";
    clear: both;
    display: block;
}
.box_new dd a {
	color:#000;
}
.box_new dd img {
	padding: 3px;
    border: 1px solid #999;
    float: left;
    margin-right: 12px;
}
.cacheres_box {
    text-align:center;
    paadding:30px 0;
}
.top_fb_box {
    text-align:center;
    paadding:0 0 30px 0;
}
ul.cloum2_bnr {
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
	margin:0 0 40px 0;
	padding-top:10px;
}
ul.cloum2_bnr li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	width:50%;
	box-sizing:border-box;
	
}
ul.cloum2_bnr li:nth-of-type(1){
	padding-right:12.5px;
	padding-left:10px;
} 
ul.cloum2_bnr li:nth-of-type(2){
	padding-left:6.5px;
	padding-right:10px;
} 
.banner_b {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.banner_b ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.banner_b li {
	text-align: center;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content table.toumei {
	width: 98%;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	border: 1px solid #999;
}
#content table.toumei td {
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #999;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* =柏島ダイビングスタイル
-------------------------------------------------------------- */
.box_season {
	width:420px;
	border: 1px solid #C8C8C8;
	float: left;
	height: 280px;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 25px;
	padding-top: 3px;
	text-align: center;
}
* html .box_season {
	margin-right: 8px;
	margin-left: 8px;
}
.box_season p {
	margin-left: 130px;
	text-align: left;
	margin-top: 30px;
	font-size: 14px;
	line-height: 27px;
	margin-right: 30px;
}
.spring {
	background-image: url(https://www.paradi.net/wp/images/divingstyle/back_spring.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.spring p {
	background-image: url(https://www.paradi.net/wp/images/divingstyle/back_spring_p.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}
.summer {
	background-image: url(https://www.paradi.net/wp/images/divingstyle/back_summer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.summer p {
	background-image: url(https://www.paradi.net/wp/images/divingstyle/back_summer_p.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}
.autom {
	background-image: url(https://www.paradi.net/wp/images/divingstyle/back_autom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.autom p {
	background-image: url(https://www.paradi.net/wp/images/divingstyle/back_autom_p.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}
.winter {
	background-image: url(https://www.paradi.net/wp/images/divingstyle/back_winter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.winter p {
	background-image: url(https://www.paradi.net/wp/images/divingstyle/back_winter_p.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

#tab {
	float: left;
	list-style: none;
	cursor: pointer;
	width: 430px;
	text-align: left;
}
.disnon
{
	display: none;
}
.content_wrap
{
	width: 470px;
	text-align: left;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	float: left;
}
.content_wrap p
{
	padding-right: 10px;
	padding-left: 10px;
}
* html .content_wrap p
{
	padding-right: 0px;
	padding-left: 0px;
}

.box_580 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}

/* =テキスト装飾
-------------------------------------------------------------- */
.tx_28green {
	color:#009900;
	font-size:28px;
	line-height:34px
}
.tx_28red {
	color:red;
	font-size:28px;
	line-height:34px
}
.tx_22green {
	color:#009900;
	font-size:22px;
	line-height:34px
}
.tx_mizu {
	color:#059ACC;
	font-size:22px;
	line-height:34px
}
.tx_24blue {
	color:#039;
	font-size:24px;
	line-height:30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tx_18green
{
	color:#009900;
	font-size:18px;
	line-height:24px
}
.tx_16green
{
	color:#009900;
	font-size:16px;
	line-height:24px
}
.tx_14red
{
	color:#FF0000;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
}
.tx_16bg {
	color:#009999;
	font-size:16px;
	line-height:24px
}

.tx_yellw_box {
	background-color: #FF9;
	padding: 10px;
	font-weight: bold;
	color: #F30;
	text-align: left;
	margin-bottom: 30px;
}
.tx_yellw_box02 {
	background-color: #FF9;
	padding: 10px;
	font-weight: bold;
	color: #F30;
	text-align: left;
	margin-bottom: 100px;
}
.tx_red_box {
	padding: 10px;
	font-weight: bold;
	color: #900;
	text-align: left;
	border: 1px dashed #C00;
	margin-bottom: 100px;
}
.tx_red_box02 {
	padding: 10px;
	font-weight: bold;
	color: #900;
	text-align: left;
	border: 1px dashed #C00;
	margin-bottom: 30px;
}
.txtitle_18green
{
	color:#009900;
	font-size:18px;
	line-height:24px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #090;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.txtitle_18blue
{
	color:#039;
	font-size:18px;
	line-height:24px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.txtitle_14green
{
	color:#009900;
	font-size:14px;
	line-height:24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
.txtitle_14red
{
	color:#F00;
	font-size:14px;
	line-height:24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}


/* =リンク集
-------------------------------------------------------------- */

#post-218 ul.link {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#post-218 ul.link h2 {
	background-image: url(https://www.paradi.net/wp/images/title_back01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-left: 35px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 13px;
}
.linkcat ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.linkcat li {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.linkcat li a {
	clear: left;
	width: 98%;
	font-size: 14px;
	line-height: 20px;
	display: block;
	background-color: #C1E0FF;
	color: #039;
	text-decoration: none;
	padding-left: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.linkcat li a:hover {
	background-color: #359AFF;
	text-decoration: none;
	color: #FFF;
}

#content div.box_g {
	background-color:#F0EEDF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #C2C0B1;
	width: 900px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content div.box_g p {
	margin-right: 40px;
	margin-left: 40px;
}
#content div.box_g dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 12px;
}
#content div.box_g dt {
	float: left;
	width: 120px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#content div.box_g dd {
	width: 650px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin: 0px;
}
#content div.box_g2 {
	background-color:#F0EEDF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #C2C0B1;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
* html #content div.box_g2 {
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
#content div.box_g2 p {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#content div.box_g3 {
	background-color:#F0EEDF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #C2C0B1;
	width: 900px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content div.box_g3 p {
	margin-right: 40px;
	margin-left: 40px;
}
#content div.box_g3 dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 500px;
	font-size: 12px;
}
#content div.box_g3 dt {
	float: left;
	width: 70px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#content div.box_g3 dd {
	width: 400px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin: 0px;
}
#content div.box_g4 {
	background-color:#F0EEDF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #C2C0B1;
	width: 900px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content .box_g4 table {
	border-width: 0px;
	border-style: none;
}
#content .box_g4 td {
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#content div.box_g5 {
  display: flex;
  flex-direction: row;
	flex-wrap: wrap;
	margin-bottom:60px;
}
#content div.box_g5 .left_box {
	width:100%;
	margin-bottom:60px;
	padding-top:60px;
}
#content div.box_g5 .right_box {
	width:100%;
	box-sizing:border-box;
	padding-left:40px;
	padding-right:40px;
}
#content div.box_g5 .left_box dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-size: 15px;
	line-height:160%;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	align-items: flex-start;
}
#content div.box_g5 .left_box dl dt {
	width:22%;
	color:#00afcc;
	position:relative;
	padding:5px;
	box-sizing:border-box;
}
#content div.box_g5 .left_box dl dt.age_box{
	background-color:#00afcc;
	color:#FFF;
	width:20%;
	text-align:center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left:21%;
	margin-right:1%;
}
#content div.box_g5 .left_box dl dt::after {   
	content: "\f0da";
	position:absolute;
	top:5px;
	right:15px;
	font-family:FontAwesome;
	color:#AAA;
}
#content div.box_g5 .left_box dl dt.age_box:after {
	display:none;
}
#content div.box_g5 .left_box dl dd{
    width: 78%;
    box-sizing: border-box;
    padding: 5px 5px 2px 5px;
    margin-bottom: 10px;
}
#content div.box_g5 .left_box dl dd.age_box {
    width: 56%;
}
a.pdf {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 150%;
}
a.pdf::before {
	content: "\f1c1";
	font-family:FontAwesome;
	margin-right:0.5em;
	color:red;
}
.anshin_box {
	background-color: #FFDDBB;
	float: left;
	width: 548px;
	margin-bottom: 20px;
}
#content .anshin_box p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.anzen_box {
	background-color: #DDFFDD;
	float: left;
	width: 548px;
	margin-bottom: 20px;
}
#content .anzen_box p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.kaiteki_box {
	background-color: #BBDDFF;
	float: left;
	width: 548px;
	margin-bottom: 20px;
}
#content .kaiteki_box p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.taiken_nagare {
	background-image: url(https://www.paradi.net/wp/images/taiken/taiken_nagare_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 20px;
}
.taiken_nagare #tab
{
	float: left;
	list-style: none;
	cursor: pointer;
	width: 250px;
	text-align: left;
	padding-top: 180px;
}

.taiken_nagare #tab li.select {
	background-color: #FFC;
	color: #F33;
}


.taiken_nagare #tab li {
	background-color: #FFF;
	color: #003399;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.taiken_nagare .disnon
{
	display: none;
}
.taiken_nagare .content_wrap
{
	width: 550px;
	text-align: left;
	float: right;
	padding-top: 180px;
}
.taiken_nagare .content_wrap p
{
	padding-right: 10px;
	padding-left: 10px;
}
.sub_b_bt {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.sub_b_bt ul {
	padding: 0px;
	list-style-type: none;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 60px;
}
* html #content .sub_b_bt ul {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sub_b_bt li {
	float: left;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
* html .sub_b_bt li {
	margin-left: 12px;
}
.visiter_r {
	background-image: url(https://www.paradi.net/wp/images/visiter/visit_fun_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align:center;
	padding-top: 30px;
}
#content .visiter_r p {
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.visiter_r2 {
	background-image: url(https://www.paradi.net/wp/images/visiter/visit_b_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 430px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align:center;
	padding-top: 10px;
	float:left;
}
#content .visiter_r2 p {
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
* html #content .visiter_r2 p {
	padding-right: 17px;
	padding-left: 17px;
}

.toiawase {
	width:625px;
	border: 3px solid #FFCC00;
	background-color: #FFC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #000099;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.member_r {
	background-image: url(https://www.paradi.net/wp/images/member/mem_r_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 430px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align:center;
	padding-top: 10px;
	float:left;
}
* html .member_r {
	padding-top: 20px;
}
#content .member_r p {
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
* html #content .member_r p {
	padding-right: 15px;
	padding-left: 15px;
}
.gakka_box {
	border: 3px solid #FC0;
	background-color: #FF9;
	width: 430px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}
#content .gakka_box p,#content .jitsugi_box p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.jitsugi_box {
	border: 3px solid #090;
	background-color: #CFFFB9;
	width: 430px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}
img.wp-image-1292 {
	margin-top:20px;
}

ul.staff_b {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
}
ul.staff_b li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	margin-left:45px;
	margin-right:45px;
	width: 208px;
	text-align: left;
	font-size: 12px;
	padding-bottom: 50px;
	box-sizing:border-box;
}
ul.staff_b li strong {
	font-size: 16px;
}
.box_w_b {
	border: 3px double #BBBBBB;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
#content .box_w_b p {
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.box_300 {
	float: left;
	width: 300px;
}
.box_450 {
	float: left;
	width: 450px;
}
.tubepress_thumb {
	margin-right: 13px;
	margin-left: 13px;
	margin-bottom: 30px;
}
.tubepress_thumb img {
	padding-bottom: 5px;
}
.movie_b {
	font-size: 12px;
	line-height: 18px;
}
.movie_b .tubepress_normal_embedded_wrapper,
.movie_b .tubepress_container {
	margin-right: auto;
	margin-left: 5px;
	padding: 0px;
	width: 465px;
	height: 305px;
	overflow: hidden;
}
.movie_b .tubepress_container iframe {
	width: 460px;
	height:283px;
	margin-right: auto;
	margin-left: auto;
}
.movie_b .tubepress_container .tubepress_thumb {
	width: 100px;
	height:80px;
}
.nggv-vote-form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.box_480 .ngg-widget {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.box_480 .ngg-widget img {
	width: 70px;
	height:auto;
	margin-bottom: 5px;
	margin-left: 6px;
}
* html .box_480 .ngg-widget img {
	height:50px;
}
#content dl.access_box {
	padding: 0px;
	clear: both;
	width: 900px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content dl.access_box dt {
	float: left;
	width: 130px;
	margin: 0px;
	padding: 0px;
}
#content dl.access_box dd {
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px;
}


form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
	margin: 1px;
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}


/* =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: 0;
		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;
	}
}
@media screen and (max-width: 480px){ /* 画面が640pxの場合 */

.box_480,.box_480_2,.box_new {
	width:480px;
	border: 1px solid #C8C8C8;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-top: 3px;
	text-align: center;
}
}
#post-35232 h1 {
display:none!important;
}
#ngg-gallery-2-12996 .ngg-gallery-thumbnail-box,
#ngg-gallery-3-12996 .ngg-gallery-thumbnail-box,
#ngg-gallery-4-12996 .ngg-gallery-thumbnail-box,
#ngg-gallery-5-12996 .ngg-gallery-thumbnail-box,
#ngg-gallery-2-808 .ngg-gallery-thumbnail-box,
#ngg-gallery-3-808 .ngg-gallery-thumbnail-box,
#ngg-gallery-4-808 .ngg-gallery-thumbnail-box,
#ngg-gallery-5-808 .ngg-gallery-thumbnail-box,
#ngg-gallery-6-808 .ngg-gallery-thumbnail-box,
#ngg-gallery-7-808 .ngg-gallery-thumbnail-box,
#ngg-gallery-2-35232 .ngg-gallery-thumbnail-box,
#ngg-gallery-3-35232 .ngg-gallery-thumbnail-box,
#ngg-gallery-4-35232 .ngg-gallery-thumbnail-box,
#ngg-gallery-5-35232 .ngg-gallery-thumbnail-box,
#ngg-gallery-6-35232 .ngg-gallery-thumbnail-box,
#ngg-gallery-7-35232 .ngg-gallery-thumbnail-box
 {
    float: left;
    width: 170px;
    height: 170px!important;
}
.nggv-vote-form {
	text-align: center;
}
a.nggv-link-dislike {
	display:none!important;
}
.schedule_box {
    border: 2px solid #33ccff;
    box-sizing: border-box;
    padding: 50px 0 50px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    max-width: 700px;
    margin: auto;
}
.schedule_box .title_schedule {
	width: 100%;
    font-size: 33px;
    text-align: center;
    color: #33CCFF;
    margin-bottom: 20px;
    font-family: 'BIZ UDGothic', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 100%;
    box-sizing: border-box;
}
.schedule_box .title_schedule::before {
    content: "\f017";
    font-family: FontAwesome;
    margin-right: 0.3em;
    font-weight: normal;
    color: #BBB;
    font-size: 37px;
}
#content .schedule_box table {
    border: 0;
    margin: 0 auto 25px auto;
    text-align: center;
	width:94%;
	max-width:600px;
}
#content .schedule_box table th,
#content .schedule_box table td {
	width:26%;
    border: 0;
    text-align: center;
    padding: 1em 0;
	font-size: 18px;
	line-height:100%;
	font-family: 'BIZ UDGothic', sans-serif;
	font-weight:700;
}
#content .schedule_box table tbody tr:nth-child(odd) {
	background:#EAFAFF;
}
.btn_yoyaku {
	max-width:280px;
	width:96%;
	margin:auto;
	text-align:center;
}
.btn_yoyaku a {
    background: #00afcc;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 20px 8px 20px 8px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 100%;
    font-size: 15px;
    font-weight: bold;
    font-family: 'BIZ UDGothic', sans-serif;
    box-shadow: 3px 3px 5px #999;
    border: 1px solid #FFF;
}
.btn_yoyaku a:hover {
	background-color:#007199;
}
.btn_yoyaku a:before {
	font-family:FontAwesome;
    content: "\f054";
	margin-right:0.5em;
}
#ask-form {
	margin-bottom:5px;
}
#ask-form * {
	box-sizing:border-box;
}
#ask-form th,
#ask-form td {
	padding:8px;
}
#ask-form [type="text"],
#ask-form [type="tel"],
#ask-form textarea{
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #CCC;
    padding: 5px;
    box-sizing: border-box;
	font-size:16px;
	font-family: Verdana, Arial, sans-serif;
}
#ask-form select{
    width: 100%;
    border: 1px solid #CCC;
    padding: 5px;
    box-sizing: border-box;
	font-size:16px;
	font-family: Verdana, Arial, sans-serif;
}