/* Reset */
body{
	font-size:12px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
a, a:hover, a:focus{
	text-decoration: none;
	color: #222;
}
li {
	list-style-type: none;
}


/* default css */
.space5{
	display:block;
	height:5px;
}
.space10{
	display:block;
	height:10px;
}
.space15{
	display:block;
	height:15px;
}
.space20{
	display:block;
	height:20px;
}
.space25{
	display:block;
	height:25px;
}
.space30{
	display:block;
	height:30px;
}
.space35{
	display:block;
	height:35px;
}
.space40{
	display:block;
	height:40px;
}
.margin_b5{
	margin-bottom: 5px;
}
.margin_b10{
	margin-bottom: 10px;
}
.margin_b15{
	margin-bottom: 15px;
}
.margin_b30{
	margin-bottom: 30px;
}
.margin_tb30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.padding_0{
	padding:0px;
}
.padding_l0{
	padding-left:0px;
}
.padding_r0{
	padding-right:0px;
}
.padding_lr15{
	padding-left:15px;
	padding-right:15px;
}
.padding_lr150{
	padding-left:150px;
	padding-right:150px;
}
.h1 {
    font-size: 18px;
    color: #61655c;
    font-weight: bold;
    border-left: 8px solid #245da3;
    border-bottom: 1px solid #245da3;
	padding: 10px 0 3px 5px;
	width: 100%;
}
.bg_yellow {
    background: #89B929;
}
.imgCenter {
	margin: auto;
}


/* header area start */
.header-top {
		background: #749d23;
		border-bottom: 1px solid #4b6617;
}
.header-top p {
	margin: 0;
	padding: 5px 15px;
	font-weight: bold;
	color: #fff;
}
.hader-bg {
    background-image: url("../img/header_bg2.jpg");
    background-position: center center;
    background-size: cover;
}
.header-overly {
    background: rgba(240, 240, 240, 0.75) none repeat scroll 0 0;
}
.banner_bg {
    background-image: url("../img/banner_bg.jpg");
}
.header-banner {
	background-position: left center;
	background-size: cover;
}
.logo img {
	opacity: 0;
}
.banner-text {
    margin-top: 30px;
    padding-left: 15px;
}
.banner-text p {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 3px;
}
.banner-title {
	background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
	height: 91px;
	margin-top: 22px;
	position: relative;
	width: 100%;
}
.banner_title-1 {
    left: 10px;
    position: absolute;
    top: 7px;
}
.banner_title-2 {
	left: 302px;
	letter-spacing: -1px;
	position: absolute;
	top: -2px;
}
.banner_title-3 {
	left: 10px;
	position: absolute;
	top: 59px;
}
.banner_title-4 {
    left: 307px;
    position: absolute;
    top: 59px;
}
.banner_title-1 h2 {
	color: #eb5815;
	font-size: 40px;
	font-weight: bold;
	letter-spacing:-1px;
	margin: 0;
	text-shadow: 1px 1px #333;
}
.banner_title-2 h2 {
	color: #f8b62b;
	font-size: 56px;
	font-weight: bold;
	margin: 0;
	text-shadow: 2px 2px #000;
}
.banner_title-3 h2 {
	color: #eb5815;
	font-size: 27px;
	font-weight: bold;
	letter-spacing:-1px;
	margin: 0;
	text-shadow: 1px 1px #333;
}
.banner_title-4 h2 {
	color: #056db6;
	font-size: 27px;
	font-weight: bold;
	text-shadow: 2px 2px #000;
}
.header_btn_wrap {
	margin-left: -28px;
	margin-top: 6px;
}
.new-button-add a img {
	background-color: #9B1D35;
	border: 0 none;
	border-radius: 10px;
	clear: both;
	margin: 0 7px;
	width: auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b81b26+0,ee6b5a+50,b81b26+50,b81b26+100 */
	background: #b81b26; /* Old browsers */
	background: -moz-linear-gradient(top, #b81b26 0%, #ee6b5a 50%, #b81b26 50%, #b81b26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b81b26 0%,#ee6b5a 50%,#b81b26 50%,#b81b26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b81b26 0%,#ee6b5a 50%,#b81b26 50%,#b81b26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81b26', endColorstr='#b81b26',GradientType=0 ); /* IE6-9 */
}

.new-button-add a img:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b81b26+0,b81b26+50,ee6b5a+50,b81b26+100 */
	background: #b81b26; /* Old browsers */
	background: -moz-linear-gradient(top, #b81b26 0%, #b81b26 50%, #ee6b5a 50%, #b81b26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b81b26 0%,#b81b26 50%,#ee6b5a 50%,#b81b26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b81b26 0%,#b81b26 50%,#ee6b5a 50%,#b81b26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81b26', endColorstr='#b81b26',GradientType=0 ); /* IE6-9 */
}


/* mobile menu start */
.mobile-menu-area{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d4d4d5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d4d4d5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d4d4d5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#d4d4d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d5',GradientType=0 ); /* IE6-9 */
	border-top: 3px solid #B7B7B7;
	border-bottom: 3px solid #245DA3;
	position:relative;
	height:50px;
}
.responsive_menu {
    position: absolute;
    left: 15px;
    top: 6px;
}
.responsive_menu .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.responsive_menu .slicknav_menu a.slicknav_btn {
    margin: 0;
}
.responsive_menu .slicknav_menu ul.slicknav_nav {
    background: #ddd none repeat scroll 0 0;
    position: absolute;
    left: 0;
    top: 41px;
    width: 235px;
    z-index: 99;
}
.responsive_menu .slicknav_menu ul.slicknav_nav li {
    border-bottom: 1px solid #bbb;
}
.responsive_menu .slicknav_menu ul.slicknav_nav li a {
    border-radius: 0;
    margin: 0;
}
.responsive_menu .slicknav_menu ul.slicknav_nav li a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d4d4d5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d4d4d5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d4d4d5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#d4d4d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d5',GradientType=0 ); /* IE6-9 */
}
.responsive_menu .slicknav_menu ul.slicknav_nav li ul {
    background: #eee none repeat scroll 0 0;
    margin-left: 0;
}
.responsive_menu .slicknav_menu ul.slicknav_nav li ul li {
    border-bottom: 1px solid #ddd;
}
.responsive_menu .slicknav_menu ul.slicknav_nav li ul li a {
	color: #555;
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
}
.responsive_menu .slicknav_menu ul.slicknav_nav li .slicknav_nav .slicknav_arrow {
    color: #666;
    position: absolute;
    right: 10px;
    top: 13px;
}
.responsive_menu .slicknav_menu ul.slicknav_nav li span.slicknav_arrow {
	color: #666;
	position: absolute;
	right: 10px;
	top: 12px;
}
.responsive_menu .slicknav_menu ul.slicknav_nav li a .menu-item i.fa {
    color: #333;
    font-size: 20px;
}
.responsive_menu .slicknav_menu ul.slicknav_nav li a .menu-item {
    padding-left: 35px;
}
.responsive_menu .slicknav_menu ul.slicknav_nav li:last-child {
    border-bottom: 0 none;
}



#mobile_menu-sticky-wrapper {
    display: none;
}
.is-sticky .mobile-menu-area {
    z-index: 99999;
}
.is-sticky .main-menu-area {
    z-index: 9999;
}
/* mobile menu end */



