@charset "UTF-8";
/* CSS Document
Back Lavel*/
/******************/
@media (max-width:767px){
	.page_content {margin-top:15%}
	.page_content h2 img {width: 60%;}
	div.header{height:0;}
	div.header img{display:none;}
	div.min_nav_top {height:50px;}
}
@media (min-width:768px) {
	.page_content h2 img {width: 40%;}
	div.header img{display:none;}
	.bread {margin:1% 0;}
	div.min_nav_top { height: 60px;}
	.navbar-fixed-top,
	.navbar-fixed-bottom {position: fixed;}
	div.header {height:90px;}
}

.page_content h2 img {
	width: 70%;
	margin:1% 0 0;
}

div.page_content h3 {
	font-size: 200%;
	font-weight: bold;
}
div.page_content h3.dis {
	font-size: 180%;
	font-weight: normal;
}

ul li {
	font-size: 113%;
	line-height: 32px;
}

ul.in_navi li {
	width: 33.3%;
}

div.header img{
	width: 100%;
}

.page_content {
	background: url(../../../images/anshin/footer_visual.png) no-repeat bottom;
	background-size: contain;
	padding-bottom: 10%;
}

div.satsuma_mark {
	margin: 0px auto;
}
div.satsuma_mark hr {
	margin: 40px 0px;
	padding-top: 50px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #999;
	clear: both;
}

hr {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #999;
}

.page_content ol {
	padding: 0 0 0 25px
}
section.container_top {
	background: url(../../../images/nav_bg_top.png) repeat-x bottom;
	width: 100%;
	padding-bottom: 10px;
	margin: 0 0 1%;
}
