@charset "UTF-8";
@media screen and (min-width: 1101px){

/*********************/
/* 基本設定 ここから */
/*********************/

* {
	margin:0;
	padding:0;
	color: #666666;
}

a {
	text-decoration: none;
}

html {
	overflow: scroll;
}


body {
	width: 100%;
	position:relative;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	background-color: white;
	border-top: solid 10px #4c995e;
}

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

ul {
	list-style-type: none;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

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

#h1_pc {
    margin: 0 auto;
    background: url("../images/logoTree.jpg") 590px center no-repeat;
    background-size: contain;
}

#h1_pc a {
    display: block;
    width: 522px;
    height: 111px;
    margin: 0 0 0 100px;
}

h1 a:hover {
    background:  transparent;
}


#h1_tablet, #h1_smart {
    display: none;
}


/***************************/
/* レイアウト設定 ここから */
/***************************/

#wrapper {
	margin: 10px auto 0 auto;
}

#header {
	width: 960px;
	height: 130px;
	margin: 20px auto 30px auto;
}

#content {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}

#nav_pctablet {
	width: 240px;
	height: 440px;
	float: left;
}

#nav_pctablet ul{
	width: 240px;
	position: fixed;
	top: 190px;
}


#main {
	width: 700px;
	margin: 0 auto 20px auto;
	float: right;
}

#mainTitle p{
	font-size: 100%;
	letter-spacing: 0.1em;
	margin: 0 0 15px 20px;
	padding: 2px 20px;
	background-color: #bdedbd;
	border-left: solid 12px #cc5e3d;
	color: #009926;
}

.copy_pctablet {
	clear: both;
	font-size: 70%;
	text-align: right;
}

.copy_smart {
	display: none;
}


/***************************/
/* メニュー設定 ここから   */
/***************************/

#nav_smart {
	display: none;
}

#nav_pctablet ul li {
	margin-bottom: 15px;
}

#nav_pctablet ul li a{
	display: block;
	height: 40px;
	padding: 15px 10px 0 10px;
	text-align: center;
	background-color: #bdedbd;
	color: #4c995e;
}

#nav_pctablet a:hover,a:active {
	color: white;
	background-color: #cc5e3d;
}

#index #nav_pctablet #navIndex a, #about #nav_pctablet #navAbout a,
#info #nav_pctablet #navInfo a,
#achievement #nav_pctablet #navAchieve a, #access #nav_pctablet #navAccess a,
#message #nav_pctablet #navMessage a, #ir #nav_pctablet #navIr a {
	color: white;
	background-color: #4c995e;
}


/**************************/
/* フッター設定 ここから  */
/**************************/

#footer {
	clear: both;
	width: 100%;
	height: 90px;
	border-top: solid 5px #cc5e3d;
	background-color: #4c995e;
}

#footer ul {
	width: 310px;
	margin: 0px auto;
	line-height: 1.3;
	text-align: left;
	font-size: 80%;
	padding-top: 12px;
}

#footer ul li {
	color: white;
}

.li_tablet {
	display: none;
}

#footer ul li p {
	font-size: 130%;
	color: white;
	font-weight: bold;
	margin-bottom: 3px;
}

.address {
    text-indent: 1em;
}

/*************************/
/* トップ設定 ここから   */
/*************************/

#news_smart {
    display: none;
}

#news {
    margin-bottom: 30px;
    margin-left: 20px;
}

#policy{
	width: 700px;
	height: 440px;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 auto 29px auto;
	text-align: center;
}

.policy_smart {
	display: none;
}

#policy img {
	width: 535px;
	margin: 0 auto 25px auto;
}


/***************************/
/* 会社概要設定 ここから   */
/***************************/

.tableOutline {
        width: 680px;
	margin-left: 20px;
	border-collapse: collapse;
}

.tableOutline th {
	width: 20%;
	border: 2px solid #bdedbd;
	padding: 5px 2px;
}

.tableOutline td {
	width: 80%;
	padding: 5px 20px;
	border: 2px solid #bdedbd;
}


/***************************/
/* 業務実績設定 ここから   */
/***************************/

#achieveLeft{
	float: left;
}

.listAchieve{
	width: 460px;
	margin: 10px 10px 25px 20px;
}

.listAchieve p{
	margin: 0 0 4px 0;
	padding: 0 10px;
	border-bottom: solid 3px #4c995e;
	font-size: 105%;
}

.listAchieve ul {
	padding: 0 10px;
}


.listAchieve ul li{
	margin: 0 0 0 15px;
	font-size: 90%;
}

#achieveRight{
	width: 200px;
	margin-top: 40px;
	float: left;
}

.imageRight img{
	margin: 0 5px;
}

.imageCap_tablet {
	display: none;
}

.imageCap_pc {
	font-size: 80%;
	text-align: center;
	margin-bottom: 20px;
}


/***************************/
/* 代表挨拶設定 ここから    */
/***************************/

#ceoMess {
	width: 680px;
	margin: 40px 0 20px 20px;
	/*padding: 0 20px;*/
}

#ceoMess p {
    padding-left: 2px;
}

#ceo img {
	margin-right: 15px;
	float: left;
}

#tree {
	margin-left: 15px;
	margin-top: -10px;
	float: right;
}


/***************************/
/* 決算報告設定 ここから   */
/***************************/

#irList {
	width: 520px;
	margin: 40px auto 20px auto;
}

.selectY {
	margin: 0 40px 0 20px;
}

.link_border {
	text-align: left;
	padding-left: 20px;
	margin: 0 40px 15px 40px;
	border-bottom: 2px dotted #4c995e;
}

.link_border a:hover {
    position: relative;
    color: #cc5e3d;
    left: 1px;
    top: 1px;
}

#dlAdobe {
	width: 280px;
	margin: 120px 0 10px 120px;
}

#dlAdobe p {
	font-size: 75%;
	margin-bottom: 5px;
}



/**************************/
/* アクセス設定 ここから  */
/**************************/


#map {
	width: 680px;
	height: 100%;
	margin: 30px 0 30px 20px;
}

#map iframe.map_pc {
	width: 100%;
}

#map iframe.map_tablet {
	display: none;
}

#map iframe.map_smart {
	display: none;
}


}
