@charset "utf-8";

/* ------------------------------------------

browser style clear

------------------------------------------*/

body {
	font-size: 62.5%;/* default font-size IE 10px*/		
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	color: #333;
	text-align: center;
	height: 100%;
}

/* Except IE */
html > body {
	font-size: 14px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
fieldset,
textarea {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dt,
dd,
ol,
li,
th,
td,
input,
textarea,
address {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
}

li, dt, dd {
	list-style: none;
	font-size: 1.2em;
}

p {
	line-height: 1.5;
	font-size: 12px;
}

a img {
	border: none;
}

a {
	outline : 0;
}

a:link {
	color: #213f98;
	text-decoration: none;
}

a:visited {
	color: #213f98;
	text-decoration: none;
}

a:hover {
	color: #213f98;
	text-decoration: underline;
}

a:active {
	color: #213f98;
	text-decoration: underline;
}


address,
caption,
cite,
code,
dfn,
th {
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

select option {
	padding: 0 5px;
}

th,td {
	font-size: 1.2em;
}

/* ------------------------------------------

common

------------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.a_left {
	text-align: left;
}

.a_right {
	text-align: right;
}

.a_center {
	text-align: center;
}

.page-break {
	page-break-before:always;
}

.mb_10 {
  margin: 0 0 10px 0;
}

.mb_20 {
  margin: 0 0 20px 0;
}

.mb_30 {
  margin: 0 0 30px 0;
}

.t_b {
  font-weight: bold;
  color: #000;
}

.txt_s {
  font-size: 10px;
}

/* ------------------------------------------

コンテンツ

------------------------------------------*/
div#wrapper {
  width: 810px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
}

div#wrapper h1 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 30px 0;
}

div#wrapper div#inbox h2 {
  font-size: 14px;
  margin: 0 0 １0px 0;
}

div#wrapper div#inbox h3 {
  font-size: 12px;
}

div#wrapper div#inbox p {
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
}

div#wrapper div#inbox li {
  font-size: 12px;
  text-indent: -1em;
  margin: 0 0 5px 20px;
}

div#wrapper p#mb-bildmarke img{
  margin-bottom: 10px;
}


