@charset "UTF-8";
/*@import url(default.css);*/

/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(../js/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */


/**********************************

	HTML

**********************************/

html {
	font-size: 62.5%; 
}

.wrap {
	overflow: hidden;
}

/**********************************

	BODY

**********************************/
/* layout.css

line:8

body{
	background-color:#F2F2F4;
	margin:0 auto;
	padding:0;
	min-width:1024px;
}


*/

body{
	margin: 0 auto;
	padding: 0;
/*	width: 100%;*/
/*	max-width: 100%;*/
	background: #F2F2F4;
}

@media only screen and (max-width: 600px){

	body{
		margin: 0;
		padding: 0;
		min-width: 300px;
		height: 100%;
	}
	body#employNew {
		margin: 0 auto;
		padding: 0;
		min-width: 1300px;
	}
}


@media only screen and (min-width: 601px) and (max-width: 959px){

	body{
		margin: 0;
		padding: 0;
		min-width: 500px;
		height: 100%;
	}
	body#employNew {
		margin: 0 auto;
		padding: 0;
		min-width: 1300px;
	}
} 


@media only screen and (min-width: 960px) and (max-width: 1024px){

	body{
		margin: 0 auto;
		padding: 0;
		min-width: 960px;
	}
	
	body#employNew {
		margin: 0 auto;
		padding: 0;
		min-width: 1300px;
	}
}


@media print, screen and (min-width: 1025px){
	body{
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
	}
}

@media only screen and (max-width: 460px){
	.small_left {
	  float: left !important;
	}
	
	.small_right {
	  float: right !important;
	}
	
	.small_text_left {
	  text-align: left !important;
	}
	
	.small_text_right {
	  text-align: right !important;
	}
	
	.small_text_center {
	  text-align: center !important;
	}
}


@media only screen and (max-width: 768px){
	.medium_left {
	  float: left !important;
	}
	
	.medium_right {
	  float: right !important;
	}
	
	.medium_text_left {
	  text-align: left !important;
	}
	
	.medium_text_right {
	  text-align: right !important;
	}
	
	.medium_text_center {
	  text-align: center !important;
	}
}



@media print, screen and (min-width: 769px){
	.large_left {
	  float: left !important;
	}
	
	.large_right {
	  float: right !important;
	}
	
	.large_text_left {
	  text-align: left !important;
	}
	
	.large_text_right {
	  text-align: right !important;
	}
	
	.large_text_center {
	  text-align: center !important;
	}
	
}


/** BLOCK & HIDE **/

.block{
	display: block;
}
.displayNone {
	display: none;
}


@media only screen and (max-width: 767px){
	.small_hide {
		 display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px){
	.medium_hide {
		display: none;
	}
}


@media print, screen and (min-width: 960px){
	.large_hide {
		display: none;
	}
}


/**********************************

	H1 IMAGES

**********************************/

img  {
	margin: 0 0 0 0;
	vertical-align: top;
	border: none;
	width: 100%;
	height: auto;
}

.employ h1 img {
	max-width: 640px;
}

@media only screen and (max-width: 350px){
	.employ h1 img {
		max-width: 315px;
	}
}


@media only screen and (min-width: 351px) and (max-width: 400px){
	.employ h1 img {
		max-width: 345px;
	}
}

@media only screen and (min-width: 401px) and (max-width: 460px){
	.employ h1 img {
		max-width: 395px;
	}
}

@media only screen and (min-width: 461px) and (max-width: 550px){
	.employ h1 img {
		max-width: 455px;
	}
}


@media only screen and (min-width: 551px) and (max-width: 640px){
	.employ h1 img {
		max-width: 545px;
	}
}


@media only screen and (min-width: 641px) and (max-width: 767px){
	.employ h1 img {
		max-width: 635px;
	}
}

@media only screen and (min-width: 768px) {
	.employ h1 img {
		max-width: 640px;
	}
}


/**********************************

	CONTENTS

**********************************/

/* layout.css

line:430 

//サイドメニューも含めたコンテンツ
#contents {
	margin:30px auto;
	padding:0;
	width:960px;
}

//サイドメニューなしのコンテンツ
#content{
	float:right;
	width:640px;
	margin:0 auto;
	padding:0;
}


line:3132

.employ .lineImg{
	width:640px;
	height:6px;
	background-color:#E0E0E2;
	margin:40px 0 0 0;
	padding:0;
}

.employ .lineImg p{
	width:160px;
	height:6px;
	background-color:#009C87;
	margin:0;
	padding:0;
}



line:3166

.employ .employTop .topImg{
	background-color:#E0E0E2;
	padding:10px;
	margin:0 auto;
	line-height:0;
}

line:3224

.employ .employSecond h4.base{
	padding:10px 20px 40px 20px;
	font-weight:normal;
	font-size:14px;
	line-height:200%;
	border-bottom:1px solid #333333;
}



line:3260


.employ .outerBox{
	overflow: hidden;
}

.employ .leftBox {
	margin:0 0 30px 0;
	float:left;
	width:305px;
	min-height: 320px;
	border-bottom:1px solid #333333;
}

.employ .rightBox {
	margin:0 0 30px 0;
	float:right;
	width:305px;
	min-height: 320px;
	border-bottom:1px solid #333333;
}


style.css

line:1782

.recruit .leftBox {
	margin:0 0 30px 0;
	float:left;
	width:305px;
	min-height: 180px;
	border-bottom:1px solid #333333;
}

.recruit .rightBox {
	margin:0 0 30px 0;
	float:right;
	width:305px;
	min-height: 180px;
	border-bottom:1px solid #333333;
}

line:2019

.summary .baseTable dl dt{
	font-weight: bold;
}

.summary .baseTable dl dd{
	margin: 0 0 10px 10px;
}

.summary span.widthLock{
	margin: 0 0 0 0;
	width: 100px;
	display: block;
	float: left;
}



line:2092

.faq dd.answerMark{
	margin: 0 0 0 0;
	width: 25px;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 200%;
}

.faq dd.answer{
	margin: 0 0 0 30px;
	font-weight: normal;
	display: block;
	line-height: 200%;
}



line:2274


.present .presentText {
	float: left;
	width: 540px;
}

line:2628

.entry .entryImage{
	margin: 40px auto;
	width: 500px;
}

.entry .entryImage img{
	margin: 0 50px 0 0;
}


*/

#contents {
	margin: 30px auto;
	padding: 0;
	min-width: 300px;
}

