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

.main_img{
	width:100%;
	height:auto;
	/*background-image: url(images/main_img.jpg);
	background-size:100%;
	background-repeat:no-repeat;*/
	
}
.main_img img{
	width:100%;
}

#mainContainer h2{
	/*background-image: url(images/pagetitle.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	overflow: hidden;
}
#topicPath {
    text-align: right;
    width: 910px;
    margin: auto;
}


/* 追加======================================================================================================== */

@media screen and ( max-width:479px )
{
.contentpage{
	position: relative;
    width: 90%;
	margin: auto;
}
.pkg h1{
	margin-top:20px;	
}
}

/*---------------------------------------------------------------------------*/
@media screen and ( min-width:480px )
{
.contentpage{
	backgrounf-color:#fff;
	/*border:solid #ddd;*/
    text-align: left;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
	margin-top:30px;
	padding-top:30px;
	overflow: hidden;
}
 
topicPath{	width: 890px;
    margin: auto;
    text-align: right;
}
}