@charset "UTF-8";
/*-------------------------------------------- */
/*	core.scss / 2013.11.05
/*--------------------------------------------- */
/*--------------------------------------------- */
/*  reset.scss / 2012.10.18
/*--------------------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
div, p,
th, td,
dl, dt, dd,
ul, ol, li,
pre, code,
form, fieldset, legend, input, textarea {
	margin: 0;
	padding: 0;
}
html { overflow-y: scroll; }
li { list-style: none; }
img { border: 0 none; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
fieldset { border: 0; }
legend { color: #000; }
hr {
	display: none;
	visibility: hidden;
}
body {
	font: 13px/1.7 "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	color: #333333;
}
p, pre, code,
table,
address,
dt, dd, dd li, dd p, dd pre, dd dt, dd dd,
li, li li, li p, li pre, li dt, li dd { font-size: 100%; }
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: normal;
}
table { font-size: inherit; }
caption, th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
select, input, button, textarea { font: 99% Arial, "ＭＳ Ｐゴシック", sans-serif; }
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
sup, sub { font-size: 77%; }
pre, code { font-family: monospace; }
address,
code,
em {
	font-style: normal;
	font-weight: normal;
}
.txtBold { font-weight: bold; }
.txtCenter { text-align: center; }
.txtLeft { text-align: left; }
.txtRight { text-align: right; }
.txtSS { font-size: 77%; }
.txtS { font-size: 92%; }
.txtM { font-size: 100%; }
.txtL { font-size: 115%; }
.txtLL { font-size: 123%; }
.txtXL { font-size: 138%; }
/*----------------------------------------------*/
/* clearfix
/*----------------------------------------------*/
#header:after, #footer:after,
#keyVisual:after, #contents:after,
#unitArea:after, #main:after, #second:after, #third:after,
.spXL:after, .spLL:after, .spL:after, .spM:after, .spS:after, .spSS:after,
.unitFloat:after, .unitFloatRe:after, .unitFloatAfter:after,
.caption:after, .addItem li:after, .listPara:after, .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "&nbsp;";
	clear: both;
	height: 0;
}
/*----------------------------------------------*/
/* areaRead,hidden
/*----------------------------------------------*/
.areaRead, .hidden {
	border-style: none;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 100;
}
.forPrint { display: none; }
/*----------------------------------------------*/
/* Link
/*----------------------------------------------*/
a, a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
a { word-break: break-all; }
a { color: #000066; }
a:link { color: #000066; }
a:visited { color: #000066; }
a:hover { color: #8888dd; }
a:active { color: #8888dd; }
/*----------------------------------------------*/
/* margin
/*----------------------------------------------*/
.mgR0 { margin-right: 0!important; }
.mgL0 { margin-left: 0!important; }
.mgT0 { margin-top: 0!important; }
.mgB0 { margin-bottom: 0!important; }
.mgRSS { margin-right: 0.5em !important; }
.mgRS { margin-right: 1em !important; }
.mgRM { margin-right: 1.5em !important; }
.mgRL { margin-right: 2em !important; }
.mgRLL { margin-right: 2.5em !important; }
.mgRXL { margin-right: 3em !important; }
.mgRXLL { margin-right: 3.5em !important; }
.mgLSS { margin-left: 0.5em !important; }
.mgLS { margin-left: 1em !important; }
.mgLM { margin-left: 1.5em !important; }
.mgLL { margin-left: 2em !important; }
.mgLLL { margin-left: 2.5em !important; }
.mgLXL { margin-left: 3em !important; }
.mgLXLL { margin-left: 3.5em !important; }
.mgTSS { margin-top: 0.5em !important; }
.mgTS { margin-top: 1em !important; }
.mgTM { margin-top: 1.5em !important; }
.mgTL { margin-top: 2em !important; }
.mgTLL { margin-top: 2.5em !important; }
.mgTXL { margin-top: 3em !important; }
.mgTXLL { margin-top: 3.5em !important; }
.mgBSS { margin-bottom: 0.5em !important; }
.mgBS { margin-bottom: 1em !important; }
.mgBM { margin-bottom: 1.5em !important; }
.mgBL { margin-bottom: 2em !important; }
.mgBLL { margin-bottom: 2.5em !important; }
.mgBXL { margin-bottom: 3em !important; }
.mgBXLL { margin-bottom: 3.5em !important; }
/*----------------------------------------------*/
/* Space Size : sp[Size][padding Top]
/*----------------------------------------------*/
.spSS { margin-top: 0.5em; }
.spS { margin-top: 1em; }
.spM { margin-top: 2em; }
.spL { margin-top: 3em; }
.spLL { margin-top: 4em; }
.spXL { margin-top: 5em; }
/*----------------------------------------------*/
/* Indent Size : indent[Size]
/*----------------------------------------------*/
.inS {
	margin-right: 10px;
	margin-left: 10px;
}
.inM {
	margin-right: 20px;
	margin-left: 20px;
}
.inL {
	margin-right: 30px;
	margin-left: 30px;
}
/*--------------------------------------------- */
/* List
/*--------------------------------------------- */
.liPara li { float: left; }
/* list type : .li[style][location][color][type]　*/
.liSolTGrayA li { border-top: 1px solid  #CCC; }
.liDotTGrayA li { border-top: 1px dotted #CCC; }
.liDashTGrayA li { border-top: 1px dashed #CCC; }
/* list Wrap : .li[Type]　*/
.liWrap { overflow: hidden; }
.liWrap li { margin-top: -1px; }
/* list Line : .line[Size] & .line[Size]pT　*/
.lineSS li, .linePdgSS li { margin-bottom: 0.5em; }
.linePdgSS li { padding-top: 0.5em; }
.lineS li, .linePdgS li { margin-bottom: 1em; }
.linePdgS li { padding-top: 1em; }
.lineM li, .linePdgM li { margin-bottom: 2em; }
.linePdgM li { padding-top: 2em; }
.lineL li, .linePdgL li { margin-bottom: 3em; }
.linePdgL li { padding-top: 3em; }
/*----------------------------------------------*/
/* addItem
/*----------------------------------------------*/
ul.addItem li .item {
	float: left;
	display: inline-block;
}
ol.addItem li { list-style-type: decimal; }
/* addItem : .addItem + .item[Size]
---------------------------------*/
.addItem li { padding-left: 3em; }
.addItem li .item {
	margin-left: -3em;
	width: 2.5em;
}
.noItem li { margin-left: 0; }
/* itemSizeS */
.itemS li { padding-left: 1.5em; }
.itemS li .item {
	margin-left: -1.5em;
	width: 1em;
}
/* itemSizeM */
.itemM li { padding-left: 3.5em; }
.itemM li .item {
	margin-left: -3.5em;
	width: 3em;
}
/* itemSizeL */
.itemL li { padding-left: 9.5em; }
.itemL li .item {
	margin-left: -9.5em;
	width: 9em;
}
/*--------------------------------------------- */
/*　unitFloat(Re) / unitFloatAfter size SS~XL
/*　unitFloat(Re)  ( .unitFloat(Re)  + float[Size]      [ spFloat + spFollow ] )
/*　unitFloatAfter ( .unitFloatAfter + float[Size]After [ spFollow + spFloat ] )
/*　floatDivide    ( .unitFloat      + floatDivide[Num] [ spFloat x [num] ]    )
/*　percentFloat   ( .unitFloat      [ spFloat & sp[divideNum]c[widthNum] ]    )
/*--------------------------------------------- */
.spFloat, .unitFloatAfter .spFollow, img.floatL, .unitFloat .spFloat { float: left; }
.unFloat .spFollow { display: inline; }
.unitFloatRe .spFloat,
.unitFloatAfter .spFloat,
img.floatR,
.unitFloatRe .spFloat,
.unitFloatAfter .spFloat {
	margin-right: 0;
	float: right;
}
.unitFloat .spFollow,
.unitFloatRe .spFollow { overflow: hidden; }
.unitFloatAfter .spFollow { width: 100%; }
.caption {
	padding-top: 5px;
	display: block;
}
/* Base Margin
---------------------------- */
img.floatL, .unitFloat .spFloat { margin-right: 15px; }
img.floatR, .unitFloatRe .spFloat, .unitFloatAfter .spFloat { margin-left: 15px; }
/*----------------------------------------------*/
/* addMarker
/*----------------------------------------------*/
img.icoL, img.icoR {
	vertical-align: middle;
	margin-top: -3px;
}
img.icoL { margin-right: 3px; }
img.icoR { margin-left: 3px; }
.addMarker li {
	background-position: 0 0.1em;
	background-repeat: no-repeat;
	padding-left: 18px;
}
/*--------------------------------------------- */
/* addIco : .addIco + .ico[type]
/*--------------------------------------------- */
.addIco {
	width: 16px;
	height: 16px;
	overflow: hidden;
	display: inline-block;
	background: no-repeat 0 0;
	text-align: left;
	text-indent: -777px;
	vertical-align: middle;
	margin-left: 3px;
}
/*----------------------------------------------*/
/* table
/*----------------------------------------------*/
table, table th, table td { border: 1px solid #CCC; }
table th, table td {
	border-top: 0;
	border-left: 0;
	padding: 5px;
}
table th { text-align: left; }
table {
	width: 100%;
	border-right: 0;
	border-bottom: 0;
	border-spacing: 0;
	border-collapse: separate;
}
/*----------------------------------------------*/
/* effFade
/*----------------------------------------------*/
img.effFade {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a:hover img.effFade {
	-moz-opacity: 1;
	opacity: 1;
}
a:active img.effFade {
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.effOutLine {
	border: 1px solid #FFF;
	overflow: hidden;
}
a.effOutLine:hover { border-color: #F30; }
a.effOutLine:active { border-color: #FFF; }
/*----------------------------------------------*/
/* etc
/*----------------------------------------------*/
.imgFit { line-height: 0!important; }
.clear { clear: both; }
