/* CSS Document */
/*------------------------------------------------------------
 main.css
 共通設定
-------------------------------------------------------------*/
html{
	background-color: #000;
}
body{
	font-size: 62.5%;
	line-height: 1.1;
}
body,select, input, textarea {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

img{
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
/*	---------------------------------------
	アンカー
/*	---------------------------------------	*/
a:link{
	color: #FFF;
}
a:visited{
	color: #CCC;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #a0a0c8;
}

/*	---------------------------------------
	ヘッダー
/*	---------------------------------------	*/
#header #site-id{
	float: left;
	width: 88px;
}
#header{
	overflow:hidden;
}

/*	---------------------------------------
	検索フォーム
/*	---------------------------------------	*/
/*for Webkit*/
input::-webkit-input-placeholder {
    color: #A0A0C8;
}
/*for Firefox*/
input:-moz-placeholder {
    color: #A0A0C8;
}
#searchWindow{
	background-image: url(/lib/images/search_bg.gif);
	background-repeat: repeat;
	float: right;
	margin-right: 10px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	border-radius: 24px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#searchWindow fildset{
	margin: 0px;
	padding: 0px;
}
#searchWindow legend{
	display: none;
}
#searchWindow input{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #323246;
}
#searchWindow #kword{
	height: auto;
	display: block;
	float: left;
	font-size: 18px;
}
#searchWindow #srBtn{
	display: block;
	padding: 0px;
	float: right;
	background-image: url(/lib/images/search_btn.gif);
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	cursor: pointer;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
/*	---------------------------------------
	ニュース
/*	---------------------------------------	*/
.top #news-list h2
{
	font-size: 1.5em;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525266;
	width: 100%;
	margin-bottom: 10px;
	display: block;
	clear: both;
}
.top #news-list h2 .title{
	display: block;
	width: 75%;
	float: left;
	vertical-align: baseline;
	text-shadow: 2px 2px 3px #050519;
}
.top #news-list h2 .title:first-letter{
	font-size: 1.5em;
}
.top #news-list h2 em{
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding-right: 1em;
}
.top #news-list h2 strong{
	display: block;
	float: left;
	width: auto;
	padding-left: 1em;
}
.top #news-list h2 .news-btn{
	font-weight: bold;
	display: block;
	float: right;
	width: 24.5%;
	text-align: right;
	padding-bottom: 5px;
}

/*entryと共通
.news #news-list h1{
}*/

.top .news-group,
.news .news-group{
	clear: both;
	width: 100%;
	background-image: url(/lib/images/line_x.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.top .news-group time,
.top .news-group .news-cate,
.news .news-group time,
.news .news-group .news-cate{
	display: block;
	float: left;
	background-repeat: repeat;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0.5%;
}
.top .news-group time,
.news .news-group time{
	width: 17.8%;
	background-image: url(/lib/images/news_date_bg.gif);
}
.top .news-group .news-cate,
.news .news-group .news-cate{
	width: 81.0%;
	background-image: url(/lib/images/news_cate_bg.gif);
	color: #a0a0b4;
}
.top .news-group .news-box,
.news .news-group .news-box{
	width: 78.5%;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 10px;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.top .news-group .news-box:hover
.news .news-group .news-box:hover{
}
.top .news-group h3,
.news .news-group h2{
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 5px;
}
.top .news-group h3 a,
.news .news-group h2 a{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
.top .news-group h3 a:hover,
.news .news-group h2 a:hover{
	text-decoration: underline;
}
.top .news-group p,
.news .news-group p{
	display: block;
	font-size: 1.4em;
	line-height: 1.5;
}
.top .news-group .photo,
.news .news-group .photo{
	width: 18.3%;
	display: block;
	float: left;
	padding-top: 15px;
}
.top .news-group .photo img,
.news .news-group .photo img{
	width: 100%;
	max-width: 100%;
	height: auto;
    width: auto\9; /* ie8 */
}
.top .news-group .more,
.news .news-group .more{
	clear: both;
	text-align: right;
	overflow: hidden;
	padding: 1%;
}
.top .news-group .more a,
.news .news-group .more a{
	display: block;
	width: auto;
	float: right;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-repeat: repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	vertical-align: top;
	background-image: url(/lib/images/news_date_bg.gif);
	border: 1px solid #6D6D83;
	box-shadow: 0 1px 1px 2px rgba(0,0,0,0.25);
}
.top .news-group .more a:hover,
.news .news-group .more a:hover{
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.2);
}



/*	---------------------------------------
	コンテンツページ共通要素
/*	---------------------------------------	*/
#topicPath{
	width: 96%;
	padding-right: 1%;
	padding-left: 1%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	color: #CCC;
	margin-bottom: 10px;
}
#topicPath span{
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#topicPath em{
}
#topicPath a{
	color: #FFF;
	text-decoration: none;
}
#topicPath a:hover{
	text-decoration: underline;
}

