/*
Theme Name: JCAA202509
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/*body {
    background: url(images/back.png) no-repeat top center;
}*/
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
    font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
    position: relative;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


				  


/**
 * 2.0 - Genericons
 */



/**
 * 3.0 - Typography
 */

body, button, input, select, textarea {
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
	letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	line-height: 1.4;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
}
hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}
		  
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
}

:-moz-placeholder {
	color: #686868;
}

::-moz-placeholder {
	color: #686868;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
}

.screen-reader-text {
    display: none;
}

/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #ec6c00;
	border: 0;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #999;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #ececec;
    border: 1px solid #ececec;
    color: #686868;
    padding: .4em;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}



.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}



/**
 * 6.1 - Links
 */

a {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #888;
}

a:hover, a:focus, a:active {
    color: #F55A18;
    text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img:hover {
    opacity: .6;
}


/**
 * 6.2 - Menus
 */


.main-navigation {
    position: relative;
    background: transparent;
    width: 100%;
}
.menu-main-container {
    position: relative;
}
.header-menu {
    margin: 0;
    list-style: none;
    display: flex;
    border: 1px solid #c6c6c6;
    border-bottom: 0;
    margin-top: 25px;
    border-radius: 4px 4px 0 0;
    background: #fff;
    justify-content: flex-end;
    height: 67px;
}
.main-navigation li {
    flex: 1 0 auto;
    text-align: center;
}
.main-navigation li a {
    color: #000;
    font-size: 18px;
    letter-spacing: .05em;
    text-decoration: none;
    padding: 15px 0 12px;
    display: block;
    position: relative;
    height: 100%;
    font-family: 'Noto Sans Japanese', serif; font-weight:normal;
}

.main-navigation li:nth-child(1) a {
    border-bottom: 7px solid #7e1083;
}
.main-navigation li:nth-child(1) a:hover {
    background: #ecdbed;
}
.main-navigation li:nth-child(2) a {
    border-bottom: 7px solid #e7360d;
}
.main-navigation li:nth-child(2) a:hover {
    background: #fbe1db;
}
.main-navigation li:nth-child(3) a {
    border-bottom: 7px solid #00b1ec;
}
.main-navigation li:nth-child(3) a:hover {
    background: #d9f3fc;
}
.main-navigation li:nth-child(4) a {
    border-bottom: 7px solid #6eb92b;
}
.main-navigation li:nth-child(4) a:hover {
    background: #e9f5df;
}
.main-navigation li:nth-child(5) a {
    border-bottom: 7px solid #f9be00;
}
.main-navigation li:nth-child(5) a:hover {
    background: #fef5d9;
}

.main-navigation li a:after {
    content: "";
    width: 1px;
    height: 45px;
    background: #e5e5e5;
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
}
.main-navigation li:last-child a:after {
    display: none;
}
				
.main-navigation ul.toggled-on {
    display: block;
}
.main-navigation ul ul {
    margin: 0;
    list-style: none;
    display: none;
    flex-basis: 100%;
}


.footer-navigation ul {
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}
.footer-navigation ul li {
    position: relative;
    flex: 1 0 auto;
    text-align: center;
}
.footer-navigation ul li:before {
    display: inline-block;
    content: "";
    background: url(images/border.svg) no-repeat center center;
    height: 25px;
    width: 16px;
    position: absolute;
    left: 0;
    top: -3px;
}
.footer-navigation ul li:last-child:after {
    display: inline-block;
    content: "";
    background: url(images/border.svg) no-repeat center center;
    height: 25px;
    width: 16px;
    position: absolute;
    right: 0;
    top: -3px;
}	  
.footer-navigation ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-navigation ul li a:hover {
    text-decoration: underline;
}

.footer-navigation {
}


.pagination {
    margin-bottom: 16px;
}
.nav-links {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.page-numbers, a.page-numbers:visited, a.page-numbers:focus {
    color: #009999;
    text-decoration: none;
    padding: 6px 8px 4px;
    margin-left: .5em;
    border: 1px solid;
    border-color: #009999;
    line-height: 1;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}
a.page-numbers:hover {
    color: #ffffff;
    border-color: #009999;
    background: #009999;
    text-decoration: none;
}
.page-numbers.current {
    color: #ffffff;
    border-color: #009999;
    background: #009999;
}




/**
 * 11.0 - Content
 */

body {
    min-width: 980px;
}

.container {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.container_wrap {
    margin: 0 auto;
    max-width: 980px;
    padding: 0;
    overflow: hidden;
}


.title_1 {
    font-size: 20px;
    font-weight: normal;
    border-left: 6px solid rgb(0, 153, 153);
    padding-left: 12px;
    margin-left: 13px;
    line-height: 26px;
    position: relative;
    margin-bottom: 16px;
}
.title_1:before {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% + 20px);
    background: #099;
    position: absolute;
    top: 35px;
    left: -20px;
}
.title_1:after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% + 20px);
    background: #808080;
    position: absolute;
    top: 38px;
    left: -20px;
}
.title_4 {
    font-weight: normal;
    font-size: 15px;
	color: #099;
    display: flex;
    align-items: center;
}





