@charset "UTF-8";
/*
Theme Name: twt_abz_xyz Child
Description: twt_abz_xyz Child Theme
Template: twentyten
*/

@keyframes fadeIn {	
0% {opacity: 0}	
100% {opacity: 1}	
}	
@-webkit-keyframes fadeIn {	
0% {opacity: 0}	
100% {opacity: 1}	
}

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;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}
body {
	line-height: 1;
	animation: fadeIn 2s ease 0s 1 normal;	
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
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;
	-webkit-transition: .3s ease all;	
	-moz-transition: .3s ease all;	
	-o-transition: .3s ease all;	
	transition: .3s ease all;
}

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

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

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
#container {
	float: left;
	width: 100%;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, 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,
.topics-title,
.wp-caption-text {
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
input[type="submit"] {
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
pre {
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
code {
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}



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

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #333;
	font-size: 14px;
    line-height: 1.4em;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 18px 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 18px 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: normal;
}
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"] {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 8px 6px;
}

a:link {
	color: #3399ff;
	text-decoration: none;
}
a:visited {
	color: #3399ff;
}
a:active,
a:hover {
	color: #3399ff;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
position: absolute !important;
height: 1px;
width: 1px;
}


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

#gheader {
	width: 100%;
}

#branding {
	left:0px;	
	top:0px;
	width: 100%;
	height:50px;
	z-index:1000;
	background-color:rgba(0, 0, 0, 1);
	position:fixed;
}
#site-title {
    float: initial;
    font-size: initial;
    line-height: initial;
    margin: initial;
    width: initial;
}
#site-title img {
	float: left;
	width: 160px;
	margin: 10px 18px;
}
#site-description {
	float: left;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	overflow: hidden;
}
#branding img {
	border-top: initial;
    border-bottom: initial;
    display: initial;
    float: initial;
}

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

#gnavi {

}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #aaa;
}
.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;
}

/* =slider1
-------------------------------------------------------------- */

#slider1 {
    width: 100%;
    float: left;
    text-align:center;
}
#slider1 img {
    width: 100%;
    height: auto;
}

#slider1 .slide_pc {
	padding: 0 10px 0;
	display: block;
	margin-bottom: -10px;
}
#slider1 .slide_sp {
	padding: 0 5px 0;
	margin-bottom: -10px;
	display: none;
}

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

#content {
	float: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#content #paging1 {
	background: #fff;
	margin: 0 0 5px 0;
	border-bottom: double 0px #333;
}

#content #contentarea1 {
	background: #fff;
	margin: 0 0 5px 0;
	border-bottom: double 0px #333;
}
#content #contentarea2 {
    background: #fff;
    margin: 0 0 5px 0;
    border-bottom: double 0px #333;
}

#content {
	font-size: 16px;
	line-height: 18px;
}
#content input {
	line-height: 18px;
}
#content textarea {
	line-height: 18px;
	width: 100%;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: initial;
}
#content p {
	margin-bottom: 10px;
    display: block;
}
#content ul {
	margin-bottom: 18px;
}
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 12px;
	line-height: 21px;
}
#content code {
	font-size: 12px;
}
#content dt,
#content th {
	color: #333;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	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: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 0px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #333;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 5px 0;
}
.page-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #aaa;
}
#content .centerbanner1 {
	background: #fff;
	margin: 0 0 0px 0;
	border-bottom: double 3px #000;
	overflow:auto;
}
#content .entry-title {
	background: #eee;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	border-top: solid 3px #cc9902;
	display: block;
	padding: 12px 10px 12px 12px;
}
#content .entry-title2,
#content #entry-title2 {
	font-size: 18px;
	line-height: 1.3em;
	text-align: left;
	padding: 10px 10px 8px 12px;
	color: #333;
	font-weight: 600;
	border-bottom: solid 1px #bbb;
	border-top: solid 5px #000;
}
#content .entry-title3 {
	font-size: 18px;
	line-height: 1.3em;
	text-align: left;
	padding: 12px 10px 12px 12px;
	color: #333;
	font-weight: 600;
	border-top: solid 5px #cc9902;
	border-bottom: solid 1px #bbb;
}
#content .entry-title span {

}
@media screen and (min-width: 1px) {
#content #postarea1 {
    background: #fff;
    margin: 0px 0 5px 0;
    border-top: solid 4px #ff3399;
    border-left: solid 0px #ccc;
    border-right: solid 0px #ccc;
    border-bottom: solid 1px #ccc;
    display: block;
    overflow: hidden;
}
}

@media screen and (min-width: 768px) {
#content #postarea1 {
    background: #fff;
    margin: 0px 0 5px 0;
    border-top: solid 4px #ff3399;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    display: block;
    overflow: hidden;
}
}

