@charset "UTF-8";
/*
Theme Name: jim-net Theme
Description: Studio Impala
Author: jim-net
Version: 1.0
*/


/* CSS Document */

/*==========================================
 body & text
===========================================*/
html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
}
/* #loadContainer {
	display:block;
	width:100%;
	height:480px;
}
#loading {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-top: 20%;
	height: 480px;
	background:#eee;
}*/

body {
	width: 100%;
	height: 100%;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	color: #000;
	-webkit-text-size-adjust: none;
	background: #fff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	min-width: 1080px;
	font-size: 1.5rem;
}
a {
	color: #d63432;
	text-decoration: none;
}
a:link {
	color: #d63432;
}
a:visited {
	color: #d63432;
}
a:hover {
	color: #d63432;
	text-decoration: underline;
}
a:active {
	color: #d63432;
}
h1 {
	display:block;
	letter-spacing: 0.05em;
	font-size: 2.8rem;
	clear: both;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 150%;
	color:#333;
}
h2 {
	text-align:left;
	font-size:2.4rem;
	line-height:140%;
	letter-spacing:0.05em;
	margin-bottom:30px;
	font-weight:bold;
	color: #333;
	border-bottom:2px solid #d63432;
	padding-bottom:10px;
	display:inline-block;
}
h2.top {
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #000;
	margin-bottom: 60px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 30px;
}
h3 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align:left;
	border-left:3px solid #d63432;
	display: block;
	padding:10px 5px 7px 7px;
	background:#f6f6f6;
	line-height:120%;
}
h4 {
	text-align:left;
	margin-bottom:10px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 130%;
	display: inline-block;
	letter-spacing: 0.05em;
	color:#333;
}
h4 .num {
	color: #7edecd;
	font-size: 130%;
}
.small {
	font-size: 80%!important;
}
.large {
	font-size: 120%!important;
}
.ex-large {
	font-size: 150%!important;
	letter-spacing: 0.1em;
	line-height:100%;
}
.red {
	color: #d63432;!important;
}
.blue{
	color:#04aae1;!important;
}
.center {
	text-align: center!important;
}
.large {
	font-size: 120%!important;
}
.mgn0 {
	margin-bottom:0!important;
}
.mgn10 {
	margin-bottom: 10px!important;
}
.mgn20 {
	margin-bottom: 20px!important;
}
.mgn30 {
	margin-bottom: 30px!important;
}
.mgn40 {
	margin-bottom: 40px!important;
}
.mgn50 {
	margin-bottom: 50px!important;
}
.mgn60 {
	margin-bottom: 60px!important;
}
.mgn70 {
	margin-bottom: 70px!important;
}
.mgn80 {
	margin-bottom: 80px!important;
}
.mgn90 {
	margin-bottom: 90px!important;
}
.mgn100 {
	margin-bottom: 100px!important;
}

.mg-top10 {
	margin-top: 10px!important;
}
.bg-gray {
	background: #f6f6f6!important;
}
br.pc-none{
	display:none;
}
br.sp-none{
	display:block;
}
p#totop {
	text-align: right;
	width: 100%;
	margin-bottom: 10px;
	clear: left;
}
.left {
	float: left!important;
}

.right{
	float:right!important;
}

img.left {
	float: left!important;
	margin-top:10px;
	margin-right:20px;
}

img.right{
	float:right!important;
}
img.alignright{
	float:right!important;
	margin-left:20px;
}
img.alignleft{
	float:left!important;
	margin-right:20px;
}

.center{
	text-align:center!important;
}
.clear {
	clear: both;
}


.black{
	color:#333!important;
}
img {
	vertical-align: baseline;
}
img.border {
	border: 1px solid #ddd;
}
a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	backface-visibility: hidden;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	backface-visibility: hidden;
}
input:hover {
}
#wrapper {
	width: 100%;
}
#page-top {
	position: fixed;
	bottom: 10px!important;
	right:10px;
	background-color: rgba(255,255,255,0.8);
	color:#fff;
	padding:16px 14px;
	display:block;
	cursol:pointer;
}
a.btn {
	line-height: 100%;
	font-size: 1.5rem;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: url(images/listmark2.png) no-repeat 20px 10px;
	background-size: 15px 15px;
	background-color: #d63432;
	padding: 11px 20px 11px 40px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	-webkit-transition: .4s background ease;
	-moz-transition: .4s background ease;
	-o-transition: .4s background ease;
	transition: .4s background ease;
	margin: 0 auto;
}
#contentsArea .btn:hover {
	opacity: 0.8;
}
#post ul,#post ol{
	margin-bottom:40px;
}
#post ul li,#post ol li{
	margin-bottom:1em;
	line-height:120%;
}
#post ol{
	padding-left:20px;
}
a.arrowLink{
	background: url(images/listmark1.png) no-repeat 0px 1px;
	background-size: 15px 15px;
	padding-left:20px;
}

#post ol li{
	list-style-position: outside;
    list-style-type: decimal;
	padding-left:10px;
	line-height:150%;
}

#post ul.common li{
	background: url(images/listmark_dot.png) no-repeat 0px 7px;
	margin-bottom:20px;
	padding-left:10px;
	line-height:120%;
}
#post ul.common2 li{
	background: url(images/listmark_dot.png) no-repeat 0px 7px;
	margin-bottom:10px;
	padding-left:10px;
	line-height:120%;
}

#post caption{
	display:block;
	margin-bottom:20px;
}
#post dl{
	width:100%;
	display:block;
	margin-bottom:40px;
}
#post dl dt{
	padding: 0 ;
	margin-bottom:10px;
	line-height:140%;
	font-weight:bold;
	font-size:1.7rem;
}
#post dl dd{
	font-size:100%;
	margin-bottom:20px;
	line-height:140%;
}


@media only screen and (max-width: 768px) {
html {
	overflow: auto;
	height: 100%;
}
body {
	min-width: auto;
	height: 100%;
	
}
}

