@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html {
	background-color: #FFFFFF;
}
p,h1,h2,h3,h4,h5,h6,a,address,span,table tr th,table tr th {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}

#t-header h1 {
	text-indent: -9999px;
	font-size:2px;
	line-height:2px;
}
#t-header h2 {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}
h2 {
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	color: #433020;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 24px;
	height: auto;
	border-bottom: 1px solid #004D37;
}

h4 {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 30px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	border: 1px solid #004D37;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background-color: #88ADA3;
	padding-left: 10px;
}
h5 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #4F8476;
	background-image: url(images/bullet01.jpg);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 18px;
}
h6{
}

a {
	text-decoration: none;
	color: #CF871F;
}

a img {
	-webkit-transition:.2s linear;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:focus {
	outline: none;
	color: #D3D3D3;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.bullet-a {
	font-size: 14px;
	line-height: 20px;
	background-image: url(images/bullet00.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 14px;
	padding-left: 14px;
}
.bullet-b {
	font-size: 14px;
	line-height: 20px;
	background-image: url(images/bullet01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 14px;
	padding-left: 20px;
}

.flt-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.flt-left {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/*//////box////////*/
.inner10 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.inner15 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.inner20 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.inner30 {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.inner40 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.inner50 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #fff;
}

/*===MTOS====*/
#t-container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container-inner {
	width: 960px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*===/MTOS====*/
#t-wrapper,#t-header {
	width: 100%;
}
#t-header-inner,#t-contents,#t-footer-inner,#t-top-title,#t-bread-sns {
	width: 100%;
	max-width: 960px;
}
#t-wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	position: relative;
	border-top: 5px solid #433020;
}
#t-header {
	margin: 0px;
	padding: 0px;
	height: 170px;
	position: relative;
	width: 100%;
}
#t-header-inner {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 120px;
}
#t-header-logo {
	position: absolute;
	left: -0px;
	top: 17px;
}
#t-header-sub {
	position: absolute;
	right: -0px;
	top: 25px;
	font-size: 12px;
	text-align: right;
}
.position-relative {
	position: relative;
}

.border-box {
	border: 1px solid #CCC;
	padding: 20px;
}

/*-ms-behavior: url(ie-css3.htc);*/
#t-page-title {
	height: 80px;
	margin: 20px auto 20px;
	background-color: #004D37;
	font-size: 36px;
	line-height: 80px;
	text-shadow: 1px 1px 2px rgba(195,195,195,1.00);
	width: 100%;
}

#t-bread-sns {
	height: 35px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	background-image: url(images/h3-border.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#t-bread-sns p {
	font-size: 12px;
}
#t-bread-sns a {
	font-size: 12px;
	color: #09F;
	text-decoration: none;
}
#t-bread-sns a:hover {
	color: #09F;
	text-decoration: underline;
}


#t-contents {
	padding: 0px;
	margin: 0px auto 30px;
	background-repeat: repeat;
}
#t-footer {
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	padding-top: 20px;
	-webkit-box-shadow: 0px -2px 5px #3F0909;
	box-shadow: 0px -2px 5px #3F0909;
	background-image: url(images/bg.png);
}
#t-footer-inner {
	height: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div.clm-block {
	width: 100%;
	margin-bottom: 0px;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 20px;
}

div.blueclm {
	width: 100%;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCCCCC;
}
div.gleyclm {
	background-color: #F4F4F4;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div.orangeclm {
	width: 100%;
	background-color: #004D37;
	background-image: url(images/bg-ttl.png);
	background-repeat: repeat;
}
div.clm-one {
	max-width: 960px;
	width:100%;
	margin-right: auto;
	padding: 0px;
	margin-left: auto;
}

div.clm-two {
	float: left;
	width: 480px;
}
div.clm-three {
	float: left;
	width: 320px;
}
div.clm-left-180 {
	float: left;
	width: 180px;
}
div.clm-main-760 {
	width: 760px;
	float: right;
}
div.clm-main-960 {
	width: 960px;
}

div.clm-center-560 {
	margin: 0px;
	float: left;
	width: 560px;
	padding-left: 20px;
}
div.clm-right-180 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 180px;
}
div.clm-wideleft-260 {
	float: left;
	width: 27%;
}
div.clm-thinmain-670 {
	float: right;
	width: 70%;
	padding: 0px 0 20px;
}

/*//////navi////////*/
#t-main-navi {
	padding: 0px;
	height: 50px;
	width: 960px;
	margin: 0px auto;
}

