
/* reset
------------------------------------------------------------------------------ */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

* {
	word-break:break-all;
}

table {
	font-size:100.01%;
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

img {
	vertical-align: bottom;
}

ol,ul {
	list-style:none;
}

caption,th {
	font-weight:normal;
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100.01%;
	zoom:1;
}

q:before,q:after {
	content:'';
}

/*==================全体設定==================*/


html, body {
	height:100%;
	font-weight: normal;
	font-style:normal;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3';
}

body {
	background:url(../img/parts/kotu_bg.png) no-repeat 50% 0;
	margin:0 auto;
}

.howtobox {
	position: relative;
	width:530px;
	margin:100px auto 0;
	text-align:center;
	overflow:hidden;
	color:#0d0257;
	font-size:14px;
	line-height:18px;
}

h1 {
	display:none;
}

.howtobox ul li{
	text-align:left;
	margin-bottom:10px;
	padding-left: 14px;
	text-indent: -14px;
}

a {color:#c90000;}
a:hover {color:#565656;}

/* clear
------------------------------------------------------------------------------ */
/* ie \*/
* html .clearfix
 {
	zoom:1;
}
*+html .clearfix {
	zoom:1;
}

/* modern brow */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

