@charset "UTF-8";
/*
Theme Name: LUXEYS
Theme URI: http://luxeys.co.jp/
Description: 株式会社ラクシーズ、コーポレートサイト用のデザインです。
Author: LUXEYS
Author URI: http://luxeys.co.jp/
Version: 1.0
*/

/* ---------------------------------------------
初期設定
--------------------------------------------- */
html {
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
	vertical-align: auto;
}

ul,li {
	list-style:none;
}#

table {
	border:0;
}

img {
	margin:0px;
	padding:0px;
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: normal normal 75%/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background: #F5F5F5;
	color: #333;
}

a,
a:link,
a:visited {
	color: #39F;
	text-decoration: none;
}

a:hover,
a:active {
	color: #F60;
}

/* ---------------------------------------------
BOX設定
--------------------------------------------- */
#wrapper {
	height:auto !important;
	_height: 100%;
	min-height: 100%;
	width: 920px;
	margin: 0 auto;
	background: url(images/bg_shadow.gif) repeat-y left top;
}

#header {
	position: relative;
	margin: 0 10px;
	height: 16px;
}

#header h1 {
	margin: 0px;
	padding: 0px 5px 1px;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	background: url(images/dotted_ccc.gif) repeat-x left bottom;
}

#header h2 {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0px;
	padding: 0px 0px 1px;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: right;
}
/* ---------------------------------------------
タイトル設定
--------------------------------------------- */
#title {
	margin: 0 10px;
	width: 900px;
	height: 50px;
	text-align: left;
	font-size: 84%;
}

#title th {
	padding-left: 12px;
	width: 200px;
}


#title .link li {
	float: right;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

#title .link li.link {
	padding: 0 7px;
	background: url(images/road_ccc.gif) repeat-y left top;
}

#title .link li.right {
	width: 1px;
	background: url(images/road_ccc.gif) repeat-y right top;
}

#title .link ul li a,
#title .link ul li a:link,
#title .link ul li a:visited {
	color: #666;
	text-decoration: none;
}

#title .link ul li a:hover,
#title .link ul li a:active {
	color: #39F;
}

#title .link ul li a.on,
#title .link ul li a.on:link,
#title .link ul li a.on:visited {
	color: #39F;
	text-decoration: none;
}

/* ---------------------------------------------
グローバルナビゲーション設定
--------------------------------------------- */
#gnavi {
	width: 920px;
	padding: 0 0 5px;
	background: url(images/bg_shadow_bottom.gif) no-repeat left bottom;
}

#gnavi ul {
	margin: 0;
	padding: 0 10px;
}

#gnavi li {
	float: left;
	margin: 0;
	padding: 0;
}

#gnavi .line {
	width:1px;
	height: 35px;
	background: url(images/gnavi_line.gif) repeat-x left top;
}

#gnavi li a,
#gnavi li a:visited {
	display: block;
	width: 149px;
	text-align: center;
	line-height: 100%;
	padding: 12px 0 11px;
	text-decoration: none;
	color:#FFF;
	background: url(images/gnavi_bg.gif) repeat-x left top;
}

#gnavi li a:hover{
	background: url(images/gnavi_on_bg.gif) repeat-x left top;
}

/* ---------------------------------------------
コンテンツボックス設定
--------------------------------------------- */
#content_box {
	font-size: 100%;
	width: 920px;
	margin: 0;
	text-align: left;
	background: url(images/bg_shadow_top.gif) no-repeat left top;
}

#content {
	padding: 25px 25px 40px;
}

#main_right {
	float: right;
	width: 234px;
}

#main_center {
	float: left;
	width:	616px;
	padding: 0;
	/*border-top: solid 3px #CCC;*/
	background: url(images/border_en2.gif) no-repeat right top;
}

#main_top {
	padding: 0;
	margin-bottom: 20px;
}

