<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #FFFFFF;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-rendering: optimizelegibility;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	-ms-tap-highlight-color: rgba(0,0,0,0);
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
	color: #000000;
	/* [disabled]background-image: url(../img/bg1.jpg); */
	background-attachment: fixed;
	background-size: cover;
}
a {text-decoration: none;}

.container {
	overflow: hidden;
	background-color: #FDFDFD;
	/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}




header {
	height: 90px;
	/* [disabled]position: relative; */
	background-color: #FFFFFF;
	padding-top: 10px;
}
header h1 {
	padding-bottom: 10px;
	float: left;
}
header .logo {
	color: #000000;
	text-align: left;
	font-size: 27px;
	line-height: 60px;
	font-weight: bold;
	clear: left;
}
header .headbn {
	float: right;
}
header .headbn img:hover  {
	opacity: 0.61;
	transition: .3s;
}
/*ã‚¹ãƒžãƒ›ç”¨ã€€ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼*/
.burger {
	position: absolute;
	float: left;
	padding: 10px;
	top: 4px;
	left: 10px;
	
	display: none;
}
.burger li {
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
	margin: 5px 0;
}
.burger.open li {background-color: #d9dde1;}

nav {
	position: absolute;
	/* [disabled]top: 0; */
	/* [disabled]right: 5px; */
	width: 1000px;
	display: block;
	text-align: center;
}
nav li {
	display: inline-block;
}
nav li a {
	font-size: 16px;
	padding-top: 24px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 24px;
	display: block;
	color: #000000;
}
nav li a:hover {
	color: #000;
	border-bottom: 1px solid #000000;
}
.slide.smh {
	display: none;
}
.slide.pc {
}

/*pcç”¨ ãƒ¡ãƒ‹ãƒ¥ãƒ¼*/
.menu {
	position: relative;
	width: 100%;
	height: 74px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px dashed #C7C7C7;
	border-bottom: 1px dashed #C7C7C7;
}

.menu &gt; li {
	float: left;
	width: 14.28%;
	line-height: 50px;
	height: 74px;
	margin-bottom: 20px;
}

.menu &gt; li a {
	display: block;
	color: #000000;
	font-weight: normal;
	font-size: 13.5px;
}

.menu &gt; li a:hover {
	color: #000000;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu &gt; li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #F3D5DB;
    color: #FCFCFC;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
	background-color: #FFFEFD;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
	background-color: #FF0000;
}

/* ä¸‹çŸ¢å° */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatã‚¯ãƒªã‚¢ */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background-color: #F3D5DB;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
	top: 70px;
	visibility: visible;
	opacity: 1;
}

li.menu__mega ul.menu__second-level &gt; li {
	float: left;
	width: 32.6%;
	border: none;
	text-align: left;
}

li.menu__mega ul.menu__second-level &gt; li:nth-child(3n+2) {
	margin: 0 1%;
}




/*  Removable CSS  */

