@charset "utf-8";

/* リセット
---------------------------------------------------- */
body,
header,
footer,
section,
div,
div,
ul,ol,li,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
p,
a,
pre,
em,
form,fieldset,input,textarea,
blockquote,
th,td,
iframe {
    margin: 0px;
    padding: 0px;
    font-style: normal;
    text-decoration: none;
    list-style-type: none;
    text-justify: distribute;
    color: rgba(47,47,47,1);
    font-size: medium;
    text-align: left;
}

img {
	border-style: none;
	vertical-align: top;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

a img {
	border-style:none;
}

br {
	letter-spacing: normal;
	text-align: left;
	font-size: small;
}


/* フォント
---------------------------------------------------- */
body {
	color:#535353;
	font-family:Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:13px;
	line-height:2;
	letter-spacing:0;
}


h1,h2,h3,h4,h5,h6{
	line-height: 2;
	color: #D9005F;
	text-align: left;
}

table {
	font-size:100%;
}



/* プリント
---------------------------------------------------- */
@media print{
body {
	_zoom: 80%; /*WinIE only */
}
}

/* ツイッタ―
---------------------------------------------------- */
.timeline {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing:border-box;
}

/* レイアウト
---------------------------------------------------- */
body

#side1 {width:80%;
float:left;
margin:auto;}

#side2 {width:20%;
float:right;
margin:auto;}