.entry-title a:link,
.entry-title a:visited {
	color: #333;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #aaa;
}
.entry-meta {
	color: #777;
	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-trumpface {
	float: left;
	display: block;
	overflow: hidden;
}
.entry-trumpface img {
	width: 100%;
	border-radius: 30px;
}
.entry-trumpname {
	float: left;
	display: block;
	overflow: hidden;
}
.entry-trumpname .entry-trumpnametext {
	float: left;
	color: #333;
	font-size: 16px;
	line-height: 1.4em;
}
.entry-trumpname .entry-dates {
	color: #333;
	font-size: 14px;
	line-height: 1.4em;
	width: 100%;
}
.entry-trumpname .cat-links {
	color: #333;
	font-size: 11px;
	line-height: 1.2em;
	clear: both;
  	float: left;
}
.entry-trumpname .cat-links a {
	color: #333;
	text-decoration: none;
}
.entry-trumpname .cat-links a:hover {
	color: #333;
	text-decoration: underline;
}
.entry-content,
.entry-summary {
	display: block;
	overflow: hidden;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content .likebtn-wrapper {
    float: left;
}
/*
.entry-content img {
	margin: 0 0 20px 20px;
	float: right;
}
*/
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content .embed-youtube .youtube-player,
.entry-summary .embed-youtube .youtube-player {
    height: 300px;
}
.entry-content .twitter-tweet,
.entry-summary .twitter-tweet,
.entry-content .instagram-media,
.entry-summary .instagram-media {
	margin: 10px auto !important;
}
.entry-content iframe,
.entry-summary iframe {
	width: 100%;
    display: block;
    max-width: 550px !important;
    margin: 10px 0 0 !important;
}

/* お問い合わせ -----------------------*/

.entry-content .contactbox {
	color: #333;
	font-size: 14px;
	padding: 10px 10px 10px 0;
	clear: both;
}
.entry-content .contactbox p {
	margin: 0;
}
.entry-content .contacttext {
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: left;
	float: left;
}
.entry-content .contacttext span {
	color: #CC0000;
}
.entry-content .contactform {
	text-align: left;
	float: left;
}
.entry-content fieldset {
	width: 100%;
	margin: 0 0 24px 0;
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
.entry-content fieldset legend {
	background: #fff;
	color: #333;
	font-weight: bold;
}
.entry-content input {
	padding: 5px;
	background-color: #f9f9f9;
	border: solid 1px #ccc;
}
.entry-content input.textshort {

}
.entry-content input.textmedium {

}
.entry-content input.textlong {

}
.entry-content input.sendbutton {
	font-weight: 600;
	padding: 5px 20px;
	margin-bottom: 10px;
	background-color: #ddd;
	border: solid 1px #ccc;
}
.entry-content input.sendbutton:hover {
	background-color: #ccc;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	padding: 5px;
	background-color: #f9f9f9;
	border: solid 1px #ccc;
}
.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%;
}
.hrbar {
	background: #333;
	width: 100%;
	height: 3px;
    border-top: solid 2px #cc9902;
}
.page-link {
	clear: both;
	color: #333;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	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: #aaa;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #333;
	clear: both;
	font-size: 12px;
	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: #333;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #aaa;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}
#content .adsensepost {
	margin: 10px 0 10px 0;
}
#content  .youtube1{
	margin: -20px 0 30px 0;
}
#contenttitle {
    font-size: 12px;
    line-height: 1.0em;
    text-align: left;
    padding:10px 5px 0px 10px;
    margin: 0 0 5px 0;
    height:20px;
    color:#FFF;
    font-weight: 600;
    background: #000;
    background:-webkit-linear-gradient(top, #777 0%, #000 100%);
    background:linear-gradient(top, #777 0%, #000 100%);
    background:linear-gradient(to bottom, #777, #000);/* IE10+, W3C */
    border-radius:6px;
    /* border: solid 1px #000;*/
    display: block;
    overflow: hidden;
}
#contenttitle2 {
    font-size: 18px;
    line-height: 1.3em;
    text-align: left;
    padding: 10px 10px 8px 12px;
    margin: 0 0 5px 0;
    color:#333;
    font-weight: 600;
    background: #d8e0ed;
    background:-webkit-linear-gradient(top, #fbfdfa 0%, #d8e0ed 100%);
    background:linear-gradient(top, #fbfdfa 0%, #d8e0ed 100%);
    background:linear-gradient(to bottom, #fbfdfa, #d8e0ed);/* IE10+, W3C */
    border-radius:6px;
    border: solid 1px #b6bbd7;
    display: block;
    overflow: hidden;
}
.navigation {
	text-align: center;
	margin: 20px 0 20px 0;
}
.navigation .wp-paginate .current {
	background: none repeat scroll 0 0 #ff3399;
	border: 1px solid #cc0066;
	color: #fff;
}
.navigation .wp-paginate .title {
	display: none;
}

.wpulike-default .wp_ulike_btn {
    min-height: 20px !important;
}

.navdiv .navigation {
	margin: 0;
}
.navdiv .navigation ol li .prev,
.navdiv .navigation ol li .gap,
.navdiv .navigation ol li .page {
	display: none !important;
}
.navdiv .navigation ol li .next {
	padding: 4px 50%;
    margin-right: 0;
    background: #ff3399;
    font-size: 30px;
    color: #fff;
	line-height: 40px;
}
.navdiv .navigation ol li .next:hover {
    background: #ff6699;
}

/* news一覧の指定 -----------------------*/

.pkg-news {
    clear: both;
    margin: 3px 0px 0px 0px;
    overflow: auto;
}
.pkg-news2 {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 3px 0px 7px;
    overflow:hidden;
    border-bottom:dashed 1px #CCCCCC;
}
.pkg-news2 dl {
    width: 100%;
    float: left;
    margin: 0 ;
    padding: 0;
}

.pkg-news2 dl:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

.pkg-news2 dl dt#newsdate {
    padding: 0 0 0 7px;
    margin: 0;
    text-align: left;
    color: #ff9933;
    font-size: 14px;
    line-height:1.8em;
    vertical-align: middle;
}
.pkg-news2 dl dt#newsdate .topicsnew {
    width: 30px;
    color: #fff;
    font-size: 10px;
    line-height:1.4em;
    border-radius: 6px;
    background: #f00;
    margin: 0px 0 0px 7px;
    text-align: center;
    letter-spacing: 1px;
}
.pkg-news2 dl dt img {
    margin: 4px 0 -1px 7px;
    padding: 0;
    text-align: left;
}
.pkg-news2 dl dd {
    float: left;
    padding: 0 7px;
    margin: 0;
    line-height:1.4em;
}
.pkg-news2 dl dd a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height:1.4em;
}
.pkg-news2 dl dd a:hover {
    text-decoration: underline;
    color: #999;
}
.pkg-news-list {
    width: 96%;
    margin: 3px 11px 0px 2px;
    padding: 5px;
    text-align: right;
    color: #666699;
    font-size: 14px;
}
.pkg-news-list i {
    margin: 0px 3px 0px 0px;
}
.pkg-news-list a {
    color: #333333;
    text-decoration: none;
}
.pkg-news-list a:hover {
    text-decoration: underline;
    color: #999;
}

/* -- 画像並び -- */
#content #contentarea3 {
	background: #fff;
	margin: 0 0 5px 0px;
	border-bottom: double 0px #333;
	text-align: left;
}
#contentarea3 #contentlist3 {
	background: #fff;
	padding: 5px 5px 10px;
	overflow:hidden;
}
#contentarea3 #contentlist3 .alignleft,
#contentarea3 #contentlist3 img.alignleft {
	display: inline;
	float: left;
}
#contentarea3 #contentlist3 .alignright,
#contentarea3 #contentlist3 img.alignright {
	display: inline;
	float: right;
}
#contentarea3 #contentlist3 .alignnone,
#contentarea3 #contentlist3 .aligncenter,
#contentarea3 #contentlist3 img.aligncenter,
#contentarea3 #contentlist3 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentarea3 #contentlist3 img.alignnone,
#contentarea3 #contentlist3 img.alignleft,
#contentarea3 #contentlist3 img.alignright,
#contentarea3 #contentlist3 img.aligncenter {

}
#contentarea3 #contentlist3 .wp-caption {
	text-align: left;
	display: inline-block;
	overflow:hidden;
	margin-top: 4px;
	letter-spacing: normal;
	vertical-align: text-top;
}
#contentarea3 #contentlist3 .wp-caption a {
	text-decoration: none;
}
#contentarea3 #contentlist3 .wp-caption a:hover {
	text-decoration: underline;
}
#contentarea3 #contentlist3 .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
#contentarea3 #contentlist3 .wp-caption .size-thumbnail {
	width: 100%;
}

