@charset "UTF-8";

/* reset
================================================================================================================== */
html {
  overflow-y: scroll;
}
body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: "MS PGothic","ＭＳ Ｐゴシック","Osaka","Meiryo","メイリオ",sans-serif;
  font-size: 12px;
  *font-size: 75%;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}
ul {
  list-style: none;
}
ul ul, ul ol {
  margin-bottom: 0;
}
ol ul, ol ol {
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table ul, table ol {
  margin-bottom: 0;
}
table th {
  font-weight: normal;
  text-align: left;
}
img {
  border: 0;
  vertical-align: bottom;
}
input {
  vertical-align: middle;
  font-size: 100%;
}
input[type="submit"]::-moz-focus-inner {
  border: 0px;
}
em, address {
  font-style: normal;
}
em {
  font-weight: bold;
}

/* margin set
================================================================================================================== */
p {
  margin: 0;
}
table {
  margin: 0;
  word-break: break-all;
  word-wrap: break-word;
}
ul, ol {
  margin: 0;
  padding: 0;
}
dl {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

/* link style
================================================================================================================== */
a {
  color: #3333ff;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: underline;
}

/* base style
================================================================================================================== */
html {
  height: 100%;
}

body {
  height: 100%;
  min-width: 980px;
  line-height: 1.65;
  background: #f5f5f5;
  color: #000;
  font-size: 100%;
}
@media only screen and (max-width: 640px) {
  body {
    width: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }
}

#wrapper {
  position: relative;
  background: #fff;
  font-size: 82%;
}
@media only screen and (max-width: 640px) {
  #wrapper {
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
  }
}

input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: -3px;
}

input[type="text"], textarea {
  padding: 4px 3px 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  cursor: pointer;
}

/* Block Skip */
div.blockskip {
  width: 100%;
  z-index: 9999;
  overflow: visible;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  div.blockskip {
    display: none;
  }
}
div.blockskip a {
  width: 100%;
  min-width: 980px;
  height: 1px;
  line-height: 0;
  overflow: hidden;
  display: block;
  margin: 0;
  margin-top: -1px;
  padding: 0;
  background: #333333;
  color: #666666;
  text-align: center;
  text-decoration: none;
  cursor: default;
}
div.blockskip a:hover {
  text-decoration: underline;
}
div.blockskip a.show {
  height: 1em;
  line-height: 1em;
  padding: 6px 0 5px;
  color: #ffffff;
  cursor: pointer;
}

noscript.jsAlert p {
  display: block;
  padding: 1em 0;
  background-color: #FFFFFF;
  text-align: center;
}

/* header set
================================================================================================================== */
#header {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-top: 2px solid #00a1e9;
  background: #ffffff;
}
@media only screen and (max-width: 640px) {
  #header {
    overflow: visible;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
#header .header_inner {
  width: 980px;
  position: relative;
  margin: 0 auto;
}
#header .header_inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  content: " ";
  clear: both;
}
@media only screen and (max-width: 640px) {
  #header .header_inner {
    width: 100%;
    min-width: 320px;
  }
}
@media only screen and (max-width: 640px) {
  #header .header_inner .nav_group {
    display: none;
    position: absolute;
    width: 100%;
    top: 70px;
    z-index: 9999;
  }
}
#header .header_inner .logo {
  float: left;
  padding: 5px 0 0 1px;
}
@media only screen and (max-width: 640px) {
  #header .header_inner .logo {
    float: none;
    padding: 6px 0 0 20px;
  }
}
#header .header_inner .menu_btn {
  display: none;
}
@media only screen and (max-width: 640px) {
  #header .header_inner .menu_btn {
    display: block;
    position: absolute;
    width: 136px;
    height: 34px;
    top: 24px;
    right: 11px;
  }
  /*#header .header_inner .menu_btn.active {
    background: url(/common/images/sp/mod_btn_menu_sp_01_close.gif) 0 0 no-repeat;
    text-indent: -9999px;
  }*/
}
#header .header_inner .head_menu {
  float: right;
  margin: 33px 0 8px 0;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  #header .header_inner .head_menu {
    float: none;
    padding: 10px;
    margin: 0;
    background: #313463;
  }
}
#header .header_inner .head_menu li {
  float: left;
  margin-left: 10px;
  border-left: 1px dotted #CCCCCC;
}
@media only screen and (max-width: 640px) {
  #header .header_inner .head_menu li {
    float: none;
    line-height: 1.5;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #cccccc;
    border-bottom: none;
    border-top: 1px dotted #cccccc;
    background: #ffffff;
  }
  #header .header_inner .head_menu li a {
    display: block;
    padding: 15px 20px;
    color: #000000;
    font-weight: bold;
  }
}
#header .header_inner .head_menu li.menu_help {
  margin-top: 3px;
  padding: 0 0 0 33px;
  background: url(/common/images/pc/mod_icoType_pc_01.gif) 10px 50% no-repeat;
  border: none;
}
@media only screen and (max-width: 640px) {
  #header .header_inner .head_menu li.menu_help {
    background: #ffffff;
    border-right: none;
  }
}
#header .header_inner .head_menu li.menu_contact {
  margin-top: 3px;
  padding: 0 0 0 33px;
  background: url(/common/images/pc/mod_icoType_pc_02.gif) 10px 50% no-repeat;
}
@media only screen and (max-width: 640px) {
  #header .header_inner .head_menu li.menu_contact {
    background: #ffffff;
    border-right: none;
  }
}
#header .header_inner .head_menu li.menu_sitemap {
  margin-top: 3px;
  padding: 0 0 0 33px;
  background: url(/common/images/pc/mod_icoType_pc_03.gif) 10px 50% no-repeat;
}
@media only screen and (max-width: 640px) {
  #header .header_inner .head_menu li.menu_sitemap {
    background: #ffffff;
    border-right: none;
  }
}
#header .header_inner .head_menu li.menu_fontsize {
  line-height: 1em;
  padding-left: 31px;
  border-left-style: solid;
  background: url(/common/images/pc/mod_icoType_pc_04.gif) 10px 55% no-repeat;
}
@media only screen and (max-width: 640px) {
  #header .header_inner .head_menu li.menu_fontsize {
    display: none;
  }
}
#header .header_inner .head_menu li.menu_fontsize dl {
  height: 24px;
}
#header .header_inner .head_menu li.menu_fontsize dl dt {
  float: left;
  width: 59px;
  margin: 0 5px 0 0;
  padding-top: 1px;
}
#header .header_inner .head_menu li.menu_fontsize dl dt img {
  vertical-align: bottom;
}
#header .header_inner .head_menu li.menu_fontsize dl dd {
  display: block;
  height: 24px;
}
#header .header_inner .head_menu li.menu_fontsize dl dd ul {
  width: 250px;
  list-style: none;
}
#header .header_inner .head_menu li.menu_fontsize dl dd ul li {
  float: left;
  width: 62px;
  margin-left: 0;
  border: none;
}
#header #gnav {
  clear: both;
  margin: 0 -100% -2px;
  padding-bottom: 3px;
  background: url(/common/images/pc/gnav_bg_01.gif) 0 0 repeat-x;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #header #gnav {
    display: block;
    margin: 0;
    padding: 10px;
    background: #313463;
  }
}
#header #gnav ul {
  width: 980px;
  margin: auto;
  padding-left: 0;
  text-align: left;
}
#header #gnav ul:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  #header #gnav ul {
    width: auto;
    margin: 0;
  }
}
div#gnav ul li {
  float: left;
  list-style: none;
  margin: 0;
}
div#gnav ul.laws li:nth-of-type(1) {
  background-color: #7FB016;
}
div#gnav ul.egov li:nth-of-type(2) {
  background-color: #35A0DE;
}
div#gnav ul.procedure li:nth-of-type(3) {
  background-color: #F27318;
}
div#gnav ul.public li:nth-of-type(4) {
  background-color: #978268;
}
div#gnav ul.faq li:nth-of-type(5) {
  background-color: #464dC5;
}
@media only screen and (max-width: 640px) {
  #header #gnav ul li {
    float: none;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom: 1px dotted #cccccc;
    background: #ffffff;
  }
  #header #gnav ul li:first-child {
    border-top: 1px solid #cccccc;
  }
  #header #gnav ul li:last-child {
    border-bottom: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 640px) {
  #header #gnav ul li a {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    padding: 15px 20px;
    background: #fff;
    color: #000;
    font-weight: bold;
    text-indent: 0;
  }
  #header #gnav ul li a:after {
    display: block;
    position: absolute;
    width: 11px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    background: url(/common/images/pc/mod_ico_arw_07.png) 0 0 no-repeat;
    content: "";
  }
}
div#gnav ul li a img {
  vertical-align: auto!important;
}
*:first-child+html div#gnav ul li a img{
  vertical-align: bottom!important;
} /* IE7 */ 
@media only screen and (max-width: 640px) {
  div#gnav ul li a img {
    display: none;
  }
}
div#gnav ul li a span {
  display: none;
}
@media only screen and (max-width: 640px) {
  div#gnav ul li a span {
    display: block;
  }
}


