@charset "UTF-8";

div.index_top{
	width: 100%;
	height: 600px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
	overflow: hidden;
  	position: relative;
}

@media screen and (max-width: 768px) {
	div.index_top{
		height: 220px;
	}
	div.index_top img{
		height:155px;
	}

}
			
.title_area{
	width:100%;
	height:75%;
 	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

h2{
	margin-bottom:20px;
}

.information{
	margin:70px 0;
}

div.campaign{
	margin:40px 0 0 0;
	padding:0;
}

div.update span{
	display:block;
	margin-top:30px;
}

div.update p.data{
	text-decoration:underline;
}

p.notes{
	font-size:0.8em;
}

hr{
	width:100%;
	margin:0;
}

.more{
	margin-bottom:50px;
}
	
#top_link, #top_gallery,.link_list div{
	margin:40px 0;
    display: table;
    width: 100%;
}

#top_gallery ul{
	margin:0;
	padding:0;
}

#top_gallery div{
	margin:0;
    display: table;
    width: 100%;
}
#top_link  > a, #top_gallery div > a ,.link_list a {
    display: table-cell;
    border: 5px solid transparent;
}
#top_link img, #top_gallery div img,.link_list img {
    display: block;
    width: 100%;
}

@media screen and (max-width:640px){
#top_link, #top_gallery ,.link_list div {
    display: block;
    overflow: hidden;
    letter-spacing: -.4em;
	text-align:center;
}

#top_gallery ul{
	margin:0 auto;
}


#top_link  > a, #top_gallery div > a,.link_list a {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

#top_link  > a {
    width: 30%;
}
}



.tbl-common01 {  
    width: 80%;
    margin: 0 auto;
    border-bottom: none;
}

.tbl-common01 dt {  
    font-weight: bold;
	text-align:left;
}

.tbl-common01 dd {  
	text-align:left;
}

textarea{
	width:100%;
	height:7em;
	line-height:1.5em;
}

div.center{
	margin:20px;
}


/* PC
-------------------------------------------------- */
@media only screen and (min-width: 571px) {    
    .tbl-common01 dt,
    .tbl-common01 dd {
        padding: 10px;
    }
    
    .tbl-common01 dt {
        clear: both;
        float: left;
        width: 150px; /* 幅を指定 */
        border-top: 1px solid #FFFFFF;
    }
    
    .tbl-common01 dd {
        padding-left: 170px; /* dtの分、左にpaddingを取る */
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #666666;
        border-left: 1px solid #FFFFFF;
    }
}

/* スマホ
-------------------------------------------------- */
@media only screen and (max-width:570px) {
    
    .tbl-common01 dt,
    .tbl-common01 dd {
        padding: 10px 20px;
    }
    
    .tbl-common01 dt {
        float: none;
    }
    
    .tbl-common01 dd {
        border-top: 1px dashed #666666;
        border-bottom: 1px solid #666666;
		text-align:left;
    }
	
}

