@charset "utf-8";

/*FOR HTML5(PC)*/

/*------------------------------------------------------------
 RESET
------------------------------------------------------------*/
*,html, body, div, span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a,abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form,label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, figure {
	margin: 0;	padding: 0;outline: 0;}
body, input, textarea, select, option {
 font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
p{ font-size:1.2em; line-height:1.6em;}
/*------------------------------------------------------------
 LINK
------------------------------------------------------------*/
a {
	color:#333;
	text-decoration:none;
}

#main a {
	color:#5B82c2;
	text-decoration:underline;
}

a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;
}
a:active {
}
/*------------------------------------------------------------
 LAYOUT
------------------------------------------------------------*/
body {
	width:100%;
	background:#5b82c2;
	-webkit-text-size-adjust: none;
	font-size:68%;
	color: #000;
}

img{
	border:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
/*------------------------------------------------------------
 CLEAR
------------------------------------------------------------*/
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf { clear:both; zoom:1;}