.header-section,
.body-section,
.footer-section 
{
	background-color: #FFFFFF;
}
.header-section img {
	max-width: 100%;
	height: auto;
}
.body-section {
	/* [disabled]background-color: #f4f5f6; */
	display: inline-block;
	padding-top: 20px;
	width: 100%;
}
.body-section .sidemenu {
    float: right;
    width: 30%;
    margin-bottom: 30px;
    text-align: right;
    margin-top: 18px;
}
.body-section .sidemenu a:hover  {
	opacity: 0.61;
	transition: .3s;
}
.body-section .left {
	float: left;
	width: 70%;
	/* [disabled]background-color: #E1E1E1; */
}
.body-section .left article {
	clear: both;
	padding-bottom: 30px;
}
.body-section .left h2 {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: 1px dashed #E994A4;
    border-radius: 10px;
    width: 98%;
    -webkit-box-shadow: 0px 0px 0px 10px #ffeaea;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-left: 5px;
}
.body-section .left h2 a {
    text-decoration: none;
    color: rgba(223,2,116,1.00);
    font-size: 11px;
    padding-right: 5px;
}
.body-section .left .text {
    font-size: 14px;
    line-height: 24px;
}
.lefttext {
	text-align: right;
}
.lefttext a {
	color: rgba(223,2,116,1.00);
	text-decoration: underline;
}
.body-section .left article .rightimg {
	float: left;
	padding-right: 15px;
}
.body-section .left article .leftimg {
	float: right;
	padding-left: 15px;
}
.footer-section {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding-top: 20px;
    border-top: 1px dashed #E994A4;
}
.footer-section .ftleft {
    display: inline-block;
    width: 45%;
    float: left;
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}
.footer-section .ftleft .cname {
	font-size: 22px;
	margin-bottom: 5px;
}
.footer-section .ftright {
    display: inline-block;
    width: 55%;
    font-size: 13px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 14px;
}
.footer-section .ftright .ftsm {
	text-align: right;
	padding-top: 60px;
	line-height: 30px;
}
.footer-section .ftright .ftsm a {
	color: #000000;
}
.footer-section .ftright .ftsm a:hover  {
	color: #DF2674;
	text-decoration: underline;
}
.footer-section .copyright {
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 10px;
	clear: both;
}
 .topic{/*è²»ç”¨ãƒšãƒ¼ã‚¸ è¡¨*/
	width: 100%;
	border: 0px solid #E6E6E6;
	/* [disabled]overflow: hidden; */
	word-break: break-all;
	word-wrap: break-word;
	font-size: 15px;
	line-height: 25px;
	border-collapse: collapse;
}
.topic tr  {
    border-bottom: 1px solid #ADADAD;
}
.topic tr:last-child  {
    border-bottom: 1px solid #ADADAD;
}
.topic th{
    padding: 6px 8px 5px;
    width: 30%;
    overflow: hidden;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #E6E6E6;
    border-top: 1px solid rgba(173,173,173,1.00);
}
.topic td{
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
    text-align: left;
    vertical-align: top;
    color: #000000;
    background-color: #ffffff;
    border-top: 1px solid #ADADAD;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.left article .sitemap a {
	line-height: 28px;
	font-size: 16px;
	color: #000000;
}
.left article .sitemap a:hover {
	color: #DF2674;
	text-decoration: underline;
}
.bodyimg {/*bodyå†…ç”»åƒ*/
	text-align: center;
	padding-bottom: 30px;
}
.bodyimg img {
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 100%;
	height: auto;
}
h3 {
    color: rgba(223,2,116,1.00);
    font-size: 18px;
    border-left: 6px solid rgba(223,2,116,1.00);
    margin-bottom: 10px;
    padding-left: 15px;
    clear: both;
}
.strong {
	font-weight: bold;
}
.topbox {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}