#contentarea3 #contentlist3 .size-thumbnail {
	margin-top: 4px;
	width: 100%;
	height: auto;
}
#contentarea3 #contentlist3 .size-thumbnail a {
	display: block;
}
#contentarea3 #contentlist3 .wp-caption-text {
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}
#contentarea3 #contentlist3 .wp-caption-text a {
	text-decoration: none;
}
#contentarea3 #contentlist3 .wp-caption-text a:hover {
	text-decoration: underline;
}

/* -- 会社概要 -- */
.company {
    display: block;
    overflow: hidden;
    height: auto;
}
.company dt {
    float: left;
    margin: 0 2px;
    line-height: 24px;
}
.company dd {
    margin: 0;
    float: left;
    line-height: 24px;
}
.company dd i {
    margin: 0px 3px 0px 5px;
}
/* -- 広告 -- */
#mobiletopbanner1 {
    width: 100%;
    background: #fff;
    margin: 10px 0 0 0;
    padding-top: 0px;
    text-align:center;
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
}
#mobiletopbanner2 {
    width: 100%;
	height: 50px;
    background: #fff;
    padding-top: 0px;
    text-align: center;
    display: block;
    overflow: hidden;
	float: left;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
}
#mobiletopbanner3 {
    width: 100%;
    background: #fff;
    margin: 0px 0 5px;
    padding-top: 0px;
    text-align:center;
    display: block;
    overflow: hidden;
}
#mobiletopbanner3 #lstitle {
	display: none;
}
/* -- #mobiletopbanner3 #lslist3 {
	padding: 5px 0px 0px;
}-- */

/* =sidebar1
-------------------------------------------------------------- */

#sidebar1 {
    float: left;
    text-align:left;
    margin: 10px 0 10px 0px;
}
#sidebar1 p {
    margin-bottom: 0px;
}
#sidebar1 p:before {
    display: none;
}
#sidebar2 {
    float: left;
    text-align:left;
    margin: 10px 0 10px 0px;
}
#sidebar2 p {
    margin-bottom: 0px;
}
#sidebar2 p:before {
    display: none;
}
#sidebar3 {
    float: left;
    text-align:left;
    margin: 10px 0 10px 0px;
}
#sidebar3 p {
    margin-bottom: 0px;
}
#sidebar3 p:before {
    display: none;
}
#sidebar1 img {
    margin: 0 0 0px 0;
}
#lsarea1 {
    width: 100%;
    background: #fff;
    margin: 0 0 5px 0;
    border-radius: 10px 10px 0 0;
    border-bottom: double 0px #333;
    display: block;
}
#lsarea2 {
    background: #fff;
    margin: 0 0 5px 0;
    border-radius: 10px 10px 0 0;
    border-bottom: double 0px #333;
    display: block;
}
#rsarea2 {
    background: #fff;
    margin: 0 0 5px 0;
    border-radius: 10px 10px 0 0;
    border-bottom: double 0px #333;
    display: block;
}
#lstitle,
.widget-title {
    font-size: 12px;
    line-height: 1.0em;
    padding:10px 5px 0 10px;
    margin: 0 5px 5px;
    height:20px;
    color:#FFF;
    font-weight: 600;
    text-align: left;
    background: #000;
    background:-webkit-linear-gradient(top, #777 0%, #000 100%);
    background:linear-gradient(top, #777 0%, #000 100%);
    background:linear-gradient(to bottom, #777, #000);
    border-radius:6px;
    /*border: solid 1px #000;*/
}
.adsense1 {
	text-align: center;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}

/* -- Banner並び -- */
#lsarea1 #lslist1 .alignleft,
#lsarea1 #lslist1 img.alignleft {
	display: inline;
	float: left;
}
#lsarea1 #lslist1 .alignright,
#lsarea1 #lslist1 img.alignright {
	display: inline;
	float: right;
}
#lsarea1 #lslist1 .alignnone,
#lsarea1 #lslist1 .aligncenter,
#lsarea1 #lslist1 img.aligncenter,
#lsarea1 #lslist1 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#lsarea1 #lslist1 img.alignnone,
#lsarea1 #lslist1 img.alignleft,
#lsarea1 #lslist1 img.alignright,
#lsarea1 #lslist1 img.aligncenter {

}
#lsarea1 #lslist1 {
	background: #fff;
	padding: 5px 5px 5px;
	display: block;
	overflow: hidden;
}
#lsarea1 #lslist1 .wp-caption {
	text-align: left;
	display: inline-block;
	overflow:hidden;
	padding: 2px 0 0;
	margin: 0px 0px 10px;
	letter-spacing: normal;
	vertical-align: text-top;
}

#lsarea1 #lslist1 .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
#lsarea1 #lslist1 .wp-caption .size-thumbnail {
	width: 100%;
}
#lsarea1 #lslist1 .size-thumbnail {
	margin-top: 4px;
	width: 100%;
	height: auto;
}
#lsarea1 #lslist1 .size-thumbnail a {
	display: block;
}
#lsarea1 #lslist1 .wp-caption-text {
	font-size: 14px;
	line-height: 1.4em;
	padding: 0 2px;
	display: block;
	text-align: center;
	overflow: hidden;
}
#lsarea1 #lslist1 .wp-caption a {
	text-decoration: none;
}
#lsarea1 #lslist1 .wp-caption a:hover {
	text-decoration: underline;
}

/* -- Media並び -- */
#lsarea1 #lslist2 {
	background: #fff;
	padding: 5px 5px 5px;
	display: block;
	overflow: hidden;
}
#lsarea1 #lslist2 .alignleft,
#lsarea1 #lslist2 img.alignleft {
	display: inline;
	float: left;
}
#lsarea1 #lslist2 .alignright,
#lsarea1 #lslist2 img.alignright {
	display: inline;
	float: right;
}
#lsarea1 #lslist2 .alignnone,
#lsarea1 #lslist2 .aligncenter,
#lsarea1 #lslist2 img.aligncenter,
#lsarea1 #lslist2 img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#lsarea1 #lslist2 img.alignnone,
#lsarea1 #lslist2 img.alignleft,
#lsarea1 #lslist2 img.alignright,
#lsarea1 #lslist2 img.aligncenter {

}
#lsarea1 #lslist2 .wp-caption {
	background: initial;
	text-align: left;
	display: inline-block;
	overflow:hidden;
	padding: 2px 0 0;
	margin: 0px 0px 5px;
	letter-spacing: normal;
	vertical-align: text-top;
}
#lsarea1 #lslist2 .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
#lsarea1 #lslist2 .wp-caption .size-thumbnail {
	width: 100%;
}
#lsarea1 #lslist2 .size-thumbnail {
	margin-top: 4px;
	width: 100%;
	height: auto;
}
#lsarea1 #lslist2 .size-thumbnail a {
	display: block;
}
#lsarea1 #lslist2 .wp-caption-text {
	font-size: 11px;
	line-height: 1.4em;
	padding: 0 2px;
	display: block;
	overflow: hidden;
}
#lsarea1 #lslist2 .wp-caption .wp-caption-text a {
	text-decoration: none;
	color: #333;
}
#lsarea1 #lslist2 .wp-caption .wp-caption-text a:hover {
	text-decoration: underline;
}