@media only screen and (max-width: 480px) {
img.alignright{
	width:100%;
	height:auto;
	margin:0 auto;
	float:none;
}
img.alignleft{
	width:100%;
	height:auto;
	margin:0 auto;
	float:none;
}
br.pc-none{
	display:block;
}
br.sp-none{
	display:none;
}
}
/*==========================================
 ヘッダー
===========================================*/
header {
	width: 100%;
	padding: 0;
	z-index: 700;
	padding: 15px 0 0 0;
	position: relative;
	margin: 0 auto 30px;
	border-bottom:1px solid #ccc;
	
}
.home header{
	margin-bottom:0;
	
}
#header h1 {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 100%;
}
#headBottom {
	position: relative;
}
#header #tagline {
	font-size: 1.2rem;
	color: #777;
	float: left;
	margin-left: 20px;
}
#header #headsub {
	float: right;
	margin-right: 20px;
  
}
#header #bt-donation {
	float: left;
	
  
}
#header #searchArea {
	float: left;
	margin-right: 20px;
  margin-top:2px;
}
#searchArea .searchform label {
	display: none;
}
#searchArea .searchform input[type="text"] {
	float: left;
	width: 160px;
	height: 30px;
	padding: 0 30px 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
}
#searchArea .searchform input[type="submit"] {
	float: left;
	width: 35px;
	height: 30px;
	margin: 1px 0 0 -33px;
	padding: 0;
	background: url(images/bt_search.png) no-repeat;
	background-size: 35px 30px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
}
#searchArea .searchform input[type="submit"]:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#header #headLink {
	float: left;
	padding-top: 6px;
  margin-right: 20px;
}
#header #headLink ul li {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
#header #headLink ul li.contact {
	background: url(images/listmark1.png) no-repeat 10px 4px;
	background-size: 15px 15px;
	font-size: 1.3rem;
	padding-left: 25px;
	padding-right: 10px;
}
#header #topSubMenu {
	float: right;
	background: green;
}
#header #logo {
	width: 165px;
	padding: 0 0 0 20px;
	z-index: 550;
	margin-bottom: 0;
	float: left;
}
#header #logo a:hover img{
	opacity:1.0;
}
#head-inner {
	margin: 0 auto;
	text-align: center;
}
header.fixed {
	top: 0px;
	position: fixed;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
	z-index: 850;
	background: rgba(255,255,255,1.0)!important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
	min-width:980px;
}
header.fixed #headTop {
	display: none;
}
header.fixed #logo {
	padding: 11px 0 8px 20px!important;
	width: 122px!important;
}
header.fixed #logo img {
	width: 122px;
	height: auto;
	text-align: left;
	margin-left: 0;
	-webkit-transition: none;
	transition: none;
}
header #bt-donation-sp{
	display:none;
}

@media only screen and (max-width: 980px) {
#header #logo {
	margin-top:6px;
}
#header #logo img {
	max-width: 140px;
	height: auto;
}
}

@media only screen and (max-width: 768px) {
#header {
	padding-top: 0;
	padding-bottom: 0px;
	min-width: auto;
	position: fixed;
	border-bottom: 1px solid #ccc;
	top: 0;
	background: #fff;
	z-index: 850;
	height: 60px;
	
}
#header #headTop {
	display: none;
}
#header #headBottom {
	height: 60px;
	position: fixed;
	top: 0;
	background: #fff;
}
#header #logo {
	margin: 0;
	float: none;
	position: fixed;
	top: 14px;
}

#header #logo img {
	max-width: 110px;
	height: auto;
}
header.fixed {
	display: none;
}
header #bt-donation-sp{
	display:block;
	position:absolute;
	right:55px;
	top:11px;
}
}
/*==========================================
 ナビゲーション
===========================================*/
#nav {
	padding: 30px 20px 0 0;
	text-align: left;
	float: right;
	
}
nav#nav ul {
	float: left;
}
nav#nav div#bt-donation {
	margin-left: 15px;
	float: left;
	margin-top: -11px;
}
nav#nav ul li {
	padding:0 10px;
	font-size: 1.48rem;
	font-weight: bold;
	line-height: 150%;
	padding-bottom:20px;
	display: table-cell;
	vertical-align: middle;
	position:relative;
	transition: .1s;
}
nav#nav ul li::after {
position: absolute;
  bottom: 0;
   left: 5%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #d63432;
  transition: .1s;
  bottom:10px;
}

nav#nav ul li:hover::after {
width:90%;
}
nav#nav ul li a.subMenuTrigger {
	display: none;
}
nav#nav ul li a {
	text-decoration: none;
	color: #333;
	padding-bottom:10px;
	position: relative;
}

nav#nav ul li.active::after  {
	position: absolute;
  bottom: 0;
  left: 5%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #d63432;
  width:90%;
  bottom:10px;
	
}

nav#nav ul li.donate {
	display:none;
}
nav#nav ul li ul.sub-menu {
	margin:0 auto;
	top: 42px;
	display: none;
	position: absolute;
	width:180px;
	padding: 10px 0 0 0;
	background: rgba(218,72,70,0.95)!important;
	z-index: 700;
	
}

nav#nav ul li ul.navi-about {
	left:-34px!important;
}
nav#nav ul li ul.navi-act {
	left:-47px!important;
}
nav#nav ul li ul.navi-art {
	left:-12px!important;
}
nav#nav ul li ul.navi-news {
	left:-45px!important;
}
nav#nav ul li ul.navi-support {
	left:-12px!important;
}
nav#nav ul li ul.sub-menu li {
	display: block;
	padding-bottom:15px;
	padding:0 0 15px 0;
	font-size: 100%;
	text-align: center;
	padding-left: 0;
	
}
nav#nav ul li ul.sub-menu li a {
	color: #fff;
	font-weight: normal;
	padding-bottom:10px;
	transition:0.3
}
nav#nav ul li ul.sub-menu li a:hover {
	text-decoration:underline;
}
nav#nav ul li ul.sub-menu li::after {

content:none;
 
}
nav#nav ul li a:hover::after {
content:none;
}
nav#nav ul li ul.sub-menu li:last-child {
	border-bottom: none;
}

nav#nav ul li ul.sub-menu li a:hover {
	
}
header.fixed nav#nav {
	padding-bottom: 0!important;
}
header.fixed nav#nav ul {
	margin-top: -9px;
}
header.fixed nav#nav ul li {
	padding-bottom: 20px;
}

header.fixed nav#nav ul li ul.sub-menu {
	top: 43px;
	
}
header.fixed nav#nav ul li ul.sub-menu li {
	padding-bottom: 10px!important;
	
}
header.fixed nav#nav #bt-donation {
	margin-top: -19px;
}

@media only screen and (max-width: 768px) {
.menu {
	position: fixed;
	right: 20px;
	top: 22px;
	display: block;
	width: 20px;
	height: 16px;
	cursor: pointer;
	z-index: 800;
}
.menu .bar {
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #333;
	position: absolute;
	left: 0;
	transition: .15s ease-in-out;
}
.menu .black {
	background-color: #000;
	position: absolute;
}
#bar01 {
	top: 0;
}
#bar02 {
	top: 8px;
}
#bar03 {
	top: 16px;
}
.menuOpen #bar01 {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	background-color: #222;
}
.menuOpen #bar02 {
	width: 0;
	background-color: #222;
}
.menuOpen #bar03 {
	top: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	background-color: #222;
}
nav#nav {
	position: fixed;
	top: 61px;
	left: 0;
	display: none;
	float: none;
	width: 100%;
	height:100%;
	padding-bottom:40px;
	background: rgba(255,255,255,1.0);
	padding-top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
