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

/*-------------------------------

            Generic Syle
		
          -------------------------------*/

/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix {display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb45 {
	margin-bottom: 30px !important;
}

.mb60 {
	margin-bottom: 30px !important;
}

.mar-top10{
	margin-top:10px
}	
.mar-top20{
	margin-top:20px
}
.mar-top30{
	margin-top:30px
}


.mar-bot10{
	margin-bottom:10px
}	
.mar-bot20{
	margin-bottom:20px
}
.mar-bot30{
	margin-bottom:30px
}

.clear {
	clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.txtR {
	text-align:right;
}

.bb-none {
	border-bottom:none !important;
}

.txt_red{
	color:red;
}
.txt_s11{
	font-size:11px;
}
.txt_s12{
	font-size:12px;
}
.txt_purple{
	color:#C200FF
}

.txt_brown{
	color:#8D6B46;
}
.txt_blue{
	color:#2960F1
}

.txt_green{
	color:#689C6B
}

.txt_orange {
	color:#FA9C28;
}

.txt_gray{
	color:#9A9A9A
}
.alignright{
	float:right;
	padding-left:10px;
}

.txt-right{
	text-align:right;
}
.txt-left{
	text-align:left;
}
.center{
	text-align:center;
	margin:0 auto;
}

.pd12 {
	padding:0 12px;
}
#right td.top{
	vertical-align:top
}

.indentList {
	text-indent:-1em;
	margin-left:1em;
}
.link{
	background:url(../../img/common/ico-link.png) no-repeat -4px -3px;
	padding-left:10px;
	line-height:1;
}

