@charset "utf-8";

/*=========================================================== */
/* section setting
============================================================= */
/* section */
.sec { margin-top: 20px;}

/* block */
.blk { margin-top: 20px;}

/* box */
.box { margin-top: 15px;}

/* part */
.prt { margin-top: 15px;}

@media only screen and (min-width: 0px) and (max-width:480px) {
	.sec { margin-top: 10px;}
	.blk { margin-top: 10px;}
	.box { margin-top: 10px;}
	.prt { margin-top: 5px;}
}


/*=========================================================== */
/* heading
============================================================= */
/* heading */
.hlv02 {}

.hlv03 {
	padding: 12px 20px;
	background-color: #58B218;
	font-weight: normal;
	font-size: 116%;
	color: #FFFFFF;

	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.hlv04 {
	padding-left: 6px;
	border-bottom: 1px solid #72c2d7;
	font-weight: bold;
	font-size: 116%;
	color: #72c2d7;
}
.hlv05 {
	font-weight: bold;
	font-size: 116%;
	color: #5a8b4f;
}
.hlv06 {
	font-weight: bold;
	font-size: 100%;
	color: #5a8b4f;
}



/*=========================================================== */
/* list format
============================================================= */

/* normal
------------------------------------------------------------- */
ul.normal {
	list-style: disc;
	margin-left: 24px;
}
ol.normal {
	list-style: decimal;
	margin-left: 24px;
}



/*----------------------------------------------------------- */
/* datalist format
------------------------------------------------------------- */
/* format 01
------------------------------------------------------------- */
dl.fmt01 {
	margin-top: 20px;
	padding: 10px 20px;
	border: 2px solid #f5f5f5;

	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dl.fmt01 dt {
	padding: 10px 0 5px;
	border-bottom: 1px dotted #f5f5f5;
	font-weight: bold;
	font-size: 116%;
	color: #144272;
}
dl.fmt01 dt:first-child {
}
dl.fmt01 dd {
	padding: 5px 0 10px;
}



/*----------------------------------------------------------- */
/* table format
------------------------------------------------------------- */
/* format 01
------------------------------------------------------------- */
table.fmt01 {
	border-collapse: collapse;
}
table.fmt01 th,
table.fmt01 td {
	padding: 5px 10px;
	border: 1px solid #c1beb8;
}
table.fmt01 thead th {
	background: url(../img/contents/stripe_ltrd_bl.gif) repeat left top;
	text-align: center;
	font-weight: bold;
	color: #4d4d4d;
}
table.fmt01 thead td {
	font-weight: bold;
	color: #4d4d4d;
}
table.fmt01 tbody th {
	background: url(../img/contents/stripe_rtld_gy.gif) repeat left top;
	text-align: center;
	font-weight: bold;
	color: #4d4d4d;
}
table.fmt01 tbody td {
}


/*----------------------------------------------------------- */
/* float
------------------------------------------------------------- */
/* float -left */
.fl { float: left;}

/* float -right */
.fr { float: right;}

@media only screen and (min-width: 0px) and (max-width:480px) {
	.fl { float: none;}
	.fr { float: none;}
}


/*----------------------------------------------------------- */
/* image
------------------------------------------------------------- */
/* floating image */
img.fl {
	float: left;
	margin: 0 15px 0 0;
}
img.fr {
	float: right;
	margin: 0 0 0 15px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	img.fl {
		float: none;
		margin: 0 0 20px;
	}
	img.fr {
		float: none;
		margin: 0 0 5px;
	}
}



/* fit
------------------------------------------------------------- */
img.fit {}
@media only screen and (min-width: 0px) and (max-width:480px) {
	img.fit {
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------------------------- */
/* anchor
------------------------------------------------------------- */
/* anchor list
------------------------------------------------------------- */
.anclist {}
.anclist li {
	padding: 2px 0;
}
.anclist li a {
	padding-left: 20px;
	background-image: url(../img/bullet/blt_rarr_gy.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
/* category */
.anclist li.category {
	margin-top: 15px;
}
.anclist li.category:first-child {
	margin-top: 0;
}
.anclist li.category a {
	color: #144272;
	padding: 0;
	font-size: 116%;
	text-decoration: none;
	background:none !important;
}
.anclist li.category a:hover {
	text-decoration: underline;
}


/* accordion
------------------------------------------------------------- */
dl.accordion {}
dl.accordion dt {
	padding: 10px 0 10px 20px;
	background-image: url(../img/bullet/blt_darr_gy.png);
	background-repeat: no-repeat;
	background-position: 4px 12px;
	border-top: 1px dotted #cccccc;
	cursor: pointer;
	text-decoration: underline;
	color: #158fdf;
}
dl.accordion dt:hover,
dl.accordion dt:active {
	text-decoration: none;
	color: #8ac7ef;
}
dl.accordion dt:first-child {
	border-top: none;
}
dl.accordion dt.open {
	background-image: url(../img/bullet/blt_darr_gy.png);
}
dl.accordion dd {
	display: none;
}

/* list : accordion */
dl.accordion dd ul.accordionlist {
	padding-left: 12px;
}
dl.accordion dd ul.accordionlist li {
	padding: 2px 0;
}
dl.accordion dd ul.accordionlist li a {
	padding-left: 20px;
	background-image: url(../img/bullet/blt_rtri_gy.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

/* searched keyword
------------------------------------------------------------- */
#searchedword {}
#searchedword .accordion {}
#searchedword .accordion dt {
	border-top: none;
}
#searchedword .accordionlist {
}
#searchedword .accordionlist li {
	display: inline-block;
	padding-right: 10px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
}




/* button
------------------------------------------------------------- */
a.btn {
	display: block;
	padding: 9px 5px 6px;
	/*background-image: url(../img/contents/btn_bg.png);
	background-repeat: repeat-x;
	background-position: center 100%;*/
	background-color:#0878c0;

	border: 1px solid #cccccc;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #ffffff;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.btn:hover,
a.btn:active {
	filter: alpha(opacity=70);
	/*-ms-filter: "alpha(opacity=0.7)";*/
	-moz-opacity: 0.7;
	opacity: 0.7;
}


a.btn.agree {
	display: block;
	/*background-image: url(../img/contents/btn_agree_bg.png);*/
	background-color:#0878C00;
	border: 1px solid #cccccc;
	color: #FFFFFF;

}
a.btn.reset {
	display: block;
	/*background-image: url(../img/contents/btn_agree_bg.png);*/
	background-color:#0878C0;
	border: 1px solid #cccccc;
	color: #FFFFFF;

}





/* on over opacity
------------------------------------------------------------- */
a.opc {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a.opc:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=0.7)";
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* more
------------------------------------------------------------- */
a.more {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px;
	background-color: #9b9a96;
	text-align: center;
}
a.more span {
	padding-left: 12px;
	/*background: url(../common/img/blt_tri_wh.png) no-repeat left center;*/
}
a.more:link,
a.more:visited,
a.more:hover,
a.more:active {
	line-height: 1;
	text-decoration: none;
	font-size: 84%;
	color: #FFFFFF;
}
a.more:hover,
a.more:active {
	background-color: #72c2d7;
}

.more.full {
	display: block;
}


/*----------------------------------------------------------- */
/* text decoration
------------------------------------------------------------- */
/* emphasis */
#contents em {
	font-style: normal;
	font-weight: bold;
}
/* strong */
#contents strong {
	font-weight: bold;
	color: #144272;
}


/* blockquote */
#contents blockquote {
	position: relative;
	display: block;
	margin-left: 30px;
	padding: 15px 15px 15px 70px;
	border: 1px solid #9b9a96;
	color: #9B9A96;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#contents blockquote:before{
	position: absolute;
	left: 20px;
	top: 10px;
	content:"“";
	font-size: 500%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1;
	color: #e6e6e6;
}

/* pre */
#contents pre {
	overflow: hidden;
	padding: 20px;
	background: url(../img/contents/stripe_rtld_gy.gif) repeat left top;
	border: 1px solid #c1beb8;
	color: #72c2d7;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* jastify fix  */
.justyfy {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* hr - default */
hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #333333;
	height: 1px;
	clear: both;
}

/* text align */
.txt-c { text-align: center;}
.txt-l { text-align: left;}
.txt-r { text-align: right;}


/* text with background color */
.marker {
	font-weight: bold;
	background-color: #ffcce5;
	color: #ff007f;
}

/* attention */
.attn {
	color: #c1272d;
}

/* note */
ul.notes li {
	padding: 0 0 0 1em ;
	text-indent: -1em;
}
.note {
	padding: 0 0 0 1em ;
	text-indent: -1em;
}
.eke {
	font-weight: normal;
	font-size: 84%;
}
.drop {
	text-indent: 1em;
}

.qup {
	font-size: 116%;
}
.qdw {
	font-size: 84%;
}