nav#nav ul {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
	padding-bottom:40px;
	float: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 40px;
}
nav#nav ul li {
	padding: 20px 0;
	padding-left: 20px!important;
	display: block!important;
	float: none;
	border-left: 0px!important;
	border-right: 0px;
	margin-bottom: 0;
	font-size: 90%!important;
	border-bottom: 1px solid #ccc;
	font-size: 1.6rem!important;
	padding-bottom:20px;
}
nav#nav ul li a {
	padding-bottom:0;
}

nav#nav ul li::after {
position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height:0;
  background-color: #d63432;
  transition: .2s;
}
nav#nav ul li.active::after  {
	display:none;
	
}
nav#nav ul li:hover:after {
width:0%;
}
nav#nav ul li:last-child {
	border-right: 0px;
	padding-right: 0;
}

nav#nav ul li a {
	text-decoration: none;
	width: 80%;
	display: block;
	border-bottom: none;
}
nav#nav ul li a.subMenuTrigger {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 30px;
	width: 20px!important;
}

.menu-child {
	position: relative;
	display: block;
	width: 20px;
	height: 16px;
	cursor: pointer;
	z-index: 800;
}
.menu-child .bar {
	display: inline-block;
	width: 12px;
	height: 2px;
	background-color: #333;
	position: absolute;
	left: 0;
	transition: .15s ease-in-out;
}
.menu-child .black {
	background-color: #000;
	position: absolute;
}
.menu-child #bar01 {
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.menu-child #bar02 {
	left: 8px;
	top: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.menu-childOpen #bar01 {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.menu-childOpen #bar02 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

nav#nav ul li ul.sub-menu {
	left: 0;
	top: 0px;
	display: none;
	position: relative;
	width: 100%;
	padding:0;
	background: #fff!important;
	margin-top:20px;
	margin-bottom: 5px;
	z-index: 700;
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
nav#nav ul li ul.sub-menu li {
	display: block;
	padding: 3px 0;
	font-size: 100%;
	text-align: left;
	padding-left: 0;
	border-bottom: none;
}

nav#nav ul li ul.navi-about {
	left:0!important;
}
nav#nav ul li ul.navi-act {
	left:0!important;
}
nav#nav ul li ul.navi-art {
	left:0!important;
}
nav#nav ul li ul.navi-news {
	left:0!important;
}
nav#nav ul li ul.navi-support {
	left:0!important;
}
nav#nav ul li ul.sub-menu li:last-child {
	border-bottom: none;
	padding-bottom:0;
}
nav#nav ul li ul.sub-menu li a {
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: none!important;
}
nav#nav ul li ul.sub-menu li a:hover {
	color: #d63432;
	border-bottom: none;
}
nav#nav div#bt-donation {
	display: none;
	float:none;
}
nav#nav ul li.donate {
	display:block;
	padding-bottom:12px;
}

}

@media only screen and (max-width: 480px) {
nav#nav ul li ul.sub-menu#sub-menu-profile {
	display: none;
}
}

/*==========================================
 メインビジュアル
===========================================*/
#topVisualWrapper {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
	height: auto;
}
/*flexslider*/
.flexslider {
	margin-bottom: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	z-index: 1!important;
	overflow: hidden;
	position: relative!important;
}
.flexslider img {
	width: 100%;
	height: auto;
}
.flexslider .imgBox {
}
.flexslider .txtBox {
	position: absolute;
	top: 50%;
	color: #fff;
	z-index: 400;
	background: #d63432;
	padding: 30px 20px;
	margin-top: -85px;
	margin-left: 30px;
}
.flexslider .txtBox h1 {
	font-size: 30px;
	text-align: left!important;
	margin-bottom: 20px;
	padding-left: 0;
	line-height: 120%;
	color:#fff;
}
.flexslider .txtBox p {
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 0;
}
.flexslider ul.slides li {
	margin-right: 0;
}
.flex-control-nav {
	width: 100%!important;
}
#headVisual {
	width: 100%;
	
	margin: -30px auto 20px;
	position:relative;
}
#headVisual img {
	width: 100%;
	height: 220px!important;
	object-fit: cover!important;
	object-position:100% 100%;
}
h1#h1-headvisual{
	position:absolute;
	dispaly:block;
	top: 40%;
	margin:0;
	padding-left:40px;
	text-align:left;
	color: #fff;
	z-index: 400;
	-webkit-text-shadow: 1px 1px 3px #000000;
-moz-text-shadow: 1px 1px 3px #000000;
text-shadow:1px 1px 3px #000000;
}
#topVisualWrapper.fixed {
	padding-top: 150px;
}
#headVisual.fixed {
	padding-top: 150px;
}
#noHeadImg.fixed {
	padding-top: 150px;
}
	
#txtBox-sp{
	display:none;
}
@media only screen and (max-width: 768px) {
#topVisualWrapper {
	margin-top: 60px;
	height:380px;
	margin-bottom:0;
}
.flexslider img {
	width: 100%!important;
	height: 400px!important;
	object-fit: cover!important;
	object-position: 50% 50%
}
.flexslider .txtBox {
	position: absolute;
	top: 220px;
	padding: 20px;
	margin-left: 20px;
}
.flexslider .txtBox h1 {
	font-size: 30px;
	margin-bottom: 10px;
	padding: 0;
}
.flexslider .txtBox p {
	font-size: 14px;
	line-height: 150%;
}
#headVisual {
	padding-top:60px;
}
#headVisual img {
	object-position:50% 100%;
}
h1#h1-headvisual{
	top: 60%;
	font-size: 2.4rem;
	padding-left:20px;
}
}
@media only screen and (max-width: 480px) {
.flexslider .txtBox {
	width:70%;
	top:220px;
	margin-left:10%;
	margin-right:10%;
	padding:15px;
}
.flexslider .txtBox h1 {
	font-size:22px;
}
#txtBox-sp{
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
#txtBox-sp h2{
	border-bottom:0;
	color:#d63432;
	margin-bottom:10px;
}
#txtBox-sp p{
	line-height:150%;
}
}
/*==========================================
 トップページ
===========================================*/



/*==タブエリア==*/

#tabArea {
	margin-bottom:30px;
}

