@charset "UTF-8";

/* =========================================================
	basic elements
========================================================= */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 100%;
}

body {
	color: #333333;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Times, "Times New Roman", serif;
	text-align: center;
	font-size: 100%;
}

#mainBox { font-size: 75%; line-height: 1.5; }


/* anchors */

a,
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #333333;
}

a:hover,
a:focus {
	text-decoration: underline;
	color: #DA1E1E;
}
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

/* lists */

ul,
ol {
	list-style: none;
}

/* others */

hr {
	display: none;
}

strong, em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

fieldset {
	border: none;
}

iframe {
	display: block;
}

.red {
	color:#F00;
}

/* =========================================================
	general classes
========================================================= */

/* clearfix */

*.clearfix {
	width: 100%;
	display: inline-block;
	display: block;
}

td.clearfix {
	width: auto;
	display: table-cell;
}

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

.clr {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* images */

img {
	/* adjustment for efficient layout */
	vertical-align: top;
}

img.pdf {
	vertical-align: baseline;
	position: relative;
	top: 3px;
}


/* =========================================================
	header
========================================================= */

/* common */

#header {
	position: relative;
	width: 965px;
	margin: 0 auto;
	text-align: left;
}

#header .comp{
	float:right;
	margin-top:60px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
#header p#hName {
	position: absolute;
	right: 0;
	height: 0;
	overflow: hidden;
}

/* secondary */

#header {

	height: 48px;
	position:relative;
}

#header h1 img {
	margin-top: 6px;
}

#header p#hName {
	top: 21px;
	width: 204px;
	padding-top: 16px;
	background: url(../images/company_name_s.png) 0 0 no-repeat;
}


/* clearfix */

#gNavi {
	display: inline-block;
	display: block;
}

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


#slideshow {
	width:965px;
	margin:0 auto;
    position:relative;
    height:345px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* =========================================================
	navi
========================================================= */
/* -----------------------------------------------------------------------------
>> navi
----------------------------------------------------------------------------- */
#head_navi{
	background-color:#333333;
	float:right;
	padding-right:19px;
}

#head_navi li{
	color:#ffffff;
	float:left;
	width:110px;
	height:25px;
	font-size:12px;
}
#head_contact{
	float:right;
}

#movie{
	background-color:#ffffff;
}


#navi_wrap {
	background-image:url("../img/menu_bar_bg.png");
}
#main-navi {
	width: 965px;
	padding-left: -40px;
	margin: 0px auto;
	margin-top:0px;
}
#main-navi ul {
	padding:0px;
}
#main-navi li {
	float: left;
	padding-right:0px;
}
#main-navi li a {
	display: block;
	width: 193px;
	height: 60px;
	background: url(../img/menu_bar.png) no-repeat left top;
	text-indent: -5000px;
	overflow: hidden;
}
#main-navi .navi01 a {
	/*width: 120px !important;*/

	background-position: 0 0;
}
#main-navi .navi02 a {
	background-position: -193px 0;
}
#main-navi .navi03 a {
	background-position: -386px 0;
}
#main-navi .navi04 a {
	background-position: -579px 0;
}/*
#main-navi .navi05 a {
	background-position: -596px 0;
}*/
#main-navi .navi06 a {
	background-position: -772px 0;
}
#main-navi .navi01 a:hover,#main-navi .navi01 .on {
	background-position: 0 -60px;
}
#main-navi .navi02 a:hover,#main-navi .navi02 .on  {
	background-position: -193px -60px;
}
#main-navi .navi03 a:hover,#main-navi .navi03 .on  {
	background-position: -386px -60px;
}
#main-navi .navi04 a:hover,#main-navi .navi04 .on  {
	background-position: -579px -60px;
}/*
#main-navi .navi05 a:hover,#main-navi .navi05 .on  {
	background-position: -600px -60px;
}*/
#main-navi .navi06 a:hover,#main-navi .navi06 .on  {
	background-position: -772px -60px;
}

#topInfoList dt{
	color:#DA1E1E;
	font-size:14px;
	font-weight:bold;
}


