/* CSS Document */

.body_top{
	background-image: url(../images/intro/img_header_intro.jpg);
	background-size: 100% auto;
	background-position: 0  50px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.header_title{
	margin-top: 150px;
	background-color: rgba(255,255,255,0.80);
	text-align: center;
	padding: 5px 0 2px 0;
	font-size: 2.5vw;
	border-top: 2px solid rgba(252,252,252,1.00);
	border-bottom: 3px solid rgba(255,255,255,1.00);
	letter-spacing: 0.5em;
}
@media screen and (max-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
	header{
		min-height: 200px;
	}
}
@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
	header{
		min-height: 200px;
	}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
	header{
		min-height: 350px;
	}
}
@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
	header{
		min-height: 350px;
	}
}
.intro_subtitle{
	font-size: 18px;
	border-bottom: 1px solid rgba(169,207,172,1.00);
	font-weight: bold;
}
.intro_image{
	border: 1px solid rgba(100,100,100,1.00);
	background-color: rgba(255,255,255,1.00);
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}