#content {
	margin: 0;
	padding: 0;
	float: none;
	min-width: 300px;
}

#contentsRecruit {
	margin: 30px auto;
	padding: 0;
	width: 1300px;
}

#contentRecruit {
	margin: 0;
	padding: 0;
	float: none;
	width: 1300px;
}

#content p,
#contentRecruit p {
	width: ;
}


.employ .lineImg{
	max-width: 640px;
	height: 6px;
	background-color: #E0E0E2;
	margin: 40px 0 0 0;
	padding: 0;
}

.employ .lineImg p{
	max-width: 160px;
	height: 6px;
	background-color: #009C87;
	margin: 0;
	padding: 0;
}


.employ h4.base{
	padding: 10px 20px 40px 20px;
	font-weight: normal;
	font-size: 14px;
	line-height: 200%;
}


/*2018.08.10追加*/


.recruit .boxWhole {
	overflow: hidden;
}

/*ここまで*/

.employ .leftBox,
.employ .rightBox {
	width: 305px;
}

.employ .leftBox img,
.employ .rightBox img {
	max-width: 285px;
}

.employ .leftBox li img,
.employ .rightBox li img {
	max-width: 28px;
}


.imageFloat {
	margin: 10px 0 15px 0;
	overflow: hidden;
}


.imageFloat div {
	margin: 0 5px;
	text-align: center;
	display: inline-block;
}

.imageFloatRecord img {
	margin: 0 auto 15px auto;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	max-height: 110px;
}


.imageFloatRecord2 img {
	margin: 0 auto 15px auto;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	max-height: 160px;
}

.workPhoto {
	margin: 0 0 10px 0;
}
.workPhoto img {
	max-width: 130px;
}
.present .presentText {
	float: left;
	width: 100%;
}

.entry .entryImage{
	margin: 40px auto;
	width: 500px;
}

.entry .entryImage img{
	margin: 0 50px 0 0;
	max-width: 150px;
}

.faq dd.answer img {
	max-width: 30px;
}


