@charset "EUC-JP";
body{
	font-family: "Þâ¥´¥·¥Ã¥¯", YuGothic,"¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN","¥á¥¤¥ê¥ª","Meiryo","Osaka","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS P Gothic",Verdana,Arial,sans-serif;
	font-size: .75em;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a{
  color:#333;
  text-decoration:none;
}
form{
	margin:0px;
}
h1,h2,h3,h4,h5,h6,th {
  font-weight:normal;
}
strong,.bold{
  font-weight:bold;
}
img {
  line-height:0;
}
.iw100 {
	width:100% !important;
}
.inputCancel * {
	border:none;
	background:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*slidebar*/
html, body, #sb-site, .sb-site-container, .sb-slidebar {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	overflow-x: hidden; /* Stops horizontal scrolling. */
}
body {
	min-height: 100%;
	height: auto;
	position: relative;
}
.sb-init.sb-active.sb-active-right {
	overflow: hidden;
    height: 100%;
}
html.sb-active:not(.sb-slidebar) {
    overflow-y: scroll;
}
#sb-site {
	width: 100%;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	padding-top: 50px;
	background: #fff;
}
.sb-slidebar {
	height: 100%;
	overflow-y: auto; 
	position: fixed;
	top: 0;
	z-index: 0; 
	display: none; 
	background-color: #fff; 
	-webkit-transform: translate(0px); 
}
.sb-right {
	right: 0; /* Set Slidebar to the right. */
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; 
}
.sb-slidebar.sb-active {
	display: block;
}
.sb-style-overlay {
	z-index: 9999; 
}
.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; 
}
.sb-slidebar {
	width: 16.25rem;
}
.sb-width-thin {
	width: 55%;
}
.sb-width-wide {
	width: 85%;
}
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease;
	-webkit-transition-property:
	-webkit-transform, left, right; 
	-webkit-backface-visibility: hidden; 
}
.sb-hide { 
	display: none; 
}
.sb-toggle-right,
.sb-toggle-left {
    width: 50px;
    height: 50px;
}
.sb-toggle-right {
	position: absolute;
    top: 0;
    right: 0;
	background-color: #006c61;
}
.sb-toggle-left {
	position: absolute;
    top: 0;
    left: 0;
	background-color: #fff;
}
.sp-inbox {
	width: 25px;
	height: 15px;
    position: relative;
	margin: 17.5px auto;
}
.sb-toggle-right span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transition: all .4s;
}
.sb-toggle-right span:nth-of-type(1) {
	top: 0;
}
.sb-toggle-right span:nth-of-type(2) {
	top: 50%;
	margin-top:-0.5px;
}
.sb-toggle-right span:nth-of-type(3) {
	bottom: 0;
}
.sb-toggle-right.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.sb-toggle-right.active span:nth-of-type(2) {
	opacity: 0;
}
.sb-toggle-right.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
.sb-overlay {
	position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
/*wrapper*/
#header {
	display: block;
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 104;
	box-shadow: 0 1px 2px 0px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px 0px rgba(0,0,0,.3);
}
.logobox {
    padding: 7px 50px 7px 10px;
    height: 50px;
}
.logoImg {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    padding-top: 1px;
}
#new_year img,
.new_year img {
	width: auto;
    max-width: 100%;
	vertical-align:middle;
}
.abBox {
    letter-spacing: -.50em;
}
.abbox {
    display: inline-block;
    letter-spacing: normal;
}
/*index*/
.contents {
	padding:0 2.5%;
    width: 100%;
    margin: auto;
}
#topMember {
	margin: 15px auto 30px;
}
.memInner,
.meminner {
	background-color: #f2f2f2;
	position: relative;
    margin: 10px 0;
}
.topmh2 {
    background: #4D4D4D;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.6em;
    padding: .7em;
}
.memInner > div {
	padding: 10px;
}
.mmTxt {
	line-height: 1.25em;
	font-size: 1.08em;
}
.tmemList {
    font-size: 1.17em;
    list-style: disc inside;
    font-weight: bold;
	margin: 10px 0 5px;
}
.tmemList li {
	margin-top: 7px;
}
.tmembtn {
    display: inline-block;
    font-size: 1.33em;
    text-align: center;
    padding: .8em 2em;
    letter-spacing: .01em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    font-weight: bold;
    background-color: #006C61;
	margin-bottom: 10px;
}
.memCount,
.bkCount {
    display: flex;
	display: -webkit-flex;
    align-items: center;
	-webkit-align-items: center;
}
.memCount {
    background: #fff;
    padding: 10px;
    margin: 15px;
    font-size: 1.33em;
}
.count-icon {
	color: #006C61;
	font-size: 3em;
}
.count-txt {
    line-height: 2em;
    width: -webkit-fill-available;
    padding-left: 1em;
}
.bkcounts {
    display: inline-block;
    width: 35%;
    font-size: 1.2em;
    color: #c1272d;
    font-weight: bold;
    text-align: right;
}
.meminner-txt {
	font-size: 1.17em;
    margin: 5px;
}
.hicon {
	font-size: 4.2em;
	margin-right: .2em;
}
.h2Box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
    color: #4D4D4D;
}
.hicon {
	font-size: 3.2em;
	margin-right: .35em;
	color: #9BCB70;
}
.hgroup {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.h2Sub{
	font-size: 1.17em;
    margin-bottom: 5px;
}
.h2Ttl {
    font-size: 2.2em;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
    letter-spacing: normal;
	color: #006C61;
}
.moreBtn {
	display: inline-block;
    width: 100%;
    font-size: 1.33em;
    text-align: center;
    padding: 13px 15px;
    margin: 10px auto 40px;
    letter-spacing: .01em;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    color: #fff;
    font-weight: bold;
    background-color: #006C61;
}
.moreBtn i {
    vertical-align: text-bottom;
}
.bkCon {
    position: relative;
	background-color: #f2f2f2;
    letter-spacing: normal;
    margin-top: 15px;
	padding: 2%;
}
.bktime {
    font-family: 'Lato', sans-serif;
    color: #999;
}
.bkHead {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    align-items: stretch;
	-webkit-align-items: stretch;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    margin: 10px auto 15px;
}
.bkPhoto {
	display: block;
	height:145px;
    width: 80%;
	background-color: #fff;
}
.bkmenu {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
	-webkit-flex-direction: column;
    width: 43px;
}
.bkmenu-in {
    margin-top: auto;
    margin-bottom: auto;
}
.bkmenu-icon {
    display: block;
    font-size: 2.2em;
}
.bkFavo,.bkBtn {
    display: block;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.onFav {
	color: #FABE00;
}
.bkCat {
    display: inline-block;
    background: #B3B3B3;
    font-size: 1.16em;
    font-weight: bold;
    color: #fff;
    padding: .35em 1em .3em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    margin-bottom: 10px;
}
.bgred {
	background: #C1272D;
}
.bkTtl {
	font-size: 1.5em;
    margin: 2px 0 5px;
    word-break: break-all;
    word-wrap: break-word;
}
.bkTtl a {
	color: #000;
}
.bk-ydata,
.bk-mdata {
	display: inline-block;
    line-height: 1.8em;
    margin: 7px auto;
}
.bk-ydata {
	width: 58%;
}
.bk-mdata {
	width: 39%;
}
.yachin,
.madori { 
	font-weight: bold;
}
.yachin {
	color: #C1272D;
	font-size: 1.92em;
}
.man {
	color: #C1272D;
	font-size: 1.33em;
}
.madori { 
	font-size: 1.66em;
	color: #0071BC;
}
.usettl i {
    color: #ADB0B2;
}
.bkAdd {
    font-size: 1.08em;
    letter-spacing: .05em;
    margin-bottom: 8px;
}
.bkCom {
    letter-spacing: .05em;
    line-height: 1.5em;
    word-break: break-all;
    word-wrap: break-word;
	color: #666;
	font-size: 1.08em;
	margin: 10px 0; 
}
.moreLink {
	display: inline-block;
    width: 90%;
    font-size: 1.25em;
    text-align: center;
    padding: 13px 15px;
    margin: 10px auto;
    letter-spacing: .01em;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    color: #fff;
    font-weight: bold;
    background-color: #006C61;
}
/*smpside*/
.drawer-list {
	border-bottom: 1px solid #E8E6E1;
}
.drawer-link{
    display: block;
    padding: 18px 30px 18px 25px;
	position: relative;
	font-size: 1.08em;
}
.dcat-link{
    display: block;
    padding: 18px 20px;
	position: relative;
}
.drawer-link i,
.dcat-link i {
    font-size: 1.09em;
    margin-right: 10px;
}
.drawer-link i.ic-right,
.drawer-link i.ic-down,
.drawer-link i.ic-up {
	position: absolute;
    right: 20px;
    font-size: 1.33em;
}
.dcat-link i.ic-right {
	position: absolute;
    right: 10px;
    font-size: 1.33em;
}
.drawer-link.act,
.dcat-link.act {
	font-weight: bold;
	color: #006c61;
}
ul.cat-menu {
	background-color: #f3f3f3;
}
.cat-menu > li {
    border-top: 1px solid #fff;
}
.dlist-last {
    border: none;
    padding: 15px;
}
/*footer*/
#share {
    overflow: hidden;
	clear: both;
	text-align: center;
}
#share li {
    display: inline-block;
    margin: 20px 3%;
    width: 40px;
}
#footer {
	padding-top: 15px;
	margin-top: 10px;
}
.fLogo {
	text-align: center;
	margin: 10px;
}
.ftNavi {
	display: -webkit-flex;
    display: flex;
    font-size: 1.08em;
    flex-flow: row wrap;
}
.ftNavi li {
    padding: 10px;
}
.ftNavi a {
    color: #999;
}
.ftNavi a:hover,
.sideLink-sub:hover {
    color: #333;
}
.pagetop {
	display: none;
}
.pagetop a {
    position: fixed;
    right: 10px;
    bottom: 10px;
	font-size: 3em;
	color: #aaa;
}
.pagetop a:hover {
    color: #555;
}
#copyright {
	width: 100%;
    background-color: #006c61;
    color: #fff;
    padding: 1em;
    text-align: center;
}
.clearfix:after {
  content: " "; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
/*main*/
#main-column {
	padding-bottom: 50px;
}
.Pan {
    font-size: 0.83em;
    margin: 10px 0;
    padding: 5px;
    line-height: 1.5em;
}
.pan {
	font-size: 0.83em;
    margin: -20px 0 10px;
    padding: 5px;
    line-height: 1.5em;
}
.memBox {
	background-color: #f2f2f2;
    padding: 1em;
}
.memTxt {
	font-size: 1.17em;
	line-height: 1.5em;
}
.memList {
	width: 70%;
    margin: 15px auto 0;
}
.memBtn {
	display: block;
    width: 100%;
    text-align: center;
    padding: .8em 1em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    font-weight: bold;
    background-color: #006C61;
    margin: 10px 0;
}
.h2Box-sub {
	border-top: 3px solid #9bcb70;
	border-bottom: 1px solid #e4e4e4;
	padding: 2px 0;
	margin-bottom: 1.5em;
}
.h2Box-sub:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #9bcb70;
}
.h2pd {
    padding: 1em 1em .5em;
}
#searchBox {
    padding: 0 10px 1px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
	border: 1px solid #ddd;
}
.h2ttl {
    font-size: 1.16em;
    font-weight: bold;
    width: 100%;
    padding: 12px 30px;
    margin: 20px auto 0px;
    color: #fff;
    text-align: center;
	background-color: #4d4d4d;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
	cursor: pointer;
}
.quickacc dd {
    font-size: 1.09em;
}
.fom_Box_cr td {
    display: inline-block;
    width: 50%;
    font-size: 1.08em;
    padding: 5px 1px;
}
.sh_100 {
	width: 100%;
}
.miTxt {
    font-size: 1.16em;
    margin: 1em 0 .3em;
}
.searchBtn {
    display: block;
    font-size: 1.16em;
    text-align: center;
    padding: .4em 2em;
    letter-spacing: .01em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    font-weight: bold;
    background-color: #006C61;
	margin: 20px auto 10px;
}
.stock_info {
	font-size: 1.17em;
	background-color: #eaf9ed;
    padding: 10px;
    width: 100%;
    margin: 25px auto;
    line-height: 1.5em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.favoDemo {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: .8em;
    line-height: 1;
    padding: 0 .5em;
}
.demoicon {
    display: block;
    font-size: 2em;
}
.iconF {
    display: block;
    font-size: 4em;
    text-align: center;
    padding-bottom: 10px;
    color: #006c61;
}
.catTtl {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #9bcb70;
    font-size: 1.25em;
    margin: 30px 0 15px;
	font-weight: bold;
}
.catTtl::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #006c61;
}
.catTtl::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #e4e4e4;
}
.pager {
	padding: 5px 2% 12px;
    text-align: center;
}
.pager2 {
	padding: 2em 2%;
    text-align: center;
}
.pageBtn,
.num_act {
    display: inline-block;
    width: 5.5%;
    border-radius: 3px;
	-webkit-border-radius: 3px;
    font-size: 1.17em;
    font-weight: bold;
    padding:10px;
    margin: 0 3px;
	vertical-align: top;
	box-sizing: content-box;
}
.pageBtn {
	background-color: #fff;
	border: 1px solid #ccc;
}
.pageBtn:hover {
    background-color: #F5F4F2;
}
.num_act {
    background-color: #4d4d4d;
	border: 1px solid #4d4d4d;
    color: #fff;
}
.members-icon,
.memBox-icon {
    font-size: 1.7em;
    color: #cc3300;
}
.members-icon {
    vertical-align: top;
    margin-left: 10px;
}
.memBox-icon {
	vertical-align: text-bottom;
}
.selectWrapper,
.selectWrapper2 {
    position: relative;
    display: inline-block;
}
.selectWrapper::before{
	pointer-events: none;
}

