@charset "utf-8";

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

img{
	border: medium none;
    vertical-align: top;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------- CSS Reset End --------------- */

/* CLEAR-FIX */

.clearFix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .clearFix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}
/* End hide from IE6/IE Mac */


body{
	font-size: 62.5%;
	line-height: 1.3;
	color: #262626;
/*	background: url("../img/img_back.gif") repeat-x;*/
	font-family: "メイリオ", "Meiryo" ,"Meiryo","ＭＳ Ｐゴシック", "Verdana","Arial","sans-serif" !important;
}

.fbold{
	font-weight:bold;
}

.mtop15{
	margin-top:15px;
}

.mtop10{
	margin-top:10px;
}

.mbtm8{
	margin-bottom:8px;
}

.ptop17{
	padding-top:17px;
}

/*link-navi----------------------------------------------------*/
A:link	{text-decoration:underline;color:#333333;}
A:visited{text-decoration:underline;color:#333333;}
A:active{text-decoration:underline;color:#ff0000;}
A:hover	{text-decoration:underline;color:#ff0000;}


/* base layout */
#wrap {
/*	font-size:1.3em;	*/
}


/*header------------------------------------------------------*/
#headerTopWrap {
	height:30px;
	background-color:#2E90E0;
}

#headerTop {
	width:900px;
	margin:0 auto;
	position:relative;
}

#headerTop h1 {
	position:absolute;
	top:0;
	left:0;
}

#headerTop div.tell {
	float:right;
	border-right:1px dotted #FFF;
	height:22px;
	margin:5px 0 0 0;
}

#headerTop div.tell img {
	margin:2px 8px 0 0;
}

#headerTop div.language {
	float:right;
	border-right:1px dotted #FFF;
	height:22px;
	line-height:22px;
	margin:5px 0 0 0;
	padding:0 10px 0 0;
	color:#FFF;
	font-size:1.2em;
}


#headerTop div.language A:link	{text-decoration:none;color:#ffffff;}
#headerTop div.language A:visited{text-decoration:none;color:#ffffff;}
#headerTop div.language A:active{text-decoration:none;color:#ffffff;}
#headerTop div.language A:hover	{text-decoration: underline;color:#ffffff;}


#headerTop div.language img {
	margin:8px 6px 0 6px;
}


/*globalMenu-----------------------------------------*/
#globalMenu {
	float:left;
	width:175px;
	margin-right:30px;
}

#globalMenu li {
	margin-bottom:1px;
}

#globalMenu li.last {
	margin-bottom:0;
}



/*main-----------------------------------------------------*/
#main {
	width:900px;
	margin:0 auto;
}






/*footer---------------------------------------------------*/
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	border-top:1px dotted #999;
	padding:20px 0 15px 0;
}

#footer h4 {
	margin-bottom:8px;
	font-size:1.2em;
}

#footer p {
	font-size:1.2em;
	line-height:1.6;
}

#copyright {
	font-size:1.1em;
	margin:25px 0 0 0;
}



/*elecart-----------------------------------------*/
/*****************************
新製剤技術とエンジニアリング（エレベーター）申込書
*****************************/
#elecart {
	position: absolute;
	right:0px;
	top:180px;
	width: 300px;
	height: 100px !important;
	margin: 70px 0px 0px 110px;
	padding:  155px 0px 0px 70px;
	border: 0px solid #BBBBBB;
	background:url("../img/mosikomi.gif") no-repeat; 
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	}
#elecartscript {
	right:0px;
	top:0px;
	width: 180px;
	height: auto !important;
	margin: 25px 0px 0px 0px;
	padding:  0px 2px 0px 5px;
	text-align: left;
	font-size: 11px;
	line-height: 1.8em;
	color:#ffffff;
	background-color: #4d9af9;
	}
#elecartscript2 {
	right:0px;
	top:0px;
	width: 135px;
	height: auto !important;
	margin: 10px 5px 0px 0px;
	padding:  0px 0px 0px 5px;
	text-align: left;
	font-size: 10px;
	line-height: 1.5em;
	background-color: #F2F3F8;
	}
	
a#eleva {
	color:blue;
	text-decoration:underline;
	}
	
	
/* 開閉する要素 */
 .accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 400px;
}


.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#000;
    font-weight: normal;
    background :#b0d0fa;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background :#cce8fa;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #ddeafb;
    opacity: 1;
}