@charset "utf-8";

/* ----------------------------------------------------------------------------
    Reset
   ---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, caption,
dl, dt, dd, ol, ul, li,
fieldset, label, legend, option,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100%;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
dl, dt, dd, ol, ul, li {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: none;
	text-align: left;
	vertical-align: middle;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	transition-property: opacity;
	transition-duration: 0.3s;
	color: #666;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active,
input[type=submit]:hover,
button:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

a:active, a:focus {
	outline: none;
}

::selection {
    background: #ffeef7; /*背景色*/
    /*color: #fff; /*文字色*/
}
::-moz-selection {
    background: #ffeef7; /*背景色*/
    /*color: #fff; /*文字色*/
}

hr {
	display: none;
}

/* -----------------------------------------------
    base.css
----------------------------------------------- */
html {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック" sans-serif;
	font-size: 14px;
    *font-size: small;
    *font: x-small;
}

html,body{
    height: 100%;
}
body {
	color: #333;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}

.t10 {font-size: 10px;}
.t11 {font-size: 11px;}
.t12 {font-size: 12px;}
.t13 {font-size: 13px;}
.t14 {font-size: 14px;}
.t15 {font-size: 15px;}
.t16 {font-size: 16px;}
.t17 {font-size: 17px;}
.t18 {font-size: 18px;}
.t19 {font-size: 19px;}
.t20 {font-size: 20px;}
.t21 {font-size: 21px;}
.t22 {font-size: 22px;}
.t23 {font-size: 23px;}
.t24 {font-size: 24px;}
.t25 {font-size: 25px;}
.t26 {font-size: 26px;}
.t27 {font-size: 27px;}
.t28 {font-size: 28px;}
.t29 {font-size: 29px;}
.t30 {font-size: 30px;}

/*--------------------------------
10px	77%
11px	85%
12px	93%
13px	100%
14px	108%
15px	116%
16px	123.1%
17px	131%
18px	138.5%
19px	146.5%
20px	153.9%
21px	161.6%
22px	167%
23px	174%
24px	182%
25px	189%
26px	197%

--------------------------------*/


/* マージン */
.mgtm20 { margin-top: -20px !important;}
.mgtm15 { margin-top: -15px !important;}
.mgtm10 { margin-top: -10px !important;}
.mgtm5 { margin-top: -5px !important;}

.mgt5 { margin-top: 5px !important;}
.mgt10 { margin-top: 10px !important;}
.mgt15 { margin-top: 15px !important;}
.mgt20 { margin-top: 20px !important;}
.mgt25 { margin-top: 25px !important;}
.mgt30 { margin-top: 30px !important;}
.mgt40 { margin-top: 40px !important;}
.mgt50 { margin-top: 50px !important;}
.mgt60 { margin-top: 60px !important;}

.mgb10 { margin-bottom: 10px !important;}
.mgb20 { margin-bottom: 20px !important;}
.mgb30 { margin-bottom: 30px !important;}
.mgb40 { margin-bottom: 40px !important;}
.mgb50 { margin-bottom: 50px !important;}
.mgb60 { margin-bottom: 60px !important;}

/* フロート関連 */
.clear { clear: both !important;}
.left { float: left !important;}
.right { float: right !important;}

/* 寄せ */
.taLeft { text-align: left !important;}
.taCenter { text-align: center !important;}
.taRight { text-align: right !important;}


/* ----------------------------------------------------------------------------
    clearfix
   ---------------------------------------------------------------------------- */
article:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}

* html .clearfix {/* IE6 */
	zoom: 1;
}
*:first-child+html .clearfix {/* IE7 */
	zoom: 1;
}