/* topicpath set
================================================================================================================== */
.topicpath {
	clear: both;
	padding: 8px 0 5px 0;
	background: url(/common/images/pc/mod_bg_topicpath.gif) repeat-x left bottom;
	margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .topicpath {
    display: none;
  }
}
.topicpath ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  content: " ";
  clear: both;
}
.topicpath ul li {
  padding: 8px 0.2em 3px 0;
  display: inline;
  margin-left: 1px;
  color: #000;
}
.topicpath ul li:first-child {
  margin-left: 5px;
  padding-left: 30px;
  background: url(/common/images/pc/mod_ico_home_01.gif) 3px 4px no-repeat;
}
.topicpath ul li .arw {
  padding-left: 4px;
}

/* container set
================================================================================================================== */
#container {
  width: 980px;
  margin: 0 auto;
}
#container:after {
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  content: " ";
  clear: both;
}
@media only screen and (max-width: 640px) {
  #container {
    width: auto;
    margin: 0;
  }
}

/* contents set
================================================================================================================== */
#contents {
  width: 706px;
  float: right;
	padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #contents {
    float: none;
    width: auto;
    padding: 10px 10px 0;
  }
}

.column01 #contents {
  width: 100%;
  float: none;
}
@media only screen and (max-width: 640px) {
  .column01 #contents {
    width: auto;
  }
}

/* aside set
================================================================================================================== */
#aside {
  width: 248px;
  float: left;
}
@media only screen and (max-width: 640px) {
  #aside {
    float: none;
    width: auto;
    padding: 0 10px 10px;
  }
}
#aside .aside_box {
  overflow: hidden;
  position: relative;
	padding-bottom: 10px;
  background: #ffffff url(/common/images/pc/mod_box1_bg_btm.gif) left bottom no-repeat;
}
#aside .aside_box .aside_ttl {
	padding: 7px 10px;
  background: #F7F7F7 url(/common/images/pc/mod_box1_bg_top.gif) left top no-repeat;
  border-bottom: 2px solid #343ea7;
  color: #000;
  font-weight: bold;
}
#aside .aside_box > ul {
  padding-top: 10px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#aside .aside_box > ul > li {
  padding: 0 17px 0 12px;
  background: #fff;
}
#aside .aside_box > ul > li a {
  display: block;
  padding-left: 18px;
  background: url(/common/images/pc/mod_ico_arw_01.png) 0 0.5em no-repeat;
}
#aside .aside_box > ul > li.active02 {
  background: #e6e6e6;
}
#aside .aside_box > ul > li.active02 a {
  background: url(/common/images/pc/mod_ico_arw_01.png) 0 0.5em no-repeat;
}
@media only screen and (max-width: 640px) {
	#aside .aside_box {
		padding-bottom: 0;
		background: none;
		overflow: hidden;
		position: relative;
		border: 1px solid #cccccc;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}
	#aside .aside_box .aside_ttl {
		background: #F7F7F7;
		padding: 7px 10px;
		border-bottom: 2px solid #343ea7;
		color: #000;
		font-weight: bold;
	}
	#aside .aside_box > ul {
		padding: 10px 0;
		border-right:none;
		border-left:none;
	}
  #aside .aside_box > ul > li.active02 a {
    background: url(/common/images/pc/mod_ico_arw_01.png) 0 0.5em no-repeat;
  }
}
#aside .aside_box > ul > li.active,
#aside .aside_box > ul > li:hover {
  background: #e6e6e6;
}
@media only screen and (max-width: 640px) {
  #aside .aside_box > ul > li.active > a {
    background: url(/common/images/pc/mod_ico_arw_01.png) 0 0.5em no-repeat;
  }
}
#aside .aside_box > ul > li > ul {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #aside .aside_box > ul > li > ul {
    display: none !important;
  }
}
#aside .aside_box > ul > li > ul.visible {
  display: none;
}
#aside .aside_box > ul > li > ul.visible.active {
  display: block;
}
#aside .aside_box > ul > li > ul li {
  margin: 0 -17px 0 -12px;
  padding: 0 33px 0 24px;
  background: #fff;
}
#aside .aside_box > ul > li > ul li.active {
  background: #e6e6e6;
}
#aside .aside_box > ul > li > ul li a {
  background: url(/common/images/pc/mod_ico_arw_08.png) 9px 0.6em no-repeat;
}

/* section style
================================================================================================================== */
.section_typeA01 {
  margin-bottom: 10px;
}
.section_typeA02 {
  margin-bottom: 20px;
}
.section_typeA03 {
  margin-bottom: 30px;
}
.section_typeA04 {
  margin-bottom: 40px;
}
.section_typeA01 p, .section_typeA02 p, .section_typeA03 p, .section_typeA04 p {
  margin-bottom: 10px;
}

/* heading style
================================================================================================================== */
.heading_typeA01 > * {
  padding-bottom: 3px;
  border-bottom: 6px solid #ccc;
  font-size: 150%;
  font-weight: bold;
}
.heading_typeB01, .ttlStyleA, .ttlStyleB h2, .idxBox h2 {
  border: 1px solid #cccccc;
  border-bottom: 2px solid #c5bea2;
  background: #fff;
	clear: both;
}
.heading_typeB01 > *, .ttlStyleA > *, .idxBox h2, .ttlStyleB h2 {
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  padding: 7px 35px 8px 19px;
  background-color: #f5f1e2;
  font-weight: bold;
}
.heading_typeB01 > *.ico01 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_03.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico02 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_04.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico03 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_05.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico04 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_01.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico05 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_13.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico06 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_14.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico07 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_15.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico08 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_16.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico09 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_17.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico10 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_18.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico11 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_19.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico12 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_20.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico13 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_21.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico14 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_22.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > *.ico15 {
  padding: 7px 35px 8px 53px;
  background: url(/common/images/pc/mod_ico_type_23.png) 19px 50% no-repeat #f5f1e2;
}
.heading_typeB01 > * a {
  display: block;
  position: relative;
  margin: -7px -35px -8px -53px;
  padding: 7px 35px 8px 53px;
}
.heading_typeB01 > * a:after {
  display: block;
  position: absolute;
  width: 11px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  background: url(/common/images/pc/mod_ico_arw_07.png) 0 0 no-repeat;
  content: "";
}
.heading_typeB01 > *.check_setup {
  color: #666666;
  font-weight: normal;
}
.heading_typeB01 > *.check_setup.ico01 {
  background-position: 19px 56%;
}
.heading_typeB01 > *.check_setup span {
  margin: 0 0.4em 0 0.1em;
  font-size: 200%;
  line-height: 1;
}
.heading_typeB01 > *.check_setup strong {
  color: #000000;
  font-weight: bold;
}
.heading_typeC01 {
  padding: 10px 0 10px 20px;
}
.heading_typeC01 > * {
  padding-left: 20px;
  background: url(/common/images/pc/mod_ico_type_02.png) 0 0.3em no-repeat;
  font-weight: bold;
}
.ttlStyleB {
	clear: both;
	position: relative;
}
.ttlStyleB h3, .ttlStyleB h4 {
	font-weight: bold;
}
.ttlStyleB h3 > span {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	color: #333666;
}
.heading_typeC02 {
  padding: 10px 0 10px 20px;
  background: #f5f5f5;
}
.heading_typeC02 p, .ttlStyleA h2 {
  margin-bottom: 0;
}
.heading_typeC02 > * {
  padding-left: 20px;
  background: url(/common/images/pc/mod_ico_type_02.png) 0 0.3em no-repeat;
  font-weight: bold;
}
.mapBox h2, .mapBox h3, .idxBox h3 {
  padding: 6px 20px;
  background: #f5f5f5;
}
.mapBox h2 a, .mapBox h3 a, .mapBox h2 em, .mapBox h3 em, .idxBox h3 {
  padding: 2px 20px;
  background: url(/common/images/pc/mod_ico_type_02.png) 0 0.3em no-repeat;
  font-weight: bold;
}
.heading_typeC03 > *, .help h3 {
  padding-left: 20px;
  background: url(/common/images/pc/mod_ico_type_02.png) 0 0.3em no-repeat;
  font-weight: bold;
}
.heading_typeD01 > * {
  font-weight: bold;
}
.ttlStyleA, .help h3, .ttlStyleB h2 {
	margin-bottom: 10px;
}
.ttlStyleA h2.mb30, .ttlStyleA h2.mb20, .ttlStyleA h2 {
	margin-bottom: 0 !important;
}
.ttlStyleA a#IE, .ttlStyleA a#FF, .ttlStyleA a#safari {
	color: #000000;
	text-decoration: none;
}
.ttlStyleA h2 {
  border: none;
}
h2.numberTitle {
	min-height: 24px;
	height: auto !important;
	height: 24px;
	padding: 0 0 3px 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-weight: bold;
}
.num01 {
	background-image: url(/help/images/icn_num01.gif);
}
.num02 {
	background-image :url(/help/images/icn_num02.gif);
}
.num03 {
	background-image: url(/help/images/icn_num03.gif);
}
.num04 {
	background-image: url(/help/images/icn_num04.gif);
}
.num05 {
	background-image: url(/help/images/icn_num05.gif);
}
.num06 {
	background-image: url(/help/images/icn_num06.gif);
}
.num07 {
	background-image: url(/help/images/icn_num07.gif);
}
.num08 {
	background-image: url(/help/images/icn_num08.gif);
}
.num09 {
	background-image: url(/help/images/icn_num09.gif);
}
.num10 {
	background-image: url(/help/images/icn_num10.gif);
}
.num11 {
	background-image: url(/help/images/icn_num11.gif);
}
.num12 {
	background-image: url(/help/images/icn_num12.gif);
}