#tabArea .tab {
	overflow: hidden;
}
#tabArea .tab li {
	width:24%;
	background: #fff;
	padding:15px 0;
	float: left;
	margin-right: 1.333%;
	font-size:1.6rem;
	cursor:pointer;
}
#tabArea .tab li:last-child {
	margin-right:0;
}
#tabArea .tab li.select {
	background: #d63432;
	color:#fff;
}
#tabArea .tab li.hover {
	
}
#tabArea .content li {
	background: #fff;
	border-top:5px solid  #d63432;
	padding: 20px;
}
#tabArea .hide {
	display: none;
}

/*ニュースリスト*/

dl.newsList{
	width:100%;
	display:block;
	height:auto;
	min-height:200px;
}
dl.newsList dt {
	float:left;
	padding: 0 ;
	margin-bottom:20px;
	margin-right:10px;
	line-height:140%;
	font-weight:normal!important;
}
dl.newsList dt span.date {
	width:6em;
	display:inline-block;
	text-align:left;
}
span.news-label {
	display:inline-block;
	background:#999;
	font-size:1.2rem;
	padding:5px 5px 3px 5px;
	margin-left:0;
	width:7em;
	text-align:center;
	line-height:100%;
	font-weight:normal;
	color:#fff;
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
}
span.label-info {
	background:#06ace3;
}
span.label-event {
	background:#8eb41a;
}
span.label-report{
	background:#fa9402;
}
span.label-media{
	background:#03d4b4;
}
dl.newsList dd{
	font-size:100%;
	text-align:left;
	margin-bottom:20px;
	line-height:140%;
}
dl.newsList dd a{
	color:#333;
	text-decoration:underline;
}
dl.newsList dd a:hover{
	color:#d63432;
}
dl.newsList dd p{
	
	line-height:140%;
}

#socialTimeline{
	width:642px;
	text-align:center;
	margin:0 auto 40px;
}

#socialTimeline #twitter{
	float:left;
	margin-right:30px;
}
#socialTimeline .fb-like-box{
	float:left;
}
ul.outerLink{
	margin:0 auto 80px;
	display:block;
	width:380px;
}
ul.outerLink li {
	padding-right: 40px;
	display:inline-block;
	float:left;
}
ul.outerLink li:last-child {
	padding-right: 0;
}
@media only screen and (max-width: 768px) {
	
#socialTimeline{
	width:96%;
	margin:0 2% 50px;
}
#socialTimeline #twitter{
	float:none;
	margin-right:0;
	margin-bottom:30px;
}
#socialTimeline .fb-like-box{
	float:none;
}
}
@media only screen and (max-width: 480px) {
	
#tabArea .tab li {
	width:24%;
	background: #fff;
	padding:15px 0;
	float: left;
	margin-right: 1.333%;
	font-size:1.3rem;
	cursor:pointer;
}

dl.newsList dt {
	float:none;
	margin-bottom:10px;
	margin-right:0;
	text-align:left;
}
dl.newsList dd{
	margin-bottom:30px;
	
}	
	

ul.outerLink{
	margin:0 auto 80px;
	width:280px;
}
ul.outerLink li {
	padding-right: 20px;
	display:inline-block;
	float:left;
	width:80px;
	height:auto;
}
ul.outerLink li img {
	width:100%;
	height:auto;
}
}

/*==========================================
 コンテンツ
===========================================*/

#contentsArea {
	width:980px;
	margin:0 auto;
	padding:0 20px;
}

#contentsArea main{
	width: 730px;
	margin:0 30px 80px 0;
	float:left;
}

#contentsArea aside{
	width: 220px;
	float:left;
}

#contentsArea section {
	text-align: center;
}
#contentsArea section.w800 {
	max-width: 800px;
	margin: 0 auto;
	clear: both;
}
#contentsArea section.w980 {
	max-width: 980px;
	margin: 0 auto;
	clear: both;
}
#contentsArea section.w1020 {
	max-width: 1020px;
	margin: 0 auto;
	clear: both;
}
#contentsArea section.w1120 {
	max-width: 1120px;
	margin: 0 auto;
	clear: both;
}
#contentsArea section.wFull {
	width: 100%;
	margin: 0 auto;
	clear: both;
}


#contentsArea #mainArea section{
	text-align:left;
	margin-bottom:80px;
}


@media only screen and (max-width: 768px) {
	
	#contentsWrapper {
	width: 94%;
	padding: 0 3% 0 3%;
	
}
	#contentsArea {
	width:100%;
	padding:0;
}
.page-noHeader {
	padding-top:80px!important;
}
#contentsArea main{
	width: 100%;
	margin-right:0;
	float:none;
}


#contentsArea aside{
	width:100%;
	float:none;
	margin-bottom:80px;
}
}

/*==========================================
 Breadclumb
===========================================*/
#breadcrumb{
	font-size:1.3rem;
	margin-bottom:40px;
}
#breadcrumb a{
	color:#d63432
}
#breadcrumb a{
	color:#d63432
}

/*==========================================
 POST
===========================================*/
#post{
	clear:both;
}
p.clear{
    clear: both;
}


div#postInfo{
	margin-bottom:40px
}

p.postdate {
	font-size: 1.4rem;
	color:#666;
	margin-right:20px;
	float:left;
}
p.posteventdate {
	font-size: 1.6rem;
	color:#333;
	margin-right:20px;
	float:left;
  font-weight:bold;
}

p.category{
font-size: 1.4rem;
	color:#666;
	
	float:left;
}
ul.post-categories{
color:#666;
float:left;
line-height:100%;
}
ul.post-categories li{
margin-top:-1px!important;
padding-top:0!important;
margin-right:10px;
line-height:100%;
float:left;

}





#post p {
	text-align: left;
	font-size:1.5rem;
	line-height:180%;
	margin-bottom:30px;
}
#post p.caption {
	font-size:1.4rem;
	color:#333;
	
}
#post ul.caption {
	font-size:1.4rem;
	color:#666;
	line-height:150%;
}

#post img {
	margin-bottom:20px;
}

img.page-header{
	width:100%;
	height:auto;
	max-width:730px;
}


#post .post-topic{
	background:#f5f5f5;
	padding:40px;
}
#post .post-topic h2{
	border-bottom:none;
	
	margin-bottom:20px;
	color:#333
}

.single h2{
	color:#333;
	border-bottom:none;
}
section#artist-single{
	background:#f4f4f4;
	padding:20px 20px 10px 20px;
}
section#artist-single h3{
	background:none;
	margin-bottom:0;
	padding:5px 3px 5px 0;
	border-bottom:none;
	border-left:none;
}



#post .wp-caption-text{
	font-size:1.4rem;
	margin-top:-10px;
}

/* 追加（）editor style css Images */
#post img[class*="wp-image-"] {
  height: auto;
  max-width: 100%;
}

#post img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}



