@charset "utf-8";





/* ================================================================
   基本スタイル
================================================================ */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea, p, blockquote, address, select,
th, td{
	margin: 0;
	padding: 0;
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #252525;
	font-size: 12px;
	line-height: 1;
}
address, cite, code, dfn, em, var {	font-style: normal;	font-weight: normal;}
img, a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
}
fieldset { border: 0 none; }
ul, ol { list-style: none; }

a:link,
a:visited {	color: #069;	text-decoration: underline;}
a:hover,
a:active {	text-decoration: none;	color: #f30;}

/* ================================================================
   BASE
================================================================ */

.red{	color: #f00;}
.yellow{	color: #fc0;}
.green{	color: #060;}
.blue{	color: #039;}
.graytext{	color: #666;}

.bold{	font-weight: bold;}
.italic{	font-style: italic;}
.normal{	font-weight: normal;}

.txt14p{	font-size: 14px;}
.txt15p{	font-size: 15px;}
.txt16p{	font-size: 16px;}

.txt50{	font-size: 50%;}
.txt80{	font-size: 80%;}
.txt90{	font-size: 90%;}
.txt100{	font-size: 100%;}
.txt105{	font-size: 105%;}
.txt110{	font-size: 110%;}
.txt115{	font-size: 115%;}
.txt120{	font-size: 120%;}
.txt140{	font-size: 140%;}
.txt150{	font-size: 150%;}
.txt170{	font-size: 170%;}
.txt200{	font-size: 200%;}

.txtL15{	line-height: 1.5;}

.HL01{	background-color: #fc6;}
.HL02{	background-color: #f99;}


.left { float:left;}
.right { float:right;}
.fNone { float:none!important;}

.tLeft { text-align:left!important;}
.tRight { text-align:right!important;}
.tCenter { text-align:center!important;}
.vTop { vertical-align:top!important;}

.nowrap { white-space:nowrap; }

.bold { font-weight:bold; }


.clearfix{	zoom:1; } 
.clearfix:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}

.width2em{ width: 2em;}
.width3em{ width: 3em;}
.width30{ width: 30px;}
.width50{ width: 50px;}
.width100{ width: 100px;}
.width150{ width: 150px;}
.width200{ width: 200px;}
.width250{ width: 250px;}
.width350{ width: 350px;}
.width450{ width: 450px;}
.width460{ width: 460px;}
.width470{ width: 470px;}
.width480{ width: 480px;}
.width490{ width: 490px;}
.width500{ width: 500px;}
.width550{ width: 550px;}

.mart-20{ margin-top: -20px;}
.mart0{ margin-top: 0px;}
.mart5{ margin-top: 5px;}
.mart10{ margin-top: 10px;}
.mart15{ margin-top: 15px;}
.mart20{ margin-top: 20px;}
.mart30{ margin-top: 30px;}
.mart40{ margin-top: 40px;}
.mart45{ margin-top: 45px;}
.mart50{ margin-top: 50px;}
.mart60{ margin-top: 60px;}
.mart70{ margin-top: 70px;}
.mart80{ margin-top: 80px;}
.mart90{ margin-top: 90px;}
.mart100{ margin-top: 100px;}

.marr10{ margin-right: 10px;}
.marr15{ margin-right: 15px;}
.marr20{ margin-right: 20px;}


.marb-20{ margin-bottom: -20px;}
.marb0{ margin-bottom: 0px;}
.marb5{ margin-bottom: 5px;}
.marb10{ margin-bottom: 10px;}
.marb20{ margin-bottom: 20px;}
.marb30{ margin-bottom: 30px;}
.marb50{ margin-bottom: 50px;}

.marl-20{ margin-left: -20px;}
.marl5{ margin-left: 5px;}
.marl10{ margin-left: 10px;}
.marl20{ margin-left: 20px;}
.marl30{ margin-left: 30px;}
.marl50{ margin-left: 50px;}


.padt1em{ padding-top: 1em;}
.padt2em{ padding-top: 2em;}

.padb1em{ padding-bottom: 1em;}
.padb2em{ padding-bottom: 2em;}

.padt0{ padding-top: 0px;}



/* EOF */
