@charset "UTF-8";

/*================================================================
sub page
================================================================*/
/*----------------------------------------------------------------

index -

 00,information (blog)
 01,company
 02,service
 03,recruit
 04,link
 05,information (exclude news)

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

/*
00,information
----------------------------------------------------------------*/
#contents #contents-body h3.blog-title {
	margin-bottom: 30px;
	padding: 0 10px;
	font-size: 1.2em;
	color: #393;
	background: url(../img/dot_01.gif) repeat-x bottom;
	border: #DDD solid;
	border-width: 0 0 0 5px;
}

#contents-body .post {
	margin-bottom: 40px;
}
#contents-body .post h3 {
	margin-bottom: 20px;
	padding: 5px 0 5px 15px;
	font-size: 1.4em;
	font-weight: bold;
	background: url(../img/icon_news_postttl.gif) no-repeat left center;
	border-bottom: #CCC solid 1px;
}
#contents-body .post .stage {
	margin: 0 20px 20px;
	font-size: 1.2em;
	overflow: hidden;
}
#contents #contents-body .post .stage p {
	margin-bottom: 0;
	font-size: 1.0em;
}
#contents #contents-body .post .stage ul {
	padding-left: 2em;
	list-style: disc outside;
	clear: both;
}
#contents #contents-body .post .stage ol {
	padding-left: 2em;
	clear: both;
}
#contents-body .post ul.post-info {
	margin: 0 20px;
	padding: 5px;
	border-top: #CCC solid 1px;
	text-align: right;
}
#contents-body .post ul.post-info li {
	margin-left: 10px;
	display: inline;
}

#contents-body .blog-nav {
	margin-bottom: 30px;
	padding: 10px;
	background: #F5F5F5;
	border: #CCC solid 1px;
	overflow: hidden;
}
#contents-body .blog-nav ul {
	text-align: center;
}
#contents-body .blog-nav ul li {
	display: inline;
}
#contents-body .blog-nav ul li a {
	display: inline-block;
	padding: 3px;
	color: #063;
	font-weight: bold;
}

#contents-body ul#blog-archive {
	margin: 0 0 30px;
	border-top: #DDD solid 1px;
}
#contents-body ul#blog-archive li {
	border-bottom: #DDD solid 1px;
}
#contents-body ul#blog-archive li a {
	display: block;
	padding: 10px 15px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	background: url(../img/btn_pagenav_w_bgw.gif) no-repeat 97% 50%;
}
#contents-body ul#blog-archive li a:hover {
	color: #333;
	background: url(../img/btn_pagenav_b_bgg.gif) no-repeat 97% 50%;
	background-color: #F3F3F3;
	text-decoration: none;
}
#contents-body ul#blog-archive li a span {
	width: 380px;
	display: block;
	font-size: 0.875em;
	font-weight: normal;
}

#contents-body .blog-move {
	margin: 15px 0;
	padding-top: 15px;
	background: url(../img/dot_01.gif) repeat-x top;
}
#contents-body .blog-move ul {
	width: 520px;
	overflow: hidden;
}
#contents-body .blog-move ul li {
	width: 250px;
}
#contents-body .blog-move ul li.prev {
	float: right;
	text-align: right;
}
#contents-body .blog-move ul li.next {
	float: left;
}
#contents-body .blog-move ul li a {
	display: block;
	padding-top: 20px;
	color: #333;
}
#contents-body .blog-move ul li.prev a {	background: url(../img/btn_pagenav_back.gif) no-repeat right top;}
#contents-body .blog-move ul li.next a {	background: url(../img/btn_pagenav_next.gif) no-repeat left top;}
#contents-body .blog-move ul li.prev a:hover { background: url(../img/btn_pagenav_back_on.gif) no-repeat right top;}
#contents-body .blog-move ul li.next a:hover { background: url(../img/btn_pagenav_next_on.gif) no-repeat left top;}

#contents-body .blog-move ul li a span {
	display: block;
	color: #999;
}

/*
01,company
----------------------------------------------------------------*/
p#policy-logo {
	padding: 30px;
}

/*
02,service
----------------------------------------------------------------*/
p.btn {
	margin: 0;
}

