@charset "UTF-8";

/*===============================================*
*	reset style
*===============================================*/

/*
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/**
* YUI Reset
* @module reset
* @namespace
* @requires
*/
html { background: #FFF; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset,
img { border: 0; }

article,aside,details,figcaption,figure,.footer,.header,nav,section { display: block; }

address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var { font: inherit; }

b,
strong { font-weight: bold; }

del,
ins { text-decoration: none; }

li { list-style: none; }

caption,
th { text-align: left; }

q:before,
q:after { content: ''; }

abbr,
acronym {
border: 0;
font-variant: normal;
}

sup {
vertical-align: top;
font-size: 9px;
}

sub {
vertical-align: bottom;
font-size: 9px;
}

/*because legend doesn't inherit in IE */
legend { color: #000; }

a {
color: #333333;
text-decoration: none;
}

a:visited { color: #333333; }

a:hover {
color: #888888;
text-decoration: underline;
}

img { vertical-align: bottom; }

div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,.footer,.header,menu,nav,section,summary,time,mark {
background: url(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAEHAAIALAAAAAABAAEAAAICVAEAOw==) no-repeat 0 0; }

/*- fluid img and objects ----------*/
img,
object,
embed { /* [disabled]max-width: 100%;
*/ }

/*- optional vanity styles ----------*/
::selection { background: #37BEFF; }
::-moz-selection { background: #37BEFF;}

img::selection { background: transparent; }
img::-moz-selection {
background: transparent;
}

a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2); }

/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/**
* YUI Fonts
* @module fonts
* @namespace yui-
* @requires
*/
body {
font-size: 14px;
font-family: sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic'!important;
/*font: 14px/1.35 "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
color: #333333;
line-height: 1.5;
}

* html body { font-size: 88%; }
*:first-child+html body { font-size: 88%; }
head~/* */body { font-size: 88%; }
html:not(:target) body { font-size: 14px; }

select,input,textarea,button {
font-size: 99%;
line-height: 1.5em;
}

table {
font-size: inherit;
font: 100%;
}

pre,code,kbd,samp,tt {
font-family: monospace;
*font-size: 108%;
line-height: 100%;
}

h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
}

/*===============================================*
*	Global Styles
*===============================================*/
/* clear & clearfix
------------------------------------------------*/
.clear { clear: both; }

.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
overflow: hidden;
}

.clearfix { zoom: 1; }

/* margin
------------------------------------------------*/
.mReset { margin: 0; }
.mCenter { margin: 0 auto; }
.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mr0 { margin-right: 0; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; }
.mr80 { margin-right: 80px; }
.mr90 { margin-right: 90px; }
.mr100 { margin-right: 100px; }
.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.ml0 { margin-left: 0; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml70 { margin-left: 70px; }
.ml80 { margin-left: 80px; }
.ml90 { margin-left: 90px; }
.ml100 { margin-left: 100px; }

/* padding
------------------------------------------------*/
.pReset { padding: 0; }
.pt0 { padding-top: 0; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pr0 { padding-right: 0; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr50 { padding-right: 50px; }
.pr60 { padding-right: 60px; }
.pr70 { padding-right: 70px; }
.pr80 { padding-right: 80px; }
.pr90 { padding-right: 90px; }
.pr100 { padding-right: 100px; }
.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pl0 { padding-left: 0; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }
.pl60 { padding-left: 60px; }
.pl70 { padding-left: 70px; }
.pl80 { padding-left: 80px; }
.pl90 { padding-left: 90px; }
.pl100 { padding-left: 100px; }

/* text-align
------------------------------------------------*/
.alignL { text-align: left; }
.alignR { text-align: right; }
.alignC { text-align: center; }
.vAlignM { vertical-align: middle; }

/* float
------------------------------------------------*/
.floatL {
float: left;
display: inline;
}

.floatR {
float: right;
display: inline;
}

.floatN { float: none; }

/* display
------------------------------------------------*/
.disBlock { display: block; }

.disInlBlock { display: inline-block; }

.disInline { display: inline; }

/* indent
------------------------------------------------*/
.indent1 {
margin-left: 1em;
text-indent: -1em;
}

/* font-weight
------------------------------------------------*/
.fwB { font-weight: bold; }

/*-----------------------------------------------------------
body
-------------------------------------------------------------*/
body {
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
background: #ffffff url(/images/header_bg.png) repeat-x 0 0;
min-width: 980px;
}

body .wrap {
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
margin: 0 auto;
overflow: hidden;
position: relative;
}

/* font-size
------------------------------------------------*/
.lh1_0 { line-height: 1; }
.lh1_1 { line-height: 1.1; }
.lh1_2 { line-height: 1.2; }
.lh1_3 { line-height: 1.3; }
.lh1_4 { line-height: 1.4; }
.lh1_5 { line-height: 1.5; }
.lh1_6 { line-height: 1.6; }
.lh1_7 { line-height: 1.7; }
.lh1_8 { line-height: 1.8; }
.lh1_9 { line-height: 1.9; }
.lh2_0 { line-height: 2; }

/* font-size
------------------------------------------------*/
.fs10 { font-size: 72%; }
.fs11 { font-size: 79%; }
.fs12 { font-size: 86%; }
.fs13 { font-size: 93%; }
.fs14 { font-size: 100%; }
.fs15 { font-size: 108%; }
.fs16 { font-size: 115%; }
.fs17 { font-size: 122%; }
.fs18 { font-size: 129%; }
.fs19 { font-size: 136%; }
.fs20 { font-size: 143%; }
.fs21 { font-size: 150%; }
.fs22 { font-size: 158%; }
.fs23 { font-size: 165%; }
.fs24 { font-size: 172%; }
.fs25 { font-size: 179%; }
.fs26 { font-size: 186%; }
.fs28 { font-size: 200%; }

.nf_reader {
text-indent: -9999px;
font-size: 0;
}

/*-----------------------------------------------------------
.header
-------------------------------------------------------------*/
/* .header
--------------------------------------------------------*/
.header { height: 198px; }

.header .inner1 {
width: 980px;
margin: 0 auto;
line-height: 30px;
color: #fff;
font-size: 86%;
position: relative;
height: 30px;
}

.header .inner1 img { vertical-align: middle; }

/* size
/* ------------------------------------------------------------ */
.size {
width: 76px!important;
height: 24px!important;
padding: 3px!important;
vertical-align: middle;
}

.size div { width: 57px!important; }

.size img {
margin-left: 1px!important;
width: 18px!important;
height: 18px!important;
}

/* Background
/* ------------------------------------------------------------ */
.background {
width: 78px!important;
height: 24px!important;
padding: 3px!important;
background-repeat: no-repeat;
vertical-align: middle;
}

.background div { width: 78px!important; }

.background div span { margin: 0!important; }

.background input {
margin-left: 1px!important;
width: 18px!important;
height: 18px!important;
font-size: 0.8em;
}

.header .inner1 .bgSelect {
overflow: hidden;
position: absolute;
right: 0;
top: 6px;
}

.header .inner1 .bgSelect:before {
content: "背景切り替え";
color: #fff;
display: inline-block;
float: left;
line-height: 18px;
padding: 0 5px 0 0;
font-size: 14px;
}

.header .inner1 .bgSelect li {
width: 18px;
height: 18px;
float: left;
background: #fff;
}

.header .inner1 .bgSelect li a {
background: url(/images/btn_bg_change.png) no-repeat 0 0;
display: block;
text-indent: -9999px;
overflow: hidden;
width: 18px;
height: 18px;
}

.header .inner1 .bgSelect li a:hover {
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
filter: alpha(opacity=70);
}

.header .inner1 .bgSelect li.base a { background-position: 0 0; }
.header .inner1 .bgSelect li.black a { background-position: -18px 0; }
.header .inner1 .bgSelect li.blue { width: 18px; }
.header .inner1 .bgSelect li.blue a { background-position: -36px 0; }
.header .inner1 .bgSelect li.yellow { width: 18px; }
.header .inner1 .bgSelect li.yellow a { background-position: -54px 0; }

.header .inner2 {
width: 980px;
height: 100px;
margin: 0 auto;
position: relative;
padding: 0;
}

.header .inner2 .logo {
position: absolute;
top: 20px;
left: 0;
width: 489px;
height: 51px;
margin: 0 0 25px;
}

.header .inner2 .logo a {
display: block;
width: 489px;
height: 51px;
}

.header .gnavi_wrap {
width: 980px;
margin: 0 auto;
min-height: 52px;
}
.header .gnavi {
width: 980px;
margin: 0 auto;
word-break: break-all;
}

.header .gnavi td {
width: 195px;
line-height: 52px;
text-align: center;
vertical-align: middle;
border-right: 1px solid #E0E0E0;
font-size: 16px;
font-weight: bold;
position: relative;
color: #000000;
}

.header .gnavi td span { text-decoration: none; }

.header .gnavi td span span {
text-decoration: none;
color: #000000;
}

.header .gnavi td a {
width: 100%;
display: block;
color: #000000;
text-decoration: none;
}

.header .gnavi td:hover {
color: #007FCC;
text-decoration: none;
}

.header .gnavi td:hover a {
color: #007FCC;
text-decoration: none;
}

.header .gnavi td:first-child { border-left: 1px solid #E0E0E0; }

.header .gnavi td ul { display: none; }

.header .gnavi td:hover ul {
display: block;
pointer-events: none;
position: absolute;
border: 1px solid #007FCC;
text-align: left;
font-weight: normal;
padding: 15px 0 15px 0;
left: -5px;
margin: 0 auto;
width: 205px;
background: #E3ECF5 url(/images/icon_arrow04.png) no-repeat center -7px;
z-index: 1000;
}

.header .gnavi td ul li {
line-height: 1.2;
font-size: 87.5%;
margin: 0 0 0 10px;
padding: 0;
border-bottom: 1px solid #E3ECF5;
}
.header .gnavi td ul li:hover {
border-bottom: 1px solid #007FCC;
}

.header .gnavi td ul li:first-child { padding: 0; }

.header .gnavi td ul li a {
display: block;
background: url(/images/icon_arrow05.png) no-repeat 0 0.8em;
padding: 8px 5px 5px 13px;
width: auto;
}
.header .gnavi td:hover ul {
pointer-events: auto;
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
}
.header .gnavi td:hover ul li a {
color: #000000;
text-decoration: none;
}
.header .gnavi td:hover ul li a:hover {
color: #007FCC;
text-decoration: none;
}
.header .size2 .gnavi td:nth-child(5):hover ul ul{
left:-200px;
}
.header .gnavi td:nth-child(1){
width: 174px;
}
.header .gnavi td:nth-child(2),
.header .gnavi td:nth-child(2) .innder_wrap{
width: 200px;
}
.header .gnavi td:nth-child(3),
.header .gnavi td:nth-child(3) .innder_wrap{
width: 200px;
}
.header .gnavi td:nth-child(4),
.header .gnavi td:nth-child(4) .innder_wrap{
width: 200px;
}
.header .gnavi td:nth-child(5),
.header .gnavi td:nth-child(5) .innder_wrap{
width: 200px;
}
.header .gnavi .innder_wrap{
width: 200px;
word-break: break-all;
}


/* level3 ----------------------------*/

.header .gnavi td:hover ul li ul { display: none; }

.header .gnavi td:hover ul li:hover ul {
display: block;
pointer-events: none;
position: absolute;
border: 1px solid #007FCC;
text-align: left;
font-weight: normal;
padding: 0 0 0 0;
left: 195px;
margin: -30px auto 0;
width: 205px;
background: #E3ECF5 url(/images/icon_arrow04.png) no-repeat center -7px;
z-index: 1000;
}

.header .gnavi td ul li ul li {
line-height: 1.2;
font-size: 100%;
margin: 0;
padding: 0;
}
.header .gnavi td ul li ul li:hover {
border-bottom: none;
}

.header .gnavi td ul li:first-child ul li { padding: 0; }

.header .gnavi td ul li ul li a {
display: block;
background: url(/images/icon_arrow05.png) no-repeat 10px 8px;
margin: 0;
padding: 6px 10px 6px 23px;
width: auto;
}

.header .gnavi td:hover ul li:hover ul li {
pointer-events: auto;
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
}

.header .gnavi td:hover ul li:hover ul li a {
color: #000000;
text-decoration: none;
}

.header .gnavi td:hover ul li:hover ul li a:hover {
color: #007FCC;
text-decoration: underline;
}

.headLink {
position: absolute;
right: 0;
top: 20px;
text-align: right;
font-size: 14px;
line-height: 1.2;
}

.header .inner2 #searchform {
background: #fff;
outline: none;
width: 207px;
height: 29px;
position: absolute;
right: 2px;
top: 53px;
}

.header .inner2 #searchform table { border: 1px solid #CBCBCB; }

.header .inner2 #searchform [type="text"] {
outline: none;
border: none;
height: 27px;
width: 175px;
line-height: 27px;
border-radius: 5px 0 0 5px;
padding: 0 5px;
}

.header .inner2 #searchform [type="text"]:focus { background: #D7EEFB; }

.header .inner2 #searchform [type="submit"] {
width: 30px;
height: 27px;
outline: none;
border: none;
cursor: pointer;
}

.header .inner2 #searchform [type="submit"] img {
width: 27px;
margin-right: 2px;
}

/*-----------------------------------------------------------
.footer
-------------------------------------------------------------*/
/* aside
--------------------------------------------------------*/
.footer {
clear: both;
width: 980px;
margin: 0 auto;
padding: 40px 0 0 0;
}

.footer .inner1 {
background: #007FCC;
margin: 30px auto 30px;
}

.footer .inner1 a { color: #fff; }

.footer .inner1 td {
border-right: 1px solid #4DA6DB;
width: 225px;
font-size: 115%;
padding: 30px 0 30px 19px;
line-height: 1.5;
vertical-align: top;
color: #fff;
text-align: left;
}

.footer .inner1 td > a { font-weight: bold; }

.footer .inner1 td:last-child { border-right: none; }

.footer .inner1 td ul {
font-size: 87.5%;
padding: 20px 0 0;
}

.footer .inner1 td ul li { padding: 10px 0 0 0; }

.footer .inner1 td ul li:first-child { padding: 0; }

.footer .inner1 td ul li a span {
color: #FFFFFF;
text-decoration: none;
}

.footer .inner1 td ul li a span span {
color: #FFFFFF;
text-decoration: none;
}

.footer .inner1 td ul li a {
padding: 0 0 0 10px;
display: inline-block;
background: url(/images/icon_list1.png) no-repeat 0 7px;
color: #FFFFFF;
text-decoration: none;
}

.footer .inner1 td ul li a:hover { text-decoration: underline; }

.footer .inner2 {
width: 980px;
padding: 0 0 33px;
position: relative;
text-align: left;
}

.footer .inner2 .pmark {
position: absolute;
right: 0;
top: 0;
}

.footer .inner2 .siteName {
background: url(/images/logo2.png) no-repeat 0 0;
padding: 0 0 0 96px;
margin: 0 0 22px 276px;
min-height: 67px;
text-align: left;
}

.footer .inner2 .siteName .text1 {
width: 450px;
font-size: 129%;
line-height: 1.2;
padding: 2px 0 5px;
font-weight: bold;
text-align: left;
}

.footer .inner2 .siteName .text2 {
width: 450px;
line-height: 1.2;
text-align: left;
}

.footerLink {
border-left: 1px solid #ccc;
margin: 0 auto;
}

.footerLink td {
border-right: 1px solid #ccc;
font-weight: bold;
padding: 5px 15px;
text-align: center;
}

.footerLink td a span {
color: #333333;
text-decoration: none;
}

.footerLink td a span span {
color: #333333;
text-decoration: none;
}

.footerLink td a {
color: #333333;
text-decoration: none;
}

.footerLink td a:hover { text-decoration: underline; }

.footer .copyright {
background: #719ECD;
text-align: center;
color: #fff;
line-height: 80px;
}

/*-----------------------------------------------------------
willcommunity STYLE
-------------------------------------------------------------*/

.tpl1-1-2 { padding: 20px 0 0 0; height: auto;}
.tpl1-1-2-1 {height: auto;}

.tpl8-1 { width: 980px; }

.tpl8-1:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}

.tpl8-1 { display: inline-block; }
@media print {
  .tpl8-1 {
    display: block;
  } 
} 

.tpl8-1-1 { display: none; }

.tpl8-1-2 {
width: 700px;
float: left;
padding: 20px 0 0 0;
}

.tpl8-1-3 {
width: 242px;
float: right;
margin: 0;
}

.tpl8-1-4 { }

.tpl8-1-2-1 { width: 700px; }

.tpl8-1-2-2,
.tpl8-1-2-2-1 {
width: 700px;
margin: 0 auto 30px;
}

.tpl8-1-2-2 div {
height: auto;
margin-bottom: 30px;
}

.tpl1-1-3 {
clear: both;
margin: 0;
padding: 0 0 0 0;
}

/* .titleStyle1
--------------------------------------------------------*/

.WebEditor,
.wb-contents { text-align: left;}

h1 {
width: 700px;
background: url(/images/title_bg.png) no-repeat 0 bottom;
text-align: center;
color: #006BAB;
font-size: 158%;
line-height: 1.2;
font-weight: bold;
padding: 5px 0 22px;
margin: 0 0 40px 0;
}

h1.boxTitle {
margin: 0 0 -17px;
position: relative;
}

.WebEditor h2,
.wb-contents h2 {
/*width: 668px;*/
height: auto;
background: #E4E4E4;
border-left: 6px solid #007DCF;
font-size: 143%;
line-height: 1.4;
padding: 10px 16px;
font-weight: bold;
color: #333;
margin: 0 auto 20px;
}

.WebEditor h3,
.wb-contents h3 {
/*width: 644px;*/
border-left: 6px solid #007DCF;
border-bottom: 1px solid #007DCF;
font-size: 129%;
line-height: 1.4;
padding: 8px 0 8px 16px;
font-weight: bold;
margin: 0 auto 20px;
}

.WebEditor h3.h3link,
.wb-contents h3.h3link {
background: url(/images/icon_arrow03.png) no-repeat 0 3px;
padding: 0 0 0 20px;
border: none;
}

.WebEditor h3.h3link a,
.wb-contents h3.h3link a {
line-height: 1.2;
text-decoration: underline;
}

.WebEditor h4,
.wb-contents h4 {
/*width: 660px;*/
color: #007DCF;
font-size: 129%;
line-height: 1.2;
font-weight: bold;
margin: 0 auto 25px;
}

.WebEditor h5,
.wb-contents h5 {
/*width: 634px;*/
background: url(/images/icon_list2.png) no-repeat 0 3px;
font-size: 107.14285714%;
line-height: 1.2;
font-weight: bold;
margin: 0 auto 15px;
padding: 0 0 0 26px;
}

.WebEditor h6 span,
.wb-contents h6 span {
width: 620px;
background: #007FCC;
border-radius: 5px 5px 0 0;
color: #fff;
font-size: 143%;
line-height: 35px;
display: inline-block;
text-align: center;
margin: 0 0 1px;
padding: 0 20px;
}

.WebEditor div,
.wb-contents div { height: auto; }

.WebEditor p,
.wb-contents p {
/*width: 660px;*/
width: auto;
height: auto;
margin: 0 auto 30px;
}

.WebEditor ul,
.wb-contents ul {
overflow: hidden;
height: auto;
width: 645px;
margin: 0 0 0 0;
padding: 0 0 30px 0;
}

.WebEditor ul li,
.wb-contents ul li {
color: #333333;
background: url(/images/icon_list3.png) no-repeat 2px 10px;
line-height: 1.8;
font-size: 100%;
padding: 0 0 0 15px;
}

.WebEditor ul li li,
.wb-contents ul li li { font-size: 1em; }

.WebEditor ol,
.wb-contents ol {
margin: 0 0 0 0;
padding-bottom: 5px;
overflow: hidden;
list-style-type: decimal;
height: auto;
}

.WebEditor ol li,
.wb-contents ol li {
margin: 0 0 0 2em;
padding: 0 0 3px;
font-size: 1em;
color: #333333;
line-height: 180%;
list-style-type: decimal;
}

.WebEditor ol li li,
.wb-contents ol li li { font-size: 1em; }

.WebEditor ol ul li,
.wb-contents ol ul li {
list-style: none;
padding: 0 0 3px 17px;
}

.WebEditor a,
.wb-contents a {
color: #0059B2;
text-decoration: underline;
}

.WebEditor a:hover,
.wb-contents a:hover { text-decoration: none; }

.WebEditor .date,
.wb-contents .date {
width: 660px;
text-align: right;
margin: 0 auto 30px;
}

.WebEditor table,
.wb-contents table {
/*width: 660px;*/
margin-bottom: 30px;
}

.WebEditor table td,
.wb-contents table td { width: auto; }

.WebEditor table td h2,
.wb-contents table td h2 {
width: auto;
/*margin: 0 20px 40px 0;*/
}

.WebEditor table td h3,
.wb-contents table td h3 {
width: auto;
height: auto;
margin: 0 20px 15px 0;
}

.WebEditor table td p,
.wb-contents table td p {
width: auto;
margin: 0 20px 30px 0;
}

.WebEditor table td table,
.WebEditor table td div,
.WebEditor table td ul,
.wb-contents table td table,
.wb-contents table td div,
.wb-contents table td ul { width: auto; }

.WebEditor .tbl,
.wb-contents .tbl {
width: 660px;
margin: 0 auto 30px;
border: 1px solid #cccccc;
color: #333333!important;
}

.WebEditor .tbl td table,
.wb-contents .tbl td table { width: auto; }

.WebEditor .tbl caption,
.wb-contents .tbl caption {
padding: 0 0 5px;
font-size: 0.9em;
font-weight: bold;
}

.WebEditor .tbl th,
.wb-contents .tbl th {
width: auto;
height: auto;
padding: 8px;
font-weight: bold;
color: #333333!important;
text-align: left;
line-height: 1.6;
background-color: #f1f8fa;
border: 1px solid #cccccc;
white-space: nowrap;
}

.WebEditor .tbl th span,
.wb-contents .tbl th span { color: #333333!important; }

.WebEditor .tbl th[scope="col"],
.wb-contents .tbl th[scope="col"] {
text-align: cneter;
background-color: #e2f2f7;
}

.WebEditor .tbl td,
.wb-contents .tbl td {
padding: 8px;
color: #333333!important;
line-height: 160%;
border: 1px solid #cccccc;
width: auto;
height: auto;
}

.tpl8-1-2-3 {
clear: both;
/*width: 660px;*/
margin: 0 auto 20px;
padding: 0;
border: none;
}

.tpl8-1-2-3 table {
width: 660px;
margin: 0 auto 20px;
padding: 0;
border: none;
}

.tpl8-1-2-3 table table { width: auto; }

.tpl8-1-2-3 td {
text-align: center;
font-size: 115%;
border: 4px #AAC0D1 solid;
background-color: #E3EDF2;
vertical-align: middle;
font-weight: bold;
margin: 0;
padding: 15px 0 0;
}

.tpl8-1-2-3 td div {
text-align: left;
background-color: #FFFFFF;
font-weight: normal;
margin: 15px 0 0;
padding: 10px 10px 10px 20px;
}

.tpl8-1-2-3 td div div {
width: auto;
margin: 0;
padding: 0;
}

.tpl8-1-3 h3 {
width: 242px;
line-height: 1.5;
font-size: 115%;
font-weight: bold;
background-color: #007DCF;
text-align: center;
vertical-align: middle;
color: #fff;
background: #007DCF;
padding: 27px 0;	
}

/* ------------------------------------------------------------ */
/* Aside　またはテンプレートに直接
/* ------------------------------------------------------------ */

.btn_print { margin: 0 0 10px 0; }

.genrelisttitle {
width: 242px;
/*height: 80px;*/
height: auto;
font-size: 129%;
border-bottom: 1px solid #ddd;
background: #007DCF;
}

.genrelisttitle span,
.genrelisttitle a span {
display: block;
width: 242px;
text-align: center;
vertical-align: middle;
color: #fff;
background: #007DCF;
padding: 27px 0;
}

.sidemenu2 div {
margin: 0!important;
padding: 0!important;
}

.genrelisttree ul,
.sidemenu2 ul {
list-style: none;
width: 242px;
margin-bottom: 20px;
}

.genrelisttree ul li,
.sidemenu2 ul li {
width: 242px;
font-size: 115%;
font-weight: bold;
margin: 0;
}
.sidemenu2 ul li { padding-bottom: 0;}

.genrelisttree ul li a,
.sidemenu2 ul li a {
display: block;
border: 1px solid #ddd;
border-top: none;
padding: 13px 25px 13px 15px;
background: #ffffff url(/images/icon_arrow03.png) no-repeat 221px 50%;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
vertical-align: middle;
zoom: 1;
}

.genrelisttree ul li a:hover,
.sidemenu2 ul li a:hover {
color: #007FCC;
background-color: #D7EEFB;
text-decoration: none;
}

.genrelisttree ul li span.current,
.sidemenu2 ul li span.current,
.sidemenu2 ul li > span  {
display: block;
border: 1px solid #ddd;
border-top: none;
padding: 13px 25px 13px 15px;
background: #D7EEFB url(/images/icon_arrow03.png) no-repeat 221px 50%;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
vertical-align: middle;
text-decoration: none;
pointer-events: none;
zoom: 1;
}

.genrelisttree ul li div,
.sidemenu2 ul li div  {
margin: 0;
padding: 0;
}

.genrelisttree ul li ul,
.sidemenu2 ul li ul { margin-bottom: 0; }

.genrelisttree ul li ul li,
.sidemenu2 ul li ul li {
width: 242px;
font-size: 0.9em;
margin: 0;
}

.genrelisttree ul li ul li a,
.sidemenu2 ul li ul li a {
padding: 10px 25px 10px 30px;
background: #ffffff url(/images/icon_arrow03.png) no-repeat 221px 50%;
background-size: 6px auto;
}

.genrelisttree ul li ul li span.current,
.sidemenu2 ul li ul li span.current {
padding: 10px 25px 10px 30px;
/*background: #D7EEFB url(/images/icon_arrow03.png) no-repeat 221px 50%;*/
background-size: 6px auto;
}

/* .breadcrumb
--------------------------------------------------------*/
.topicpath {
width: 720px;
font-size: 12px;
line-height: 26px;
}

.topicpath a {
color: #0059B2;
text-decoration: underline;
}
.topicpath a:hove {
text-decoration: none;
}

body.index .topicpath { height: 0.7em!important; }

body.index .topicpath span {
position: absolute;
left: -2000px;
}

/* Others 前回スタイル継承
--------------------------------------------------------*/

.left { text-align: left!important; }
.right { text-align: right!important; }
.center { text-align: center!important; }

.bdrtbl {
width: 100%;
margin: 8px 0 40px;
padding: 10px;
border: 1px solid #cccccc;
}

.bdrtbl th,
.bdrtbl td {
padding: 8px;
font-size: 100%;
line-height: 180%;
vertical-align: top;
}

/*.bdrtbl td h2,
.bdrtbl th h2,
.bdrtbl td h3,
.bdrtbl th h3 {
font-size: 133%;
}
.bdrtbl td h4,
.bdrtbl th h4 {
font-size: 120%;
}
.bdrtbl td h5,
.bdrtbl th h5,
.bdrtbl td h6,
.bdrtbl th h6 {
font-size: 113%;
}
.bdrtbl td p,
.bdrtbl th p,
.bdrtbl td li,
.bdrtbl th li {
font-size: 100%;
}*/

.notbl {
width: 100%;
margin-bottom: 8px;
}

.notbl th,
.notbl td {
padding: 8px 0;
font-size: 100%;
color: #333333;
line-height: 1.5;
vertical-align: top;
font-weight: bold;
}

.listtbl {
width: 100%;
margin-bottom: 8px;
color: #333333!important;
border-top: 1px dotted #cccccc;
}

.listtbl th {
padding: 8px;
font-size: 100%;
color: #333333!important;
text-align: left;
line-height: 160%;
white-space: nowrap;
vertical-align: top;
border-bottom: 1px dotted #cccccc;
}

.listtbl td {
padding: 8px;
font-size: 100%;
color: #333333!important;
line-height: 160%;
vertical-align: top;
border-bottom: 1px dotted #cccccc;
}

.nowrap { white-space: nowrap; }

strong {
font-weight: bold;
color: #ff0000;
}

.yoko { height: auto; }

.yoko li {
display: inline;
padding: 0 12px 8px 12px;
vertical-align: top;
background-position: -5px -0.2em;
}

.yoko3 li {
display: inline-block;
/display: inline;
/zoom: 1;
width: 194px;
padding: 0 15px 8px 15px;
vertical-align: top;
}

.yoko2 li {
display: inline-block;
/display: inline;
/zoom: 1;
width: 296px;
padding: 0 20px 8px 15px;
vertical-align: top;
}

.contact-pts {
margin: 15px 0 12px;
border: 1px solid #cccccc;
overflow: hidden;
}

.contact-pts h2 {
float: left;
width: 100px;
padding: 20px;
font-size: 0.8em;
color: #333333;
line-height: 180%;
overflow: hidden;
}

.contact-pts p {
width: auto!important;
margin-left: 140px;
margin-top: -1px;
padding: 20px;
font-size: 0.8em;
color: #333333;
line-height: 180%;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
vertical-align: top;
overflow: hidden;
}

.contact-pts p:first-child { margin-left: 0; }

.testlist {
height: auto;
padding-bottom: 30px;
}

img[alt="PDFファイル"],
img[alt="ExcelLファイル"],
img[alt="Wordファイル"] { vertical-align: text-bottom; }

.linklist-v-pts img,
.linklist-h-pts img { vertical-align: text-bottom; }

.bdrtbl2 {
width: 240px;
margin: 0 0 10px 0;
border: 1px solid #cccccc;
border-bottom: none;
}

.bdrtbl2 td {
padding: 0;
font-size: 100%;
border-bottom: 1px solid #cccccc;
}

.bdrtbl2 td a {
display: block;
border-top: none;
padding: 13px 25px 13px 15px;
background: #ffffff url(/images/icon_arrow03.png) no-repeat 221px 50%;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
vertical-align: middle;
zoom: 1;
}

.bdrtbl2 td a:hover {
color: #007FCC;
background-color: #D7EEFB;
text-decoration: none;
}

.bdrtbl2 td span.current {
display: block;
border: 1px solid #ddd;
border-top: none;
padding: 13px 25px 13px 15px;
background: #D7EEFB url(/images/icon_arrow03.png) no-repeat 221px 50%;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
vertical-align: middle;
text-decoration: none;
pointer-events: none;
zoom: 1;
}

table.titletbl {
margin: 16px 0 25px 0;
width: 700px;
border-bottom: 2px solid #007FCC;
z-index: 10;
zoom: 1;
}

table.titletbl td {
width: 674px;
padding: 5px 6px 1px 20px;
color: #FFFFFF;
font-size: 143%;
font-weight: bold;
background: url(/images/titletbl.png) 0 0 no-repeat;
}

/* ------------------------------------------------------------ */
/* 機構追加分
/* ------------------------------------------------------------ */

img.img_left {
float: left;
padding: 5px;
}

div.clear {
clear: both;
margin: 0 0 10px 0;
}

p.text_right { text-align: right; }

p.text_indent { text-indent: 1em; }

/* ------------------------------------------------------------ */
/* 2014.06.19追加分
/* ------------------------------------------------------------ */

.f_left {
float: left;
padding: 0 16px 16px 0;
}

.f_right {
float: right;
padding: 0 0 16px 16px;
}

.WebEditor .widthauto,
.wb-contents .widthauto { width: auto; }
.WebEditor p.widthauto,
.wb-contents p.widthauto { overflow: visible; }
.WebEditor h2.widthauto,
.WebEditor h3.widthauto,
.WebEditor h4.widthauto,
.WebEditor h5.widthauto,
.WebEditor h6.widthauto,
.wb-contents h2.widthauto,
.wb-contents h3.widthauto,
.wb-contents h4.widthauto,
.wb-contents h5.widthauto,
.wb-contents h6.widthauto { overflow: hidden; }

.clr {
clear: both;
margin: 0 0 10px 0;
}

.bdrrightnone { border-right: none !important; }
.bdrleftnone { border-left: none !important; }
.bdrtopnone { border-top: none !important; }
.bdrbottomnone { border-bottom: none !important; }

/* ------------------------------------------------------------ */
/* 2014.10.06追加分
/* ------------------------------------------------------------ */


.tbl2 {
width: 100%;
margin-bottom: 8px;
border: 1px solid #cccccc;
color: #333333!important;
}

.tbl2 caption {
padding: 0 0 5px;
color: #333333;
font-size: 0.9em;
font-weight: bold;
}

.tbl2 th {
padding: 8px;
font-size: 0.9em;
font-weight: bold;
color: #333333!important;
text-align: left;
line-height: 160%;
background-color: #f1f8fa;
border: 1px solid #cccccc;
white-space: nowrap;
}

.tbl2 th span { color: #333333!important; }

.tbl2 th[scope="col"] {
text-align: cneter;
background-color: #e2f2f7;
}

.tbl2 td {
padding: 2px 4px;
font-size: 0.9em;
color: #333333!important;
border: 1px solid #cccccc;
}

/* ------------------------------------------------------------ */
/* DivLayout
/* ------------------------------------------------------------ */
.tpl8 {
background-color: #ffffff;
overflow: hidden;
text-align: left;
}

.tpl8-1-2-3 { min-height: 100px; }

/* 20150109 */
.tpl8-1-2-3 td { line-height: 1.5em; }

/* 20150425 */
.yajirusiimg { vertical-align: middle; }

.reset { counter-reset: counter 0; }

.level ol {
margin: 0;
padding: 0;
overflow: visible;
}

.level li {
position: relative;
list-style-type: none;
margin: 0;
padding: 0;
}

.level ol { counter-reset: counter1 0; }

.level li { margin: 0 0 0 3.7em; }

.level li:before {
position: absolute;
left: -3.7em;
width: 3em;
text-align: right;
content: "第" counter(counter1, decimal) " ";
counter-increment: counter1 1;
}

.level ol ol { counter-reset: counter2 0; }

.level li li { margin: 0 0 0 0; }

.level li li:before {
position: absolute;
left: -3em;
width: 2em;
text-align: right;
content: counter(counter2, decimal) " ";
counter-increment: counter2 1;
}

.level ol ol ol li:first-child { counter-reset: counter3 0; }

.level li li li { margin: 0 0 0 3em; }

.level li li li:before {
position: absolute;
left: -3em;
width: 2em;
text-align: right;
content: "("counter(counter3, decimal) ") ";
counter-increment: counter3 1;
}

.level ol ol ol ol:first-child { counter-reset: counter4 0; }

.level li li li li { margin: 0 0 0 1em; }

.level li li li li:before {
position: absolute;
left: -2em;
width: 1em;
text-align: right;
}

.level li li li li:before { content: "ア"; }
.level li li li li:first-child + *:before { content: "イ"; }
.level li li li li:first-child + * + *:before { content: "ウ"; }
.level li li li li:first-child + * + * + *:before { content: "エ"; }
.level li li li li:first-child + * + * + * + *:before { content: "オ"; }
.level li li li li:first-child + * + * + * + * + *:before { content: "カ"; }
.level li li li li:first-child + * + * + * + * + * + *:before { content: "キ"; }
.level li li li li:first-child + * + * + * + * + * + * + *:before { content: "ク"; }
.level li li li li:first-child + * + * + * + * + * + * + * + *:before { content: "ケ"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + *:before { content: "コ"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + * + *:before { content: "サ"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + * + * + *:before { content: "シ"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "ス"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "セ"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "ソ"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "タ"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "チ"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "ツ"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "テ"; }
.level li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "ト"; }
.level ol ol ol ol ol:first-child { counter-reset: counter5 0; }
.level li li li li li { margin: 0 0 0 2.5em; }
.level li li li li li:before {
position: absolute;
left: -2.5em;
width: 1.8em;
white-space: nowrap;
text-align: right;
}
.level li li li li li:before { content: "(ア) "; }
.level li li li li li:first-child + *:before { content: "(イ) "; }
.level li li li li li:first-child + * + *:before { content: "(ウ) "; }
.level li li li li li:first-child + * + * + *:before { content: "(エ)"; }
.level li li li li li:first-child + * + * + * + *:before { content: "(オ)"; }
.level li li li li li:first-child + * + * + * + * + *:before { content: "(カ)"; }
.level li li li li li:first-child + * + * + * + * + * + *:before { content: "(キ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + *:before { content: "(ク)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + *:before { content: "(ケ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + *:before { content: "(コ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + * + *:before { content: "(サ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + *:before { content: "(シ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(ス)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(セ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(ソ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(タ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(チ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(ツ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(テ)"; }
.level li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(ト)"; }
.level ol ol ol ol ol ol:first-child { counter-reset: counter6 0; }
.level li li li li li li { margin: 0 0 0 1em; }
.level li li li li li li:before {
position: absolute;
left: -2.2em;
width: 1em;
text-align: right;
}
.level li li li li li li:before { content: "a"; }
.level li li li li li li:first-child + *:before { content: "b"; }
.level li li li li li li:first-child + * + *:before { content: "c"; }
.level li li li li li li:first-child + * + * + *:before { content: "d"; }
.level li li li li li li:first-child + * + * + * + *:before { content: "e"; }
.level li li li li li li:first-child + * + * + * + * + *:before { content: "f"; }
.level li li li li li li:first-child + * + * + * + * + * + *:before { content: "g"; }
.level li li li li li li:first-child + * + * + * + * + * + * + *:before { content: "h"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + *:before { content: "i"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + *:before { content: "j"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + *:before { content: "k"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + *:before { content: "l"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "m"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "n"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "o"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "p"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "q"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "r"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "s"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "t"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "y"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "v"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "w"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "x"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "y"; }
.level li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "z"; }
.level ol ol ol ol ol ol ol:first-child { counter-reset: counter7 0; }
.level li li li li li li li { margin: 0 0 0 2em; }
.level li li li li li li li:before {
position: absolute;
left: -2.4em;
width: 1.5em;
text-align: right;
}
.level li li li li li li li:before { content: "(a)"; }
.level li li li li li li li:first-child + *:before { content: "(b)"; }
.level li li li li li li li:first-child + * + *:before { content: "(c)"; }
.level li li li li li li li:first-child + * + * + *:before { content: "(d)"; }
.level li li li li li li li:first-child + * + * + * + *:before { content: "(e)"; }
.level li li li li li li li:first-child + * + * + * + * + *:before { content: "(f)"; }
.level li li li li li li li:first-child + * + * + * + * + * + *:before { content: "(g)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + *:before { content: "(h)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + *:before { content: "(i)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + *:before { content: "(j)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + *:before { content: "(k)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + *:before { content: "(l)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(m)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(n)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(o)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(p)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(q)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(r)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(s)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(t)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(y)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(v)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(w)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(x)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(y)"; }
.level li li li li li li li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *:before { content: "(z)"; }


/* ------------------------------------------------------------ */
/* Article　またはテンプレートに直接
/* ------------------------------------------------------------ */

div.RANKING_1_TITLE_1,
div.RANKING_1_TITLE_2,
div.RANKING_1_TITLE_3,
div.RANKING_1_TITLE_4,
div.RANKING_1_TITLE_5 {
width: auto;
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 16px;
}


/*-----------------------------------------------------------
Top Page STYLE
-------------------------------------------------------------*/

.indextbl p,
.indextbl div {
margin: 0;
padding: 0;
}

.indextbl { margin: 20px 0 0 0; }

.mainTop {
width: 700px;
margin: 0 38px 40px 0;
}

.mainTop a {
color: #0059B2;
text-decoration: underline;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.mainTop a:hover {
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
filter: alpha(opacity=70);
}

.mainTop h2.topTitle2,
.mainTop h2.topTitle {
width: 700px!important;
background: none;
background: url(/images/title_bg.png) no-repeat center bottom;
border: none;
text-align: center;
color: #006BAB;
font-size: 158%;
line-height: 1.2;
font-weight: bold;
padding: 5px 0 22px;
margin: 0 auto 20px;
}

.mainTop h2.topTitle { margin: 0 auto -17px;}

.mainTop .newsBox1 {
border: 4px solid #EEEEEE;
border-top: none;
width: 662px;
margin: 0 auto;
padding: 40px 15px 15px;
}

.mainTop .newsBox2 {
border-top: none;
width: 662px;
margin: 0 auto;
padding: 0 19px 20px;
}

.mainTop .newsBox1 table,
.mainTop .newsBox2 table { width: 662px; }

.mainTop .newsBox1 p,
.mainTop .newsBox2 p {
width: auto;
margin: 0 0 20px 0;
line-height: 1.6;
}

.mainTop .newsBox1 table p,
.mainTop .newsBox2 table p {
width: 500px;
margin: 0 0 20px 0;
line-height: 1.6;
}

.mainTop .newsBox1 table p.widthauto,
.mainTop .newsBox2 table p.widthauto {
width: auto;
}

.mainTop .newsBox1 div,
.mainTop .newsBox2 div { margin-left: 0; }

.indexlist {
width: 700px!important;
padding: 0!important;
}

.indexlist ul {
width: 700px!important;
margin: 0 0 10px 0!important;
padding: 0!important;
}

.indexlist li {
width: auto!important;
margin: 0 0 10px;
padding: 0 10px 10px;
font-size: 100%;
line-height: 1.4;
list-style-type: none;
background: none;
border-bottom: 1px dotted #ccc;
}

.indexlist li:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* for IE6 */
* html .indexlist li { display: inline-block; }

/* for IE7 */
*+html .indexlist li { display: inline-block; }

.indexlist_recdate {
float: left;
width: 130px!important;
margin: 0!important;
font-size: 100%!important;
display: inline!important;
}

.indexlist li a {
float: right;
width: 545px!important;
margin: 0;
display: block;
}

.mainTop .more {
width: 700px!important;
text-align: right!important;
line-height: 1.6;
margin: 0;
padding: 14px 0 0;
}

.mainTop .more a {
background: url(/images/icon_arrow03.png) no-repeat 0 50%;
padding: 0 0 0 20px;
}

table.topSideMenu { margin: 10px 0 0 0;}

table.topSideMenu td img {
width: 240px;
margin: 0 auto 20px;
}

.indextbl .genrelisttree {
width: 242px;
margin: 0;
padding: 0;
}

.indextbl .genrelisttreeTop ul {
list-style: none;
width: 242px;
margin: 0 0 20px 0;
padding: 0;
}

.indextbl .genrelisttreeTop ul li {
list-style: none;
width: 242px;
font-size: 115%;
font-weight: bold;
margin: 0;
background: none;
padding: 0;
}

.indextbl .genrelisttreeTop ul li a {
display: block;
border: 1px solid #ddd;
padding: 13px 25px 13px 15px;
background: #ffffff url(/images/icon_arrow03.png) no-repeat 221px 50%;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
vertical-align: middle;
zoom: 1;
}

.indextbl p.topBnr {
width: 240px;
margin: 0 0 20px 0;
padding: 0;
}


/* .bottomBannerArea
--------------------------------------------------------*/
.bottomBannerArea {
clear: both;
width: 980px;
margin: 0 auto;
padding: 24px 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.bottomBannerArea table { margin: 0;}

.bottomBannerArea td img { margin: 0 20px 0 0; }

.bottomBannerArea td img.last { margin: 0; }

.bottomBannerArea td a {
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.bottomBannerArea td a:hover {
-webkit-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
filter: alpha(opacity=65);
}





