﻿@charset"uft-8";
@import "inquiry01.css";
@media screen and (min-width: 450px) {

body{ 
     min-width:1280px;
     max-width:1920px;
     margin:215px auto;
     width: 100%;
     background-color:#555;
}
.header {
    background:url(../images/imgbg_bg_o_L.png) repeat;
    
   min-width:1280px;
    max-width:1920px;
	position:relative;
    z-index:11000;
    overflow:hidden;
}

.header .header_log{
    height:150px;
    min-width:1280px;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    background:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
}


.header .header_log a{ text-decoration:none;}

.header .header_log .header_img1{
    margin:10px 20px 0 10%;
    height:130px;
    width:auto;
    float:left;
}

.header .header_log div{
    margin:0 10% 0px 20px;
    padding:105px 0 0px 180px;
    font-size:45%;
    font-weight:500;
    color:#FFF;
}

.header .header_log .contact{
    padding:13px 0 13px 25px;
    border-radius:2px;
    border:solid 1px #FFF;
    color:#FFF;
    background:url(../images/contact.png) 20px 14px no-repeat;
    font-size:15px;
    text-align:center;
    width:150px;
    float:right;
    margin:-99px 10% 0 0 ;
    transition-duration:0.5s;
}

.header .header_log .contact:hover{
    background:url(../images/contact.png) 20px 14px no-repeat,#ea8d36;
}
.navi{ min-width:1280px;
    max-width:1920px;
    margin:0 auto;
  width: 100%;
    margin:0;
    position:relative;
    height:65px;
    z-index: 10000;
}

.navi ul{
    margin-left:10%;
    min-width:1280px;
    zoom:1;
    }

.navi ul:before,.header ul:after{
    content:""; display:table;
}

.navi ul:after{
    clear:both;

}

.navi ul li{
    float:left;
}

.navi ul li:first-child{
}

.navi ul .nav1,
.navi ul .nav4{
    width:210px;
}

.navi ul .nav2{
    width:190px;
}
.navi ul .nav3{
    width:280px;
}

.navi ul li a{
    display:block;
    position:relative;
    padding:20.5px 0;
    text-align:center;
    font-size:25%;
    color:#fff;
    text-decoration:none;
    transition-duration:0.5s;
}

.navi ul li a:hover,
.navi ul li a:active,
.navi ul li a.current,
.navi ul li a.active{
    background-color:#ea8d36;
}

.navi ul li a.active:after{
    content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -12px;
}
.fixed {
    position: fixed;
    top: 0;
   min-width:1280px;
    max-width:1920px;
    padding-top:150px;
    margin-top:-150px;
    width: 100%;
    z-index: 10000;
    background:url(../images/imgbg_bg_o_L.png) repeat ;
}
#top_01{
	margin: 0 auto;
    margin-top:-215px;
    padding-top:215px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/imgbg_osirix.png);
    background-color:#FFF;
	
	min-width: 1280px;
	height: 400px;
	
	z-index: 9000;
	position: relative;
}

#top_01 div{
    padding:15px;
    margin-left:10%;
    width:800px;
    background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0.8),rgba(255,255,255,0));
}
#top_01 h2{
    text-align:left;
    margin:5px 10px 10px 16px;
    color:#663300;
    font-weight:900;
    font-size:30px;
}

#top_01 h3{
    text-align:left;
    margin:0px 10px 10px 0px;
    color:#663300;
    font-size:35%;
}
#top_01 div span{
    border-bottom:1px solid #CD424F;
    width:750px;
}
#top_01  .top_01-tx{
    margin-left:0;
    background:none;
    width:700px;
}

.top_01-tx p{
    margin:5px;
    color:#666666;
    font-size:23%;
    line-height:2em;
}

#top_01 div .logo {
    margin:0;   
    width:550px;
    background:none;

}

.top_01-tx ul{
    margin-bottom:25px;
    list-style-type: disc;
}