#main_center h3,
#content_main h4 {
	margin: 5px 0;
	padding: 5px 0 0 20px;
	font-size: 117%;
	background: url(images/ring.gif) no-repeat left 6px;
}


#content_left {
	float: left;
	width: 616px;
	padding: 0;
	/*border-top: solid 3px #CCC;*/
	background: url(images/border_en2.gif) no-repeat right top;
}

#content_main {
	float: left;
	width: 616px;
	padding: 0;
}

#content_main h3 {
	font-size: 167%;
	line-height: 100%;
	padding: 5px 0 22px;
	color: #333;
	background: url(images/border_en2.gif) no-repeat left bottom;
}

#press_left {
	float: left;
	width: 616px;
	padding: 7px 0 0;
	background: url(images/border_en2.gif) no-repeat right top;
}

#content_right {
	float: right;
	width: 234px;
}

/* ---------------------------------------------
フッター設定
--------------------------------------------- */
#push_box {
	height: 73px;
	width: 910px;
	margin: 0 auto ;
}

#footer {
	position: relative;
	width: 910px;
	margin: -49px auto 0;
	color: #666;
	background: #EEE;
	border-top: solid 1px #DDD;
}

#footer table {
	width: 100%;
	font-size: 100%;
}

#footer td {
	padding: 3px 0;
	font-weight: normal;
	vertical-align: top;
	background: #FAFAFA;
}

#footer th {
	padding: 3px 10px;
	font-size: 84%;
	font-weight: normal;
	vertical-align: top;
}

#copy {
	padding: 3px 0px;
	color: #666;
	font-size: 84%;
	background: #DDD;
	text-align: center;
}

/* ---------------------------------------------
トップページ
--------------------------------------------- */
#press dl {
	margin-top: -5px;
	margin-bottom: 10px;
}

#press dt {
	font-size: 84%;
	color: #999;
	padding-top: 5px;
}

#press dd {
	padding-bottom: 5px;
	background: url(images/dotted_ccc.gif) repeat-x left bottom;
}

/* トップ運営メディアのご案内 */

#media_list {
}

#media_list h4 {
	font-size: 117%;
	margin: 0 0 5px;
	padding: 5px 0 0;
}

#media_list p {
	padding: 0 0 5px; 
}

#media_labola {
	margin: 0 0 15px;
	padding: 5px 10px 0;
	border: solid 2px #DDD;
}

#media_latte {
	padding: 0 12px;
}

#media_list dl.media_labo {
	margin: 0 0 10px;
	padding-top: 5px;
}

#media_list dl dt {
	padding: 0 0 0 15px;
	background: url(images/child.gif) no-repeat left;
}

#media_list dl.media_labo dt img{
	vertical-align: middle;
}

#media_list dl dd {
	margin: 0 0 5px;
	padding: 0 0 5px;
	background: url(images/dotted_ccc.gif) repeat-x left bottom;
}

#media_list dl.media_labo dd {
	margin: 0 0 10px;
	padding: 5px 10px;
	background: #F6F6F6;
}


/* 運営メディアのご案内CSSここまで */

#content_right h3,
#main_right h3,
#press_bar h3 {
	margin-bottom: 5px;
	padding: 0px 10px;
	font-size: 117%;
	line-height: 30px;
	background: url(images/pick.gif) no-repeat left top;
}

#press_bar h3 a img {
	margin: -2px 8px 0;
	vertical-align: middle;
}

* html body #press_bar h3 a img {
	margin: 8px;
	vertical-align: middle;
}

#press_bar {
	margin-bottom: 5px;
}

#press_bar #press {
	padding-top: 5px;
	background: #EEE url(images/press_bar_top.gif) no-repeat left top;
	color: #CCC;
	line-height: 100%;
}

#press_bar #press li {
	padding: 5px 10px 0;
}

#press_bar #press li.bottom {
	padding: 0;
	height: 10px;
	background: #EEE url(images/press_bar_bottom.gif) no-repeat left bottom;
}