#lsarea1 #lslist3 {
	background: #fff;
	padding: 5px 0px 5px;
  	text-align: center;
	display: block;
	overflow: hidden;
}
/* Search */
#site-search {
    margin: 10px 0;
}

#searchform, #searchform div  {
    display: inline;
    margin: 5px 0px 0px 0px;
}
#s  {
    width:80%;
    height:20px;
    float:left;
    border: solid 1px #a9a9a9;
    padding: 2px 5px;
    margin: 5px 0px 0px 10px;
    background-color: #fff;
}
#s:hover, #s:focus  {
    background-color: #eeeeee;
}
#searchsubmit  {
    float:left;
    width:50px;
    background-color: #666666;
    border-radius: 5px;
    color: #ffffff;
    border: solid 0px #aaaaaa;
    padding: 2px 8px;
	margin: 6px 0 0 2px;
}
#searchsubmit:hover  {
    background-color: #aaaaaa;
}

#archivepd  {
    width:140px;
    border: solid 1px #a9a9a9;
}

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

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 12px;
	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: 100%;
	margin-top: 10px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
.attachment #content .pageback {
	text-align: center;
	margin: 5px 0 20px 0;
}
.attachment #content .pageback a {
	text-decoration: none;
}
.attachment #content .pageback a:hover {
	text-decoration: underline;
}



/* =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,
	img.size-thumbnail,
.attachment img,
.widget-container img {
	max-height: inherit;
	width: auto;
}
@media screen and (min-width: 768px) {
		.post img.size-auto,
		.post img.size-full,
		.post img.size-large,
		.post img.size-medium,
		.post img.size-thumbnail,
		.post .attachment img,
		.post .widget-container img {
			margin: 0 auto;
    		display: block;
			width: 80%;
			border-radius: 10px;
	}
}
.entry-content .alignleft,
.entry-content img.alignleft {
	display: inline;
	float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
	display: inline;
	float: right;
}
.entry-content .alignnone,
.entry-content .aligncenter,
.entry-content img.aligncenter,
.entry-content img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img.alignnone,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {

}
.entry-content .wp-caption {
	background: #f1f1f1;
	height: auto;
	padding: 4px;
	margin-top: 4px;
	text-align: left;
	overflow:hidden;
	display: inline-block;
	vertical-align: text-top;
}
.entry-content img {
	margin-top: 8px;
	max-width: 100%;
	height: auto;
}
.entry-content .wp-caption img {
	margin-top: 8px;
	max-width: 100%;
	height: auto;
}
.entry-content .wp-caption .size-thumbnail {
	width: 98%;
}
.entry-content .wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 0 2px;
	display: block;
}
.entry-content .wp-caption .wp-caption-text a {
	text-decoration: none;
}
.entry-content .wp-caption .wp-caption-text a:hover {
	text-decoration: underline;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 5px auto 5px;
}
.gallery .gallery-item {
	float: left;
	margin: 5px 0;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 49%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery .gallery-item .gallery-icon img {
	width: 96%;
	border: 4px solid #f1f1f1;
}
.gallery-columns-2 .attachment-medium {
	max-width: 94%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 94%;
	height: auto;
}
.gallery .gallery-caption {
	color: #333;
	font-size: 12px;
	margin: 0px 8px 0px;
	text-align: left;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;

}




/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #e7e7e7;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #333;
	font-size: 14px;
	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 10px 0;
	position: relative;
}
#comments .comment-textarea ul,
#comments .comment-textarea ol {
	margin-bottom: 18px;
}
#comments .comment-textarea p:last-child {
	margin-bottom: 6px;
}
#comments .comment-textarea blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
    margin: 0 0 5px 0;
}
.comment-author cite {
	color: #333;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
	display: none;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 5px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #333;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #333;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
	display: none;
}
.reply a,
a.comment-edit-link {
	color: #333;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #333;
}
.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: #777;
	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 {
	margin: 15px 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;
	display: none;
}
#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: #333;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 97%;
	padding: 5px 3px;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit .submit {
	font-size: 14px;
	width: 120px;
	background-color: #666666;
	border-radius: 5px;
	color: #ffffff;
	border: solid 0px #aaaaaa;
	padding: 2px 5px;
	margin: 5px 0px 5px 0px;
}
#respond .form-submit .submit:hover {
	background-color: #aaaaaa;
}




/* =Widget Areas
-------------------------------------------------------------- */
.xoxo {
	list-style: square;
	margin: 0 0 10px 1.5em;
}
.widget-area ul {
	list-style: none;
	margin-left: 0px;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.8em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 10px 0;
	display: block;
	overflow: hidden;
}
.widget-container .wp-caption img {
	margin: auto;
}

.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;
}
.textwidget {
	font-size: 14px;
	padding: 0px 0px 0px 5px;
}
.tagcloud {
	font-size: 14px;
	padding: 0px 0px 15px 5px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {

	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
	text-align: center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody a:hover {
	color: #990099;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #FFF;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: #FFF;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #333;
}
.widget_rss a.rsswidget:hover {
	color: #aaa;
}
.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 {
	margin: 0 0 0px 0;
	float: initial;
    overflow: initial;
    width: initial;
}
#secondary {
	margin: 0 0 0px 0;
	float: initial;
    overflow: initial;
    width: initial;
}


@media screen and (min-width: 1px) {
	.wp-block-embed {
		margin-bottom: 1em;
		margin-inline-start: 0;
		margin-inline-end: 0;
	}
}
@media screen and (min-width: 768px) {
	.wp-block-embed {
		margin-inline-start: 40px;
		margin-inline-end: 40px;
	}
}

/* =Structure
-------------------------------------------------------------- */
/* Structure the sidemenu widget area */
.sb-slidebar #footer-widget-area {
	margin: 5px 0 15px;
	color: #333;
}
.sb-slidebar #footer-widget-area .widget-area {
	width: 100%;
}