#page-title{
	background-image: url(/lib/images/title-common-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 1px;
	background-size: cover;
	margin-bottom: 10px;
}
.service #page-title{
	background-image: url(/lib/images/title-service-bg.jpg);
}
.recruiting-solution #page-title{
	background-image: url(/lib/images/title-recruit-bg.jpg);
}
.event-produce #page-title{
	background-image: url(/lib/images/title-event-bg.jpg);
}
.sales-promotion #page-title{
	background-image: url(/lib/images/title-sales-bg.jpg);
}
.image-contents #page-title{
	background-image: url(/lib/images/title-design-bg.jpg);
}
.digital-signage #page-title{
	background-image: url(/lib/images/title-signage-bg.jpg);
}
#page-title #cate-inner-box{
	display: block;
	width: auto;
	border: 1px solid #323246;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3%;
	padding-bottom: 3%;
	line-height: 1.3;
}
#page-title h1{
	font-size: 1.4em;
	text-transform: uppercase;
}
#page-title h2{
	font-size: 2.1em;
	font-weight: bold;
	text-shadow: 0px 0px 3px #1F1F30;
}

/*	---------------------------------------
	サイト内検索結果ページ
/*	---------------------------------------	*/
#searchBox{
	width: auto;
	margin-bottom: 30px;
}
#searchBox form{
	width: 60%;
	background-color: #525266;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;

}
#searchBox fildset{
	margin: 0px;
	padding: 0px;
}
#searchBox legend{
	display: none;
}
#searchBox input{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #525266;
}
#searchBox #keyInput{
	display: block;
	height: auto;
	float: left;
	width: 89%;
	font-size: 19px;
}
#searchBox #keyBtn{
	display: block;
	margin: 0px;
	background-image: url(/lib/images/search_btn.png);
	width: 11%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	float: left;
	font-size: 1.6em;
}
#searchBox aside a{
	text-decoration: none;
}
#search h1{
	clear: both;
	font-size: 1.4em;
	color: #bbbbcf;
	display: block;
	border: 1px dotted #525266;
	padding: 15px;
	background-color: #1f1f30;
	margin-bottom: 15px;
}
#search h1 em{
	font-size: 1.8em;
	font-weight: bold;
	color: #FFF;
	padding-right: 0.5em;
}
#search h1 span{
	color: #FFF;
	font-size: 1.25em;
	font-weight: bold;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#search article{
	background-image: url(/lib/images/line_x.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 3em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4em;
	padding-left: 10px;
	line-height: 1.5;
	clear: both;
	overflow: hidden;
}
#search h2{
	font-size: 1.6em;
	margin-bottom: 10px;
}
#search h2 a{
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	font-weight: bold;
}
#search h2 a:hover{
	border-bottom-color: #a0a0c8;
}
#search p{
	font-size: 1.4em;
	display: block;
	padding-left: 15px;
}
#search aside{
	text-align: right;
	padding-top: 5px;
	font-size: 1em;
	color: #bbbbcf;
	font-family: "Times New Roman", Times, serif;
}
#search nav{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	cursor: pointer;
	background-color: #1F1F30;
	text-align: center;
	padding: 8px;
	font-size: 1.2em;
	background-image: url(/lib/images/news_cate_bg.gif);
	background-repeat: repeat;
	border: 1px solid #1F1F30;
}
#search nav:hover{
	background-image: url(/lib/images/news_date_bg.gif);
}
#search nav span{
	background-color: #1F1F30;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	font-size: 1.25em;
	margin-right: 0.5em;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#search nav span a{
}
.sitesearch_hidden_result{
	display: none;
}
#sitesearch_next_result_button{
}
.search_result_thumbnail{
	width: 20%;
	float: left;
}
.search_result_thumbnail img{
}
.search_result_pickup{
	width: 78%;
	float: left;
	padding-left: 2%;
}
#search .search_result_pickup p{
	padding-left: 0px;
}
.search_result{
}

/*	---------------------------------------
	サイトマップページ
/*	---------------------------------------	*/
#sitemap{
}
#sitemap a{
	background-color: #1F1F30;
	display: block;
	text-decoration: none;
	background-image: url(/lib/images/link_ic_n.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#sitemap a:hover{
	background-color: #525266;
	background-image: url(/lib/images/link_ic_h.gif);
}

