@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	color: #474747;
}

/* -------------------------------------------- */
/* Layout */
/* -------------------------------------------- */


.container {
	position: relative;
	width: 98%;
	max-width: 1210px;
	margin: 0 auto; margin-left: auto; margin-right: auto;
	text-align: left;
}

header, .header {
	width: 100%;
	height: 48px;
	margin-bottom: 30px;
	color: #FFFFFF;
	background: #0066BA;
	border-top: 2px solid #003B63;
	z-index: 999999;
}

header h1, .header h1 {
	float:left;
	display: inline;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
}

header a, .header a {
	color: #FFFFFF;
	text-decoration: none;
}

.tell-pc1 { display: none;}
.tell-pc2 { display: none;}
.tell-pc3 { display: none;}
.tell-pc4 { }

.smart-nav { display: none;}

div#topic-path {
	display: none;
}

.menu {
	display: none;
}

footer .left, .footer .left {
	display: none;
}


/* コンテンツ本体 */

.main-container {
	float: right;
	width: 100%;
	font-size: 95%;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
	
}
.main {
}


/* -------------------------------------------- */
/* 問い合わせ先案内 Contact Guide */
/* -------------------------------------------- */

.contact-guide {
	width: 100%;
	padding: 15px 15px 15px 15px;
	background: url(../img/skill-tell-image01.gif) no-repeat right bottom;
}
.contact-guide p {
	line-height: 1.3;
}
.contact-guide .button-m {
	display: block;
	width: 60%;
	min-width: 300px;
	margin-left: 10%;
	margin-bottom: 15px;
}
.contact-guide .al-center {
	padding-right: 22%;
}

/* -------------------------------------------- */
/* リンク集 */
/* -------------------------------------------- */

.link-banner {
	display: none;
}
.link-banner li {
	float: left;
	display: block;
	width: 48%;
	margin-bottom: 15px;
}
.link-banner li.link01, .link-banner li.link03, .link-banner li.link05, .link-banner li.link07 { margin-right: 4%;}
.link-banner img {
	display: block;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/* -------------------------------------------- */
/* Title */
/* -------------------------------------------- */

.contents-logo {
	float: right;
	margin-right: 10px;
}


/* -------------------------------------------- */
/* Link */
/* -------------------------------------------- */

/* ページ内リンク */

.pagelink {
	margin-top: -70px;
	padding-top: 70px;
}

/* -------------------------------------------- */
/* Text */
/* -------------------------------------------- */



/* -------------------------------------------- */
/* List */
/* -------------------------------------------- */



/* -------------------------------------------- */
/* Table */
/* -------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.al-center table {
	margin: 0 auto; margin-left: auto; margin-right: auto;
}

th,
td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
th p { font-weight: normal;}

.table-line th,
.table-line td {
	padding-left: 15px;
	border-top: #888 1px dotted;
	border-bottom: #888 1px dotted;
}

.table-full-line, .table-full-line-wh { border: #888 1px solid;}
.table-full-line-wh th,
.table-full-line-wh td {
	padding-left: 15px;
	border: #888 1px solid;
}

.table-full-line th,
.table-full-line td {
	padding-left: 15px;
	border: #888 1px dotted;
}

.table-line th,
.table-full-line th { background: #f0edeb;}

.th70 th,th.th70 { width: 70px;}
.th110 th,th.th110 { width: 110px;}
.th130 th,th.th130 { width: 130px;}
.th160 th,th.th160 { width: 160px;}
.th200 th,th.th200 { width: 200px;}
.th220 th,th.th220 { width: 220px;}

table .al-center,
table .al-center th,
table .al-center td {
	padding-left: 5px;
	text-align: center;
}

table .al-center0,
table .al-center0 th,
table .al-center0 td {
	padding: 0px;
	text-align: center;
}

table .al-right,
table .al-right th,
table .al-right td {
	padding-left: 5px;
	padding-right: 15px;
	text-align: right;
}

table th.al-left,
table td.al-left,
table .al-left th,
table .al-left td {
	text-align: left;
}

table.v-al-middle th,
table.v-al-middle td {
	vertical-align: middle;
	margin-right: 0px;
}

.mailform th { width: 150px;}

/* -------------------------------------------- */
/* Img */
/* -------------------------------------------- */

img.table1 {
	float: right;
	margin-left: 30px;
	width: 50%;
}
img.table2 {
	display: none;
}

/* -------------------------------------------- */
/* 改行 br */
/* -------------------------------------------- */

br.pc1 { display: none;}
br.pc2 { display: none;}
br.tab1 { display: none;}
br.tab2 { }