/* main-menu-area start */
.main-menu {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d4d4d5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d4d4d5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d4d4d5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#d4d4d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d5',GradientType=0 ); /* IE6-9 */
	border-top: 3px solid #B7B7B7;
	border-bottom: 3px solid #245DA3;
}
.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu ul li {
	border-left: 1px solid #cacacb;
	border-right: 1px solid #eaeaeb;
	display: inline-block;
	float: left;
}
.main-menu > ul > li >  a {
	display: block;
	padding: 8px 17px 6px;
	text-decoration: none;
}
.main-menu > ul > li > a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4d4d5+0,ffffff+100 */
	background: #d4d4d5; /* Old browsers */
	background: -moz-linear-gradient(top, #d4d4d5 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d4d4d5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d4d4d5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.menu-item {
	padding-left: 30px;
	position: relative;
	text-align: left;
}
.menu-item i.fa {
	color: #507599;
	font-size: 22px;
	left: 0;
	padding-right: 5px;
	position: absolute;
	top: 7px;
}
.menu-item p {
	color: #245da3;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
}
.menu-item span {
	color: #000;
	font-size: 13px;
	text-transform: capitalize;
}
.main-menu > ul > li:last-child {
    border-right: medium none;
}
.main-menu > ul >li:first-child {
    border-left: medium none;
}
.main-menu ul li.dropdown {
	position: relative;
}
.main-menu ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	background-color: #FDFDFD;
	border-top: 1px solid #9c9c9c;
	border-left: 1px solid #d4d4d5;
	border-right: 1px solid #d4d4d5;
	z-index:1;
}
.main-menu ul li ul li {
	width: 100%;
	border-bottom: 1px solid #d4d4d5;
	border-left: none;
	border-right: none;
}
.main-menu ul li.dropdown:hover ul {
	display: block;
}
.main-menu ul li ul li a {
	display: block;
	padding: 6px 10px;
	color: #222;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
.main-menu ul li ul li a:hover {
	background-color: #D6D6D7;
	padding-left: 20px;

}
/* main-menu-area end */




/* Staff area start */
.staff1 {
	border: 1px solid rgb(209, 209, 209);
	padding: 10px;
	border-radius: 6px;
}
.staff1_left {
	float: left;
	text-align: center;
	height: 100%;
	min-width: 20%;
	padding-right: 10px;
}
.staff1_right {
	float: left;
	max-width: 80%;
	min-width: 60%;
}
.staff1_right h6 {
	font-weight: bold;
}
.staff1_right span {
	text-align: right;
	font-size: 11px;
	display: block;
}
.staff1_right > p {
	color: #666;
	font-size: 12px;
}
.bnr_box-1 {
	padding: 10px;
	text-align: center;
}
.bnr_box-1 a {
	display: inline-block;
}
/* Staff area end */

/* service-box area start */
.sgl-service-box {
	min-height: 110px;
	padding-left: 45px;
	position: relative;
}
.sgl-service-box a img {
    left: 0;
    position: absolute;
    top: 0;
}
.sgl-service-box h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sgl-service-box h4 a {
    color: #245da3;
    text-decoration: none;
}
.sgl-service-box p a {
    color: #636363;
}
.sgl-service-box a:hover {
    color: #f8b62b;
    text-decoration: underline;
}
.sgl-service-box h4 a:hover {
    color: #245da3;
    text-decoration: none;
}
/* service-box area end */





.cmn_list {
}
.cmn_list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cmn_list ul li {
	margin-bottom: 6px;
	padding: 3px 12px;
}
.cmn_list ul li:nth-child(2n) {
    background: #edf4de none repeat scroll 0 0;
}

.cmn_list2 ul li div a:hover {
    color: #f8b62b;
    text-decoration: underline;
}








.footer_area {
    background: #f5f5f5 none repeat scroll 0 0;
}
.footer_menu {
	border-top: 1px solid #245da3;
	margin-bottom: 20px;
	padding-top: 15px;
	text-align: center;
}
.footer_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer_menu ul li {
    border-right: 1px solid #999;
    display: inline-block;
    padding: 0 10px;
}
.footer_menu ul li:last-child {
    border: medium none;
}
.footer-bottom {
    padding: 10px 15px;
}

.footer-logo img {
    width: 100%;
}




/* reason page CSS start*/
.breadcrumb-style .breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 12px;
  margin-top: 20px;
}

