@charset "utf-8";

/************************************************
	Description: 共通設定
	Update: 2013/07/24
	Author: Japan Electronic Industrial Arts Co.Ltd.
	Notes: 
************************************************ */

/* ==============================================
 レイアウト
=============================================== */

html {
	
}

body {
	
}

.frame_outer {
	width: 100%;
}

/* 中央カラム
----------------------------------------------- */

/* 1カラム設定 */
#one_maincolumn {
	margin: 0 auto;
}

/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
	float: left;
}

/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
	float: right;
}

/* 3カラム設定 */
#three_maincolumn {
	float: left;
}

/* サイドカラム
----------------------------------------------- */
#leftcolumn {
	float: left;
	overflow: visible;
}

#rightcolumn {
	float: right;
}


/* ==============================================
 ユーティリティ
=============================================== */

/* フロート回り込み解除
----------------------------------------------- */
/*.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display: block; /* for IE8 *@@@/
}
.clear {
	clear: both;
}*/
/* Clearfix Micro */
/* ※基準のClearfixではIE7未対応なので新調 */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}


/* フォント
----------------------------------------------- */
.st {
	font-weight: bold;
}

.mini {
	font-size: 90%;
}

/* 行揃え
----------------------------------------------- */
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}

/* マージン
----------------------------------------------- */
.mb-5   { margin-bottom:   5px !important; }
.mb-10  { margin-bottom:  10px !important; }
.mb-15  { margin-bottom:  15px !important; }
.mb-20  { margin-bottom:  20px !important; }
.mb-25  { margin-bottom:  25px !important; }
.mb-30  { margin-bottom:  30px !important; }
.mb-35  { margin-bottom:  35px !important; }
.mb-40  { margin-bottom:  40px !important; }
.mb-45  { margin-bottom:  45px !important; }
.mb-50  { margin-bottom:  50px !important; }
.mb-55  { margin-bottom:  55px !important; }
.mb-60  { margin-bottom:  60px !important; }
.mb-65  { margin-bottom:  65px !important; }
.mb-70  { margin-bottom:  70px !important; }
.mb-75  { margin-bottom:  75px !important; }
.mb-80  { margin-bottom:  80px !important; }
.mb-85  { margin-bottom:  85px !important; }
.mb-90  { margin-bottom:  90px !important; }
.mb-95  { margin-bottom:  95px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-110 { margin-bottom: 110px !important; }
.mb-120 { margin-bottom: 120px !important; }
.mb-130 { margin-bottom: 130px !important; }
.mb-140 { margin-bottom: 140px !important; }
.mb-150 { margin-bottom: 150px !important; }
.mb-160 { margin-bottom: 160px !important; }
.mb-170 { margin-bottom: 170px !important; }
.mb-180 { margin-bottom: 180px !important; }
.mb-190 { margin-bottom: 190px !important; }
.mb-200 { margin-bottom: 200px !important; }


/* フォーム
----------------------------------------------- */
.box40 {
	width: 40px;
}
.box60 {
	width: 60px;
}
.box100 {
	width: 100px;
}
.box120 {
	width: 120px;
}
.box140 {
	width: 140px;
}
.box145 {
	width: 145px;
}
.box150 {
	width: 150px;
}
.box240 {
	width: 240px;
}
.box300 {
	width: 300px;
}
.box320 {
	width: 320px;
}
.box350 {
	width: 350px;
}
.box380 {
	width: 380px;
}
.box99p {
	width: 99%;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
	margin-bottom: 5px;
}

.ng_top {
	margin-bottom: 0 !important;
}


/* ==============================================
 パーツ
=============================================== */

/* リンク
----------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
}

a:link:hover,
a:link:active {
	text-decoration: underline;
}

/* ボタン（※別CSSファイルに移動）
----------------------------------------------- */
/*
.btn_area {
	width: 100%;
	text-align: center;
}

.btn_area li {
	display: inline;
	margin: 0 5px;
}
*/

/* Tipsy
----------------------------------------------- */
.tipsy {
	padding: 5px;
	font-size: 10px;
	position: absolute;
	z-index: 100000;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tipsy-arrow {
	position: absolute;
	background: url('../img/ajax/tipsy.gif') no-repeat top left;
	width: 9px;
	height: 5px;
}
.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 5px;
	height: 9px;
	background-position: top right;
}
.tipsy-w .tipsy-arrow {
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 5px;
	height: 9px;
}






/* 画像マウスオーバー
----------------------------------------------- */
a img ,
input[type="image"] {
	/*CSS3*/
	transition: 0.2s;
}
a:hover img ,
input[type="image"]:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

/* 画像影
----------------------------------------------- */
.shadow {
	/*CSS3*/
	-webkit-box-shadow: 0px 0px 3px 0px #ddd;
	-moz-box-shadow:    0px 0px 3px 0px #ddd;
	box-shadow:         0px 0px 5px 0px #ddd;
}

/* 区切り線
----------------------------------------------- */
hr {
	border: none;
	border-top: dotted 1px #ccc;
	color: #fff;
	height: 1px;
	margin: 0;
}