/* =========================================================
	footer
========================================================= */
#footerBox{
	width:100%;
	height:40px;/*元値：40px;*/
	background-color:#191919;
	bottom:0;
}
#footer {
	position: relative;
	width: 965px;
	height:40px;
	margin: 0 auto;
	text-align: left;
	color:#ffffff;
	font-size:12px;
}
#footer #link{
	position: absolute;
	left: 0;
	height:40px;
	line-height:40px;
	overflow: hidden;
	color:#ffffff;

}
#footer #link a{
	color:#ffffff;
	text-decoration:none;
}

#footer #copyright{
	position: absolute;
	right: 0;
	height:40px;
	line-height:40px;
	overflow: hidden;
}




/* trail */

#trail {
	margin-bottom: 20px;
	font-size: 83.3%;
	line-height: 1;
	color: #666666;
}

#trail a,
#trail a:link,
#trail a:visited {
	color: #666666;
	text-decoration: underline;
}

#trail a:hover,
#trail a:focus {
	color: #DA1E1E;
}
	
#trail em {
	font-weight: normal;
	color: #DA1E1E;
}

#trail em a,
#trail em a:link,
#trail em a:visited {
	color: #DA1E1E;
	text-decoration: underline; /* nakano変更 */
}

#trail em a:hover,
#trail em a:focus {
	text-decoration: underline;
}


/* =========================================================
	layout
========================================================= */
/* clearfix */

#mainBox {
	display: inline-block;
	display: block;

}

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


/* mainBox */

#mainBox {
	position: relative;
	width: 965px;
	margin: 0 auto;
	padding: 0;
	text-align: left;

}

#mainBox {
	margin-top: 22px;
	margin-bottom: 45px;
}

#leftCol {
	float: left;
	width: 630px;
}

#rightCol {
	float: right;
	width: 200px;
	margin-left: 60px;
}



/* =========================================================
	general parts
========================================================= */

/* leftCol parts */

#mainBox h2 {
	margin-bottom: 40px;
	color: #3333A0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}
.mini_h2{
	color:#000000 !important;
	font-weight:bold;
}
#mainBox h3 {
	margin-bottom: 20px;
	color: #DA1E1E;
}

#mainBox h4 {
	margin-bottom: 5px;
	font-size: 150%;
	color: #DA1E1E;
}

#mainBox h4 small {
	font-size: 77.8%;
}

#mainBox h5 {
	margin-bottom: 5px;
	font-size: 116.7%;
}

#mainLead {
	margin-top: -25px;
	margin-bottom: 30px;
}

#mainLead p {
	margin-top: 20px;
	margin-bottom: 30px;
}

#mainBox p {
	line-height: 1.8;
}

div.article p {
	padding-bottom: 20px;
}

div.article.last {
	margin-bottom: 30px;
}

div.section {
	padding-bottom: 40px;
}

div.section p {
	padding-bottom: 5px;
}

#listBox {
	width: 630px;
	padding-top: 20px;
	background: url(../images/dot.png) 0 0 repeat-x;
}

#btmBtnL {
	margin-top: 30px;
}

#btmBtnL .bnr {
	display: block; 
	margin-bottom: 10px;
}


/* rightCol parts */

#banner {
	margin-bottom: 20px;
}

#banner img {
	margin-bottom: 10px;
}

h3#h3Pickup {
	width: 200px;
	height: 0;
	margin-bottom: 13px;
	padding-top: 26px;
	background: url(../images/rcol_pickup.png) 0 0 no-repeat;
	overflow: hidden;
}

ul.bnr li {
	margin-bottom: 10px;
}

address {
	margin-bottom: 5px;
}


/* =========================================================
	other parts
========================================================= */

/* clearfix */

div.columnBox,
.clearfix {
	display: inline-block;
	display: block;
}

div.columnBox:after,
.clearfix:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	content: ".";
}


div.columnBox {
	margin: 10px 0 40px;
}

div.columnBox.first {
	margin-top: 0;
}

div.columnBox .pic {
	float: left;
	margin-right: 15px;
}


/* pagetop */

.pagetop {
	margin-top: 30px;
	border-top: 1px solid #c9c9c9;
	text-align: right;
}


/* table */

table.basic {
	margin-top: 10px;
	margin-bottom: 30px;
	border-width: 2px 0 1px;
	border-color: #dddddd;
	border-style: solid;
}

