/*
Theme Name: Massit Japan
Theme URI: http://www.massit.co.jp
Description:
Author: Takeshi Shinkawa
Author URI:
Version: 1.0
*/
/*
 *****************************************************************
 *****************************************************************
 01. RESET
 *****************************************************************
 *****************************************************************
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

form legend {
	display: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

ol, ul {
	list-style: none;
}

hr {
	display: none;
	visibility: hidden;
}:focus {
	outline: 0;
}

/*
 *****************************************************************
 *****************************************************************
 02. CLEAR FIX
 *****************************************************************
 *****************************************************************
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*
 *****************************************************************
 *****************************************************************
 03. CONTENTS
 *****************************************************************
 *****************************************************************
 */

/*
 *****************************************************************
 SIDE BAR
 *****************************************************************
 */
#sidebar {
	left: 0px;
	z-index:100;
	position:fixed;
	text-align: left;
	font: 13pt "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #000000;
	width: 200px;
	height: 100%;
	background: #FFFFFF;
}

#logo {
	padding: 0;
	margin: 0;
}

#copyright {
	position: absolute;
	bottom: 15px;
}

ul li.nav a  {
	display: block;
	width: 200px;
	height: 55px;
}

ul li.nav-sub, ul li.nav-sub a  {
	display: block;
	width: 200px;
	height: 30px;
}

ul li.nav a {
	overflow: hidden;
	text-indent: -10000em;
}

li#nav01 {
	background: url(./img/nav_over01.gif);
}

li#nav02 {
	background: url(./img/nav_over02.gif);
}

li#nav03 {
	background: url(./img/nav_over03.gif);
}

li#nav04 {
	background: url(./img/nav_over04.gif);
}

li#nav05 {
	background: url(./img/nav_over05.gif);
}

li#nav01 a {
	background: url(./img/nav_out01.gif);
}

li#nav02 a {
	background: url(./img/nav_out02.gif);
}

li#nav03 a {
	background: url(./img/nav_out03.gif);
}

li#nav04 a {
	background: url(./img/nav_out04.gif);
}

li#nav05 a {
	background: url(./img/nav_out05.gif);
}

li#nav-contact a {
	background: url(./img/nav_out06.gif);
}

li#nav-sub01 {
	background: url(./img/nav_sub_over01.gif);
}
li#nav-sub02 {
	background: url(./img/nav_sub_over02.gif);
}
li#nav-sub03 {
	background: url(./img/nav_sub_over03.gif);
}
li#nav-sub04 {
	background: url(./img/nav_sub_over04.gif);
}
li#nav-sub05 {
	background: url(./img/nav_sub_over05.gif);
}
li#nav-sub06 {
	background: url(./img/nav_sub_over06.gif);
}
li#nav-sub07 {
	background: url(./img/nav_sub_over07.gif);
}
li#nav-sub08 {
	background: url(./img/nav_sub_over08.gif);
}
li#nav-sub09 {
	background: url(./img/nav_sub_over09.gif);
}

li#nav-sub01 a {
	background: url(./img/nav_sub_out01.gif);
}
li#nav-sub02 a {
	background: url(./img/nav_sub_out02.gif);
}
li#nav-sub03 a {
	background: url(./img/nav_sub_out03.gif);
}
li#nav-sub04 a {
	background: url(./img/nav_sub_out04.gif);
}
li#nav-sub05 a {
	background: url(./img/nav_sub_out05.gif);
}
li#nav-sub06 a {
	background: url(./img/nav_sub_out06.gif);
}
li#nav-sub07 a {
	background: url(./img/nav_sub_out07.gif);
}
li#nav-sub08 a {
	background: url(./img/nav_sub_out08.gif);
}
li#nav-sub09 a {
	background: url(./img/nav_sub_out09.gif);
}


ul>li>a:hover, ul>li.current>a {
	background-image: none !important;
}
ul>li>ul>li>a:hover, ul>li>ul>li.current>a {
	background-image: none !important;
}

