@charset "utf-8";
/*2012.6 v1.3*/


/*----------------------------------------------------------------------------*/
body.nomalMode {
	
}

#scrollArea {
	height: auto;
	overflow: hidden;
}

.type1 #main { width: 710px; }
.type1 #sub { width: 190px; }

.type2 #leftTitle { width: 330px; }
.type2 #main { width: 380px; }
.type2 #sub { width: 190px; }

.type3 #leftTitle { width: 330px; }
.type3 #main { width: 570px; }

.type4 #main { width: 900px; }

body.slideMode #scrollArea {
	height: 450px;
	overflow: hidden;
}

section {
	height: 450px;
}

body.slideMode section {
	margin-bottom: 0px;
	height: 450px;
}

body.slideMode .type1 #main { width: 710px; }
body.slideMode .type1 #sub { height: 450px; }	/*スクロールのため、後で直す*/

body.slideMode .type2 #leftTitle { width: 330px; }
body.slideMode .type2 #main { width: 380px; }
body.slideMode .type2 #sub { height: 450px; }	/*スクロールのため、後で直す*/





/*----------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
}

.wrap {
	width: 902px;
}

header, footer, #contents {
	display: block;
	margin: 0px auto 3px auto;
}

header #headerNav a, 
footer #visitedContents a { color: #FFFFFF; }
header #headerNav a:hover { color: #33AAFF; }
footer a { color: #666666; }

#contents, #main, #sub {
	
}

/*----------------------------------------------------------------------------*/
#contents {
	position: relative;
	z-index: 300;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  
	
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#contents p, #contents ul, #contents ol, #contents dl, #contents table {
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
#contents p { line-height: 1.5em; }

#contents.top {
	background: url(../img/topAnimation.gif);
	background-position: 700px 300px;
	background-repeat: no-repeat;
}

#contents.top.none {
	background: none;
}

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

/*
#mainNav {
	position: absolute; top: 0px; left: 0px;
	z-index: 50;
	padding-top: 7px;
	
	width: 710px;
	
	opacity: 0.5; filter: alpha(opacity=100);
	
	background: #FFFFFF;
}
*/
/*
#mainNav:hover {
	opacity: 1.0; filter: alpha(opacity=100);
}
#mainNav ul { padding-left: 10px; }
#mainNav li { margin-right: 7px; font-size: 0.8em; }
#mainNav li a { color: #BBBBBB; text-decoration: none; }
#mainNav li a:hover { color: #000000; }
#mainNav li:hover, #mainNav li.select { color: #000000; border-bottom: 1px dotted #666666; }
*/




#mainNav {
	position: absolute; top: 0px; left: 0px;
	/*z-index: 50;*/
	padding-top: 7px;
	width: 710px;
	
	background: #FFFFFF;
	
}


#mainNav ul { padding-left: 10px; }
#mainNav li { margin-right: 7px; font-size: 0.8em; }
#mainNav li a { color: #BBBBBB; text-decoration: none; }
#mainNav li a:hover { color: #000000; }
#mainNav li:hover,
#mainNav li.select { color: #000000; border-bottom: 1px dotted #666666; }



#mainNav:hover li a,
#mainNav.select li a { color: #000000; }
#mainNav:hover li a:hover { color: #2299FF; }
#mainNav:hover li:hover,
#mainNav:hover li.select { color: #2299FF; border-bottom: 1px dotted #2299FF; }
#mainNav:hover li:hover a { color: #2299FF; }

/*----------------------------------------------------------------------------*/
#main {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	min-height: 420px;
	padding-top: 30px;
}

#main p, #main ul, #main ol, #main dl, #main table {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#main p { margin-bottom: 1.0em; }
#main ol.list li { margin-left: 1.8em; list-style-type: decimal; }
#main ul.list li { margin-left: 1.8em; list-style-type: circle; }