/* Footer widget areas */
.sb-slidebar #footer-widget-area .widget-area ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sb-slidebar #footer-widget-area .widget-area ul ul {
	list-style: square;
	margin-left: 1.8em;
	margin-right: 10px;
}
.sb-slidebar #footer-widget-area .widget-area select {
	max-width: 100%;
}
.sb-slidebar #footer-widget-area .widget_search #s {/* This keeps the search inputs in line */
	margin-left: 0.8em;
}
.sb-slidebar #footer-widget-area .widget_search label {
	display: none;
}
.sb-slidebar #footer-widget-area .widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 10px 0;
	display: block;
	overflow: hidden;
}
.sb-slidebar #footer-widget-area .widget-container .wp-caption img {
	margin: auto;
}
#sb-title,
.sb-slidebar #footer-widget-area h3.widget-title {
	font-size: 12px;
	line-height: 1.0em;
	padding:10px 5px 0px 10px;
	margin: 5px 5px 5px;
	height: 20px;
	color: #FFF;
	font-weight: 600;
	text-align: left;
	border-radius: 6px;
	background: #000;
    background: -webkit-linear-gradient(top, #777 0%, #000 100%);
    background: linear-gradient(top, #777 0%, #000 100%);
    background: linear-gradient(to bottom, #777, #000);
}
.sb-slidebar #footer-widget-area .widget-area a:link,
.sb-slidebar #footer-widget-area .widget-area a:visited {
	text-decoration: none;
	color: #333;
}
.sb-slidebar #footer-widget-area .widget-area .entry-meta {
	font-size: 11px;
}


/* Structure the footer widget area */
#footer-widget-area {
	margin: 10px;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 23%;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
#site-generator {

}
/* Footer widget areas */
#footer-widget-area {
	color: #FFF;
}
#footer-widget-area .widget-area ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer-widget-area .widget-area ul ul {
	list-style: square;
	margin-left: 1.8em;
}
#footer-widget-area .widget-area select {
	max-width: 100%;
}
#footer-widget-area .widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
	margin-left: 0.8em;
}
#footer-widget-area .widget_search label {
	display: none;
}
#footer-widget-area .widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 5px 0;
	display: block;
	overflow: hidden;
}
#footer-widget-area .widget-container .wp-caption img {
	margin: auto;
}
#footer-widget-area h3.widget-title {
	font-size: 12px;
	line-height: 12px;
	padding:5px 5px 5px 5px;
	margin: 5px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	border-bottom: solid 2px #fff;
}
#footer-widget-area .widget-area a:link,
#footer-widget-area .widget-area a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer-widget-area .widget-area a:active,
#footer-widget-area .widget-area a:hover {
	text-decoration: underline;
	color: #CCC;
}
#footer-widget-area .widget-area .entry-meta {
	font-size: 11px;
}
#footer-widget-area .widget-area #wp-calendar {
	width: 96%;
	margin: 0 5px 0;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	height: auto;
	margin: 0 auto;
	clear: both;
	margin-bottom: 0;
	background: #000;
}
#colophon {
	overflow: hidden;
	padding: 0 0 10px;
	width: initial;
}
#site-info {
	margin-top: 10px;
	text-align: center;
}
#site-info a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#site-info a:hover {
	color: #CCC;
	text-decoration: underline;
}
#site-info .site-info-copyright {
	color: #FFF;
	font-weight: normal;
}
#site-generator {
	font-style: italic;
	position: relative;

}
#site-generator a {
	color: #FFF;
	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;
}
#pageTop{
	background: -webkit-linear-gradient(top, #00cc00 0%, #009900 100%);
    background: linear-gradient(top, #00cc00 0%, #009900 100%);
    background: linear-gradient(to bottom, #00cc00, #009900);
	border-radius:5px;
	color:#ffffff;
	padding:15px 20px;
	position:fixed;
	bottom:10px;
	right:10px;
	text-decoration: none;
	z-index: 200;
	display: none;
}
#pageTop:hover{
	background:#cccccc;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 100%;
}
code {
	-webkit-text-size-adjust: 100%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 100%;
}
#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 {
		display: block;
		border-bottom: 2pt solid #333;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #333;
	}
	#site-title,
	#site-description {
		float: left;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-description {   
        	display: block;
        	color: #333;
        	font-size: 13px;
        	line-height: 24px;
        	margin: 15px 2px 0px 0px;
        	overflow: hidden;
	}
	#branding {
		display: block;
	}
	#branding2 {
	        display: none;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#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;
	}
	#slider1 .slide_pc {
		margin-bottom: -30px;
	}
	#sidebar1 {
		display: none;
	}
	.home .sticky {
		border: none;
	}
	/* -- 画像並び -- */
	#contentarea3 #contentlist3 article {
	        width: 21%;
	        margin-left: 1%;
	        margin-right: 3%;
	    }
	#contentarea3 #contentlist3 article:nth-of-type(2n) {
	        margin-left: 1%;
	        margin-right: 3%;
	}
	#contentarea3 #contentlist3 article:nth-of-type(4n) {
	        margin-left: 1%;
	        margin-right: 0;
	}
	#contentarea3 #contentlist3 .wp-caption {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea3 #contentlist3 .size-thumbnail {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	.entry-content,
	.entry-summary {
	        clear: both;
	        padding: 5px 10px 10px 10px;
	}
	.entry-dates {
		margin: 0 15px 5px 0;
	}
    	/* =Images
	-------------------------------------------------------------- */
	.entry-content .alignleft,
	.entry-content img.alignleft {
		margin-right: 10px;
	}
	.entry-content .alignright,
	.entry-content img.alignright {
		margin-left: 10px;
	}
	.entry-content img.alignnone,
	.entry-content img.alignleft,
	.entry-content img.alignright,
	.entry-content img.aligncenter {
		margin-bottom: 16px;
	}
	.entry-content .alignnone,
	.entry-content .alignleft,
	.entry-content .alignright,
	.entry-content .aligncenter {
		margin-bottom: 16px;
	}
	.entry-content img.size-auto,
	.entry-content img.size-full,
	.entry-content img.size-large {
		width: 100%;
	}
	.entry-content .size-medium {
		width: 40%;
	}
	.entry-content .size-thumbnail {
		width: 22%;
		margin-left: 1.4%;
		margin-right: 1.4%;
	}
	.entry-content .wp-caption {
		width: 21%;
		margin-left: 1.4%;
		margin-right: 1.4%;
	}
}



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

#access {
	background: initial;
	display: block;	
	float: right;
	margin: initial;
    width: initial;
}
#access .menu-header,
div.menu {
    font-size: 14px;
    margin-left: 10px;
	width: initial;
}
#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
#access .menu-header li,
div.menu li {
    float: left;
    position: relative;

}

#access .menu-header li:last-child {

}

#access a {
    color: #fff;
    display: block;
    font-size:14px;
    line-height: 38px;
    letter-spacing:0.06em;
    padding: 6px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	float: left;
	width: 160px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 160px;
}
#access ul li:last-child ul li:last-child {
    min-width: 160px;
	float: right !important;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
    background: #333;
	line-height: 1.4em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access ul ul ul a {
    background: #666;
    line-height: 1.4em;
    padding: 10px;
    width: 160px;
    height: auto;
}
#access li:hover > a {
    color: #FFF;	
	background: #00cc00;
}
#access ul ul :hover > a {
    color: #FFF;
	background: #ff0099;
}
#access ul li:hover > ul {
	display: block;
}
#access .menu-header ul ul > li.menu-item-has-children > a,
#access .menu-header ul ul ul > li.menu-item-has-children > a{
    background-image: url(images/spmenu_link_w.png);
    background-size: 30px 15px;
    background-repeat: no-repeat;
    background-position: right center;
}
#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;
}

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