@media only screen and (max-width: 600px){

	#contents,
	#contentsRecruit {
		margin: 0;
		padding: 10px 0 0 0;
		width: 100%;
	}

	#content,
	#contentRecruit {
		margin: 0 0 0 0;
		padding: 0 3px;
		width: 100%;
		float: none;
	}

	.employ .lineImg{
		display: none;
	}

	.employ .lineImg p{
		display: none;
	}

	.employ .employTop .topImg{
		margin: 0 auto;
		padding: 10px;
		background: none;
		line-height: 0;
	}

	.employ h4.base{
		padding: 10px 20px 10px 20px;
		font-weight: normal;
		font-size: 14px;
		line-height: 200%;
	}

	.employ .outerBox{
		overflow: hidden;
	}

	.employ .leftBox {
		margin: 0 0 30px 0;
		max-width: 100%;
		height: 100%;
		float: none;
		border-bottom: 1px solid #333333;
	}

	.employ .rightBox {
		margin: 0 0 30px 0;
		max-width: 100%;
		height: 100%;
		float: none;
		border-bottom: 1px solid #333333;
	}
	
	.recruit .leftBox {
		margin: 0 0 30px 0;
		max-width: 100%;
		height: 100%;
		float: none;
		border-bottom: 1px solid #333333;
	}

	.recruit .rightBox {
		margin: 0 0 30px 0;
		max-width: 100%;
		height: 100%;
		float: none;
		border-bottom: 1px solid #333333;
	}

	.summary .baseTable dl dt{
		font-weight: bold;
	}

	.summary .baseTable dl dd{
		margin: 0 0 10px 10px;
	}

	.summary span.widthLock{
		margin: 0 0 0 0;
		width: ;
		display: block;
		float: none;
		font-weight: bold;
	}

	.imageFloat div {
		margin: 0 auto;
		width: 100%;
	}

	.imageFloatRecord img,
	.imageFloatRecord2 img {
		margin: 0 auto 15px auto;
		padding: 5px;
		background: #fff;
		border: 1px solid #ccc;
		max-width: 160px;
	}
	.workPhoto img {
		max-width: 130px;
	}

	.present .presentText {
		float: none;
		text-align: left;
	}
	
	.entry .entryImage{
		margin: 40px auto;
		width: 320px;
	}

	.entry .entryImage img{
		/*margin: 0 0 10px 0;*/
		margin: 0 auto 10px auto;
		max-width: 150px;
		float: left;
	}
	.entry .entryImage img.marginRight {
		margin: 0 20px 0 0;
	}

}



@media only screen and (min-width: 601px) and (max-width: 959px){

	#contents,
	#contentsRecruit {
		margin: 10px auto;
	}

	#content,
	#contentRecruit {
		float: none;
	}

	.employ .employTop .topImg{
		margin: 0 auto;
		padding: 10px;
		background: none;
		line-height: 0;
	}

	.employ .outerBox{
		overflow: hidden;
	}

	.employ .leftBox {
		margin: 0 0 30px 0;
		max-width: 100%;
		height: 100%;
		float: none;
		border-bottom: 1px solid #333333;
	}

	.employ .rightBox {
		margin: 0 0 30px 0;
		max-width: 100%;
		height: 100%;
		float: none;
		border-bottom: 1px solid #333333;
	}
	
	.recruit .leftBox {
		margin: 0 0 30px 0;
		max-width: 100%;
		height: 100%;
		float: none;
		border-bottom: 1px solid #333333;
	}

	.recruit .rightBox {
		margin: 0 0 30px 0;
		max-width: 100%;
		height: 100%;
		float: none;
		border-bottom: 1px solid #333333;
	}

	.entry .entryImage{
		margin: 40px auto;
		width: 500px;
	}

	.entry .entryImage img{
		margin: 0 50px 0 0;
	}

}


@media print, screen and (min-width:960px){

	#contents {
		margin: 30px auto;
		padding: 0;
		width: 960px;
	}
	
	#content {
		margin: 0 auto;
		padding: 0;
		width: 640px;
		float: right;
	}
	
	#contentsRecruit {
		margin: 30px auto;
		padding: 0;
		width: 1300px;
	}
	
	#contentRecruit {
		margin: 0 auto;
		padding: 0;
		width: 1300px;
		float: none;
	}

	.present .presentText {
		float: /*left*/;
		width: /*540px*/;
	}
	
	.entry .entryImage{
		margin: 40px auto;
		width: 500px;
	}

	.entry .entryImage img{
		margin: 0 50px 0 0;
	}

}



/**********************************

	HEADER

**********************************/
/* layout.css

line:84 

#header {
	margin:10px auto;
	padding:0;
	width:1024px;
}

#header .logoImg{
	float:left;
	margin:0 0 0 20px;
	padding:0;
}

#header .hMenu{
	float:right;
	margin:0 40px 0 0;
	padding:0;
}

#header .hMenu ul li{
	float:left;
	height:50px;
	border-left:1px solid #BFBFC0;
}

line:111

#nav {
	background-color:#1E1E28;
	margin:0 auto;
	min-width:1024px;
	padding:0;
	height:40px;
}



*/

#header {
	margin: 0;
	padding: 0;
/*	min-width: 300px;*/
	width: 100%;
}

#header .logoImg {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	max-width: 311px;
}

