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

/* Headline Background **********************************************************/

@media screen and (min-width:1000px)
and (orientation : landscape) {

.bg-holder .title h1 {
	font-size: 4.0em;
}

.bg-holder .title2 h1 {
	font-size: 4.0em;
}

.bg-holder .title p {
	font-size: 1.3em;
}

.bg-holder .title .info {
	font-size: 0.9em;
}


/* Subline Background ***********************************************************/

@media screen and (min-width: 840px) 
and (orientation: landscape) {
.bg-holder .subline p {
	font-size: 1.2em;
}

.bg-holder .subline li {
	font-size: 1.2em;
}
}

@media screen and (min-width: 1000px) 
and (orientation: landscape) {
.bg-holder .subline {
	width: 40%;
}

.bg-holder .subline-link {
	width: 50%;
}

.bg-holder .subline p {
	font-size: 1.3em;
}

.bg-holder .subline li {
	font-size: 1.3em;
}
}

/* Link Background ***********************************************************/

@media screen and (min-width:1000px) 
and (orientation : landscape){
.link a {
	width: 190px;
	height: 300px;
}
}

@media screen and (min-width:1100px) 
and (orientation : landscape){
.link a {
	width: 250px;
	height: 350px;
}
}

@media screen and (min-width:1550px) 
and (orientation : landscape){
.link a {
	width: 300px;
	height: 450px;
}
}

@media screen and (min-width:1850px) 
and (orientation : landscape){
.link a {
	width: 350px;
	height: 580px;
}
}

