@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial, Helvetica;
}
a:link {
	color: #08315e;
	text-decoration: none; 
}
a:visited {
	color: blue;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.h_hover :hover {
	outline:none;
    filter: alpha( opacity=80 );  /*  IE  */
    opacity:0.8;                 /*  Firefox,Opera,Safari  */
    -moz-opacity:0.8;           /*  Firefox 0.9より前  */
}

#wrapper {
	margin: 0 auto;
	font-size:100%;
	color: #151515;
	line-height:150%;
	overflow:hidden;
	width: 850px;
}

#siteFooter{
	font-size: 85%;
	float: right;
}
.pad_top10{
	padding-top: 10px;
}
.main_visual img{
	width: 100%;
	height: auto;
}
ol li{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 102%;
	color: #B8B8B8
}
.aCt{
	color: #000000;
	font-size: 150%;
	margin-bottom: 15px;
	padding-top: 0px;
	font-weight: bold;
}
.name{
	font-size: 130%;
	margin-top: 0px;
	padding-top: 0px;
}
.message{
	font-size: 150%;
	
}
.list{
	font-size: 120%;
	font-weight: bold;
	background-color: #B8B8B8;
	color: #ffffff;
	padding: 5px 0 5px 5px;
}
.border_list{
	border-bottom: 1px solid #B8B8B8;
}

@media (max-width: 480px) {
.main_visual img {
	width: 100%;
	height: auto;
}
#wrapper{
	width: 100%;
}
}
@media (min-width: 1650px) {
.main_visual img {
	width: 100%;
	height: auto;
}
#wrapper{
	width: 100%;
}
}