@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 !important; }
.mCenter { margin: 0 auto !important; }
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }
.mr90 { margin-right: 90px !important; }
.mr100 { margin-right: 100px !important; }
.mb0 { margin-bottom: 0 !important; }
.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; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }
.ml80 { margin-left: 80px !important; }
.ml90 { margin-left: 90px !important; }
.ml100 { margin-left: 100px !important; }

/* padding
------------------------------------------------*/
.pReset { padding: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pt5 { 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; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pr0 { padding-right: 0 !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }
.pr70 { padding-right: 70px !important; }
.pr80 { padding-right: 80px !important; }
.pr90 { padding-right: 90px !important; }
.pr100 { padding-right: 100px !important; }
.pb0 { padding-bottom: 0 !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }
.pl0 { padding-left: 0 !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }

/* text-align
------------------------------------------------*/
.alignL { text-align: left !important; }
.alignR { text-align: right !important; }
.alignC { text-align: center !important; }
.vAlignM { vertical-align: middle !important; }

/* float
------------------------------------------------*/
.floatL {
	float: left !important;
	display: inline !important;
}

.floatR {
	float: right !important;
	display: inline !important;
}

.floatN { float: none !important; }

/* display
------------------------------------------------*/
.disBlock { display: block !important; }

.disInlBlock { display: inline-block !important; }

.disInline { display: inline !important; }

/* indent
------------------------------------------------*/
.indent1 {
	margin-left: 1em;
	text-indent: -1em;
}

/* font-weight
------------------------------------------------*/
.fwB { font-weight: bold !important; }

/*-----------------------------------------------------------
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 !important;
	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 !important; }

/* 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 !important; }

.header .gnavi td span span {
	text-decoration: none !important;
	color: #000000 !important;
}

.header .gnavi td a {
	width: 100%;
	display: block;
	color: #000000 !important;
	text-decoration: none !important;
}

.header .gnavi td:hover {
	color: #007FCC !important;
	text-decoration: none !important;
}

.header .gnavi td:hover a {
	color: #007FCC !important;
	text-decoration: none !important;
}

.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 !important;
	text-decoration: none !important;
}
.header .gnavi td:hover ul li a:hover {
	color: #007FCC !important;
	text-decoration: none !important;
}
.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 !important;
	text-decoration: none !important;
}

.header .gnavi td:hover ul li:hover ul li a:hover {
	color: #007FCC !important;
	text-decoration: underline !important;
}

.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 !important;
	height: 29px;
	position: absolute;
	right: 2px !important;
	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 !important;
	height: 27px;
	outline: none;
	border: none;
	cursor: pointer;
}

.header .inner2 #searchform [type="submit"] img {
	width: 27px !important;
	margin-right: 2px !important;
}

/*-----------------------------------------------------------
.footer
-------------------------------------------------------------*/
/* aside
--------------------------------------------------------*/
.footer {
	clear: both !important;
	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 !important;
}

.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 !important;
	text-decoration: none !important;
}

.footer .inner1 td ul li a span span {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.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 !important;
	text-decoration: none !important;
}

.footer .inner1 td ul li a:hover { text-decoration: underline !important; }

.footer .inner2 {
	width: 980px;
	padding: 0 0 33px;
	position: relative;
	text-align: left !important;
}

.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 !important;
}

.footer .inner2 .siteName .text1 {
	width: 450px;
	font-size: 129%;
	line-height: 1.2;
	padding: 2px 0 5px;
	font-weight: bold;
	text-align: left !important;
}

.footer .inner2 .siteName .text2 {
	width: 450px;
	line-height: 1.2;
	text-align: left !important;
}

.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 !important;
	text-decoration: none !important;
}

.footerLink td a span span {
	color: #333333 !important;
	text-decoration: none !important;
}

.footerLink td a {
	color: #333333;
	text-decoration: none !important;
}

.footerLink td a:hover { text-decoration: underline !important; }

.footer .copyright {
	background: #719ECD;
	text-align: center;
	color: #fff;
	line-height: 80px;
}

/*-----------------------------------------------------------
      willcommunity STYLE
-------------------------------------------------------------*/

.tpl1-1-2 { padding: 20px 0 0 0 !important; height: auto !important;}
.tpl1-1-2-1 {height: auto !important;}