/* column style
================================================================================================================== */
.layout_column_typeA01 {
  margin: 0 0 -10px -10px;
  overflow: hidden;
  *zoom: 1;
}
.layout_column_typeA01 .layout_column_typeA01_inner {
  float: left;
  width: 346px;
  margin: 0 0 10px 10px;
}
@media only screen and (max-width: 640px) {
  .layout_column_typeA01 .layout_column_typeA01_inner {
    width: auto;
    float: none;
  }
}
.layout_column_typeA02 {
  margin: 0 0 -15px -15px;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 640px) {
  .layout_column_typeA02 {
    margin: 0 0 -20px -20px;
  }
}
.layout_column_typeA02 .layout_column_typeA02_inner {
  float: left;
  width: 343px;
  margin: 0 0 15px 15px;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 640px) {
  .layout_column_typeA02 .layout_column_typeA02_inner {
    float: none;
    width: auto;
    margin: 0 0 20px 20px;
  }
}
.layout_column_typeA02 .layout_column_typeA02_inner .d_list_typeA01 {
  padding: 10px;
}
.layout_column_typeA02 .layout_column_typeA02_inner .heading_typeB01 {
  margin: -1px -1px 0;
}
.layout_column_typeA02 .layout_column_typeA02_inner p {
  padding: 10px;
}
.layout_column_typeB01 {
  overflow: hidden;
  *zoom: 1;
}
.layout_column_typeB01 .layout_column_typeB01_inner {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
}
.layout_column_typeB01 .layout_column_typeB01_inner + .layout_column_typeB01_inner {
  float: right;
}
@media only screen and (max-width: 640px) {
  .layout_column_typeB01 .layout_column_typeB01_inner + .layout_column_typeB01_inner {
    float: none;
    width: auto;
  }
  .layout_column_typeB01 .layout_column_typeB01_inner {
    float: none;
    width: auto;
  }
}