#nav {
	margin: 0;
	padding: 0;
	min-width: 300px;
	height: 40px;
	background-color: #1E1E28;
}

#breadcrumb {
	margin: 0;
	padding: 5px 0;
	min-width: 300px;
	border-bottom: 1px solid #cacaca;
	background-color: #e5e6e7;
}

.search_btn {
	max-width: 83px;
}

@media only screen and (max-width: 600px){
	#header {
		padding: 0;
		width: 100%;
		min-width: 300px;
	}

	#header .logoImg {
		margin: 10px 0 0 0;
		padding: 0 0 0 0;
		max-width: 311px;
	}
}


@media only screen and (min-width: 601px) and (max-width: 959px){

	#header {
		padding: 0;
		width: 100%;
		min-width: 600px;
	}

	#header .logoImg {
		margin: 10px 0 0 0;
		padding: 0 0 0 0;
		max-width: 311px;
	}
} 



@media print, screen and (min-width : 960px) and (max-width: 1023px){
	#header {
		margin: 10px auto;
		padding: 0;
		min-width: /*1024*/960px;
	}
	
	#nav {
		margin: 0 auto;
		min-width: /*1024*/960px;
		padding: 0;
		height: 40px;
		background-color: #1E1E28;
	}
	
	#breadcrumb {
		margin: 0 auto;
		padding: 5px 0;
		min-width: /*1024*/960px;
		border-bottom: 1px solid #cacaca;
		background-color: #e5e6e7;
	}

	#breadcrumb ul{
		margin: 0 auto;
		padding: 0;
		width: 960px;
	}
}

@media print, screen and (min-width : 1024px){
	#header {
		margin: 10px auto;
		padding: 0;
		width: 1024px;
	}

}
/**********************************

	SIDE NAVI

**********************************/

#menuLeft{
	background: none;
	float: none;
	margin: 0;
	padding: 0 0 10px 0;
}


#menuLeft .sub-menu li{
	margin: 0 auto;
	padding: 10px 0 10px /*50*/30px;
	width: 220px;
	border-top: none;
	border-bottom: none;
	background: url(../img/common/icon_arrowGR.png) no-repeat /*40*/20px 12px;
	background-color: #fff;
	line-height: 100%;
	font-size: 12px;
	color: #555;
}

#menuLeft .sub-menu .third-menu{
	margin: 0 auto;
	padding: 10px 0 10px /*50*/30px;
	width: 220px;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
	background: none;
	line-height: 100%;
	font-size: 12px;
	color: #555;
}

#menuLeft .sub-menu .third-icon{
	background: url(../img/common/icon_arrowGR.png) no-repeat /*50*/30px 12px;
}

#menuLeft .sub-menu .third-menu a{
	padding: 0 0 0 0;
	line-height: 100%;
	background-image: none;
	text-indent: 10px;
}


@media only screen and (max-width: 959px){
	#menuLeft{
	display: none;
	}

}

@media print, screen and (min-width:960px){

	#menuLeft.employ{
		margin: 0 auto;
		padding: 0 0 10px 0;
		width: 290px;
		background: url(../img/employ/bg_menuLeft.png) repeat-y 0 0;
		float: left;
	}
}

/**********************************

	FOOTER

**********************************/

/* layout.css

line:967

#footer {
	background-color:#1d1e28;
	margin:0 auto;
	padding:0;
	min-width:960px;
	color:#ffffff;
}


line:1032 


#footer .copy{
	width:960px;
	margin:0 auto;
	padding:15px 0 35px 0;
	font-size:13px;
}

#footer .copy .f_logo{
	float:left;
}

#footer .copy .f_add{
	float:left;
	margin:0 0 0 20px;
}

#footer .copy .copyright{
	float:right;
	margin:0 10px 0 0;
}

*/

#footer {
	margin: 0 auto;
	padding: 0;
	min-width: 300px;
	color: #fff;
	background-color: #1d1e28;
}

#footer .copy{
	margin: 0 auto;
	padding: 15px 0 35px 0;
	min-width: 300px;
	font-size: 13px;
}

#footer .copy .f_logo img{
	max-width: 175px;
}


@media only screen and (max-width: 600px){

	#footer {
		margin: 0;
		padding: 0 3px;
		width: 100%;
	}

	#footer .copy{
		margin: 0 auto;
		padding: 15px 0 35px 0;
		width: 100%;
		font-size: 13px;
	}

	#footer .copy .f_logo{
		float: none;
	}


	#footer .copy .f_add{
		float: none;
		margin:0 0 0 0;
	}
	
	#footer .copy .copyright{
		margin: 10px 0 0 0;
		float: none;
		display: block;
	}
}


