@charset "UTF-8";
@media screen and (max-width: 650px){
/**************************************************************************************************

BACKGROUND

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

html {
    background: #ffffff;
}
body {
	background: #fff url("") repeat-x 0 0;
}
.pc_mode {
	display:none;
}
.sp_mode {
	display: initial;
}
/**************************************************************************************************

WRAPPER

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

div#wrapper {
	margin: 0 auto;
	width:100%;
}


img {
	width:100%;
}

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

HEADER

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

#headerBox {
	width:100%;
	height:auto;
	background:url() no-repeat;
	background-color: #fff5f7;
    padding: 0px 0px 10px 0;
	border-bottom: 5px solid #570c1f;
}
h2 {

}
.logo {
	margin:2px 0 0 0px;
	padding: 0;
	width:58%;
	height:auto;
	float: left;
}
.logo h1{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
.logo img{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

.headerNavi {
	float: right;
	width: 40%;
	height: auto;
	padding:9px 0 0 0;
}
.headerNavi ul li{
	float:right;
}
.headerNavi img{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	float: right;
}

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

GLOBAL NAVIGATION

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

#gnavi {
	display:none;
}



.topTxtBox {
	width: 100%;
	margin:	0px;
	padding: 0px;
	background-color: #ffffff;
}






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

TITLE

**************************************************************************************************/
.titleBox, 
#titleBox {
	width:100%;
	margin:0px 0 0 0;
	padding:0px;
	background:#fff;
}


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

CONTAINER

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

#container {
	width:100%;
	margin:0;
	padding:0px;
	background:#fff;
}

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

#containerDay {
	width:100%;
	margin:0px;
	background:#fff;
}

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

.manBox {
	width: 100%;
}
.manBoxL {
	float: left;
	width: 50%;
	background: url("../../knowledge/img/bg_txtupper.jpg") no-repeat;
}
.manBoxR {
	float: left;
	width: 50%;
}
.manInnerBox{
width:100%;
background: url("../../knowledge/img/bg_txtupper.jpg") no-repeat;
}

.manInnerBoxL{
float:left;
width:60%;
}
.manInnerBoxR{
float:right;
width:40%;
margin-top: 20px;
}
.manTxtBoxUpper {
	width: 100%;
	height: auto;
	padding: 20px 0 0 0;
	background: url("") no-repeat;
}
.manTxtBoxBottom{
width:100%;
height:auto;
background: url("") no-repeat;
}

.departmentName,.departmentName2,.manName {
	font-size:80%;
}
.manNameEnglish, {
	font-size:60%;
}
/**************************************************************************************************/

.worksBox {
	margin: 0;
	width: 100%;
	background: #f1f1f1;
	padding: 15px 0px;
}
.caseBox {
	width: 100%;
	padding: 0px 0;
	background: url("../../common/img/dot.jpg") left bottom repeat-x;
}
.caseBoxL {
	width: 100%;
	float: left;
}
.caseBoxR {
	width: 100%;
	float: right;
}
.caseBoxL p,
.caseBoxR p,
.worksBox p {
		margin: 10px;
}
.caseBoxL h3,
.caseBoxR h3 {
	margin: auto;
	text-align: center;
}