.container.visual {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.container.visual .container_wrap {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0;
    overflow: hidden;
}
.container.visual .bx-controls.bx-has-pager.bx-has-controls-direction {
    display: none;
}
.container.visual ul.bxslider {
    margin: 0;
}


.container.navi {
    background: #ccebeb;
}
.container.navi .container_wrap {
    display: flex;
    justify-content: space-around;
    padding: 21px 0 15px;
}
.container.navi .container_wrap div {
    position: relative;
}
.container.navi .container_wrap div:before {
    content: "";
    width: 2px;
    height: 107px;
    background: rgb(185, 208, 208);
    display: block;
    position: absolute;
    left: -20px;
    top: 34px;
}
.container.navi .container_wrap div:last-child:after {
    content: "";
    width: 2px;
    height: 107px;
    background: rgb(185, 208, 208);
    display: block;
    position: absolute;
    right: -20px;
    top: 34px;
}
.container.navi .container_wrap div a  {
    display: block;
}				  
.container.navi .container_wrap div a:hover img  {
    opacity: 0;
}				  
.container.navi .container_wrap div:nth-child(1) a {
    background: url(images/nav_1_back.png) no-repeat center center;
}				  
.container.navi .container_wrap div:nth-child(2) a {
    background: url(images/nav_2_back.png) no-repeat center center;
}				  
.container.navi .container_wrap div:nth-child(3) a {
    background: url(images/nav_3_back.png) no-repeat center center;
}				  
.container.navi .container_wrap div:nth-child(4) a {
    background: url(images/nav_4_back.png) no-repeat center center;
}				  

				  
				  
				  
.container_wrap.column {
    display: flex;
    margin-top: 60px;
}

.container.news {
    flex: 0 0 680px;
}
.container.news .container_wrap {
    padding-right: 16px;
}

.container.news .container_wrap section {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0 15px;
    display: flex;
}
.container.news .container_wrap section:last-of-type {
    margin-bottom: 16px;
}
	  
.container.news .container_wrap section .date {
    flex: 0 0 116px;
}
.container.news .container_wrap section .date p{
    margin-bottom: 0;
}
.container.news .container_wrap section .cat_img {
    flex: 0 0 120px;
}
	  


.container.topic {
    flex: 0 0 300px;
}
.container.topic .container_wrap {
    padding-left: 16px;
}

.container.topic .container_wrap > div {
    padding: 16px 0 0px;
}
.container.topic .container_wrap .arrow {
    font-size: 14px;
    position: relative;
    padding-left: 18px;
    display: inline-block;
}
.container.topic .container_wrap .arrow:before {
    display: inline-block;
    content: "";
    background: url(images/arrow.svg) no-repeat center center;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 4px;
    left: 0;
}	
		  
/**
 * 11.1 - Header
 */


header.container {
    position: relative;
    height: 218px;
    overflow: visible;
    border-top: 6px solid #099;
    border-bottom: 6px solid rgb(153, 214, 214);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 156px, rgb(205, 235, 235) 156px);
}
header .container_wrap {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
}
.site-branding {
    padding-top: 38px;
    flex-shrink: 0;
}
.site-description {
    margin-top: 74px;
    margin-left: 48px;
    flex-shrink: 0;
}
.site-description p {
    font-family: 'Harenosora';
    font-size: 16px;
    margin-bottom: 0;
    line-height: 22px;
    letter-spacing: 0.2em;
}
.site-shortcut {
    margin-top: 28px;
    margin-left: auto;
    flex-shrink: 0;
}
.site-shortcut div {
    display: flex;
    justify-content: space-between;
    padding-left: 4px;
}
.site-shortcut a {
    display: block;
    line-height: 1;
}
.site-shortcut .for_member {
    margin-top: 33px;
}
.site-shortcut .for_member img:hover{
    opacity: 1;
}


/**
 * 11.2 - Posts and pages
 */


.page .container.visual .container_wrap {
    max-width: 980px;
    display: flex;
    align-items: center;
    height: 132px;
    background: #dcf1f1;
    padding: 0 36px;
}
h1.page_title {
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0.05em;
}
.breadcrumbs {
    background: #ebf7f7;
    width: 980px;
    margin: 3px auto 48px;
}
.breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0 12px;
}
.breadcrumbs ol li {
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
}
.breadcrumbs ol li + li:before {
    content: ">";
    margin-right: 12px;
}

.post .container.visual > .container_wrap {
    max-width: 980px;
    display: flex;
    align-items: center;
    height: 132px;
    background: #dcf1f1;
    padding: 0 36px;
}
.post .container.archive > .container_wrap {
    display: flex;
}
.post .container.has_side {
    flex: 1 0 680px;
}
.post .container.has_side > .container_wrap{
}
.post .container.archive > .container_wrap {
    display: flex;
}
.post .container.news section:first-of-type {
}