#top_01 div .top_01-tx ul li{
    list-style-type: disc;
    color:#ea8d36;
    margin:5px;
    font-size:22%;
}
div .logo img{
    float:left;
    margin:7px;
}

#top_01 div .logo_2{
    clear:both;
    margin:2px;
}
#top_02{
	margin: 0 auto;
    margin-top:-215px;
    padding-top:215px;
	
	background-repeat: no-repeat;
	background-position: left 65px;
	background-image: url(../images/NRI.png);
    background-color:#FFF;

	height: 370px;
	max-width: 1920px;
	min-width: 1280px;
	z-index: 8500;
	position: relative;
}

#top_02 div{
    float:right;        
    padding:15px;
    margin-right:10%;
    width:560px; 
    background:linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0.8),rgba(255,255,255,0))left;

}

#top_02 h2{
    text-align:left;
    margin:5px 10px 10px 16px;
    color:#663300;
    font-weight:900;
    font-size:30px;
}

#top_02 div .top_02-tx{
    float:left;
    max-width:550px;
    margin:0;
    padding-top:15px;
}

.top_02-tx h3{
    color:#663300;
    margin-top:15px;
    font-size:35%;
}

.top_02-tx ul{
    margin-bottom:25px;
    list-style-type: disc;
}

#top_02 div .top_02-tx ul li{
    list-style-type: disc;
    color:#228C00;
    margin:5px;
    font-size:22%;
}
.top_02-tx p{
    margin:5px;
    color:#666666;
    font-size:23%;
    line-height:2em;
    margin-bottom:35px;
}

#top_02 div span{
    border-bottom:1px solid #CD424F;
    width:555px;
}

#top_02  .top_02-img{
    float:left;
    margin:14px 0 0 2px;
    width:500px;
    margin-left:10%;
}

#top_02  .top_02-img .img_01{
    margin:10px auto;
    display:block;
}

#top_02 .top_02-img .img_02{
    margin:55px 0 0 15px;
}
#top_02 .top_02-img .img_03{
    float:right;
    margin:37px 0 0 0;
}

#top_03{
    margin:0 auto;
    
    margin-top:-215px;
    padding-top:215px;
    min-width:1280px;
    height:480px;
	background: url(../images/bg_cpnet.png) right 215px no-repeat;
    background-color:#FFF;

    z-index:7500;
    position:relative
}

#top_03 div{
    padding:15px;
    margin-left:10%;
    width:560px;
    background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,1),rgba

(255,255,255,0.8),rgba(255,255,255,0));
	
}
#top_03 h2{
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #663300;
	font-weight: 900;
	font-size: 30px;
	margin-left: 8px;
}

#top_03 div span{
    border-bottom:1px solid #CD424F;
    width:670px;
}
#top_03  div .top_03-tx{
    margin-left:0;
    background:none;
    width:650px;
    padding-left:5px;
}

.top_03-tx p{
    margin:5px;
    color:#666666;
    font-size:23%;
    line-height:2em;
}

#top_03 div .logo {
    margin:0;   
    width:550px;
    background:none;

}

#top_04{
    margin:0 auto;    
    margin-top:-215px;
    padding-top:215px;
    height:660px;
    max-width:1920px;
    min-width:1280px; 
    background:url(../images/gluon_bg3.png) left 215px no-repeat;
    background-color:#FFF;

    z-index:7000;
    position:relative
}

#top_04 div{
    float:right;        
    padding:15px 0px 0 0;
    margin-right:10%;
    width:800px; 
    background:linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,1),rgba

(255,255,255,0.8),rgba(255,255,255,0))left;

}

#top_04 h2{
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #663300;
	font-weight: 900;
	font-size: 30px;
	margin-left: 8px;
}

#top_04 div .top_04-tx{
    float:left;
    width:730px;
    margin-left:10px;
    padding-top:15px;
}

.top_04-tx h3{
    color:#663300;
    margin-top:15px;
    font-size:35%;
}

.top_04-tx ul{
    margin-bottom:25px;
    list-style-type: disc;
}

