@charset "utf-8";

/* ====================================================================

   「工場萌え」共通設定

==================================================================== */

/* ブラウザ表示対策------------------------------------------------- */

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */


/* 共通設定--------------------------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 1.2em;
	line-height: 1.6;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background-color:#ffffff;
}

h1,h2,h3,h4,h5,h6,p { 
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
}

a img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color:#0099cc;
	text-decoration: none;
}

a:visited {
	color:#0099cc;
	text-decoration: none;
}

a:hover {
	color: #a2daf7;
	text-decoration: none;
}


a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}


form {
	margin: 0;
	padding: 0;
}

ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
strong, em, address {
	font-weight: normal;
	font-style: normal;
}

/* ヘッダ設定 ------------------------------------------------------- */
/* グローバルナビ設定 ------------------------------------------------------- */
/* コンテンツ設定------------------------------------------------------- */
/* フッタ設定------------------------------------------------------- */
/* margin */
.spB05{
	margin-bottom:05px;
}
.spB10{
	margin-bottom:10px;
}			
.spB15{
	margin-bottom:15px;
}			
.spB20{
	margin-bottom:20px;
}
.spB25{
	margin-bottom:25px;
}
.spB30{
	margin-bottom:30px;
}
.spB35{
	margin-bottom:35px;
}
.spB40{
	margin-bottom:40px;
}
.spB45{
	margin-bottom:45px;
}
.spB50{
	margin-bottom:50px;
}
.spT05{
	margin-top:05px;
}
.spT10{
	margin-top:10px;
}
.spT15{
	margin-top:15px;
}
.spT20{
	margin-top:20px;
}
.spT25{
	margin-top:25px;
}	
.spT30{
	margin-top:30px;
}	
.spT35{
	margin-top:35px;
}	
.spT40{
	margin-top:40px;
}	
.spT45{
	margin-top:45px;
}	
.spT50{
	margin-top:50px;
}	

/* 幅 */
.w_50 {
	width: 50px;
}
.w_85 {
	width: 85px;
}
.w_100 {
	width: 100px;
}
.w_150 {
	width: 150px;
}
.w_160 {
	width: 160px;
}
.w_200 {
	width: 200px;
}
.w_250 {
	width: 250px;
}
.w_300 {
	width: 300px;
}
.w_1em {
	width: 1em;
}
.w_nowrap {
	white-space: nowrap;
}

/* テキスト装飾 */
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_bold {
	font-weight: bold;
}
.text_10 {
	font-size: 10px;
}
.text_12 {
	font-size:100%;
}
span.arrow {
	font-weight: bold;
	color: #FF6600;
}
.rnew {
	font-size: 14px;
	color: #e05b5b;
	font-weight: normal;
	
}

.toTop a{
	font-size:0.83em;
}

/* フッター */
.footer .copyright{
	float:left;
	width:265px;
	padding-left:509px;
}