table.basic th {
	padding: 10px;
	border-width: 1px;
	border-color: #dddddd;
	border-style: none solid solid none;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

table.basic td {
	padding: 10px;
	border-width: 1px;
	border-color: #dddddd;
	border-style: none none solid none;
	vertical-align: top;
}

table.basic th.gray,
table.basic td.gray {
	background: #f1f1f1;
}

* html table.basic td { line-height: 1.4em; }


/* ul */

ul.basic { margin: 0 0 15px 4px; }
ul.basic li {
	background: url(../images/icon_list.png) 0 0.2em no-repeat;
	margin-top: 6px;
	padding-left: 16px;
	line-height: 125%;
}

ul.basic li p {
	margin-left: -16px;
	padding-bottom: 0;
}

ul.basic_s { margin: 0 0 0 4px; }
ul.basic_s li {
	padding-left: 14px;
	background: url(../images/icon_list-s.png) 0 0.4em no-repeat;
}

/* ol */

ol.basic { margin-bottom: 18px; }
ol.basic li { margin-left: 1.8em; list-style-type: decimal; padding-bottom: 3px; }


/* dl */

dl.basic { margin-bottom: 18px; }
dl.basic dt { font-weight: bold; }



/* =========================================================
	basic elements
========================================================= */



div.block-form {
	margin-bottom:50px;
	padding:30px;
	/*border: 1px solid #CCCCCC;*/
	text-align:left;
	background: #f2f7fa;
}
#contact div.block-form {
	padding-top:0px;
}

div.block-form h5 {
	/*color: #DA1E1E;*/
	
	padding-top:30px;
	padding-bottom:10px;
	display:block;
	clear:both;
}

div.block-form h6 {
	padding-top:20px;
	padding-bottom:10px;
}



div.block-form dl {
	height:40px;
	/*margin-top: 18px;*/
	margin-left: 45px;
	display: block;
}

div.block-form dl dt {
	width: 145px;
	float: left;
	padding-top:2px;
}

div.block-form dl dd {
	float:left;
}
/* �K�{���� ���}�[�N */
span.required,
div.block-form span {
	color:#FF6633;
	font-size:100%;
	font-weight:normal;
}

div.block-form dl dd input {
	width: 318px;
	height: 18px;
	margin:0px 4px;
}

div.block-form dl dd.ja input {
	ime-mode : active;
}

div.block-form dl dd.en input {
	ime-mode : inactive;
}

div.block-form dl dd.nm input {
	ime-mode : disabled;
}

div.block-form dl dd.number input {
	width: 90px;
	ime-mode : disabled;
}
div.block-form dl dd.number02 input {
	width: 60px;
	ime-mode : disabled;
}
div.block-form dl dd select {
	width: 165px;
	margin-left: 3px;
}

div.block-form dl.form-address {
	height:145px;
}
div.block-form dl.form-address dd {
	padding-left: 2px;
	float:none;
}
div.block-form dl dd.br {
	margin-left: 145px;
	margin-top:18px;
}

/* �w�|���I�����C�� */
div.block-form dl dd textarea {	
	width: 320px;
	height: 50px;
	margin-left: 2px;
	ime-mode : active;
}

#support.s013 div.block-form dl.form-address {
	height:147px;
}


/* �X�s�[�h�ώZ�T�[�r�X */
div.block-form p.comment {
	margin-bottom:30px;
}

div.block-form fieldset {
	margin-top:30px;
	padding:0px 20px 5px 20px;
	border: 1px dashed #888;
}
div.block-form fieldset legend {
	padding:3px;
	color:#666;
	background:#f2f7fa;
}

div.block-form fieldset dl dt {
	width: 170px;
}

div.block-form ul li {
	display: inline;
	margin-right: 20px;
}
div.block-form ul.radio-btn input {
	width: 16px;
	margin-right: 3px;
	position: relative;
	top: 1px;
}

p.free-textarea {
	text-align:center;
}
p.free-textarea textarea {	
	width: 450px;
	height: 80px;
	margin: 8px auto 20px auto;
}

/* ���M�{�^�� */
p.button {
	width:100%;
	text-align:center;
	clear:both;
}
p.button input {
	margin:20px 5px 0;
	width:150px;
}