/*pagenation
-------------------------------------------------------------- */

.pagenation {
	width:100%;
	max-width:730px;
	margin-bottom: 60px;
	display:block;
}
.pagenation i{
	color: #d63432;
}
#post .pagenation {
	margin-bottom: 60px;
}

#post .pagenation .oldpage {
	width: 50%;
	float: left;
	text-align: left;
}
#post .pagenation .newpage {
	width: 50%;
	float: right;
	text-align: right;
}

#socialLink{
	margin:50px 0 50px;
}
#socialLink ul li{
	float:left;
	margin-right:20px;
}
}
@media only screen and (max-width: 480px) {
	

.alignleft {
    float:none;
    margin: 0 auto;
}
.alignright {
    float: none;
     margin: 0 auto;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}



}




/*==========================================
 カラムレイアウト
===========================================*/

/*2カラム */
.culumn2 {
	width: 100%;
	margin-bottom: 30px;
}
.culumn2 .left {
	width:490px;
	margin-right:20px;
	float:left;
}
.culumn2 .right {
	width:220px;
	float:left;
}
.culumn2 img {
	width: 100%;
	height: auto;
	max-width: 320px;
}
.culumn2-second {
	width: 100%;
	margin-bottom: 50px;
}

.imgRight .img {
	width:200px;
	float:right;
}
.imgRight .txt {
	padding-right:220px;
}
.imgLeft .img {
	width:200px;
	float:left;
}
.imgLeft .txt {
	padding-left:220px;
}
.culumn2-second h2{
	color:#d63432;
	margin-bottom:8px;
	padding-bottom:0;
	border:none;
}
.culumn2-second h2 a:hover{
	color:#d63432;
	text-decoration:none;
}
.culumn2-second p{
	font-size:1.5rem;
	line-height:150%!important;
	margin-bottom:10px!important;
}
.culumn2-second img {
	width: 100%;
	height: auto;
	max-width: 200px;
}
.culumn2-second img.icon {
	max-width: 160px;
	margin-left:20px;
}

/*2カラム　half*/
.culumn2-half {
	width: 100%;
	margin-bottom: 30px;
}

.culumn2-half .left {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.culumn2-half .right {
	width: 48%;
	float: left;
}
.culumn2-half img {
	width: 100%;
	height: auto;
	max-width: 320px;
}
/*3カラム */



ul.culumn3 {
	width: 100%;
	margin-bottom: 0;
   font-size: 0;
 
}
ul.culumn3 li {
	width: 31%;
	text-align: left;
	 display: inline-block;
 vertical-align: top;

	margin-right: 2.5%;
	color: #222;
	position: relative;
}


ul.culumn3 li:nth-child(3n) {
	margin-right: 0%;
}
ul.culumn3 li img {
	width: 100%;
	height: auto;
	vertical-align:bottom;
}
ul.culumn3 .infoWrapper{
	background: #f6f6f6;
	padding: 10px;
	height:auto;
	
}
ul.culumn3.no-margin li {
	width: 33.3%;
	margin-right: 0;
	margin-right: 0;
}
ul.culumn3 li .update {
	font-size: 1.4rem;
	
	margin-bottom:10px;
}

ul.culumn3 .infoWrapper .title {
	font-size: 1.6rem;
	line-height:120%;
	margin-bottom:10px;
	min-height:4em;
}
ul.culumn3 li .title a {
	font-size: 1.45rem;
	margin-bottom:10px;
	font-weight:bold;
}
ul.culumn3-top-topic li {
	width: 315px;
	margin-right: 1.6%;
	text-align: center;
	
}
ul.event-archive .infoWrapper .title{
min-height:3.5em;
}

ul.culumn3 .topTopicThumb img {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	margin-bottom: 0!important;
	vertical-align: bottom;
}
ul.culumn3 .topTopicTxt {
	background: #fff;
	padding: 15px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	text-align: center;
	
}
ul.culumn3 .topTopicTxt .title {
	font-size: 1.8rem!important;
	line-height: 130%;
	margin-bottom: 10px!important;
	color: #555;
	font-weight: bold;
	min-height:3em;
}
ul.culumn3 .topTopicTxt .txt {
 line-height:150%;
 margin-bottom:10px!important;
 text-align:left;
}
ul.culumn3 .commonTxt .title {
 line-height:100%!important;
font-size: 1.7rem!important;
font-weight:bold;
 text-align:left;
 color:#d63432;
 margin-bottom:10px!important;
}
ul.culumn3 .commonTxt .txt {
	line-height:160%!important;
	padding-right:10px;
}
.overlay-img {
	position: relative;
	overflow: hidden;
	display: block;
	border:3px solid #d73735;
	transition: 0.5s;
}
.overlay-img:hover {
	cursor:pointer;
}

.overlay-img .caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(215,55,53,1.0);
	background: rgba(255,255,253,0.9);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	text-align: center;
}

.overlay-img img{
	margin-bottom:0!important;
}


.overlay-img div.title {
	margin-top:10%;
	font-size:1.6rem;
	font-weight:normal;
	color:#fff;
	display:none;
}

div.title2{
	width:100%;
	font-size:1.8rem;
	font-weight:bold;
	color:#d73735;
	text-align:center;
	margin-top:10px;
}
.overlay-img .caption img {
	position:absolute;
	width: 80%;
	height:80%;
	top:10%;
	left:10%;
	
 }
 





.overlay-img .caption img:hover {
	opacity:1!important;
}
.overlay-img:hover .caption {
	width:100%;
	height:100%;
	margin:0;
	opacity:1;
}
.overlay-img:hover img {
	opacity:1;
}

/*4カラム */