#footer{
	margin-left:15px;
	position: absolute;
	bottom: 15px;
}

#footer li{
	display:inline;
	font-size:11px;
}

#footer li a{
	padding:10px 4px;
	color:#000000;
}

#footer li a:hover{
	color:#cd1a04;
}

#copyright{
	z-index:1;
	color:#ffffff;
	position:fixed;
	bottom:17px;
	right:20px;
	font-size:10px;
}
/*
 *****************************************************************
 COMMON
 *****************************************************************
 */

html, body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 200px 0px;
}

a {
	text-decoration: none;
	outline: none;
	color: #cd1a04;
}

a:hover {
	text-decoration: none;
	outline: none;
}

h1 {
	margin-top: 15px;
	display: block;
	height: 45px;
	overflow: hidden;
	text-indent: -10000em;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 50px 0;
	display: block;
}

.arrow {
	position:relative;
	display: block;
	margin: auto ;
}

#main {
	z-index:2;
	position:relative;
	left: 215px;
	padding:40px;
	color: #000000;
	background-color: #FFFFFF;
}

/*
 *****************************************************************
 TOP
 *****************************************************************
 */
body#top {
	background-image: url('./img/bg_top.jpg');
	background-color: #000000;
}

#top #main {
	left: 200px;
	width:535px;
	padding:25px;
	color: #FFFFFF;
	background-color:transparent;
}

#top #whatsNew {
	width:240px;
	padding:10px 30px;
	text-shadow: 0px 0px 7px black;
}

#top .news a{
	padding:10px 0;
	color:#ffffff;
}

#top .news a:hover{
	color:#dddddd;
}

#top span{
	font-size:11px;
	display:block;
	padding-top:2px;
}

#top h1 {
	background: url(./img/title_top.png) no-repeat;
	margin-top: 0px;
	height: 200px;
}

#top h2 {
	overflow: hidden;
	text-indent: -10000em;
	background: url(./img/whats_new.png) no-repeat;
	height: 27px;
	margin:20px 0 15px -5px;
}

#top h3 {
	font-weight: bold;
	font-size: 11px;
	padding-bottom:3px;
}

#top .news {
	font-size: 13px;
	line-height: 160%;
	padding-bottom:18px;
}

/*
 *****************************************************************
 NEWS
 *****************************************************************
 */

body#news {
	background-image: url('./img/bg_top.jpg');
	background-color: #000000;
}

#news #main {
	width:380px;
}

#news h1 {
	background: url(./img/title_news.png) no-repeat;
}

#news h2 {
	margin-bottom:30px;
}

#news h3 {
	padding-top:0px;
	padding-bottom:30px;
}

#news p {
	font-size: 13px;
	line-height: 180%;
	padding-bottom:20px;
}

#news h3 {
	font-weight: bold;
	font-size: 19px;
	padding-bottom:20px;
}

/*
 *****************************************************************
 CANDIDATE
 *****************************************************************
 */
body#candidate01 {
	background-image: url('./img/bg_candidate.jpg');
	background-color: #000000;
}

#candidate01 #main {
	width:360px;
	height:700px;
}

#candidate01 h1 {
	background: url(./img/title_candidate01.png) no-repeat;
}

#candidate01 p {
	font-size: 13px;
	line-height: 180%;
	padding-bottom:20px;
}

body#candidate02 {
	background-image: url('./img/bg_candidate.jpg');
	background-color: #000000;
}

#candidate02 #main {
	width:380px;
}

#candidate02 .step {
	padding-bottom: 20px;
}

#candidate02 .arrow {
	padding-top:5px;
}

#candidate02 h1 {
	background: url(./img/title_candidate02.png) no-repeat;
}

#candidate02 h3 {
	padding-top: 10px;
	font-weight: bold;
	font-size: 17px;
}

#candidate02 p {
	font-size: 12px;
	line-height: 160%;
	padding:10px 0;
}