.tpl8-1 { width: 980px !important; }

.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; }

.tpl8-1-1 { display: none !important; }

.tpl8-1-2 {
	width: 700px !important;
	float: left !important;
	padding: 20px 0 0 0 !important;
}

.tpl8-1-3 {
	width: 242px !important;
	float: right !important;
	margin: 0 !important;
}

.tpl8-1-4 { }

.tpl8-1-2-1 { width: 700px !important; }

.tpl8-1-2-2,
.tpl8-1-2-2-1 {
	width: 700px !important;
	margin: 0 auto 30px !important;
}

.tpl8-1-2-2 div {
	height: auto !important;
	margin-bottom: 30px;
}

.tpl1-1-3 {
	clear: both !important;
	margin: 0 !important;
	padding: 0 0 0 0 !important;
}

/* .titleStyle1
--------------------------------------------------------*/

.wb-contents { text-align: left;}

h1 {
	width: 700px !important;
	background: url(/images/title_bg.png) no-repeat 0 bottom;
	text-align: center;
	color: #006BAB;
	font-size: 158% !important;
	line-height: 1.2;
	font-weight: bold;
	padding: 5px 0 22px;
	margin: 0 0 40px 0;
}

h1.boxTitle {
	margin: 0 0 -17px;
	position: relative;
}

.wb-contents h2 {
	width: 668px !important;
	height: auto !important;
	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;
}

.wb-contents h3 {
	width: 644px !important;
	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;
}

.wb-contents h3.h3link {
	background: url(/images/icon_arrow03.png) no-repeat 0 3px;
	padding: 0 0 0 20px;
	border: none;
}

.wb-contents h3.h3link a {
	line-height: 1.2;
	text-decoration: underline;
}

.wb-contents h4 {
	width: 660px !important;
	color: #007DCF;
	font-size: 129%;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 auto 25px;
}

.wb-contents h5 {
	width: 634px !important;
	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;
}

.wb-contents h6 span {
	width: 620px !important;
	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;
}

.wb-contents div { height: auto !important; }

.wb-contents p {
	/*width: 660px !important;*/
	width: auto !important;
	height: auto !important;
	margin: 0 auto 30px;
}

.wb-contents ul {
	overflow: hidden;
	height: auto !important;
	width: 645px !important;
	margin: 0 0 0 15px;
	padding: 0 0 30px 10px;
}

.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;
}

.wb-contents ul li li { font-size: 1em; }

.wb-contents ol {
	margin: 0 0 0 15px;
	padding-bottom: 5px;
	overflow: hidden;
	list-style-type: decimal;
	height: auto !important;
}

.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;
}

.wb-contents ol li li { font-size: 1em; }

.wb-contents ol ul li {
	list-style: none;
	padding: 0 0 3px 17px;
}

.wb-contents a {
	color: #0059B2 !important;
	text-decoration: underline !important;
}

.wb-contents a:hover { text-decoration: none !important; }

.wb-contents .date {
	width: 660px !important;
	text-align: right;
	margin: 0 auto 30px;
}

.wb-contents table {
	/*width: 660px !important;*/
	margin-bottom: 30px !important;
}

.wb-contents table td { width: auto !important; }

.wb-contents table td h2 {
	width: auto !important;
	margin: 0 20px 40px 0 !important;
}

.wb-contents table td h3 {
	width: auto !important;
	height: auto !important;
	margin: 0 20px 15px 0 !important;
}

.wb-contents table td p {
	width: auto !important;
	margin: 0 20px 30px 20px;
}

.wb-contents table td table,
.wb-contents table td div,
.wb-contents table td ul { width: auto !important; }

.wb-contents .tbl {
	width: 660px !important;
	margin: 0 auto 30px;
	border: 1px solid #cccccc;
	color: #333333!important;
}

.wb-contents .tbl td table { width: auto !important; }

.wb-contents .tbl caption {
	padding: 0 0 5px;
	font-size: 0.9em;
	font-weight: bold;
}

.wb-contents .tbl th {
	width: auto !important;
	height: auto !important;
	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;
}