/* �C������ */
p.button input.back {
	width:100px;
}

/* �t�H�[�����M�����y�[�W���b�Z�[�W */
p.thankyou {	
	height: 350px;
	padding:130px 0;
	text-align: center;
	line-height:5.0em;
}


/* clearfix */

div.block-form,
div.block-form div,
div.block-form div#shiryoList dl dd,
div.block-form dl {
	display: inline-block;
	display: block;
}

div.block-form:after,
div.block-form div:after,
div.block-form div#shiryoList dl dd:after,
div.block-form dl:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	content: ".";
}



/* =========================================================
	会社情報 company/
========================================================= */

h2#h2TitMessage,
h2#h2TitVision,
h2#h2TitProject,
h2#h2TitService,
h2#h2TitProfile,
h2#h2TitAccess,
h2#h2TitRecruit,
h2#h2TitPolicy {
	width: 630px;
	height: 0;
	padding-top: 35px;
	overflow: hidden;
}

h2#h2TitMessage { background: url(../../company/images/h2_message.png) 0 0 no-repeat; }
h2#h2TitVision { background: url(../../company/images/h2_vision.png) 0 0 no-repeat; }
h2#h2TitProject { background: url(../../company/images/h2_project.png) 0 0 no-repeat; }
h2#h2TitService { background: url(../../company/images/h2_service.png) 0 0 no-repeat; }
h2#h2TitProfile { background: url(../../company/images/h2_profile.png) 0 0 no-repeat; }
h2#h2TitAccess { background: url(../../company/images/h2_access.png) 0 0 no-repeat; }
h2#h2TitRecruit { background: url(../../company/images/h2_recruit.png) 0 0 no-repeat; }
h2#h2TitPolicy { background: url(../../company/images/h2_policy.png) 0 0 no-repeat; }


h3#h3TitProfile01,
h3#h3TitProfile02,
h3#h3TitRecruit01,
h3#h3TitRecruit02,
h3#h3TitRecruit03 {
	width: 630px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
}

h3#h3TitProfile01 { background: url(../../company/images/h3_profile01.png) 0 0 no-repeat; }
h3#h3TitProfile02 { background: url(../../company/images/h3_profile02.png) 0 0 no-repeat; }
h3#h3TitRecruit01 { background: url(../../company/images/h3_recruit01.png) 0 0 no-repeat; }
h3#h3TitRecruit02 { background: url(../../company/images/h3_recruit02.png) 0 0 no-repeat; }
h3#h3TitRecruit03 { background: url(../../company/images/h3_recruit03.png) 0 0 no-repeat; }


/* 企業情報
========================================================= */

/* TCt added by nakano */
p#sign span {
	display:block;
	margin-right:15px;
}
p#sign img {
	margin-top:7px;
}


/* Ə
========================================================= */

table.basic.profile ol.basic {
	margin-bottom: -3px;
}

table.basic.history {
	border-width: 2px 0;
}

table.basic.history th {
	padding: 4px 10px;
	border-style: none;
}

table.basic.history td {
	padding: 4px 10px;
	border-style: none;
}



/* アクセス
========================================================= */

#access {
	width: 630px;
}

#access img {
	margin-bottom: 30px;
}


.mail {
	font-size: 150%;
	color: #DA1E1E;
}

.mail a {
	color: #DA1E1E;
}



/*ページ構成*/
.page_title{
	height:60px;
	line-height:60px;
	text-align:left;
	padding-left:10px;
	color:#ffffff;
	font-weight:bold;
	vertical-align:middle;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;

}

.page_title span{
	font-size:20px;
	margin-right:20px;
}

.main_cont{
	width: 961px;
	height: 486px;
	background: url(../img/content-1.png);
}

.main_cont_1{
	width: 961px;
	height: 486px;
	background: url(../img/philosophy_1.jpg);
}

.main_cont_2{
	width: 961px;
	height: 486px;
	background: url(../img/philosophy_3.jpg);
}

.main_cont_2-1{
	width: 961px;
	height: 486px;
	background: url(../img/philosophy_3-1.jpg);
}

.main_cont_2-2{
	width: 961px;
	height: 486px;
	background: url(../img/philosophy_6.jpg);
	margin-top:10px;
}

