﻿/*-----------------------------------------------------------------------------------

　　　　Clear

-----------------------------------------------------------------------------------*/
body{
	width:100%;
	word-wrap:break-word;/*firefox,ie用のoverflow-wrap*/
	overflow-wrap : break-word;
}
*{
        margin:0;
	padding:0;
}
html{   
        height:100%;
}
html, body, table, tr, td, th, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, img,form,select,option {
	margin:0;
	padding:0;
}
img{
        border:none;
}
table{
        border:none;
}
ul,li,ol{
        list-style:none;
}

/*---------------------------------------------------- base ------------- */

a {
    text-decoration: none;
}
.clear{
    clear: both;
    width: 0;
    font-size: 0px;
}
.absolute{
    position: absolute;
    text-align:left;
}
/*----------------------------------------------------ナビゲーション部------------- */

.footer {
    width: 100%;
    padding:30px 0 10px 0;
    margin:0px auto;
    background-color: ##3D4767;
    color: #FFF;
}

/*------------------------------------コピーライト部--------- */

#footer-end {
    width: 100%;
    height: 50px;
    padding-top:20px;
    margin:0px auto;
    background-color: #3D4767;
    color: #FFF;
}
#footer-end ul{
    width: 100%;
    margin: 0px auto;
}
#footer-end li{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 11px;
    list-style-type: none;
}


 
 
}