@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");


/*---------------------------------
RESET'EM
---------------------------------*/
body {
	padding: 0;
	margin: 0;
	line-height:1.6!important;
	text-align:center;
	color:#222222;
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	behavior:url("../shared/csshover3.htc");
}

@media print{

body {
_zoom: 79%!important;
}
}

h1,h2,h3,h4,h5,p,ul,ol,dl,dd {
 	padding: 0;
	margin: 0;
	}
	
.f10, .f12, .f14, .f16 {
	line-height:1.5!important;
}

ul.disc li {
	list-style-type:disc!important;
	margin-left:20px;
}

ul.dec li {
	list-style-type:decimal;
	margin-left:25px;
}

ul.sq li {
	list-style-type:square!important;
	margin-left:20px;
}

ul.nomark li {
	list-style-type:none!important;
	margin-left:20px;
}

li {
	list-style:none;
	}
	
html {
	overflow-y:scroll;
}

img { vertical-align:baseline!important; border:0;}

.margin0 {margin:0!important;}
.red {color:#CC0000;}
.txtC {text-align:center;}
.txtR {text-align:right;}
.txtL {text-align:left;}

/*============[CLEARFIX]============*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {display:inline-block;}
/* End hide from IE mac \*/
* html .clearfix { height: 1%;}
.clearfix {display:block;}
/* End hide from IE mac */

	
/*---------------------------------
LINKS
---------------------------------*/
/*NORMAL STYLE*/
a:link {
	color: #007765;
	text-decoration: underline;
}
a:visited {
	color: #007765;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
a:active {
	color: #00de9a;
	text-decoration: none;
}

/* 2016.03 Add */
a[href^="tel:"],
a[href^="tel:"]:hover,
a[href^="tel:"]:active{
	color: inherit;
	cursor: text;
	text-decoration: none;
}

a[href^="tel:"] *{
	text-decoration: none;
}


/*BLACK STYLE*/
#TopInformation a, #TopInformation a:visited,
#SemiFooter a, #SemiFooter a:visited,
#Footer a, #Footer a:visited,
#NewsContainer a, #NewsContainer a:visited,
#InfoContainer a, #InfoContainer a:visited,
#ServContainer a, #ServContainer a:visited,
#HeaderBar a, #HeaderBar a:visited,
#InfoIdx a, #InfoIdx a:visited,
.agNews a, .agNews a:visited
{
	color: #333333;
	text-decoration:underline;
}

#TopInformation a:hover, #TopInformation a:active,
#SemiFooter a:hover, #SemiFooter a:active,
#Footer a:hover, #Footer a:active,
#NewsContainer a:hover, #NewsContainer a:active,
#InfoContainer a:hover, #InfoContainer a:active,
#ServContainer a:hover, #ServContainer a:active,
#HeaderBar a:hover, #HeaderBar a:active,
#InfoIdx a:hover, #InfoIdx a:active,
.agNews a:hover, .agNews a:active
{
	color: #00806c;
	text-decoration:none;
}

/*---------------------------------
btn
---------------------------------*/
a.btn {
    background: none repeat scroll 0 0 #f2f2f2;
    border-radius: 4px;
    color: #444!important;
    display: inline-block;
    padding: 7px 10px;
    position: relative;
	box-shadow: 0 2px 0 #ccc;
	position:relative;
	text-decoration:none;
	font-weight:bold;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to(#eeeeee));
	background: -webkit-linear-gradient(#f7f7f7, #eeeeee);
	background: -moz-linear-gradient(#f7f7f7, #eeeeee);
	background: -ms-linear-gradient(#f7f7f7, #eeeeee);
	background: -o-linear-gradient(#f7f7f7, #eeeeee);
	background: linear-gradient(#f7f7f7, #eeeeee);
	-pie-background: linear-gradient(#f7f7f7, #eeeeee);
}

a.btn:hover {
    background:#01937d;
	box-shadow: 0 2px 0 #004c40;
	text-shadow:none;
	position:relative;
	color:#fff!important;
	border:none!important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#01B297), to(#01937d));
	background: -webkit-linear-gradient(#01B297, #01937d);
	background: -moz-linear-gradient(#01B297, #01937d);
	background: -ms-linear-gradient(#01B297, #01937d);
	background: -o-linear-gradient(#01B297, #01937d);
	background: linear-gradient(#01B297, #01937d);
	-pie-background: linear-gradient(#01B297, #01937d);
}

a.btn span {
    color: orange;
}

a.btn:hover span {
	color:#fff;
}



/*---------------------------------
NO JAVASCRIPT
---------------------------------*/
.NoJavascript {
	color:#ffffff;
	margin:10px 0;
	font-weight:bold;
	font-size:large;
	background-color:#cc0000;
	}

/*---------------------------------
GLOBAL CONTAINERS
---------------------------------*/
/*MAIN BIG FRAME*/
#MainContainer {
	width:815px;
	margin:0 auto;
	text-align:left;
}

/*CONTAINER650*/
.Container650 {
	width:650px;
	margin-bottom:40px;
	}

#SemiFooterContainer {
	width:650px;
	margin:10px auto 40px auto;
	text-align:left;
	}
	
#SemiFooterContainer755 {
	width:755px;
	margin:10px auto 40px auto;
	text-align:left;
	}

/*---------------------------------
POP-UP
---------------------------------*/
#PopupHeader {
	width:550px;
	text-align:center;
	margin:0 auto 10px auto;
	border-bottom:3px solid #014ca1;
}

#PopupContainer {
	width:550px;
	margin:0 auto;
	text-align:left;
}

#PopupWindowClose {
	width:550px;
	padding:10px 0;
	text-align:center;
	}
	
#PopupFooter {
	width:550px;
	text-align:center;
	margin:0 auto 40px auto;
	border-top:3px solid #014ca1;
}

/*---------------------------------
FONT ADJUSTMENT
---------------------------------*/
#HeaderBar p.BarText {
	padding-top:7px;
	}

/*FONT ADJUSTMENT*/
#FontSizeAdj {
	width:170px;
	float:right;
	/*text-align:right;*/
	/*margin:8px 0;*/
	padding:7px 0 0 0;
	margin-bottom:3px;
		}
	
#FontSizeAdj ul {
	width:161px;
	float:right;
	}
	
#FontSizeAdj a {
	display:block;
	}
	
#FontSizeAdj li {
	float:left;
	text-indent:-9999px;
	text-align:left;
}

#FontSizeAdj li.FontSizeTit {
	width:91px;
	height:18px;
	background: url(img/header_fontadjust_tit.gif) no-repeat 0% 50%;
}	

/*S*/
#FontSizeAdj li.FontSizeS a {
	width:32px;
	height:18px;
	background: url(img/header_fontadjustS.gif) no-repeat 0% 50%;
	text-decoration:none;
}	

/*L*/
#FontSizeAdj li.FontSizeL a {
	width:38px;
	height:18px;
	background: url(img/header_fontadjustL.gif) no-repeat 0% 50%;
	text-decoration:none;

}	

