@charset "UTF-8";

/*------------------------------
　Body 背景イメージ
------------------------------*/

body {
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#headImg {
	width: 970px;
	height: 97px;
	margin-right: auto;
	margin-left: auto;
}
#siteID {
	float: left;
	padding-top: 20px;
}
#headTEL {
	float: right;
	padding-top: 17px;
}

/*------------------------------
　コンテンツエリア　大枠
------------------------------*/

#contents {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg_noiz_full.gif);
	background-repeat: repeat-y;
}

/*--コンテンツエリア　左（メイン）--*/
#cnt-L {
	float: left;
	width: 750px;
}
#cnt-L h1 {
	margin-bottom: 15px;
}

/*--　コンテンツエリア　右（サイドバー）--*/
#cnt-R {
	width: 210px;
	float: right;
	border-top-width: 24px;
	border-top-style: solid;
	border-top-color: #000000;
}
#cnt-R-inner {
}

/*--　コンテンツエリア　右（サイドバー・バナー）--*/
#cnt-R-inner .bnrBox {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*------------------------------
　パンくず
------------------------------*/

#pankuzu {
	background-color: #5a5a5a;
}
#pankuzu-inner {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pankuzu_bg.gif);
	margin-bottom: 15px;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pankuzu-inner p {
	font-size: 12px;
	margin: 0px;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pankuzu-inner p a {
	color: #000000 !important;
	text-decoration !important: none;
}
#pankuzu-inner p a:hover {
	text-decoration: underline !important;
}


/*------------------------------
　ローカルナビゲーション
------------------------------*/

#localNavi {
}
#localNavi ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DE0000;
}
#localNavi ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #515151;
}
#localNavi ul li a {
	background-image: url(../images/icon_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFFFFF;
}
#localNavi ul li a:hover {
	color: #990000;
}

/*------------------------------
　ページ送りブロック
------------------------------*/

.pageNavi {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*------------------------------
　基本コンテンツブロック
------------------------------*/

/*--基本スタイル--*/

.cntBlock {
	margin-bottom: 15px;
	background-color: #FFFFFF;
	width: 721px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	color: #333333;
	clear: both;
}
.cntBlock hr {
	margin-bottom: 50px;
	visibility: hidden;
	clear: both;
}
.cntBlock h2 {
	margin-bottom: 20px;
}
.cntBlock-inner h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 110%;
}
.cntBlock-inner {
	margin-right: 15px;
	margin-left: 15px;
}
.cntBlock-inner p {
	margin-bottom: 15px;
}
.cntBlock-inner ul {
	margin-bottom: 15px;
	margin-left: 25px;
}
.cntBlock-inner ul li {
	list-style-type: disc;
}


/*------------------------------
　Blog 投稿記事
------------------------------*/

/* Post */

.postBlock {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width: 500px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 30px;
}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}
/* Post Content Headings */

.post-content h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

.post-content h2 a {
	color: #990000;
}

.post-content h2 a:hover {
	text-decoration: underline;
	color: #990000;
}


/* Post Content Lists and Blockquote */

.post-content h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 5px solid #cc0000;
	padding-left: 5px;
}

.post-content p {
	margin-bottom: 15px;
}

.post-content ol, .post-content ul {
/* 	line-height: 20px; */
	margin-bottom: 15px;
}

.post-content ul {
	padding-left: 30px;
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Post Content Images*/

.post-content img {
	padding: 5px;
/* 	background: #1A272E; */
}

/* Post Content (read more) */

.post-content span.read_more {
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}

.post-content a span.read_more {
	color: #1A86DF;
	text-decoration: underline ;
}

.post-content a:hover span.read_more {
	text-decoration: none;
}

/* Post Meta */

.post-meta {
	width: 120px;
	margin-left: 15px;
	text-align: right;
	padding-top: 5px;
	float: left;
}

.post-meta a {
	color: #7E0000;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
	margin-bottom: 23px;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #8D8D8D;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #666666;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0;
}

.post-meta h4.cat {
/*
	background: url(images/icon_author.gif) no-repeat right 2px;
	font-style: italic;
*/
}

.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #666666;
}


/*------------------------------
　テーブルスタイル
------------------------------*/

/* ----- tableStyle00 ----- */

.tableStyle00 {
}
.tableStyle00 th,
.tableStyle00 td {
	vertical-align: top;
	border-bottom-style: none !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
}
.tableStyle00 th {
	white-space: nowrap;
}
.tableStyle00 td {
}


/* ----- tableStyle01 ----- */

.tableStyle01 {
	width: 100%;
	margin-bottom: 20px;
}
.tableStyle01 th,
.tableStyle01 td {
	vertical-align: top;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tableStyle01 th {
	white-space: nowrap;
}
.tableStyle01 td {
}

/* ----- tableStyle01s ----- */

.tableStyle01s {
	margin-bottom: 20px;
}
.tableStyle01s th,
.tableStyle01s td {
	vertical-align: top;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tableStyle01s th {
	white-space: nowrap;
}
.tableStyle01s td {
}


/* ----- B01 ----- */

table.table-B01{
	/*margin-left: 15px;*/
	border-top: 1px solid #999999;
	font-size:85%;
	width: 100%;
	margin-bottom: 20px;
}

table.table-B01 th{
	text-align:center;
	font-weight:normal;
	background-color: #CCCCCC;
}

table.table-B01 th,
table.table-B01 td{
	line-height:150%;
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

table.table-B01 td.td_number{
	text-align:right;
}


table.table-B01 th.th_right,
table.table-B01 td.td_right{
	border-right: 1px solid #999999;
}

table.table-B01 tr.tr_forBS{
	background-color: #E3D5A9;
}

table.table-B01 tr.tr_forPL{
	background-color: #E4D1D1;
}


/*-- ごあいさつ --*/
#greeting {
	background-image: url(../../images/greeting_pht005.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 0px;
	padding-right: 265px;
	padding-bottom: 30px;
}
#greeting p {
	margin-bottom: 35px;
}


#bossProfile {
	background-color: #e0e0e0;
	margin: 15px;
	padding: 15px;
}
#pData {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}
#pData .ptext p {
	margin-bottom: 7px;
}