#candidate02 .mail {
	padding-top: 5px;
	display:block;
}


#candidate02 .notice {
	display:block;
	padding-top: 8px;
	font-size:11px;
}


body#candidate03 {
	background-image: url('./img/bg_candidate.jpg');
	background-color: #000000;
}

#candidate03 #main {
	width:420px;
}

#candidate03 h1 {
	background: url(./img/title_candidate03.png) no-repeat;
}

#candidate03 p {
	font-size: 13px;
	line-height: 180%;
}


#candidate03 .case {
	padding-bottom: 80px;
}

#candidate03 .income {
	float:right;
}

#candidate03 .arrow {
	padding-bottom:15px;
}

#candidate03 .before {
	background: url(./img/before.png) no-repeat;
	position:relative;
}

#candidate03 .after {
	background: url(./img/after.png) no-repeat;
	position:relative;
}

#candidate03 .point {
	background: url(./img/point.png) no-repeat;
	margin-top:25px;
	padding:17px 0;
}

#candidate03 h1 {
	background: url(./img/title_candidate03.png) no-repeat;
}

#candidate03 h3 {
	padding-top: 15px;
	margin-bottom:10px;
	font-weight: bold;
	font-size: 17px;
	line-height: 150%;
}

#candidate03 h4 {
	font-weight: bold;
	font-size: 13px;
	margin-left:62px;
}

#candidate03 h5 {
	font-size: 12px;
	margin-bottom:40px;
}

#candidate03 h6 {
	position:absolute;
	right:0px;
	margin-top:-19px;
	font-size: 12px;
}

#candidate03 p {
	font-size: 12px;
	line-height: 170%;
	padding:10px 0;
}


/*
 *****************************************************************
 CLIANT
 *****************************************************************
 */
body#client01 {
	background-image: url('./img/bg_client.jpg');
	background-color: #26477d;
}

#client01 #main {
	width:360px;
	height:700px;
}

#client01 h1 {
	background: url(./img/title_client01.png) no-repeat;
}

#client01 p {
	font-size: 13px;
	line-height: 180%;
	padding-bottom:20px;
}

body#client02, body#client03 {
	background-image: url('./img/bg_client.jpg');
	background-color: #26477d;
}

#client02 #main, #client03 #main {
	width:380px;
}

#client02 .step, #client03 .step {
	padding-bottom: 20px;
}

#client02 .arrow, #client03 .arrow {
	padding-top:5px;
}

#client02 h1, #client03 h1 {
	background: url(./img/title_client02.png) no-repeat;
}

#client02 h3, #client03 h3 {
	padding-top: 10px;
	font-weight: bold;
	font-size: 17px;
}

#client02 p, #client03 p {
	font-size: 12px;
	line-height: 160%;
	padding:10px 0;
}

#client02 .mail, #client03 .mail {
	padding-top: 5px;
	display:block;
}

#client02 .notice, #client03 .notice {
	display:block;
	padding-top: 8px;
	font-size:11px;
}


/*
 *****************************************************************
 COMPANY
 *****************************************************************
 */
body#company01 {
	background-image: url('./img/bg_company.jpg');
	background-color: #7aa7c6;
}

#company01 #main {
	width:370px;
}

#company01 h1 {
	background: url(./img/title_company01.png) no-repeat;
}

#company01 #philosophy {
	padding-bottom:30px;
}

#company01 #philosophy>img {
	margin-top:-10px;
	padding-bottom:30px;
}

#company01 #mission>img {
	padding-bottom:25px;
}

#company01 p {
	font-size: 13px;
	line-height: 180%;
	padding-bottom:20px;
}

#company01 h3 {
	padding-bottom:3px;
	font-size:18px;
	color:#cd1a04;
	font-weight:bold;
}

#company01 span {
	font-weight:bold;
}

body#company02 {
	background-image: url('./img/bg_company.jpg');
	background-color: #7aa7c6;
}