#t-main-navi ul {
	list-style-type: none;
	margin: 0px;
	paddingt: 0px;
}
#t-main-navi ul li {
	float: left;
	height: 50px;
	margin: 0px;
	paddingt: 0px;
}
#t-main-navi ul li a {
	-webkit-transition:.2s linear;
	background-image: url(images/navia.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#t-main-navi ul li a:hover {
	background-image: url(images/navib.png);
}
#n01 {
	background-position: 0px 0px;
	width: 128px;
}
#n02 {
	background-position: -128px 0px;
	width: 148px;
}
#n03 {
	background-position: -276px 0px;
	width: 133px;
}
#n04 {
	background-position: -409px 0px;
	width: 174px;
}
#n05 {
	background-position: -583px 0px;
	width: 149px;
}
#n06 {
	background-position: -732px 0px;
	width: 228px;
}




/*//////--navi////////*/
/*//////footer////////*/
.footernavi01 {
	width: 200px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	position: absolute;
	top: 30px;
	left: 0px;
}
.footernavi02 {
	width: 200px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	position: absolute;
	top: 30px;
	left: 170px;
}
#t-footer-inner p {
	color: #FFF;
}
#t-footer-inner a {
	color: #FFF;
	text-decoration: none;
}
#t-footer-inner a:hover {
	color: #FFF;
	text-decoration:underline;
}
#t-footer-navi {
	text-align: center;

}
#t-footer-navi ul {
	list-style-type: none;
	margin-bottom: 10px;
	color: #FFF;
}
#t-footer-navi ul li {
	display: inline;
}
#t-footer-navi ul li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.t-footer-copyright {
	position: relative;
	text-align: center;
}
address {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/*//////--footer////////*/
/*//////font--////////*/
.red {
	color: #F00;
}
.green {
	color: #096;
}
.blue {
	color: #06F;
}
.orange {
	color: #F90;
}
.yellow {
	color: #FCFFAC;
}
.red-b {
	color: #F00;
	font-weight: bold;
}
.green-b {
	color: #096;
	font-weight: bold;
}
.blue-b {
	color: #06F;
	font-weight: bold;
}
.orange-b {
	color: #F90;
	font-weight: bold;
}
.yellow-b {
	color: #FCFFAC;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f24 {
	font-size: 24px;
}
.f30 {
	font-size: 30px;
}
/*//////--font////////*/
.news-box {
	height: 100px;
	overflow: auto;
	margin-bottom: 10px;
	padding: 10px;
	overflow-x: hidden;
}
.news-box p {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	text-align: left;
}
.news-box p a {
	color: #262626;
}
/*////////table/////////*/
table.company-table {
	border-collapse: separate;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.company-table th {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: left;
  background-color: #DDDDDD;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFFFFF;
}
table.company-table td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #F0F0F0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
table.matrix-table {
  border-collapse:collapse;
}
table.matrix-table tr:nth-child(2n+1) {
  background-color: #EBEBEB;
}

table.matrix-table th {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: left;
}
table.matrix-table td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
table.detail-table {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.detail-table th {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  text-align: left;
}
table.detail-table td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}
table.smile-table {
	border-collapse:collapse;
	width: 100%;
}
table.smile-table th {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
}
table.smile-table td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}

/*////////--table/////////*/
/*////////bullet/////////*/
.bullet00 {
	background-image: url(../img/bullet00.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 10px;
	margin-left: 20px;
}
.bullet01 {
	background-image: url(images/bullet01.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 18px;
	margin-left: 20px;
}
/*////////--bullet/////////*/

#t-bottom {
	padding-top: 20px;
	position: relative;
}
/*========mtos=========*/
#container-inner {
	background-color: transparent;
}
.widget-header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	background-color: #E6E6E6;
	text-align: center;
	line-height: 25px;
}
.widget-content {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.widget-content ul {
	margin-left: 10px;
}
.widget-content ul li {
	line-height: 16px;
	font-size: 12px;
	background-image: url(images/bullet00.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 7px;
	margin-bottom: 7px;
}

#page-title {
	color: #333333;
	text-shadow: 0px 2px 3px #000000;
}
h2.newslist {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-image: url(images/bullet00.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
}
h2.trackbacks-header {
	font-size: 14px;
}
h2.comments-open-header {
	font-size: 14px;
}
.asset-content table {
	border-collapse:collapse;
}
.asset-content table tr th {
	font-size: 12px;
	font-weight: normal;
	background-color: #F2F2F2;
	padding: 5px;
	border: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
}
.asset-content table tr td {
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
}
/*========/mtos=========*/

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
#map {
	height: 300px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/*====================*/
/*=== GotoTop      ===*/
/*====================*/
#back-to-top {
	position: fixed;
	right: 5px;
	bottom: 15px;
	z-index: 20;
}
#back-to-top a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*====================*/
/*===       GotoTop===*/
/*====================*/
.thumb-box-wrap {

}
.thumb-box-m {
	float: left;
	width: 240px;
	margin-right: 20px;
}
.thumb-box-m-end {
	float: right;
	width: 240px;
}
.thumb-box-s {
	float: left;
	width: 210px;
	margin-right: 20px;
	height: 115px;
	background-color: #7BAFFB;
	color: #0E0E0E;
	padding: 10px 5px 5px 10px;
}
.thumb-box-s-end {
	float: right;
	width: 210px;
	height: 115px;
	background-color: #7BAFFB;
	color: #0e0e0e;
	padding: 10px 5px 5px 10px;
}

div.t-side-box {
	width: 245px;
	height: 115px;
	color: #1F1F1F;
	margin-bottom: 10px;
	padding: 10px 5px 5px 10px;
}
.t-side-box p {
	color: #2A2A2A;
}
.t-contact-box {
	display: block;
	background-repeat: no-repeat;
	padding: 0;
}
.t-contact-box-mob {
  display: none;
}

/* ------ Mainvisual ------ */

#mainvisual {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #433020;
	border-bottom: 1px solid #433020;
	padding: 0;
}