.caseBoxL img,
.caseBoxR img {
	margin-top: 10px;
	width: 95%;
}
.menuBtm {
	width: 100%;
	margin: 20px 0 0 0;
}
.menuBtm img{
	width: 50%;
}
.menuBtm ul {
	border-top: 1px solid #CCC;
}
.menuBtm ul li {
	width: 49%;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 45px;
	line-height: 45px;
	background: url();
}
.menuBtm ul li a {
	display: block;
	padding: 0 0 0 11px;
	margin: 0px 2px;
	height: 45px;
	line-height: 45px;
	font-size: 100%;
	border-bottom: 1px solid #CCC;
	background: url(../../../s/common/img/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 8px;
}

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

.dayBox {
	width: 100%;
	margin-top: 40px;
}

.dayBoxL{
width:100%;
}
.dayBoxL img,.dayBoxR img{
width:70%;
}

.dayBoxR{
width:100%;
}

.dayMenuBtm ul li{
float:left;
font-size:12px;
height:15px;
margin:0 20px 0 0;
padding:0 0 0 17px;
background:url("../../knowledge/img/arrow.jpg") 0 3px no-repeat;
}

.dayMenuBox{
width:100%;
margin:20px 0 0 0;
	padding:20px 0 0 0;
	background:url("../../common/img/dot.jpg") left top repeat-x;
}

.dayMenuBtm img{
	width: 50%;
}
.dayMenuBtm ul {
	border-top: 1px solid #CCC;
}
.dayMenuBtm ul li {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 45px;
	line-height: 45px;
	background: url();
}

.dayMenuBtm ul li a {
	display: block;
	padding: 0 0 0 11px;
	margin: 0px 2px;
	height: 45px;
	line-height: 45px;
	font-size: 125%;
	border-bottom: 1px solid #CCC;
	background: url(../../../s/common/img/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 8px;
}

.maU70 {
  margin-top: 40px;
}
/**************************************************************************************************/
.messageTitle {
	color: #b59042;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 0px 0;
	padding: 10px;
}
.messageTitle img{
	width:auto;
}
.messageTxt {
	color: #555;
	font-size: 13px;
	line-height: 1.9em;
	margin-top: 10px;
	padding: 10px;
}

.messageImageBoxL,.messageImageBoxR {
	width: 100%;
	text-align: center;
	margin: 0px;
}
.messageImageBoxL img,.messageImageBoxR img{
	width: 55%;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	top: 100px;
}
.messageTxtBoxL,.messageTxtBoxR {
	width: auto;
	float: right;
	color: #555;
	font-size: 13px;
	line-height: 1.9em;
	padding: 10px;
}
/**************************************************************************************************/
.guideBox {
	width: 100%;
	padding: 5px 0 0 0;
}

.guide th {
	font-size: 13px;
	line-height: 1.6em;
	width: 20%; 
	font-weight: bold;
	vertical-align: top;
	padding: 6px 8px;
	color: #570c20;
	text-align: center;
	border: solid 1px #570c20;
	background: #f8f8f8;
}
.guide td {
	font-size: 13px;
	line-height: 1.6em;
	/* width: 80%; */
	padding: 6px 8px;
	border: solid 1px #570c20;
	vertical-align: top;
	background: #fff;
}
/**************************************************************************************************/
.flowBox{
	width:100%;
}

.flowBox2{
	width:100%;
	margin:30px 0px 0 0px;
}

.flowBoxL{
	float:left;
	width:5%;
	margin: 15px 0 0 5px;
}

.flowBoxR{
	float:right;
	width:92%;
}

.flowAttenBox{
	width:90%;
	padding:10px;
	border:solid 1px #ccc;
	background:#f5f5f5;
	color:#555;
	font-size:13px;
	line-height:1.6em;
}
.txtC img{
	text-align: center;
	width: 97%;
	margin-left:5px;
}
/**************************************************************************************************/
.entryBox{
	width:100%;
	padding:5px 0 0 0;
}
.entryBox p {
	padding: 10px;
}
.entryBox table {
	width: 100%;
	font-size:13px;
	line-height:1.6em;
	border-collapse:collapse;
	margin:0 ;
}
.entryBox th,
.entryBox td {
	font-size:13px;
	line-height:1.6em;
	width:75%;
	padding:6px 8px;
	border:solid 1px #cccccc;
	vertical-align:top;
	background:#fff;
}
.entryBox th {
	font-size:13px;
	line-height:1.6em;
	width:20%;
	font-weight:bold;
	vertical-align:top;
	padding:6px 8px;
	color:#4073ab;
	text-align:left;
	border:solid 1px #cccccc;
	background:#f8f8f8;
}

.entry_category{
background:#015aae;
color:#fff;
font-size:15px;
font-weight:bold;
padding:10px;
}

.entry_category2{
background:#f1f1f1;
color:#555;
font-size:13px;
text-align:center;
padding:10px;
	border:solid 1px #cccccc;
	border-top:solid 0px #cccccc;
	border-bottom:solid 0px #cccccc;
}

form {
	margin:0;
	padding:0;
}
.attention1{
	color: #C00;
}
.attention2 {
	color:#36C;
}
div.button {
	text-align: center;
	padding:10px 10px 20px;
}
div.button input{
	margin:0 10px;
}

.formTable1{
	width:100%;
	font-size:1.25em;
	line-height:1.3em;
	border-collapse:collapse;
	margin:0px
}
.formTable1 th{
	width:25%;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:8px 6px;
	border:solid 1px #CCC;

	background:#F5F5F5;
}
.formTable1 td{
	padding:4px 6px;
	border:solid 1px #CCC;
}
.formTable1 table{
	border-collapse:collapse;
	margin:0;
}
.formTable1 table td{
	font-size:1.25em;
	line-height:1.3em;
	padding:0 5px 0 0;
	border:none;
}


/* width */
.form1 {
	width:40px;
}
.form2 {
	width:80px;
}
.form3 {
	width:120px;
}
.form4 {
	width:160px;
}
.form5 {
	width:200px;
}
.form6 {
	width:360px;
}
.form7{
	width:480px;
}


#contact-form {
	width: 100%;
	padding-top: 1px;
}
#contact-form dl {
	width: 100%;
	padding: 12px 0 10px 20px;
}
#contact-form dl dt {
	float: left;
	width: 120px;
}
#contact-form dl dd {
	margin-left: 120px;
}
.inputform {
	padding: 2px;
	border: #cccccc solid 1px;
}
.inputform2 {
	padding: 2px;
	border: #cccccc solid 1px;
}
.inputform3 {
	padding: 2px;
	border: #cccccc solid 1px;
}
input.inputform {
	width: 50%;
}
input.inputform2 {
	width: 50px;
}
input.inputform3 {
	width: 100%;
}
textarea.inputform {
	width: 100%;
}
label.error {
	padding-left: 10px;
	color: #ff0000;
	font-size: 10px;
}

