@charset "UTF-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
	padding:0;
	display:block;
	margin:0;
	font-weight: 100;
}

html{
 /* IE以外 */
      margin-bottom:1px;
      height:100%;
      /* IE用 */
      overflow-y:scroll;
}

body {
font-size: 62.5%;
font-family:"ヒラギノ角ゴ Pro W",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
line-height: 1.8;
margin:0px 0px 0px 0px;
text-align:left;
width:100%;
height:100%;
background-color:#FFFFFF;
min-height:100%;
-webkit-text-size-adjust: none;
word-wrap:break-word;
}


body > #container {height:auto;}


.c-both {
    clear: both;
    padding: 0px;
    margin: 0px;
}


p{
	padding:0;
	margin:0;
}

nav,header,footer{display:block;}

address{
	font-style: normal;
}


@media(min-width:481px){
#container{
	width: 100%;
	min-width: 1200px;
	position:relative;
}


header{
	width:100%;
	height: 226px;
}

#header{
	width: 100%;
	min-width: 1200px;
	height: 226px;
	
}

.h_con{
	width: 319px;
	height: 166px;
	margin:0 auto;
	padding:30px 30px;
	
}
	
a.logo{
		display: block;
		width: 319px;
		height: 166px;
		background-image: url(../images/addvalue.png);
		background-repeat: no-repeat;
	}




footer{
	width: 100%;
	min-width: 1200px;
}


#footer{
	width: 100%;
	min-width: 1200px;
	background-color: #231815;
}

.ft_con{
	min-width: 1200px;
	height:40px;
	margin:0 auto;
	background-image:url(../images/copyright.png);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:15px;
}

}


@media(max-width:480px){
#container{
	width:480px;
}


header{
	width:480px;
	height: 226px;
}

#header{
	width:480px;
	height: 226px;
}




.h_con{
	width: 319px;
	height: 166px;
	margin:0 auto;
	padding:30px 30px;
	
}
	
a.logo{
		display: block;
		width: 319px;
		height: 166px;
		background-image: url(../images/addvalue.png);
		background-repeat: no-repeat;
	    background-size: 80%;
	    background-position: center center;
	}



.h_text{
	width:380px;
	margin:0 auto;
	font-size:14px;
	line-height:25px;
	text-align:left;
	padding-top:10px;
	color:#FFF;
}



.theTarget{
	display:none;
}


footer{
	width:480px;
}


#footer{
	width:480px;
	height:40px;
	background-color:#231815;
}

.ft_con{
	width:268px;
	height:20px;
	margin:0 auto;
	background-image:url(../images/copyright.png);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:10px;
	background-size:95%;
}

}