﻿@charset "UTF-8";
/* 0. 共通
--------------------------------------------------------------------*/
/* font-size:100%; */
/* 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-family:inherit;
	}
article,aside,dialog,figure,footer,header,hgroup,nav,section{
	display:block
}

body {
	background: #F5F5F5;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo","MS ゴシック", Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: 0;
	line-height: 1.2;
	font-size: 12px;
	color: #040404;
	background: #f1e2c7 url(../img/bg_body.jpg) repeat;
}

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;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

strong {
	font-weight: bold;
}

/* テキストリンク */
a {
	color: #1673b8;
	text-decoration: underline;
}
a: active,
a: visited {
	color: #1673b8;
	text-decoration: underline;
}
a:hover {
	color: #a5917d;
	background-color: inherit;
	text-decoration: none;
}

/* マージン */
.mt0{ margin-top: 0px !important;}
.mt5{ margin-top: 5px;!important}
.mt8{ margin-top: 8px;!important}
.mt10{ margin-top: 10px;!important}
.mt12{ margin-top: 12px !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;}
.mt50{ margin-top: 50px !important;}

.mb50{ margin-bottom: 50px !important;}

li.first{ margin: 0!important;}

/* 位置 */

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

/* フォントサイズ */

.ft9{font-size: 77%;}
.ft10{font-size: 85%;}
.ft11{font-size: 93%;}
.ft12{font-size: 100%;}
.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%;}

.ft26{font-size: 217%;}
.ft38{font-size: 292%;}

.fc_red{ color: red; }

.fw_bold{font-weight: bold;}
.fs_italic{font-style: italic;}
.normal{font-weight: normal;}

/* フロート */
@media (min-width:980px) {
	.fleft{float: left;}
	.fright{float: right;}
}

/* 9. Clearfix
---------------------------------------------------------- */
@media (min-width:980px) {
	.cl:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.cl {
		display: inline-block;
	}

	/* exlude MacIE5 \*/
	* html .cl {
		height: 1%
	}
	.cl {
		display:block;
	}
	/* end MacIE5 */
}