
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body {
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

a {
	color: #22AC38;
	text-decoration: none;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.wideWrapper {
    width: 100%;
    max-width: 1600px;
    /* min-width: 1400px; */
    min-width: 1240px;
    margin: 0px auto;
}
.inner {
    width: 1180px;
    margin: 0px auto;
}

#main {
    width: 860px;
}

#sidebar {
    width: 280px;
}
.entryBox {
	margin-bottom: 60px;
}
.entryBox h2 {
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.entryBox h2:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px solid #22AC38;
}
.entryBox h2:after {
    border-bottom-color: #22AC38;
}
.entryBox:first-child {
	border-top: 1px solid #e5e5e5;
}
.entry-body {
	padding: 1em;
}
#wp-calendar {
	
}

#wp-calendar caption {
	padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

table#wp-calendar {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

table#wp-calendar th,
table#wp-calendar td {
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
}

table#wp-calendar th {
	font-weight: lighter;
}


#searchform {
	margin: 1em 0;
}

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

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

form.searchform div input[type=text]#s {
    width: 64%;
    margin-right: 5%;
    border-radius: 0;
}

form.searchform div input[type=submit]#searchsubmit {
    float: right;
    width: 30%;
    text-align: center;
    padding: 2px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 0;
    background-color: buttonface;
	padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    color: #333;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
}

input#searchsubmit {
    vertical-align: top;
}
#sidebar .widget {
    margin-bottom: 25px;
}
#sidebar h3.side-title {
	font-size: 1.2rem;
    color: #ffffff;
    background-color: #22AC38;
    margin: 0;
    padding: 10px;
    border: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	padding: 10px;
    border-bottom: 1px solid #CCCCCC;
}
#header {
	border-bottom: 2px solid #22AC38;
	padding: 15px;
	margin-bottom: 20px;
}
#header h1 {
	margin: 0;
}
#header h1 img {
	vertical-align: bottom;
}
#footer {
	border-top: 2px solid #22AC38;
	background-color: #f4f4f4;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
#footer ul {
	text-align: center;
}

#footer ul li {
	display: inline-block;
	list-style: none;
	border-left: 1px solid #22AC38;
	padding: 0px 15px;
}
#footer ul li:first-child {
	border-left: none;
}
#footer ul li a {

}

.tohokuren {
	padding: 20px 0;
}

#cattitle {
	color: #22AC38;
	padding: 0 10px;
}

@media screen and (max-width: 768px) {
	
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
	hr.bdr {
		width: 100%;
	}
	
	.wideWrapper {
		width: 100%;
		max-width: 100%;
		min-width: auto;
	}
	.inner {
		width: 100%;
	}
	
	#header h1 img {
		max-width: 100%;
	}
	
	#sidebar,
	#main {
		padding: 10px;
		width: 100%;
		float: none;
	}
	
	#footer ul li {
		width: 90%;
		color: #fff;
		display: block;
		border-left: none;
		margin: 8px 0;
	}
	#footer ul li:first-child {
		border-left: none;
	}
	#footer ul li a {
	    border-radius: 8px;
	    -webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
		width: 100%;
		background-color: #22AC38;
		color: #fff;
		display: block;
		padding: 8px;
	}
	
}


.message h2,
.fgirl h2 {
	font-size: 1.8rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.fgirl p {
	text-align: center;
	color: #000;
}
.campaign {
	padding: 30px 0;
}
.campaign p {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 768px) {
	.message h2,
	.fgirl h2 {
		font-size: 1.4rem;
		text-align: center;
	}
	.fgirl p {
		padding: 0 10px;
		text-align: left;
	}
	.fgirl p br {
		display: none;
	}
}

/* 2020.06.02 */

  #talklink {
    text-align: center;
    background-color: #22ac38;
    padding: 1em;
  }
  #catchballtalk {
    text-align: center;
  }
  .ptb1em {
    padding: 1em;
  }
  #catchballtalk div.talkmov {
      width: 720px;
      margin: 0 auto;
      padding: 50px 0;
  }
  @media screen and (max-width: 768px){
  	.ptb1em {
    	padding: 0.5em;
  	}
    #catchballtalk div.talkmov {
        width: 95%;
        margin: 0 auto;
        padding: 30px 0;
    }
  }
  
/* 2020.11.20 */

  #campaignlink {
    text-align: center;
    background-color: #22ac38;
    padding: 1em;
  }
  .btnWrap {
    text-align: center;
    padding: 1em;
  }
  #campaign dl dd.kikan {
  	font-size: 1.4rem;
  	font-weight: bold;
  }
  .small {
  	font-size: 0.875em;
  }
  