.space_dot {
	font-size: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.space {
	font-size: 1px;
}
.tex_12p_s {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding-left: 15px;
}
.tex_12p {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}
.tex_10p {
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
}
.tex_10ps {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
}
.all_line {
	border: 1px solid #CCCCCC;
}
.all_line_12 {
	border: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 18px;
}
.all_line_10_ship {
	border: 1px solid #e5e5e5;
	font-size: 10px;
	line-height: 18px;
}
.all_line_10 {
	border: 1px solid #999999;
	font-size: 10px;
	line-height: 18px;
}
.space_line {
	font-size: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tex_14p {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}.tex_16p {
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
}.head_copy {
	font-size: 10px;
	line-height: 16px;
	padding: 0px 0px 0px 5px;
}
.img_marjin {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.information {
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2B2B2;
	border-right-color: #B2B2B2;
	border-bottom-color: #B2B2B2;
	border-left-color: #B2B2B2;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}
.tex_12p_long {

	font-size: 12px;
	font-style: normal;
	line-height: 24px;
}
.top_allline {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.top_img_m {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.land_no {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu_m {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.loca_bar {
	background-color: #0C004F;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}



/*  clearfix
------------------------------------------------------------------------*/

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}


/* Hides from IE-mac \*/
.clearfix{display: block;}
/* End hide from IE-mac */

.clear{
	clear:both;
}


/* class module
-----------------------------------------------------------------------*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


.floatLeftIMG {
	float: left;
	padding:0 10px 10px 0px;
}

.floatRightIMG {
	float: right;
	padding:0 0 10px 10px;
}


/* フォントサイズの設定 (font)
-----------------------------------------------------------------------*/
.fs36{
	font-size: 36px;
	line-height: 100%;
}
.fs24{
	font-size: 24px;
}
.fs18{
	font-size: 18px;
}
.fs16{
	font-size: 16px;
}
.fs14{
	font-size: 14px;
}
.fs12{
	font-size: 12px;
}
.fs11{
	font-size: 11px;
}
.fs10{
	font-size: 10px;
}



.mono, .mono *{
	font-family:"qMmpS Pro W3", "lr SVbN", "Osaka]";
}


/* line height*/
.lh1, .lh1 *{
	line-height: 1;
}
.lh12, .lh12 *{
	line-height: 1.2;
}
.lh13, .lh13 *{
	line-height: 1.3;
}
.lh14, .lh14 *{
	line-height: 1.4;
}
.lh16, .lh16 *{
	line-height: 1.6;
}
.lh18, .lh18 *{
	line-height: 1.8;
}
.lh2, .lh2 *{
	line-height: 2;
}

/* リストスタイル
-----------------------------------------------------------------------*/

#main .listDec li
{
	list-style-type:decimal;
	list-style-position:inside;
}

#main .listSqu li
{
	list-style-type:square;
	list-style-position:inside;
}

#main .listDic li
{
	list-style-type:disc;
	list-style-position:inside;
}

#main .listCir li
{
	list-style-type:circle;
	list-style-position:inside;
}

/* マージンボトムの設定
-----------------------------------------------------*/
.mrg5
{
	margin-bottom:5px !important;
}
.mrg10
{
	margin-bottom:10px !important;
}
.mrg20
{
	margin-bottom:20px !important;
}
.mrg30
{
	margin-bottom:30px !important;
}

.mrg40
{
	margin-bottom:40px !important;
}
.mrg50
{
	margin-bottom:50px !important;
}

.t_left
{
	text-align:left !important;
}
.t_right
{
	text-align:right !important;
}
.t_center
{
	text-align:center !important;
}