/*----------------------------------------------------------------------------*/
#sub {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	padding: 0px 10px;
}

#sub ul {
	
}
#sub li {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	
	text-align: right;
	font-size: 0.90em;
	line-height: 1.2em;
	color: #BBBBBB;
	cursor: pointer;
	vertical-align: middle;
}
#sub li.select, #sub li.hover, #sub li:hover { color: #000000; }

#viewMode {
	position: absolute; bottom: 0px; right: 0px;
	padding-right: 10px;
}

#viewMode img { cursor: pointer; }


/*----------------------------------------------------------------------------*/
#leftTitle {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	
}
#leftTitle section {
	margin: 0px 20px 0px 15px;
	-webkit-transition: all 0.10s ease-in-out;
	-moz-transition: all 0.10s ease-in-out;
}
#leftTitle h2 {
	margin-top: 0px;
	margin-left: 0px;
	
	padding-top: 150px;
	padding-left: 0px;
}
#leftTitle section.up {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-webkit-transform: rotate(15deg);  
    -moz-transform: rotate(15deg);
}
#leftTitle section.down {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-webkit-transform: rotate(-15deg);  
    -moz-transform: rotate(-15deg);
}


/*----------------------------------------------------------------------------*/
section {
	/*display: box;*/
	display: block;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;

	/*padding-top: 30px;*/
	padding-left: 10px;
	clear: both;
	
	height: auto;
}


/*----------------------------------------------------------------------------*/
h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 14px;
	font-size: 2.7em;
	line-height: 1.0em;
	
	color: #000000;
	
	margin-left: -15px;
	padding-left: 30px;
	padding-bottom: 5px;
	color: #333333;
/*	text-shadow: #999999 0px -1px, #FFFFFF 1px 0px, #FFFFFF 0px 1px, #FFFFFF -1px 0px;*/
	border-bottom: 1px #333333 dotted;
}
h2.size24 { font-size: 2.4em; }
h2.size22 { font-size: 2.2em; }


h2.topImg {
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: -40px;
	font-size: 2.8em;
	line-height: 1.0em;
	
	border-bottom: none;
	
	color: #000000;
}
h3 {
	margin-bottom: 20px;
	margin-left: -10px;
	padding-left: 25px;
	font-size: 1.5em;
	background: url(../img/dot1.gif);
	color: #666666;
}
h3.noBackground {
	margin-top: 10px;
	margin-bottom: 10px;
	background: none;
}
h3 span {
	display: inline-block;
	margin: 0px;
	padding: 4px 8px 2px 8px;
	
	background: #FFFFFF;
	vertical-align: middle;
}
h4 {
	
}

a img:hover, .img:hover {
/*	-moz-box-shadow: 0px 0px 15px #33AAFF; -webkit-box-shadow: 0px 0px 3px #33AAFF; -ms-box-shadow: 0px 0px 3px #33AAFF; box-shadow: 0px 0px 3px #33AAFF;
*/
}

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


.test {
	background: #FF0000;
}


.banner li {
	margin-right: 15px;
	margin-bottom: 15px;
}
.banner img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 0em;
	border: 1px solid #CCCCCC;
}


#main dl.row2 .dlSet {
	display: inline-block;
	float: left;
	width: 50%;
	vertical-align: top;
}
#main dl.row2 {
	display: block;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	margin: 0px;
	margin-bottom: 15px;
}
#main dl.row2 dt, #main dl.row2 dd {
	display: block;
	margin: 0px 20px;
}
#main dl.row2 dt {
	margin-bottom: 3px;
	font-size: 1.2em;
	color: #000000;
}
#main dl.row2 dd {
	height: 4em;
	padding-left: 1px;
	font-size: 0.9em;
	color: #999999;
}
#main dl.row2 dt span{
	font-weight:bold;
	color:#666666;
}

#main div.job{
	display: inline-block;
	float: left;
	width: 50%;
	vertical-align: top;
	padding:0 20px;
	width:310px;
}