* html body #press_bar #press li.bottom {
	height: 8px;
	line-height: 8px;
	font-size: 8px;
}


#press_bar #press a,
#press_bar #press a:link,
#press_bar #press a:visited {
	color: #333;
	text-decoration: underline;
}

#press_bar #press a:hover,
#press_bar #press a:active {
	color: #39F;
}

#press_list_title {
	margin: 5px 0;
	padding: 5px 0 0 20px;
	font-size: 133%;
	background: url(images/ring.gif) no-repeat left 6px;
}

#menu_list #list {
	margin-bottom: 5px;
	padding-top: 5px;
	background: #EEE url(images/press_bar_top.gif) no-repeat left top;
	color: #CCC;
	line-height: 100%;
}

#menu_list #list li {
	padding: 5px 0 0 20px;
	background: url(images/child.gif) no-repeat 5px 7px;
	line-height: 120%;
}

#menu_list #list li.bottom {
	padding: 0;
	height: 10px;
	background: #EEE url(images/press_bar_bottom.gif) no-repeat left bottom;
}

* html body #menu_list #list li.bottom {
	height: 8px;
	line-height: 8px;
	font-size: 8px;
}

#menu_list a {
	text-decoration: underline;
}

#menu_list #list .m_title {
	margin: 0 0 5px;
	padding: 5px 0 5px 6px;
	line-height: 120%;
	background: url(images/dotted_ccc.gif) repeat-x left bottom;
	color: #444;
	font-weight: bold;
}

#menu_list #list .m_title2 {
	height: 5px;
	width: 234px;
	margin: 0 0 5px;
	padding: 5px 0 0;
	font-size: 1px;
	line-height: 1px;
	background: url(images/dotted_ccc.gif) repeat-x left bottom;
}

#menu_list #list .m_title a {
	text-decoration: none;
	color: 444;
}

/* ---------------------------------------------
プレスリリースシングルページ
--------------------------------------------- */
#press_left h3 {
	margin: 5px 0 15px;
	padding: 10px 10px;
	font-size: 117%;
	text-align: center;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

#press_left #text {
	padding: 0 15px;
}

#press_left #text p {
	padding-bottom: 15px;
}

#press_info {
	border: solid 3px #CCC;
	padding: 10px;
	background: #FAFAFA;
}

#press_info h5 {
	font-size: 100%;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: solid 3px #CCC;
}

#press_info .add {
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 3px #CCC;
}

#press_left ul {
	line-height: 120%;
}

#press_left li {
	padding: 5px 0 5px 15px;
	font-size: 84%;
	background: url(images/arrow_1.gif) no-repeat 5px 10px;
	border-bottom: dotted 1px #CCC;
}

#next_list {
	width: auto;
	padding: 20px 0 0;
	margin: 0 auto;
	text-align: center;
}

#content_right h3 a,
#main_right h3 a,
#press_bar h3 a,
#content_right h3 a:link,
#main_right h3 a:link,
#press_bar h3 a:link,
#content_right h3 a:visited,
#main_right h3 a:visited,
#press_bar h3 a:visited {
	color: #333;
	text-decoration: none;
}

#content_right h3 a:hover,
#main_right h3 a:hover,
#press_bar h3 a:hover,
#content_right h3 a:active ,
#main_right h3 a:active ,
#press_bar h3 a:active  {
	color: #F93;
	text-decoration: underline;
}

.news_list_tag {
	font-size: 84%;
	text-align: right;
}

/* ---------------------------------------------
バナー設定
--------------------------------------------- */
* html body #banner li img {
	vertical-align: middle;
}

#press input {
	width: 150px;
	font-size: 100%;
}

* html body #press input {
	padding: 3px 0 0;
}

#press input#mail {
	width: 209px;
	font-size: 12px;
	margin-bottom: 5px;
}

* html body #press #mail {
	_width: 204px;
}