.layout_column_typeC01 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.layout_column_typeC01:after, .layout_column_typeC02:after, .layout_column_typeC03:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.layout_column_typeC01 .typeC01_Tmb {
	float: left;
	width: 240px;
	margin: 0 20px 10px 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.layout_column_typeC02 .typeC01_Tmb {
	float: right;
	width: 240px;
	margin: 0 0 10px 20px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.layout_column_typeC03 .typeC01_Tmb {
	float: left;
	width: 240px;
	margin: 0 20px 10px 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.layout_column_typeC01 .typeC01_Txt {
	padding-left: 280px;
}
.layout_column_typeC01 .typeC01_Txt .section_typeA01 {
	overflow: hidden;
}
.layout_column_typeC01 .typeC01_Txt p {
	text-indent: 1em;
}
@media only screen and (max-width: 640px) {
.layout_column_typeC01 .typeC01_Tmb {
	width: 35%;
	margin-right: 10px;
}
.layout_column_typeC01 .typeC01_Tmb img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.layout_column_typeC02 .typeC01_Tmb, .layout_column_typeC03 .typeC01_Tmb {
	float: none;
	margin: 0 auto 10px auto;
	padding: 4px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.layout_column_typeC01 .typeC01_Txt {
	padding-left: 42%;
}
.layout_column_typeC01 .typeC01_Txt p {
	text-indent: 0;
}
}

/* table style
================================================================================================================== */
.table_typeA01 table, .help table {
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  word-break: break-all;
  word-wrap: break-word;
}
.tblStyleA {
	width:100%;
  word-break: break-all;
  word-wrap: break-word;
}
.table_typeA01 table th, .table_typeA01 table td, .help table th, .help table td {
  width: 50%;
  padding: 6px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table_typeA01 table th, .tblStyleA th, .help table th {
  background: #F7F7F7;
	font-weight: bold;
}
.table_typeA01 table th .req, .table_typeA01 table td .req {
  margin-left: 3px;
}
.help table {
	margin-bottom: 10px;
}
.table_typeB01 table {
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.table_typeB01 table.stripe {
	border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.table_typeB01 table.stripe th, .table_typeB01 table.stripe td {
	border-right: 1px solid #ccc !important;
  border-bottom: none !important;
}
.table_typeB01 table.stripe tr.even_color {
  background: #FCFCFC;
}
.table_typeB01 table th, .table_typeB01 table td {
  width: 33%;
  padding: 6px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table_typeB01 table .w20 {
	width: 20% !important;
}
.table_typeB01 table .w10 {
	width: 10% !important;
}
.table_typeB01 table .w05 {
	width: 5% !important;
}
.table_typeB01 table th {
  background: #F7F7F7;
}
.table_typeB01 table th .req, .table_typeB01 table td .req {
  margin-left: 3px;
}
.tblStyleA caption {
	font-weight:bold;
}
.help table caption {
	font-weight:bold;
}
.tblStyleA thead th {
	background:#E6E6E6;
}
.tblStyleA th {
  background: #F7F7F7;
  border: 1px solid #ccc;
	padding: 6px 10px;
	text-align: left;
}
.tblStyleA td {
	background: #FFFFFF;
  border: 1px solid #ccc;
	padding: 6px 10px;
	text-align: left;
}
.tblStyleA th a.anchor {
	color: #666666;
	text-decoration: none;
}
.tblStyleA th.txtC, .tblStyleA td.txtC {
	text-align: center;
}
.tblStyleA tr.even td {
	background:#F7F7F7;
}

/* text style
================================================================================================================== */
.help p {
	margin-bottom: 10px;
}

/* list style
================================================================================================================== */
.list_typeA01 {
  padding-left: 20px;
  list-style-image: url(/common/images/pc/mod_list_mark_01.gif);
}
.list_typeA01 li {
  margin-bottom: 5px;
}
.list_typeA01 li > ul {
  margin: 5px 0 0;
  padding-left: 15px;
  font-size: 100%;
}
.list_typeB01 {
  padding-left: 20px;
  margin: 0 0 -10px -10px;
  list-style-image: url(/common/images/pc/mod_list_mark_01.gif);
  overflow: hidden;
  *zoom: 1;
}
.list_typeB01 li {
  margin: 0 0 10px 10px;
  float: left;
  width: 306px;
}
ul.dot li {
	padding-left:8px;
	background:url(/common/images/icn_dot.gif) no-repeat 0 0.6em;
	word-brreak:break-all;
}
ul.number li {
	padding-left: 1em;
	text-indent: -1em;
}
ul.number li span {
	font-weight: bold;
}
ol.number {
	margin-left: 5px;
	padding-left: 15px;
}
ol.number li {
	list-style: decimal;
}
ol.number li ul li {
	list-style: none;
}
@media only screen and (max-width: 640px) {
  .list_typeB01 li {
    float: none;
    width: auto;
  }
}
.num_list_typeA01 {
  margin-left: 20px;
  padding-left: 20px;
  list-style: outside decimal;
}
.num_list_typeA01 li {
  margin-bottom: 5px;
}
.num_list_typeA01 li > ul {
  margin: 5px 0 0;
  padding-left: 15px;
  font-size: 100%;
}
.num_list_typeA01 li .num_list_typeA01 {
  margin: 5px 0 0;
  padding-left: 15px;
  font-size: 100%;
}
.d_list_typeA01 dt {
  font-weight: bold;
}
.d_list_typeA02 dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.num_list_typeA03 {
  list-style: none;
  margin-left: 3.5em;
}
.num_list_typeA03 li {
  position: relative;
}
.num_list_typeA03 li span {
  position: absolute;
  top: 0;
  left: -3.5em;
  font-weight: bold;
  width: 3.1em;
  text-align: right;
}
ul.policyNum {
	margin-bottom: 20px;
}
ul.policyNum li {
	padding-left:1.8em;
	text-indent:-1.8em;
}

ul.policyNum li span {
	font-weight:bold;
}
ol.noNum {
	margin-bottom: 1em;
}
ol.noNum li {
	margin: 0 0 0.5em 1.5em;
	text-indent: -1.5em;
	list-style: none;
}
ul.disc {
	list-style-type: disc;
	padding-left: 1.5em;
	margin-bottom: 1em;
}
ul.disc li {
	margin-bottom: 0.5em;
}

/* link style
================================================================================================================== */
.link_typeA01 {
  padding-left: 20px;
  background: url(/common/images/pc/mod_ico_arw_01.png) 0 0.4em no-repeat;
}
.externalLink {
	margin-bottom: 20px;
}
ul.externalLink, ul.linkMark, ul.linkMarkB {
	clear:both;
}
.externalLink li, ul.externalLink li, ul.linkMark li, ul.linkMarkB li, p.externalLink {
	padding-left: 20px;
	padding-bottom: 7px;
	background: url(/common/images/pc/mod_ico_arw_01.png) 0 0.3em no-repeat;
}
ul.externalLink li a, .externalLink ul li ul li a {
	padding-left: 0;
	background: none;
}
.externalLinkR p {
	float: right;
	padding-left: 16px;
	background: url(/common/images/pc/mod_ico_arw_01.png) no-repeat 0 0.5em;
}
.externalLink:after, .externalLinkR:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.link_typeA02 {
  padding-right: 20px;
  background: url(/common/images/pc/mod_ico_arw_01.png) 100% 0.4em no-repeat;
  text-align: right;
}
.link_typeA03 {
  padding-right: 14px;
  background: url(/common/images/pc/mod_ico_arw_07.png) 100% 0.4em no-repeat;
  text-align: right;
}
.link_typeA04 {
  padding-left: 14px;
  background: url(/common/images/pc/mod_ico_arw_13.png) left 0.4em no-repeat;
}
.pdf_link_typeA01 img {
  vertical-align: baseline;
  padding: 0 7px;
}
.new_link_typeA01 {
  display: inline-block;
  padding-right: 20px;
  background: url(/common/images/pc/mod_ico_type_07.png) 100% 0.4em no-repeat;
}
.file_link_typeA01 a img {
  padding: 0 7px;
  vertical-align: baseline;
}
.externalLink ul li ul li {
	float: none;
	width: auto;
	padding: 3px 0 0 20px;
	background: url(/common/images/icn_dot.gif) no-repeat 3px 0.8em;
	word-brreak:break-all;
}

/* btn style
================================================================================================================== */
.btn_typeA01 button, .btn_typeA01 a {
  display: block;
  position: relative;
  width: 268px;
  margin: 0 auto;
	padding: 0;
	background: none;
	border: none;
  cursor: pointer;
}
.btn_typeB01 {
  position: relative;
  width: 268px;
  margin: 0 auto;
  text-align: center;
}
.btn_typeB01 button, .btn_typeB01 a {
  display: block;
  position: relative;
  width: 268px;
  padding: 0;
	background: none;
  border: none;
  cursor: pointer;
}
.btn_typeB02 {
  position: relative;
  width: 268px;
  margin: 0 auto;
  text-align: center;
}
.btn_typeB02 button, .btn_typeB02 a {
  display: block;
  position: relative;
  width: 268px;
  border: none;
  cursor: pointer;
}

/* box style
================================================================================================================== */
.box_typeA01 {
  border: 1px solid #cccccc;
}
.box_typeA01 .indent {
  padding: 10px;
}
.box_typeA01 .indent2 {
  padding: 10px 20px;
}
.borderBox {
	clear: both;
	border: 1px solid #D0D0D0;
	padding: 10px 10px 3px 10px;
}
.borderBox2 {
	clear: both;
	border: 1px solid #D0D0D0;
	padding: 10px;
}
.borderBox:after, .borderBox2:after, .qr:after, .qrbox:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.explain {
	padding-bottom:20px;
}
.capture {
	clear:both;
	border:3px solid #D0D0D0;
}
.help .btnArea {
	margin-top: 20px;
	text-align: center;
}
.qrbox {
	clear: both;
	zoom: 1;
}
.qr {
	width: 130px;
	margin: 0 20px 20px 0;
	padding: 10px;
	float: left;
	text-align: center;
}
.qr.last{
	width: 120px;
	margin: 10px 20px 20px 20px;
	padding: 0.5em;
	clear: both;
	text-align: center;
}
.qr img{
	margin: 0 13px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.qr span{
	display: block;
	margin: 0.5em 0 0 0;
	padding: 0;
	text-align: left;
	clear: both;
}
.qr span a {
	display: block;
  padding-left: 18px;
  background: url(/common/images/pc/mod_ico_arw_01.png) 0 0.5em no-repeat;
}
.colum2 {
	margin-bottom: 20px;
}
.colum2 li {
	width: 45%;
	float: left;
	padding-right: 10px;
}
@media only screen and (max-width: 640px) {
.colum2 li {
	width: 100%;
	float: none;
	padding-right: 0;
	box-sizing: border-box;
}
}
#kids {
	position: relative;
	width: 706px;
	margin-bottom: 15px;
	background: url(/link/kids/images/index_bg01.gif) repeat-y 0 0;
}
#kids .kidsInner {
	width: 706px;
	padding: 20px 0 10px 0;
	background: url(/link/kids/images/index_bg04.gif) no-repeat left bottom;
}
#kids .eachBox {
	margin: 0 0 10px 20px;
	padding-bottom: 30px;
	background: url(/link/kids/images/index_bg03.gif) no-repeat left bottom;
}
#kids .eachBox .boxInner {
	padding: 11px 0 0 20px;
	background: url(/link/kids/images/index_bg02.gif) repeat-y 0 0;
}
#kids .eachBox .boxInner ul li {
	min-height: 21px;
	height: auto !important;
	height: 21px;
	padding: 0 0 3px 23px;
	background: url(/link/kids/images/index_ic01.gif) no-repeat 0 0;
}
#kids .btAnime {
	position: absolute;
	left: 682px;
	bottom: 100px;
}
@media only screen and (max-width: 640px) {
	p.kidsTtl img {
		max-width: 706px;
		width: 100%;
		height: auto;
	}
	#kids {
		width: auto;
		background: url(/link/kids/images/index_bg01.gif) repeat-y -20px 0;
		border: 2px solid #F6E9D7;
		border-top: 0;
		border-radius: 0 0 10px 10px;
	}
	#kids .kidsInner {
		width: auto;
		margin-bottom: 0;
		background: url(/link/kids/images/index_bg01.gif) repeat-y -20px 0;
		border-radius: 20px;
	}
	#kids .eachBox {
		margin: 0 10px 20px 10px;
		padding-bottom: 0;
		background-image: none;
		background-color: #E4E3DE;
		border-radius: 20px;
	}
	#kids .eachBox .boxInner {
		margin: 0 3px 3px 0;
		padding: 20px 10px;
		background-color: #FFFFFF;
		background-image: none;
		border: 4px solid #F39801;
		border-top: none;
		border-radius: 0 0 10px 10px;
	}
	#kids .eachBox h2 {
		background: url(/link/kids/images/index_bg01.gif) repeat-y -20px 0;
	}
	#kids .eachBox h2 img {
		max-width: 670px;
		width: 100%;
		height: auto;
	}
}
.imageNoneFlAreaR {
	clear: both;
	width: 100%;
	display: table;
	padding-bottom: 25px;
	direction: rtl;
	text-align: right;
}
.imageNoneFlAreaR .image {
	width: 1%;
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}
*:first-child+html .imageNoneFlAreaR .image {
	width: auto;
	float: right;
	padding-left: 10px;
}
.imageNoneFlAreaR .txtItem {
	display: table-cell;
	vertical-align: top;
	direction: ltr;
	text-align: left;
	zoom: 1;
}
.image dl dd {
	margin-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #333333;
	direction: ltr;
	text-align:left;
}
#indexList {
	background-color: #F7F7F7;
	padding: 12px 20px;
}
#indexList ol {
	list-style: none;
}
#indexList ol li {
	margin-bottom: 0.25em;
}
#indexList ol li:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.capture img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.imageNoneFlAreaR {
	display: block;
	padding-bottom: 25px;
}
.imageNoneFlAreaR .image {
	width: 100%;
	display: block;
	padding: 0;
	text-align: left;
}
*:first-child+html .imageNoneFlAreaR .image {
	width: auto;
	float: none;
	padding: 0;
}
.imageNoneFlAreaR .txtItem {
	display: block;
	text-align: left;
	zoom: 1;
}
}
dl.eachLine dt {
    border: 2px solid #d0d3f2;
    color: #333333;
    font-size: 123.1%;
    font-weight: bold;
    padding: 6px 0 4px 8px;
}
dl.eachLine dd {
	padding: 12px 0 10px 0;
}
dl.eachLine dd p {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
dl.admDBlist {
	position:relative;
	padding-bottom:12px;
}
dl.admDBlist dt {
	position:absolute;
	width:20em;
	background:url(/common/images/pc/mod_ico_arw_01.png) no-repeat 0 0.4em;
}
dl.admDBlist .h2em {
	min-height:2.8em;
	height:auto !important;
	height:2.8em;
}
dl.admDBlist dt a {
	display:block;
	margin-left:16px;
}
dl.admDBlist dd {
	padding:0 0 10px 21em;
}
#link {
	padding-bottom: 30px;
}
#link .externalLink {
	padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
dl.admDBlist dt {
	position: relative;
	width: auto;
	margin-bottom: 5px;
}
dl.admDBlist dd {
	padding: 0 0 20px 0;
}
}

/* form element style
================================================================================================================== */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset legend {
  font-weight: bold;
	display:inline!important;
  margin: 0;
  padding: 0;
}
.radio_btn_listA01 {
  margin-left: -26px;
  overflow: hidden;
  *zoom: 1;
}
.radio_btn_listA01 li {
  float: left;
  margin-left: 26px;
}
.select_typeA01 select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_text_typeA01 input {
  width: 100%;
}

.input_text_typeA02 input[type="text"] {
  width: 210px;
}
@media only screen and (max-width: 640px) {
  .input_text_typeA02 input[type="text"] {
    width: 35%;
  }
}
.input_text_typeA02 .filler {
  top: 3px;
  padding: 0 10px;
  position: relative;
}
.input_text_typeA02 .filler + input[type="text"] {
  width: 408px;
}
@media only screen and (max-width: 640px) {
  .input_text_typeA02 .filler + input[type="text"] {
    width: 50%;
  }
}
textarea.w100 {
  width: 100%;
  ime-mode: active;
}

