@charset "UTF-8";
@import url(../common.css);
@import url(theme.css);

.horlineA {
	display: block;
	height: 0;
	overflow: hidden;
	width: 100%;
	}

#sphone {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	}

#title .contents {
	background: -moz-linear-gradient(top, #91c413 0%, #5d9c11 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#91c413), to(#5d9c11));
	border-bottom: none;
	border-top: none;
	box-sizing: border-box;
	height: 60px;
	width: 100%;
	}

#title .contents h1 {
	color: #ffffff;
	font-size: 160%;
	font-weight: bold;
	padding: 23px 0 0;
	text-align: center;
	text-overflow: ellipsis;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	white-space: nowrap;
	width: 100%;
	}

h2 {
	position: relative;
	max-width: 80%;
	padding: 0 5.5em 1.5em 1.5em;;
	border-bottom: 2px solid #c4c4c4;
	margin: 1.5em 0;
	}

h2 img {
	display: block;
	left: 0 !important;
	position: relative !important;
	padding: 0 0 0.5em 0;
	}

h3 {
	display: block;
	padding: 1.5em 0;
	width: 90%;
	margin: 0 auto 1.5em;
	border-bottom: 1px solid #c4c4c4;
	}

h3 img {
	display: block;
	left: 0 !important;
	position: relative !important;
	padding: 0 0 0.5em 0;
	}

h4 {
	display: block;
	padding: 1.5em 0;
	width: 90%;
	margin: 0 auto 1.5em;
	border-bottom: 1px solid #c4c4c4;
	}

h4 img {
	display: block;
	left: 0 !important;
	position: relative !important;
	padding: 0 0 0.5em 0;
	}

.contents img {
	display: block !important;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	vertical-align:top;
	}
	
.contents {
	width:100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	}

.contents p {
	font-size: 1.2em;
    line-height: 1.8em;
    padding: 0.5em 1.5em;
    color: #000 !important;
	}

.plusiconlink a {
	text-decoration: underline !important;
	}

.layoutbox p {
	display: block !important;
	text-align: left !important;
	}

.layoutbox a {
	text-decoration: underline !important;
	}

.layoutbox p span {
	text-align: left !important;
	}

.contents p img {
	max-width:100% !important;
	height: auto !important;
	max-height: auto !important;
/*	margin: 0 auto !important; */
	}

.plusiconlink {
	text-align: left;
	}

.plusiconlink {
	position: relative;
	display: inline-block;
	margin: 0 0 0 1.5em;
	padding: 0 0 0 1.5em;
	vertical-align: middle;
	}

.plusiconlink::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 1em;
	height: 1em;
	background-color: #0099ff;
	}

.plusiconlink::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0.35em;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	}

span {
	display: inline;
	font-size: 1em !important;
	}

.columninner1 {
	position: relative;
	width: 100%;
	}

.scrollouter {
	position: relative;
	width: 90% !important;
	border: 1px solid #000;
	margin: 1em auto;
	padding: 1em 0;
	}

dl {
	margin: 1em 0;
	border-bottom: 1px solid #ccc;
	}

dl dt {
	font-size: 1.2em;
	font-weight: bold;
	}

.contents .layoutbox .columninner3 .columnheader {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	height: 6px;
	margin: 0 -1.2em 1em;
	position: relative;
	width: auto;
	}

.contents .layoutbox .columninner3 .columnfooter {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	height: 6px;
	margin: 0.8em -1.2em 0;
	position: relative;
	width: auto;
	}

.textstyle6 {
	margin: 1em 0;
	font-size: 140% !important;
	font-weight: bold;
	color: #0936c0;
	}

#footerA {
	background: transparent;
	box-shadow:none;
	}

#title {
	margin: 0 0 1em;
}



/* #menuの上書き */
#menu {
	width: 90%;
	height: 100%;
	border: none;
	float: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: visible;
	}

#menu ul {
	display: inline-block;
	width: auto;
	}

#menu ul li {
	background-image: none;
	border-bottom: none;
	margin: 0 auto;
	position: relative;
	width: 100%;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	padding-left: 0.5em;
	}

#menu ul li a {
	color: #fff;
	display: inline-block;
	font-size: 80%;
	font-weight: normal;
	padding: 1em;
	text-shadow: none;
	}

#menu #menu-wrap {
	background: #333 none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none !important;
	overflow: visible;
	width: 90%;
	z-index: 2;
	}



/* menuの追記 */
.HiddenCheckbox {
	display: none !important;
	}

#menu {
	display: inline-table;
	margin: 0;
	padding: 0.5em;
	}

#menu h2 {
	background: transparent;
	border: none;
	box-shadow: none;
	}

#menu h2::after {
	background: transparent;
	border: none;
	}

.MenuHeader {
	color: #fff;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 6px 0 0 15px;
	padding: 0;
	opacity: 0;
	position: relative;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 3;
	}