#access2 .menu-header{
    width: 96%;
}
#access2 .menu-header,
#access2 .menu-header ul,
#access2 .menu-header ul li,
#access2 .menu-header ul li a {
    color: #333333;
    padding: 0;
    margin: 0 auto;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#access2 .menu-header i,
#access2 .menu-header i a {
    font-size: 14px;
    margin-right: 5px;
}
#access2 .menu-header ul ul {
    display: none;
}
#access2 .menu-header > ul > li.active > ul {
    display: block;
}
.align-right {
    float: right;
}
#access2 .menu-header ul li a {
    padding: 10px 26px 10px 12px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    /*height: 40px;*/
    line-height: 20px;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    background: #009900;
    border-bottom: solid 1px #006600;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#access2 .menu-header ul ul li a {
    padding: 10px 24px 10px 27px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    background: #f5f3f3;
    border-bottom: solid 1px #e6e5e5;
    border-left: solid 1px #e6e5e5;
    border-right: solid 1px #e6e5e5;
    border-radius:0px 0px 0 0;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#access2 .menu-header ul ul ul li a {
    padding: 10px 24px 10px 42px;
    background: #fff;
    border-bottom: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-radius:0px 0px 0 0;
}
#access2 .menu-header ul ul ul ul li a {
	padding: 10px 24px 10px 57px;
	background: #fff;
	border-bottom: solid 1px #e3e3e3;
	border-left: solid 1px #e3e3e3;
	border-right: solid 1px #e3e3e3;
	border-radius:0px 0px 0 0;
}
#access2 .menu-header ul > li:not(.menu-item-has-children) a {
    background-image: url(images/spmenu_link_w.png);
    background-size: 30px 15px;
    background-repeat: no-repeat;
    background-position: right center;
}
#access2 .menu-header ul ul > li:not(.menu-item-has-children) a {
    background-image: url(images/spmenu_link_g.png);
    background-size: 30px 15px;
    background-repeat: no-repeat;
    background-position: right center;
}
#access2 .menu-header ul > li.menu-item-has-children > a:after {
    position: absolute;
    right: 16px;
    top: 12px;
    z-index: 5;
    display: block;
    height: 14px;
    width: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#access2 .menu-header ul > li.menu-item-has-children > a:before {
    position: absolute;
    right: 10px;
    top: 18px;
    display: block;
    width: 14px;
    height: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
#access2 .menu-header ul > li.menu-item-has-children.open > a:after,
#access2 .menu-header ul > li.menu-item-has-children.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#access2 .menu-header ul ul > li.menu-item-has-children > a:after {
    background: #8d8d8d;
}
#access2 .menu-header ul ul > li.menu-item-has-children > a:before {
    background: #8d8d8d;
}


/**
* 16.1 Mobile Large 320px
*/
@media screen and (min-width: 1px) {
    #wrapper {
        width: 100%;
    }
    #container {
	    margin-top: 50px;
    }
    #branding2 {
        width: 100%;
        position: fixed;
        top:0;
        left:0;
        right:0;
        height:50px;
        background-color: #000;
        z-index:200;
        border-bottom: solid 1px #ddd;
    }
    #branding {
        display: none;
    }
    #branding2 {
        display: block;
    }
    #site-title img {
        width: 160px;
        margin: 6px 5px 5px 10px;
    }
    #site-description {
        display: none;
        /**       
        float: right;
        color: #333;
        font-size: 13px;
        line-height: 24px;
        margin: 15px 2px 0px 0px;
        overflow: hidden;
        */
    }
    #gheader #menu2 {
        display: none;
    }
    #gnavi {
        display: none;
    }
    
    #branding2 .sb-toggle-right {
        display: block;
        float: right;
        color: #FFF;
        font-size: 26px;
        width: 40px;
        height: 40px;
        margin: 5px 5px 5px 0;
        text-align: center;
        background: #cc9902;
		background:-webkit-linear-gradient(top, #00cc00 0%, #009900 100%);
        background:linear-gradient(top, #00cc00 0%, #009900 100%);
        background:linear-gradient(to bottom, #00cc00, #009900);/* IE10+, W3C */
        border-radius:5px 5px;
    }
    #branding2 .sb-toggle-right i {
        margin-top: 7px;
    }
    
    #slider1 {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    #slider1 .slide_pc {
	display: none;
    }
    #slider1 .slide_sp {
	display: block;
    }

    /* =content
    -------------------------------------------------------------- */
    
    #content {
        width: 100%;
        margin: 5px 0px 0 0;
    }
    .pkg-news {
        padding: 0 0px;
    }
    .pkg-news2 dl dt#newsdate .topicsnew {
        padding: 2px 10px;
    }
	/* -- 画像並び -- */
	#contentarea3 #contentlist3 .wp-caption {
		width: 47%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#contentarea3 #contentlist3 .size-thumbnail {
		width: 47%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}

    .entry-trumpface {
    	width: 60px;
    	margin: 5px 5px 0px;
    }
    .entry-trumpname {
    	width: 72%;
    	margin: 5px 0 10px 0px;
    }
    .entry-trumpnametext {
    	width: 100%;
    }
    .entry-trumpname .entry-dates {
    	margin: 0 10px 0 0;
    	float: left;
    }
    .entry-trumpname .cat-links {
    	margin: 3px 0 0 0;
    }
    .entry-content,
    .entry-summary {
        clear: both;
        padding: 5px 16px 10px 16px;
    }
    #content .entry-title {
        margin: 0px 0px 5px;
    }
    #content .entry-title2,
    #content #entry-title2 {
        margin: 0px 0px 5px;
    }
    #content .entry-title3 {
        margin: 0px 0px 5px;
    }
    .entry-content .contacttext {
	width: 100%;
	padding-bottom: 3px;
    }
    .entry-content .contactform {
	width: 100%;
    }
    .entry-content input.textshort {
	width: 100%;
    }
    .entry-content input.textmedium {
	width: 100%;
    }
    .entry-content input.textlong {
	width: 100%;
    }
    .entry-content select {
	width: 100%;
    }
    
    /* -- 会社概要 -- */
    .company {
        margin: 0 0 20px 0px;
    }
    .company dt {
        width: 100%;
        padding: 5px 0px;
    }
    .company dd {
        width: 100%;
        padding: 0px 0px;
    }

    #comments {
	margin: 10px 5px;
    }
    /* -- 広告 -- */
    #mobiletopbanner1 {
        display: none;
    }
    #mobiletopbanner2 {
        display: none;
    }
    #mobiletopbanner3 {
        display: block;
    }
    
    /* =sidebar1
    -------------------------------------------------------------- */

	#sidebar1 {
		width: 100%;
		float: none;
		overflow: hidden;
		display: none;
	}
	#sidebar2 {
		width: 100%;
		float: none;
		overflow: hidden;
		display: none;
	}
	#sidebar3 {
		width: 100%;
		float: none;
		overflow: hidden;
		display: block;
	}
	#lsarea1 #lslist1 .wp-caption {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#rsarea2 {
		display: block;
	}
	#lsarea1 #lslist1 .size-thumbnail {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist1 p img {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist1 .wp-caption-text {
		text-align: center;
	}
	#lsarea1 #lslist2 .wp-caption {
		width: 46%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist2 .size-thumbnail {
		width: 46%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist2 p img {
		width: 46%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist2 .wp-caption-text {
		text-align: center;
	}
    
	/* =Images
	-------------------------------------------------------------- */
	.entry-content .alignleft,
	.entry-content img.alignleft {
		margin-right: 10px;
	}
	.entry-content .alignright,
	.entry-content img.alignright {
		margin-left: 10px;
	}
	.entry-content img.alignnone,
	.entry-content img.alignleft,
	.entry-content img.alignright,
	.entry-content img.aligncenter {
		margin-bottom: 10px;
	}
	.entry-content .alignnone,
	.entry-content .alignleft,
	.entry-content .alignright,
	.entry-content .aligncenter {
		margin-bottom: 10px;
	}
	.entry-content .size-thumbnail {
		width: 47%;
		margin-left: 1.4%;
		margin-right: 1.4%;
	}
	.entry-content .wp-block-image,
	.entry-summary .wp-block-image {
		margin-inline-start: -16px;
		margin-inline-end: -16px;
		display: inline-block;
		margin-top: 10px;
    	margin-bottom: 15px;
	}	
	.entry-content .wp-block-image img,
	.wp-block-image img {
		max-width: 100;
		height: auto !important;
		border-radius: 0px !important;
	}
	.entry-content .wp-caption {
		width: 43.5%;
		margin-left: 1.4%;
		margin-right: 1.4%;
	}
	.widget_search #s {/* This keeps the search inputs in line */
		width: 65%;
	}
	.sb-slidebar #footer-widget-area .widget_search #s {/* This keeps the search inputs in line */
		width: 65%;
	}
    
    /* =Footer
    -------------------------------------------------------------- */

    #footer {
        width: 100%;
		margin-bottom: 0px;
    }
    #footer #footer-widget-area {
        display: none;
    }
}