/*--------------------------------------------------------------*/
#contents .sub-contents-header {
	margin: 40px 20px;
	padding-top: 40px;
	background: url(../img/icon_mainttl.gif) no-repeat 0 20px;
	border-top: #EEE solid 1px;
	clear: both;
	zoom: 1;
}
/*--------------------------------------------------------------*/
#contents .sub-contents-body {
	margin: 0 20px 30px;
	overflow: hidden;
}
#contents .sub-contents-body h3 {
	margin-bottom: 15px;
	padding: 3px 0 3px 20px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../img/icon_subttl.gif) no-repeat 4px 50%;
	border-bottom: #CCC solid 3px;
}

#contents .sub-contents-body .section p,
#contents .sub-contents-body .section table {
	margin: 0 20px 2em;
}

#contents .sub-contents-body p {
	font-size: 1.2em;
	margin-bottom: 2em;
}

/*--------------------------------------------------------------*/
#contents .sub-contents-body p.image-center {
	text-align: center;
}
#contents .sub-contents-body p.image-left {
	display: inline;
	float: left;
	margin-right: 30px;
}
#contents .sub-contents-body p.image-right {
	display: inline;
	float: right;
	margin-left: 30px;
}
/*--------------------------------------------------------------*/
#contents p.to-segway {
	width: auto;
	padding-top: 10px;
	background: url(../img/dot_01.gif) repeat-x top;
	float: right;
}
#contents p.to-segway a {
	padding-left: 10px;
	background: url(../img/icon_arrow_simple.gif) no-repeat left center;
}

/*
03,recruit
----------------------------------------------------------------*/
#contents-body table#recruit th {
	width: 20%;
}
#contents-body table#recruit dl {
	margin: 10px 0;
	padding: 10px 15px;
	border: #DDD solid 1px;
	background-color: #F8F8F8;
}

/*
05,information (exclude news)
----------------------------------------------------------------*/
#contact-intro ul {
	margin-bottom: 30px;
	padding: 10px 15px 5px;
	border: #CCC dotted 1px;
}
#contact-intro ul li {
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(../img/icon_arrow_simple.gif) no-repeat 0 0.4em;
}

#contact-form table td input,
#contact-form table td textarea {
	font-size: 12px;
	padding: 1px 2px;
	margin: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contact-error #error-message {
}
#contact-error #error-message blockquote {
	margin: 0 20px 30px;
	padding: 10px 15px;
	background-color: #FFF7F0;
	border: #F99 solid 1px;
}
#contents #contents-body #contact-error #error-message blockquote p {
	margin: 0;
	padding: 0;
	color: #900;
}

#contact-form table td input.mini  {width: 50px;}
#contact-form table td input.small {width: 150px;}
#contact-form table td input.large,
#contact-form table td textarea {	width: 300px;}

#contact-form p.form-btn {
	padding: 10px;
	text-align: center;
	background: url(../img/dot_01.gif) repeat-x top;
}
#contact-intro span.must,
#contact-form span.must {
	color: #C03;
	font-weight: bold;
	padding: 0 5px;
}

#privacy dl {
	margin: 0 20px;
}
#privacy dl dt {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../img/dot_01.gif) repeat-x bottom;
}
#privacy dl dd {
	margin: 0 10px 20px;
	font-size: 1.2em;
}

#link-selection ul {
	margin: 0 20px;
}
#link-selection ul li {
	padding: 5px;
	font-size: 1.2em;
	background: url(../img/dot_01.gif) repeat-x bottom;
}
#link-selection ul li a {
	display: inline-block;
	padding: 5px 0 5px 25px;
	background: url(../../link/img/arrow_link.gif) no-repeat left center;
	color: #333;
}
#link-selection ul li a:hover {
	color: #393;
	background: url(../../link/img/arrow_link_on.gif) no-repeat left center;
}
#link-selection ul li a {
}

/*--------------------------------------------------------------*/
table#sitemap {
}
table#sitemap td ul li {
	padding: 3px 0;
}
table#sitemap td ul li a {
	display: inline-block;
	padding-left: 30px;
	background: url(../img/side_arrow_localnav.gif) no-repeat 10px 50%;
	color: #888;
}
table#sitemap td ul li a:hover {
	background-image: url(../img/side_arrow_localnav_on.gif);
	color: #393;
}
table#sitemap td ul li ul li {
	margin-left: 21px;
	padding: 2px 0;
	font-size: 0.875em;
}
table#sitemap td ul li ul li a {
	display: inline-block;
	padding-left: 30px;
	background: url(../img/side_arrow_localnav_mini.gif) no-repeat 10px 50%;
	color: #888;
}
table#sitemap td ul li ul li a:hover {
	background-image: url(../img/side_arrow_localnav_mini_on.gif);
	color: #393;
}