.select01,.select02,
.selectWrapper2 select {
	display:table-cell;
    vertical-align: middle;
    min-width: 110px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px 30px 5px 10px;
    box-sizing: border-box;
    background-color: #fff;
	font-size:1.17em;
    color: #3D2D1C;
    border: solid 1px #C1C1C1;
}
.select02 { 
	min-width: 100%;
}
.sh_box_cr td,
.sh_Box_cr td {
    display: inline-block;
    width: 50%;
	padding: 2px;
}
.sh_Box_cr td {
	font-size: 1em;
}
.mem-sub {
	display: inline-block;
	width: 60%;
}
.sideBtn {
	display: block;
    padding: .8em 1em;
    margin: 10px auto;
    font-size: 1.16em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #006C61;
    border-radius: 30px;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.profile {
    border: 2px solid #e4e4e4;
    padding: 5%;
    margin-bottom: 15px;
}
.prPhoto {
    background-color: #f2f2f2;
    width: 100%;
    height: 150px;
    margin: 0 auto 10px;
}
.prdata {
    line-height: 2em;
    font-size: 1.16em;
}
.prCom {
	width: 100%;
    border: 1px dotted #b3b3b3;
    font-size: 1.07em;
    line-height: 1.5em;
    padding: 1em;
    margin-top: 1em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
/*mylist*/
.btn_modoki,
.favoBtn,
.favobtn {
    background-color: #444;
    border-bottom: 3px solid #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-weight: bold;
	color: #fff;
}
.btn_modoki {
    display: inline-block;
    padding: 3px 11px 0px;
    margin-bottom: 3px;
    font-size: .83em;
}
.favoBox,
.favobox {
    display: table;
    width: 100%;
    text-align: center;
}
.favoBox {
    padding: 10px 0;
}
.favobox {
    padding-top: 30px;
    margin-bottom: 20px;
}
.favoBox li,
.favobox li {
    display: table-cell;
    padding: 5px;
	vertical-align: top;
}
.favoBtn {
    display: block;
    padding: 10px 3px;
    font-size: 1.17em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.favobtn {
	display: block;
    padding: 8px 3px;
    font-size: 1.5em;
}
.favoBtn:hover,
.favobtn:hover {
    margin-top: 3px;
    background-color: #333;
	border-bottom: none;
}
.checkbox {
    display: block;
    text-align: center;
}
.checkbox input[type="checkbox"] {
    position: relative;
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
}
.checkbox input[type="checkbox"]:checked:after {
    top: 4px;
    left: 2px;
}
/*form*/
.contactbox {
    padding: 1% 2.5%;
    width: 100%;
    margin: 20px auto 60px;
	background-color: #f2f2f2;
}
.t-contact {
	padding: 10px;
    line-height: 1em;
    margin: 10px 0.5%;
    vertical-align: middle;
}
.subttl {
    display: inline-block;
    width: 100%;
    font-size: 1.08em;
	line-height: normal;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 10px;
}
.required,
.arbitrary {
	display: inline-block;
    background: #D04E2E;
    color: #fff;
    padding: 3px 5px;
    float: right;
    margin: -3px 10px -6px 0;
    font-size: 0.83em;
    vertical-align: middle;
}
.arbitrary {
    background-color: #888;
}
.t-contact td {
	display: inline-block;
    padding: 6px;
}
.size1 td,.size3 td,.sizeAll td {
    width: 100%;
}
.size2 td {
    width: 50%;
}
.contactbox .Size1 input[type="text"] {
    width: 90%;
}
.contactbox .Size2 input[type="text"] {
    width: 80%;
}
.t-cbox {
	display:inline-block;
	width:45%;
	font-size:14px;
}
.t-box,
.tbox {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
textarea {
    width: 100%;
}
.tbox {
	font-size:1.13em;
	line-height: normal;
}
.tBox {
    line-height: 1.5em;
    margin-top: 10px;
}
.sentBox {
    background-color: #E7F7E3;
    padding: 20px 4%;
    width: 100%;
    margin: auto;
    line-height: 1.7em;
    font-size: 1.16em;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btnSearch,
.btnSearch2 {
    width: 80%;
	font-size: 1.33em;
	text-align: center;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    padding: 8px 0 6px;
	margin: 20px auto;
	border: none;
	background-color: #006c61;
	color: #fff;
	font-size: 1.3em;
    line-height: normal;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.btnSearch {
    display: inline-block;
	margin: 20px auto;
}
.btnSearch:hover {
	background-color: #777;
}
.btnSearch2 {
    display: block;
	vertical-align: top;
}
.btnSearch2:hover,
.btnSearch2.active {
	background-color: #999;
}
.btnReset {
    display: block;
	color: #fff;
    vertical-align: top;
    font-weight: bold;
    cursor: pointer;
    background: #aaa;
    width: 45%;
    padding: 5px 10px;
    font-size: 1.17em;
    margin: 10px auto;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.btnReset:hover {
    background-color: #888;
}
/*input*/
label {
    font-size: 1.08em;
    vertical-align: middle;
	padding: 3px 3px 3px 5px;
}
.contactbox input[type="text"],
.contactbox input[type="tel"],
.contactbox input[type="email"],
.contactbox input[type="password"],
.contactbox textarea,
.calTable input,
.smp_use,
.loanTable input,
.sateTable input,
.sateTable textarea,
.comTable input[type="text"],
.comTable input[type="tel"],
.comTable input[type="email"],
.comTable input[type="password"] {
	width:100%;
	box-sizing: border-box;
	padding: 10px 5px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
	background-color: #fff;
}
textarea {
	resize: vertical;
}
select[disabled] {
    color: #A0A0A0;
    border-color: #E2E2E2;
    background: #F7F5F1;
}
/*input[type="radio"] */
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: 0;
	border: none;
	border: 2px solid #b3b3b3;
}
input[type="checkbox"]:checked:focus,
input[type="radio"]:checked:focus {
    border: none;
	outline: 0;
    border: 2px solid #333;
}
input[type="radio"] {
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #b3b3b3;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    background-color: #fff;
    cursor: pointer;
}
input[type="radio"]:checked {
    border: 2px solid #333;
}
input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    content: "";
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 10px;
    height: 10px;
    background-color: #333;
}
/*input[type="checkbox"]*/
input[type="checkbox"] {
    position: relative;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #b3b3b3;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 0;
}
input[type="checkbox"]:checked {
    border: 2px solid #333;
}
input[type="checkbox"]:checked:after {
    position: absolute;
    content: '';
    top: 2px;
    left: 1px;
    width: 17px;
    height: 10px;
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
input[type="checkbox"]:focus {
	outline: 0;
	border: none;	
	border: 2px solid #b3b3b3;	
}
input[type="checkbox"]:checked:focus {
    border: none;
	outline: 0;
    border: 2px solid #333;
}
/*sub*/
.subtxt {
    padding: 0 5px;
    line-height: 1.5em;
	margin: 10px auto;
    font-size: 1.08em;
}
.flinkBox {
    display: block;
    border-left: 5px solid #FC0;
    padding: 14px 15px 1px;
    background: #f2f2f2;
    margin: 20px auto;
    line-height: 1.5em;
}
.otherBox,
.dicBox {
    line-height: 2;
    letter-spacing: 0.14em;
    margin-bottom: 40px;
}
.dicBox {
	padding: 0 2.5%;
}
.comTable {
    margin: 10px auto 30px;
    width: 100%;
    background: #fff;
}
.comTable th,
.comTable td {
	border: 1px solid #c6c6c6;
	vertical-align:middle;
	padding:8px 2.5%;
    line-height: 1.4em;
}
.comTable th {
    background-color: #f2f2f2;
    width: 22%;
}
.comTable th.midashi {
	padding: 10px 15px;
    font-size: 1.17em;
    background-color: #006c61;
    color: #fff;
    font-weight: bold;
}
.tnp_map img {
    width: 47%;
    height: auto;
}
.tw30 { 
	width:30%;
}
.dicTable {
    font-size: 1.08em;
	width:100%;
	table-layout:fixed;
    margin: 10px auto 30px;
    text-align: center;
}
.dicTable td {
	font-size:1.08em;
	line-height:1.625em;
	letter-spacing:0.12em;
    border: 1px dotted #A2988A;
    vertical-align: middle;
    padding:10px 5px;
    background-color: #fff;
}
.dic_word {
    overflow-x: auto;
    margin: 40px auto 15px;
    text-align: center;
}
.dic_word-box {
    display: table;
	margin: auto;
}
.dic_word-box li {
	display: table-cell;
    padding: 3px 6px;
}
.dic_word-box a,
.dic_word-box .act {
	display: block;
    padding: 8px 10px;
    background-color: #888;
    color: #fff;
    font-size: 1.8em;
	border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.dic_word-box a:hover,
.dic_word-box .act {
    background-color: #006c61;
}
.dicBox section[id] {
    padding-top: 50px;
}
.dic_term {
    padding: 10px;
	background-color: #fff;
	margin-bottom:-25px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.dicterm {
    padding: 10px;
	background-color: #fff;
}
.dicttl {
    background-color: #333;
	color: #fff;
    font-size: 1.42em;
	font-weight: bold;
    padding: 7px 15px 5px;
    border-radius: 3px;
    line-height: normal;
}
.dic_term p,
.dicterm p {
    padding: 12px 10px 5px;
	font-size: 1.17em;
	line-height: 1.5em;
}
.dicterm {
    padding: 10px;
	margin-bottom: 15px;
}
.ans-box {
    margin: auto;
    text-align: center;
    background-color: #E7F7E3;
    padding: 11px;
    border-radius: 10px;
    font-size: 1.12em;
    line-height: normal;
}
.sateTable,
.calTable,
.loanTable,
.loanTable_spa {
	width: 100%;
    margin: 10px auto;
}
.sateTable th,
.sateTable td {
	display: block;
}
.sateTable th,
.sateTable td,
.calTable th,
.calTable td,
.loanTable th,
.loanTable td,
.loanTable_spa th,
.loanTable_spa td {
    padding: 8px 2%;
    border: 1px solid #ddd;
	vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word;
}
.sateTable td table {
    width: 80%;	
}
.sateTable td td {
    border: none;	
}
.calTable th {
	width:60%;
    background-color: #F2F2F2;
    line-height: 1.25em;
}
.sateTable th,
.loanTable th,
.loanTable_spa th {
    background-color: #F2F2F2;
}
.calTable input,
.loanTable input { 
	width:75%;
	margin-right:1.5%;
}
.loanTable_spa th,
.loanTable_spa td {
	display:block;
	width:100%;
}
.loanTable_spa td {
    border-top: none;
    padding: 13px;
    font-size: 1.33em;
}
.sateTable td {
	border-top: none;
}
.sateTable td.td04 input[type="text"] {
    width: 80%;
}
span.size2 {
	display: inline-block;
	width: 50%;
}
.td_c {
	text-align: center;
}
.sitemap ul {
    padding-bottom: 10px;
}
.sitemap a {
	font-size: 1.08em;
}
/*allclass*/
.error_msg {
	background-color: #f2dede;
    color: #b94a48;
    font-size: 1.18em;
    line-height: 1.6em;
    padding: 20px 1.5%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.errorBox {
	background-color: #f2dede;
    color: #b94a48;
    padding: 10px 3%;
    width: 100%;
    margin: 25px auto;
    text-align: center;
    line-height: normal;
    font-size: 1.08em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.inBox {
	display: inline-block;
}
.pb {
	padding-bottom: 50px;
}
.red { color:#D04E2E; }
.blue { color:#16A6B6; }
.a02,
.useful a {
    color: #39959a;
    text-decoration: underline;
}
.fs11 { font-size: 11px !important; }
.fs14 { font-size:14px; }
.fs20 { font-size: 20px; }
.fs24 { font-size: 24px; }
.disc,
.useful ul {
	 list-style:disc inside;
    padding-left: 8px;
}
.circle { 
	list-style:circle inside;
	text-indent: 1em;
}
.page_c { text-align:center; }
.page_r { text-align:right; }
.page_l{ text-align:left; }
.mauto { margin: auto;}
.m10 { margin: 10px auto;}
.m20 { margin: 20px auto;}
.m2m3 {
	margin: 15px auto;
}
.of { overflow:hidden; }
.clear_m { clear:both; }
.clear_all {
clear:both;
padding:0;margin:0;
font-size:0px;line-height:0;
}
.new_year {
    margin-bottom: 30px;
}
/*contents*/
.ulUse {
	margin: 15px auto;
    line-height: 2.5em;
}
.ulUse li {
    display: inline-block;
	padding-right: 6px;
}
.ulLink {
	font-size: 1.17em;
    color: #999;
}
.ulLink:hover {
	border-bottom: 2px dotted;
}
.ulLink.active {
	color:#333;
	font-weight: bold;
	border-bottom: 2px dotted #bbb;
}
.h3Ttl {
    padding: 10px;
    font-size: 1.17em;
    margin: 20px 0;
	background-color: #555;
	color: #fff;
    font-weight: 700;
}
.atCat {
    background-color: #F5F4F2;
    padding: 10px 15px 13px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.subCat {
	display: inline-block;
    padding: 8px 2px 8px 10px;
    margin: 3px 4px;
    background-color: #006c61;
	font-size: 1.08em;
    letter-spacing: 0.1em;
	color: #fff;
	font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.ulistCon {
	margin: 10px;
    padding: 15px;
    border:1px solid #ddd;
}
.ulistPhoto {
    display: inline-block;
    width: 100%;
    height: 120px;
	background-color: #f2f2f2;
}
.ulTtl {
    font-size: 1.25em;
    padding: 10px 0 5px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 2px 0 5px;
    word-break: break-all;
    word-wrap: break-word;
}
.ulistcon {
    display: inline-block;
    width: 100%;
}
.ulistCom {
    word-break: break-all;
    word-wrap: break-word;
    line-height: 1.5em;
    letter-spacing: .15em;
	font-size: 1.08em;
}
/*entry*/
#innerBox {
    line-height: 2;
    letter-spacing: .14em;
	border: 1px solid #ddd;
	border-top: none;
}
.useconBox,
.otherBox {
    padding: 0px 2.5% 10px;
}
.entryTtl {
    padding: 10px;
    font-size: 1.17em;
    margin: 20px 0;
	background-color: #006C61;
	color: #fff;
    font-weight: bold;
}
.useful {
	font-size: 1.17em;
}
.useconBox img {
	width:auto !important;
	height:auto !important;
	max-width:100%;
}
.h3ttl,
.useful h4,
.conTtl {
	background-color: #eee;
    font-size: 1.42em;
    padding: 7px 15px 5px;
    border-radius: 3px;
    line-height: normal;
    margin: 25px 0 10px;
}
.useful h5 {
	font-size: 1.33em;
    border-bottom: 2px dotted #bbb;
    margin: 30px 0 10px;
    padding: 1px 8px 1px;
}
.useful h6 {
	margin-top: 20px;
    font-size: 1.08em;
    color: #006c61;
    font-weight: bold;
}
.useful p,
.otherBox p { 
	margin: 10px 0; 
}
.useful ol { 
	list-style:decimal inside; 
}
.useful td,.useful th {
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align:middle;
	background: #fff;
    min-width: 20%;
}
.useful th { 
	background: #f6f6f6; 
}
.useful th.th_mi,.useful td.th_mi {
	background: #555;
	color: #fff;
}
.useful > table {
	width: 100%;
	margin:20px auto;
}
.useful > table.dotted { 
	border: 1px solid #d4d4d4;
}
.useful .dotted td,
.useful .dotted th,
.useful td.dotted,
.useful th.dotted {
	border: 1px dotted #eee; 
}
.useful .text_Q {
	background-color: #ddd;
    font-size: 1.42em;
    padding: 7px 15px 5px;
    border-radius: 3px;
    line-height: normal;
    margin: 25px 0 10px;
}
div.dotted {
  border: 2px dotted #d4d4d4;
  margin: 15px auto;
  padding: 2%;
  background: #fff;
  border-radius: 5px;
}
.b_none,
.b_none * { 
	border:none !important;
}
.t_c {
	margin:auto;
}
.no_bg {
	background:none !important;
}
.tw100 { width:90%; }
.tcell80 { width:80px; }
.tcell120 { width:120px; }
.tcell150 { width:150px; }
.tcell200 { width:200px; }
html * .cancel {
border: none;
margin: 0;
line-height: normal;
padding: 0;
background: none;
}
.usephoto {
    display: block;
    width: 100%;
    height: 100px;
}
.otherList {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    margin: -5px 10px 0;
    padding-bottom: 10px;
}
.usecell {
    display: inline-block;
	width:48%;
    min-height: 150px;
    padding: 5px;
	margin: 1%;
	background-color: #f2f2f2;
    line-height: 1em;
}
.usecellTtl {
    font-size: 1.07em;
    margin-top: 1em;
    line-height: normal;
    word-break: break-all;
    word-wrap: break-word;
}
select::-ms-expand {
  display: none;
}
.relative {
	position: relative;
}
.on_lock {
    margin: 10px 0;
    text-align: center;
}
.m0 {
	margin-top: 0;
}
.prf_btn_box{
	text-align:center;
	width:500px;
	margin:0px auto 0px auto;
}
.prf_btn_box a.prf_btn{
	display:block;
	float:left;
	width:200px;
	padding: .8em 1em;
    margin:10px 10px 20px 10px;
    font-size:18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #999999;
    border-radius: 30px;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.prf_btn_box a.active{
	display:block;
	float:left;
	width:200px;
	padding: .8em 1em;
    margin:10px 10px 20px 10px;
    font-size:18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #006C61;
    border-radius: 30px;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.prf_btn_box a:hover{
	opacity: 0.6;
}
.prf_btn_box_smp{
	text-align:center;
	width:100%;
	margin:0px auto 0px auto;
}
.prf_btn_box_smp a.prf_btn{
	display:block;
	float:left;
	width:45%;
	padding: .8em 1em;
    margin:3% 0px 3% 3%;
    font-size:18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #999999;
    border-radius: 30px;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.prf_btn_box_smp a.active{
	display:block;
	float:left;
	width:45%;
	padding: .8em 1em;
    margin:3% 0px 3% 3%;
    font-size:18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #006C61;
    border-radius: 30px;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.prf_btn_box a:hover{
	opacity: 0.6;
}
@media screen and (max-width: 420px){
	.catTtl {
		margin: 10px 0 15px;
	}
	.h2Box-sub {
		margin-bottom:10px;
	}
}
@media screen and (max-width: 320px){
	.prf_btn_box_smp a.prf_btn{
		font-size:16px;
	}
	.prf_btn_box_smp a.active{
		font-size:16px;
	}
}
.all_clear{
	clear:both;
	height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.white{
	color:#ffffff;
}
.page_c{
	text-align:center;
}
.tb20{
	margin:20px auto 20px auto;
}
.fb_box{
	display:inline-block;
	margin:5px;
}