.reason_top_banner img {
    position: relative;
    width: 100%;
}
.reason_top_banner h3 {
  margin-top: 4%;
  padding: 30px;
  position: absolute;
  top: 0;
}

.sub_c_inside {
  margin: 0;
  padding: 8px 0;
}

.reason-content p {
    line-height: 22px;
}

.sub_normal_menu{
	float:right;
}

.border-sub {
  border-top: 1px dotted #000;
  padding: 10px 0;
}

.inquiry_banner img{
	width:100%;
	margin-bottom:30px;
}

.sub_c_inside img {
  width: 230px;
}

.breadcrumb > li + li::before {
  display:none;
}
/* reason page CSS end*/




/* order btn CSS start */
.order_btn {
	background: #BC1B21 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 15px 0 0 15px;
	margin-top: -114px;
	position: fixed;
	right: -1px;
	text-align: center;
	top: 50%;
	transition: all 0.35s ease 0s;
	width: 55px;
	z-index: 999999;
}
.order_btn:hover {
	background: #FF862B none repeat scroll 0 0;
}
.order_btn a {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	padding: 5px;
	width: 55px;
}
/* order btn CSS end */



/* guide page css start */
.proc_contents_text ul {
    list-style: outside none square;
}
.proc_contents_text li {
  line-height: 30px;
}
.proc_contents_title {
  /* border-bottom: 1px dotted red; */
  margin-left: 30px;
  max-width: 273px;
}
.proc_contents_title h4{
	font-weight:bold;
}
.proc_contents_text {
  border-bottom: 1px dotted #000;
  margin-left: 30px;
}
.proc_contents_box {
  background-image: url("../img/bottom-arrow.jpg");
  background-repeat: no-repeat;
  height: 155px;
  margin-left: 30px;
}
.proc_contents_box_none {
  height: 155px;
  margin-left: 30px;
}

.sub_title_menu {
    border: 1px solid #838080;
    padding: 10px;
}
.sub_title_menu > a {
	margin:0;
}
.p_blue{
	color:#4c62b1;
}
.sub_title_menu_inside {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}
.banner_midashi{
	background-image:url("../img/sub_l_midashi.jpg");
	background-size:cover;
	  height: 155px;
}
/* guide page css end */




/* price page css start */
.table {
    border-collapse: collapse;
    border-spacing: 0;
    width:70%;
    border: 1px solid #ddd;
}
td {
    text-align: left;
    padding: 8px;
	border: 1px solid #ddd;
	background:#FFF;
	text-align:center;
}
table.table tbody td:nth-child(1) {
    background: #E9F5D8;
	font-weight:bold;
	text-align:left;
}
.bg-grey{
	background-color:#F7F8F4;
}
.price_contents p {
  padding: 5px;
}
.border-sub-none {
  padding: 10px 15px;
}
.price_content h2{
  border-bottom: 1px dotted #739145;
  border-left: 8px solid #739145;
  color: #61655c;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 3px 5px;
  width: 100%;
}
.price_table .tbody td:nth-child(1) {
    background:#fff;
	font-weight:normal;
	text-align:center;
}
.price_table .tbody th {
    background:#000;
	font-weight:normal;
	text-align:center;
}
.cpx1 table.table tbody th {
    background: #E9F5D8;
	border:1px solid #ddd;
}
.cpx1 table.table tbody td:nth-child(1) {
    background: #fff;
	font-weight:normal;
	text-align:left;
}
.web_table table.table tbody td:nth-child(1) {
  background: #fff;
  font-weight: normal;
  text-align: left;
}
.web_table table.table tbody th {
    background: #E9F5D8;
	border:1px solid #ddd;
}
table.table.web_tbl {
    width: 100%;
}
table.table.web_tbl tr th {
    text-align: center;
}
table.table.web_tbl tr th:nth-child(1) {
    width: 25%;
}
table.table.web_tbl tr th:nth-child(2) {
    width: 30%;
}
table.table.web_tbl tr th:nth-child(3) {
    width: 45%;
}
table.table.web_tbl tr td {
    text-align: left;
}
table.table.web_tbl tr td ul {
    margin: 0;
    padding-left: 15px;
}
/* price page css end */



/* Company Index page start */
.flex {
	display: flex;
}
.f-wrap {
	flex-wrap: wrap;
}
.sub_bnr_bg {
	background: url('../img/sub_banner.jpg') center center no-repeat;
	height: 90px;
	background-size: cover;
}
.sub_bnr .h1 {
	border-bottom: none;
	margin-top: 35px;
}
.inline-menu {
	display: block;
	margin-top: 10px;
}
.inline-menu ul {
	padding: 0px;
	margin-top: 10px
	/* box-sizing: content-box; */
}
.inline-menu ul li {
	width: 16.6666666667%;
	border: 1px dashed #c6cbd2;
	background-color: #f8f8f8;
	text-align: center;
	float: left;
}
.inline-menu ul li a {
	display: block;
	padding: 5px;
}
.inline-menu ul li a:hover {
	background-color: #e6eaef;
	color: #7f7f7c;
}
.text_p {
	padding-left: 15px;
}
.text_p ul {
    list-style: outside none none;
    padding-left: 15px;
}
.text_p a:hover {
    color: #f8b62b;
}
.inline-menu ul {
    list-style: outside none none;
}
/* Company Index page end */