#top_04 div .top_04-tx ul li{
    list-style-type: disc;
    color:#ea8d36;
    margin:5px;
    font-size:22%;
}
.top_04-tx p{
    margin:5px;
    color:#666666;
    font-size:23%;
    line-height:2em;
    margin-bottom:35px;
}

#top_04 div span{
    border-bottom:1px solid #CD424F;
    width:770px;
}

#top_04  .top_04-img{
    float:left;
    margin:14px 0 0 2px;
    width:500px;
    margin-left:10%;
}

#top_04  .top_04-img .img_01{
    margin:10px auto;
    display:block;
}

#top_04 .top_04-img .img_02{
    margin:55px 0 0 15px;
}
#top_04 .top_04-img .img_03{
    float:right;
    margin:37px 0 0 0;
}
div .logo img{
    float:left;
    margin:7px;
}

#top_03 div .logo_2{
    clear:both;
    margin:2px;
}
div .logo img{
    float:left;
    margin:7px;
}

#top_03 div .logo_2{
    clear:both;
    margin:2px;
}

.footer { min-width:1280px;
    max-width:1920px;
    margin:0 auto;
  width: 100%;
    height:170px;
    background:url(../images/imgbg_bg_o_L.png);
    padding-top:55px;
}

.footer ul{
    border-bottom:1px solid #FFF;
    width:680px;
    padding-bottom:35px;
    margin:10px;
    margin-left:10%;
}

.footer ul li{
    display:block;
    float:left;
    padding:0 13px;
    border-left:solid 1px #FFF;
    color:#FFF;
    font-size:20%;
}
.footer ul li a{
    color:#FFF;
    text-decoration:none;
}

.footer ul li a:hover{
    text-decoration:underline;
}
.footer ul li:first-child{
    border-left:none;
    padding-left:5px;
}

.footer p{
    margin:10px;
    margin-top:0;
    color:#FFF;
    float:left;
    font-size:20%;
    margin-left:10%;
}
.footer p img{
    margin:0 5px 0 0;
    height:17px;
    width:auto;
}
.footer div{
    float:right;
    margin-top:-80px;
    margin-right:10%;
}
.footer div img{
    height:140px;
    width:auto;
    display:block;
    margin:0 auto;
}

.footer div h4{
    margin:5px;
    font-size:28%;
    color:#FFF;
}
.footer a{
text-decoration:none;
}

#top_01 .under_o,
#top_03 .under_o,
#top_02 .under_o,
#top_04 .under_o{
	margin: 0 auto;
	padding:0;
	display: block;
	height: 10px;
	max-width: 100%;
	background: url(../images/under_o.png);
	min-width: 100%;
    z-index:9999;
    position:relative
}
}
@media screen and (max-width: 450px) and (min-width:366px) {
	body{ 
     
     margin:0 auto;
     width: 100%;
     background-color:#555;
	 margin-top:210px;
}


.header {
    background:url(../images/imgbg_bg_o_L.png);
    position:relative;
    z-index:10000;
    overflow:hidden;
    height:210px;
    /*padding-top:150px;
    margin-top:-150px;*/
}

.header .header_log div{
    margin:-20% 10% 0px 20px;
    padding:0% 0 0px 23%;
    font-size:240%;
    font-weight:500;
    color:#FFF;
}
.header .header_log{
    height:136px;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    background:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    font-size:21%;
    margin:0;
	position:relative;
}

.header .header_log a{ text-decoration:none;}

.header .header_log .header_img1{
      margin:2% 0px 8% 20px;
    height:55%;
    width:auto;
}

.header .header_log .contact{
    padding:2% 0 2% 25px;
    border-top:solid 1px #FFF;
    border-bottom:solid 1px #FFF;
    color:#FFF;
    background:url(../images/contact.png)30% 40% no-repeat;
    font-size:15px;
    text-align:center;
	clear:both;
    width:100%;
    transition-duration:0.5s;
	margin:0;
	bottom:0;
	position:absolute;
}

.header .header_log .contact:hover {
    background:url(../images/contact.png)30% 40% no-repeat #ea8d36;
}


h2{ padding-top:25px;}

.navi{
    margin:0;
    position:relative;
    height:74px;
    z-index: 1000000;
}
.fixed {
    position: fixed;
    top: 0;
	height:210px;
    width: 100%;
    z-index: 10000;
    background:url(../images/imgbg_bg_o_L.png) repeat ;
}
.navi ul{
    margin:0% 1%;;
    zoom:1;
	height:100%;
    }

.navi ul:before,.header ul:after{
    content:""; display:table;
}

.navi ul:after{
    clear:both;

}

.navi ul li{
    float:left;
}

.navi ul li:first-child{
}

.navi ul .nav1,
.navi ul .nav2,
.navi ul .nav3,
.navi ul .nav4{
    width:50%;
	height:50%;
}

.navi ul li a{
   display:block;
    position:relative;
    padding:4% 1%;
    text-align:lwft;
    font-size:24%;
    color:#fff;
    text-decoration:none;
    transition-duration:0.5s;
}


.navi ul li a.active:after{
    content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -12px;
}

#top_01{
	background: #FFF;
	/*margin:0 auto;*/
	width:100%;
	z-index: 9900;
	height: 550px;
	margin-top: -210px;
	padding-top: 210px;
	z-index: 9000;
	position: relative;
}

