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

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

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:0;
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: 0;
    margin: 0;
}


p{
	padding:0;
	margin:0;
}

nav,header,footer{display:block;}


@media(min-width:481px){
	
.br_mo{
		display: none;
	}
	
#container{
	width:100%;
	min-width:1220px;
}


header{
	width:100%;
	min-width:1220px;
	margin: 0 auto;
}

#header{
	width:100%;
	min-width:1220px;
	background-image:url(../images/h_bg.png);
	background-repeat:repeat-x;
	margin: 0 auto;
	
}

.h_con{
	width:1220px;
	height:320px;
	margin:0 auto;
	padding:0;
}

.h_text{
	width:100%;
	height:30px;
	margin:0 auto;
	font-size:14px;
	line-height:25px;
	text-align:center;
	padding-top:10px;
	background-color:#D9D9D9; 
	font-weight: 100;
}


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


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

#footer2{
	width:100%;
	min-width:1220px;
	height:60px;
	background-color:#D9D9D9;
}

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

.ft_con{
	width:1220px;
	height:80px;
	margin:0 auto;
	padding-top:20px;
}

.ft_menu{
	width:1220px;
	text-align:center;
	font-size:14px;
	margin-top:10px;
	color:#000;
}

.ft_menu2{
	display:none;
}


.ft_title{
	width:135px;
	height:20px;
	background-image:url(../images/contents.png);
	background-repeat:no-repeat;
	margin:0 auto;
}

}



@media(max-width:480px){ 
	
#container{
    width:100%;
	margin: 0 auto;
	overflow: hidden;
	min-width: 380px;
}


header{
    width:100%;
	margin: 0 auto;
}

#header{
    width:100%;
	background-image:url(../images/h_bg.png);
	background-repeat:repeat-x;
	margin: 0 auto;
	
}

.h_con{
    width:100%;
	height:330px;
	padding-bottom:20px;
	margin: 0 auto;
}

.h_text{
    width:100%;
	margin:0 auto;
	padding:10px 10px 10px;
	box-sizing: border-box;
	font-size:14px;
	line-height:25px;
	text-align:center;
	background-color:#D9D9D9;
}


footer{
    width:100%;
	margin: 0 auto;
	
}


#footer{
    width:100%;
	background-color:#E6E6E6;
	margin: 0 auto;
}

#footer2{
    width:100%;
	height:60px;
	background-color:#D9D9D9;
	margin: 0 auto;
}

.ft_copy{
	width:94%;
	height:43px;
	margin:0 auto;
	background-image:url(../images/copyright.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:0px;
	padding-bottom:20px;
}

.ft_con{
    width:90%;
	margin:0 auto;
	padding:20px 0;
}

.ft_menu{
	display:none;
}

.ft_menu2{
	width:360px;
	text-align:center;
	font-size:14px;
	padding-top:20px;
	margin:0 auto;
	color:#000;
}
	
	
.ft_menu2 a{
	display: block;
	margin-bottom:1px;
}

.ft_title{
	width:135px;
	height:20px;
	background-image:url(../images/contents.png);
	background-repeat:no-repeat;
	margin:0 auto;
}

}

