@charset "Shift_JIS";
/* CSS Document */

#mainContainer{
	/*background-image: url(images/pagetitle.png);
	background-repeat: no-repeat;
	background-position: left 20px;*/
}

#mainContainer h2{
	height: 10px;
	overflow: hidden;
}

/* g======================================================================================================== */



#mainContainer .pageTop{
	text-align: right;
	display: block;
	clear: both;
	float: none;
	margin: 0 0 10px;
}

#mainContainer .pageTop a{
}

#mainContainer .pageTop a span{
	background-image: url(../images/arrow_top.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: right;
	padding: 0 0 0 20px;
	font-size: 10px;
	line-height: 20px;
}

#mainContainer dl.QandA{
	margin: 0 0 20px;
}

#mainContainer dl.QandA dt{
	background-image: url(images/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 35px;
	height: auto!important;
	height: 35px;
	padding: 0 0 0 45px;
	margin: 0 0 5px;
	display: block;
}

#mainContainer dl.QandA dt h4{
	font-size: 16px;
	line-height: 1.5em;
	padding: 7px 0 0;
}

#mainContainer dl.QandA dd{
	background-image: url(images/a.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding: 0 0 10px 65px;
	display: block;
	min-height: 35px;
	height: auto!important;
	height: 35px;
	margin: 0 0 20px;
	border-bottom: dotted 1px #8A735A;
}

#mainContainer dl.QandA dd p{
	padding: 7px 0 0;
}

/* ǉ======================================================================================================== */


/*---------------------------------------------------------------------------*/
@media screen and ( max-width:479px )
{
.contentpage{
	/*height:6170px;*/
	backgrounf-color:#fff;
    text-align: left;
    width: 90%;
    margin:30px auto 0 2%;
	padding-top:30px;
	overflow: hidden;
}
#container {
    position: relative;
}	
#mainContainer h3{
	height: auto;
	overflow: hidden;
	font-size: 16px;
    font-weight: 100;
	margin-bottom:30px;
}

#mainContainer h1{
    font-size: 22px;
    margin: 20px;	}	
}
/*---------------------------------------------------------------------------*/
@media screen and ( min-width:480px )
{
.contentpage{
	height:5500px;
	backgrounf-color:#fff;
	/*border:solid #ddd;*/
    text-align: left;
    width: 1024px;
    margin:30px auto 0;
	padding-top:30px;
	overflow: hidden;
}
#mainContainer h3{
	height: 150px;
	overflow: hidden;
	font-size: 20px;
    font-weight: 100;
}
	
}