#press .error {
	margin: 0 0 5px;
	font-size: 84%;
	color: #FF0000;
}

#press .true {
	margin: 0 0 5px;
	font-size: 84%;
	color: #333333;
	font-weight: bold;
}

/* ---------------------------------------------
他クラス設定
--------------------------------------------- */
a.none {
	color: #333333;
	text-decoration: none;
}

.clear {
	clear: both;
}

.mini {
	font-size: 84%;
	color: #999;
}

.mini2 {
	font-size: 100%;
	color: #999;
}

.blue {
	font-size: 84%;
	color: #39F;
}

.pan {
	color: #888;
	line-height: 100%;
	margin-bottom: 20px;
}

.pan a,
.pan a:link,
.pan a:visited {
	color: #888;
	text-decoration: underline;
}

.pan a:hover,
.pan a:active {
	color: #39F;
}

.page-up a {
	display: block;
	position:absolute;
	right: -51px;
	top: -1px;
	width: 40px;
	padding: 0 5px;
	text-align: right;
	font-size: 84%;
	background: #FAFAFA url(images/top_bg.gif) repeat-y left top;
	border-top: solid 1px #DDD;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	line-height: 24px;
}

.page-up a,
.page-up a:link,
.page-up a:visited {
	color: #666;
}

.page-up a:hover,
.page-up a:active {
	color: #39F;
	border-top: solid 1px #9DF;
	border-right: solid 1px #9DF;
	border-bottom: solid 1px #9DF;
}

/* 事業内容新規CSS */
h2.logo {
	margin: 0 0 5px;
	padding: 15px 0 5px;
	font-size: 100%;
	font-weight: nomal;
	line-height: 100%;
	vertical-align: bottom;
}

h2.logo2 {
	margin: 0 0 5px;
	padding: 17px 0 5px;
	font-size: 100%;
	font-weight: nomal;
	line-height: 100%;
	vertical-align: bottom;
	background: url(images/border_en2.gif) no-repeat left top;
}

h2.logo img {
	vertical-align: top;
}

#service .dotted {
	margin: 0 0 5px;
	padding: 0 0 10px;
	background: url(images/dotted_ccc.gif) repeat-x left bottom;
}

#service table {
	margin: 0 0 15px;
}

.rss {
	padding: 0 10px;
	font-size: 84%;
}

/* メディアバナー設定 */
#banner {
	margin-bottom: 5px;
	padding: 0;
}

#banner #media_bar {
	padding: 10px 10px 0;
	background: #EEE url(images/press_bar_top.gif) no-repeat left top;
	color: #CCC;
	line-height: 100%;
}

#banner #media_bar li {
	margin: 0;
	padding: 0;
}

#banner #media_bar li.tit{
	padding: 0 0 10px;
}

#banner #media_bar li.tit2 {
	padding: 0 0 5px;
}

#banner #media_bar li img {
	vertical-align: top;
}

#banner #media_bar li.latte {
	padding: 5px 0 5px 15px;
	background: url(images/child.gif) no-repeat left;
}

#banner #media_bar li.out {
	padding: 0 0 0 15px;
	background: url(images/child.gif) no-repeat left;
}

#banner div.bottom {
	padding: 0;
	height: 15px;
	background: #EEE url(images/press_bar_bottom.gif) no-repeat left bottom;
}

* html body #banner #media_bar li.bottom {
	height: 8px;
	line-height: 8px;
	font-size: 8px;
}

#banner #media_bar li.line {
	font-size: 0;
	line-height:0;
	height: 1px;
	padding: 10px 0;
	background: url(images/dotted_ccc.gif) repeat-x left;
}


#banner #media_bar a,
#banner #media_bar a:link,
#banner #media_bar a:visited {
	color: #333;
	text-decoration: underline;
}

#banner #media_bar a:hover,
#banner #media_bar a:active {
	color: #39F;
}