#mainvisual-inner {
	position: relative;
	padding-left: 50%;
}

#mainvisual-inner div.img a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#mainvisual-inner .img {
	display: none;
	float: left;
}
#mainvisual-arrow {
	display:none;
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

#mainvisual-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#mainvisual-arrow .prev {
	left: 3%;
}
#mainvisual-arrow .next {
	right: 3%;
}

#mainvisual-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
	margin-top: 0px;
}
#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
	margin-top: -27px;
}

#mainvisual-arrow a img {
	vertical-align: top;
}

#mainvisual-btn {
	width: 100%;
	height: 10px;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 20px;
	display: none;
}

#mainvisual-btn div {
	display: none;
	width: 10px;
	height: 10px;
	overflow: hidden;
	vertical-align: top;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#mainvisual-btn div {
	*display: inline;
}

#mainvisual-btn span {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-btn span.current {
	margin-top: -10px;
}

#mainvisual-btn img {
	vertical-align: top;
}
.only-pc {
	display:block;
}
.only-mobile {
	display:none;
}

/*/////ticker//////*/
.ticker {
	margin: 5px auto;
	padding: 0px 10px;
	width: 600px;
	height:30px;
	text-align: left;
	border: 1px solid #FFA346;
	position: relative;
	overflow: hidden;
	background-color:#FFD8B0;
	color: #000;
}

.ticker ul {
  width: 100%;
	height:30px;
	margin:0px;
	padding:0px;
  position: relative;
  margin:0px auto;
}

.ticker ul li {
	width: 100%;
	margin:0px;
	padding:0px;
	display: none;
	line-height:30px;
	font-size: 16px;
}
.ticker ul li a {
	line-height:30px;
	color:#000;
	font-size: 16px;
}