/**
* 16.2 Tablet Small 768px
*/
@media screen and (min-width: 768px) {
    #wrapper {
        width: 80%;
    }
    #container {
	    margin-top: 50px;
    }
    #site-description {   
        display: block;
        color: #FFF;
        font-size: 13px;
        line-height: 24px;
        margin: 15px 2px 0px 10px;
        overflow: hidden;
    }
    #slider1 .slide_pc {
	display: block;
    }
    #slider1 .slide_sp {
	display: none;
    }
      /* -- 広告 -- */
    #mobiletopbanner1 {
        display: block;
    }
    #mobiletopbanner2 {
        display: none;
    }
    
    /* =content
    -------------------------------------------------------------- */

    /* -- 画像並び -- */
	#contentarea3 #contentlist3 .wp-caption {
		width: 22.4%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
	#contentarea3 #contentlist3 .size-thumbnail {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
    .entry-trumpface {
    	width: 60px;
    	margin: 10px 10px 0px;
    }
    .entry-trumpname {
		width: initial;
    	margin: 10px 0 10px 0px;
    }
    .entry-trumpnametext {
    	
    }
    .entry-trumpname .entry-dates {
    	margin: 0 10px 0 0;
      	float: left;
    }
    .entry-trumpname .cat-links {
    	margin: 3px 0 0 0;
    }
    .entry-content,
    .entry-summary {
        clear: both;
        padding: 5px 10px 10px 78px;
    }
	#content .entry-title {
        	margin: 0px 0px 5px;
    	}
	#content .entry-title2,
	#content #entry-title2 {
        	margin: 0px 0px 5px;
    	}
	#content .entry-title3 {
        	margin: 0px 0px 5px;
    	}
    .entry-content .contacttext {
	width: 25%;
	padding-bottom: 0px;
    }
    .entry-content .contactform {
	width: 75%;
    }
    .entry-content input.textshort {
	width: 40%;
    }
    .entry-content input.textmedium {
	width: 60%;
    }
    .entry-content input.textlong {
	width: 90%;
    }
    .entry-content select {
	width: 40%;
    }
    
    /* -- 会社概要 -- */
    .company {
        margin: 0 0 10px 10px;
    }
    .company dt {
        width: 15%;
        padding: 12px 14px;
    }
    .company dd {
        width: 75%;
        padding: 12px 12px;
    }
    
    /* =sidebar1
-------------------------------------------------------------- */

	#lsarea1 #lslist1 .wp-caption {
		width: 46%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist1 .size-thumbnail {
		width: 46%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist1 p img {
		width: 46%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}

	#lsarea1 #lslist2 .wp-caption {
		width: 21.8%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist2 .size-thumbnail {
		width: 21.8%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist2 p img {
		width: 21.8%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	.widget_search #s {/* This keeps the search inputs in line */
		width: 76%;
	}
	.sb-slidebar #footer-widget-area .widget_search #s {/* This keeps the search inputs in line */
		width: 70%;
	}

	/* =Images
	-------------------------------------------------------------- */
	.entry-content .alignleft,
	.entry-content img.alignleft {
		margin-right: 20px;
	}
	.entry-content .alignright,
	.entry-content img.alignright {
		margin-left: 20px;
	}
	.entry-content img.alignnone,
	.entry-content img.alignleft,
	.entry-content img.alignright,
	.entry-content img.aligncenter {
		margin-bottom: 16px;
	}
	.entry-content .alignnone,
	.entry-content .alignleft,
	.entry-content .alignright,
	.entry-content .aligncenter {
		margin-bottom: 16px;
	}
	.entry-content img.size-auto,
	.entry-content img.size-full,
	.entry-content img.size-large {
		max-height: inherit;
    	width: auto;
		border-radius: 10px;
		width: 80%;
	}
	.entry-content .size-medium {
		width: 40%;
	}
	.entry-content .size-thumbnail {
		width: 22%;
		margin-left: 0%;
		margin-right: 0%;
	}
	.entry-content .wp-block-image,
	.entry-summary .wp-block-image {
		margin-inline-start: 100px;
		margin-inline-end: 100px;
	}	
	.entry-content .wp-caption {
		width: 20%;
		margin-left: 1.4%;
		margin-right: 1.4%;
	}
	.entry-content .wp-block-image img,
	.wp-block-image img {
		max-width: 100;
		height: auto !important;
		border-radius: 10px !important;
	}
    /* =Footer
-------------------------------------------------------------- */

    #footer {
		margin-bottom: 0px;
    }
}



