@charset "utf-8";

body {
	font-size: 100%;
	  font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', '���C���I', Meiryo, '�l�r �o�S�V�b�N', '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	line-height: 150%;
	margin: 0 auto;
	padding: 0px;
}

*{
	margin: 0px;
	padding: 0px;
}


/* 共通
---------------------------------------------------- */

/* マージン
-------------------- */
.mb0{ margin-bottom:0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}
.mb70{ margin-bottom: 70px !important;}
.mb80{ margin-bottom: 80px !important;}


.mt5{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}
.mt50{ margin-top: 50px !important;}
.mt60{ margin-top: 60px !important;}
.mt70{ margin-top: 70px !important;}
.mt100{ margin-top: 100px !important;}



.ml5{ margin-left: 5px;}
.ml10{ margin-left: 10px;}
.ml15{ margin-left: 15px;}
.ml20{ margin-left: 20px;}
.ml30{ margin-left: 30px;}
.ml40{ margin-left: 40px;}
.ml50{ margin-left: 50px;}
.ml60{ margin-left: 60px;}
.ml70{ margin-left: 70px;}
.ml100{ margin-left: 100px;}


.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr15{ margin-right: 15px;}
.mr20{ margin-right: 20px;}
.mr30{ margin-right: 30px;}
.mr40{ margin-right: 40px;}
.mr50{ margin-right: 50px;}
.mr60{ margin-right: 60px;}
.mr70{ margin-right: 70px;}
.mr100{ margin-right: 100px;}

.m5{ margin: 5px;}
.m10{ margin: 10px;}
.m15{ margin: 15px;}
.m20{ margin: 20px;}
.m30{ margin: 30px;}
.m40{ margin: 40px;}
.m50{ margin: 50px;}
.m60{ margin: 60px;}
.m70{ margin: 70px;}
.m100{ margin: 100px;}



.mtb0{ margin-top:0; margin-bottom:0;}



/* padding
-------------------- */
.pb0{ padding-bottom: 0; !important}
.pb5{ padding-bottom: 5px; !important}
.pb10{ padding-bottom: 10px; !important}
.pb15{ padding-bottom: 15px; !important}
.pb20{ padding-bottom: 20px; !important}
.pb30{ padding-bottom: 30px; !important}
.pb40{ padding-bottom: 40px; !important}
.pb50{ padding-bottom: 50px; !important}


.pt5{ padding-top: 5px; !important}
.pt10{ padding-top: 10px; !important}
.pt15{ padding-top: 15px; !important}
.pt20{ padding-top: 20px; !important}
.pt30{ padding-top: 30px; !important}
.pt40{ padding-top: 40px; !important}
.pt50{ padding-top: 50px; !important}
.pt60{ padding-top: 60px; !important}
.pt70{ padding-top: 70px; !important}
.pt100{ padding-top: 100px; !important}


.pl5{ padding-left: 5px; !important}
.pl10{ padding-left: 10px; !important}
.pl15{ padding-left: 15px; !important}
.pl20{ padding-left: 20px; !important}
.pl30{ padding-left: 30px; !important}
.pl40{ padding-left: 40px; !important}
.pl50{ padding-left: 50px; !important}


.pr5{ padding-left: 5px; !important}
.pr10{ padding-left: 10px; !important}
.pr15{ padding-left: 15px; !important}
.pr20{ padding-left: 20px; !important}
.pr30{ padding-left: 30px; !important}


.ptb0{ padding-top:0; padding-bottom:0; !important}



/* width
-------------------- */
.wide10{ width: 10%;}
.wide15{ width: 15%;}
.wide20{ width: 20%;}
.wide25{ width: 25%;}
.wide30{ width: 30%;}
.wide35{ width: 35%;}
.wide40{ width: 40%;}
.wide375{ width:375px;}
.wide45{ width: 45%;}
.wide50{ width: 50%;}
.wide55{ width: 55%;}
.wide60{ width: 60%;}
.wide65{ width: 65%;}
.wide70{ width: 70%;}
.wide75{ width: 75%;}
.wide80{ width: 80%;}
.wide85{ width: 85%;}
.wide90{ width: 90%;}
.wide95{ width: 95%;}
.wide100{width:100%; !important}

.wmax600{max-width:600px;}

/* float, align
-------------------- */
.floatL{ float: left;}
.floatR{ float: right;}

.alignL{ text-align: left;}
.alignC{ text-align: center;}
.alignR{ text-align: right;}

.alignmC{ margin:0 auto;}


/* 色
-------------------- */
.blue {
	color: #2979C6;
}

.red {
	color: #D71718;
}




/* リンク
-------------------- */

a:link {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #EE1B3E;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:active {
	color: #EE1B3E;
}


/* ����
-------------------- */

p{
	margin-bottom: 1.5em;
	font-size: 90%;
}

.subtl {
	color: #d71718;
	font-weight: 600;
	font-size: 0.8em;
	text-align: left;
	margin: 5px 0;
	line-height:1.3em;
}

.graytext {
	color: #555555;
	font-size: 0.7em;
	text-align:left;
	line-height:1.1em;
}

.menured {
	color: #D71718;
	font-weight:bold;
	margin-right: 5px;
}


.nl {
	line-height:1.3em;
}


.em7 {font-size:0.7em;}
.em8 {font-size:0.8em;}
.em9 {font-size:0.9em;}