#top_01 div{
    margin-left:5%;
    padding:15px;
    padding-left:0
}
#top_01 h2{ text-align:left;
    margin:1%;;
    font-weight:900;
    font-size:30px;
    padding:0;
    text-align:left;
    color:#663300;
}

#top_01 h3{
    text-align:left;
    margin:2% 0 1%px 0;
    color:#663300;
    font-size:35%;
}
#top_01 div span{
    border-bottom:1px solid #CD424F;
    width:95%;;
}
#top_01  .top_01-tx{
   margin-left:0;
    float:left;
}

.top_01-tx p{
    color:#666666;
    margin:1px;
    font-size:25%;
}


.top_01-tx ul{
    margin-left:2%;
    margin-bottom:10px;
}

#top_01 div .top_01-tx ul li{
    list-style-type: disc;
    color:#ea8d36;
    margin:4px;
    font-size:25%;
	letter-spacing:-0.03em;
}
#top_02{
	background-color: #FFFFFF;
	width:100%;
	height: 300px;
	margin-top: -210px;
	padding-top: 210px;
	z-index: 8600;
	position: relative;
	background-position: center bottom;
}

#top_02 div{
    margin-left:5%;
    padding:15px;
    padding-left:0

}

#top_02 h2{
    text-align: left;
    margin:1%;;
	 color:#663300;	
	font-weight: 900;
	font-size: 30px;
	padding: 0;
}

#top_02 div .top_02-tx{
   float:left;
    margin-left:0;
    padding-left:0;
}

.top_02-tx h3{
    color:#663300;
    margin-top:15px;
    font-size:35%;
}

.top_02-tx p{
    color:#666666;
    margin:1px;
    font-size:25%;

}

#top_02 div span{
    border-bottom:1px solid #CD424F;
    width: 95%;
}

#top_02  .top_02-img{
    float:left;
    margin:14px 0 0 2px;
    width:500px;
    margin-left:10%;
}

#top_02  .top_02-img .img_01{
    margin:10px auto;
    display:block;
}

#top_02 .top_02-img .img_02{
    margin:55px 0 0 15px;
}
#top_02 .top_02-img .img_03{
    float:right;
    margin:37px 0 0 0;
}
#top_03{
	background-color: #FFFFFF;
	width:100%;
	height: 700px;
	margin-top: -210px;
	padding-top: 210px;
	z-index: 8500;
	position: relative;
	background-position: center bottom;
}

#top_03 div{
    margin-left:5%;
    padding:15px;
    padding-left:0

}

#top_03 h2{
    text-align: left;
    margin:1%;
	 color:#663300;	
	font-weight: 900;
	font-size: 30px;
	padding: 0;
}