/*---------------------------------
2ND FLOOR CONTAINERS
---------------------------------*/
/*LEFT*/
#LeftContents {
	width:155px;
	text-align:left;
	float:left;
	margin-top:10px;
	clear: both;
}

/*RIGHT*/
#RightContents {
	width:650px;
	text-align:left;
	float:right;
	margin-top:10px;
}


/*---------------------------------
GLOBAL CLASSES
---------------------------------*/
.TitleBar {
	margin-bottom:10px;
	}
	
.TitleBarTxt {
	background-color:#eeeeee;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	padding:5px 10px;
}
	


.TextHidden {
	visibility:hidden;
	}

.LeadTxt {
	padding:0 0 20px 15px;
	}
.BlueMidashi {padding:10px;
        font-weight:bold;
	background-color:#ccffff;
        font-size:large;
        }
	
.PinkMidashi {padding:5px;
	font-weight:bold;
	background-color:#fee6e6;
	}


/*cap*/
.cap {
	padding-left:0.5em;
	text-indent:-1em;
	margin:0 0 0 15px;
	}

/*Telephone Number*/
.TelNum {
	color:#CC0000;
	}
	
/*BACKTOP*/
.BackTop {
	text-align:center;
	margin:20px auto 5px auto;
	clear:both;
	}


/*PAGETOP*/
.PageTop {
	width:100%;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	}
	
/*GET PLUGINS*/
.GetPlugins {
	width:100%;
	margin:20px auto 0 auto;
	}
	
.GetPluginsIcon {
	float:left;
	}

.GetPluginsTxt {
	text-align:left!important;
	}

/*NORMAL TABLE*/
table.NormalTable {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0 auto 0 auto;
	}

td.NormalTd {
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:5px;
	}

th.NormalTd {
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:5px;
	background-color:#eeeeee;
	font-weight:normal;
	}
	
	
/*BOTTOM LINE TABLE*/
td.BottomLineTd {
	border-bottom:1px solid #cccccc;
	padding:5px;
	text-align:left;
	}

th.BottomLineTd {
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	padding:5px;
	text-align:left;
	vertical-align:top;
	}
	
/*ALLLIST for shops centers*/
th.AllListTd {
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	padding:5px;
	text-align:left;
	vertical-align:top;
	}
	
td.AllListShopTd {
	border-bottom:1px dashed #cccccc;
	padding:5px;
	text-align:left;
	}
	
td.AllListTelTd {
	border-bottom:1px dashed #cccccc;
	padding:5px;
	text-align:left;
	}
	