.box {
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    width: 46%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.box p {
    padding: 15px 20px;
    margin: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}
.box a:link  ,a:visited{
	color: rgba(0,0,0,1.00);
}
.box a:hover {
	transition: .3s;
	opacity: 0.64;
	display: block;
}
.box .box-title {
    font-size: 18px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    text-align: center;
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    letter-spacing: 0.05em;
    background-color: #F3D5DB;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    height: 50px;
    vertical-align: middle;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}
.box .box-titlesmall {
    font-size: 18px;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: center;
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    letter-spacing: 0.05em;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    height: 50px;
    vertical-align: middle;
    background-color: #F3D5DB;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}
.toptext {
    font-size: 15px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    line-height: 27px;
    margin-top: 0px;
}
.toptext .title {
	font-weight: bold;
	border-bottom: 1px solid rgba(223,2,116,1.00);
	line-height: 35px;
	color: rgba(223,2,116,1.00);
	font-size: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	margin-bottom: 10px;
}
.toptext .midashi {
	padding-top: 10px;
	border-bottom: 1px dashed #DF0274;
	margin-bottom: 10px;
	color: #DF0274;
}
.toptext2 {
    color: #000000;
    font-weight: bold;
    border-bottom-color: #040404;
    /* [disabled]border-bottom-style: dotted; */
    border-bottom-width: 1px;
    line-height: 36px;
    font-size: 15pt;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    display: block;
    margin-top: 5px;
}
.voice_top {/*indexãƒšãƒ¼ã‚¸ ç®¡ç†çµ„åˆæ§˜ã®å£°*/
    width: 48%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}
.voice_top h3 {
    color: #2A2A2A;
    font-weight: bolder;
    padding-top: 10px;
    padding-bottom: 8px;
    border-left-color: #000000;
    border-left-style: none;
    padding-left: 15px;
    background-color: #F5F5F5;
    font-size: 14.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    line-height: 22px;
}
.voice_top .text a {
    color: #1D0EA4;
}
h2 span {
    display: block;
    float: right;
    margin-right: 15px;
    font-size: 13px;
    color: #E2177F;
    margin-top: 2px;
}
.voice {
    font-size: 18px;
    font-weight: bold;
    color: #393939;
    padding-bottom: 10px;
    display: inline-block;
}
.teikeitext {
    font-size: 14px;
    line-height: 23px;
}
.teikei1 {
    float: left;
    height: 388px;
    margin-right: 19px;
}
.teikei2 {
    float: left;
    height: 302px;
    margin-right: 19px;
}
.teikei3 {
    float: left;
    height: 438px;
    margin-right: 19px;
}
.teikeititle {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
}
.teikeilink {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(201,201,201,1.00);
}
.teikeilink.last {
    border-bottom-width: 0px;
}
@media only screen and (max-width: 780px) {
.box .box-titleall {
	font-size: 18px;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	letter-spacing: 0.05em;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	height: 50px;
	vertical-align: middle;
	/* [disabled]background-color: rgba(233,148,164,1.00); */
}
.container {
	overflow: hidden;
	background-color: #FFFFFF;
	-webkit-backface-visibility: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}

header {
    height: 60px;
    z-index: 2;
    background-color: #F3D5DB;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /* starting point */
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    padding-top: 5px;
}
header h1 {
	float: none;
	padding-top: 0px;
	padding-left: 70px;
	margin: 0px;
	padding-bottom: 0px;
	display: none;
}
header .logo {
	text-align: center;
	padding-left: 0;
	display: block;
}
header .logo img {
	max-width: 71%;
	height: auto;
}
header .headbn {
	display: none;
}

.burger {
	display: block;
}


/*  Nav Drawer Layout  */
nav {position: relative;}

nav ul {
	height: 100%;
	overflow-y: auto;
}
nav li {
	display: block;
	float: none;
}
nav li a {
    padding: 22px 25px;
    letter-spacing: 3px;
    font-size: 14px;
    color: #000000;
    text-align: left;
}
nav li a.logo {
	display: none;
}
nav li a.active {
	color: #fff;
	background-color: #E994A4;
}
nav li a:hover {
    color: #FFFFFF;
    background-color: #E994A4;
    border-bottom-width: 0px;
}
nav li:first-child a.active,
nav li:first-child a:hover 
{border-radius: 10px 0 0 0;}

.header-section {margin-top: 60px;}
.header-section img {
	max-width: 100%;
	height: auto;
}


/* NAVIGATION ANNIMATION */
nav {
    width: 93%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    background-color: #F3D5DB;
    border-radius: 8px;
    /* starting point */
    opacity: .3;
    -webkit-transform: translate3d(5%,0,0)scale(.97);
    -moz-transform: translate3d(5%,0,0)scale(.97);
    transform: translate3d(5%,0,0)scale(.97);
}

/*Nav Expanding Open Effect*/
nav.open {
	opacity: 1;

	-webkit-transform: translate3d(0,0,0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;
	
	-moz-transform: translate3d(0,0,0)scale(1);
	-moz-animation: slideIn .35s ease-in-out;
	
	transform: translate3d(0,0,0)scale(1);
	animation: slideIn .35s ease-in-out;
}
	
@-webkit-keyframes slideIn {
	0%       {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
}
@-moz-keyframes slideIn {
	0%      {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
}
@keyframes slideIn {
	0%      {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
}

/*Nav Shrinking Closed Effect*/
nav.close {
	opacity: .3;
	
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-webkit-animation: slideOut .3s ease-in-out;
	
	-moz-transform: translate3d(5%,0,0)scale(.97);
	-moz-animation: slideOut .3s ease-in-out;
	
	transform: translate3d(5%,0,0)scale(.97);
	animation: slideOut .3s ease-in-out;
}
@-webkit-keyframes slideOut {
	0%      {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
}
@-moz-keyframes slideOut {
	0%      {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
}
@keyframes slideOut {
	0%      {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
}



/* CONTENT ANNIMATION */
.content {
	/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1;
}

/*Content Sliding Open Effect*/
header.open,
.content.open 
{   
	-webkit-transform: translate3d(240px,0,0);
	-webkit-animation: open .5s ease-in-out;
	
	-moz-transform: translate3d(240px,0,0);
	-moz-animation: open .5s ease-in-out;
	
	transform: translate3d(240px,0,0);
	animation: open .5s ease-in-out;
}
@-webkit-keyframes open {
	0%      {-webkit-transform: translate3d(0,0,0);}
	70%    {-webkit-transform: translate3d(260px,0,0);}
	100%  {-webkit-transform: translate3d(240px,0,0);}
}
@-moz-keyframes open {
	0%      {-moz-transform: translate3d(0,0,0);}
	70%    {-moz-transform: translate3d(260px,0,0);}
	100%  {-moz-transform: translate3d(240px,0,0);}
}
@keyframes open {
	0%      {transform: translate3d(0,0,0);}
	70%    {transform: translate3d(260px,0,0);}
	100%  {transform: translate3d(240px,0,0);}
}

/*Content Sliding Closed Effect*/
header.close,
.content.close 
{
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation: close .3s ease-in-out;
	
	-moz-transform: translate3d(0,0,0);
	-moz-animation: close .3s ease-in-out;
	
	transform: translate3d(0,0,0);
	animation: close .3s ease-in-out;
}
@-webkit-keyframes close {
	0%      {-webkit-transform: translate3d(240px,0,0);}
	100%  {-webkit-transform: translate3d(0,0,0);}
}
@-moz-keyframes close {
	0%       {-moz-transform: translate3d(240px,0,0);}
	100%  {-moz-transform: translate3d(0,0,0);}
}
@keyframes close {
	0%       {transform: translate3d(240px,0,0);}
	100%  {transform: translate3d(0,0,0);}
}
.slide.pc {
	display: none;
}
.slide.smh {
	display: block;
}
.body-section {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.body-section .sidemenu {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.body-section .left {
	float: none;
	width: 100%;
}
.topic th{
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 3px;
	width: 95%;
	background-color: #E6E6E6;
}
.topic td{
	display: list-item;
	width: 95%;
	border-top: none !important;
	padding-bottom: 10px;
	font-size: 14px;
}
.topic tr {
	border-bottom-style: none;
}
.topic tr:last-child {
	border-bottom: 0 dashed #ADADAD;
}

.footer-section {
	width: 100%;
	display: inline-block;
	font-size: 13px;
	padding-top: 10px;
}
.footer-section .ftleft {
	display: inline-block;
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.footer-section .ftleft .cname img {
	max-width: 90%;
	height: auto;
}
.footer-section .ftright {
	width: 100%;
	font-size: 14px;
	padding-bottom: 5px;
	height: auto;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	float: none;
}
.footer-section .ftright .ftsm {
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	line-height: 20px;
}
.footer-section .copyright {
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	clear: both;
	background-color: #FF9C59;
}
.bodyimg {
	padding-bottom: 10px;
}
.bodyimg img {
	max-width: 100%;
	height: auto;
}
.box {
	width: 80%;
}
.voice_top {
    width: 100%;
}
.teikei1, .teikei2 {
    float: none;
    height: 100%;
    margin-right: 0px;
    text-align: center;
}
.masta .col {
	font-size: 12px;
	color: #AAAAAA;
}
.masta td  {
	border-bottom: 1px solid #CFCFCF;
	padding-top: 10px;
	padding-bottom: 10px;
}

</pre></body></html>