@charset "UTF-8";



/* 段落設定
---------------------------------------------------- */
hr {　/*Operaでは通常水平線*/
	border: 0 none;
	height: 0px;
	color: #999999; /*IE6バグ対策*/
	background-color: #999999;
}

hr.displayNone {
	display: none;
}

hr.dash {
	color: #FFFFFF; /*IE6バグ対策*/
	background-color: #FFFFFF;
  border: 0 none;
  border-top: 1px dashed #999999;
}



ul , ol {
	clear: both;
	margin: 0px;
	padding: 0px;
}



ul li:last-child , ol li:last-child {
	margin-bottom: 0px;
}

ul.nai {
	padding-left: 40px;
}

ul.normal , ol.normal {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}

ul.normal li , ol.normal li {
	line-height: 1.6em;
	margin-bottom: 0.8em;
}


ul.list_menu li , ol.list_menu li  {
	margin-bottom: 10px;
	list-style-type: none;
	background-image: url(../image_parts/yajirushi/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 23px;
}

ul.li_icon li.li_pdf, ul.li_icon li.li_word, ul.li_icon li.li_excel {
	line-height: 1.7em;
	margin-bottom: 0.8em;
	list-style-type: none;
	clear: left;
}

ul.li_icon li.li_pdf {
	background-image: url(../image_parts/icon/PDF.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 45px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:40px;
}


ul.li_icon li.li_word {
	background-image: url(../image_parts/icon/word.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 45px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:40px;
}


ul.li_icon li.li_excel {
	background-image: url(../image_parts/icon/excel.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 45px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height:40px;
}

ol.r-brackets {
  counter-reset: num-alpha;
  padding: 0;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
}

ol.r-brackets li {
  line-height: 1.6em;
  margin-bottom: 0.8em;
  margin-left: 2.8em;
  text-indent: -2.8em;
  list-style-type: none;
  list-style-position: outside;
  counter-increment: num-alpha;
}


ol.r-brackets li:before {
  content: "（" counter(num-alpha, upper-alpha) "）";
}



/* DL */
dl.org-copy {
  margin: 0;
}

dl.org-copy dt {
  float: left;
}

dl.org-copy dd {
  margin-left: 4em;
  margin-bottom: 1.7em;
}





/* 会員専用ページ用リスト
---------------------------------------------------- */
ul.mmb li , ol.mmb li {
	margin-bottom: 2em;
}






/* 段落
---------------------------------------------------- */

.h1_block{
	clear: both;
	color: #454545;
	padding-left: 27px;
	background-image: url(../image_parts/h/h1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 20px;
	float: left;
	width: 100%;
}

h1{
	margin-top: 4px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #111111;
	font-size: 2.4em;
	clear: left;
	line-height: 1.1em;
}

h1 span.h1_english{
	margin-top: 8px;
	padding-bottom: 0px;
	color: #aaaaaa;
	font-size: 0.6em;
	font-weight: normal;
	padding-left: 30px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}




h2 {
	color: #333333;
	margin-bottom: 30px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	background-color: #F3F3F3;
	padding-top: 14px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #47BB12;
	clear: both;
	overflow: hidden;
	margin-top: 60px;
}

h2:first-child {
	margin-top: 30px;
}




h2.h2_top{
	margin: 0px;
	padding: 0px;
	border-left-style: none;
	float: left;
}






h3{
	color: #111111;
	margin-bottom: 30px;
	font-size: 1.4em;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 40px;
}

h3.notice {
	color: #111111;
	margin-bottom: 30px;
	font-size: 1.2em;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #F8AA34;
  background-color: #FDF5CF;
	padding-top: 8px;
	padding-bottom: 5px;
  padding-right: 8px;
}





h4{
	font-size: 1em;
	font-weight: bold;
	color: #111111;
	margin-top: 20px;
	margin-bottom: 15px;
}


h5{
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}





/* 改行設定（英文）
---------------------------------------------------- */
p.break {
  word-wrap: break-word;
  overflow-wrap: break-word;
}