/*-- プロフィール --*/
.profile{
background-color:#ebebeb;
padding:5px 15px 5px 15px;
margin:0 0 30px 0;
border:solid 1px #CCCCCC;
}

.profile p{
font-size:12px;
line-height:150%;
}

.photo{
	width:225px;
	float:left;
	margin:0px;
	padding:0;
	border:solid 1px #CCCCCC;
}

.ptext{
	width:400px;
	float:right;
	margin:0;
	padding-top: 7px !important;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

dl.prof {
margin:0;
padding:0;
font-size:12px;  
line-height:150%; 
}   

dl.prof dt {  
clear: left;
float: left; 
width:105px; 
margin:0 0 10px 0;
padding-bottom:5px;
border-bottom:dotted 1px #999999;
font-weight:bold;
}   

dl.prof dd {   
margin:0 0 10px 110px;
padding-bottom:5px;
border-bottom:dotted 1px #999999;
}


/*------------------------------
　オリジナルグッズ
------------------------------*/

.goodsBox-L {
	float: left;
	width: 305px;
	padding-top: 20px;
	margin-left: 20px;
	text-align: center;
}
.goodsBox-L p {
	margin-bottom: 5px;
}
.goodsBox-R {
	float: right;
	width: 305px;
	padding-top: 20px;
	margin-right: 20px;
	text-align: center;
}
.goodsBox-R p {
	margin-bottom: 5px;
}

/*------------------------------
　3カラム（スタッフ紹介用）
------------------------------*/

.column3-L {
	float: left;
	width: 210px;
	margin-bottom: 30px;
}
.column3-C {
	float: left;
	width: 210px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.column3-R {
	float: right;
	width: 210px;
	margin-bottom: 30px;
}
.column3-L p,
.column3-C p,
.column3-R p {
	margin: 0px;
	padding: 0px;
	line-height: 1.35;
}


/*------------------------------
　リストスタイル
------------------------------*/

ul.linkList {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	margin: 25px;
}

ul.linkList li {
	list-style-type: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/*------------------------------
　イベントTOP　サムネイル
------------------------------*/

.eventThumbBox {
	width: 186px;
	height: 216px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 35px;
}


/*------------------------------
　リクルート
------------------------------*/
#daisotsu,
#kousotsu,
#chuuto {
}

#daisotsu table,
#kousotsu table,
#chuuto table {
	border-top: 1px solid #ccc;
}
#daisotsu table th,
#kousotsu table th,
#chuuto table th,
#daisotsu table td,
#kousotsu table td,
#chuuto table td {
	padding: 7px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
#daisotsu table th,
#kousotsu table th,
#chuuto table th {
	background-color: #fff;
	white-space: nowrap;
}
#daisotsu table td,
#kousotsu table td,
#chuuto table td {
	background-color: #fff;
}
#daisotsu table td dl,
#kousotsu table td dl,
#chuuto table td dl {
	margin-bottom: 15px;
}
#daisotsu table td dl dt,
#kousotsu table td dl dt,
#chuuto table td dl dt {
	font-weight: bold;
}
#daisotsu table td dl dd,
#kousotsu table td dl dd,
#chuuto table td dl dd {
	margin-left: 25px;
}

#daisotsu table td ol,
#kousotsu table td ol,
#chuuto table td ol {
	margin-left: 25px;
	margin-bottom: 15px;
}
#daisotsu table td ol li,
#kousotsu table td ol li,
#chuuto table td ol li {
	list-style-type: decimal;
}

.mb-Reset {
	margin-bottom: 0px !important;
}

#recruitContactBox {
	background-image: url(../images/recruit_contactBlock_bg.gif);
	padding: 10px 0px;
	text-align: center;
	margin-bottom: 20px;
}

.shikiriLine {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.shikiriLineDot {
	border-top: 1px dotted #ccc;
	padding-top: 15px;
}

.pageOkuri {
	clear: both !important;
	height: 20px;
	padding-top: 15px;
	margin-bottom: 15px;
}
.pageOkuri .pageOkuri-L {
	background-image: url(../images/pageokuri_ya_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 15px;
}
.pageOkuri .pageOkuri-R {
	background-image: url(../images/pageokuri_ya_r.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	padding-right: 15px;
}


/*------------------------------
　サービスページ　いろいろ
------------------------------*/
.mb50 {
	margin-bottom: 50px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}

.liStyle-On {
	margin: 0 0 20px 265px;
}
@media (max-width: 480px) {
	.liStyle-On {
		margin: 0 0 20px 0px;
	}
}



.liStyle-On li {
	list-style: decimal;
	margin-bottom: 5px;
}

.dlNoStyle {
	padding-top: 15px;
	margin: 0 0 30px 20px;
}
.dlNoStyle dt {
	width: 25px;
	float: left;
	line-height: 35px;
}
.dlNoStyle dd {
	display: block;
	margin-left: 35px;
	padding: 0 0 20px 0;
}

.borderTop {
	border-top: 1px solid #e8e8e8;
	padding-top: 30px;
}

.algn-R {
	text-align: right;
}
.algn-C {
	text-align: center;
}