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

/* 警告文 */
.alert-box {
	text-align: center;
	padding: 50px;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0 auto;
	background-color: #FF0000;
	line-height: 28px;
}
.alert-box span {
	font-size: 30px;
}
.alert-box a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.alert-box a:hover {
	color: #FFDB00;
}
/* 警告文 */

body {
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
i {
	padding:0px 5px;
}
p,ul {
	margin:0px;
	padding:0px;
}
li {
	list-style:none;
}
.jumbotron {
	margin:0px;
	padding:0px;
	background-color:#FFF;
}
.borderless {
	border:none;
}