@charset "utf-8";
/*---------------------------- PC向けのスタイル ----------------------------*/
@media screen and (min-width: 1024px) {

a img{border: 0;}

a:hover img
{
opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}





.gide_contents {
	width: 1000px;
	display: block;
}
.gide_contents :after {
	content:"";
	display:block;
	clear:both
}

.gt_1 {
	display: block;
	margin-bottom: 5px;
	color: #333333;
	font-size: 23px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D3D3D3;
}
.dc_box {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: auto;
	background-color: #FFFFFF;
}
.dc_box :after {
	content:"";
	display:block;
	clear:both
}

.gcbox {
	display: block;
	top: 1px;
	bottom: 2px;
	color: #1D1D1D;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 20px;
	margin-bottom: 15px;
	height: auto;
	font-weight: normal;
}




.gcbox a {
	color: #3886FF;
	text-decoration: none;
}
.gcbox table {
  border-collapse: collapse;
  width: 100%;
}
.gcbox table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
.gcbox table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}
.dc_box hr {
	border-top: 1px solid #D3D3D3;
	margin-top: 30px;
}


.gcbox_1 {
	display: block;
	color: #333333;
	font-size: 15px;
	margin-top: 80px;
	margin-bottom: 5px;
}
ul li { list-style-type: none; }
}
/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media screen and (min-width:250px) and (max-width:1024px) {
/* CSS Document */
a img{border: 0;}

a:hover img
{
opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
	}





.gide_contents {
	display: block;
	max-width: 100%;
}
.gide_contents :after {
	content:"";
	display:block;
	clear:both
}

.gt_1 {
	display: block;
	margin-bottom: 5px;
	color: #333333;
	font-size: 23px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D3D3D3;
}
.dc_box {
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: auto;
	background-color: #FFFFFF;
	max-width: 100%;
}
.dc_box :after {
	content:"";
	display:block;
	clear:both
}

.gcbox {
	display: block;
	top: 1px;
	bottom: 2px;
	color: #1D1D1D;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 20px;
	margin-bottom: 15px;
	height: auto;
	font-weight: normal;
	max-width: 100%;
}




.gcbox a {
	color: #3886FF;
	text-decoration: none;
}
.gcbox table {
	border-collapse: collapse;
	height: auto;
	width: 100%;
}
.gcbox table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
.gcbox table th {
  background-color: #eee;
  text-align: center;
  width: 20%;
}
.dc_box hr {
	border-top: 1px solid #D3D3D3;
	margin-top: 30px;
}
.dc_box hr {
	border-top: 1px solid #D3D3D3;
	margin-top: 30px;
}


.gcbox_1 {
	display: block;
	color: #333333;
	font-size: 15px;
	margin-top: 80px;
	margin-bottom: 5px;
}
ul li { list-style-type: none; }
}
