@charset "utf-8";
html,body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,p,address,pre,form,
fieldset,input,textarea,select,table,th,td,img,aside,footer{margin:0;padding:0;vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
th{font-weight:normal;text-align:left;}
a{text-decoration:none;}
hr,legend,caption{display:none;}
address,em{font-style:normal;}
fieldset,img{border:0 none;}
ol,ul{list-style:none;} 

td, th, span{
	vertical-align: baseline
}
* {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; }
body {
	color:#777;
	font-size:14px;
	font-family:helvetica, AppleGothic, Dotum; }
img, fieldset {border:0 }
ul, ol, li, dl { list-style:none; }
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal; }
hr { display:none; }
a { color:#06F; }
a, a:link {
	color:#06F;
	text-decoration:none; }
em, i, address {
	font-style:normal;
	font-weight:normal; }
legend, caption {
	display:none;
	clear:both; }
input, textarea, select, button, table {
	font-size:inherit;
	font-family:inherit;
	line-height:inherit; }
section, nav, article, aside, hgroup, header, footer { display:block;}
/*
textarea, input {
	background:url(none);
	-webkit-border-radius:1px;
	-webkit-appearance:none; }
*/
textarea { resize:none; }
label { cursor:pointer; }
div { padding:0; margin:0; }
/* --------------------------------------------------
body
-------------------------------------------------- */
body {
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 12px;
	line-height: 150%;
	color:#333;
}
a {	
/*	color:#333;	*/
	text-decoration:none;
}
a:hover {
	color:#09F;
}


/* --------------------------------------------------
全共通
-------------------------------------------------- */


.round {
	border:1px solid #d4d4d4;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.round2 {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.bold { font-weight:bold; }
.italic {font-style:italic; }

.padding0 { padding:0 !important; }
.padding6 { padding:6px !important; }
.padding10 { padding:10px !important; }
.padding20 { padding:20px !important; }

.padding_tb10 { padding:10px 0 !important; }
.padding_tb20 { padding:20px 0 !important; }

.padding_b10 { padding-bottom:10px !important; }
.padding_b20 { padding-bottom:20px !important; }

.margin0 { margin:0;}

.fs09em { font-size:0.9em !important; }
.fs12em { font-size:1.2em !important; }
.fs13em { font-size:1.3em !important; }
.fs14em { font-size:1.4em !important; }
.fs16em { font-size:1.6em !important; }

.fs10px { font-size:10px !important; }
.fs11px { font-size:11px !important; }
.fs12px { font-size:12px !important; }
.fs14px { font-size:14px !important; }
.fs16px { font-size:16px !important; }
.fs18px { font-size:18px !important; }
.fs20px { font-size:20px !important; }
.fs22px { font-size:22px !important; }
.fs24px { font-size:24px !important; }
.fs26px { font-size:26px !important; }
.fs28px { font-size:28px !important; }
.lh_16 { line-height:1.6em; }

.color_grey { color:#777 !important; }
.color_blue { color:#3ba0e9 !important;}
.color_dblue { color:#00a0e9 !important;}
.color_red { color:#C00 !important; }
.color_pink { color:#fc306a !important; }
.color_yellow { color:#ff0 !important; }
.color_orange { color:#ff660b !important; }

.pa_top_10 { padding-top:10px; }
.pa_top_20 { padding-top:20px; }
.pa_top_30 { padding-top:30px; }

.ma_top_10 { margin-top:10px; }
.ma_top_20 { margin-top:20px; }

.ma_bottom_10 { margin-bottom:10px !important; }
.ma_bottom_20 { margin-bottom:20px !important; }
.ma_bottom_30 { margin-bottom:30px !important; }

.no_border { border:none !important; }
.no_padding { padding:0 !important; }
.no_margin { margin:0 !important; }
.no_bpm { border:none !important; padding:0 !important; margin:0 !important; }

.txt_cent { text-align:center !important; }
.txt_left { text-align:left !important; }

.fl { float:left; }
.fr { float:right; }
.over_hidden { overflow:hidden; }

.disp_inline { display:inline !important; }
.disp_block { display:block !important; }

.posi_rela { position:relative; }
.strike { text-decoration:line-through; }

/*		SCROLL to TOP		*/
.scrollToTop{
	display:none;
	position:fixed;
	z-index:100;
	width:50px;
	height:50px;
	right:15px;
	bottom:7px;
	cursor:pointer;
}

/*		sub_mid_banner swap
.top-area { margin-bottom:20px; }

#footer_area a:link, #q_menu_area a:link { color:#3e3e3e; }
#footer_area a:visited, #q_menu_area a:visited { color: #3e3e3e; } 
#footer_area a:hover, #q_menu_area a:hover {
	color: #287de7; 
	text-decoration: underline;
}
*/