@charset "utf-8";

/* メイン画像
----------------------------------------------------*/
.submain {
	background-image: url(img/submain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
.submain_sp {
	display: none;
}


/* インデックス
----------------------------------------------------*/
.irinfo_subarea  {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 40px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.subTTLnews {
	margin: 20px 0px 10px 20px;
	margin-bottom: 20px;
	position: relative;
	font-size: 150%;
	line-height: 1em;
	font-weight: bolder;
	letter-spacing: 0.1em;
}
.subTTLnews em {
	margin: 0 10px;
	font-size: 17px;
	font-family: "游明朝","游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;	
}
.subTTLnews span {
	font-size: 60%;
}

.subTTLnews .right {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.subTTLnews .right a {
	background-color: #00ac97;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	background-image: url(common/images/arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
}


/* 会社情報
----------------------------------------------------*/
dl.outlineDl {
	border-bottom:1px solid #ccc;
	margin-bottom: 40px;
}

dl.outlineDl dt {
	float:left;
	width:10em;
	border-top:1px solid #ccc;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-weight: bolder;
}

dl.outlineDl dd {
   margin-left:10em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
   border-top:1px solid #ccc;
}


/* 株価情報
----------------------------------------------------*/
.stockLink {
	margin-bottom: 20px;
	border: 1px solid #CCC;
	position: relative;
}
.stockLink p {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.stockLink dl dt {
	font-size: 120%;
	padding: 10px 10px 0px 10px;
	font-weight: bolder;
}
.stockLink dl dd {
	padding: 0px 10px 10px 10px;
}
.stockLink dl a {
	text-decoration: none;
	color: #333;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=0 ); 
	display: block;
}
.stockLink dl a:hover {
	background: -moz-linear-gradient(top, #eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=0 ); 
	display: block;
}


/* よくあるご質問
----------------------------------------------------*/
.faqList dt {
	background: #666;
	font-size: 120%;
	padding: 10px 10px 10px 10px;
	color: #FFF;
}
.faqList dt span {
	color: #b9f0ea;
	font-weight: bold;
}
.faqList dd {
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
}


/* 株主総会関係情報
----------------------------------------------------*/
.shareholder_area {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.shareholder_area p.sh01 {
	font-weight: bolder;
	font-size: 110%;
}
.shareholder_area p.sh02 {
	margin-bottom: 5px;
}
.shareholder_area ul li {
	margin-bottom: 5px;
	margin-left: 2em;
}


/* ビジネスフィールド
----------------------------------------------------*/
.BFtit {
	font-size: 160%;
	color: #666;
	margin-bottom: 40px;
}
.BFillust {
	margin-bottom: 40px;
}
.BFbox {
	border: 1px solid #CCC;
	position: relative;
	margin-bottom: 40px;
}
.BFbox .ttl {
	font-size: 110%;
	font-weight: bolder;
	padding: 15px 10px 15px 10px;
	border-top-width: 7px;
	border-top-style: solid;
}
.BFbox .ttl01 {
	border-top-color: #f3f4b2;
}
.BFbox .ttl02 {
	border-top-color: #fee243;
}
.BFbox .ttl03 {
	border-top-color: #f4a54a;
}
.BFbox .ttl04 {
	border-top-color: #ee5561;
}
.BFbox .ttl05 {
	border-top-color: #f178a8;
}
.BFbox .ttl06 {
	border-top-color: #5658a6;
}
.BFbox .ttl07{
	border-top-color: #d8bfa1;
}
.BFbox .ttl08 {
	border-top-color: #40b8ef;
}
.BFbox .ttl09 {
	border-top-color: #40b6a7;
}
.BFbox .ttl10 {
	border-top-color: #acd257;
}
.BFbox .ttl11 {
	border-top-color: #cb55ac;
}

.BFbox .ttl span {
	font-size: 90%;
	position: absolute;
	right: 5px;
	font-weight: normal;
}
.BFbox .ttl span a {
	background-image: url(../common/images/arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	background-color: #00ac98;
	color: #FFF;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.BFbox .ttl span a:hover {
	background-color: #1ed1bc;
}
.BFbox .btn {
	text-align: right;
	padding-right: 10px;
}
.BFbox .ph {
	text-align: center;
	margin-top: 15px;
}
.BFbox .in {
	padding: 10px;
}
.BFbox ul.name li {
	background-image: url(../common/images/arrow07.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.BFbox .seizo {
	font-weight: bolder;
	margin-top: 10px;
}
.BFbox ul.seizoCompany li {
	padding-left: 15px;
}


/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {
	
.submain {
	background: none;
}
.submain_sp {
	display: block;
}
.submain_sp img {
	width: 100%;
}



/* 会社情報
----------------------------------------------------*/

dl.outlineDl dt {
	float:none;
	width:100%;
}

dl.outlineDl dd {
   margin-left:0em;
   padding-top:5px;
   border-top:none;
}


/* ビジネスフィールド
----------------------------------------------------*/
.BFtit {
	font-size: 120%;
	margin-bottom: 10px;
}
.BFbox .ttl {
	font-size: 100%;
}
.BFillust {
	display: none;
}

	
}