/* srch_area
================================================================================================================== */
.srch_area{
	padding:10px 0;
	text-align:center;
}
@media only screen and (max-width: 640px) {
	.srch_area{
		padding:16px 0 3px;
		text-align:center;
	}
}
.faq .srch_area{
	padding-top:0;
	text-align:left;
}
@media only screen and (max-width: 640px) {
	.faq .srch_area{
		padding-top:0;
		text-align:left;
	}
}
.srch_area p, .srch_area #srchBox, .srch_area form, .srch_area #srchForm{
	display:inline;
}
.srch_area #srchBox{
	padding-left:10px;
}
.faq .srch_area #srchBox{
	padding-left:0;
}
@media only screen and (max-width: 640px) {
	.srch_area #srchBox{
		padding-left:0;
	}
}
@media only screen and (max-width: 640px) {
	.srch_area .srch_ttl, .srch_area #srchBox{
		display:inline-block;
		vertical-align:top;
	}
}
@media only screen and (max-width: 640px) {
	.srch_area .srch_ttl{
		padding-top:3px;
	}
}
.srch_area #srchBox input[type="text"]{
	width:238px;
	border:1px solid #bfbfbf;
}
@media only screen and (max-width: 640px) {
	.srch_area #srchBox input[type="text"]{
		width:230px;
		margin:0 8px 0 0;
	}
}
.srch_area #srchBox input[type="image"]{
	padding:0 10px 0 6px;
}
@media only screen and (max-width: 640px) {
	.srch_area #srchBox input[type="image"]{
		padding:0;
	}
}
@media only screen and (max-width: 640px) {
	.srch_area #srchBox span{
		display:block;
		text-align:right;
		font-size:80%;
	}
}