ul.culumn4 {
	width: 100%;
	margin-bottom: 0;
}
ul.culumn4 li {
	width: 23.5%;
	text-align: left;
	float: left;
	margin-right: 2%;
	color: #222;
	position: relative;
}
ul.culumn4 li:nth-child(4n) {
	margin-right: 0%;
}
.page-template-index-event ul.culumn4 li {
	height: 420px;
}
ul.culumn4 li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	vertical-align:bottom;
}
ul.culumn4 .update {
	font-size: 1.2rem;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
ul.culumn4 .title {
	font-size: 1.4rem;
	line-height: 120%;
	margin-bottom: 15px;
}
ul.culumn4 .excerpt {
	font-size: 1.3rem;
	line-height: 160%;
	margin-bottom: 10px;
}
ul.culumn4 .more {
	font-size: 80%;
}
ul.culumn4 .topActThumb {
	background: #fff;
}
ul.culumn4 .topActTxt {
	background: #fff;
	padding: 15px;
	height:auto;
	min-height:5.5em;
}
ul.culumn4 .topActTxt .title {
	font-size: 1.6rem;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 100%;
}
ul.culumn4 .topActTxt a {
	background: url(images/listmark1.png) no-repeat 0px 2px;
	background-size: 15px 15px;
	color: #d63432;
	padding-left: 15px;
}
ul.culumn4 .topActTxt .excerpt {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 130%;
}

ul.culumn5 {
	width: 100%;
	margin-bottom: 0;
}
ul.culumn5 li {
	width: 18%;
	max-width:125px;
	text-align: left;
	float: left;
	margin-right: 10px;
	color: #222;
	position: relative;
	margin-bottom: 0!important;
}
ul.culumn5 li:nth-child(5n) {
	margin-right: 0%;
}

ul.culumn5 li img {
	width: 100%;
	height: auto;
	margin-bottom:10px!important;
	vertical-align:bottom;
}

@media only screen and (max-width: 768px) {
	
.culumn2 .left {
	float:left;
	width:68%;
	margin-right:2%;
}
.culumn2 .right {
	width:30%;
	float:left;
	
	
}
ul.culumn3 li {
	width: 48.5%;
	text-align: left;
	float: left;
	margin-bottom: 30px;
	color: #222;
	position: relative;
}
ul.culumn3 li:nth-child(1n) {
	margin-right: 3%;
}
ul.culumn3 li:nth-child(2n) {
	margin-right: 0%;
}

ul.culumn3 li img {
	width: 100%;
	height: auto;
	
}
ul.culumn3 .topTopicTxt p.title {
	font-size: 1.8rem!important;
	line-height: 120%;
	margin-bottom: 10px!important;
	color: #333;
	
}
ul .culumn3 .topTopicTxt p.txt {
	line-height: 150%;
	margin-bottom: 10px!important;
	color: #333;
}

.choco-point p.title{
	font-size:1.8rem;
	color:#d63432;
	margin-bottom:20px;
}

ul.culumn4 li {
	width: 48.5%;
	text-align: left;
	float: left;
	margin-bottom: 30px;
	color: #222;
	position: relative;
}
ul.culumn4 li:nth-child(1n) {
	margin-right: 3%;
}
ul.culumn4 li:nth-child(2n) {
	margin-right: 0%;
}
ul.culumn4 li:nth-child(3n) {
	margin-right: 3%;
}
ul.culumn4 li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}





}

@media only screen and (max-width: 480px) {
br.sp-none {
	display: none;
}
#contentsArea section p {
	
}
section:last-child{
	margin-bottom:40px;
}
#post .post-topic{
	padding:20px;
}

.culumn2 .left {
	width: 100%;
	float: none;
	margin-right: 0;
	
}
.culumn2 .right {
	width: 100%;
	float: none;
	margin-left: 0;
	text-align: center;
}
.culumn2 img {
	max-width: 320px;
	margin-bottom: 20px;
}
.imgRight .img {
	width:100%;
	float:none;
}
.imgRight .txt {
	padding-right:0;
}
.imgLeft .img {
	width:100%;
	float:none;
}
.imgLeft .txt {
	padding-left:0;
}
.culumn2-second{
	width: 100%;
	max-width:300px;
	margin:0 auto 40px;
}

.culumn2-second .img {
	width: 100%;
	float: none;
	margin-bottom:10px;
	text-align:center;
}
.culumn2-second .img img{
	width:100%;
	height:auto;
	max-width:300px;
}
.culumn2-second img.icon {
	max-width:230px;
	margin-left:0;
	padding-left:0;
}


.culumn2-second .txt {
	width: 100%;
	padding-left:0;
}
.culumn2-second .imgLeft {
	width: 100%;
	float: none;
	margin-right: 0;
	text-align: center;
}
.culumn2-second .imgRight {
	width: 100%;
	float: none;
	margin-left: 0;
	text-align: center;
}
.culumn2-second h2{
	margin-bottom:10px;
}
.culumn2-second p{
	margin-bottom:10px;
	
}

ul.culumn3 li {
	width: 100%;
	float: none;
	margin-right: none;
	text-align: center;
}
ul.culumn3 li img {
	max-width: 300px!important;
}
ul.culumn3 li .infoWrapper {
	max-width: 280px;
	margin:0 auto;
	text-align:left;
}
ul.culumn3 li .title {
	margin-bottom: 30px;
	text-align:left;
}
section.wFull ul.culumn3 li {
	width: 100%;
}
ul.culumn3.no-margin li {
	width: 100%;
	margin-right: 0;
}

ul.culumn3 .topTopicTxt {
	max-width: 270px;
	margin: 0 auto;
}
ul.culumn4 .topActTxt {
	max-width: 270px;
	margin: 0 auto;
	text-align:left;
}
ul.culumn5 li {
	width: 31%;
	margin-right: 10px;
}
ul.culumn5 li:nth-child(5n) {
	margin-right: 10px;
}
ul.culumn5 li:nth-child(3n) {
	margin-right: 0%;
}
}





#map1 {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:20px;
}
 
#map1 iframe,
#map1 object,
#map1 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*==========================================
 ニュース
===========================================*/

.news-index h2{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	color:#333;
	display:block;
}

/*==========================================
 JIM-NET便り
===========================================*/

#newletterList li{
	border-bottom:1px dotted #ccc;
	padding:10px 0 15px 0;
	color:#333;
	display:block;
	clear:right;
	font-size:1.8rem
}
#newletterList li span.date{
	float:right;
	font-size:1.4rem;
	color:#666;
}







/*==========================================
 ギャラリー
===========================================*/
#gallery-1 {
	margin: auto;
}
.gallery-item {
	margin-right:1.2%;
	width: 19%!important;
}
.gallery-item img{
	width:100%;
	height:auto;
}
 .gallery-item:nth-child(5n){
	margin-right:0;
}
.gallery-icon img {
	border: 1px solid #ccc!important;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}
.gallery-item .wp-caption-text{
	display:none;
}
span#captionText{
	font-size:1.4rem;
}
#controls{
	display:none;
}

#post .gallery-icon{
	margin-bottom:0!important;
}


#post .gallery-icon img{
	margin-bottom:10px!important;
	vertical-align:bottom;
}

.gallery .gallery-item{
	margin-top:0!important;
	margin-bottom:0!important;
}

/*==========================================
Table
===========================================*/

table   { 
width:100%;
margin-bottom:30px;
line-height:140%;
clear:both;
border-collapse: collapse;
}
table th ,td { 
padding:15px;
text-align:left;
}
table th  { 
background: #e4413c; 
color:#fff;
font-weight:bold;
border: 1px solid #fff;
}
table th.sub { 
background:#ddd;
color:#333;

}
table td  { 
border: 1px solid #ddd;
vertical-align:middle;
}
table td  label{
	margin-right:10px;
}


