@charset "utf-8";

/* ----------------------------------------------------------------------------
    RESET
------------------------------------------------------------------------------ */
   
html {
	overflow-y: auto;
}
body {
	color: #000;
	background: #fff;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	word-break: normal;
	word-wrap: break-word;
	zoom: 1;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
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;
	text-align: left;
}
input, textarea, select {
	margin: 0;
	padding: 0;
	border: solid 1px #ccc;
	font-size: 100%;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
}
input[type="button"],
input[type="submit"] {
	border: none;
}
label {
	cursor: pointer;
}
dl, dt, dd, ol, ul, li {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	*border-collapse: collapse; 
	border-spacing: 0;
}
th, td {
	border: none;
	text-align: left;
	vertical-align: top;
}
pre {
}
iframe {
	display: block;
	width: 100%;
	overflow: hidden;
}
img {
	border: none;
	vertical-align: bottom;
}
a {
	border: none;
	text-decoration: none;
}
a:hover {
	outline: none;
	cursor: pointer;
}
a:active, a:focus {
	outline: none;
}
sup {
	position: relative;
	bottom: 0.7em;
	font-size: 71.5%;
	vertical-align: baseline;
}
sub {
	position: relative;
	top: 0.1em;
	font-size: 71.5%;
	vertical-align: baseline;
}
abbr, acronym {
	border-bottom: dotted 1px #ccc;
	cursor: help;
}
hr {
	display: none;
}


/* ----------------------------------------------------------------------------
    STYLE
------------------------------------------------------------------------------ */

/* マージン */
.mgt10 { margin-top: 10px !important;}
.mgt20 { margin-top: 20px !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;}

/* フォントサイズ */
.font10 { font-size: 71% !important;}
.font11 { font-size: 78% !important;}
.font12 { font-size: 85% !important;}
.font13 { font-size: 92% !important;}
.font14 { font-size: 100% !important;}
.font15 { font-size: 107% !important;}
.font16 { font-size: 114% !important;}
.font17 { font-size: 121% !important;}
.font18 { font-size: 128% !important;}
.font19 { font-size: 136% !important;}
.font20 { font-size: 143% !important;}

/* 書体関連 */
.textL { text-align: left !important;}
.textC { text-align: center !important;}
.textR { text-align: right !important;}
.bold { font-weight: bold !important;}
.Indent { padding-left: 1.3em !important; text-indent: -1.3em !important;}

/* 罫線 */
.bds { border: solid 1px #ccc !important;}
.bdst { border-top: solid 1px #ccc !important;}
.bdsr { border-right: solid 1px #ccc !important;}
.bdsb { border-bottom: solid 1px #ccc !important;}
.bdsl { border-left: solid 1px #ccc !important;}

/* 点線 */
.bdd { border: dotted 1px #ccc !important;}
.bddt { border-top: dotted 1px #ccc !important;}
.bddr { border-right: dotted 1px #ccc !important;}
.bddb { border-bottom: dotted 1px #ccc !important;}
.bddl { border-left: dotted 1px #ccc !important;}


/* ----------------------------------------------------------------------------
    PREFERENCES
------------------------------------------------------------------------------ */
html {
	font-size: 62.5%;
}
body, input, textarea, legend {
	color: #333;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
b, em, strong {
	font-weight: bold;
}
a:link {
	color: #0000ED;
	text-decoration: none;
}
a:visited {
	color: #54198A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* ----------------------------------------------------------------------------
    BOXLINK
------------------------------------------------------------------------------ */

.boxLink {
	position: relative !important;
}
.boxLink:hover {
	/*background: #f2f2f2 !important;*/
	/*text-decoration: underline !important;*/
}
.boxLink a.linkArea {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.boxLink a.linkArea:hover {
	background: rgba(255,255,255,0.5)
}

/* ----------------------------------------------------------------------------
    CLEARFIX
------------------------------------------------------------------------------ */
   
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	zoom: 1;
}
*1257897500* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/ 

*1257897501* html .clearfix {
	height: 1%;
}