.accordion-title {
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.ind01 {
	text-indent: -26px;
}
table.clinic-table tr td {
	padding: 5px;
	border-bottom: thin solid #C1C1C1;

}
a.links {
	color: #D70003;
	text-decoration: underline;
}


.ui-state-default {
	font-weight: normal;
	text-shadow: 1px 1px 2px #B7B7B7;
	color: #000000;
}


a.pdf {
	font-size: 16px;
	color: #A60C0F;
	text-decoration: underline;
	padding-left: 40px;
	line-height: 32px;
	background-image: url(images/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a.pdf:hover {
	color: #EB5356;
}

p.news-date {
	font-size: 14px;
	color: #4D7E0D;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	text-align: right;
}
span.newslist-date {
	margin-right: 25px;
}
.box-wrap {
	width: 100%;
}
.box {
	width: 300px;
	height: 260px;
	float: left;
	margin: 5px 10px 15px;
	background-repeat: repeat;
	overflow-x: hidden;
	overflow-y: hidden;
}
.box2 {
	width: 620px;
	height: 260px;
	float: left;
	margin: 5px 10px 15px;
}
.box-ttl {
	color: #07503F;
	font-size: 18px;
	height: 70px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 1px #3A3A3A;
	margin-bottom: 10px;
}

.uline {
	border-bottom: 1px solid #909090;
}

.black-cln {
	background-image: url(images/bg.png);
	background-repeat: repeat;
}



/*/////smartFon SlideMenu/////*/
body {
    line-height: 1;
    width: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    background: #fff;
}

nav ul {
    list-style:none;
}

/*header*/
#slidebtnheader {
	display: none;
	background: #f1f1f1;
	border-bottom: 1px solid #ddd;
	height: 49px;
	position: relative;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.slidebutton {
    width: 49px;
    height: 49px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('images/menu_button_back.png');
    background-position: center;
		cursor:pointer;
}
.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
.menu-button-right {
    right: 0px;
    border-left: 1px solid #ddd;
}

/*slidemenu*/
.slidemenu {
    background-color: #333;
}
.slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #333;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}

/*main*/


/*plugin*/
#t-main {
  z-index: 1;
}
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}

#slidebtnheader p {
	line-height: 49px;
}
/*/////smartFon SlideMenu/////*/
/*//height---//*/
boxheight-100 {
	height: 100px;
}
boxheight-200 {
	height: 200px;
}
boxheight-300 {
	height: 300px;
}
boxheight-400 {
	height: 400px;
}
boxheight-500 {
	height: 500px;
}
a.more {
	color: #D80F12;
	text-decoration: underline;
	font-size: 16px;
	background-image: url(images/bullet00.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
div.page-title-inner {
	width: 960px;
	min-height: 80px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
}
div.page-title {
	background-color: #004D37;
}
a img {
}
.clm-left-180 a img {
	margin-bottom: 10px;
}
.item-ttl-box {
	margin-bottom: 20px;
}
#t-wrapper #t-page-title #t-page-title-inner {
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 80px;
}
#t-page-title-inner {
	width: 960px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}
ul.list {
	margin-left: 25px;
}
ul.list li {
	line-height: 20px;
}
h3.imgttl {
	height: 60px;
	border-style: none;
	margin-bottom: 15px;
	width: 100%;
	overflow-x: hidden;
}
ul#feed1 li {
	margin-bottom: 5px;
	position: relative;
	padding: 0;
	display: block;
	font-size: 16px;
	line-height: 16px;
	height: 22px;
}
ul#feed1 li span {
	position: absolute;
	top: 15px;
	left: 0px;
}
ul#feed1 li a {
	margin-left: 90px;
	display: block;
	margin-top: 0px;
}
/* begin styles for RSS Feed-- */

.rss-box {
	 margin: 1em;
	 width: 200px;
	 background-color: #FFFFFF;
	 border: 1px solid #330033;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	background-color:#330033;
	color:#FFFF99;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: arial, verdana, sans-serif;
  font-size: 0.75em;
  font-weight : bold;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : underline;
	color:FF0000;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
.rss-item a:visited {
	color:330033;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #CC99CC;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
/* --begin styles for RSS Feed */










/*//---height//*/

/*//colorset---
#t-wrapper {
	background-color: #CBCBCB;
}
#t-header {
	background-color: #D5D5D5;
}
#t-header-inner {
	background-color: #868686;
}
#t-header-logo {
	background-color: #FF0004;
}
#t-header-sub {
	background-color: #FF0004;
}
#t-page-title {
	background-color: #0074FF;
}
#t-contents {
	background-color: #5A5A5A;
}
#t-footer {
	background-color: #B0B0B0;
}
#t-footer-inner {
	background-color: #8A8A8A;
}
div.clm-block {
	background-color: #E5E5E5;
}
div.blueclm {
	background-color: #A5B4E3;
}
div.gleyclm {
	background-color: #DDDDDD;
}
div.orangeclm {
	background-color: #F7BA91;
}
div.clm-one {
	background-color: #F7F7F7;
}
div.clm-two {
	background-color: #9CEDB5;
}
div.clm-three {
	background-color: #EF7BE3;
}
div.clm-left-180 {
	background-color: #FFFCC4;
}
div.clm-main-760 {
	background-color: #E7E6A4;
}
div.clm-main-960 {
	background-color: #EAED7C;
}
div.clm-center-560 {
	background-color: #D6E3A8;
}
div.clm-right-180 {
	background-color: #E9E0A1;
}
div.clm-wideleft-260 {
	background-color: #FCFF9A;
}
div.clm-thinmain-670 {
	background-color: #DBDD89;
}
.news-box {}
div.side-box {}
.box {}
.box2 {}
.box-ttl {}
---colorset//*/

































@media screen and (max-width: 780px) {
#mediaQ--------------------------------------------------------------------------780{}
#mediaQ--------------------------------------------------------------------------780{}
#mediaQ--------------------------------------------------------------------------780{}

#t-header {
	margin: 0px;
	padding: 0px;
	height: auto;
	margin-bottom:20px;
	border:none;
}
#t-header-inner {
	width: 96%;
	min-height:250px;
	margin-left: auto;
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#t-header-logo {
	position:relative;
	width:100%;
	text-align:center;
	margin-bottom: 20px;
}
#t-header-sub {
	position:relative;
	width:100%;
	text-align:center;
}
#t-header-logo img {
	width:100%;
	max-width:340px;
	height:auto;
}
#t-main-navi {
	display: none;
}

