@charset "UTF-8";

/* 0. 共通
--------------------------------------------------------------------*/

/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{
	margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline
	}
article,aside,dialog,figure,footer,header,hgroup,nav,section{
	display:block
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
	color: #848486;
	letter-spacing: 0;
	line-height: 1.5;
	background: none;
	background-color: #fcfaf6;
	font-size: 12px;
}

p,h1,h2,h3,h4,h5,h6,tr,th,td,dl,dt,dd {
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	outline: none;
}

ul,ol,li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

strong {
	font-weight: bold;
}


/* テキストリンク */
a {
	color: #4f3f2b;
	text-decoration: none;
}

a: active,
a: visited {
	color: #4f3f2b;
}

a:hover {
	text-decoration: underline;
	color: #ef65aa;
}

/* マージン */
.mt_20{ margin-top: -20px !important;}
.mt5{ margin-top: 5px;!important}
.mt8{ margin-top: 8px;!important}
.mt10{ margin-top: 10px;!important}
.mt15{ margin-top: 15px;!important}
.mt20{ margin-top: 20px;!important}
.mt25{ margin-top: 25px;!important}
.mt30{ margin-top: 30px;!important}
.mt35{ margin-top: 35px;!important}
.mt40{ margin-top: 40px !important;}
.mt55{ margin-top: 55px;!important}

.mr5{ margin-right: 5px!important;}

/* 位置 */

.aln_r{text-align:right;!important}
.aln_l{text-align:left;!important}
.aln_c{text-align:center;!important}

/* 行間 */

.lh120{ line-height:120%;}

/* フォントサイズ */

.ft9{font-size: 77%;}
.ft10{font-size: 10px;}
.ft11{font-size: 93%;}
.ft12{font-size: 12px;}
.ft13{font-size: 108%;}
.ft14{font-size: 116%;}
.ft15{font-size: 123.1%;}
.ft16{font-size: 131%;}
.ft17{font-size: 138.5%;}
.ft18{font-size: 146.5%;}
.ft19{font-size: 153.9%;}
.ft20{font-size: 161.6%;}
.ft21{font-size: 167%;}

/* カラー */

.pink01{color: #e26f50;}

/* フロート */

.flleft{float: left;}
.flright{float: right;}

/* 9. Clearfix
---------------------------------------------------------- */

.cl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cl {
}

/* exlude MacIE5 \*/
* html .cl {
	height: 1%
}
 /* IE6 */
* html .cl { zoom: 1;}
 /* IE7 */
*:first-child+html .cl { zoom: 1;}


.clearfix {
	display:block;
}
/* end MacIE5 */