/*===============================================
●smartphone.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width:640px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  見出し　*/
/*--------------------------------------------------------*/

.h2bar{
	height:42px;
	background:url("../img/csr/bar.png") no-repeat;
	margin-bottom:25px;
}

.h2bar h2{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	color:#FFF;
	padding-top:10px;
}

/*  コンテンツの余白　*/

.inner{
	padding:0 15px;
}

/*  企業理念　*/
/*--------------------------------------------------------*/

.rinenBox{
}

.rinenBox h3{
	margin-top:20px;
	margin-bottom:20px;
}

.rinenBox ul li{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:10px;
	list-style-type:decimal;
	margin-left:20px;
}

/*  社長挨拶　*/
/*--------------------------------------------------------*/

.messageBox{
	margin-top:30px;
}

.messageBox .titleBox{
	margin-bottom:20px;
}

.messageBox #message_txt{
}

.messageBox #message_photo{
	margin:35px auto 0;
	width:180px;
	border:1px solid #CCC;
	box-sizing: border-box;
}

.messageBox #message_photo .photo_img{
}

.messageBox #message_photo .photo_name{
	text-align:center;
	padding:10px 5px;
	font-size:12px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
}

.messageBox .message_clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}


/*  会社概要　*/
/*--------------------------------------------------------*/

.outlineBox{
	margin-top:30px;
}

.outlineBox dl.outline {
}
.outlineBox dl.outline dt {
	font-size:100%;
	font-weight:bold;
	line-height:1.6em;
	margin-top:25px;
	margin-bottom:3px;
}
.outlineBox dl.outline dd {
	font-size:100%;
	line-height:1.6em;
}

.outlineBox dl.outline dd ul li{
	line-height:1.6em;
}

.outlineBox #company_map iframe{
	width:100%;
	height:300px;
}

}