#main div.job h4{
	margin-bottom: 3px;
	font-size: 1.2em;
	color: #666666;
}

#main div.job p{
	margin:0;
	padding:0;
	height: 4em;
	font-size: 0.9em;
	color: #999999;
}

/*----------------------------------------------------------------------------*/
dl.faq dt {
	margin-bottom: 3px;
	padding-left: 22px;
	background-image: url(../img/recruit/q.png); background-repeat: no-repeat; background-position: top left;
	
	color: #000000;
	font-weight: bold;
}

dl.faq dd {
	margin-bottom: 25px;
	padding-left: 22px;
	background-image: url(../img/recruit/a.png); background-repeat: no-repeat; background-position: top left;
}


/*----------------------------------------------------------------------------*/
.crew {
	text-shadow: 1px 1px 3px #000;
}

.crew01 {
	background-image: url(../img/crew01.png); background-position: 30px bottom; background-repeat: no-repeat;
}

.backImg00 { background: url(../img/illust/ill00.png) no-repeat 630px 230px; }
.backImg01 { background: url(../img/illust/ill01.png) no-repeat 720px 220px; }
.backImg02 { background: url(../img/illust/ill02.png) no-repeat 390px 110px; }
.backImg03 { background: url(../img/illust/ill03.png) no-repeat 410px 140px; }
.backImg04 { background: url(../img/illust/ill04.png) no-repeat 650px 190px; }
.backImg05 { background: url(../img/illust/ill05.png) no-repeat 420px 230px; }
.backImg07 { background: url(../img/illust/ill07.png) no-repeat 280px 140px; }
.backImg08 { background: url(../img/illust/ill08.png) no-repeat 300px 150px; }
.backImg09 { background: url(../img/illust/ill09.png) no-repeat 330px 120px; }

.wid_0 { width: 0%; }
.wid_10 { width: 10%; }
.wid_20 { width: 20%; }
.wid_30 { width: 30%; }
.wid_40 { width: 40%; }
.wid_50 { width: 50%; }
.wid_60 { width: 60%; }
.wid_70 { width: 70%; }
.wid_80 { width: 80%; }
.wid_90 { width: 90%; }
.wid_100 { width: 100%; }

ul.parentLeft li{ float: left; }
ol.parentRight li{ float: right; }

.fullWidth { width: 100%; }
.harfWidth { width: 50%; }

.textLeft { text-align: left !important; }
.textCenter { text-align: center !important; }
.textRight { text-align: right !important; }
.textTop { vertical-align: top !important; }
.textMiddle { vertical-align: middle !important; }
.textBottom { vertical-align: bottom !important; }


table.textLeft th, table.textLeft td, tr.textLeft th, tr.textLeft td { text-align: left; }
table.textCenter  th, table.textCenter  td, tr.textCenter th, tr.textCenter td { text-align: center; }
table.textRight th, table.textRight td, tr.textRight th, tr.textRight td { text-align: right; }

table.textTop tr, tr.textTop { vertical-align: top; }
table.textMiddle tr, tr.textMiddle { vertical-align: center; }
table.textBottom tr, tr.textBottom { vertical-align: bottom; }

.center { margin-left: auto; margin-right: auto; text-align: center;}

strong { font-weight: bold; color: #FF6699; }
strong.big { color: #000000; letter-spacing: 0px; }

.black { color: #000000 !important; }
.bold { font-weight: bold !important; }
.big { font-size: 125%; padding-bottom: 0.5em; letter-spacing: 0px; }
.big2 { font-size: 150%; padding-top: 0.5em; padding-bottom: 0.5em; line-height: 1.5em; font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif; }

.example { padding-left: 10px; font-size: 0.85em; color: #999999; }


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

#main .serviceView {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	border: 2px solid #FFFFFF;
}

#main .serviceView span {
	display: block;
}

#main .serviceView div {
	display: block;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}

#main .serviceView .radius {
	display: block;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	margin: 0px;
	
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	background: #CCCCCC;
	/*border: 2px solid #FFFFFF;*/
	margin: 2px;
}