/* info_box style
================================================================================================================== */
.info_box_typeA01 .heading_typeB01 {
  position: relative;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #c5bea2;
  background: #fff;
}
.help div#sethelp, .help div#attention, .help div#error {
  position: relative;
  border: 1px solid #cccccc;
  background: #fff;
}
.info_box_typeA01 .heading_typeB01 > *, .help div#sethelp h2, .help div#attention h2, .help div#error h2 {
  position: relative;
  margin-top: 1px;
  padding: 7px 15px 8px 53px;
}
.help #contents div#sethelp, .help div#attention, .help div#error {
	margin-bottom: 20px;
}
.info_box_typeA01 .heading_typeB01 .ico01, .help #contents div#sethelp h2, .help #contents div#attention h2, .help #contents div#error h2 {
	padding:7px 15px 8px 53px;
	background:url(/common/images/pc/mod_ico_type_03.png) 19px 50% no-repeat #f5f1e2;
}
.info_box_typeA01 .heading_typeB01 > * .news {
	float:left;
}
.info_box_typeA01 .heading_typeB01 > * .rss_typeA {
	float:right;
	margin:3px 0 1px 0;
}
.info_box_typeA01 .heading_typeB01 > * .rss, .info_box_typeA01 .heading_typeB01 > * .info_rss {
	display:inline;
	margin: 0;
	padding:5px 0 5px 26px;
	font-size:85.7%;
	font-weight:normal;
}
.info_box_typeA01 .heading_typeB01 > * a.rss:after, .info_box_typeA01 .heading_typeB01 > * a.info_rss:after {
  display: none;
}
.info_box_typeA01 .heading_typeB01>* .rss{
	background:url(/common/images/pc/mod_ico_type_08.png) 0 0 no-repeat;
}
.info_box_typeA01 .heading_typeB01>* .info_rss{
	margin-left:10px;
	background:url(/common/images/pc/mod_ico_type_09.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .info_box_typeA01 .heading_typeB01 > * .rss {
    right: 10px;
  }
}
.info_box_typeA01 .heading_typeB01 > * .info_rss {
  background: url(/common/images/pc/mod_ico_type_09.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .info_box_typeA01 .heading_typeB01 > * .info_rss {
    display: none;
  }
}
.info_box_typeA01 .inner {
  border: 1px solid #cccccc;
  border-top: none;
}
.help #contents div#sethelp > div, .help #contents div#attention > div, .help #contents div#error > div {
	padding: 10px 20px;
  border-top: 2px solid #c5bea2;
}
.info_box_typeA01 .inner .inbox {
  padding: 0 20px 10px 20px;
}
.info_box_typeA01 .inner ul li {
  display: table;
  width: 100%;
  padding: 8px 0;
  border-top: 1px dotted #bfbfbf;
  color: #000000;
  text-align: left;
  cursor: text;
}
.info_box_typeA01 .inner ul li:first-child {
	border-top: none;
}
@media only screen and (max-width: 640px) {
  .info_box_typeA01 .inner ul li {
    display: block;
    position: relative;
    padding: 20px 40px 12px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.info_box_typeA01 .inner ul li > span {
  display: table-cell;
}
@media only screen and (max-width: 640px) {
  .info_box_typeA01 .inner ul li > span {
    display: block;
  }
}
.info_box_typeA01 .inner ul li .date {
  width: 110px;
  padding-left: 20px;
  color: #666666;
}
@media only screen and (max-width: 640px) {
  .info_box_typeA01 .inner ul li .date {
    float: left;
    width: 8em;
    padding-left: 0;
  }
}
.info_box_typeA01 .inner ul li .ico {
  width: 1%;
  padding: 2px 10px 0;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .info_box_typeA01 .inner ul li .ico {
    float: left;
  }
}
.info_box_typeA01 .inner ul li .text {
  padding: 0 10px 0 0;
  clear: both;
}
.info_box_typeA01 .inner ul li a {
  color: #3333ff;
}
.info_box_typeA01 .inner .links {
  background: url(/common/images/pc/mod_ico_arw_07.png) 98% 50% no-repeat;
  padding: 10px 33px 10px 14px;
  border-top: 1px dotted #bfbfbf;
  text-align: right;
}

/* flow_box style
================================================================================================================== */
.flow_box_typeA01 {
  position: relative;
	padding-top: 13px;
  background: #ffffff url(/common/images/pc/box01_bg_top.gif) 0 0 no-repeat;
}
.flow_box_typeA01 .inner {
  background: #ffffff url(/common/images/pc/box01_bg_btm.gif) 0 bottom no-repeat;
	padding-bottom: 13px;
}
.flow_box_typeA01 .inbox {
  background: #ffffff url(/common/images/pc/box01_bg_mdl.gif) 0 0 repeat-y;
	padding: 7px 19px;
}
@media only screen and (max-width: 640px) {
	.flow_box_typeA01 .inbox {
		background: #ffffff url(/common/images/pc/box01_bg_mdl.gif) 0 0 repeat-y;
		padding: 7px 10px;
	}
}
.flow_box_typeA01 .step_java {
	list-style: none;
	overflow: hidden;
}
.flow_box_typeA01 .step_java li {
	float: left;
	width: 30.3%;
}
.flow_box_typeA01 .step_java li {
	padding-right: 30px;
	background: #ffffff url(/help/shinsei/flow/setup02/images/icon_arrow02.gif) no-repeat 97% 65%;
}
.flow_box_typeA01 .step_java li:last-child,
.flow_box_typeA01 .step_java li.on:last-child {
	padding-right: 0;
	background: none;
}
.flow_box_typeA01 .step_java li.on {
	padding-right: 30px;
	background: #ffffff url(/help/shinsei/flow/setup02/images/icon_arrow01.gif) no-repeat 97% 65%;
	font-weight: bold;
}
.flow_box_typeA01 .step_java li:last-child,
.flow_box_typeA01 .step_java li.on:last-child {
	padding-right: 0;
	background: none;
}
.flow_box_typeA01 .step_java li.on {
	padding-right: 30px;
	background: #ffffff url(/help/shinsei/flow/setup02/images/icon_arrow01.gif) no-repeat 97% 65%;
	font-weight: bold;
}
.flow_box_typeA01 .step_java li.no {
	padding-right: 0;
	background-image: none;
}
@media only screen and (max-width: 640px) {
	.flow_box_typeA01 {
		position: relative;
		padding-top: 13px;
		background: none;
		border: 1px solid #cccccc;
	}
	.flow_box_typeA01 .inner {
		background: none;
		padding-bottom: 13px;
	}
	.flow_box_typeA01 .inbox {
		background: none;
		padding: 7px 19px;
	}
	.flow_box_typeA01 .step_java li {
    width: 100%;
  }
	.flow_box_typeA01 .step_java li:last-child, .flow_box_typeA01 .step_java li.on:last-child {
		padding-bottom: 0;
		background: none;
	}
	.flow_box_typeA01 .step_java li {
		padding: 0 0 20px 0;
		background: #ffffff url(/help/shinsei/flow/setup02/images/sp_icon_arrow02.gif) no-repeat 50% 97%;
	}
	.flow_box_typeA01 .step_java li.on {
		padding: 0 0 20px 0;
		background: #ffffff url(/help/shinsei/flow/setup02/images/sp_icon_arrow01.gif) no-repeat 50% 97%;
		font-weight: bold;
	}
}
.flow_box_typeA01 .step_java dd {
	background-color: #f5f5f5;
	border: 2px solid #cccccc;
	padding: 10px;
}
.flow_box_typeA01 .step_java li.on dd {
	background-color: #ffffff;
	border: 2px solid #343ea7;
	padding: 10px;
}
.flow_box_typeA01 .step_java .step_java01 dd p, .flow_box_typeA01 .step_java li.on .step_java01 dd p {
	margin-bottom: 0;
	padding-left: 30px;
  background: url(/help/shinsei/flow/setup02/images/step1_navi_icon.png) 0 0 no-repeat;
}
.flow_box_typeA01 .step_java .step_java02 dd p, .flow_box_typeA01 .step_java .step_java02 li.on dd p {
	margin-bottom: 0;
	padding-left: 30px;
  background: url(/help/shinsei/flow/setup02/images/step2_navi_icon.png) 0 0 no-repeat;
}
.flow_box_typeA01 .step_java .step_java03 dd p, .flow_box_typeA01 .step_java li.on .step_java03 dd p {
	margin-bottom: 0;
	padding-left: 40px;
  background: url(/help/shinsei/flow/setup02/images/step3_navi_icon.png) 0 0 no-repeat;
}
.flow_box_typeA01 .step_java .step_program01 dd p, .flow_box_typeA01 .step_java li.on .step_program01 dd p {
	margin-bottom: 0;
	padding-left: 30px;
  background: url(/help/shinsei/flow/setup03/images/step1_navi_icon.png) 0 0 no-repeat;
}
.flow_box_typeA01 .step_java .step_program02 dd p, .flow_box_typeA01 .step_java .step_program02 li.on dd p {
	margin-bottom: 0;
	padding-left: 30px;
  background: url(/help/shinsei/flow/setup03/images/step2_navi_icon.png) 0 0 no-repeat;
}
.flow_box_typeA01 .step_java .step_program03 dd p, .flow_box_typeA01 .step_java li.on .step_program03 dd p {
	margin-bottom: 0;
	padding-left: 42px;
  background: url(/help/shinsei/flow/setup03/images/step3_navi_icon.png) 0 0 no-repeat;
}
.flow_box_typeA02 {
	margin-bottom: 30px;
}
.flow_box_typeA02 h3.ttl {
	margin-bottom: 10px;
	padding: 10px 20px 10px 30px;
	background-color: #f5f5f5;
	background-position: 10px 1.1em;
	font-weight: bold;
}
.flow_box_typeA02 .flowlist {
	list-style: none;
}
.flow_box_typeA02 p {
	margin-bottom: 10px;
}
.flow_box_typeA02 .tmb {
	text-align: center;
}
@media only screen and (max-width: 640px) {
	.flow_box_typeA02 dd .tmb img {
		max-width: 100%;
		height: auto;
	}
	.flowlist li p.tmb img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
}
.flow_check {
	list-style: none;
}
.flow_check .flowcheck01 {
  background: url(/help/shinsei/flow/setup/images/icon_arrow01.gif) 160px bottom no-repeat;
}
.flow_check .flowcheck01 p {
	min-height: 34px;
	margin-bottom: 0;
  padding: 0 0 15px 190px;
  background: url(/help/shinsei/flow/setup/images/check1_navi_icon.gif) 20px 10% no-repeat;
	border-bottom: 1px solid #efece0;
}
@media only screen and (max-width: 640px) {
	.flow_check .flowcheck01 {
		background: url(/help/shinsei/flow/setup/images/icon_arrow01.gif) center bottom no-repeat;
	}
	.flow_check .flowcheck01 p {
		padding: 55px 0 15px 0;
		background: url(/help/shinsei/flow/setup/images/check1_navi_icon.gif) center 10% no-repeat;
		border-bottom: 1px solid #efece0;
	}
}
.flow_check .flowcheck02 {
  background: url(/help/shinsei/flow/setup/images/icon_arrow01.gif) 160px top no-repeat;
}
.flow_check .flowcheck02 p {
	min-height: 43px;
	margin-bottom: 0;
  padding: 15px 0 0 190px;
  background: url(/help/shinsei/flow/setup/images/check2_navi_icon.gif) 20px 90% no-repeat;
}
@media only screen and (max-width: 640px) {
	.flow_check .flowcheck02 {
		background: url(/help/shinsei/flow/setup/images/icon_arrow01.gif) center top no-repeat;
	}
	.flow_check .flowcheck02 p {
		padding: 65px 0 0 0;
		background: url(/help/shinsei/flow/setup/images/check2_navi_icon.gif) center 15px no-repeat;
	}
}
.flow_box_typeA03 {
	margin-bottom: 10px;
	padding-bottom: 30px;
	background: url(/help/shinsei/flow/notice01/images/icon_arrow01.gif) no-repeat center 100%;
}
.flow_box_typeA03.last {
	padding-bottom: 20px;
	background: none;
}
.flow_box_typeA03 .flow_box_list {
	padding: 15px 20px 20px 20px;
	border: 2px solid #00a1e9;
	overflow: hidden;
}
.flow_box_typeA03 .flow_box_list dt {
	float: left;
	width: 33%;
	color: #666666;
}
.flow_box_typeA03 .flow_box_list dt span {
	display: block;
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 10px;
}
.flow_box_typeA03 .flow_box_list dt em {
	font-size: 200%;
	line-height: 1;
}
.flow_box_typeA03 .flow_box_list dt strong {
	display: block;
	color: #00a1e9;
	font-size: 140%;
	line-height: 1.5;
}
.step_tmb {
	padding: 20px;
	border-bottom: 1px dotted #bfbfbf;
}
.step_tmb img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 640px) {
	.flow_box_typeA03 {
		background-position: center bottom;
	}
	.flow_box_typeA03 .flow_box_list dt {
		float: none;
		width: auto;
	}
	.flow_box_typeA03 .flow_box_list dt em {
		font-size: 150%;
	}
	.flow_box_typeA03 .flow_box_list dt strong {
		margin-bottom: 10px;
	}
}
.flow_box_typeA03 .flow_box_list dd {
	padding-left: 36%;
}
@media only screen and (max-width: 640px) {
	.flow_box_typeA03 .flow_box_list dd {
		padding-left: 0;
	}
}
.flow_box_typeA04 {
	border: 1px solid #CCCCCC;
	border-top: none;
}
.flow_box_typeA04 .check {
	margin-bottom: 0;
	padding: 10px 20px;
	background-color: #F7F7F7;
}
.flow_box_typeA04 h3 input {
	margin: 0 6px 0 0;
	vertical-align: middle;
}
.flow_box_typeA04 .layinner {
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
}
.flow_box_typeA04 .layinner .setup_check {
	list-style: none;
	overflow: hidden;
}
@media only screen and (max-width: 640px) {
	.flow_box_typeA04 .layinner .setup_check {
		list-style: none;
		border-top: 1px solid #cccccc;
		overflow: hidden;
	}
}
.flow_box_typeA04 .layinner .setup_check li {
	float: left;
	width: 80%;
}
@media only screen and (max-width: 640px) {
	.flow_box_typeA04 .layinner .setup_check li {
		float: none;
		width: 100%;
	}
}
.flow_box_typeA04 .layinner .setup_check dl {
	border: 1px solid #cccccc;
}

@media only screen and (max-width: 640px) {
	.flow_box_typeA04 .layinner .setup_check dl {
		border: 1px solid #cccccc;
		border-bottom: none;
	}
	.flow_box_typeA04 .layinner .setup_check dl:first-child {
		border: 1px solid #cccccc;
		border-top: none;
	}
}
.flow_box_typeA04 .layinner .setup_check dt {
	padding: 14px 20px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #cccccc;
}
.flow_box_typeA04 .layinner .setup_check .w20 dl:first-child {
	border-right: none;
}
@media only screen and (max-width: 640px) {
	.flow_box_typeA04 .layinner .setup_check .w20 dl:first-child {
		border-right:  1px solid #cccccc;
	}
}

.flow_box_typeA04 .layinner .setup_check dd {
	padding: 14px 20px;
}
@media only screen and (max-width: 640px) {
	.flow_box_typeA04 .layinner .setup_check dd {
		text-align: center;
		border-bottom: none;
	}
	.flow_box_typeA04 .layinner .setup_check dd p {
		text-align: left;
	}
}
.flow_box_typeA04 .layinner .setup_check .w20 {
	width: 20%;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.flow_box_typeA04 .layinner .setup_check .w20 {
		width: 100%;
		text-align: left;
	}
}
.flow_box_typeA04 .setup_detail {
	display: block;
	margin-bottom: 0;
	background: url(/common/images/pc/home/home_ico_arw_01.gif) no-repeat 97% center;
	cursor: pointer;
}
.flow_box_typeA04 .detail_block {
	border-top: 1px dotted #bfbfbf;
}
.flow_box_typeA04 .setup_detail a, .flow_box_typeA04 a.setup_active {
	display: block;
	padding: 10px 20px;
	color: #3333FF;
	text-decoration: none;
}
.flow_box_typeA04 .setup_active {
	background: url(/common/images/pc/home/home_ico_arw_02.gif) no-repeat 97% center;
}

/* contact_box style
================================================================================================================== */
.contact_box .setup_detail {
	display: block;
	margin-bottom: 0;
	background: url(/common/images/pc/home/home_ico_arw_01.gif) no-repeat 97% center;
	cursor: pointer;
}
.contact_box .setup_detail a, .contact_box a.setup_active {
	display: block;
	padding: 10px 20px;
	border-top: 1px dotted #CCCCCC;
	color: #3333FF;
	text-decoration: none;
}
.contact_box .setup_active {
	background: url(/common/images/pc/home/home_ico_arw_02.gif) no-repeat 97% center;
}
.contact_box .detail_block {
	border-top: 1px dotted #CCCCCC;
	padding: 10px 20px;
}

/* idxBox Series style
================================================================================================================== */
.idxBox, .mapBox, .photoArea {
	clear: both;
}
.idxBox:after, .mapBox:after, .photoArea:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.mapBox h2, .mapBox h3, .idxBox h2, .idxBox h3 {
	margin-bottom: 10px;
}
.idxBox .imageNoneFlArea {
	clear: both;
	width: 100%;
	display: table;
	padding-bottom: 0;
	direction: rtl;
	text-align: right;
}
.idxBox .imageNoneFlArea .txtItem {
	display: table-cell;
	vertical-align: top;
	direction: ltr;
	text-align: left;
	zoom: 1;
}
.idxBox .imageNoneFlArea p.image {
	display: table-cell;
	width: 1%;
	vertical-align: top;
	padding:0 10px;
}
*:first-child+html .idxBox .imageNoneFlArea p.image {
	width: auto;
	float: right;
	padding:0 10px;
}
.idxBox .imageNoneFlArea .txtItem .tblStyleA td {
	padding: 5px !important;
}
.idxBox .inBoxL, .idxBox .inBoxR, .mapBox .inBoxL, .mapBox .inBoxR, #about .inBoxL, #about .inBoxR, .photoArea .freeLeft dd, .photoArea .freeRight dd {
	padding-bottom: 20px;
}
.idxBox .inBoxL, .mapBox .inBoxL, #about .inBoxL, .photoArea .freeLeft {
	width: 49%;
	float: left;
}
.idxBox .inBoxR, .mapBox .inBoxR, #about .inBoxR, .photoArea .freeRight {
	width: 49%;
	float: right;
}
.photoArea dl dd {
	padding-top: 5px;
	font-weight: bold;
}
@media only screen and (max-width: 640px) {
.idxBox .inBoxL, .idxBox .inBoxR, .mapBox .inBoxL, .mapBox .inBoxR, #about .inBoxL, #about .inBoxR, .photoArea .freeLeft, .photoArea .freeRight {
	width: auto;
	float: none;
}
.idxBox .imageNoneFlArea {
	display: block;
	text-align: center;
}
.idxBox .imageNoneFlArea p.image {
	width: 100%;
	display: block;
	padding: 0;
}
*:first-child+html .idxBox .imageNoneFlArea .image {
	width: auto;
	float: none;
	padding-left: 0;
}
.idxBox .imageNoneFlArea .txtItem {
	display: block;
	zoom: 1;
}
.photoArea .freeLeft img, .photoArea .freeRight img {
	width: auto;
	max-width: 100%;
	height: auto;
}
}