.main_cont_2-3{
	width: 961px;
	height:486px;
	background: url(../img/philosophy_7.jpg) no-repeat;
	margin-top:10px;
}

.main_cont_2-4{
	width: 961px;
	height: 486px;
	background: url(../img/philosophy_8.jpg);
	margin-top:10px;
}

.main_cont_2-5{
	width: 961px;
	height: 486px;
	background: url(../img/philosophy_9.jpg);
	margin-top:10px;
}

.main_cont_2-6{
	width: 961px;
	height: 486px;
	background: url(../img/philosophy_10.jpg);
	margin-top:10px;
}


.detail_div{
	display: block;
	position:relative;
	height: 40px;

}

.detail_div a{
	display: block;
	width: 150px;
	height: 40px;
	background: url(../img/detail-150.png) no-repeat left top;
	text-indent: -5000px;
	overflow: hidden;
	position:absolute;
	top:400px;

}
.detail_div a:hover{
	background-position: 0 -40px;
}

.detail_div #button1{
	left:54px;
}
.detail_div #button2{
	left:287px;
}
.detail_div #button3{
	left:521px;
}

.detail_div #button4{
	left:752px;
}



.company_detail{
	color:#000000 !important;
	margin-top:20px;
}

.company_detail h2{
	color:#000000 !important;
	font-size:16px;
	border-bottom:4px solid #000000;
	
}

.table01{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:12px;
	color:#525252;
}

.table01 td{
	vertical-align:middle;
}

.table01 th{
	vertical-align:top;
	font-weight:bold;
	font-size:12px;
	white-space:nowrap;
	background:#FFFFFF;	
}

.table01 td,
.table01 th{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:16px 10px;
}

.table01 b{
	font-weight:bold;
	color:#FF3F00;
}

.table02{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	color:#525252;
}

.table02 td{
	vertical-align:middle;
}

.table02 th{
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
	background:#FFFFFF;	
}

/*.table02 td,*/
.table02 th{
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding:5px 4px;
}

.table02 b{
	font-weight:bold;
	color:#FF3F00;
}	

.table03{
    font-size:12px;
    margin-bottom:30px;
    vertical-align:top;
}
.table03 .hei{
    height:35px;
    
}
.table04 {
	width: 960px; /*幅指定*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
}

.table04 th, td {
	border: none; /*境界線の一括指定(noneはなし)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: left; /*行の水平方向の揃え方(leftは左寄せ)*/
	vertical-align: top;
	font-size: 1.2em;
}

.table04 h2 {
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	border: none; /*境界線の一括指定(noneはなし)*/
	padding: 0; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
}

.table04 img {
	border: solid 1px #ddd; /*境界線の一括指定(solidは1本線,線の太さ,線の色)*/
	/*margin-bottom: 5px; ボックス外側下の余白*/
	margin: 0 5px 5px 0; /*ボックス外側下の余白*/
	padding: 5px;
}
.table04 p {
	padding-left: 0px; /*ボックス内側左の余白*/
}

.table05{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	color:#525252;
	border: solid 2px #ddd; /*境界線の一括指定(solidは1本線,線の太さ,線の色)*/
}

.table05 td{
	vertical-align:middle;
}

.table05 th{
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
	background:#FFFFFF;	
}

/*.table02 td,*/
.table05 th{
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding:5px 4px;
}

.table05 b{
	font-weight:bold;
	color:#FF3F00;
}	



.table06l {
	width: 600px; /*幅指定*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
}

.table06l th, td {
	border: none; /*境界線の一括指定(noneはなし)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: left; /*行の水平方向の揃え方(leftは左寄せ)*/
	vertical-align: top;
	font-size: 1.2em;
}

.table06l h3 {
	font-size: 1.1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	border-bottom: solid 1px #ddd;
	 /*font-weight: normal;フォントの太さ指定(normalは標準)*/
	border: none; /*境界線の一括指定(noneはなし)*/
	padding: 10px; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
}

