
@charset "utf-8";

/*===================================
and_base2016.css（＆全体共通CSS）

last modified --2018-03-30-16:00--
===================================*/


/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
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 {
	border: 0 none;
	border-collapse: collapse;
	color: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	list-style-type: none;
	margin: 0;
	outline: medium none;
	padding: 0;
	table-layout: fixed;
	text-decoration: none;
	vertical-align: baseline; }




/* ---------------------------------------------------------
■ 全体
--------------------------------------------------------- */
body {
	letter-spacing: 1px; }

#wrapper {
	/* overflow: hidden; */ }

a.Blank {
background: url("/css/images/arrow_link_small_blank.gif") no-repeat right 1px;
padding-right: 15px;
}
a.Blank:hover {
background-position: right -120px;
}
/*太字*/
.fwB {
 font-weight: bold !important;
}


/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
#Footer {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 10px;
	background: #ebebe4;
	border-top: 1px solid #e6e6df; }


/* ページトップへ */
#ToTop {
	position: relative;
	top: -18px;
	width: 100%; }

#ToTopInner {
	width: 980px;
	margin: 0 auto; }

#ToTopInner p {
	display: block;
	float: right;
	height: 24px;
	padding: 0 10px;
	line-height: 18px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #ebebe4; }

#ToTopInner p a {
	color: #696962;
	font-size: 75%;
	font-weight: bold;
	line-height: 18px; }

#ToTopInner p a:hover {
	color: #373730; }


/* リンク */
#FooterInner {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0; }

#Footer .AboutSite {
	padding: 0 10px; }

#Footer .AboutSite ul {
	padding: 0 0 12px; }

#Footer .AboutSite ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 8px;
	color: #696962;
	font-weight: normal; }


#Footer .AboutSite ul li a {
	display: block;
	margin: 0 0 0 11px;
	padding: 0 0 0 13px;
	color: #696962;
	font-size: 75%;
	line-height: 13px;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
    -webkit-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
	border-left: 1px solid #dcdcd5; }

#Footer .AboutSite ul li a:hover {
	color: #373730;
	text-decoration: underline; }

#Footer .AboutSite ul li.Fst a {
	margin-left: 0;
	padding-left: 0;
	border-left: none; }


#Footer .AboutSite .Copyright {
	clear: both;
	margin: 0;
	padding: 0 0 10px; }

#Footer .AboutSite .Copyright p {
	margin: 0;
	padding: 0 0 8px;
	color: #696962;
	font-size: 75%;
	line-height: 13px; }


/* ---------------------------------------------------------
■ お知らせ枠
--------------------------------------------------------- */
#InfoTextArea {
	width: 980px;
	margin: 5px auto;
	border: 1px solid #c1c1c1;
	padding: 10px 15px;
	box-sizing: border-box;
}
#Top #InfoTextArea {
	margin: 5px auto 30px;
}
#Top #InfoTextArea p {
	font-size: 88%;
}
#InfoTextArea p{
	color: #333;
	font-size: 80%;
	line-height: 1.6;
}
#InfoTextArea p a {
	font-weight: bold;
}
#InfoTextArea p a:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}
#InfoTextArea .InfoLabel {
	background: #aaa;
	color: #fff;
	font-size: 90%;
	padding: 4px 7px;
	margin-right: 10px;
	letter-spacing: 0;
	vertical-align: 1px
}
#Article .Sub #InfoTextArea {
	margin: 0 auto 30px;
	width: 100%;
	padding: 10px;
}
#Article .Sub #InfoTextArea p{
	font-size:78%;
	line-height: 1.7;
}
#Article .Sub #InfoTextArea .InfoLabel{margin-right: 7px;}
#Article #InfoTextArea{margin:15px auto 5px;}

/* ---------------------------------------------------------
■ 動画再生マーク
--------------------------------------------------------- */
.VideoPlay {
text-align: center;
position: relative;
}
.Play {
width: 2em;
height: 2em;
border-radius: 50%;
position: absolute;
border: 0.26em solid rgba(255, 255, 255, 0.8);
left: 12px;
top: 154px;
}
.Play::before {
position: absolute;
content: "";
top: 0.28em;
left: 0.75em;
width: 0em;
height: 0em;
border-top: 0.7em solid rgba(44, 44, 44, 0);
border-bottom: 0.7em solid transparent;
border-left: 0.8em solid rgba(255, 255, 248, 0.8);
}

/* ---------------------------------------------------------
■ gumgumとpushの調整
--------------------------------------------------------- */
.gg-in-screen-fix #cwp-wrapper{bottom: 100px;}

/* ---------------------------------------------------------
■ 汎用
--------------------------------------------------------- */
.lh0 { line-height: 0; }

.clearFix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size:0;
	visibility:hidden; }