table tr:first-child th  { 
border-top: none;
}

table tr:first-child th:last-child  { 
border-right: none;
}
table tr th:first-child  { 
border-left: 1px solid #e4413c;
}
table tr:last-child th { 
border-bottom:none;
}
table tr th.sub  { 
border-left: 1px solid #ddd;
}



table th.alignLeft{ 
text-align:left;
}
table th.alignRight{ 
text-align:right;
}
table .alignMiddle{ 
vertical-align:niddle;
}
table .alignTop{ 
vertical-align:top;
}


table img { 
width:60px!important;
height:60px!important;
margin-bottom:0!important;
vertical-align:bottom;
}

table a img { 
border:2px solid  #fff;

}


 
table .width15{ 
width:15%;
}
table .width20{ 
width:20%;
}
table .width25 { 
width:25%;
}
table .width30 { 
width:30%;
}
table .width35 { 
width:35%;
}
table .width40  { 
width:40%;
}


.swipeWrapper table {
	
}
.swipeWrapper {
    height: auto;
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 10px;
    }
.swipeCaption {
	display:block;
	width:100%;
    font-size:85%;
	color:red;
	margin-bottom:10px;
	text-align:right;
    }

/*==========================================
 チョコ募金
===========================================*/
ul.choco-index{
	padding:10px 10px 0 10px;
	background:#f4f4f4;
}

ul.choco-index li{
	display:inline-block;
	margin:0 20px 10px 0;
}
ul.choco-index li:last-child{
	margin-right:0;
}

ul.choco-index li a:hover{
	text-decoration:underline;
}

ul.choco-index li a i{
	margin-right:4px;
	color:#
}

.post-topic p.right-img{
	margin:0 0 0 20px;
	float:right;
	margin-bottom:0!important;
}
.post-topic p.right-img img:first-child{
	margin-right:10px;
}
img.img-chart{
	width:100%;
	height:auto;
	max-width:567px;
}
#chocoHistoryWrap{
	background: url(images/line_red_4px.png) repeat-y 50% 0;
}
#chocoHistoryWrap .year{
	width:100%;
	background: url(images/circle_red.png) no-repeat center;
	background-size:70px 70px;
	height:70px;
	color:#fff;
	text-align:center;
	
}
#chocoHistoryWrap .year span{
	font-size:20px;
	padding-top:25px;
color:#fff;
display:block;
}
#chocoHistoryWrap .historybox{
	width:100%;
}
#chocoHistoryWrap .historybox div{
	width:42%;
	float:left;
	padding:4%;
}
#chocoHistoryWrap .historybox div.alignCenter{
	text-align:center;
}

#chocoHistoryWrap .historybox img{
	margin-top:10px;
	
}
#chocoHistoryWrap .historybox span.num{
	font-size:60px;
	color:#d53331;
	font-family: 'Roboto', sans-serif;
	padding-bottom:15px;
	display:block;
}
#chocoHistoryWrap h2{
	font-size:2.2rem;
	margin-bottom:10px!important;
	line-height:130%;
}

@media only screen and (max-width: 768px) {
	#chocoHistoryWrap img{
		max-width:100%;
		height:auto;
		
}
}
@media only screen and (max-width: 480px) {
.post-topic p.right-img{
	margin:0 auto!important;
	float:none;
	text-align:center!important;
	width:100%;
}

}


/*==========================================
JIM-NET工房
===========================================*/


#post .factory .item {
  width: 44%;
 float:left;
 margin-right:4%;
 margin-bottom:30px;
	padding:2%;
 background:#f4f4f4;
}
#post .factory .item:nth-child(even) {
 margin-right:0;
}
#post .item img{
	width:100%;
	height:auto;
	margin-bottom:5px!important;
}
#post .factory .item p {
	margin-bottom:5px!important;
	line-height:120%!important;
}

@media only screen and (max-width: 768px) {
#post .factory .item {
  width: 45%;
  margin-right:2%;
}
}
@media only screen and (max-width: 480px) {
#post .factory .item {
  width: 96%;
 margin-right:0;
 
}
}


.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
}
.pagination span {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  color:#333;
  text-decoration: none;
}
.pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  background:#ec716f;
  color:#fff;
  text-decoration: none;
}
.pagination a:hover {
  background: #d63432;
  color: #fff;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #d63432;
  color: #fff;
}

/*==========================================
wp-pagenavi
===========================================*/
.pagenavi {
font-size:90%;
clear: both;
line-height:160%;
font-weight:bold;
color:#fff:
}
.pagenavi a, .pagenavi span {
text-decoration: none!important;
padding: 6px 10px;
margin: 2px;
background:#ec716f;
color:#fff!important;

}
.pagenavi span.current {
color:#555;
background:#d63432;
color:#fff;	
}
.pagenavi a:hover{
text-decoration: none!important;
text-decoration:underline;
background:#d63432;
color:#fff;
text-decoration:none!important;
margin: 2px;
}

.wp-pagenavi {
font-size:90%;
clear: both;
line-height:160%;
color:#fff;
margin-top:60px;
}
.wp-pagenavi .pages {
font-weight:normal;
border:none;
margin-right:20px;
color:#333;
}
.wp-pagenavi a, .pagenavi span {
text-decoration: none!important;
padding: 6px 10px;
margin: 2px;
background:#ec716f;
color:#fff!important;
border:none!important;
}
.wp-pagenavi span.current {
	padding: 6px 10px;
color:#555;
background:#d63432;
color:#fff;	
margin: 2px;
font-weight:bold;
}
.wp-pagenavi a:hover{
text-decoration: none!important;
text-decoration:underline;
background:#ec716f;
color:#fff;
text-decoration:none!important;
margin: 2px;
}




/*==========================================
送信フォーム
===========================================*/


.form-layout {
	max-width: 730px;
	width: 100%;
	margin: 0 auto 30px;
	margin-left:0;
}
.form-layout td{
	padding: 20px;
   color:#333;
     border-bottom: 1px solid #ccc;
	 border-top:none;
	 border-right: none!important;
	 border-left: none!important;
}
.form-layout tr:last-child td:last-child{
	border-bottom:none;
}
.form-layout th{
	padding: 20px 0;
	background-color: #fff;
  width: 30%;
  color:#333;
   border-bottom: 1px solid #ccc;
   border-left: none!important;
}

