@charset "utf-8";
/*------------------------------------------------------------
デフォルトスタイル
------------------------------------------------------------*/

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

a,
a:link {

  text-decoration: none;
}

a:visited {}

a:hover {

  text-decoration: underline;
}

a:active {}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.over a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

body {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.6;
  background: #fbcde1;
  -webkit-text-size-adjust: none;
}

.container {
  margin: 0px auto 0;
}

.container:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/

header {
  text-align: center;
  margin-bottom: 65px;
}

li:last-child {
  margin-right: 0 !important;
}


/*------------------------------------------------------------
フッター
------------------------------------------------------------*/

footer {

  overflow: hidden;
}

footer .inner a {}

/*------------------------------------------------------------
各ページ共通パーツ
------------------------------------------------------------*/

.fl,
.alignleft {
  float: left;
}

.fr,
.alignright {
  float: right;
}

.ct {
  text-align: center;
  font-size: 18px!important;
}

.conts_wrap {
  margin: 0 auto 20px;
  clear: both;
  width: 950px;
}

.conts_wrap:after,
.inner:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.conts_wrap .inner {}

.conts_wrap p,
.conts_wrap ul {
  margin: 0 0 1em;
  font-size: 16px;
}

.btn {
  text-align: center;
  clear: both;
}

.ttl01 {
  text-align: center;
  margin: 0 0 20px;
}

.ttl02 {
  background: #FFF;
  padding: 17px 0;
  text-align: center;
  margin: 30px 0;

  border: solid 1px #ecbfd3;
}