@charset "EUC-jp";

/* CSS Document */
	/* Common ---------------------------------------------*/
* {
	box-sizing: border-box;
}

* {
	-moz-box-sizing: border-box;
}

* {
	text-align: left;
}

/* Hack For MacIE\
	*{letter-spacing: 1px;}*/ /* Hack For MacIE*/
html {
	overflow-y: scroll;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

* {
	margin: 0px;
	padding: 0px;
}

hr {
	display: none;
}

img {
	vertical-align: text-bottom;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul {
	list-style: none;
}

/* */
.d_none {
	display: none;
}

.test {
	border: 1px solid #0000CC;
}

.test1 {
	border: 1px solid #cc0000;
}

.test2 {
	border: 1px solid #00CC00;
}

/* ClearFix -------------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.cf {
	zoom: 100%;
}

/* Common Float Only ----------------------------------*/
.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.fn {
	float: none !important;
}

.fc {
	clear: both !important;
}

/* Common Display -------------------------------------*/
.dn {
	display: none;
}

.db {
	display: block;
}

.di {
	display: inline;
}

/* Common Margin --------------------------------------*/
.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt6 {
	margin-top: 6px !important;
}

.mt7 {
	margin-top: 7px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt12 {
	margin-top: 12px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.ml0 {
	margin-left: 0px !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;
}

.ml35 {
	margin-left: 25px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 25px !important;
}

.mr0 {
	margin-right: 0px !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;
}

.mr6 {
	margin-right: 6px;
}

.mr7 {
	margin-right: 7px;
}

.mr8 {
	margin-right: 8px;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb1 {
	margin-bottom: 1px !important;
}

.mb2 {
	margin-bottom: 2px !important;
}

.mb3 {
	margin-bottom: 3px !important;
}

.mb4 {
	margin-bottom: 4px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb13 {
	margin-bottom: 13px;
}

/* Common TextAlign -----------------------------------*/
.al {
	text-align: left !important;
}

.ac {
	text-align: center !important;
}

.ar {
	text-align: right !important;
}

/* Float Clear ----------------------------------------*/
.clr {
	clear: both;
	display: block;
	height: 0px !important;
	margin: 0px;
	font-size: 0.0em !important;
	line-height: 0px !important;
}

.clr hr {
	height: 0px !important;
}

.clr br {
	height: 0px !important;
	line-height: 0px !important;
}

.err {
	color: #CC0000;
	font-weight: bold;
	/*font-size: 20px;*/
	font-size: 120%;
}

.err2 {
	color: #CC0000;
}

.ngword {
	color: #CC0000;
	font-weight: bold;
	font-size: 20px;
}

.ngword_nr {
	color: #CC0000;
	font-size: 20px;
}

/* comment ------------------------------------------------------ */
.sortcomment {
	text-align: right;
	margin-right: 10px;
	font-size: 80%;
	color: #666666;
}