@charset "utf-8";

/* ----------------------------------------------- */
/* default */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td {
	margin: 0; 
	padding: 0;
}
html {overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {list-style:none;}
fieldset, img {border:0;}
table {border:0;}
caption, th {text-align: left;}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a , input {
	text-decoration:none;
	outline: none;
}
body {
	background: #ffffff;
	color: #343434;
	font-size: 12px;
	font-family: verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.2;
}

/* clearfix */

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

.clearfix {display: inline-block;}

*html .clearfix {height : 1%;}

.clearfix {display: block;}

/* iepngfix */

.iepngfix {
	behavior: url(iepngfix.htc);
}

/* リンクスタイル */

a:link {color:#1367bd; text-decoration:underline;}
a:visited {color:#439fed;}
a:hover {color:#439fed; text-decoration:none;}

a:hover .aimg {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* ----------------------------------------------- */
/* 大枠 */

body {
	background:url('../images/bg_body.png') repeat-x top center #f3f3f3;
}

#container {
	width:940px;
	margin:0px auto;
}

#content {
	background-color:#ece8e5;
}

#content_in {
	width:897px;
	margin:0px auto;
	background-color:#ffffff;
}

/* ----------------------------------------------- */
/* ヘッダー */

#header {
	background:url('../images/bg_header.png') no-repeat top center;
	height:172px;
}


h1.detail {
	padding:5px 0;
}

#header h1 {
	position:relative;
	top:20px;
	left:50px;
}

#header #logo {
	position:relative;
	top:20px;
	left:50px;
}


#header p {
	text-indent:-9999px;
}

/* コンテンツ共通 */

.bread {
	margin:10px;
}

h2 {
	width:897px;
	margin:0px auto 15px auto;
}

/* ページャ */

.pager {
	margin:0px 15px 15px 15px;
}

.pager p {
	float:left;
	width:200px;
}

.pager ul {
	float:right;
}

.pager ul li {
	float:left;
	margin-right:6px;
}

.page a ,
.page span {
	padding:5px 10px;
	border:1px solid #1367bd;
	display:block;
}

.page a {
	text-decoration:none;
}

.page a:hover ,
.page span {
	background-color:#1367bd;
	color:#ffffff;
}

a.allbtn {
	float:right;
	padding:5px 10px;
	border:1px solid #1367bd;
	display:block;
	background-color:#1367bd;
	color:#ffffff;
	text-decoration:none;
}

.ba {
	padding-top:6px;
}

/* カンパニー詳細 */

.comlist {
	border:1px solid #ccc0bb;
	margin:0px 15px 15px 15px;
	padding:15px;
}

.img {
	float:left;
	width:200px;
}

.txt {
	float:right;
	width:610px;
}
/*20140502追加*/
.txt2 {
	float:left;
	width:440px;
	margin-left:20px;
}


.name {
	border-bottom:4px solid #ccc0bb;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:16px;
}

.ico {
	margin-bottom:10px;
}

.ico li {
	display:inline;
	margin-right:3px;
}

.explain {
	margin-bottom:10px;
}

.btn {
	float:right;
}
/*20140502追加*/
.btn2 {
	float:right;
	width:161px;
}

.comlist2 {
	margin:15px 30px;
}
.name2 {
	margin-bottom:10px;
	font-size:34px;
}

/*20140502追加*/
.comlist3 {
	margin:15px 26px;
}
.name3 {
	margin-bottom:10px;
	font-size:34px;
	border-radius: 10px;
	background: #65ab31;
	padding: 5px 10px;
	color: #FFF;
}


.detailbox {
	margin:25px;
}

.detailbox2 {
	margin:25px;
}

.detailbox2 p {
	line-height: 1.5em;
}

.detailbox2 img {
	float: right;
	padding-left: 20px;
}

.explain2 {
	width:550px;
	float:left;
	line-height:1.8;
}

.img2 {
	float:right;
	width:200px;
}

/* プレスリリース掲載サイト */

.presslist {
	margin:15px 0px 15px 10px;
}

.presslist li {
	display:inline;
}

.presslist li img {
	margin:0px 1px 5px 0px;
}

/* 会社情報 */

.companytable {
	width:95%;
	background-color:#ccc0bb;
}

.companytable th ,
.companytable td {
	background-color:#ffffff;
	padding:10px;
}

.companytable th {
	width:25%;
}

.entrysite li {
	/* display:inline; */
	background:url('../images/ico_triangle.png') no-repeat left;
	padding-left:10px;
	margin-right:10px;
	margin-bottom: 8px;
}

.sites img {
	vertical-align:bottom;
	margin-right:3px;
}

/* ----------------------------------------------- */
/* footer */
div#footer {
	width: 100%;
	margin-top: 30px;
	padding-top:15px;
	color:#fff;
	background-color: #ece8e5;
}

div#footer table {
	width:940px;
	margin: 0 auto;
}

div#footer table td {
	vertical-align:top;
	text-align:left;
}

div#footer table th {
	text-align:left;
	font-weight:normal;
}

div#footer ul li {
	float:left;
	margin-right:8px;
}

div#footer ul li a,
div#footer ul li a:link,
div#footer ul li a:visited {
	color:#fff;
	text-decoration:none;
}

div#footer ul li a:hover,
div#footer ul li a:active {
	color: #FFCC00;
	text-decoration:underline;
}

#footLink{text-align:center;}
#footLink a{color:#FFFFFF; text-decoration:none;}
#footLink a:hover{color:#FFFFFF; text-decoration:none;}

