 html, body {
	height: 0;
 }

 div.img {
	margin: 25px auto;
	text-align: center;
 }

 div.img img {
	width: 50%;
	height: auto;
 }

 div.contents h2 {
	border-bottom: 3px solid; 
	border-image: linear-gradient(to right, #0000c2 0%, #ffffff 100%);
	border-image-slice: 1; 
	color: #000;
 }

 div.contents h2 span {
	color: #0000c2;
 }

 section {
	margin: 40px 0;
 }

 section > p, section > div {
	width: 95%;
	margin: 0 auto;
 }

 .profile div{
	border-top: 1px solid #9595c1;
 }

 .profile dl{
	background-color: #d6d6ff;
	border-collapse: separate;
	border-spacing: 0px;
	border-left: 1px solid #9595c1;
	border-bottom: 1px solid #9595c1;
	margin: 0;
 }

 .profile dt{
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	color: #000;
 }

 .profile dd{
	background-color: #fafafa;
	line-height: 1.7;
 }

 .profile dd a{
	color: #000;
	text-decoration: underline;
 }

 .profile dd a:hover{
	color: #0061c2;
	text-decoration: underline;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
 }

 .profile dd ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
 }


@media screen and (min-width: 1031px){ 

 div.img {
	width: 1030px;
 }

}


@media screen and (min-width: 901px){ 

 div.contents {
	width: 900px;
 }

}


@media screen and (min-width: 781px){ 

 div.contents {
	font-size: 15px;
 }

 .profile dt{
	width: 20%;
 }

 .profile dd{
	margin-left: 20%;
 }

}


@media screen and (max-width: 780px){ 

 .product div {
	text-align: center;
 }

}


@media screen and (min-width: 481px) and (max-width: 780px){

 div.contents {
	font-size: 14px;
 }

 .profile dt{
	width: 25%;
 } 

 .profile dd{
	/*width: 75.1%;*/
	margin-left: 25%;
 }

}


@media screen and (min-width: 481px){ 

 .profile dt{
	float: left;
	clear: both;
	padding: 15px 10px;
 } 

 .profile dd{
	padding: 15px 20px;
	border-left: 1px solid #9595c1;
	border-right: 1px solid #9595c1;
 }

}

 .business div {
	margin: 15px auto;
 }


@media screen and (max-width: 780px){ 

 .business div {
	margin: 15px auto;
	text-align: center;
 }

}


@media screen and (max-width: 480px){ 

 div.contents {
	font-size: 12px;
 }

 .title img {
	width: 90%;
 }
 
 div.img img {
	width: 90%;
	height: auto;
 }

 .profile dl{
	border-right: 1px solid #9595c1;
 }

 .profile dt{
	width: 100%;
	padding: 3%;
 } 

 .profile dd{
	width: 100%;
	padding: 3%;
	margin: 0;
	line-height: 2em;
 }

 .product img {
	width: 90%;
	height: auto;
 }

}