/* ico style
================================================================================================================== */
.ico_typeA01 {
  padding-left: 20px;
  background: url(/common/images/pc/mod_ico_arw_01.png) 0 0.4em no-repeat;
}
.ico_typeA02 {
  padding-left: 26px;
  background: url(/common/images/pc/mod_ico_type_09.png) 0 0 no-repeat;
}
.ico_typeA03 {
  padding-left: 20px;
  background: url(/common/images/pc/shinsei/index_ico_13.gif) 0 0.2em no-repeat;
}
.ico_typeA04 {
  padding-left: 26px;
  background: url(/common/images/pc/mod_ico_type_24.png) 0 0 no-repeat;
}
.ico_typeA04 strong {
	color: #d91a1a;
}
.ico_typeA05 {
  padding-left: 26px;
  background: url(/common/images/pc/mod_ico_type_25.gif) 2px 0.1em no-repeat;
}
.ico_list_typeA01 li {
  padding-left: 20px;
  background: url(/common/images/pc/mod_ico_arw_01.png) 0 50% no-repeat;
}
.req {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.2;
  top: -1px;
  padding: 2px 10px;
  background: #b73a3c;
  color: #fff;
  font-size: 87.5%;
}

/* relation module
================================================================================================================== */
.relation_box, .relatedInfo, .help #contents #manual {
  background: #F7F7F7;
}
.relation_box ul, .relation_box02 ul {
  padding: 12px 0 1px;
  margin-left: -36px;
  overflow: hidden;
  *zoom: 1;
}
.relatedInfo dl {
  padding: 0 0 1px 0;
  margin-left: 0;
  overflow: hidden;
  *zoom: 1;
}
.relation_box ul li, .relation_box02 ul li {
  float: left;
  width: 287px;
  margin: 0 0 10px 56px;
  padding: 0 0 0 18px;
  background: url(/common/images/pc/mod_ico_arw_06.png) 0 50% no-repeat;
}
.relatedInfo dd ul.colum2 li {
  float: left;
  width: 287px;
  margin: 0 0 10px 0;
  padding: 0 0 0 18px;
}
.relatedInfo dd ul.externalLink li {
  padding-left: 18px;
  background: url(/common/images/pc/mod_ico_arw_06.png) 0 50% no-repeat;
}
.relatedInfo dd ul.externalLink li a {
	background: none;
}
.relatedInfo dd ul li:nth-child(odd) {
	margin-left: 0;
}
.relatedInfo dd ul li {
  width: 300px;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
}
.relation_box .ttl, .relatedInfo dt {
  border-bottom: 2px solid #343ea7;
	font-weight: bold;
}
.relation_box .ttl a {
	display: block;
	background: url(/common/images/pc/mod_ico_arw_07.png) 97% 50% no-repeat;
}
.relation_box .ttl span, .relatedInfo dt {
	display: block;
  padding: 12px 20px 7px 50px;
  background: url(/common/images/pc/mod_ico_type_11.png) 20px 0.9em no-repeat;
}
.relation_box .ttl span > a, .relatedInfo dt > a {
  padding: 12px 34px 7px 50px;
}
.relation_box .inner, .relatedInfo dd {
	padding: 12px 20px;
}
.relation_box02 {
	background:#faf8f0;
	padding-bottom:6px;
}
.relation_box02 .ttl {
	border-bottom: 2px solid #c5bea2;
	font-weight: bold;
}
.relation_box02 .ttl a {
	display: block;
	background: url(/common/images/pc/mod_ico_arw_07.png) 97% 50% no-repeat;
}
.relation_box02 .ttl span {
	display: block;
  padding: 12px 20px 7px 50px;
	background: url(/common/images/pc/home/home_ico_01.gif) 20px 50% no-repeat;
}
.relation_box02 .ttl span > a {
  padding: 12px 34px 7px 50px;
}
@media only screen and (max-width: 640px) {
.relation_box ul li, .relation_box02 ul li {
  width: auto;
  float: none;
}
.relatedInfo dd ul li {
  width: auto;
  float: none;
}
.relatedInfo dd ul.colum2 li {
	margin-left: 0;
}
}

/* form_table module
================================================================================================================== */
.form_table table {
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.form_table table caption {
  text-align: left;
}
.form_table table th, .form_table table td {
  padding: 14px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 640px) {
  .form_table table th, .form_table table td {
    display: block;
  }
}
.form_table table th {
  width: 246px;
  background: #F7F7F7;
}
@media only screen and (max-width: 640px) {
  .form_table table th {
    width: auto;
  }
}
.form_table table th .req, .form_table table td .req {
  margin-left: 3px;
}
.form_table table td textarea {
  font-size: 100%;
  width: 100%;
}
.form_table table td textarea + p {
  text-align: right;
}
.form_table table td .usage {
  color: #666666;
}

/* step tab module
================================================================================================================== */
#stepTab {
	clear: both;
}
#stepTab ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#stepTab ul {
	display: inline-block;
}
#stepTab ul li {
	width: 102px;
	margin-right: 18px;
	background :url(/common/images/step_bg01.jpg) no-repeat 0 0;
	float: left;
	letter-spacing: -1px;
	font-stretch: inherit;
	font-size: 13px;
}
#stepTab ul li a, #stepTab ul li a:visited, #stepTab ul li a:active, #stepTab ul li a:hover {
	display: block;
	width: 86px;
	height: 50px;
	padding: 4px 8px 0 8px;
	background: url(/common/images/step_bg02.jpg) no-repeat right top;
	color: #FFFFFF;
	text-decoration: none;
}
#stepTab ul li#now {
	background: url(/common/images/step_bg03.gif) no-repeat 0 0;
}
#stepTab ul li#now a, #stepTab ul li#now a:visited, #stepTab ul li#now a:active, #stepTab ul li#now a:hover {
	background:url(/common/images/step_bg04.gif) no-repeat right top;
	font-weight:bold;
	color:#1523BD;
	text-decoration:none;
}
#stepTab ul li.last, #stepTab ul li#now.last {
	margin-right:0;
}
@media only screen and (max-width: 640px) {
#stepTab ul {
	display: block;
	width: auto;
}
#stepTab ul li {
	width: 100px;
	margin-left: 10px;
	margin-right: 0;
}
#stepTab ul li:first-child {
	margin-left: 0;
}
#stepTab ul li a, #stepTab ul li a:visited, #stepTab ul li a:active, #stepTab ul li a:hover {
	width: 90px;
}
}