#sitemap h1{
	font-size: 2.0em;
}
#sitemap h2{
	font-size: 1.8em;
	padding-left: 15px;
}
#sitemap h3{
	font-size: 1.6em;
	padding-left: 30px;
}
#sitemap ul{
	padding-left: 45px;
}
#sitemap li{
	font-size: 1.4em;
}


/* ------------------------------------------------------

サブメニュー共通設定
　サイズ関連プロパティはメディアクエリで指定

------------------------------------------------------ */
#menu .category-title{
	color: #FFF;
	border-bottom-color: #525266;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 5px;
}
#menu .category-title a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
}
#menu .category-title a:hover{
	background-color: #29293A;
	color: #a0a0c8;
}
#menu .category-link{
	padding-bottom: 10px;
	line-height: 1.2;
}
#menu .category-link li{
	display: block;
	width: auto;
}
#menu .category-link li a{
	text-decoration: none;
	color: #FFF;
	display: block;
	width: auto;
	background-image: url(/lib/images/link_ic_n.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu .category-link li a span{
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 0.5em;
}
#menu .category-link li a.selected,
#menu .category-link li a:hover{
	color: #a0a0c8;
}
#menu .category-link li a.selected{
	background-color: #29293A;
	background-image: url(/lib/images/link_ic_h.gif);
	text-shadow: 0 0 2px rgba(255,255,255,0.8);
}
#menu .category-link li a:hover{
	background-color: #29293A;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
	text-shadow: 0 0 0px rgba(255,255,255,0.0);
}
#menu .category-link li a.opened{
	background-image: url(/lib/images/link_opened.gif);
}
#menu .category-link .inner-link{
	display: block;
	width: auto;
	margin-left: 1.5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #1F1F30;
}
#menu .category-link .inner-link .inner-link{
	margin-left: 0.75em;
}
#menu .category-link .inner-link li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1F1F30;
}
#menu .category-link .inner-link li a{
}
#menu .category-link .inner-link li a:hover{
}
#menu .category-link .inner-link li a.selected{
}

/* ------------------------------------------------------

	関連リンク
	インデックスリンク

------------------------------------------------------ */
#content #index-menu,
#content #related-link{
	background-color: #323246;
	padding: 2.7%;
	color: #FFF;
	clear: both;
}

#content #index-menu{
	clear: both;
	overflow: hidden;
	padding-top: 0.5%;
}
#content #index-menu .group{
	overflow: hidden;
	margin-bottom: 5px;
}
#content #index-menu .menu-box{
	display: block;
	width: 46%;
	float: left;
	background-color: #1F1F30;
	padding: 1%;
	margin: 1%;
	box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.3), 0px 0px 1px 1px rgba(255,255,255,0.2) inset;
}
#content #index-menu .photo{
	width: auto;
	padding: 3px;
	background-color: #CCCCCC;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);
}
#content #index-menu .photo img{
	width: 100%;
}
#content #index-menu h2{
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323246;
	margin-bottom: 5px;
}
#content #index-menu h2 a,
#content #index-menu h2 a:visited{
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 2px;
}
#content #index-menu h2 a:visited{
}
#content #index-menu h2 a:hover{
	color: #a0a0c8;
	background-color: #323246;
}
#content #index-menu p{
	font-size: 1.3em;
	line-height: 1.3;
	padding: 3px;
}
#content #index-menu .readmore a{
	display: block;
	width: auto;
	float: right;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-repeat: repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	vertical-align: top;
	background-image: url(/lib/images/news_date_bg.gif);
	border: 1px solid #6D6D83;
	box-shadow: 0 1px 1px 2px rgba(0,0,0,0.25);
	margin: 3px;
}
#content #index-menu .readmore a:hover{
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.2);
}
#content #related-link{
	margin-top: 10px;
}
#content #related-link #back-btn{
	background-image: url(/lib/images/news_date_bg.gif);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
}
#content #related-link #back-btn a{
	display: block;
	width: auto;
	background-image: url(/lib/images/back_btn.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
#content #related-link #back-btn a:hover{
}
#content #related-link h1{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1f1f30;
}
#content #related-link ul{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
#content #related-link ul li{
	display: block;
	margin-bottom: 1px;
}
#content #related-link ul li a{
	display: block;
	width: auto;
	background-color: #1F1F30;
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/lib/images/link_ic_n.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2%;
}
#content #related-link ul li a:hover{
	background-color: #525266;
}
#content #related-link ul img{
	vertical-align: middle;
	border: 1px solid #FFF;
	margin-right: 10px;
}