#company02 #main {
	width:420px;
}

#company02 h1 {
	background: url(./img/title_company02.png) no-repeat;
}

#company02 table {
	margin-bottom:30px;
}

#company02 td {
	font-size: 13px;
	line-height: 180%;
	padding:0 0 10px 0;
}

#company02 span {
	font-weight:bold;
}

#company02 iframe {
	border: solid 1px #cccccc;
}

#company02 small {
	font-size:12px;
	font-weight:bold;
}
#company02 a {
	color:#000000;
}

/*
 *****************************************************************
 OPPORTUNITY
 *****************************************************************
 */
body#opportunity{
	background-image: url('./img/bg_opportunity.jpg');
	background-color: #6480aa;
}

#opportunity #main {
	width:420px;
}

#opportunity h1 {
	background: url(./img/title_opportunity.png) no-repeat;
}

#opportunity h2 {
	margin-bottom:30px;
}

#opportunity h3 {
	padding-top:30px;
	font-size:19px;
	font-weight:bold;
}

#opportunity h4 {
	padding:15px 0;
	font-size:13px;
	font-weight:bold;
}

#opportunity .job {
	border-top: 1px solid black;
}

#opportunity .prevnext {
	border-top: 1px solid black;
	font-weight: bold;
	font-size:13px;
}

#opportunity .prev {
	float:left;
	padding:20px 0;
}

#opportunity .next {
	float:right;
	padding:20px 0;
}

#opportunity .syokumu {
	padding-bottom:10px;
}

#opportunity .btn {
	margin-bottom:30px;
}

#opportunity p {
	font-size: 12px;
	line-height: 180%;
	padding-bottom:20px;
}

#opportunity .wp-pagenavi {
	border-top: 1px solid black;
	padding-top:20px;
	padding-bottom:20px;
	clear: both;
}

#opportunity .wp-pagenavi a,#opportunity .wp-pagenavi span {
	text-decoration: none;
	font-size:12px;
	color:#000000;
	border: 1px solid #000000;
	padding: 3px 6px;
	margin-right: 10px;
	font-weight: bold;
}

#opportunity .wp-pagenavi a:hover {
	border-color: #cd1a04;
	color:#cd1a04;
}

#opportunity .wp-pagenavi span.current {
	border-color: #cd1a04;
	font-weight: bold;
	color: #cd1a04;
}


#opportunity.detail #main {
	width:550px;
}

#opportunity.detail table, #opportunity.detail table td, #opportunity.detail table th {
	border: 1px #aaaaaa solid;
	font-size:13px;
	line-height:180%;
}

#opportunity.detail h3 {
	padding-top:0px;
	padding-bottom:30px;
}

#opportunity.detail .btn {
	margin-top:30px;
	margin-bottom:20px;
}

#opportunity.detail table td {
	padding:10px;
}

#opportunity.detail table td.left {
	width:80px;
	text-align:center;
	background-color:#eeeeee;
}

#opportunity.coming #main {
	height:650px;
}

#opportunity.coming p {
	font-size: 13px;
	padding-top:20px;
}


/*
 *****************************************************************
 PRIVACY POLICY
 *****************************************************************
 */
body#privacy {
	background-image: url('./img/bg_privacy.jpg');
	background-color: #000000;
}

#privacy #main {
	width:400px;
}

#privacy h1 {
	background: url(./img/title_privacy.png) no-repeat;
}

#privacy h2 {
	font-size:15px;
	font-weight:bold;
	color:#000000;
}

#privacy h3 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-top:40px;
	padding-bottom:12px;
}

#privacy h3.first {
	padding-top:0px;
}

#privacy h4 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-top:15px;
	padding-bottom:8px;
}

#privacy span {
	display:block;
	font-size: 11px;
	line-height: 180%;
	padding-top:10px;
	padding-bottom:30px;
}


#privacy p {
	font-size: 12px;
	line-height: 180%;
	padding-bottom:10px;
}