#top_03 div .top_03-tx{
   float:left;
    margin-left:0;
    padding-left:0;
}

.top_03-tx h3{
    color:#663300;
    margin-top:15px;
    font-size:35%;
}

.top_03-tx p{
    color:#666666;
    margin:1px;
    font-size:25%;

}

#top_03 div span{
    border-bottom:1px solid #CD424F;
    width: 95%;
}

#top_04{
	background-color: #FFFFFF;
	width:100%;
	height: 780px;
	margin-top: -210px;
	padding-top: 210px;
	z-index: 7000;
	position: relative;
	background-position: center bottom;
}

#top_04 div{
    margin-left:5%;
    padding:15px;
    padding-left:0

}

#top_04 h2{
    text-align: left;
    margin:1%;
	 color:#663300;	
	font-weight: 900;
	font-size: 30px;
	padding: 0;
}

#top_04 div .top_02-tx{
   float:left;
    margin-left:0;
    padding-left:0;
}

.top_04-tx h3{
    color:#663300;
    margin:2% 0 1%px 0;
    font-size:35%;
}

.top_04-tx p{
    color:#666666;
    margin:1px;
    font-size:25%;

}

#top_04 div span{
    border-bottom:1px solid #CD424F;
    width: 95%;
}

.top_04-tx ul{
    margin-left:2%;
    margin-bottom:10px;
}

#top_04 div .top_04-tx ul li{
    list-style-type: disc;
    color:#ea8d36;
    margin:4px;
    font-size:25%;
}
div .logo img{
    float:left;
    margin:7px;
}

#top_04 div .logo_2{
    clear:both;
    margin:2px;
}

.footer {
    margin:0 auto;
    height:220px;
	width:100%;
    background: url(../images/imgbg_bg_o_L.png);
    padding-top:1%;
	padding-bottom:1%;
    
}

.footer ul{
	width: 90%;
	padding-bottom: 35px;
	margin: 1% auto;
}
.footer span{	
	border-bottom: 1px solid #FFF;
	width:90%;
	margin:0 auto;
	margin-top:17%;
}
.footer ul li{
    display:block;
    float:left;
    padding:1% 2%;
    border-right:solid 1px #FFF;
    color:#FFF;
    font-size:24%;
}


.footer ul li a {
    text-decoration:none;
    color:#FFF;
}
.footer ul li a:hover {
    text-decoration:underline;
}
.footer ul li:nth-child(5){
    border-right:none;
    padding-left:5px;
}

.footer p{
	width:90%;
    margin:1% auto;
    color:#FFF;
    font-size:20%;

}

.footer p img{
    margin:0 5px 0 0;
    height:17px;
    width:auto;
}

.footer div{
	width:68%;
	height:35%;
	margin:2% auto;
	margin-bottom:0;
}
.footer div img{
     margin:0;
    height:70%;
    width:auto;
	float:left;
}
.footer div h4{ 
    margin:2%;;
    font-weight:900;
    font-size:40%;
    padding:0;
    text-align:left;
    color:#FFF;
	float:left;
}