input.input_btn {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 20px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}
input[type="submit"] {
	height: 50px;
/*	width: 100%; */
	font-size: 150%;
}


input[type="button"]{
	height: 50px;
	font-size: 150%;
}


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

PANKUZU

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

#pankuzuBox {
	width: 100%;
	height:auto;
	margin:10px 0;
	padding:0;
	font-size:11px;
	color:#333;
	background-color: #fff;
}
.bannerBox {
	width: 100%;
	height: auto;
	margin: 0px;
	background: url("../../common/img/bg_banner.jpg") ;
	margin-top: 10px;
}
.bannerBox ul li#first {
	float: left;
	width: 46%;
	padding: 3px 6px;
}
.bannerBox ul li {
	float: left;
	width: 46%;
	padding: 3px 6px;
}
.bannerBox img{
	width: 100%;
}
.bannerBox ul li#last {
	float: left;
	width: 46%;
	padding: 3px 6px;
}
/**************************************************************************************************

CONTENTSBOX

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

.contentsBox {
	width:946px;
	margin:0 20px 0 20px;
}
/**************************************************************************************************

説明会情報・リクナビボタン

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

#btmNaviBox {
	width:912px;
	height:112px;
	margin:40px 37px 0 37px;
	background: url("../../common/img/btm_btn_bg.jpg") no-repeat;
}
#btmNaviBoxInner {
	width:632px;
	height:90px;
	padding:11px 140px 11px 140px;
}
#btmNaviBoxInner ul li {
	float:left;
	width:300px;
}
#btmNaviBoxInner ul li#right {
	float:left;
	width:300px;
	margin:0 32px 0 0;
}
/**************************************************************************************************

PAGEUP

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

.pageupBox {
	text-align:right;
	padding:10px 0 0 936px;
	width:50px;
	height:30px;
}
/**************************************************************************************************

FOOTER

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

#footerArea {
	width:100%;
	margin: 0 auto;
	height:97px;
	background: url("../../common/img/bg_footer.png") repeat-x;
	text-align:center;
}
#footerBox {
	width:100%;
	margin: 0 auto;
	height:auto;
	background: url("../../common/img/copyright.jpg") no-repeat;
}
#footerNavi {
	width:100%;
	color:#000000;
	text-align:left;
	font-size:13px;
	padding:0px 0 77px 0;
	background-color: #f0cfd6;
	background-image: url(../../common/img/copyright.png); 
	background-position: right bottom; 
	background-repeat: no-repeat;
	background-size: 768px;
}
#footerNavi a {
	display: block;
	padding: 0 0 0 15px;
	height: 45px;
	line-height: 45px;
	font-size: 100%;
	border-bottom: 1px solid #CCC;
	background: url(../../../s/common/img/bg_navi_arrow.png) no-repeat 98% center;
	background-size: 8px;
	text-decoration: none;
}
#footerInfo {
text-align:center;
color:#333;
font-size:13px;
padding:7px 0 0 0;
line-height:1.5em;
}

#footerCopyright {
text-align:center;
color:#013184;
font-size:11px;
padding:25px 0 20px 0;

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

BACKGROUND

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

.over a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}


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

FLOAT

**************************************************************************************************/
.floatR{
float:right;
margin:5px 0 15px 15px;
}

.floatR2{
float:right;
margin:5px 0 0 5px;
}


.floatL{
float:left;
margin:5px 15px 15px 0;
}



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

CLEAR

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

.clear {
clear:both;
}

.clearfix:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#titleBox h1 {
    background: #570c20;
    border: 5px solid #f1f1f1;
    height: auto;
    font-size: 18px;
    padding: 10px 0 10px 0px;
    text-indent: 10px;
    color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

}