.MenuIcon {
	cursor: pointer;
	display: block;
	float: left;
	height: 25px;
	position: relative;
	width: 25px;
	z-index: 3;
	margin-top: 8px;
	}

.MenuIcon::before {
	-webkit-box-shadow: #fff 0 10px 0;
	box-shadow: #fff 0 10px 0;
	height: 5px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	width: 25px;
	}

.MenuIcon::after {
	bottom: 0;
	height: 5px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	width: 25px;
	}

.MenuIcon::before,
.MenuIcon::after {
	background: #fff;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
	}

#menu-wrap {
	background: #333;
	bottom: 0;
	left: -90%;
	position: absolute;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	}

.HiddenCheckbox:checked ~ .MenuHeader {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	}

.HiddenCheckbox:checked ~ .MenuIcon::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, -3px, 0);
	transform: rotate(45deg) translate3d(6px, -3px, 0);
	}

.HiddenCheckbox:checked ~ .MenuIcon::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, 3px, 0);
	transform: rotate(-45deg) translate3d(6px, 3px, 0);
	}

.HiddenCheckbox:checked ~ #menu-wrap {
	left: 0;
	}

#menu-wrap ul {
	display: inline-table;
	background: #333;
	list-style-type: none;
	margin: 60px 0 0;
	padding: 0;
	width: 100%;
	}

#menu-wrap ul li ul  {
	display: inline;
	list-style-type: none;
	margin: 60px 0 0;
	padding: 0;
	}

#menu-wrap-item {
	margin: 0;
	}

#menu-wrap a {
	color: #fff !important;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 2;
	}

#menu-wrap a::before {
	background: #444;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 100%;
	top: 0;
	-webkit-transition: right 0.4s;
	transition: right 0.4s;
	z-index: -2;
	}

#menu-wrap a::after {
	color: #fff;
	float: right;
	opacity: 0;
	-webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
	transition: opacity 0.8s, transform 0.4s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}

#menu-wrap a:hover::before {
	right: 0;
	}

#menu-wrap a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

#topimage {
	width: 100%;
	margin: 0 0 1em 0;
	}

#topimage img {
	width: 100% !important;
	}

hr {
	border-bottom: 1px solid #333;
	width: 90%;
	margin: 0 auto;
	}

.contents hr.general {
	background-color: #666666;
	border: 0 none;
	height: 1px;
	margin: 0.5em 0;
	width: 90%;
	margin: 0 auto;
	}

.contents hr.blankgeneral {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	height: 10px;
	outline: medium none;
	visibility: hidden;
	width: 90%;
	margin: 0 auto;
	}
	
.topics2-inner {
	border: 1px solid #999999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 1em 0;
}

.topics2-T2 .topics2-date {
	background-color: #666666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	float: left;
	font-weight: bold;
	padding: 5px 10px;
	color: #fff;
	}

.topics2-T2 .topics2-date-year {
	color: #eeeeee;
	display: block;
	text-align: center;
	}

.topics2-T2 .topics2-date-monthday {
	color: #eeeeee;
	display: block;
	font-size: 120% !important;
	line-height: 1.2;
	text-align: center;
	}

.topics2-categories {
	display: inline;
	float: right;
	}

.topics2-title {
	clear: both;
	width: 100%;
	display: inline-block;
	width: 90%;
	}

.idt-topic2list table {
	width: 100%;
	font-size: 1.2em;
	}

.idt-topic2list table td {
	width: 100%;
	float: left;
	}

.topics2-list-Ta2 .topics2-list-row {
	border-bottom: 1px dotted #999999;
	line-height: 1.1;
	padding: 8px 4px 7px;
}

.topics2-list-Ta2 .topics2-categories-main {
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 1px 8px 0;
	}

.topics2-list-Ta2 .topics2-categories-sub {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	margin-right: 6px;
	padding: 1px 8px 0;
	}

.topics2-list-Ta2 .topics2-date {
	white-space: nowrap;
	}

.topics2-list-Ta2 .topics2-categories {
	font-size: 84%;
	white-space: nowrap;
	border: none;
	}

.topics2-T2 .topics2-categories-main {
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 1px 8px 0;
	font-size: 0.8em !important;
	line-height: 1.6em !important;
	display: inline;
	}

.topics2-T2 .topics2-categories-sub {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 1px 8px 0;
	font-size: 0.8em !important;
	line-height: 1.6em !important;
	display: inline;
	}

.layoutbox {
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	}

.layoutbox table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	width: 90% !important;
	}

.layoutbox tr {
	width: 100%;
	}

.layoutbox td {
/*	width: 100%;
	float: left;*/
	}

.w100per img {
	margin: 0 !important;
	}

.contents table.general {
	margin: 0 auto;
    width: 90%;
	}

.contents table.general td {
    border: 1px solid #ccc;
    padding: 1.5em;
    height: auto;
	}