#top_01 .under_o,
#top_03 .under_o,
#top_02 .under_o,
#top_04 .under_o{
	margin: 0 auto;
	padding:0;
	display: block;
	height: 10px;
	max-width: 100%;
	background: url(../images/under_o.png);
	min-width: 100%;
    z-index:9999;
    position:relative
}
}
@media screen and (max-width: 365px) {
	body{ 
     
     margin:0 auto;
     width: 100%;
     background-color:#555;
	 margin-top:210px;
}

.header .header_log div{
    margin:-25% 10% 0px 20px;
    padding:0% 0 0px 23%;
    font-size:210%;
    font-weight:500;
    color:#FFF;
}
.header {
    background:url(../images/imgbg_bg_o_L.png);
    position:relative;
    z-index:10000;
    overflow:hidden;
    height:210px;
    /*padding-top:150px;
    margin-top:-150px;*/
}

.header .header_log{
    height:136px;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    background:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    font-size:21%;
    margin:0;
	position:relative;
}

.header .header_log a{ text-decoration:none;}

.header .header_log .header_img1{
      margin:2% 0px 8% 20px;
    height:55%;
    width:auto;
}

.header .header_log .contact{
    padding:2% 0 2% 25px;
    border-top:solid 1px #FFF;
    border-bottom:solid 1px #FFF;
    color:#FFF;
    background:url(../images/contact.png)30% 40% no-repeat;
    font-size:15px;
    text-align:center;
	clear:both;
    width:100%;
    transition-duration:0.5s;
	margin:0;
	bottom:0;
	position:absolute;
}

.header .header_log .contact:hover {
    background:url(../images/contact.png)30% 40% no-repeat #ea8d36;
}


h2{ padding-top:25px;}

.navi{
    margin:0;
    position:relative;
    height:74px;
    z-index: 10000;
}

.navi ul{
    margin:0% 1%;;
    zoom:1;
	height:100%;
    }

.navi ul:before,.header ul:after{
    content:""; display:table;
}

.navi ul:after{
    clear:both;

}

.navi ul li{
    float:left;
}

.navi ul li:first-child{
}

.navi ul .nav1,
.navi ul .nav2,
.navi ul .nav3,
.navi ul .nav4{
    width:50%;
	height:50%;
}

.navi ul li a{
   display:block;
    position:relative;
    padding:4% 1%;
    text-align:lwft;
    font-size:20%;
    color:#fff;
    text-decoration:none;
    transition-duration:0.5s;
}

.navi ul li a.active:after{
    content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -12px;
}

.fixed {
    position: fixed;
    top: 0;
	height:210px;
    width: 100%;
    z-index: 10000;
    background:url(../images/imgbg_bg_o_L.png) repeat ;
}
#top_01{
	background: #FFF;
	/*margin:0 auto;*/
	width:100%;
	z-index: 9900;
	height: 600px;
	margin-top: -210px;
	padding-top: 210px;
	z-index: 9000;
	position: relative;
}

#top_01 div{
    margin-left:5%;
    padding:15px;
    padding-left:0
}
#top_01 h2{ text-align:left;
    margin:1%;;
    font-weight:900;
    font-size:40%;
    padding:0;
    text-align:left;
    color:#663300;
}

#top_01 h3{
    text-align:left;
    margin:2% 0 1% 0;
    color:#663300;
    font-size:35%;
}
#top_01 div span{
    border-bottom:1px solid #CD424F;
    width:95%;;
}
#top_01  .top_01-tx{
   margin-left:0;
    float:left;
}

.top_01-tx p{
    color:#666666;
    margin:1px;
    font-size:25%;
}


.top_01-tx ul{
    margin-left:2%;
    margin-bottom:10px;
}

#top_01 div .top_01-tx ul li{
    list-style-type: disc;
    color:#ea8d36;
    margin:4px;
    font-size:25%;
}
#top_02{
	background-color: #FFFFFF;
	width:100%;
	height: 330px;
	margin-top: -210px;
	padding-top: 210px;
	z-index: 8500;
	position: relative;
	background-position: center bottom;
}

#top_02 div{
    margin-left:5%;
    padding:15px;
    padding-left:0

}

#top_02 h2{
    text-align: left;
    margin:1%;;
	 color:#663300;	
	font-weight: 900;
    font-size:40%;
	padding: 0;
}

#top_02 div .top_02-tx{
   float:left;
    margin-left:0;
    padding-left:0;
}

.top_02-tx h3{
    color:#663300;
    margin-top:15px;
    font-size:35%;
}

.top_02-tx p{
    color:#666666;
    margin:1px;
    font-size:25%;

}

#top_02 div span{
    border-bottom:1px solid #CD424F;
    width: 95%;
}


#top_02  .top_02-img{
    float:left;
    margin:14px 0 0 2px;
    width:500px;
    margin-left:10%;
}

#top_02  .top_02-img .img_01{
    margin:10px auto;
    display:block;
}