.news.single section {
    flex-wrap: wrap;
}			
.news.single section .content {
    flex: 1 0 600px;
}

.news.single section .content a{
    color: #f55a18;
}

.single .title_4 {
    font-size: 24px;
    margin: 16px 0;
}			
			
			
			
.post .container.question section {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0 15px;
}			
.post .container.question section:first-of-type {
    border-top: 1px dashed #ccc;
}

.post .container.question .container_wrap {
    padding-right: 16px;
}

	
.post .container.question section .question {
    position: relative;
    padding-left: 56px;
    margin-bottom: 32px;
    padding-top: 13px;
}	

.post .container.question section .question:before {
    display: inline-block;
    content: "";
    background: url(images/question.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 4px;
    left: 0;
}	
.post .container.question section .answer {
    position: relative;
    padding-left: 56px;
    padding-top: 13px;
}	
.post .container.question section .answer {
    display: none;
}	
.post .container.question section .answer:before {
    display: inline-block;
    content: "";
    background: url(images/answer.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 4px;
    left: 0;
}	
.post .container.question section .title_4 {
    font-size: 22px;
}
.post .container.question section strong {
    background: #099;
    color: #fff;
    font-weight: normal;
    padding: 0px 6px;
    display: inline-block;
}
.post .container.question section a:not(.in_page) {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    color: #F55A18;
}			
.post .container.question section a:before {
    display: inline-block;
    content: "";
    background: url(images/arrow.svg) no-repeat center center;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 6px;
    left: 0;
}				
.title_archive {
    padding: 20px 0 20px 20px;
}
.post .container.question .title_archive section {
    border: 0;
    padding: 4px 0;
}
.post .container.question .title_archive section a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}			
span.tag_name {
    font-size: 14px;
    color: #999;
}

.toanswer {
    margin-top: .5em;
}
.toanswer span {
    color: #009999;
    padding: 6px 8px 4px;
    margin-right: .5em;
    border: 1px solid;
    border-color: #009999;
    line-height: 1;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.toanswer span.a_open{
}
.toanswer span.a_close{
	display:none;
}
.active .toanswer span.a_open{
	display:none;
}
.active .toanswer span.a_close{
	display:inline-block;
  color: #fff;
  background:#009999;
  
}


.tr > .td {
    display: table-cell;
}
.contact .table .tr {
    display: table;
}
.contact .table .tr .td.inner01 {
    padding: 0.75em 0;
    line-height: 1;
    vertical-align: top;
    color: #ff0000;
    width: 1.4em;
    height: inherit;
}
.contact .table .tr .td.inner02 {
    padding: 0.75em 0;
    line-height: 1;
    vertical-align: top;
    width: 10em;
    height: inherit;
}
.contact .table .tr .td.inner03 {
    display: table-cell;
    padding-right: 0;
	height: 4.5em;
}	  
	  
.contact .table .tr.submit {
    padding-top: 50px;
}
	  
/**
 * 11.3 - Post Formats
 */


/**
 * 11.4 - Comments
 */


/**
 * 11.5 - Sidebar
 */
.container.sidebar {
    flex: 0 0 300px;
}

.container.sidebar .container_wrap {
    padding-left: 16px;
}
.post .container.sidebar .container_wrap {
    padding-right: 0;
}

aside ul.tag{
  list-style: none;
  margin: 0;
}
aside ul.tag li {
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 14px 20px;
    border-bottom: 1px dashed #ccc;
    padding: 15px 0 15px 38px;
}
aside ul.tag li a{
}



/**
 * 11.6 - Footer
 */

footer.container {
    margin-top: 60px;
    border-top: 1px solid #099;
    overflow: visible;
}

footer.container .container_wrap.description {
    padding-top: 24px;
    padding-bottom: 35px;
    display: flex;
	margin: 0 auto;
}
footer.container .container_wrap.description .logo {
    flex: 0 0 200px;
}
footer.container .container_wrap.description .logo img {
    width: 201px;
}
footer.container .container_wrap.description .ad_info {
    flex:0 0 780px;
    padding-left: 42px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 18px;
}


footer.container .container.footer_navi {
    background: #099;
    padding-top: 30px;
    padding-bottom: 36px;
    border-bottom: 1px solid #fff;
}
footer.container .container.footer_navi .footer-navigation {
    padding: 10px 0;
    font-size: 14px;
}


footer.container .container.copyright {
    background: #099;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 9px 0 14px;
}
footer.container .container.copyright p {
    margin-bottom: 0;
}


.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    background-color: rgb(0, 153, 153);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 22px;
    border-radius: 30px;
    padding-top: 30px;
    box-sizing: border-box;
}
.pagetop:visited {
	color: #fff;
  }
.pagetop:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
  color: #fff;
}
.pagetop:hover {
    opacity: 0.7;
    color: #fff;
}


/**
 * 12.2 - Galleries
 */



/**
 * 13.0 - Multisites
 */




/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