/* page navi
================================================================================================================== */
.anchorLink, .inSiteLink {
	margin-bottom: 10px;
	padding: 6px 10px;
	background-image: none;
	border: 1px dotted #CCCCCC;
}
.anchorLink:after, .inSiteLink:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.anchorLink ul li {
	float: left;
	margin-right: 20px;
	padding: 0 0 0 20px;
	background: url(/common/images/pc/mod_ico_arw_02.png) no-repeat 0 0.4em;
}
.anchorLink ul li:last-child {
	margin-right: 0;
}
.inSiteLink {
	clear: both;
	margin-bottom: 10px;
	background: none;
}
.inSiteLink .inner {
	padding: 0;
	background: none;
}
.inSiteLink ul li {
	display: inline-block;
	padding: 0 29px 0 20px;
	background: url(/common/images/pc/mod_ico_arw_01.png) no-repeat 0 0.4em;
	float: left;
	font-weight: bold;
	line-height: 1.5;
}
.inSiteLink2 li {
	padding-left: 20px;
	background: url(/common/images/pc/mod_ico_arw_02.png) no-repeat 0 0.4em;
	float:left;
	word-break:keep-all;
}
#atozLink {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 3px;
	background :url(/common/images/bg_link03.gif) no-repeat left bottom;
}
#atozLink .lineLink {
	margin-bottom: 0;
	padding: 9px;
	background: url(/common/images/bg_link04.gif) no-repeat 0 0;
	border-bottom: 1px solid #D8DDE5;
}
#atozLink .lineLink li {
	padding: 1px 0 1px 18px;
	background: url(/common/images/pc/mod_btn_sort05.gif) no-repeat 0 0.4em;
}
#atozLink .lineLink ul li, #atozLink .linePickup ul li {
	padding-right: 20px;
	padding-bottom: 0;
	float: left;
}
#atozLink .linePickup {
	margin-bottom: 0;
	padding: 6px 9px;
	background: url(/common/images/bg_link05.gif) no-repeat 0 0;
}
.btnPagetop {
	clear:both;
	padding-bottom:10px;
}
.btnPagetop:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.btnPagetop a {
	padding-left: 0;
	background-image: none;
}
.btnPagetop img {
	float: right;
}
.back {
	clear: both;
	padding-top: 10px;
}
.gototop {
	clear: both;
	text-align: right;
}

/* margin module
================================================================================================================== */
.mb00 {
  margin-bottom: 0 !important;
}
.mb05, .mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 4em !important;
}

/* padding module
================================================================================================================== */
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb10 {
	padding-bottom:10px !important;
}
.pb15 {
	padding-bottom:15px !important;
}
.pb20 {
	padding-bottom:20px !important;
}
.pb30 {
	padding-bottom:30px !important;
}
.p10 {
	padding: 10px !important;
}
.p20 {
	padding: 20px !important;
}

/* Icon
================================================================================================================== */
img.popup {
	margin: -2px 2px 0 5px;
	vertical-align: middle;
}
img.icon {
	margin: -5px 2px 0 2px;
	vertical-align: middle;
}
img.fileicon {
	margin: -3px 2px 0 2px;
	vertical-align: middle;
}

/* border module
================================================================================================================== */
.borderN {
  border: none !important;
}
hr.borderhr {
	border: 0;
	height: 0;
	border-top: 1px solid #999999;
}

/* color module
================================================================================================================== */
.color_typeA01, .help .attention, .caution {
  color: #ff0000;
}
.color_typeA02 {
	color: #3333ff;
}
.cautionB {
	color: #ff0000;
	font-weight: bold;
}

/* font module
================================================================================================================== */
.text_typeA01 {
	text-decoration: underline;
}
.text_typeA02, .fw_b {
  font-weight: bold;
}

/* align module
================================================================================================================== */
.align_c, .txtC, td.txtC {
  text-align: center;
}
.align_r, .txtR, td.txtR {
  text-align: right;
}
.align_l {
  text-align: left;
}

/* layout module
================================================================================================================== */
.imageTxtArea {
	clear: both;
	padding-bottom: 25px;
}
.imageTxtArea:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.imgLeft {
	float: left;
	margin-right: 10px;
}
.image {
}
.imageBox img {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
.imgLeft {
	float: none;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-right: 0;
}
.imageTxtArea img {
	display: block;
	float: none;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.image img, .imageBox, .imageBox img {
	width: auto;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
}
.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.fix {
	display:block;
	margin-bottom: 10px;
	zoom: 1;
}
.fix h3 {
	clear: both;
}
.fix img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.fix dt {
	float: left;
	width: 354px;
	clear: left;
	margin-bottom: 1em;
}
.fix dd {
	margin: 0 0 1em 374px;
}
@media only screen and (max-width: 640px) {
.fix dt {
	float: none;
	width: 100%;
}
.fix dt img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.fix dd {
	width: 100%;
	margin-left: 0;
}
}

/* indent set
================================================================================================================== */

.indentType1{
	text-indent:-1em;
	padding-left:1em;
}
.indentType2{
	text-indent:-2em;
	padding-left:2em;
}
.indentType2_5{
	text-indent:-2.5em;
	padding-left:2.5em;
}
.indentType3{
	text-indent:-3em;
	padding-left:3em;
}

/* footer set
================================================================================================================== */
#footer {
  width: 100%;
  line-height: 1.4;
  min-width: 980px;
}
@media only screen and (max-width: 640px) {
  #footer {
    width: 100%;
    min-width: 320px;
  }
}
#footer .footer_inner {
  padding-bottom: 10px;
  background: #f5f5f5;
}
@media only screen and (max-width: 640px) {
  #footer .footer_inner {
    padding-bottom: 0;
  }
}
#footer .footer_inner .inner_nav_wrap01 {
  padding: 20px 0;
  barder-bottom: 1px solid #c1c1c1;
  background: url(/common/images/pc/footer_bg_01.gif) 0 0 repeat-x white;
}
@media only screen and (max-width: 640px) {
  #footer .footer_inner .inner_nav_wrap01 {
    display: none;
  }
}
#footer .footer_inner .inner_nav_wrap02 {
  width: 980px;
  margin: 0 auto;
  line-height: 1.4;
  overflow: hidden;
  *zoom: 1;
}
#footer .footer_inner .inner_nav_wrap02 dl {
  float: left;
}
#footer .footer_inner .inner_nav_wrap02 dl dt, #footer .footer_inner .inner_nav_wrap02 dl dd {
  padding-left: 20px;
}
#footer .footer_inner .inner_nav_wrap02 dl dt {
  margin-bottom: 7px;
  background: url(/common/images/pc/mod_ico_type_02.png) 0 0.2em no-repeat;
}
#footer .footer_inner .inner_nav_wrap02 dl dd {
  background: url(/common/images/pc/mod_ico_arw_01.png) 0 0.3em no-repeat;
}
#footer .footer_inner .inner_nav_wrap02 dl dd ul li {
  padding-left: 13px;
  background: url(/common/images/pc/mod_ico_arw_08.png) 3px 0.4em no-repeat;
}
#footer .footer_inner .inner_nav_wrap02 dl.inner_nav01 {
  width: 280px;
  margin-left: 20px;
}
#footer .footer_inner .inner_nav_wrap02 dl.inner_nav02 {
  width: 280px;
  margin-left: 40px;
}
#footer .footer_inner .inner_nav_wrap02 dl.inner_nav03 {
  width: 280px;
  margin-left: 60px;
}
#footer #page_top {
  border-bottom: 4px solid #333666;
}
@media only screen and (max-width: 640px) {
  #footer #page_top {
    border-bottom: 2px solid #333666;
  }
}
#footer #page_top p {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 640px) {
  #footer #page_top p {
    width: auto;
    min-width: 300px;
    padding: 0 10px;
  }
}
#footer #page_top p a {
  display: block;
  float: right;
  padding: 5px 20px 5px 10px;
  background: url(/common/images/pc/mod_ico_pageTop_01.gif) 95% 0.4em no-repeat #333666;
  color: #fff;
  text-align: center;
}
#footer .footer_nav {
  line-height: 1;
  padding: 12px 0 23px 20px;
  border-top: 1px solid #c1c1c1;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #footer .footer_nav {
    padding: 0;
    text-align: left;
  }
}
#footer .footer_nav li {
  display: inline;
  line-height: 1;
  padding: 0 10px;
  border-left: 1px dotted #cccccc;
}
@media only screen and (max-width: 640px) {
  #footer .footer_nav li {
    display: block;
    padding: 0;
    border-left: none;
  }
  #footer .footer_nav li a {
    display: block;
    text-align: left;
    padding: 5px;
    border-bottom: 1px dotted #b8b8b8;
  }
}
#footer .footer_nav li:first-child {
  border-left: none;
}
#footer .copyright {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #footer .copyright {
    font-size: 80%;
    background: #d3d3d3;
  }
}
#footer .copyright small {
  padding-left: 1px;
  font-size: 100%;
}