#top_02 .top_02-img .img_02{
    margin:55px 0 0 15px;
}
#top_02 .top_02-img .img_03{
    float:right;
    margin:37px 0 0 0;
}
#top_03{
	background-color: #FFFFFF;
	width:100%;
	height: 800px;
	margin-top: -210px;
	padding-top: 210px;
	z-index: 8500;
	position: relative;
	background-position: center bottom;
}

#top_03 div{
    margin-left:5%;
    padding:15px;
    padding-left:0

}

#top_03 h2{
    text-align: left;
    margin:1%;
	 color:#663300;	
	font-weight: 900;
    font-size:40%;
	padding: 0;
}

#top_03 div .top_03-tx{
   float:left;
    margin-left:0;
    padding-left:0;
}

.top_03-tx h3{
    color:#663300;
    margin-top:15px;
    font-size:35%;
}

.top_03-tx p{
    color:#666666;
    margin:1px;
    font-size:25%;

}

#top_03 div span{
    border-bottom:1px solid #CD424F;
    width: 95%;
}

#top_04{
	background-color: #FFFFFF;
	width:100%;
	height: 800px;
	margin-top: -210px;
	padding-top: 210px;
	z-index: 7000;
	position: relative;
	background-position: center bottom;
}

#top_04 div{
    margin-left:5%;
    padding:15px;
    padding-left:0

}

#top_04 h2{
    text-align: left;
    margin:1%;
	 color:#663300;	
	font-weight: 900;
    font-size:40%;
	padding: 0;
}

#top_04 div .top_02-tx{
   float:left;
    margin-left:0;
    padding-left:0;
}

.top_04-tx h3{
    color:#663300;
    margin:2% 0 1% 0;
    font-size:35%;
}

.top_04-tx p{
    color:#666666;
    margin:1px;
    font-size:25%;

}

#top_04 div span{
    border-bottom:1px solid #CD424F;
    width: 95%;
}

.top_04-tx ul{
    margin-left:2%;
    margin-bottom:10px;
}

#top_04 div .top_04-tx ul li{
    list-style-type: disc;
    color:#ea8d36;
    margin:4px;
    font-size:25%;
}
div .logo img{
    float:left;
    margin:7px;
}

#top_04 div .logo_2{
    clear:both;
    margin:2px;
}

.footer {
    margin:0 auto;
    height:200px;
	width:100%;
    background: url(../images/imgbg_bg_o_L.png);
    padding-top:1%;
	padding-bottom:1%;
    
}

.footer ul{
	width: 95%;
	padding-bottom: 35px;
	margin: 1% auto;
}
.footer span{	
	border-bottom: 1px solid #FFF;
	width:90%;
	margin:0 auto;
	margin-top:17%;
}
.footer ul li{
    display:block;
    float:left;
    padding:1% 2%;
    border-right:solid 1px #FFF;
    color:#FFF;
    font-size:22%;
}


.footer ul li a {
    text-decoration:none;
    color:#FFF;
}
.footer ul li a:hover {
    text-decoration:underline;
}
.footer ul li:nth-child(5){
    border-right:none;
    padding-left:5px;
}

.footer p{
	width:90%;
    margin:1% auto;
    color:#FFF;
    font-size:18%;

}

.footer p img{
    margin:0 5px 0 0;
    height:17px;
    width:auto;
}

.footer div{
	width:80%;
	height:35%;
	margin:2% auto;
}
.footer div img{
     margin:0;
    height:70%;
    width:auto;
	float:left;
}
.footer div h4{ 
    margin:2%;;
    font-weight:900;
    font-size:40%;
    padding:0;
    text-align:left;
    color:#FFF;
	float:left;
}

#top_01 .under_o,
#top_03 .under_o,
#top_02 .under_o,
#top_04 .under_o{
	margin: 0 auto;
	padding:0;
	display: block;
	height: 10px;
	max-width: 100%;
	background: url(../images/under_o.png);
	min-width: 100%;
    z-index:9999;
    position:relative
}
}