/**
* 16.4 Desktop Small 1000px
*/
@media screen and (min-width: 1000px) {
    #wrapper {
        width: 990px;
    }
    #container {
	    margin-top: 50px;
    }
    #branding {
        display: block;
    }
    #branding2 {
        display: none;
    }
    #site-title img {
        float: left;
    }
    #site-description {
        margin: 14px 0px 10px 10px;
    }
    #gheader #menu2 {
        display: block;
    }
    #gnavi {
        display: block;
    }
    
    #branding .sb-toggle-right {
        display: none;
    }
    #slider1 {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    #mobiletopbanner3 {
        display: none;
    }

    /* =content
    -------------------------------------------------------------- */

    #content {
        width: 610px;
        margin: 10px 10px 5px 10px;
    }
    .pkg-news {
        padding: 0 5px;
    }
    .pkg-news2 dl dt#newsdate .topicsnew {
        padding: 0px 10px;
    }
    /* -- 画像並び -- */
    #contentarea3 #contentlist3 article {
        width: 21%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea3 #contentlist3 article:nth-of-type(2n) {
        margin-left: 1%;
        margin-right: 1%;
    }
    #contentarea3 #contentlist3 article:nth-of-type(4n) {
        margin-left: 1%;
        margin-right: 0;
    }
    .entry-trumpface {
    	width: 60px;
    	margin: 10px 10px 0px;
    }
    .entry-trumpname {
    	width: 85%;
    	margin: 10px 0 10px 0px;
    }
    .entry-trumpname .entry-dates {
    	margin: 0 10px 0 0;
		float: left;
    }
    .entry-trumpname .cat-links {
    	margin: 3px 0 0 0;
    }
    .entry-content,
    .entry-summary {
        clear: both;
        padding: 5px 10px 10px 78px;
    }
    #content .entry-title {
        margin: 0px 5px 5px;
    }
    #content .entry-title2,
    #content #entry-title2 {
        margin: 0px 0px 5px;
    }
    #content .entry-title3 {
        margin: 0px 5px 5px;
    }
    #comments {
	margin: 10px 10px;
    }

    /* =sidebar1
	-------------------------------------------------------------- */

	#sidebar1 {
		width: 180px;
		float: left;
		overflow: visible;
		display: block;
	}
	#sidebar2 {
		width: 180px;
		float: left;
		overflow: visible;
		display: block;
	}
	#sidebar3 {
		width: 180px;
		float: left;
		overflow: visible;
		display: none;
	}
	#rsarea2 {
		display: block;
	}
	#lsarea1 #lslist1 .wp-caption {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist1 .size-thumbnail {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist1 p img {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist1 .wp-caption-text {
		text-align: center;
	}

	#lsarea1 #lslist2 .wp-caption {
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist2 .size-thumbnail {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist2 p img {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	#lsarea1 #lslist2 .wp-caption-text {
		text-align: center;
	}
	.widget_search #s {/* This keeps the search inputs in line */
		width: 53%;
	}
	#footer-widget-area #wp-calendar tbody a {
		color: #333;
	}
	#footer-widget-area #wp-calendar tbody a:hover {
		color: #990099;
	}
	
	/* =Images
	-------------------------------------------------------------- */
	.entry-content .wp-block-image,
	.entry-summary .wp-block-image {
		margin-inline-start: 40px;
		margin-inline-end: 40px;
	}	

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

    #footer {
        width: 990px;
    }
    #footer #footer-widget-area {
        display: block;
    }

}






/* =slidebars.css
-------------------------------------------------------------- */
/* -----------------------------------
* Slidebars
* Version 0..10
* http://plugins.adchsm.me/slidebars/
*
* Written by Adam Smith
* http://www.adchsm.me/
*
* Released under MIT License
* http://plugins.adchsm.me/slidebars/license.txt
*
* -------------------
* Slidebars CSS Index
*
* 001 - Box Model, Html & Body
* 002 - Site
* 003 - Slidebars
* 004 - Animation
* 005 - Helper Classes
*
* ----------------------------
* 001 - Box Model, Html & Body
*/

html, body, #sb-site, .sb-site-container, .sb-slidebar {
    /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
    height: 100%; /* Site is as tall as device. */
}

body {
    min-height: 100%;
    height: auto;
    position: relative; /* Required for static Slidebars to function properly. */
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden; /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}

/* ----------
* 002 - Site
*/

#sb-site, .sb-site-container {
    /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
    width: 100%;
    position: relative;
    z-index: 10; /* Site sits above Slidebars */
    background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* ---------------
* 003 - Slidebars
*/

.sb-slidebar {
    height: 100%;
    overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
    position: fixed;
    top: 0;
    z-index: 0; /* Slidebars sit behind sb-site. */
    display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
    padding-bottom: 0px;
    background-color: #fff; /* Default Slidebars background colour, overwrite this with your own css. */
    -webkit-transform: translate(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
    border-left:1px solid #ddd;
}

.sb-left {
    left: 0; /* Set Slidebar to the left. */
}

.sb-right {
    right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
    position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
    display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
    z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}


/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
    width: 30%;
}

.sb-width-thin {
    width: 15%;
}

.sb-width-wide {
    width: 45%;
}

@media (max-width: 480px) { /* Slidebar widths on extra small screens. */
    .sb-slidebar {
        width: 80%;
    }

    .sb-width-thin {
        width: 60%;
    }

    .sb-width-wide {
        width: 85%;
    }
}

@media (min-width: 481px) { /* Slidebar widths on small screens. */
    .sb-slidebar {
        width: 70%;
    }

    .sb-width-thin {
        width: 70%;
    }

    .sb-width-wide {
        width: 70%;
    }
}

@media (min-width: 768px) { /* Slidebar widths on medium screens. */
    .sb-slidebar {
        width: 50%;
    }

    .sb-width-thin {
        width: 45%;
    }

    .sb-width-wide {
        width: 65%;
    }
}

@media (min-width: 992px) { /* Slidebar widths on large screens. */
    .sb-slidebar {
        width: 55%;
    }

    .sb-width-thin {
        width: 45%;
    }

    .sb-width-wide {
        width: 65%;
    }
}

@media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
    .sb-slidebar {
        width: 55%;
    }

    .sb-width-thin {
        width: 45%;
    }

    .sb-width-wide {
        width: 65%;
    }
}

/* ---------------
* 004 - Animation
*/

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
    -webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
* 005 - Helper Classes
*/

.sb-hide { 
    display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