div#footer.sitemap .footTblTop {background: url(../images/foot_top.gif) top center no-repeat; width:100%; height:5px;}
div#footer.sitemap table {width:940px; height:230px; background: url(../images/foot_btm2.gif) bottom center no-repeat;}
div#footer.sitemap table td {vertical-align:top; text-align:left; padding:5px; color:#282828;}
div#footer.sitemap table td dl{width:145px; float:left; margin:0 5px;}
div#footer.sitemap table td dl dt{margin-bottom:5px; padding-bottom:5px; border-bottom:1px dotted #006400; font-weight:bold; color:#6d4a34;}
div#footer.sitemap table td dl dt.btm{margin-top:10px; font-size:12px;}
div#footer.sitemap table td dl dd{margin-bottom:3px; padding-left:15px; font-size:11px; background:url(../images/list_icon01.gif) center left no-repeat;}
div#footer.sitemap table td dl dd a{color:#259800; text-decoration:underline;}
div#footer.sitemap table td.gslLogo{width:75px; font-size:10px;}
div#footer.sitemap .footMenu{margin-left:20px; float:left;}
div#footer.sitemap .footMenu li{float:left; border-right:1px solid #ffffff; padding-right:10px;}
div#footer.sitemap .footMenu li.last{border-right:none; padding-right:none;}
div#footer.sitemap #footLink{float:right; margin-right:20px;}

.bg_copyright {
	padding: 20px 0px;
	background-color: #6b4b36;
}

.copyright {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.foot_ecomo {
	width: 168px;
	height: 122px;
	position: absolute;
	top: -120px;
	right: 20px;
}

/*2012.08.21 追加*/
.footBan {background:#e7e7e7;padding:10px;}
.footBan_l {width:423px; float:left;}
.footBan_r {width:406px; float:right;}

/* etc */
.mb05 {margin-bottom:5px;}
.mb08 {margin-bottom:8px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.t_c {text-align:center;}
.t_l {text-align:left;}
.t_r {text-align:right;}

/*2013/04/26追加*/
.rightTxt{padding:0px 20px 20px; text-align:right;}
.rightTxt strong{font-weight:bold; color:#7b8d42;}
.nearby {padding:15px; margin:0 30px 30px; background:#f8f4e6;}
.nearby p.tit {margin-bottom:10px; font-size:230%; color:#999;}
.nearby a {}
.nearby ul {list-style:none;}
.nearby ul li{padding:3px; float:left;}
.commentBox{float:left; background:#f3f3f3; padding:15px; width:250px;}
.commentBox p.tit{font-size:150%; font-weight:bold; color:#999999; margin-bottom:10px;}

.box_contents {padding:15px;}
.box_contents h2{margin:0; padding:0;}
.box_contents .main {
	width: 640px;
	float: right;
}
.box_contents .sub {
	width: 250px;
	float: left;
}
.box_contents .bg{
	background:#FFF;
	margin:0 1px;
	padding:20px;
}

.box_contents .bg table{
	width:100%;
}
.box_contents .bg table th{
	width:20%;
	font-size:14px;
	font-weight:bold;
	vertical-align:top;
	padding-bottom:10px;
}
.box_contents .bg table td{
	width:80%;
	vertical-align:top;
	padding-bottom:10px;
}
.box_contents .bg table td ul li{
	width:25%;
	float:left;
	padding-bottom:5px;
}
.box_contents .bg table td ul li a{
	font-size:14px;
}
.box_contents ul.number li{
	padding:5px;
	border-bottom:1px dotted #ccc;
}
.box_contents dl dt {margin-top:10px;}
.box_contents dl dt a{font-size:16px; font-weight:bold;}
.box_contents dl dd {padding:10px 0; border-bottom:1px dotted #ccc;}
.box_contents div.pager2 {text-align:center; margin:20px 0;}
.box_contents div.pager2 a{padding:5px; margin:0 5px; border:1px solid #CCC; background:#F0F0F0; font-size:12px; line-height:24px;}
h2.pickup_ttl{background:url(../images/title_pickup04.png) no-repeat; width:595px; height:35px; font-size:16px; color:#6d5c4a; font-weight:bold; padding:15px 0 0 45px;}
.box_contents .pager {position: relative; overflow: hidden;}
.box_contents .pager p{text-align:right;}
.box_contents .pager ul {position: relative; left: 50%; float: left; margin:5px 0;}
.box_contents .pager ul li{position: relative; left: -50%; float: left;}
.box_contents .pager ul li a{padding:3px 6px; line-height:}
.box_contents .pager ul li span{padding:3px 6px;}
.box_contents .pager ul li.ba{padding-top:3px;}
.box_contents .pager ul li.ba a{padding:0px;}
.box_contents .bg p {text-align:right; margin-bottom:10px;}


/*20140502追加*/
.photolist {margin:25px 0;}
.photolist li {width:25%; text-align:center; float:left;}
.declaration {margin:15px 25px; background:url(../images/140502/ecomo_shokurin.jpg) right top no-repeat; padding-right:250px;}
.declaration li{
	background: url(../images/140502/line.gif) repeat-x bottom center;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.mangaBn {text-align:center; margin:20px 0 0 0;}

.contents h2 {margin:20px 0 0 0;}
.declaration li span{
	color: #669900;
	font-size: 20px;
}

.box_contents .main {
	width: 640px;
	float: left;
}

.box_contents .sub {
	/*width: 290px;*/
	float: right;
}

.box_facebook {
	position: relative;
}

.fb_ecomo {
	position: absolute;
	top: 34px;
	left: 728px;
}

.fb {
	background-image: url(../images/bg_fb_m.gif);
	background-repeat: repeat-y;
	padding: 10px 35px;
	height: 260px;
}

.top_company {
	background-image: url(../images/bg_fb_m.gif);
	background-repeat: repeat-y;
	padding: 10px 35px;
	height: 81px;
}

.top_company img {
	margin: 0px 3px;
}

#socialbuttons div {
  float: left;
}