#main .serviceView div.select {
	background: #333333;
}

#main .serviceView p {
	display: block;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 10px 0px 10px;
	
	height: 45px;
	
	text-align: center;
	vertical-align: center;
	
	font-size: 16px;
	font-weight: bold;
}
#main .serviceView .full {
	width: 450px;
}
#main .serviceView .harf {
	width: 223px;
}
#main .serviceView .third1 {
	width: 148px;
}
#main .serviceView .third2 {
	width: 298px;
}
#main .serviceView .relative {
	position: relative;
}
#main .serviceView .inThird {
	margin: 5px;
	margin-bottom: 12px;
	padding: 7px 10px 0px 10px;
	height: 35px;
	font-size: 12px;
	letter-spacing: 0px;
}

#main .serviceView .hDouble {
	height: 90px;
}




/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
#tuvbox {
	padding: 5px 15px;
	height: 125px;
	margin: 1em;
	border: 1px solid #CCC;
}
#tuvbox img {
	margin-right: 20px;
}

#tuvbox p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

/*---------------------------------------------------------------------------
 forIE6 7 8 
BrowserMessage
---------------------------------------------------------------------------*/
.browser{
	width:100%;
	text-align:center;
	background-color:#f1f1f1;
	padding:20px 0;
	display:none;
/*	display:block\9;*/
}

.message{
	width:390px;
	margin:0 auto;
	font-size:1.3em;
	line-height:1.3em
}

.browsericon{
	width:390px;
	margin:0 auto;
}

.browsericon li{
	float:left;
	margin-right:30px;
}

.attention{
	background-image: url(../img/icon_attention.gif);
	background-position: left top;
	background-repeat: no-repeat;
}



/*---------------------------------------------------------------------------
 forIE6 7 8 
BrowserMessage
---------------------------------------------------------------------------*/
.messageOld {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	overflow: hidden;
}

/*IE6-IE9、「IE9をバージョンアップするか、他のブラウザで見てみない?」
.message0 { background-image: url(../img/sorry00.gif); background-repeat: no-repeat; margin-left: 0px; width: 415px; height: 310px; }
.message1 { background-image: url(../img/sorry05.gif); background-repeat: no-repeat; margin-left: 500px; width: 399px; height: 251px; }

a#ie { position:absolute; top: 55px; left: 533px; }
a#chrome { position:absolute; top: 56px; left: 580px; }
a#firefox { position:absolute; top: 58px; left: 626px; }
a#safari { position:absolute; top: 57px; left: 672px; }
*/


/*IE9のみ、「他のブラウザで見てみない?」*/
.message0 { background-image: url(../img/sorry00.gif); background-repeat: no-repeat; margin-left: 0px; width: 415px; height: 310px; }
.message1 { background-image: url(../img/sorry04.gif); background-repeat: no-repeat; margin-left: 500px; width: 399px; height: 251px; }

a#ie { display: none; position:absolute; top: 58px; left: 533px; }
a#chrome { position:absolute; top: 57px; left: 537px; }
a#firefox { position:absolute; top: 57px; left: 583px; }
a#safari { position:absolute; top: 58px; left: 629px; }


.messageHide {
	height: 0px;
}

.showMessageOld {
	display: block;
	position: absolute;
}

/*
#contents #messageOldMask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	overflow: hidden;
}
*/

div#player_movie {
	background: #FF0000;
}




.yamane { color: #478b10; }
.yamaneName { color: #478b10; font-weight: bold; }
.yamakawa { color: #1680d8; }
.yamakawaName { color: #1680d8; font-weight: bold; }
.host { color: #666666; }
.hostName { color: #666666; font-weight: bold; }
