@charset "UTF-8";
/* ////////////////////////////////////////
default
//////////////////////////////////////// */
html {
	overflow-y:scroll;
}

body {
	font-family:'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#333333;
	background-color:transparent;
	border-top:#000 3px solid;
	line-height:.1.7em;
}

body.win-ie { }
body.win {
	font-family:'メイリオ',Meiryo, Arial,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/* HTML - a -------------------------------------------- */
a { color:#159bce; text-decoration:underline; }
a:link { }
a:visited { }
a:hover { color:#999; }
a:active { color:#999; }
a:focus { outline:none; }

a:hover img,
.hover img {
	opacity:.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	-khtml-opacity:.5;
	-moz-opacity:.5;
}

/* HTML - other -------------------------------------------- */
table { border-collapse:collapse; padding:0px; margin:0px; }
ul { list-style:none; }
img { vertical-align:bottom; border:none; }

sup { vertical-align:text-top; padding:0px 0.1em 0px 0.1em; line-height:4px; font-size:80%;}
sub { vertical-align:text-bottom; padding:0px 0.1em 0px 0.1em; line-height:4px; font-size:80%; }


/* class - clearfix - http://nicolasgallagher.com/micro-clearfix-hack/ APRIL 21, 2011 -------------------------------------------- */
.cf:before, .cf:after { content:""; display:table; }/* For modern browsers */
.cf:after { clear:both; }
.cf { zoom:1; } /* For IE 6/7 (trigger hasLayout) */

/* class - other -------------------------------------------- */
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.clear { clear:both; }
.img { line-height:0; font-size:0; }

.underline{
	text-decoration:underline;
}
.stg{
	font-weight:bold;
}
.red{
	color:red;
}
.borders{
	border:solid 1px #000;
	padding:10px;
}
.font-big{
	font-size:1.5em;
}
.text-right{
	text-align:right;
	display:block;
}
.uppercase{
	text-transform:uppercase;
}

/* ////////////////////////////////////////
#contents
//////////////////////////////////////// */
#contents{
	width:970px;
	margin:0px auto;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
}
/* ////////////////////////////////////////
#single
//////////////////////////////////////// */
#single #contents {
	background:none;
	width:790px;
}
/* ////////////////////////////////////////
#column
//////////////////////////////////////// */
/* #column #contents ------------------------------ */
#column_t2 #contents {
	background-image:url(../images/nav-bg.gif);
	background-repeat:repeat-y;
	background-position:221px 50px;
}
/* #column #side ------------------------------ */
#side {
	float:left;
	width:221px;
}
#side dl dt {
	border-bottom:#dcdcdc 1px solid;
}
#side dl dd {
	border-bottom:#dcdcdc 1px solid;
	border-top:#fff 1px solid;
}
/* ? ------------------------------ */
#side #step {
	padding-top:13px;
	padding-bottom:13px;
	border-bottom:#dcdcdc 1px solid;
	border-top:#fff 1px solid;
	background-color:#f7f7f7;
	text-align:center;
	font-size:1.3em;
}
#side nav ul{
	margin-bottom:36px;
}
#side nav ul li {
	padding:10px 15px 10px 33px;

	border-top:#dcdcdc 1px solid;
	font-weight:700;
	font-size:1.1em;
	background-image:url(../images/nav-mark.png);
	background-repeat:no-repeat;
	background-position:8% 50%;
}

#side nav ul li:last-child {
	border-bottom:#dcdcdc 1px solid;
}

#side nav ul li.nav-parent {
	border-bottom:none;
}

#side nav ul li.nav-child {
	border-color:#eee;
	font-size:1em;
	margin-left:1em;
}


#side nav ul li a {color:#58a858; text-decoration:none; }
#side nav ul li a:hover { color:#999; }

#side nav ul li.pt {
	padding:15px 74px 15px 83px;
	border-bottom:#dcdcdc 1px solid;
	font-weight:700;
	font-size:0.9em;
	margin-bottom:45px;

	background-image:url(../images/nav-pt.png);
	background-repeat:no-repeat;
	background-position:27% 50%;
}

#side nav ul li.pt img{
	padding-right:10px;
}

#side nav ul li.pt a {color:#000; text-decoration:none; }
#side nav ul li.pt a:hover { color:#999; }
/* ////////////////////////////////////////
#column main
//////////////////////////////////////// */
#column_t2 #main {
	float:right;
	width:748px;
}
/* ////////////////////////////////////////
#main header
//////////////////////////////////////// */
#main header {
	background-color:#58a858;
	color:#fff;
}

