@charset "utf-8";

/* 共通 ------------------------------------------------------------------------------------ */

body {
	/* Chrome Safari */
	background: -webkit-gradient(linear, from(#2E2EFE), to(#FFFFFF 400px));
	/* FireFox */
	background: -moz-linear-gradient(top, #2E2EFE, #FFFFFF 400px);
	/* IE */
	background: linear-gradient(to bottom, #2E2EFE, #FFFFFF 400px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	width: 960px;
}

.center_img {
	text-align: center;
}

/* コンテンツ */
.content {
	font-family: 'ＭＳ Ｐゴシック';
	font-size: 16px;
	line-height: 30px;
}

/* float解除 */
.floatClear {
	clear: both;
}

.fontsize_18 {
	font-size: 18px;
	font-weight: bold;
}

/* フッター */
.footer {
	color: gray;
	font-family: 'Times New Roman';
	margin: 50px 0px;
	text-align: center;
	text-size: small;
}

.indent_none {
	list-style: none;
	margin-left: 3px;
	padding: 0px;
}

.indent_none li {
	list-style-type: none;
}

/* リンク文字 */
.link {
	color: #2E2E2E;
	font-family: 'ＭＳ Ｐゴシック';
	font-size: 24px;
	text-decoration: none;
	text-shadow: 3px 3px 2px gray;
}

/* リンク背景 */
.linkBack {
	/* Chrome Safari */
	background: -webkit-gradient(linear, from(#2E2EFE), color-stop(#FFFFFF), to(#2E2EFE));
	/* FireFox */
	background: -moz-linear-gradient(top, #2E2EFE, #FFFFFF, #2E2EFE);
	/* IE10 */
	background: linear-gradient(to bottom, #2E2EFE, #FFFFFF, #2E2EFE);
	border-left: solid 1px #A9BCF5;
	border-right: solid 1px #3A01DF;
	float: left;
	height: auto;
	padding: 25px 0px;
	text-align: center;
	width: 19.7%;
}

/* ヘッダー文字（右側） */
.MAadvisory {
	color: white;
	font-family: 'ＭＳ Ｐ明朝';
 	font-size: 23px;
 	margin: 15px 20px 30px 0px;
 	text-align: right;
 	text-shadow: 2px 2px 2px #BDBDBD;
}

/* ヘッダー文字（左側） */
.MAstrategy {
	color: white;
	float: left;
	font-family: 'HG創英角ﾎﾟｯﾌﾟ体';
	font-size: 27px;
	margin: 0px 0px 20px 10px;
	text-decoration: underline;
	text-shadow: 2px 2px 2px #BDBDBD;
}

/* 現ページのリンク文字 */
.nowLink {
	color: white;
	font-family: 'ＭＳ Ｐゴシック';
	font-size: 24px;
	text-decoration: none;
	text-shadow: 3px 3px 2px gray;
}

/* index.php ------------------------------------------------------------------------------------ */

/* img */
.index_building {
	float: right;
	height: auto;
	margin: 30px 10px 10px 10px;
	width: 30%;
}

/* コンテンツを囲う枠 */
.index_frame {
	background: white;
	border: solid 1px #D8D8D8;
	box-shadow: 1px 3px 5px #D8D8D8;
	margin: 20px 0px 10px 20px;
	padding: 3px 10px;
	width: 90%;
}

/* コンテンツを囲う枠（imgの左に配置する用） */
.index_frame_leftimg {
	background: white;
	border: solid 1px #D8D8D8;
	box-shadow: 1px 3px 5px #D8D8D8;
	padding: 3px 10px;
	float: left;
	width: 63%;
	margin: 20px 0px 10px 20px;
}

/* img */
.index_nightview {
	height: auto;
	width: 100%;
}

/* img */
.index_up {
	float: right;
	height: auto;
	margin: 80px 80px 30px 10px;
	width: 20%;
}

/* strength.php ------------------------------------------------------------------------------------ */

/* img */
.strength_building {
	float: right;
	height: auto;
	margin: 70px 20px 30px 10px;
	text-align: right;
	width: 27%;
}

/* コンテンツを囲う枠（imgの左に配置する用） */
.strength_frame_leftimg {
	background: white;
	border: solid 1px #D8D8D8;
	box-shadow: 1px 3px 5px #D8D8D8;
	float: left;
	margin: 50px 0px 10px 20px;
	padding: 3px 10px;
	width: 60%;
}

/* img */
.strength_meeting {
	float: right;
	height: auto;
	margin: 80px 20px 30px 10px;
	text-align: right;
	width: 27%;
}

/* img */
.strength_up {
	float: right;
	height: auto;
	margin: 40px 20px 30px 10px;
	text-align: right;
	width: 30%;
}

/* cost.php ------------------------------------------------------------------------------------ */

/* img */
.cost_board {
	float: right;
	height: auto;
	margin: 90px 20px 0px 20px;
	text-align: right;
	width: 30%;
}

/* コンテンツを囲う枠（真ん中配置） */
.cost_frame_center {
	background: white;
	border: solid 1px #D8D8D8;
	box-shadow: 1px 3px 5px #D8D8D8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 3px 10px;
	width: 80%;
}

/* コンテンツを囲う枠（imgの左に配置する用） */
.cost_frame_leftimg {
	background: white;
	border: solid 1px #D8D8D8;
	box-shadow: 1px 3px 5px #D8D8D8;
	float: left;
	margin: 50px 0px 10px 20px;
	padding: 3px 10px;
	width: 60%;
}

/* img */
.cost_puzzle {
	float: right;
	height: auto;
	margin: 70px 30px 30px 20px;
	text-align: right;
	width: 25%;
}

.costTable td {
	padding: 0px 30px 15px 0px;
}

/* company.php ------------------------------------------------------------------------------------ */

/* 背景のマージン */
.companyBack {
	margin:  50px 30px 0px 50px;
}

/* img */
.company_building {
	float: right;
	height: auto;
	margin: 20px 40px 30px 10px;
	text-align: right;
	width: 25%;
}

.companyTable01 {
	border-collapse: collapse;
	float: left;
	margin: 0px 20px 30px 0px;
	width: 65%;

}

.companyTable01 td {
	background: #F2EFFB;
	border: solid 2px white;
	padding: 10px 60px 10px 10px;
}

.companyTable01 th {
	background: #2E2EFE;
	border: solid 2px white;
	color: white;
	padding: 10px 50px;
}

.companyTable02 {
	border-collapse: collapse;
	margin: 60px 50px 30px 0px;
}

.companyTable02 td {
	background: #F2EFFB;
	border: solid 2px white;
	line-height: 20px;
	padding: 10px 20px 10px 10px;
}

.companyTable02 th {
	background: #2E2EFE;
	border: solid 2px white;
	color: white;
	line-height: 20px;
	padding: 10px 0px;
	width: 120px;
}

/* listインデント調整 */
.indent {
	list-style: none;
	margin-left: 1em;
	padding: 0px;
}

.indent li {
	list-style-type: square;
}

/* 文字装飾 */
.whitePop {
	color: white;
	font-family: 'HG創英角ﾎﾟｯﾌﾟ体';
	font-size: 25px;
	text-shadow: 3px 3px 2px gray;
}

/* contact.php ------------------------------------------------------------------------------------ */

.checkbox {
	float: left;
	margin-left:

}

/* 白背景 */
.contactBack {
	background: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 10px 0px 0px 10px;
	width: 80%;
}

/* img */
.contact_meeting {
	height: auto;
	margin-top: 40px;
	width: 250px;
}

/* img */
.contact_pc {
	float: right;
	height: auto;
	width: 30%;
}

.contactTable {
	background: white;
	border-collapse: collapse;
	margin: 20px 0px 20px 0px;
	width: 95%;
}

.contactTable td {
	border: solid 1px black;
	color: gray;
	font-size: 15px;
	padding: 10px 0px 0px 10px;
}

.contactTable th {
	background: #E6E6E6;
	border: solid 1px black;
	font-weight: normal;
	padding:0px 20px 0px 10px;
	text-align: left;
	width: 30%;
}

.fontsize15 {
	font-size: 15;
}

.privacy {
	border: solid 1px black;
	float: left;
	font-size: 12px;
	height: 150px;
	padding: 5px 20px 10px 5px;
	width: 65%;
}

.red {
	color: red;
	font-size: 15px;
	margin-left: 10px;
}

/* 文字背景 */
.strBack {
	background: #E6E6E6;
	color: gray;
	font-size: 18px;
	padding: 5px 0px 5px 10px;
	width: 94%;
}

.submit {
	background: #FF8000;
	border: outset 2px #FF8000;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	padding: 5px 20px;
}