.wb-contents .tbl th span { color: #333333!important; }

.wb-contents .tbl th[scope="col"] {
	text-align: cneter;
	background-color: #e2f2f7;
}

.wb-contents .tbl td {
	padding: 8px;
	color: #333333!important;
	line-height: 160%;
	border: 1px solid #cccccc;
	width: auto !important;
	height: auto !important;
}

.tpl8-1-2-3 {
	clear: both !important;
	width: 660px !important;
	margin: 0 auto 20px !important;
	padding: 0 !important;
	border: none !important;
}

.tpl8-1-2-3 table {
	width: 660px !important;
	margin: 0 auto 20px !important;
	padding: 0 !important;
	border: none !important;
}

.tpl8-1-2-3 table table { width: auto !important; }

.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 !important;
	padding: 15px 0 0;
}

.tpl8-1-2-3 td div {
	text-align: left;
	background-color: #FFFFFF;
	font-weight: normal;
	margin: 15px 0 0 !important;
	padding: 10px 10px 10px 20px !important;
}

.tpl8-1-2-3 td div div {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tpl8-1-3 h3 {
	width: 242px !important;
	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 !important;
	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 !important;}

.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 !important;
	padding: 0 !important;
}

.genrelisttree ul li ul,
.sidemenu2 ul li ul { margin-bottom: 0 !important; }

.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% !important;
	margin-bottom: 8px !important;
}

.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 !important; }

strong {
	font-weight: bold;
	color: #ff0000;
}

.yoko { height: auto !important; }

.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 !important;
	padding-bottom: 30px !important;
}

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 !important;
	margin: 0 0 10px 0 !important;
	border: 1px solid #cccccc;
	border-bottom: none;
}

.bdrtbl2 td {
	padding: 0 !important;
	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 !important;
	width: 700px !important;
	border-bottom: 2px solid #007FCC;
	z-index: 10;
	zoom: 1;
}

table.titletbl td {
	width: 674px !important;
	padding: 5px 6px 1px 20px !important;
	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;
}

.wb-contents .widthauto { width: auto !important; }
.wb-contents p.widthauto { overflow: visible !important; }
.wb-contents h2.widthauto,
.wb-contents h3.widthauto,
.wb-contents h4.widthauto,
.wb-contents h5.widthauto,
.wb-contents h6.widthauto { overflow: hidden !important; }

.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 !important;
	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 !important;
	margin: 0 38px 40px 0 !important;
}

.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% !important;
	line-height: 1.2;
	font-weight: bold;
	padding: 5px 0 22px !important;
	margin: 0 auto 20px !important;
}

.mainTop h2.topTitle { margin: 0 auto -17px !important;}

.mainTop .newsBox1 {
	border: 4px solid #EEEEEE;
	border-top: none;
	width: 662px !important;
	margin: 0 auto;
	padding: 40px 15px 15px;
}

.mainTop .newsBox2 {
	border-top: none;
	width: 662px !important;
	margin: 0 auto;
	padding: 0 19px 20px;
}

.mainTop .newsBox1 table,
.mainTop .newsBox2 table { width: 662px !important; }

.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 !important;
}

.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 !important;
	padding: 0 10px 10px !important;
	font-size: 100% !important;
	line-height: 1.4 !important;
	list-style-type: none !important;
	background: none !important;
	border-bottom: 1px dotted #ccc !important;
}

.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 !important;}

table.topSideMenu td img {
	width: 240px;
	margin: 0 auto 20px;
}

.indextbl .genrelisttree {
	width: 242px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.indextbl .genrelisttreeTop ul {
	list-style: none;
	width: 242px !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}

.indextbl .genrelisttreeTop ul li {
	list-style: none;
	width: 242px !important;
	font-size: 115%;
	font-weight: bold;
	margin: 0 !important;
	background: none;
	padding: 0 !important;
}

.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 !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}


/* .bottomBannerArea
--------------------------------------------------------*/
.bottomBannerArea {
	clear: both;
	width: 980px !important;
	margin: 0 auto !important;
	padding: 24px 0 !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.bottomBannerArea table { margin: 0 !important;}

.bottomBannerArea td img { margin: 0 20px 0 0 !important; }

.bottomBannerArea td img.last { margin: 0 !important; }

.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);
}


