@charset "UTF-8";
body {
    font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'Lucida Grande', Meiryo, sans-serif;
}
body,container,
h1,h2,h3,h4,div,p {
	padding: 0;
	margin: 0;
	border:0;
	font-size:100%;
	font-weight:normal;
}
.clear {
	clear:both;
}
img {
	border:none;
	margin:0;
	padding:0;
}

.container {
	width:100%;
	margin:0;
	padding:0;
}
.contents {
	max-width:1480px;
	margin:0 auto;
}
a {
	text-decoration:none;
}
.space {
	height:40px;
}

.more:hover,
.thum:hover,
.charge img:hover,
.foot_contact:hover,
.sns img:hover {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
.more,
.thum,
.charge img,
.foot_contact,
.sns img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}



@media (min-width:1024px) and (max-width:1479px){
.contents {
	max-width:1000px;
	margin:0 auto;
}
.space {
	height:48px;
}
}
@media (min-width:640px) and (max-width:1023px){
.contents {
	width:90%;
	margin:0 auto;
}
.space {
	height:24px;
}
}

/*  */
.content_body ul.requestionlist{
    margin-top: 0.5em !important;
    margin-bottom: 0 !important;
}
.content_body ul.requestionlist a.requestionlink {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

/* CSS Document */