#main header h1 {
	line-height:1.1em;
	font-size:2.3em;
	font-weight:700;
	padding-top:20px;
	padding-left:27px;
	padding-bottom:20px;
	padding-right:30px;
}

#main header h1 span.cat{
	font-weight:normal;
	font-size:0.6em;
	display:block;

}
#main header h1 span.date{
	font-weight:normal;
	font-size:0.5em;
	display:block;
}

#main header h1 div.under{
	line-height:0.75em;
	margin-top:8px;
}

/* ////////////////////////////////////////
#main wrapper
//////////////////////////////////////// */
.wrapper .block {
	border-bottom:1px solid #dddddd;
	margin-bottom:30px;
	padding-bottom:30px;
}
.wrapper .block-noline {
	padding-bottom:30px;
}
.wrapper {
	padding:30px;
	line-height:1.6em;
}

/* headline ------------------------------ */
.wrapper h1 {
	margin:10px 0px 15px;
	padding:5px 0px 10px;
	font-size:1.5em;
	color:#58a858;
	font-weight:700;
}
.wrapper h3 {
	padding-bottom:10px;
	font-size:1.5em;
	font-weight:700;
}

#column_t2 .wrapper h3 {
	color:#58a858;
}

.wrapper h4 {
	font-size:1.2em;
	margin-bottom:10px;
	font-weight:700;
}
.wrapper h4.no-margin {
	margin-bottom:0px;
}

.wrapper h5 {
	font-size:1.1em;
	font-weight:700;
	margin-bottom:10px;
}
.wrapper h5.no-bold{
	font-weight:normal;
}
.wrapper h6 {
	font-size:1em;
	font-weight:700;
	margin-bottom:10px;
}

/* T-cens1 T-cens2 共通h2部分 ------------------------------ */
.wrapper h2.obi span,#main header h2{
	margin-left:5px;
	padding:3px 24px 3px 24px;
	font-weight:700;
	text-transform:uppercase;
	font-size:1.6em;
	line-height:1.6em;
}

#main header h2 {
	background-color:#eef6ee;
	border-bottom:#58a858 1px solid;
	color:#58a858;
}
/* p ------------------------------ */
.wrapper p {
	padding-bottom:20px;
}
.wrapper p.no-margin {
	padding-bottom:0px;
}

/* ul ------------------------------ */
.wrapper ul {
	margin-left:1.5em;
	margin-bottom:20px;
	list-style-type:disc;
}

.wrapper ul.lower-latin {
	list-style-type:lower-latin;
}


.wrapper ul.noType {
	list-style-type:none;
}
.wrapper ul.decimal {
	list-style-type:decimal;
}

.wrapper ul.no-margin{
	margin-bottom:0px;
}

.wrapper .indent{
	padding-left:20px;
}
.wrapper ul.faq-ul {
	margin-left:0px;
	list-style-type:none;
}

.wrapper ul.li-uper_nav{
	margin-left:0em;
}
.wrapper ul.li-uper_nav li{
	background-image:url(../images/mark-st2-mext.png);
	background-repeat:no-repeat;
	 background-position:0px 9px;
	padding-left:10px;
	font-size:1.2em;
	line-height:1.7em;
	text-transform:uppercase;
}
.wrapper ul.faq li{
	font-size:1em;
}

.wrapper ul Lh{
	font-weight:700;
}
/* a ------------------------------ */
.wrapper a {
	 text-decoration:none;
	font-weight:700;
}
.wrapper a.margin {
	margin-bottom:20px;
}

#column_t2 .wrapper a {
	color:#58a858;
}

.wrapper a.line {
	text-decoration:underline;
}

#column_t2 .wrapper a:hover { color:#999; }

.wrapper a.outlink,.wrapper a.dl-pdf{
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding-top:4px;
	padding-bottom:7px;
	padding-left:35px;
	margin-top:5px;
	display:block;
	font-size:1.2em;
}
.wrapper a.outlink{
	background-image:url(../images/mark-outlink.png);
}
.wrapper a.dl-pdf{
	background-image:url(../images/mark-dl.png);
}

