@charset "utf-8";
/* ============================================================ */
/* 基本設定 */
/* ============================================================ */
html {
	font-size: 62.5%;
}

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 1.8;
}

#wrap {
	font-size: 16px;
	font-size: 1.6rem;
	min-width: 1000px;
	overflow: hidden;
	margin-bottom: -20px;
}

.cf { zoom: 1; }

.cf:after {
  display: block; 
  clear: both;
  content: ""; 
}

input,
select,
textarea,
button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

p {
	margin: 15px 10px;
}



/*----- .noscript -----*/

.noscript {
	padding: 6px 0;
	background: #f6f7f7;
}

.noscript p {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 28px;
	background: url(/shared/img/shared/icon_note.png) 0 center no-repeat; 
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
}

.noscript p,
.noscript p a {
	color: #ff0000;
}

.noscript p a:hover {
	text-decoration: none;
}



/* ============================================================ */
/* リンク設定 */
/* ============================================================ */
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #222c81;
}

a img {
	display: inline-block;
}

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.mgt0 { margin-top: 0 !important; }

.mgb0 { margin-bottom: 0 !important; }

.pdt0 { padding-top: 0 !important; }

.pdb0 { padding-bottom: 0 !important; }



/* ============================================================ */
/* #topic_path */
/* ============================================================ */
#topic_path {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #dadada;
}

#topic_path.no_border {
	border-bottom: none;
}


#topic_path ol {
	width: 980px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
}

#topic_path li {
	float: left;
}

#topic_path .current {
	color: #3843a7;
}



/* ============================================================ */
/* .common_contents_block */
/* ============================================================ */
.common_contents_block {
	padding: 60px 0 0;
}