@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         kase
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html,body {
height: 100%;
}

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

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

caption,th {
	text-align: left;
}

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

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	font-size: 13px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.line01 {
    font-weight: normal;
}
.textLine01 {
    font-weight: bold;
}
.textLine02 {
    font-size: 1.3em;
}
.textLine03 {
    text-decoration: line-through;
}
.textSaiz01 {
    font-size: 0.8em;
}
.borderBottom {
    border-bottom: 3px dotted #F7B525;
}
.red {
    color: #D8220F;
}
hr.clear {
    visibility: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #333;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #ffffff;
}

* + html body {
	font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color:#000000;
}

a:visited {
	text-decoration: none;
	color:#333;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}
/*----------------------------------------------------
	ClearFix
----------------------------------------------------*/

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}