@charset "utf-8";
/*■■■PC・SP共通*/

body{
	font-size:14px;
	word-break:normal;
	top:10px;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
	line-height:180%;
}

/*a {color:#000000; text-decoration:none;}*/
/*a:hover {color:#999999; text-decoration:none;}*/
/*a:focus {color: #FFFF00;}*/

a:link{color: #666;text-decoration:none;}
a:visited{color: #666;text-decoration:none;}
a:hover{color: #3498db;text-decoration:none;font-weight:bold;}
a:active{color: #3498db;text-decoration:none;font-weight:bold;}


.footer_copy a:link{color: #666;text-decoration:none;}
.footer_copy a:visited{color: #666;text-decoration:none;}
.footer_copy a:hover{color: #666;text-decoration:none;font-weight:bold;}
.footer_copy a:active{color: #666;text-decoration:none;font-weight:bold;}


/*■フロート■*/
.fl{ float:left; }
.fr{ float:right; }
.fc{ float:center; }
.cb{ clear:both; }

/*■アンダーライン■*/
.underline{ text-decoration:underline; }
.underlinenone{ text-decoration-line:none; }

/*■アライン■*/
.align_left{ text-align:left; }
.align_right{ text-align:right; }
.align_center{ text-align:center; }

/*■センタリング■*/
.centre{ margin:0px auto; }

/*■マージン■*/
.margin_top5{ margin-top:5px; }
.margin_top7{ margin-top:7px; }
.margin_top10{ margin-top:10px; }
.margin_top20{ margin-top:20px; }
.margin_all3{ margin:3px; }
.margin_all5{ margin:5px; }
.margin_all10{ margin:10px; }
.margin_all20{ margin:20px; }
.margin_0_15{ margin:0px 15px; }
.margin_bot10{ margin:0px 0px 10px 0px; }
.margin_bot20{ margin:0px 0px 20px 0px; }
.margin_bot30{ margin:0px 0px 30px 0px; }
.margin_ud10{ margin:10px 0px 10px 0px; }
.margin_ud20{ margin:20px 0px 20px 0px; }
.margin_left10{ margin:0px 0px 0px 10px; }
.margin_left20{ margin:0px 0px 0px 20px; }

/*■DIVの幅を内容に合わせる■*/
.disp_inline{ display:inline; }

/*■パディング■*/
.padd2{ padding:2px; }
.padd2_3{ padding:2px 3px; }
.padd3_5{ padding:3px 5px; }
.padd5{ padding:5px; }
.padd10{ padding:10px; }
.padd5_20{ padding:5px 20px; }

/*■ボーダー■*/
.bor_sol1{ border:1px solid #666666; }
.bor_sol_red1{ border:1px solid #FF0000; }
.bor_top_Deepblue_dot{ border-top:2px #0000FF dotted; }
.bor_top_orange_dot{ border-top:2px #FF9F38 dotted; }
.bor_none{ border:none; }
.bor_collapse{ border-collapse:collapse; }

/*■幅■*/
.wid30{ width:30px; }
.wid50{ width:50px; }
.wid60{ width:60px; }
.wid70{ width:70px; }
.wid80{ width:80px; }
.wid90{ width:90px; }
.wid100{ width:100px; }
.wid120{ width:120px; }
.wid150{ width:150px; }
.wid200{ width:200px; }
.wid250{ width:250px; }
.wid270{ width:270px; }
.wid280{ width:280px; }
.wid290{ width:290px; }
.wid300{ width:300px; }

/*■高さ■*/
.hei61{ height:61px; }
.hei100{ height:100px; }

/*■フォントサイズ■*/
.f08{ font-size:8px; }
.f10{ font-size:10px; }
.f12{ font-size:12px; }
.f14{ font-size:14px; }
.f16{ font-size:16px; }
.f18{ font-size:18px; }
.f20{ font-size:20px; }
.f25{ font-size:25px; }
.f30{ font-size:30px; }
.f40{ font-size:40px; }

/*■バックグラウンドカラー■*/
.cbgblack{ background-color:#000000; }
.cbggray{ background-color:#DDDDDD; }
.cbgwhite{ background-color:#FFFFFF; }
.cbgblue{ background-color:#0000FF; }
.cbgred{ background-color:#FF0000; }
.cbggreen{ background-color:#00AA00; }
.cbgorange{ background-color:#FF8800; }
.cbglightblue{ background-color:#CCCCFF; }
.cbglightred{ background-color:#FFCCCC; }
.cbglightgreen{ background-color:#CCFFCC; }
.cbglightorange{ background-color:#FFDD99; }
.cbgyellow{ background-color:#FFFF00; }
.cbgbrown{ background-color:#C88A00; }
.cbgred2{ background-color:#D03F3F;}

/*■フォントカラー■*/
.cblack{ color:#0000FF; }
.cblue{ /*color:#0000FF;*/color:#298FC6; }
.cred{ /*color:#FF0000;*/color:#C93329;  }
.cgreen{ color:#00AA00; }
.corange{ /*color:#FF8800;*/color:C64329; }
.cyellow{ color:#FFCC00; }
.cwhite{ color:#FFFFFF; }
.cbrown{ color:#C88A00; }
.crat{ color:#90B2A7; }
.cgray{ color:#666666; }

.cstartup_blue{ color:#000082; }

/*■フォントウエイト■*/
.bold{ font-weight:bold; }

/*■その他■*/


/* ■■角丸ボックス■■ */
.c_text_box{
		border-radius: 10px;						/* CSS3草案 */
		-webkit-border-radius: 10px;		/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;				/* Firefox用 */
/*	background-color:#FFFFFF;*/
/*	border:1px solid #666666;*/
/*	font-size:16px;*/
/*	padding:3px 3px;*/
/*	width: 300px;*/
/*	margin:3px 3px;*/
}
/* ■■文字のオーバーフローを…にし、改行しない■■ */
.overflow_hidden_norap{
	width:300px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	display:block;
}

/* ■■ポップアップメッセージ■■ */
.popup_msg {
/*	border: solid #FF0000 1px;*/
	padding: 0px 5px;
	text-align:left;
	display:inline;
}

.popup_msg abbr {
	font-style: normal;
	position: relative;
	top: 0;
	left: 0;
}

.popup_msg span.delimiter,
.popup_msg span.remark {
	display: none;
}

.popup_msg abbr:hover>span.remark {
	display: block;
	position: absolute;
	top: 1.0em;
	left: 1.0em;
	width: 13em;
	margin: 0.5em;
	padding: 0.5em;
	border: #ccc solid 1px;
	color: #000;
	background: #FFF;
/*	font-size: 80%;*/
	line-height:150%;
	z-index: 2;
}



/*▼▼ここからがサイトユニークCSS▼▼▼▼▼▼▼*/
/*▼▼ここからがサイトユニークCSS▼▼▼▼▼▼▼*/
/*▼▼ここからがサイトユニークCSS▼▼▼▼▼▼▼*/

.sgtitle{
	font-size:10px !important;
	color:red;
}