/* Guide page Start */
li.list_style2 {
	margin-bottom: 15px;
}
ul li.list_style2 ul {
	background: url('../img/arrow.jpg') no-repeat left;
	background-size: 25px 100%;
	margin-left: 0px;
	padding-left: 30px;
}
li.list_style2 ul p {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	border-bottom: dotted 1px #FA8072;
	margin: 0;
	padding: 5px 3px;
	margin-bottom: 10px;
}
li.br_bottom1 {
	border-bottom: 1px dotted #8DA69C;
}
.list_style2>ul>li {
	padding-left: 15px;
}
li.list_style2 div.br_bottom1 {
	background: url('../img/arrow-down.gif') no-repeat left;
	margin-left: 0px;
	padding: 7px 0px;
	padding-left: 30px;
	display: block;
}
/* Guide page End */



/* Back to top Menu */

.btt {
	text-align: right;
	border-top: 1px dotted gray;
	padding: 10px 0px;
}

.btt_menu {
	float: right;
}

.btt_menu ul li {
	display: inline-block;
	border-right: 1px solid gray;
	margin-top: 5px;
}

.btt_menu ul li:last-child {
	border: none;
}

.btt_menu ul li a {
	display: block;
	padding: 0px 5px;
}

.text_p li {
	padding: 2px;
}

.text_p img {
	margin: 0 auto;
}



/* onsei page start */
.audio_icon img {
    margin-top: -15px;
    max-width: 150px;
}
.audio_player {
    background: #d7d0cd none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 5px 5px 0;
}
.a_player_title p {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 5px;
}
.audio_content p {
    margin-bottom: 5px;
}
.narration_contents_title {
  border-bottom: 1px dotted red;
  max-width: 273px;
  margin-top: 5px;
  margin-bottom: 5px;
}
li.list_style2 ul li.liHead {
    border-bottom: 1px dotted #fa8072;
    font-size: 13px;
    font-weight: bold;
    max-width: 250px;
}

/* onsei page end */