td.AllListAddTd {
	border-bottom:1px dashed #cccccc;
	padding:5px;
	}

/*Clear Float*/
.ClearFloat {
	clear:both;
	font-size:0pt;
	height:0pt;
	line-height:0pt;
	width:0pt;
	margin:0;
	padding:0;
	visibility:hidden;
	}

/*---------------------------------
PADDING & MARGIN
---------------------------------*/
/*ALL*/
.p5 { padding:5px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.ps5 { padding:0px 5px 0px 5px; }
.ps10 { padding:0px 10px 0px 10px; }
.ps15 { padding:0px 15px 0px 15px; }
.psl5 { padding:0px 0px 0px 5px; }
.psl10 { padding:0px 0px 0px 10px; }
.psl15 { padding:0px 0px 0px 15px; }

/*top*/
.mt0 {margin-top:0px!important;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
		
/*right*/
.mr0 {margin-right:0!important;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}

/*bottom*/
.mb0 {margin-bottom:0px!important;}
.mb5 {margin-bottom:5px;!important}
.mb10 {margin-bottom:10px;!important}
.mb15 {margin-bottom:15px;!important}
.mb20 {margin-bottom:20px;!important}
.mb25 {margin-bottom:25px;!important}
.mb30 {margin-bottom:30px;!important}
.mb35 {margin-bottom:35px;!important}
.mb40 {margin-bottom:40px;!important}		

/*left*/
.ml0 {margin-left:0px!important;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}

/*top*/
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px;}
	
/*right*/
.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}
.pr30 {padding-right:30px;}
.pr35 {padding-right:35px;}
.pr40 {padding-right:40px;}
		
/*bottom*/
.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb34 {padding-bottom:35px;}
.pb40 {padding-bottom:40px;}	
	
/*left*/
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}
.pl35 {padding-left:35px;}
.pl40 {padding-left:40px;}

/*---------------------------------
SIDE NAVI
---------------------------------*/
#SideNavi img{
	border:0;
	vertical-align:top !important;
	}
	
/*---------------------------------
PAGE
---------------------------------*/
ul.pager {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom:20px;
	clear:both;
}
ul.pager li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.pager li strong {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0.25em 0.4em;
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
}
ul.pager li a {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0.25em 0.4em;
	border: 1px #CCCCCC solid;
}

ul.pager li a:link,
ul.pager li a:visited {
	border-color: #CCCCCC;
}
ul.pager li a:hover,
ul.pager li a:active {
	border-color: #ff9900;
	background-color: #ff9900;
	color: #FFFFFF;
}
	
	
/*---------------------------------
NOT USED
---------------------------------*/
/*#Header {
	width:815px;
	text-align:left;
	margin-bottom:5px;



#HeaderMilleaGroup {
	width:815px;
	text-align:right;
	margin:5px 0 10px 0;
	}

#HeaderCorpLogo {
	text-align:left;
	float:left;
	}


#HeaderNavi {
	width:448px;
	height:28px;
	float:right;
	margin-bottom:11px;
	}

#HeaderNavi li, #HeaderNavi a{
	float:left;
	display:block;
	text-decoration:none;
	background: url(img/header_navibtn.gif) no-repeat;
	text-indent:-9999px;
	height:28px;
	}


	#NaviCompany {width:102px;}
	#NaviIr {width:99px;}
	#NaviRecruit {width:108px;}
	#NaviContact {width:139px;}
	
	#NaviCompany a {width:102px;background-position:0 0;}
	#NaviIr a {width:99px;background-position:-102px 0;}
	#NaviRecruit a {width:108px;background-position:-201px 0;}
	#NaviContact a {width:139px;background-position:-309px 0;}
	
	#NaviCompany a:hover, #NaviCompanyN a {width:102px;background-position:0 -28px;}
	#NaviIr a:hover, #NaviIrN {width:99px;background-position:-102px -28px;}
	#NaviRecruit a:hover, #NaviRecruitN {width:108px;background-position:-201px -28px;}
	#NaviContact a:hover, #NaviContactN {width:139px;background-position:-309px -28px;}


#HeaderBar {
	background: url(img/header_bar.gif) no-repeat;
	width:815px;
	height:27px;
	margin-bottom:5px;
	clear:both;
	}
	

#SemiFooter {
	width:815px;
	height:38px;
	margin:20px auto 5px auto;
	background: url(img/footer_bg.gif) no-repeat;
	text-align:center;
	padding-top:10px;
}




#SemiFooter ul {
	margin-left:10px;
	}


#SemiFooter li {
	display:block;
	float:left;
	margin-right:20px;
	background: url(img/footer_OrangeArrow.gif) no-repeat 0% 50%;
	padding-left:15px;
	text-align:left;
	}
	
#Footer {
	width:815px;
	text-align:center;
	margin-bottom:40px;
}
*/