@media only screen and (min-width: 600px) and (max-width: 959px){

	#footer {
		margin: 0;
		padding: 0 3px;
		width: 100%;
	}

	#footer .copy{
		margin: 0 auto;
		padding: 15px 0 35px 0;
		width: 100%;
		font-size: 13px;
	}

	#footer .copy .f_logo{
		float: none;
	}


	#footer .copy .f_add{
		float: none;
		margin:0 0 0 0;
	}
	
	#footer .copy .copyright{
		margin: 10px 0 0 0;
		float: none;
		display: block;
	}
}


@media print, screen and (min-width: 960px){
	#footer {
		margin: 0 auto;
		padding: 0;
		min-width: 960px;
		color: #ffffff;
		background-color: #1d1e28;
	}
	#footer .copy{
		margin: 0 auto;
		padding: 15px 0 35px 0;
		width: 960px;
		font-size: 13px;
	}
}


/**********************************

	FONT

**********************************/
/* layout.css

line:3148 

.employ h3{
	padding:5px 10px 15px 0;
	font-weight:normal;
	font-size:26px;
}


style.css

line:2172

.present .presentWhole h3{
	margin: 0;
	font-size: 16px;
	font-weight: bold;

}

.present .presentWhole h3.underLine{
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #009C87;

}



.present .presentWhole .presentColumn h3{
	margin: 0 0 20px 0;
	text-align: center;

}


*/

