/* 基本 -------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	padding:0;
	margin:0;
}
img, embed {
	max-width: 100%;
	height: auto;
}
object{
	max-width: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
	border:0px;
	vertical-align:middle;
}
body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	letter-spacing:0.08em;
	line-height:140%;
	color:#333333;
	overflow-x:hidden;
}
html{
	font-size: 62.5%;
}
body{
	font-size: 1.4rem;
}
p{
	padding-bottom:15px;
}
img{
	border:0px;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.cl{
	clear:both;
}
a{
	color:#2B6AEE;
}
a:hover{
	color:#2B6AEE;
	text-decoration:none;
}
a:visited{
	color:#2B6AEE;
	text-decoration:none;
}
.list{
	margin-left:20px;
	list-style-position:outside;
}
.kome{
	margin-left:1em;text-indent:-1em;
}

/* マウスオーバ -------------------------------------------------------------- */
a img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
nav a img:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


/* フォント -------------------------------------------------------------- */
.font-s{
	font-size:1.1rem;
}
.font-l{
	font-size:1.6rem;
	font-weight: bold;
	line-height:180%;
}
.font-ll{
	font-size:2.0rem;
	font-weight: bold;
	line-height:180%;
}
.font-red,
.red,
.msg{
	color:#FF0000;
	font-weight:bold;
}
.font-green{
	color:#51A127;
	font-weight:bold;
}
.font-pink{
	color:#DC5659;
	font-weight:bold;
}
.font-mizu{
	color:#0093C4;
	font-weight:bold;
}
.font-yellow{
	color:#D18801;
	font-weight:bold;
}
.font-blue{
	color:#0088EC;
	font-weight:bold;
}
.font-gray{
	color:#999;
	font-weight:bold;
}
.font-green{
	color:#35A628;
	font-weight:bold;
}
.font-orange{
	color:#F58220;
	font-weight:bold;
}
.font-bluegreen{
	color:#019BB6;
	font-weight:bold;
}
.font-darkgreen{
	color:#1CA885;
	font-weight:bold;
}
.font-white{
	color:#FFF;
}
.font-black{
	color:#333;
}

/* その他 -------------------------------------------------------------- */
.arrow01{
	background-image:url(../images/common/arrow04.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
ol li{
	list-style-position:outside;
	margin-left:20px;
}
.bg-blue{
	background:#EEFDFF;
	padding:20px 10px 10px 10px;
	margin-bottom:15px;
}


.none{
	display:none;
}
a[href $='.pdf'] {
	background:url(../images/common/pdf.png) no-repeat left center;
	padding-left:30px;
}


a.btn01{
	display:block;
	margin:20px auto;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background:#F60;
	text-align:center;
	padding:10px;
	font-size:1.8rem;
	width:50%;
	border-radius: 99px;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-appearance: none;
	background: linear-gradient(#F90, #F60);
}