.table06l img {
	/*border: solid 1px #ddd; 境界線の一括指定(solidは1本線,線の太さ,線の色)*/
	/*margin-bottom: 5px; ボックス外側下の余白*/
	margin: 10px; /*ボックス外側下の余白*/
	padding: 10px;
}
.table06l p {
	padding-left: 30px; /*ボックス内側左の余白*/
}
.table06r {
	width: 300px; /*幅指定*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
}

.table06r th, td {
	border: none; /*境界線の一括指定(noneはなし)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: left; /*行の水平方向の揃え方(leftは左寄せ)*/
	vertical-align: top;
	font-size: 1.2em;
}

.table06r img {
	/*border: solid 1px #ddd; 境界線の一括指定(solidは1本線,線の太さ,線の色)*/
	/*margin-bottom: 5px; ボックス外側下の余白*/
	margin-right: 50px; /*ボックス外側下の余白*/
	padding: 10px;
	vertical-align: middle;
}

.table07 {
	width: 960px; /*幅指定*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
}

.table07 th, td {
	border: none; /*境界線の一括指定(noneはなし)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: left; /*行の水平方向の揃え方(leftは左寄せ)*/
	vertical-align: top;
	font-size: 1.2em;
}

.table07 h2 {
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	border: none; /*境界線の一括指定(noneはなし)*/
	padding: 0; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
}

.table07 img {
	/*border: solid 1px #ddd; 境界線の一括指定(solidは1本線,線の太さ,線の色)*/
	/*margin-bottom: 5px; ボックス外側下の余白*/
	margin: 0 5px 5px 0; /*ボックス外側下の余白*/
	padding: 5px;
}
.table07 p {
	padding-left: 0px; /*ボックス内側左の余白*/
	font-size: 1.1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/

}





#area_box1{
			float: left;
			width: 950px;
			padding: 3px;
			margin: 10px 0 10px 0;
			/*background: url(../images/bg_pattern_wood.png);*/
			/*background: url(../images/bg_pattern_wood-dark.jpg); */
			box-shadow: 0 0 3px 1px #ddd inset;
			border-radius: 3px;
}

#area_box1 h3 {
	margin-bottom: 0px;
	color: #082255;
}


#area_box2{
			float: left;
			width: 630px;
			padding: 0 0px;
			margin:  0px;
			/*background: url(../images/bg_pattern_wood.png);*/
			/*background: url(../images/bg_pattern_wood-dark.jpg); */

}
#area_box3{
			float: left;
			width: 300px;
			padding: 0 5px;
			margin: 0 0px;
			/*background: url(../images/bg_pattern_wood.png);*/
			/*background: url(../images/bg_pattern_wood-dark.jpg); */
		
}

/* =========================================================
	3Dプリンタ事業 3d/
========================================================= */

#d-content{
			margin-left:5px;
			margin-top:170px;
}


.d-body{
			border:1px solid #ccc;
			width:450px;
			height:150px;
			display:table;
			padding:5px;
			margin-bottom:35px;
			margin-right:5px;
			margin-left:5px;
			font-size:15px;
			float:left;
}

.d-body p {
			display: table-cell;
			vertical-align: top;
			margin: 0;
			padding:5px 5px 5px 10px;
			height:100%;
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#detail_content {
			padding:200px 0 300px 0;
}

#detail_content-s {
			padding:10px 0 300px 0;
}

.detail_title{
			background:url(../3d-img/title_bar.png) no-repeat 0 100%;
			padding-bottom:5px;
			font-size:30px;
			font-weight:normal;
			line-height:1.2;
			color:#000000 !important;
}

.detail_body{
			padding:15px 10px 10px 10px;
			margin:0px 20px;
}

.detail_body p{font-size:18px;}

.detail_3d {
			text-align:right;
			font-weight:bold;
			margin-top:30px;
}

.detail_3d a:link { background-color:#ff3333; color:#ffffff; padding:5px 40px 5px; }
.detail_3d a:visited { background-color:#ff3333; color:#ffffff; padding:5px 40px 5px; }
.detail_3d a:hover { background-color:#ff0000; color:#ffffff; padding:5px 40px 5px; }
.detail_3d a:active { background-color:#ff0000; color:#ffffff; padding:5px 40px 5px; }

.detail_body img{padding-bottom:20px;}

.detail_body ul{
			display:table;
			table-layout:fixed;
			text-align:center;
			width:100%;
			margin-top:50px;
}

.detail_body li{
			display:table-cell;
			vertical-align:middle;
}