.employ h4.h4Square {
	margin: -5px 5px 10px 0;
	padding: 3px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.seminar p {
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 600px){

	.summary h3,
	.work h3,
	.present h3 {
		margin: 0 0 15px 0;
		padding: 5px 0 0 15px;
		border-left: 10px solid #009C87;
	}

	h4.h4Square {
		margin: -10px 5px 25px 0;
	}
	
	.present .presentWhole h3.underLine{
		margin: 0 0 15px 0;
		padding: 0;
		border-bottom: 1px solid #009C87;
		border-left: none;

	}

	.present .presentColumn h3 {
		margin: 0 0 15px 0;
		padding: 0;
		border-left: none;
		text-align: left;
		clear: both;
		overflow: hidden;
	}

	.present .presentWhole .presentColumn h3{
		margin: 0 0 0 0;
		text-align: center;

	}


}


/**********************************

	IMAGE

**********************************/

/*

style.css

line:2186


.present .presentWhole .imgCenter{
	margin: 0 0 15px 0;
	text-align: center;
	clear: both;
	overflow: hidden;
}


.present .presentWhole .imgCenter .floatLeft30{
	float: left;
	width: 33.3333%;
}


.present .presentWhole .imgCenter .floatLeft40{
	float: left;
	width: 40%;
}


.present .presentWhole .imgCenter .floatLeft50{
	float: left;
	width: 50%;
}

.present .presentWhole .imgCenter .floatLeft50plus{
	padding: 0 0 0 20px;
	float: left;
	width: 50%;
}


.present .presentWhole .imgCenter .floatLeft60{
	float: left;
	width: 66.6666%;
}

.present .presentWhole .imgCenter .nameRight{
	padding: 100px 0 0 100px;
}


line:2247

.present .presentWhole .topMargin{
	margin: 80px 0 0 0;
}


line:2529

.officeImage .officeInner {
	overflow: hidden;
}


.officeImage .officeInner div {
	overflow: hidden;
}

.officeImage img{
	margin: 4px;
	padding: 3px;
	border: 5px solid #E0E0E2;
	background-color: #fff;
	display: table-cell;
	vertical-align: top;
	float: left;
}

.officeImage img.officeLarge{
	max-width: 500px;
	height: 100%;
}


.officeImage img.officeSmall{
	max-width: 100%;
	height: 120px;
}


.officeImage img.officeSmall2{
	max-width: 150px;
	height: 100%;
}


.officeImage img.officeSmall3{
	max-width: 180px;
	height: 100%;
}


.officeImage img.officeSmall4{
	max-width: 220px;
	height: 100%;
}


.officeImage img.officeSmall5{
	max-width: 190px;
	height: 100%;
}

.officeImage .officeLeft {
	width: 415px;
	float: left;
}

.officeImage .officeLeft2 {
	width: 390px;
	float: left;
}


*/


.present .imgArrow {
	margin: 0;
	width: 56px;
}

.present .imgArrow2 {
	margin: 0;
	width: 42px;
}


@media only screen and (max-width: 600px){

	.present .presentWhole .imgCenter .floatLeft30 {
		float: none;
		width: 100%;
	}

	.present .presentWhole .imgCenter .floatLeft40{
		float: none;
		width: 100%;
	}

	.present .presentWhole .imgCenter .floatLeft50{
		margin: 0 0 10px 0;
		float: none;
		width: 100%;
	}

	.present .presentWhole .imgCenter .floatLeft50plus{
		padding: 0 0 0 0;
		width: 100%;
		float: none;
		text-align: left;
	}

	.present .presentWhole .imgCenter .floatLeft60{
		float: none;
		width: 100%;
	}

	.present .presentWhole .imgCenter .nameRight{
		padding: 0 0 0 0;
	}
	
	.present .presentWhole .imgCenter .floatLeft30 img {
		max-width: 110px;
	}

	.present .presentWhole .imgCenter .floatLeft40 img {
		max-width: 200px;
	}
	.present .presentWhole .imgCenter .floatLeft50 img {
		max-width: 250px;
	}

	.present .presentWhole .imgCenter .floatLeft50plus img {
		max-width: 110px;
	}

	.present .presentWhole .imgCenter .floatLeft60 img {
		max-width: 320px;
	}
	
	.present .presentWhole table td{
		vertical-align: middle;	
	}

	.present .presentWhole .topMargin{
		margin: 0 0 0 0;
	}
	.present .imgArrow2 {
		margin: 0;
		max-width: 32px;
	}

	.officeImage .officeInner {
		margin: 0 0 10px 0;
		overflow: hidden;
	}

	.officeImage img{
		margin: 4px auto;
		padding: 3px;
		border: 5px solid #E0E0E2;
		background-color: #fff;
		display: block;
		vertical-align: top;
		float: none;
	}

	.officeImage img.officeLarge{
		max-width: 300px;
		height: 100%;
	}


	.officeImage img.officeSmall{
		max-width: 200px;
		height: 100%;
	}


	.officeImage .officeLeft {
		width: 100%;
		float: none;
	}

	.officeImage .officeLeft2 {
		width: 100%;
		float: none
	}

}

@media only screen and (min-width: 601px){

	.present .presentWhole .imgCenter .floatLeft50plus{
		padding: 0 0 0 10px;
	}

	.present .presentWhole .imgCenter .floatLeft30 img {
		width: auto;
		max-height: 150px;
	}

	.present .presentWhole .imgCenter .floatLeft40 img {
		width: auto;
		max-height: 190px;
	}
	.present .presentWhole .imgCenter .floatLeft50 img {
		width: auto;
		max-height: 160px;
	}

	.present .presentWhole .imgCenter .floatLeft50plus img {
		max-width: 110px;
	}

	.present .presentWhole .imgCenter .floatLeft60 img {
		max-width: 320px;
	}

	.officeImage img{
		margin: 4px auto;
		padding: 3px;
		border: 5px solid #E0E0E2;
		background-color: #fff;
		display: block;
		vertical-align: top;
		float: none;
	}

	.officeImage img.officeLarge{
		max-width: 500px;
		height: 100%;
	}


	.officeImage img.officeSmall{
		max-width: 200px;
		height: 100%;
	}

	.officeImage .officeLeft {
		width: 100%;
		float: none;
	}

	.officeImage .officeLeft2 {
		width: 100%;
		float: none
	}

}

@media only screen and (min-width: 960px){

	.present .presentWhole .imgCenter .floatLeft50plus{
		padding: 0 0 0 20px;
	}


}



video {
	margin: 0;
	padding: 0;
	max-width: 640px;
	height: auto;
}

.imgVideo {
	max-width: 640px;
}

@media only screen and (max-width: 400px){
	video {
		max-width: 310px;
	}

	.imgVideo {
		max-width: 310px;
	}
}

@media only screen and (min-width:401px) and (max-width: 500px){
	video {
		max-width: 390px;
	}

	.imgVideo {
		max-width: 390px;
	}
}

@media only screen and (min-width:501px) and (max-width: 600px){
	video {
		max-width: 490px;
	}

	.imgVideo {
		max-width: 490px;
	}
}

@media only screen and (min-width:601px) and (max-width: 700px){
	video {
		max-width: 590px;
	}

	.imgVideo {
		max-width: 590px;
	}
}


@media only screen and (min-width:701px){
	video {
		max-width: 640px;
	}

	.imgVideo {
		max-width: 640px;
	}
}




/**********************************

	TABLE

**********************************/

/*

style.css

line:1867

.summary .company {

}


line:1957


.summary table.baseTable{
	width: 100%;
}

.summary table.baseTable caption{
	margin:15px 0 0 0;
	text-align: left;
	font-size: 26px;
}

.summary table.baseTable tr{
	border-bottom:1px solid #c0c0c0;
}

.summary table.baseTable th.colWidth{
	width:186px;
	background-color:#E9E9E9;
	margin:0;
	padding:8px 5px 8px 10px;
	color:#009C87;
	font-size:14px;
	text-align:left;
	vertical-align:top;
}

.summary table.baseTable th{
	width:80px;
	background-color:#E9E9E9;
	margin:0;
	padding:8px 5px 8px 10px;
	color:#009C87;
	font-size:14px;
	text-align:left;
	vertical-align:top;
}


.summary table.baseTable th span{
	color:#555555;
	font-weight:normal;
}

.summary table.baseTable td{
	margin:0;
	padding:8px 5px 8px 15px;
	font-size:13px;
	text-align:left;
}

.summary table.baseTable .baseLine{
	border-right:1px solid #c0c0c0;
}

.summary .baseTable ul li{
	list-style-image: url(../img/common/icon_dot.png);
	margin:0 0 0 15px;
}

.summary .baseTable ul li a{
	color:#009b74;
}

.summary .baseTable dl dt{
	font-weight: bold;
}

.summary .baseTable dl dd{
	margin: 0 0 10px 10px;
}

.summary table.baseTable2{
	width: 100%;
}

.summary table.baseTable2 caption{
	margin:15px 0 0 0;
	text-align: left;
	font-size: 26px;
}

.summary table.baseTable2 tr{
	border-bottom:1px solid #c0c0c0;
}


.summary table.baseTable2 th{
	width:80px;
	background-color:#E9E9E9;
	margin:0;
	padding:8px 5px 8px 10px;
	color:#009C87;
	font-size:14px;
	text-align:center;
	vertical-align:top;
}

.summary table.baseTable2 td{
	margin:0;
	padding:8px 5px 8px 15px;
	font-size:13px;
	text-align:right;
}


line:2456

.summary table.seminarTable{
	width: 
}


.summary table.seminarTable{
	width: 100%;
}

.summary table.seminarTable caption{
	margin:15px 0 0 0;
	text-align: left;
	font-size: 20px;
}

.summary table.seminarTable tr{
	border-bottom:1px solid #c0c0c0;
}

.summary table.seminarTable th{
	min-width:70px;
	background-color:#E9E9E9;
	margin:0;
	padding:8px 5px 8px 10px;
	color:#009C87;
	font-saize:14px;
	text-align:left;
	vertical-align:top;
}


.summary table.seminarTable td{
	margin:0;
	padding:8px 5px 8px 15px;
	font-saize:13px;
	text-align:left;
}

.summary table.seminarTable td.seminarDay{
	font-weight: bold;
	color: red;
}

.summary .seminarTable dl dt{
	font-weight: bold;
}

.summary .seminarTable dl dd{
	margin: 0 0 10px 0;
}


*/


table {
	margin: 0 0 2rem 3rem;
	padding: 0 0 0 0;
	width: 100%;
}

table th,
table td {
	padding: 10px;
	background: ;
	font-weight: 200;
}

table th {
	background: #fef7d9;
	vertical-align: middle;
}

table img {
	max-width: 280px;
	display: inline;
}

table iframe {
	width: 425px;
	height: 350px;
}

.baseTable {
	display: ;
}
.summaryTable img{
	max-width: 170px;
}

.summary table.company img,
.summary table.seminarTable img {
	max-width: 28px;
}

@media only screen and (max-width:460px){
	 table {
		margin: 0 0 2rem 0;
		max-width: /*320px*/100%;
	}

	table iframe {
		width: 280px;
		height: 300px;
	}
	
	 .summaryTable img{
		max-width: 100px;
	}
	.seminarTable {
		margin: 0;
	}
    .seminarTable th,
    .seminarTable td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .seminarTable tr:first-child th {
		border-top: 1px solid #ddd;
	}

}


@media only screen and (min-width:461px) and (max-width:560px){
	 table {
		margin: 0 0 2rem 0;
		max-width: /*440px*/100%;
	}
}

@media only screen and (min-width:561px) and (max-width:650px){
	 table {
		margin: 0 0 2rem 0;
		max-width: /*540px*/100%;
	}

	table img {
		max-width: 250px;
		display: block;
	}
	
}

@media only screen and (min-width:651px) and (max-width:768px){
	 table {
		margin: 0 0 2rem 0;
		max-width: 640px;
	}

	table img {
		max-width: 250px;
		display: block;
	}
	
}

@media only screen and (min-width: 769px){
	table {
		margin: 0 0 2rem 3rem;
		padding: 0 0 0 0;
		max-width: 640px;
	}

}

/**********************************

	LIST

**********************************/


/**********************************

	LAYOUT

**********************************/


/*	SELF CLEARING FLOATS - CLEARFIX METHOD */

.container:after,
.row:after, 
.col:after, 
.clr:after, 
.group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
.row {
	padding-bottom: 0em;
	overflow: hidden;
}

								  
/* DEFAULT COLUMN STYLES */
.col { 
/*	display: block;*/
	float: left;
	width: 100%;
}

@media print, screen and ( min-width : 768px ) {
	
	.gutters .col {
		margin-left: 2%;
	}
	
	.gutters .col:first-child { 
		margin-left: 0; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */


@media screen and ( max-width : 767px ) {
	
	.small_1 {width: 8.33333333333%;}
	.small_2 {width: 16.6666666667%;}
	.small_3 {width: 25%;}
	.small_4 {width: 33.3333333333%}
	.small_5 {width: 41.6666666667%;}
	.small_6 {width: 50%;}
	.small_7 {width: 58.3333333333%;}
	.small_8 {width: 66.6666666667%;}
	.small_9 {width: 75%;}
	.small_10 {width: 83.3333333333%;}
	.small_11 {width: 91.6666666667%;}
	.small_12 {width: 100%;}
	
	.gutters .small_1 { width: 6.5%; }
	.gutters .small_2 { width: 15.0%; }
	.gutters .small_3 { width: 23.5%; }
	.gutters .small_4 { width: 32.0%; }
	.gutters .small_5 { width: 40.5%; }
	.gutters .small_6 { width: 49.0%; }
	.gutters .small_7 { width: 57.5%; }
	.gutters .small_8 { width: 66.0%; }
	.gutters .small_9 { width: 74.5%; }
	.gutters .small_10 { width: 83.0%; }
	.gutters .small_11 { width: 91.5%; }
	.gutters .small_12 { width: 100%; }

}

@media screen and ( min-width : 768px ) and ( max-width : 959px ) {
	
	.medium_1 {width: 8.33333333333%;}
	.medium_2 {width: 16.6666666667%;}
	.medium_3 {width: 25%;}
	.medium_4 {width: 33.3333333333%}
	.medium_5 {width: 41.6666666667%;}
	.medium_6 {width: 50%;}
	.medium_7 {width: 58.3333333333%;}
	.medium_8 {width: 66.6666666667%;}
	.medium_9 {width: 75%;}
	.medium_10 {width: 83.3333333333%;}
	.medium_11 {width: 91.6666666667%;}
	.medium_12 {width: 100%;}
	
	.gutters .medium_1 { width: 6.5%; }
	.gutters .medium_2 { width: 15.0%; }
	.gutters .medium_3 { width: 23.5%; }
	.gutters .medium_4 { width: 32.0%; }
	.gutters .medium_5 { width: 40.5%; }
	.gutters .medium_6 { width: 49.0%; }
	.gutters .medium_7 { width: 57.5%; }
	.gutters .medium_8 { width: 66.0%; }
	.gutters .medium_9 { width: 74.5%; }
	.gutters .medium_10 { width: 83.0%; }
	.gutters .medium_11 { width: 91.5%; }
	.gutters .medium_12 { width: 100%; }

}

@media print, screen and ( min-width : 960px ) {
	
	.large_1 { width: 8.33333333333%; }
	.large_2 { width: 16.6666666667%; }
	.large_3 { width: 25%; }
	.large_4 { width: 33.3333333333%; }
	.large_5 { width: 41.6666666667%; }
	.large_6 { width: 50%; }
	.large_7 { width: 58.3333333333%; }
	.large_8 { width: 66.6666666667%; }
	.large_9 { width: 75%; }
	.large_10 { width: 83.3333333333%; }
	.large_11 { width: 91.6666666667%; }
	.large_12 { width: 100%; }
	
	.gutters .large_1 { width: 6.5%; }
	.gutters .large_2 { width: 15.0%; }
	.gutters .large_3 { width: 23.5%; }
	.gutters .large_4 { width: 32.0%; }
	.gutters .large_5 { width: 40.5%; }
	.gutters .large_6 { width: 49.0%; }
	.gutters .large_7 { width: 57.5%; }
	.gutters .large_8 { width: 66.0%; }
	.gutters .large_9 { width: 74.5%; }
	.gutters .large_10 { width: 83.0%; }
	.gutters .large_11 { width: 91.5%; }
	.gutters .large_12 { width: 100%; }

}