.form-layout span.error {
	font-size: 100%!important;
	line-height: 1.6!important;
}
.form-layout span.required {
	font-size: 70%;
	vertical-align: top;
	color: #AC0C0E;
}
.form-layout select {
	font-size: 13px;
	line-height: 20px;
}
.form-layout input {
	font-size: 100%;
	height: 20px;
}
.form-layout label {
	font-size: 100%;
}
.form-layout input[type="checkbox"] {
	width: auto;
}
.form-layout input[type="radio"] {
	padding-top: 5px;
	height: auto;
}
.form-layout input[type="radio"] {
	padding-top: 5px;
	height: auto;
}
.form-layout input[type="text"], textarea {
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	resize: none;
	font-size: 100%;
	width: 95%;
}
input:focus, textarea:focus {
	background-color: #f2f2f2;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 10px 30px;
	font-size: 2rem;
	font-weight: normal;
	background-color:  #d63432;
	color: #fff;
	border-style: none;
	cursor: pointer;
	width:300px;
	display:block;
	letter-spacing: 0.2em;
	margin:0 auto;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	opacity: 0.8;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media only screen and (max-width: 480px) {
dl {
	width: 95%;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}
dl dt {
	width: 100%;
	float: none;
	margin-bottom: 5px;
	margin-right: 0;
	margin-left: 0;
}
dl dd {
	float: none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
}
.ex-large {
	font-size: 125%!important;
	letter-spacing: 0.1em;
}


 .form-layout td {
    display: block;
    text-align: center;
	padding: 20px 0;
  }
.form-layout th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	padding-bottom:0;
  }


}

@media only screen and (max-width: 768px) {
.form-layout dl {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}
.form-layout dl dt {
	width: 100%;
	margin-right: 0;
	float: none;
	text-align: left;
}
.form-layout dl dd {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	float: none;
}
}

/*==========================================
 サイドバー
===========================================*/

#sideNavi{
}
#sideArea h2{
	background:#f2f2f2;
	font-size:1.8rem;
	color:#333;
	text-align:left;
	margin-bottom:0;
	line-height:100%;
	padding:13px 10px 5px 10px;
	font-weight:normal;
	width:200px;
	border:none;
}
#sideArea ul.sideNavi{
	background:#f2f2f2;
	padding:5px;
	margin-bottom:30px;
}
#sideArea ul.sideNavi li{
	background:#fff;
	padding:11px 10px 10px 20px;
	font-size:1.4rem;
	background: url(images/listmark_navi.png) no-repeat 10px 13px #fff;
	background-size: 7px 11px;
	font-weight:normal;
	margin-bottom:2px;
	line-height:120%;
}
#sideArea ul.sideNavi li:last-child{
	margin-bottom:0;
}
#sideArea ul.sideNavi li a{
	color:#333;
}
#sideArea ul.sideNavi li a:hover{
	color:#d63432;
}
#sideArea ul.sideNavi li ul{
	margin-top:8px;
}
#sideArea ul.sideNavi li ul li{
	padding:5px 10px 5px 20px;
	background: url(images/listmark_navi.png) no-repeat 10px 7px #fff;
	background-size: 7px 11px;
}
#sideArea #sideBanner{
	margin-bottom:30px;
}
#sideArea #sideBanner li{
	margin-bottom:15px;
}
#sideArea #sideBanner li img{
	width:100%;
	height:auto;
	max-width:220px!important;
}

@media only screen and (max-width: 768px) {
	#sideArea h1{
		width:96%;
		padding-left:2%;
		padding-right:2%;
	}
	#sideArea h2{
		width:96%;
		padding-left:2%;
		padding-right:2%;
	}
	#sideArea #sideBanner li{
		width:100%;
	text-align:center;
	display:inline-block;
	margin:0 auto 20px;
}
	
}
/*==========================================
 フッター
===========================================*/

#page-top{
	
	
	
}



footer {
	width:100%;
	background:#d63432;
	min-width: 980px;
}

#footInner{
	padding:30px 20px;
	max-width:1280px;
	margin:0 auto;
	color:#fff;
}
#footInner #footUpper ul#footLink{
	float:left;
	margin:0 0 70px;
}

footer a{
	color:#ffffff!important
	
	}
#footInner #footUpper ul#footLink li{
	background: url(images/listmark2.png) no-repeat 0px -1px;
	background-size: 15px 15px;
	float:left;
	padding-left:18px;
	margin-right:20px;
	font-size:1.3rem;
}
#footInner #footUpper ul#footLinkSub{
	float:right;
}
#footInner #footUpper ul#footLinkSub li{
	float:left;
	font-weight:normal;
	font-size:1.3rem;
}
#footInner #footLower {
	font-size:1.4rem;
	font-weight:normal;
	margin-bottom:0;
	padding-bottom:0;
}
#footInner #footLower #footAddress{
	margin-bottom:30px;
	
}
#footInner #footLower #footAddress a{
	text-decoration:underline;
	
}
#footInner #footLower #footAddress p{
	line-height:150%;
	margin-bottom:0;
}
#footInner #footLower #footAddress p a{
	color:#fff;
	text-dexoration:unederline;
}
#footInner #footLower #footAddress p.large {
	margin-bottom:10px!important;
	
}
#footInner #footLower #copyright{
	font-size:1.2rem;
	padding-top:0px;
}
@media only screen and (max-width: 1170px) {
	#footInner #footUpper ul#footLink{
	float:none;
	margin:0 0 30px;
}


#footInner #footUpper ul#footLinkSub{
	float:none;
  padding-bottom:70px;
}
}

@media only screen and (max-width: 768px) {
	footer{
		min-width: inherit;
	}
	#footInner #footUpper #footLink{
		display:none;
	}
	#footInner #footUpper ul#footLinkSub{
	float:none;
	padding-bottom:30px;
}
	#footInner #footLower #copyright{
		float:left;
		padding-top:30px;
		line-height:120%;
	}
}

/* ------------------------------------------------------------
	select-box 
------------------------------------------------------------ */


.select-box {
	cursor: pointer;
	position : relative;
	max-width: 20em;
	width: 100%;
  margin-bottom:40px;
}
.form-select, .select-box .label {
	color: #414141;
	display: block;
	font: 400 14px/2em 'Source Sans Pro', sans-serif;
}
.form-select {
	width: 100%;
	position: absolute;
	top: 0;
	padding: 5px 0;
	height: 40px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: none transparent;
	border: 0 none;
}
.select-box1 {
	background: #fff;
  border:1px solid #aaa;
}
.select-box .label {
	position: relative;
	padding: 5px 10px;
	cursor: pointer;
}
.select-box .open .select-box.label::after {
	content: "▲";
}
.select-box .label::after {
	content: "▼";
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 15px;
	border-left: 5px solid #fff;
}





/* ------------------------------------------------------------
	Clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */
