@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

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

/* ============================== common ============================== */
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #2E2E2E;
	font-family: Avenir, 'Helvetica neue', Helvetica, Verdana, Arial, '游ゴシック', YuGothic, 'ヒラギノ角ゴProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.7em;
}
body { 
-webkit-touch-callout: none; 
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
a img { 
	border: none;
}
a:link {
	color: #0086c9;
	text-decoration: underline; 
}
a:visited {
	color: #0086c9;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #00F;
}

/* ============================== clearfix ============================== */
.clearfix:before,
.clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix {zoom:1;}

/* ============================== margin padding ============================== */
.m0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.mt0 { 
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}

.pd10 {
	padding:10px;}		
	
.pd_top_20 {
	padding-top:20px;}		

/* ============================== float  ============================== */
.flort_left {
	float: left;
}
.flort_right {
	float: right;
}

.mgn_right_0 {
	margin-right:0 !important}	

/* ============================== color  ============================== */
.color_bl {
	color:#3d4884}

.color_grn {
	color:#3ca950}	

.color_org {
	color:#f98b1c}	

.color_ppl {
	color:#c276f6}		

.nobg {
	background:none !important;
	box-shadow:none !important;}	

/* ============================== text-align  ============================== */
.txtcenter {
	text-align:center !important}
.txtleft {
	text-align:left !important}
.txtright {
	text-align:right !important}	
