/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
news,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: italic;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

sup {
  font-size: 0.5rem;
  vertical-align: super;
}

sub {
  font-size: 0.5rem;
  vertical-align: sub;
}

strong {
  font-weight: bold;
}
html {
  overflow-y: scroll;
}
.bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  border: none;
}

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

.clearfix {
  min-height: 1px;
}

/********** body ********* */

body {
  background: #D1E6FA;
  line-height: 2em;
  color: #333333;
  font-size: 13px;
}

/********** wrapper ********* */

.wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

/********** header ********* */

header {
  background: url(../../assets/templates/swc/bukai/header_bg.png) repeat-x, #fff;
  width: 1022px;
  margin: 0 auto;
}

header .info {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}

header .info h1 {
  background: url(../../assets/templates/swc/bukai/header_logo.png) no-repeat;
  width: 290px;
  height: 45px;
}

header .info ul {
  height: 27px;
  margin: 9px 0;
}

header .info ul li {
  display: inline-block;
  width: 110px;
  height: 27px;
}

header .info ul li:first-child {
  background: url(../../assets/templates/swc/bukai/sitemap.png) no-repeat;
}

header .info ul li:last-child {
  background: url(../../assets/templates/swc/bukai/english.png) no-repeat;
}

header .info ul li a {
  display: block;
  width: 110px;
  height: 27px;
}

header .wrapper {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-bottom: 2rem;
}

header .header_img {
  background: url(../../assets/templates/swc/bukai/kansaishibu/kansai_shibu_banner.png) no-repeat;
  width: 960px;
  height: 170px;
  position: relative;
}

header .header_img a {
  position: absolute;
  top: 104px;
  left: 463px;
  display: block;
  width: 180px;
  height: 45px;

}

header nav ul {
  font-size: 0;
  /*height: 45px;*/
  display: flex;
}
header nav > ul > li {
  height: 45px;
  background: url(../../assets/templates/swc/bukai/kansaishibu/navi_kansaishibu_ori.png) no-repeat;
  position: relative;
}

header nav > ul > li:first-child {
  width: 152px;
}

header nav > ul > li:nth-child(2) {
  width: 208px;
  background-position: -152px 0;
}

header nav > ul > li:nth-child(3) {
  width: 283px;
  background-position: -360px 0;
  position: relative;
}

header nav > ul > li:nth-child(4) {
  width: 167px;
  background-position: -643px 0;
}

header nav > ul > li:nth-child(5) {
  width: 150px;
  background-position: -810px 0;
}

header nav > ul > li > a {
  display: block;
  width: 100%;
  height: 45px;
}

header nav ul li ul.sub_menu {
  display: none;
  font-size: 1rem;
  background: #3887d8;
  z-index: 1;
}

header nav ul li:hover ul.sub_menu {
  display: block;
  position: absolute;
  /*height: 80px;*/
  width: 100%;
}

header nav ul li ul.sub_menu li {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 0.8em;
}

header nav ul li ul.sub_menu li:hover {
  background: #5098E1;
}

header nav ul li ul.sub_menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
}


/* ******** main ********* */

main.wrapper {
  background: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

main .breadcrumb {
  margin-top: -1.2rem;
}

main .breadcrumb ul li {
  display: inline-block;
  padding-right: 1rem;
}

main .breadcrumb ul li:before {
  content: ">";
  position: relative;
  left: -.5rem;
}

main .breadcrumb ul li:first-child:before {
  content: "";
}

main news {
  margin-bottom: 2rem;
}

main news h2 {
  height: 38px;
  line-height: 38px;
  color: #1C68B5;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  border: 1px solid #AAAAAA;
  padding-left: 1rem;
  background: url(../../assets/templates/swc/bukai/h2_bg.png) no-repeat 3px center, linear-gradient(#fff, #efefef);
}

main news p {
  margin-bottom: 1rem;
}

main news p img.right {
  float: right;
  margin: 0 0 1rem 1.5rem;
}


main section {
  margin-bottom: 2rem;
}

main section h2 {
  height: 38px;
  line-height: 38px;
  color: #1C68B5;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  border: 1px solid #AAAAAA;
  padding-left: 1rem;
  background: url(../../assets/templates/swc/bukai/h2_bg.png) no-repeat 3px center, linear-gradient(#fff, #efefef);
}

main section h3 {
  background: #3887D8;
  color: #fff;
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
  margin-bottom: .8rem;
  padding-left: .5rem;
}

main section h4 {
  border-left: 8px solid #105198;
  padding-left: .5rem;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: .4rem;
  height: 20px;
  line-height: 20px;

}

main section p {
  margin-bottom: 1rem;
}

main section p img.right {
  float: right;
  margin: 0 0 1rem 1.5rem;
}

main div.topics {
  display: flex;
  justify-content: space-between;
}

main div.topics section {
  width: 48%;
  border: 1px solid #aaaaaa;
}

main div.topics section h2 {
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
}
main div.topics_list section {
  width:100%;
}
main .topics section h2 a {
  font-size: .8rem;
  color: #333;
  position: absolute;
  right: .4rem;
  background: url(../../assets/templates/swc/bukai/arrow_ico.png) no-repeat left center;
  padding-left: 1rem;
  text-decoration: none;

}

main .topics dl {
  padding: 0 .5rem 1rem .5rem;
}

main .topics dl dt {
  background: url(../../assets/templates/swc/bukai/arrow_ico.png) no-repeat left center;
  padding-left: 1rem;
  font-weight: bold;
}

main .topics dl dd {
  border-bottom: 1px solid #cccccc;
  margin-bottom: .4rem;
  padding: 0 .4rem .5rem .4rem;
  color: #1C68B5;
  line-height: 1.3rem;
}

main .topics dl dd:last-child {
  border: none;
}

main div.topics news {
  width: 100%;
  border: 1px solid #aaaaaa;
}

main div.topics news h2 {
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
}

main .topics news h2 a {
  font-size: .8rem;
  color: #333;
  position: absolute;
  right: .4rem;
  background: url(../../assets/templates/swc/bukai/arrow_ico.png) no-repeat left center;
  padding-left: 1rem;
  text-decoration: none;

}


/********** footer ********* */

footer {
  background: #D1E6FA;
  padding: 1rem 0;
  text-align: center;
}

footer .wrapper {
  position: relative;
}

footer a.to_top {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../assets/templates/swc/bukai/to_top.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

footer nav ul {
  margin-bottom: 1rem;
}

footer nav ul li {
  display: inline-block;
  border-left: 1px solid #000;
  height: 1rem;
  line-height: 1rem;
  padding: 0 1rem;
}

footer nav ul li:last-child {
  border-right: 1px solid #000;
}

footer nav ul li a {
  color: #000;
  text-decoration: none;
}

footer p {
  color: #555555;
}