/* table ------------------------------ */
.wrapper table,tr, td, th {
	border:1px solid #999;
	padding:15px;
	vertical-align:middle;
}

.wrapper table {
	width:100%:
}

.wrapper th {
	text-align:left;
	font-weight:normal;
}

.wrapper thead th {
	background-color:#f7f7f7;
	text-align:center;
	font-weight:700;
}

.wrapper table.w150 th { width:150px; }
.wrapper table .w150{ width:150px; }

.wrapper table.w200 th { width:200px;}
.wrapper table .w200 { width:200px; }

.wrapper table.w250 th { width:250px; }
.wrapper table .w250 { width:250px; }


/* ////////
dl
////////// */
* html body .wrapper dl.list dd div{
   display:inline-block;
}

.wrapper dl.list {
   border:1px solid #000;
   border-top:0;
   margin-bottom:25px;
}

dl.list dt {
   float:left;
   width:240px;
   border-top:1px solid #999;
   padding-top:15px;
   padding-left:15px;
   padding-bottom:0;
   padding-right:0;
}

dl.list dd {
   margin-left:240px;
   padding:15px;
   border-top:1px solid #999;
   border-left:1px solid #999;
}
.wrapper dl.normal{
	margin-bottom:20px;
}
.wrapper dl.normal dt{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:5px;
}
.wrapper dl.normal dd{
	margin-bottom:10px;
}
.wrapper dl.no-margin {
   margin-bottom:0px;
}

/* ////////
.toggle
////////// */
.wrapper h4.toggle {
	margin-bottom:3px;
}
.toggle span {
	cursor:pointer;
	padding-right:20px;
	background:url(../images/icon-toggle-close.gif) right center no-repeat;
}

.toggle.open span {
	background:url(../images/icon-toggle-open.gif) right center no-repeat;
}

.toggle.hover {
	color:#999;
}

/* ////////////////////////////////////////
footer
//////////////////////////////////////// */
footer {
	border-top:#000 4px solid;
}

#single footer div {
	position:relative;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	padding:20px;
	width:750px;
	margin:0px auto;
}

footer div {
	position:relative;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	padding:16px;
	width:938px;
	margin:0px auto;
}

footer ul {
	margin-bottom:30px;
}

footer ul li {
	float:left;
	color:#000;
	font-weight:700;
	padding:0px 30px 0px 8px;

	background:url(../images/footer-mark.png) 0% 50% no-repeat;
}

footer p.pt{
	color:#000;
	font-weight:700;
	padding:0px 30px 0px 8px;

}
footer ul li.right,footer p.pt {
	float:right;
	text-align:right;
	width:78px;
	padding-right:0px;

	background:url(../images/footer-pt.png) 0% 50% no-repeat;
}


footer ul li a,footer p.pt a { color:#000; text-decoration:none; }
footer ul li a:hover,footer p.pt a:hover { color:#999; }

footer small {
	font-size:0.9em;
}

footer a.footer-logo {
	display:block;
	position:absolute;
	right:20px;
	bottom:20px;
}
/* ////////////////////////////////////////
scroll
//////////////////////////////////////// */
#scroll{
	display:none;
	position:fixed;
	right:0px;
	bottom:30px;
	width:38px;
	height:38px;
	cursor:pointer;
}
#column_t2 #scroll{
	background-image:url(../images/mark-scroll.gif);
}


/* ////////////////////////////////////////
20160315 追加STYLE
//////////////////////////////////////// */
.how-to-block {
	margin-top:45px;
	font-size:1.1em;
}

.how-to-block--header {
	width:100%;
	display:table;
	margin-bottom:16px;
	border-bottom:solid 1px #58a858;
}

.how-to-block--header > * {
	display:table-cell;
	vertical-align:middle;
}

.how-to-block--header > h3 {
	width:99%;
}

.how-to-block--header > a {
	width:1%;
	padding:0 3px
}


.how-to-block h5 {
	margin-top:7px;
}

.how-to-block p {
	padding-bottom:0;
}

.how-to-block li {
	line-height:1.8em;
}

.how-to-block a {
	font-weight:normal;
	text-decoration:underline;
}

.how-to-block i {
	display:inline-block;
	width:9px;
	height:5px;
	background:url(../images/how_to_arrow.png)no-repeat;
}

.how-to-block .left-5px {
	margin-left:5px;
}

.how-to-block .left-20px {
	margin-left:20px;
}



