@charset "utf-8";
/* CSS Document */

gbl-breadcrumbs ul li a {
    padding-right: 8px;
    color: #111;
    text-decoration: none;
}
.gbl-breadcrumbs ul li {
    display: inline;
    padding-right: 5px;
    margin-bottom: 5px;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
}
p{
	padding: 0;
	margin: 0;
}
h1{
	background:#532e11;
	color: #FFFFFF;
	text-align: center;
}
.dl a{
	color:#fff;
	text-decoration: none;
}
.dl {
	background:#0078da;
	background-image:url(../img/top_dl_hover.png);
	background-position: 180px;
	background-repeat:no-repeat;
	color:#fff;
	border:1px solid #0078da;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width:200px;
	padding:8px 0 8px 30px;
	font-size:22px;
	margin: 30px auto;
	text-decoration: none;
}
.dl:hover a{
	color:#2aa6d0;
}
.dl:hover{
	background:url(../img/top_dl.png) no-repeat 180px;
	color:#2aa6d0;
	border:1px solid #2aa6d0;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	width:200px;
	padding:8px 0 8px 30px;
	font-size:22px;
}

.text{
	margin: 20px 0 50px;
	overflow: hidden;
}
.text_in{
	width: 230px;
	float: left;
	font-size: 16px;
	margin-left: 23px;

}
.text_in img{
	width: 100%;
	border: 1px solid #BCBCBC;
}
.text_title{
	font-weight: bold;
	color: #D30003;
	font-size: 19px;
}

@media only screen and (max-width: 768px){
#wrapper{
	width: 100%;
	margin: 0 auto;
}
	#main_img,#main_img img,.text{
		width: 100%;
	}
	.text_in{
		width: 32%;
		margin-left: 1%;
	}
}


