@charset "UTF-8";

/* *******************************************************
PC css start
******************************************************* */
@media screen and (min-width: 960px){

/* table */
/* normal/responsive */
.normal-table,
.responsive-table {
	width: 95%;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	border-collapse: collapse;
}
.normal-table th,
.responsive-table th {
	width: 30%;
	padding: 6px;
	background-color: #EEE;
	border: 1px solid #B9B9B9;
	line-height: 135%;
	text-align: left;
	color: #666;
}
.normal-table td,
.responsive-table td {
	width: 70%;
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #B9B9B9;
	line-height: 135%;
}
/* ------------------------------------------------------- */

}
/* *******************************************************
PC css end
******************************************************* */





/* *******************************************************
Mobile css start
******************************************************* */
@media screen and (max-width: 959px){

/* table */
/* normal */
.normal-table {
	width: 95%;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	border-collapse: collapse;
}
.normal-table th {
	width: 30%;
	padding: 6px;
	background-color: #EEE;
	border: 1px solid #B9B9B9;
	line-height: 135%;
	text-align: left;
	color: #666;
}
.normal-table td {
	width: 70%;
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #B9B9B9;
	line-height: 135%;
}
/* responsive */
.responsive-table {
	width: 95%;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	border-collapse: collapse;
}
.responsive-table th {
	width: 95%;
	padding: 6px;
	background-color: #EEE;
	border: 1px solid #B9B9B9;
	line-height: 135%;
	text-align: left;
	color: #666;
	display: block;
	margin-bottom: -1px;
}
.responsive-table td {
	width: 95%;
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #B9B9B9;
	line-height: 135%;
	display: block;
	margin-bottom: -1px;
}
/* ------------------------------------------------------- */

}
/* *******************************************************
Mobile css end
******************************************************* */





/* *******************************************************
Common css start
******************************************************* */

/* font */
strong {
	color: #660;
}
.notes {
	font-size: 12px;
	font-weight: normal;
	color: #F60;
}
.color-red {
	color: #C00;
}
.color-blue {
	color: #00F;
}
.color-green {
	color: #060;
}
.color-orange {
	color: #F60;
}
.color-brown {
	color: #600;
}
.color-purple {
	color: #90F;
}
.color-pink {
	color: #F0F;
}
.color-ocher {
	color: #660;
}
/* ------------------------------------------------------- */



/* caution */
.caution {
	padding: 5px;
	margin: 0px 5px 25px;
	background-color: #FFF0F0;
	border: 1px solid #C00;
}
.caution-title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	
}
.caution-title:before {
	float: left;
	margin-right: 4px;
	font-family: "FontAwesome";
	content: "\f071";
	font-weight: normal;
}
.caution p {
	margin: 0px;
}
/* ------------------------------------------------------- */



/* line-box */
.line-box {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-left: 16px;
}
.line-box a {
	font-weight: bold;
	text-decoration: none;
}
.line-box a:before {
	float: left;
	margin-right: 0px;
	font-family: FontAwesome;
	content: "\f138";
	font-weight: normal;
	text-indent: -16px;
}
/* ------------------------------------------------------- */



/* arrow-box */
.arrow-box {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 2px 1px #F5F5F5;
	-webkit-box-shadow: 2px 2px 2px 1px #F5F5F5;
	-moz-box-shadow: 2px 2px 2px 1px #F5F5F5;
}
.arrow-box-title {
	width: auto;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #E9E9E9;
}
.arrow-box p {
	margin-bottom: 10px;
	margin-top: 10px;
}
.arrow {
	width: 0;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 20px 25px 0 25px;
	border-color: #999 transparent transparent transparent;
	line-height: 0px;
	_border-color: #999 #000 #000 #000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000');
}
/* ------------------------------------------------------- */



/* ol,ul */
.ol-style {
	clear: left;
	padding-top: 5px;
	margin-top: 10px;
	margin-left: 24px;
	margin-right: 5px;
	margin-bottom: 50px;
}
.ol-style li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.ul-style {
	clear: left;
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 5px;
	margin-bottom: 50px;
	padding-top: 5px;
	list-style-type: none;
}
.ul-style li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-left: 18px;
}
.ul-style li:before {
	float: left;
	font-family: "FontAwesome";
	content: "\f054";
	color: #066;
	text-indent: -14px;
}
.ol-style li a,
.ul-style li a {
	text-decoration: none;
}
/* ------------------------------------------------------- */

/* *******************************************************
Common css end
******************************************************* */