#t-page-title-inner {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	text-align: center;
	padding-left: 0px;
	color: #333333;
	text-indent: 0px;
}

.contact-box {
  display: none;
}
.contact-box-mob {
  display: block;
	padding: 3px;
}
div.clm-one {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}

div.clm-two {
	float: none;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
div.clm-three {
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
}
div.clm-main-960 {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
div.clm-main-760 {
	float: none;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
div.clm-left-180 {
	float: none;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}

div.clm-wideleft-260 {
	float: none;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
div.clm-thinmain-670 {
	float: none;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
div.clm460 {
	float: none;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
div.side-box {
	float: left;
	width: 44%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	background-color: #000;
}

#t-footer-navi {
	display:none;
}
address {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.flt-right {
	float:none;
	display: block;
	margin: 10px auto;
}
.flt-left {
	float:none;
	display: block;
	margin: 10px auto;
}
.only-pc {
	display:none;
}
.only-mobile {
	display:block;
}
/*////ticker////*/
.ticker {
width:94%;
padding-left:3%;
padding-right:3%;
}
/*////-ticker////*/
.box {
	width: 48%;
	height: 260px;
	float: left;
	margin: 15px 1% 30px;
	text-align: center;
	overflow-y: hidden;
}

.box2 {
	width: 97%;
	height: 260px;
	float: left;
	margin: 15px 1% 30px;
	text-align: center;
}

#slidebtnheader {
	display: block;
	background: #f1f1f1;
	border-bottom: 1px solid #ddd;
	height: 49px;
	position: relative;
	width: 100%;
	text-align: center;
}
.slidebutton {
    width: 49px;
    height: 49px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('images/menu_button_back.png');
    background-position: center;
		cursor:pointer;
}
.inner10 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.inner15 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.inner20 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.inner30 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.inner40 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.inner50 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*//height---//*/
boxheight-100 {
	height: auto;
}
boxheight-200 {
	height: auto;
}
boxheight-300 {
	height: auto;
}
boxheight-400 {
	height: auto;
}
boxheight-500 {
	height: auto;
}
/*//---height//*/
}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 480px) {
#mediaQ------------------------------------------------------------------------------479{}
#mediaQ------------------------------------------------------------------------------479{}
#mediaQ------------------------------------------------------------------------------479{}
div.side-box {
	width: 95%;
	height:115px;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #000;
	padding: 2%;
	margin-left: auto;
}

#t-page-title {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	text-align: center;
	padding-left: 0px;
	font-size: 26px;
	color: #333333;
}
div.clm-three {
	float: none;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
span.newslist-date {
	margin-right: 25px;
	display: block;
}
span.newslist-a {
	display: block;
}
.box-wrap {
	width: 100%;
}
.box {
	width: 98%;
	height: 230px;
	float: none;
	margin: 15px 1% 30px;
	text-align: center;
	overflow-y: hidden;
}

.box2 {
	width: 98%;
	height: 230px;
	float: none;
	margin: 15px 1% 30px;
	text-align: center;
}

#t-bread-sns {
	height: auto;
	padding-bottom:10px;
}
ul#feed1 li {
	height: auto;
}
ul#feed1 li span {
	position: absolute;
	top: 0px;
	left: 0px;
}
ul#feed1 li a {
	margin-left: 0px;
	margin-top: 0px;
}

}
