@charset "UTF-8";
/* フッターの固定 */
div#footer-fixed
{

    position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;                /* 横幅100%　*/
    height: 60px;              /* 縦幅140px */
}

div#footer-bk
{
	background-color:#429f36;     /* 背景色(黒) */
	padding:10px 0 20px;       /* 上10px、下20pxをあける */
	height:50px;              /* 縦の高さ140px */
	width:100%;                /* 横の幅を100% */
	font-size: 20px;
	font-weight:700;
	text-align: center;
}

div#footer {
/* 	border: 5px solid #fff;     表示領域を白枠で囲う */
/* 	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
/* 	width: 960px;              /* 横の幅970px */
/* 	margin: auto;              /* 中央揃え */
}
#footer a:link { color: rgb(255, 255, 255); }
#footer a:visited { color: rgb(255, 255, 255); }
#footer a:hover { color: rgb(214, 214, 214); }
#footer a:active { color: rgb(255, 255, 255); }

body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
background-color: rgb(228, 228, 228);
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
	  border-style:none;
}
.wrapper_max {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(255, 255, 255);
	padding: 10px;
}
.wrapper {
	width: 600px;
margin-left: auto;
margin-right: auto;
}
.pankuzu{
	width: 300px;
	height: 30px;
	font-size: 75%;
}

.pr {
	font-size: 75%;
color: rgb(134, 134, 134);
}

.kakidasi {
	width: 550px;
background: #F0F0F0;
color: #000000;
padding: 25px;
line-height: 1.5em;
margin: 20px 0 30px;
}

.syoukai {
	font-size: 90%;
width: 500px;
background: #F0F0F0;
color: #212121;
padding: 10px;
line-height: 1.60em;
margin: 10px 0 10px;
}

.main_text_q {
	font-weight: 700;
font-size: 100%;
width: 600px;
line-height: 1.7em;
}

.main_text_a {
	font-size: 100%;
	width: 600px;
	line-height: 1.7em;
}

.otamesi_bana{
	margin-bottom: 20px;
}

.futter_writer {
	color: #5c5c5c;
	font-size: 80%;
	width: 500px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.kanren_kiji_wrapper {
	font-weight: 700;
	border: 1px solid #000000;
	width: 500px;
	padding: 25px;
	line-height: 1.5em;
	margin: 10px auto 10px auto;
}
.kanren_midasi{
	font-size: 20px;
	line-height: 1.5em;
	margin: 30px auto 30px auto;
}
.link_kiji {
	font-size: 16px;
	line-height: 1.5em;
	margin: 30px auto 30px auto;
	border-bottom: 1px dashed rgb(93, 93, 93);
}

.cp_link {
	color: #3890b1;
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
}
.cp_link:hover {
	color: #fff;
	background-color: #00BCD4;
}

img.header_img {
	margin-left: auto;
	margin-right: auto;
}
a {
	text-decoration: none !important;
}


h1 {
    font-weight: 700;
    font-size: 26px;
    margin: 0;
    line-height: 1.5em;
		margin-bottom: 20px;
}



h2 {
	border-bottom : 3px solid rgb(139, 69, 69);
font-size: 24px;
line-height: 1.3em;
position: relative;
margin-bottom: 20px;
  border-left-width : 15px;
  border-left-style : solid;
  border-left-color : rgb(102, 0, 0);
  padding-left : 10px;
}

h2:after {
	position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #5b1313;
bottom: -3px;
width: 20%;
}


h4 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    line-height: 1.5em;
		margin-bottom: 20px;
}

.futter {
	border-top : 1px solid gray;
  margin-top : 20px;
  padding-top : 10px;
}
.copy {
font-size: 14px;
text-align: center;
  color : gray;
}