/* translation page css start */
.trans_banner {
	border-bottom: 1px solid #ddd;
	position: relative;
}
.trans_banner img {
    width: 100%;
}
a.trans_banner_btn {
	background: red none repeat scroll 0 0;
	border-radius: 10px;
	height: 130px;
	opacity: 0;
	position: absolute;
	right: 42px;
	top: 43px;
	width: 255px;
}
ul.trans_title_list {
    list-style: outside none none;
    padding-left: 55px;
}
ul.trans_title_list li {
    border-bottom: 2px dotted #e2e2e2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
ul.trans_title_list li span.trans_title_no {
    background: #fe9710 none repeat scroll 0 0;
    border: 2px solid #f8b62b;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    text-align: center;
    width: 28px;
}
.trans_title a .trans_link_btn {
	background-color: red;
	background-image: url("../img/staff_btn.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
	height: 60px;
	width: 180px;
}
.trans_title a:hover .trans_link_btn {
	background-color: red;
	background-image: url("../img/staff_btn.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
	height: 60px;
	width: 180px;
}
.trans_menu {
	background-image: url("../img/title_menu_bg.jpg");
	background-repeat: repeat;
	box-shadow: 0 0 4px 0 #999;
	padding: 10px 30px;
}
.trans_menu a {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 2px;
    padding: 5px 10px;
}
.trans_menu a:hover {
    background: #00ADEF none repeat scroll 0 0;
    color:#fff;
}
.trans_menu2 {
    background: #333 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    margin-top: 10px;
    overflow: hidden;
}
.trans_menu2 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.trans_menu2 ul li {
    margin: 0;
    padding: 0;
}
.trans_menu2 ul li a {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #aaa;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 5px 20px;
}
.trans_menu2 ul li a i.fa {
    margin-right: 5px;
}
.trans_menu2 ul li a:hover {
    background: transparent none repeat scroll 0 0;
    color: #fff;
}
.big_title h2 {
    background: #0072bb none repeat scroll 0 0;
    color: #fef300;
    font-size: 25px;
    font-weight: bold;
    padding: 8px 7px 7px;
    text-shadow: 2px 2px #222;
}
.sgl_promo-box img {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.sgl_promo_text {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 10px;
    min-height: 125px;
    padding: 10px;
}

/* promo_menu css start*/
.promo_menu {
    height: 36px;
    position: relative;
    width: 100%;
}
.promo_menu_list {
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 1;
}
.menu_border {
	border-bottom: 2px dotted #ddd;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 0;
}
.promo_menu_list ul {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 4px;
}
.promo_menu_list ul li {
    display: inline-block;
    margin: 0 1px;
}
.promo_menu_list ul li a {
    background: #ddd none repeat scroll 0 0;
    border-radius: 15px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 20px;
	opacity:.65;
}
.promo_menu_list ul li a:hover {
	opacity:1;
}
.promo_menu_list ul li.btn_blue a {
    background: #01bff3 none repeat scroll 0 0;
    color: #fff;
}
.promo_menu_list ul li.btn_gree a {
    background: #a3df4b none repeat scroll 0 0;
    color: #fff;
}
.promo_menu_list ul li.btn_red a {
    background: #ec145b none repeat scroll 0 0;
    color: #fff;
}
/* promo_menu css end*/

.promo_hi-work img {
    width: 100%;
}

.down {
	
}
.down h4 {
	font-weight: bolder;
	padding-left: 30px;
	margin-bottom: 30px;
}
.tContentsOne {
	border-bottom: 2px dashed #dadada;
	padding-bottom: 10px;
	margin-top: 10px;
}
.imgCenter {
	margin: auto;
}
.txtP {
	margin-top: 10px;
	padding-top: 10px;
}
.tContentsOne .txtP > h4 {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 5px;
	padding: 0px;
}
.colorGreen{
	color: green;
}
.colorDarkBlue {
	color: #0072BB;
}
.colorPink {
	color: #F16CAB;
}
.transEsti h4 {
	font-weight: bolder;
	margin-bottom: 5px;
}
.transEsti ul {
	padding: 0px;
	margin: 0px;
}
.transContent8{
	margin-top: 20px;
	margin-left: 10px;
}

.transContent8  li {
	font-size: 18px;
	font-weight: bolder;

}
.transContent8Users {
	margin-top: 20px;
}
.transContent8Users .staff1_right {
	margin-top: 5px;
}
.transContent8Users .staff1_right h6 {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #EEEEEE;
	border-radius: 10px;
}
/* ==Staff area start== */
.staff1 {
	border: 1px solid rgb(209, 209, 209);
	padding: 10px;
	border-radius: 6px;
}

.staff1_left {
	float: left;
	text-align: center;
	height: 100%;
	min-width: 20%;
	max-width: 20%;
	padding-right: 10px;
}

.staff1_right {
	float: left;
	max-width: 80%;
	min-width: 60%;
}

.staff1_right h6 {
	font-weight: bold;
}

.staff1_right span {
	text-align: right;
	font-size: 11px;
	display: block;
}

.staff1_right>p {
	color: #666;
	font-size: 12px;
}

.bnr_box-1 {
	padding: 10px;
}

.bnr_box-1 a {
	text-align: center;
	display: block;
}

.bnr_box-1 img {
	margin: 0 auto;
}/* ==Staff area end== */


/* translation page css end */



	
/* DTP PAGE START */
.dtp-content{
	margin-bottom:20px;
}
.dtp-content > p {
  padding: 7px 0 0 60px;
}
.dtp-content > h3 {
  padding: 7px 0 0 60px;
}
.dtp_single_line P{
   padding: 7px 0 0 79px;
}
.red{
	color: red;
	font-weight:bold;
}
.dtp_inside_content {
  margin-top: 15px;
}
.dtp_border{
	border-bottom:2px dotted #FF6600;
}
.dtp_inside {
  padding: 15px;
}
.dtn_t_header > h3 {
  border-bottom: 2px solid #ff6600;
  margin-top: 7px;
}
.dtn_t_header_globe > h3 {
  border-bottom: 2px solid #8FE4F8;
  margin-top: 7px;
}
.dtp_h_icon {
	float:left;
}
.reason-content.dtp_content {
    font-weight: bold;
    margin-top: 20px;
    padding-left: 67px;
}
.dtp_img img{
	margin:auto;
}
.dtp_img_content {
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
.dtp_img_content > p {
    padding: 5px;
}
.dtp_title p{
	text-align:center;
}
.border-bottom1{
	border-bottom:1px solid #CCCCCC;
}
.border-bottom2{
	border-bottom:2px dotted #CCCCCC;
	margin-top:20px;
	margin-bottom:20px;
}
.dtp_trans {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding: 10px;
}
.dtp_trans_con p{
	padding:5px;
}
.dtp_trans_con {
	border-bottom:4px solid #CCCCCC;
}
.dtp_section_2 ul li {
  line-height: 26px;
  list-style: outside none none;
}

/* END DTP PAGE */



/* DIAGONISS PAGE */
.header02 {
	background: url('../img/header02.jpg') center center no-repeat;
	height: 245px;
	background-size: cover;
}
.header02 h3 {
  color: #3d3a3b;
  font-size: 35px;
  font-weight: bold;
  margin-left: 45px;
}
.sub_title_menu_none {
    padding: 10px;
}
.sub_title_menu_diagonis {
  margin: 0 auto;
  max-width: 720px;
  padding: 25px 0;
  text-align: center;
}
.sub_title_menu_diagonis a{
  border-bottom:3px solid #09c;
}
.sub_title_menu_diagonis a:hover{
  border-bottom:3px solid #CC3333;
}
.digoniss_title img{
	width:100%;
}
.ct_box_1 {
    padding: 20px;
}
.ct_box_2 {
    padding: 20px;
}
.ct_box_2 img{
	margin-bottom:10px;
}
.ct_box_1 img {
    width: 100%;
}
.ct_box_1_pad0 > img {
  width: 70%;
}
.ct_box_1_pad0 {
    padding-left: 20px;
}
.color_menu {
  border-top: 3px dotted #aaa;
  padding: 20px 0;
}
.color_menu ul li a {
    padding: 11px;
}
.color_menu ul {
    float: right;
}
.red a {
  color: #fff;
  font-weight:bold;
  background:#FC636B;
}
.green a{
	color: #fff;
	font-weight:bold;
	background-color: #ACD373;
}
.blue a{
	color: #fff;
	font-weight:bold;
	background-color: #6DCFF6;
}
.d_sec_4 {
	padding:15px ;
}
.col-sm-12 > ul > li {
    line-height: 26px;
}
.d_sec_5 table tbody td {
    text-align: left;
	border:1px solid #636363;
}
.d_sec_5 table tbody th {
    text-align: center;
	border:1px solid #636363;
	padding:15px;
	background-image: url("../img/th-design.jpg");
	color:#282828;
	font-weight:bold;
	background-repeat:no-repeat;
	background-size:cover;
}
.digoniss_title > h3 {
  background: #0072bb none repeat scroll 0 0;
  color: yellow;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 25px;
  text-align: right;
  text-shadow: 2px 2px 2px #000;
}
/* END DIAGONISS PAGE */

/* Toiawase Page Start */
.cnt_form {}

.inputTxtOne {
	padding:0px 10px;
	min-height:33px;
	font-size: 13px;
	font-weight: bolder;
}

.inputTxtOne p {
	padding-top: 5px;
}

.inputTxtThree {
	padding: 0px 10px;
	min-height: 33px;
}

.inputTxtThree p {
	padding-top: 5px;
}

form.border2 {
	border: 1px solid #888;
}

.formbg{
	position: relative;
}
.formbg::before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
	background-color: #F7F7F7;
	z-index: -1;
}
.width100{
	width: 100%;
}
.border_b1 {
    border-bottom: 1px solid #c3c3c3;
}

.color_red {
color: red;
}

.padding_tb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.form_chckbox {
	margin: 2px 7px;
}

.form_chckbox input {
	margin-right: 5px;
}

.form_chckbox p {
	display: inline-block;
}

.min_height100 {
	height: 100px;
}

.sendbtn {
	padding: 7px 30px;
	border-radius: 20px;
	background-color: #eee;
	border: 1px solid #999;
	font-size: 18px;
	letter-spacing: 8px;
}

.sendbtn:hover {
	text-decoration: none;
	background-color: rgb(129, 129, 129);
	color: #fff;
}
/* Toiawase Page End */



/* narration page start */
.narra_title {
    border-bottom: 2px dotted #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.narra_title2 {
    border-bottom: 2px solid #3385ad;
    margin-bottom: 20px;
    padding-bottom: 3px;
}
.margin_l25{
	margin-left:25px;
}
.inq-border {
    border-color: #ff6600;
    border-style: dashed dashed solid;
    border-width: 1px;
    display: block;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 2px;
}
.sgl_interview {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.img-center {
    margin: 0 auto;
}
/* narration page end */

/* =====  Question & Answer start ===== */
.qaOne {
	margin-bottom: 20px;
}
.question {
	padding: 5px 40px;
    border-bottom: 1px solid #dadada;
    font-weight: bolder;
    font-size: 14px;
    color: #001070;
    position: relative;
}
.qn {
	position: absolute;
    top: 5px;
    left: 10px;
    font-size: 16px;
}
.answer {
	padding: 5px 45px;
    position: relative;
}

.an {
	position: absolute;
    top: 2px;
    left: 11px;
    font-size: 16px;
    font-weight: bold;
}

/* =====  Question & Answer ends ===== */
















/* DTP Outline Index  Start */
.fontPreviewOne {
	margin-bottom: 10px;
}
.fontPreviewOne p {
	padding: 5px 30px;
	background-color: #DBDFF1;
	margin-bottom: 4px;
}

.osOneLeft {
	float: left;
	width: 20%;
}
.osOneRight {
	float: left;
	width: 80%;
	padding-top: 15px;
}

.appOne {
	margin-bottom: 10px;
}
.appOneLeft {
	float: left;
	width: 15%;
}
.appOneRight {	
	float: left;
	width: 85%;
	padding-top: 15px;
}

.designerOne {
	border-bottom: 5px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-bottom: 20px;
}
.designerName p  {
	padding: 5px 0px;
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 15px;
}

.specialSkill {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.designerAchievements {
	margin-bottom: 10px;
}

.flowBoxOne {
	padding: 20px 0px;
	border-bottom: 2px dashed #ccc;
}

.marginLeft90 {
	margin-left: 90px;
}
.marginLeft70 {
	margin-left: 70px;
}

.faqBlockOne {
	padding: 15px;
}

.faqBlockOne ul {
  margin-left: 50px;
  margin-top: 10px;
  padding: 0;
}

.faqBlockOne ul li {
	color: #0072BB;
}

.d_sec_5 table tbody td {
	text-align: left;
	border: 1px solid #636363;
}
.d_sec_5 table tbody th {
	text-align: center;
	border: 1px solid #636363;
	padding: 15px;
	background-image: url("../img/th-design.jpg");
	color: #282828;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: cover;
}

.dBlock a {
	display: block;
}
/* DTP Outline Index  Ends */



/* google custom search*/
.gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: rgba(255, 255, 255, 0) !important;
	background-color: transparent !important;
}
.cse .gsc-control-cse,
.gsc-control-cse {
	padding: 0px !important;
}
.gsib_a {
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding: 0px 0px !important;
}
input.gsc-search-button.gsc-search-button-v2 {
	box-sizing: content-box;
}
.custom-search table.gsc-search-box td {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}
/* google custom search end */

.txtP h3 {
    margin-bottom: 20px;
}
.h4 {
    background-color: #F8F8F8;
    padding: 5px 15px;
    border-left: 5px solid #FFDF00;
    position: relative;
}
.h4:after {
    position: absolute;
    content: '';
    top: 0;
    left: 2px;
    height: 100%;
    width: 5px;
    background-color: #222;
}
.grey-button.send_btn {
    border: 1px solid #aaa;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 36px;
}
.grey-button.send_btn:hover {
    border: 1px solid #aaa;
    background: #aaa;
	color: #fff;
}

.thanksTxt h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #e0e0e0;
	margin-bottom: 35px;
}
.thanksTxt p {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
.thanksTxt ul li {
	text-align: right;
	font-size: 15px;
	margin-bottom: 3px;
}
ul li.listHead{
	border-bottom: 1px dotted #fa8072;
	font-size: 13px;
	font-weight: bold;
	max-width: 250px;	
}
ul li.dot_border_bottom {
    border-bottom: 1px dotted #999;
    margin: 8px 0;
	max-width:75%;
}

/* March 19, 2020 */
.banner_title-2 h2 {
  font-size: 49px;
}

.h1 a {
	color: #61655c;
}

.footer-contnact p {
	color: #fff;
}

/* theme css start */
.sub_contents_textbx {
	height: auto;
	text-align:left;
	margin-left:10px;
	margin-top:20px;
}
.sub_contents_textbx_cla {
	text-align:left;
	margin-left:10px;
}
.sub_contents_text {
	margin:0 0 5px 20px;
	padding:5px 0;
	text-align:left;
	font-size:12px;
	line-height:20px;
}
.sub_contents_text2 {
	margin:0 0 5px 40px;
	padding:5px 0;
	text-align:left;
	font-size:12px;
	line-height:20px;
}

/* midashi */
.sub_contents_midashi {
	font-size:16px;
	color:#3f3f3f;
	font-weight:bold;
	border-left:8px solid #245da3;
	border-bottom:1px solid #245da3;
	margin:0 0 5px 5px;
	padding:10px 0 3px 6px;
	line-height:17px;
}
.sub_contents_midashi a:link,.sub_contents_midashi a:visited{
	text-decoration:none;
	color:#3f3f3f;
}
.sub_contents_midashi a:hover{
	text-decoration:none;
	color:#3f3f3f;
}
.sub_contents_midashi2 {
	font-size:14px;
	color:#000;
	border-bottom:dotted 1px #739145;
	border-left:solid 8px #739145;
	margin:10px 0 15px;
	padding-left:10px;
}
.sub_contents_midashi2 a:link,.sub_contents_midashi2 a:visited{
	text-decoration:none;
	color:#000000;
}
.sub_contents_midashi2 a:hover{
	text-decoration:none;
	color:#000000;
}
.sub_contents_midashi3 {
	font-size:14px;
	color:#000;
	width:640px;
	border-bottom:dotted 1px #abb1a2;
	margin-left:40px;
}
.sub_contents_midashi4 {
	font-size:13px;
	color:#000;
	width:255px;
	border-bottom:dotted 1px #FA8072;
	margin-bottom:5px;
	padding:5px 0 3px 0;
}
.sub_contents_midashi5 {
	font-size:13px;
	color:#666;
	font-weight:bold;
	width:255px;
	border-bottom:dotted 1px #FA8072;
	margin:0;
	padding:3px 0 3px 0;
}
.sub_contents_midashi6 {
	font-size:16px;
	color:#3f3f3f;
	font-weight:bold;
	border-left:8px solid #245da3;
	border-bottom:1px solid #245da3;
	margin:0 0 5px 5px;
	padding:10px 0 3px 6px;
	line-height:17px;
	clear:both;
}


.sub_nomal_menu{
	text-align:right;
	font-size:12px;
	padding:3px 3px 10px 0;
	margin-left:17px;
	margin-top:0;
	border-top:1px dotted #5b86ba;
}
.sub_nomal_menu a:link,.sub_nomal_menu a:visited{
	color: #61655c;
	text-decoration:none;
}
.sub_nomal_menu a:hover{
	color: #787d72;
	text-decoration:none;
}

.proc_sub_textbox {
	/* background:url(../../img/process_arr.gif) no-repeat left; */
	background:url(../img/process_arr.gif) no-repeat left;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
	padding:0;
}
.proc_sub_textbox_bot {
	background:url(../img/process_arr_bot.gif) no-repeat left;
	height:16px;
	padding:0;
	margin-left:10px;
}
.sub_contents_midashi5 {
	font-size:13px;
	color:#666;
	font-weight:bold;
	width:255px;
	border-bottom:dotted 1px #FA8072;
	margin:0;
	padding:3px 0 3px 0;
}
.proc_contents_text {
	color:#636363;
	font-size:12px;
	margin:5px 0px 0px 30px;
	padding:5px 0 10px 15px;
	line-height:1.8;
	border-bottom:1px dotted #b1b1b1;
}
.footer-contnact {
	color: #fff;
	font-weight: bold;
}

.proc_contents_title2 {
	height:28px;
	padding:0 0 0 5px;
	margin-left:14px;
}
.proc_contents_text2 {
	color:#636363;
	font-size:12px;
	margin:8px 0px 0px 10px;
	padding:3px 0 10px 5px;
	line-height:1.8;
	border-bottom:1px dotted #b1b1b1;
}


.sub_contents_text_L {
	color:#636363;
	font-size:14px;
	width:690px;
	margin-top:8px;
	padding:7px 0 15px 10px;
	line-height:1.8;
}
.sub_contents_text_L .right_ali {
	text-align:right;
	margin-right:150px;
}
.sub_contents_bot {
	color:#636363;
	font-size:14px;
	margin-top:8px;
	padding:7px 0 15px 30px;
	line-height:1.8;
	float:left;
}
.sub_contents_bot_k {
	font-size:12px;
	width:250px;
	margin-top:28px;
	margin-left:440px;
}
.sub_contents_bot_k a:link,.sub_contents_bot_k a:visited{
	color:#448aca;
	line-height:18px;
	text-decoration:underline;
}
.sub_contents_bot_k a:hover{
	color:#5b99d2;
	text-decoration:underline;
}
.sub_contents_bot img {
	border:0;
	margin-top:10px;
}
.results_textbx_sel .cli_box_l, .results_textbx_not .cli_box_l {
	width: 100%;
	text-decoration:none;
	font-size:12px;
	color:#555555;
	margin-bottom: 5px;
	padding-left:7px;
	background:#edf4de;	
}
.results_textbx_sel .cli_box_ss, .results_textbx_not .cli_box_ss {
	width:100%;
	text-decoration:none;
	font-size:12px;
	color:#555555;
	margin-bottom:5px;
	padding-left:7px;
	background:#edf4de;	
}
.results_textbx_sel .cli_box_r, .results_textbx_not .cli_box_r  {
	width:100%;
	text-decoration:none;
	font-size:12px;
	margin-bottom:5px;
	padding-left:7px;
}

/* price.html */
.pric_tb_720 {
	list-style: none;
	line-height:28px;
	font-size:12px;
	padding:10px;
	padding-left:15px;
	background:#f7f8f4;
}
/* 会社案内 */
.sub_contents_text2 .mail_img {
	width:200px;
	height:20px;
	padding:0;
	margin:0;
}

/*	price.html
---------------------*/

.cpx1 {
	width:auto;
	border-collapse: collapse;
	border: #A0B1C5 1px solid;
	background:#FFFFFF;
	color: #666666;
}

.cpx1 td{
	background:#FFFFFF;
}
.cpx1 th {
	background:#e9f5d8;
	text-align: center;
	font-weight: bold;
}

.cpx1 th, .cpx1 td{
	padding:3px 5px 3px 5px;
	border-right: #A0B1C5 solid 1px;
	border-bottom: #A0B1C5 dotted 1px;
}

.cpx2 {
	width:auto;
	border-collapse: collapse;
	border: #A0B1C5 1px solid;
	background:#FFFFFF;
	color: #666666;
}

.cpx2 td{
	background:#FFFFFF;
	text-align: center;
}
.cpx2 th {
	background:#e9f5d8;
	text-align:left;
	font-weight: bold;
}


.cpx2 th, .cpx2 td{
	padding:3px 5px 3px 5px;
	border-right: #A0B1C5 solid 1px;
	border-bottom: #A0B1C5 dotted 1px;
}


/* 見積り｜料金表｜page_top｜home */
*html .sub_nomal_menu {
	width:100%;
	float:left;
	margin-left:8.5px;
	padding:0;
}
.sub_nomal_menu{
	width:100%;
	float:left;
	text-align:right;
	font-size:12px;
	padding:3px 3px 10px 0;
	margin-left:17px;
	margin-top:0;
	border-top:1px dotted #5b86ba;
}
.sub_nomal_menu a:link,.sub_nomal_menu a:visited{
	color: #61655c;
	text-decoration:none;
}
.sub_nomal_menu a:hover{
	color: #787d72;
	text-decoration:none;
}
.sub_nomal_menu2{
	width:98%;
	font-size:12px;
	text-align:right;
	padding:3px 3px 10px 0;
	margin:10px 0 5px 17px;
}
.sub_nomal_menu2 a:link,.sub_nomal_menu2 a:visited{
	color: #61655c;
	text-decoration:none;
}
.sub_nomal_menu2 a:hover{
	color: #787d72;
	text-decoration:none;
}
.sub_nomal_menu3{
	width:100%;
	font-size:12px;
	text-align:right;
	padding:3px 3px 10px 0;
	margin:10px 0 5px 17px;
	float:left;
}
.sub_nomal_menu2 a:link,.sub_nomal_menu2 a:visited{
	color: #61655c;
	text-decoration:none;
}
.sub_nomal_menu2 a:hover{
	color: #787d72;
	text-decoration:none;
}
/* narration */
.sub_contents_text_narra {
	margin:0 0 5px 20px;
	width:100%;
	height:230px;
	padding:5px 0 5px 0;
	text-align:left;
	font-size:12px;
	line-height:20px;
	background:url(../../img/studio01.jpg) right top no-repeat;
}
.sub_contents_text_narra_2 {
	margin:0 0 5px 20px;
	width:100%;
	height:260px;
	padding:5px 200px 5px 0;
	text-align:left;
	font-size:12px;
	line-height:20px;
	background:url(../../img/studio02.jpg) right top no-repeat;
}
/* voice_sample */
*html .voi_contents_text {
	margin:0 0 5px 10px;
	width:680px;
	padding:5px 0;
	float:left;
}
.voi_contents_text {
	margin:0 0 5px 20px;
	width:680px;
	padding:5px 0;
	text-align:left;
	font-size:12px;
	line-height:20px;
	float:left;
}
.voi_contents_text .voitext {
	padding:10px;
	float:left;
}
.voi_top {
	width:320px;
	height:20px;
	margin-bottom:8px;
	padding:5px 15px 5px;
	color:#666;
	font-size:14px;
	font-weight:bold;
	float:left;
	background:#d7d0cd;
}
.voi_swf {
	width:200px;
	height:20px;
	float:right;
	padding:5px 10px 5px 0;
	margin-bottom:8px;
	background:#d7d0cd;
}
.voi_img {
	width:120px;
	height:120px;
	background-position:top;
	background-position:left;
	border:0;
	margin:0;
	padding:0;
	float:left;
}
.sub_contents_bot img {
	border:0;
	float:left;
	margin-top:10px;
}
/* theme css end */

.margin_auto {
  margin: auto;
}