/*---------------------------------------------
INFORMATION :: STYLE.CSS
*---------------------------------------------*
01 :: + BASE
02 :: + FONT
03 :: + COMMON
04 :: + TOP PAGE
05 :: + WHATSNEW PAGE
06 :: + KYUJIN LIST PAGE
07 :: + KYUJIN DETAIL PAGE
08 :: + SEARCH
09 :: + SLIDER
10 :: + ENTRYFLOW
11 :: + JINJI MSG
12 :: + Interview
13 :: + Corporate
14 :: + Product
----------------------------------------------*/

/* 01 :: + BASE
+---------------------------------*/
body {
	background:#FFF;
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size:16px;
    line-height:1.5;  
	color:#333;
    -webkit-text-size-adjust:none;
} 
a {
	text-decoration:none;
	color:#333;
}

/* 02 :: + FONT
+---------------------------------*/
#reSearch a,
.whatsTtl .bt a,
#whatsNewPage li time,
#bottom p,
#bottom li a,
footer,
.notfound,
#result,
.kyuListHyo dl,
.kyujinDetailTop p,
.kyujinDetail dt {
	font-size:12px;
}
#search h1,
#search h2,
#search h3,
#search.typeD .partsGroup a,
#kyujinA02L .kyuListHyo dd,
.kyujinDetail dd,
.kyujinDetailTop h3,
.kyujinDetail h4,
.flowBox p,
.privacyBox dt,
.privacyBox dd {
	font-size:14px;
}
#search .searchBt input,
#search .resetBt input,
#search .partsGroup select {
	font-size:15px;
}
#search .partsGroup input#K2V {
	font-size:16px;
}

/* 03 :: + COMMON
+---------------------------------*/
/* header
+-----------------*/
header {
	position:relative;
	border-bottom:solid 1px #c2c2c2;
	width:100%;
	height:45px;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(70%, #FFF), color-stop(98%, #DDD), color-stop(100%, #FFF));
background:-webkit-linear-gradient(top, #FFF 0%, #FFF 70%, #DDD 98%, #FFF 100%);
background:linear-gradient(top, #FFF 0%, #FFF 70%, #DDD 98%, #FFF 100%);
background-color:#FFF;
}
header h1 {
	position:absolute;
	top:10px;
	left:10px;
}
/* reSearch
+-----------------*/
header #reSearch {
	position:absolute;
	top:0;
	right:0;
}
header #reSearch a {
	display:block;
	padding-left:18px;
	height:45px;
	text-align:center;
	line-height:45px;
	width:4em;
	border-left:solid 1px #C2C2C2;
	background-color:#FFF;
background:url(../img/header_menu_icon.png) no-repeat 8px center,
-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(48%, #FFF), color-stop(49%, #ececec), color-stop(98%, #dedede), color-stop(100%, #FFF));
background:url(../img/header_menu_icon.png) no-repeat 8px center,
-webkit-linear-gradient(top, #FFF 0%, #FFF 48%, #ececec 49%, #dedede 98%, #FFF 100%);
background:url(../img/header_menu_icon.png) no-repeat 8px center,
linear-gradient(top, #FFF 0%, #FFF 48%, #ececec 49%, #dedede 98%, #FFF 100%);
	background-size:14px 12px,auto;
}
header #reSearch a.active {
background:url(../img/header_menu_icon.png) no-repeat 8px center,
-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(2%, #dedede), color-stop(48%, #ececec), color-stop(49%, #FFF), color-stop(100%, #FFF));
background:url(../img/header_menu_icon.png) no-repeat 8px center,
-webkit-linear-gradient(top, #FFF 0%, #dedede 2%, #ececec 48%, #FFF 49%, #FFF 100%);
background:url(../img/header_menu_icon.png) no-repeat 8px center,
linear-gradient(top, #FFF 0%, #FFF 2%, #ececec 48%, #FFF 49%, #FFF 100%);
	background-size:14px 12px,auto;
}
/* topTtl typeC
+-----------------*/
#topTtl {
	margin-bottom:10px;
	padding:7px 0 7px 10px;
	border-bottom:solid 1px #C2C2C2;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDD), color-stop(100%, #EEE));
background:-webkit-linear-gradient(top, #DDD 0%, #EEE 100%);
background:linear-gradient(top, #DDD 0%, #EEE 100%);
	background-color:#DDD;
	text-shadow:1px 1px 0 #FFF;
}
/* pageTtl
+-----------------*/
#pageTtl {
	padding:7px 0 7px 7px;
	border-bottom:solid 1px #C2C2C2;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(50%, #FFF), color-stop(98%, #DDD), color-stop(100%, #FFF));
background:-webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #DDD 98%, #FFF 100%);
background:linear-gradient(top, #FFF 0%, #FFF 50%, #DDD 98%, #FFF 100%);
	background-color:#FFF;
	text-shadow:1px 1px 0 #FFF;
}
#pageTtl h1 {
	text-indent:7px;
	text-shadow:1px 1px 0 #FFF;
}
/* contNav
+-----------------*/
#contNav {
	margin-bottom:30px;
}
#contNav h1 {
	padding:5px;
	border-top:solid 1px #191919;
	border-left:solid 1px #191919;
	background:#494949;
	text-shadow:1px 1px 1px #191919;
	font-weight:normal;
	color:#FFF;
}
#contNav li a {
	display:block;
	padding:10px;
	border-bottom:solid 1px #c2c2c2;
	/*background:url(../img/icon_pclink.gif) no-repeat right center;
	background-size:27px 20px;*/
}
#contNav li.haken a {
	background:none;
}

/* bottom
+-----------------*/
#bottom ul {
	overflow:hidden;
	padding:5px 0;
	border-top:solid 1px #c2c2c2;
	border-bottom:solid 1px #c2c2c2;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(50%, #FFF), color-stop(100%, #d7d7d7));
background:-webkit-linear-gradient(top, #FFF 0%,  #FFF 50%, #d7d7d7 100%);
background:linear-gradient(top, #FFF 0%, #FFF 50%, #d7d7d7 100%);
}
#bottom li.home {
	float:left;
	margin-left:5px;
}
#bottom li.pagetop {
	float:right;
	margin-right:5px;
}
#bottom li a {
	display:block;
	border:solid 1px #b0b0b0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#FFF;
	text-shadow:1px 1px 0 #FFF;
	padding-left:20px;
	text-align:center;
	line-height:30px;
}
#bottom li.home a {
	width:4.3em;
background:url(../img/icon_home.png) no-repeat 7px 9px,
-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(49%, #e3e3e3), color-stop(50%, #c6c6c6), color-stop(98%, #d5d5d5), color-stop(100%, #FFF));
background:url(../img/icon_home.png) no-repeat 7px 9px,
-webkit-linear-gradient(top, #FFF 0%, #e3e3e3 49%, #c6c6c6 50%, #d5d5d5 98%, #FFF 100%);
background:url(../img/icon_home.png) no-repeat 7px 9px,
linear-gradient(top, #FFF 0%, #e3e3e3 49%, #c6c6c6 50%, #d5d5d5 98%, #FFF 100%);
	background-size:12px 11px,auto;
}
#bottom li.pagetop a {
	width:8em;
background:url(../img/icon_pagetop.png) no-repeat 7px 9px,
-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(49%, #e3e3e3), color-stop(50%, #c6c6c6), color-stop(98%, #d5d5d5), color-stop(100%, #FFF));
background:url(../img/icon_pagetop.png) no-repeat 7px 9px,
-webkit-linear-gradient(top, #FFF 0%, #e3e3e3 49%, #c6c6c6 50%, #d5d5d5 98%, #FFF 100%);
background:url(../img/icon_pagetop.png) no-repeat 7px 9px,
linear-gradient(top, #FFF 0%, #e3e3e3 49%, #c6c6c6 50%, #d5d5d5 98%, #FFF 100%);
	background-size:12px 11px,auto;
}
#bottom dl {
	padding:10px 0;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #c2c2c2;
	background:#e4e4e4;
	text-align:center;
}
#bottom dt {
	display:inline;
}
#bottom dt:after {
	content:" :";
}
#bottom dd {
	display:inline;
	padding:0 5px 0 8px;
	border-left:solid 1px #999;
}
#bottom dd:first-of-type {
	padding-left:0;
	border-left:none;
}
#bottom dd a {
	color:#1919f9;
}
#bottom p {
	padding:5px;
	background:#FFF;
	text-align:center;
}
#bottom p a {
	text-decoration:underline;
	color:#666;
}
/* footer
+-----------------*/
footer {
	padding:5px 0;
	color:#FFF;
	text-align:center;
}
/* notfound
+-----------------*/
.notfound {
	padding:20px 0 30px;
	text-align:center;
}

/* 04 :: + TOP PAGE
+---------------------------------*/
/* mainImage
+-----------------*/
#mainImage {
	margin-bottom:20px;
	text-align:center;
}
/* sliderArea
+-----------------*/
#sliderArea {
	margin-bottom:15px;
}
/* btKyujin
+-----------------*/
#btKyujin {
	margin:0 auto 20px;
	padding:5px;
	width:270px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:url(../img/search_bt_bg.gif);
}
#btKyujin a {
	display:block;
	width:270px;
	height:45px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(10%, #FFF), color-stop(49%, #dfdfdf), color-stop(50%, #c9c9c9), color-stop(90%, #e7e7e7), color-stop(100%, #e7e7e7));
background:-webkit-linear-gradient(top, #FFF 0%, #FFF 10%, #dfdfdf 49%, #c9c9c9 50%, #e7e7e7 90%, #e7e7e7 100%);
background:linear-gradient(top, #FFF 0%, #FFF 10%, #dfdfdf 49%, #c9c9c9 50%, #e7e7e7 90%, #e7e7e7 100%);
	background-color:#FFF;
	text-shadow:1px 1px 1px #FFF;
	text-align:center;
	line-height:45px;
}
/* whatsNewArea
+-----------------*/
#whatsNewArea {
	margin-bottom:15px;
}
#whatsNewArea .whatsTtl {
	position:relative;
	padding:7px 0 7px 7px;
	border-top:solid 1px #c2c2c2;
	border-bottom:solid 1px #c2c2c2;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(20%, #FFF), color-stop(98%, #e3e3e3), color-stop(99%, #FFF), color-stop(100%, #FFF));
background:-webkit-linear-gradient(top, #FFF 0%, #FFF 20%, #e3e3e3 98%, #FFF 99%, #FFF 100%);
background:linear-gradient(top, #FFF 0%, #FFF 20%, #e3e3e3 98%, #FFF 99%, #FFF 100%);
	background-color:#FFF;
}
.whatsTtl h1 {
	position:relative;
	text-indent:7px;
	text-shadow:1px 1px 0 #FFF;
}
.whatsTtl .bt a {
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	width:9em;
	height:25px;
	border:solid 1px #c2c2c2;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
background:url(../img/whats_arrow.gif) no-repeat 7px 6px,
-webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #FFF));
background:url(../img/whats_arrow.gif) no-repeat 7px 6px,
-webkit-linear-gradient(top, #e8e8e8 0%, #FFF 100%);
background:url(../img/whats_arrow.gif) no-repeat 7px 6px,
linear-gradient(top, #e8e8e8 0%, #FFF 100%);
	background-size:11px 11px,auto;
	box-shadow:-1px -1px 0 #FFF;
	line-height:25px;
	text-indent:22px;
}

/* 05 :: + WHATSNEW PAGE
+---------------------------------*/
#whatsNewPage.wnList {
	margin-bottom:30px;
}
#whatsNewPage li {
	border-bottom:solid 1px #CCC;
	background-color:#FFF;	
}
#whatsNewPage li a {
	display:block;
	padding:10px 20px 10px 10px;
	outline:medium none;
}
#whatsNewPage li time {
	display:block;
	color:#808080;
}

/* 06 :: + KYUJIN LIST PAGE
+---------------------------------*/
/* result
+-----------------*/
#result {
	margin-bottom:10px;
	padding:5px;
	border-bottom:dotted 1px #CCC;
	color:#666;
}
/* kyujinList
+-----------------*/
.kyujinList {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:dotted 1px #5f5f5f;
}
.kyujinList:last-of-type {
	margin-bottom:0;
	border-bottom:none;
}
/* icon
+-----------------*/
.kyujinList .icon,
#kyujinDetailArea .icon {
	padding-left:5px;
}
.kyujinList .icon.new,
#kyujinDetailArea .icon.new {
	background:url(../img/icon/icon_new.gif) no-repeat right bottom;
	background-size:38px 25px;
}
.kyujinList .icon img,
#kyujinDetailArea .icon img {
	padding-bottom:5px;
	vertical-align:bottom;
}
.kyujinList .icon .koyou,
#kyujinDetailArea .icon .koyou {
	width:85%;
}
/* kyuListHyo
+-----------------*/
.kyujinList .kyuListHyo {
	overflow:hidden;
	margin:0 5px 5px;
	padding:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.kyuListHyo h2 {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #c2c2c2;
}
.kyuListHyo img {
	float:left;
}
.kyuListHyo .detail {
	padding-left:125px;
}
.kyuListHyo .detail.nonePhoto {
	padding-left:0;
}
.kyuListHyo dl {
	border-bottom:dotted 1px #c2c2c2;
}
.kyuListHyo dt {
	display:inline;
	color:#666;
}
.kyuListHyo dd {
	display:inline;
}
.kyuListHyo dt:after {
	content:" :";
}
/* bt
+-----------------*/
.kyujinList .kyuListBt,
.kyuEntry {
	overflow:hidden;
	text-align:center;
}
.kyujinList .kyuListBt a,
.kyuEntry a,
.JinjiListBox .JinjiListBt a {
	height:30px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:30px;
	text-align:center;
	color:#FFF;
}
.kyujinList .kyuListBt a {
	display:inline-block;
	margin:0 5px;
	width:130px;
}
.kyuEntry a {
	display:block;
	margin:0 auto 20px;
	width:200px;
}
.kyujinList .kyuListBt a.entry,
.kyuEntry a.entry {
	border:solid 3px #ff2e12;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff543d), color-stop(100%, #ff2e12));
background:-webkit-linear-gradient(top, #ff543d 0%, #ff2e12 100%);
background:linear-gradient(top, #ff543d 0%, #ff2e12 100%);
	background-color:#ff2e12;
}
/* pageNavi
+-----------------*/
.pageNavi {
	padding:8px 0;
	background:#e9e9e9;
	text-align:center;
	color:#999;
}
.pageNavi a,
.pageNavi .current,
.pageNavi .first,
.pageNavi .last {
	display:inline-block;
	padding:0 3px;
	height:32px;
	text-align:center;
	font-size:12px;
	line-height:32px;
}
.pageNavi .firstLink a {
	padding-left:1em;
	width:4em;
	background:url(../img/page_right.gif) no-repeat right top,
		url(../img/page_first.gif) no-repeat left top,
		url(../img/page_bg.gif) repeat-x;
	background-size:auto 32px;
	color:#FFF;
}
.pageNavi .first {
	padding-left:1em;
	width:4em;
	background:url(../img/page_right02.gif) no-repeat right top,
		url(../img/page_first02.gif) no-repeat left top,
		url(../img/page_bg02.gif) repeat-x;
	background-size:auto 32px;
}
.pageNavi .lastLink a {
	padding-right:1em;
	width:4em;
	background:url(../img/page_left.gif) no-repeat left top,
		url(../img/page_last.gif) no-repeat right top,
		url(../img/page_bg.gif) repeat-x;
	background-size:auto 32px;
	color:#FFF;
}
.pageNavi .last {
	padding-right:1em;
	width:4em;
	background:url(../img/page_left02.gif) no-repeat left top,
		url(../img/page_last02.gif) no-repeat right top,
		url(../img/page_bg02.gif) repeat-x;
	background-size:auto 32px;
}
.pageNavi .current {
	width:2em;
	background:url(../img/page_left02.gif) no-repeat left top,
		url(../img/page_right02.gif) no-repeat right top,
		url(../img/page_bg02.gif) repeat-x;
	background-size:auto 32px;
}
.pageNavi .no_current a {
	width:2em;
	background:url(../img/page_left.gif) no-repeat left top,
		url(../img/page_right.gif) no-repeat right top,
		url(../img/page_bg.gif) repeat-x;
	background-size:auto 32px;
	color:#FFF;
}

/* 07 :: + KYUJIN DETAIL PAGE
+---------------------------------*/
/* icon
+-----------------*/
#kyujinDetailArea .icon {
	margin:10px 0;
}
/* kyujinDetailTop
+-----------------*/
.kyujinDetailTop {
	overflow:hidden;
	margin:0 5px 10px;
}
.kyujinDetailTop h2 {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom: solid 1px #c2c2c2;
}
.kyujinDetailTop h3 {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom: dotted 1px #c2c2c2;
}
.kyujinDetailTop p {
	margin-bottom:10px;
}
.kyujinDetailTop .photo {
	text-align:center;
}
/* kyujinDetail
+-----------------*/
.kyujinDetail {
	margin:0 5px 10px;
	padding:6px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.kyujinDetail h4 {
	margin:0 5px 5px;
	text-indent:5px;
	line-height:1.2;
}
.kyujinDetail .naiyou,
.kyujinDetail .oubo {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#FFF;
}
.kyujinDetail .naiyou {
	margin-bottom:6px;
}
.kyujinDetail dl {
	padding:5px;
	border-bottom:dotted 1px #c2c2c2;
}
.kyujinDetail dl:last-child {
	border-bottom:none;
}
.kyujinDetail dt {
	display:inline;
	color:#666;
}
.kyujinDetail dt:after {
	content:" :";
}
.kyujinDetail dd {
	display:inline;
}

/* 08 :: + SEARCH
+---------------------------------*/
#search {
	margin:0 5px 20px;
	padding:7px;
	border:solid 1px #c2c2c2;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#e9e9e9;
}
#search h1 {
	margin-bottom:10px;
	background:url(../img/search_icon.png) no-repeat left top;
	background-size:24px 26px;
	text-indent:25px;
	text-shadow:1px 1px 1px #FFF;
	line-height:30px;
}
#search .bt a {
	display:block;
	margin:0 auto 5px;
	border:solid 1px #a5a5a5;
	width:100%;
	height:50px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 1px #FFF;
	text-indent:20px;
	line-height:50px;
}
#search .panel {
	margin-top:10px;
	padding-top:10px;
	border-top:solid 1px #c2c2c2;
}
#search .panel h2 {
	padding:6px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f5f5f), color-stop(100%, #494949));
background:-webkit-linear-gradient(top, #5f5f5f 0%, #494949 100%);
background:linear-gradient(top, #5f5f5f 0%, #494949 100%);
	background-color:#494949;
	text-shadow:-1px -1px 0 #000;
	color:#FFF;
}
#search .detail {
	padding:5px 0 10px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	background:#FFF;
}
#search .partsGroup {
	margin-bottom:10px;
	padding:5px 10px 0;
}
#search .partsGroup h3 {
	margin-bottom:5px;
	border-left:solid 4px #494949;
	border-bottom:dotted 1px #494949;
	text-indent:5px;
}
#search .partsGroup select {
	padding:3px 0;
	width:200px;
}
#search .partsGroup select[name="_KTY_"] {
	width:100px;
}
#search .partsGroup input#K2V {
	width:80px;
}
/*indexB01*/
#indexB01 #search .panel h2 {
	padding:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#494949;
background:url(../img/search_plus.png) no-repeat 5px 7px,
-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f5f5f), color-stop(100%, #494949));
background:url(../img/search_plus.png) no-repeat 5px 7px,
-webkit-linear-gradient(top, #5f5f5f 0%, #494949 100%);
background:url(../img/search_plus.png) no-repeat 5px 7px,
linear-gradient(top, #5f5f5f 0%, #494949 100%);
	background-size:25px auto ,auto;
	text-indent:35px;
	line-height:40px;
}
#indexB01 #search .panel h2.on {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
background:url(../img/search_plus.png) no-repeat 5px -28px,
-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f5f5f), color-stop(100%, #494949));
background:url(../img/search_plus.png) no-repeat 5px -28px,
-webkit-linear-gradient(top, #5f5f5f 0%, #494949 100%);
background:url(../img/search_plus.png) no-repeat 5px -28px,
linear-gradient(top, #5f5f5f 0%, #494949 100%);
}
/*typeB*/
#search.typeB .partsGroup li {
	position:relative;
	border-bottom:solid 1px #c2c2c2;
	width:100%;
	height:40px;
}
#search.typeB .partsGroup li span {
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
	width:22px;
	height:22px;
	background:url(../img/checkbox.gif) no-repeat left top;
	background-size:100% auto;
}
#search.typeB .partsGroup li span.on {
	background:url(../img/checkbox.gif) no-repeat left bottom;
	background-size:22px;
}
#search.typeB .partsGroup li input {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}
#search.typeB .partsGroup li label {
	position:absolute;
	top:10px;
	left:40px;
	z-index:1;
}
/*typeC*/
#search.typeC .partsGroup h3 {
	margin-bottom:0;
}
#search.typeC #kyuyo h3{
	margin-bottom:5px;
}
#search.typeC .partsGroup li a {
	display:block;
	padding:10px 0;
	border-bottom:solid 1px #c2c2c2;
	width:100%;
	background:url(../img/linklist_arrow.gif) no-repeat right center;
	background-size:18px 17px;
	text-indent:5px;
}
/*typeD*/
#search.typeD .partsGroup {
	overflow:hidden;
}
#search.typeD .partsGroup a {
	display:block;
	float:left;
	margin-bottom:10px;
	border:solid 2px #848484;
	width:47%;
	height:40px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
background:url(../img/buttonlink_arrow.gif) no-repeat right center,
-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(10%, #FFF), color-stop(49%, #dfdfdf), color-stop(50%, #c9c9c9), color-stop(90%, #e7e7e7), color-stop(100%, #e7e7e7));
background:url(../img/buttonlink_arrow.gif) no-repeat right center,
-webkit-linear-gradient(top, #FFF 0%, #FFF 10%, #dfdfdf 49%, #c9c9c9 50%, #e7e7e7 90%, #e7e7e7 100%);
background:url(../img/buttonlink_arrow.gif) no-repeat right center,
linear-gradient(top, #FFF 0%, #FFF 10%, #dfdfdf 49%, #c9c9c9 50%, #e7e7e7 90%, #e7e7e7 100%);
	background-size:14px 13px,auto;
	text-indent:10px;
	line-height:40px;
}
#search.typeD .partsGroup a:nth-of-type(even) {
	float:right;
}
#search.typeD .partsGroup a span {
	display:block;
	padding:0 20px 0 0;
}
/* btGroup
+-----------------*/
#btGroup {
	overflow:hidden;
	margin:0 auto;
	width:294px;
}
#search .resetBt,
#search .searchBt {
	float:left;
	padding:5px;
	width:122px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#search #btOnly {
	float:none;
	margin:0 auto;
	width:270px;
}
#search .resetBt {
	margin:0 10px;
	background:url(../img/search_reset_bg.gif);
}
#search .searchBt {
	background:url(../img/search_bt_bg.gif);
}
#search .resetBt input,
#search .searchBt input {
	display:block;
	width:122px;
	height:45px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(10%, #FFF), color-stop(49%, #dfdfdf), color-stop(50%, #c9c9c9), color-stop(90%, #e7e7e7), color-stop(100%, #e7e7e7));
background:-webkit-linear-gradient(top, #FFF 0%, #FFF 10%, #dfdfdf 49%, #c9c9c9 50%, #e7e7e7 90%, #e7e7e7 100%);
background:linear-gradient(top, #FFF 0%, #FFF 10%, #dfdfdf 49%, #c9c9c9 50%, #e7e7e7 90%, #e7e7e7 100%);
	background-color:#FFF;
	text-shadow:1px 1px 1px #FFF;
	text-align:center;
	line-height:45px;
	-webkit-appearance:none;
}
#search #btOnly input {
	width:270px;
}
#search .resetBt input {
	border:solid 1px #999;
	color:#666;
}
#search .searchBt input {
	border:solid 1px #5a5a5a;
}
/* acordionPanel
+-----------------*/
#acordionPanel {
	display:none;
	padding:20px 0;
	width:100%;
	background:url(../img/acordionpanel_bg.gif);
}
#acordionPanel #search {
	margin:0 10px;
	padding:0;
	border:none;
	background:none;
}
#acordionPanel #search .panel {
	padding-top:0;
	border-top:none;
}
#acordionPanel #search .panel h2 {
	margin-bottom:5px;
	padding:0;
background:none;
	text-shadow:1px 1px 0 #000;
	color:#FFF;
}
#acordionPanel #search.typeB .panel h2 {
	padding:0;
background-color:none;
background-size:auto;
	text-indent:0;
	line-height:1.6;
}
#acordionPanel #search .detail {
	padding:0 0 20px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#FFF;
}
#acordionPanel #search .partsGroup {
	margin-bottom:10px;
	padding:0;
}
#acordionPanel #search .partsGroup h3 {
	margin-bottom:10px;
	padding:6px;
	border-left:none;
	border-bottom:none;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f5f5f), color-stop(100%, #494949));
background:-webkit-linear-gradient(top, #5f5f5f 0%, #494949 100%);
background:linear-gradient(top, #5f5f5f 0%, #494949 100%);
	background-color:#494949;
	text-shadow:-1px -1px 0 #000;
	text-indent:0;
	color:#FFF;
}
#acordionPanel #search.typeC .partsGroup h3 {
	margin-bottom:0;
}
#acordionPanel #search #kyuyo h3 {
	margin-bottom:10px;
}
#acordionPanel #search .partsGroup:first-of-type h3 {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
#acordionPanel #search .partsGroup select {
	margin-left:10px;
}
#acordionPanel #search.typeD .partsGroup a {
	margin-left:10px;
	width:44%;
}
#acordionPanel #search.typeD .partsGroup a:nth-of-type(even) {
	float:right;
	margin-left:0;
	margin-right:10px;
}
#acordionPanel #close {
	margin:20px 10px 0;
	overflow:hidden;
}
#acordionPanel #close a {
	display:block;
	float:right;
	padding-left:20px;
	background:url(../img/close.png) no-repeat left center;
	background-size:16px 16px;
	color:#FFF;
}

/* 09 :: + SLIDER
+---------------------------------*/
#slider {
	width: 100%;
	border-bottom:solid 1px #C2C2C2;
	height:150px;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(80%, #FFF), color-stop(99%, #e7e7e7), color-stop(100%, #FFF));
background:-webkit-linear-gradient(top, #FFF 0%, #FFF 80%, #e7e7e7 99%, #FFF 100%);
background:linear-gradient(top, #FFF 0%, #FFF 80%, #e7e7e7 99%, #FFF 100%);
}
#sliderContent,
#sliderContent.landscape {
	margin:0 auto;
	width:300px;
	overflow:hidden;
}
#sliderContent ul li {
	display:none;
	width: 300px;
}
#sliderContent dl {
	overflow:hidden;
	height:105px;
}
#sliderContent dt {
	float:left;
	width:150px;
}
#sliderContent dd {
	padding-left:150px;
	font-size:12px;
}
.flickSimple {
	position:relative;
	width:300px;
}
.flickSimple ul {
	display:block;
}
.flickSimple li {
	float:left;
}
.sliderControl {
	margin:10px auto 0;
	width:300px;
	overflow: hidden;
}
/*+----------------------+ 
bt
+-----------------------*/
a.nextbtn {
	display: block;
	float: right;
	width:26px;
	height:26px;
	text-indent:-99999px;
}
a.backbtn {
	display: block;
	float: left;
	width:26px;
	height:26px;
	text-indent:-99999px;
}
a.nextbtn.none,
a.backbtn.none {
	background-position:left top;
}
/*+----------------------+ 
bullets
+-----------------------*/
.indicator {
	position:relative;
	overflow:hidden;
	margin:10px auto 0;
	width:300px;
	height:9px;
}
.indicator img {
	position: absolute;
	left: 0;
	top: 0;
}
#sliderBullets {
	position:absolute;
	text-align:center;
}
#sliderBullets a {
	display:block;
	float:left;
	margin-right:20px;
	width:9px;
	height:9px;
	text-indent:-99999px;
}

/* 10 :: + ENTRYFLOW
+---------------------------------*/
/* entryFlowArea
+-----------------*/
#entryFlowArea {
	overflow:hidden;
	margin:0 5px 10px;
}
#entryFlowArea .lead {
	margin-bottom:20px;
	padding-top:20px;
}
#entryFlowArea .flowBox {
	margin-bottom:10px;
	padding:7px;
	border:solid 1px #c2c2c2;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.flowBox .detail {
	overflow:hidden;
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:dotted 1px #c2c2c2;
}
.flowBox img {
	float:left;
	margin-right:7px;
}
#entryFlowArea .arrow {
	margin-bottom:10px;
	height:19px;
	text-align:center;
}
/*bt*/
#entryFlowArea #nextBtn {
	overflow:hidden;
	text-align:center;
}
#entryFlowArea #nextBtn a {
	display:block;
	margin:10px auto;
	width:200px;
	height:30px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:30px;
	text-align:center;
	color:#FFF;
}

/* privacyArea
+-----------------*/
#privacyArea {
	overflow:hidden;
	margin:0 5px 10px;
}
#privacyArea .lead {
	margin-bottom:20px;
	padding-top:20px;
}
#privacyArea .privacyBox {
	margin-bottom:10px;
	padding:7px;
	border:solid 1px #c2c2c2;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.privacyBox h1 {
	margin-bottom:10px;
	padding-bottom:7px;
	text-align:center;
	border-bottom:double 3px #c2c2c2;
}
.privacyBox dt {
	margin-bottom:5px;
	padding:1px 0 1px 8px;
	border-left:solid 5px #5f5f5f;
}
.privacyBox dd {
	margin-bottom:15px;
	padding-top:5px;
	border-top:dotted 1px #c2c2c2;
}
#privacyArea #nextBtn {
	overflow:hidden;
	text-align:center;
}
#privacyArea #nextBtn a {
	display:inline-block;
	margin:10px auto;
	width:130px;
	height:30px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:solid 3px #ff2e12;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff543d), color-stop(100%, #ff2e12));
background:-webkit-linear-gradient(top, #ff543d 0%, #ff2e12 100%);
background:linear-gradient(top, #ff543d 0%, #ff2e12 100%);
	background-color:#ff2e12;
	line-height:30px;
	text-align:center;
	color:#FFF;
}
#privacyArea #nextBtn a.back {
	border:solid 3px #cfcfcf;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #dbdbdb));
background:-webkit-linear-gradient(top, #FFF 0%, #dbdbdb 100%);
background:linear-gradient(top, #FFF 0%, #dbdbdb 100%);
	background-color:#cfcfcf;
	color:#999;
}

/* 10 :: + Jinji Message
+---------------------------------*/

/* 共通
+-----------------*/

.jinji_inner .boxhead{
	border-bottom:solid 1px #dddddd;
	padding:12px 5px 10px;	
}

/* Jinji	List
+-----------------*/

.JinjiList .JinjiListBox{
	padding:0px 0px 30px;
	position:relative;
}

.JinjiList .JinjiListBox:first-child{
	padding:30px 0px;
	border-top: none;
}

.JinjiList .JinjiListBox .jinji_inner{
    overflow: hidden;
    margin: 0px 5px;
    padding: 0px 5px;
    border-radius: 4px;
}

.JinjiList .jinji_inner h2{
	font-size:14px;
	padding: 0px 0px 0px 10px;
}

/*.JinjiListBox .jinji_inner span.numbox{
	display:inline-block;
	color:#fff;
	position:absolute;
	top:40px;
	left:5px;
	padding: 8px;
	font-size: 13px;
	letter-spacing: 1.5px;
	border-radius: 0px 3px 3px 0px;	
}
*/
.jinji_inner p{
	padding:10px 5px 20px;
	font-size:14px;
}

.jinji_inner figure{
	text-align:center;
}

.JinjiListBox .jinji_inner figure img{
	vertical-align:middle;
}

.JinjiListBt{
 overflow: hidden;
 text-align: center;
}

.JinjiListBox .JinjiListBt{
	width: 130px;
	height:30px;
	margin:30px auto 10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:30px;
	text-align:center;
	color:#FFF;
}

/* Jinji	Detail
+-----------------*/

.JinjiDetailBox{
	letter-spacing:1px;
}

.JinjiDetailBox .jinji_inner figure{
	text-align:center;
	padding: 20px 0px;
	border-top: 1px solid #CCC;
}

.JinjiDetailBox dl dd{
	line-height: 1.7em;
	margin: 0px 5px;
}

.JinjiDetailBox a{
	margin:0px 0px 20px 10px;
	display:inline-block;
}

/* 10 :: + Interview
+---------------------------------*/

/* 共通
+-----------------*/

.Int_inner figure{
	text-align:center;
}

/* Interview	List
+-----------------*/

.IntListBox{
	padding:0px 0px 30px;
	position:relative;
}

.IntListBox:first-child{
	padding:30px 0px;
	position:relative;
}


.IntListBox .Int_inner{
	overflow: hidden;
	margin:0px 5px;
	padding:0px 5px;
	border-radius: 4px;
}

.Int_inner .boxhead{
	border-bottom:solid 1px #dddddd;
	padding:12px 5px 10px;	
}

.IntListBox .Int_inner h2{
	font-size:13px;	
	padding:0px 0px 0px 10px;
}

.IntListBox .Int_inner span.numbox{
	display:inline-block;
	color:#fff;
	position:absolute;
	top: 40px;
	left: 5px;
	padding: 8px;
	font-size: 13px;
	letter-spacing: 1.5px;
	border-radius: 0px 3px 3px 0px;
}

.IntListBox .Int_inner p{
	padding:10px 5px 20px;
	font-size:14px;
}

.IntListBox  .Int_inner figure img{
	vertical-align:middle;
}

.IntListBt{
 overflow: hidden;
 text-align: center;
}

.IntList .IntListBt{
	width: 130px;
	height:30px;
	margin:20px auto 10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:30px;
	text-align:center;
	color:#FFF;
}

.IntList .IntListBt{
border: 3px solid #D41515;
background-color: #D41515;	
}

/* Interview	Detail
+-----------------------*/

.IntDetailBox .Intro_box{
	border-top: 1px solid #CCC;
	padding:20px 10px;
	min-height: 110px;
}

.IntDetailBox .Intro_box figure{
	margin:0px 0px 20px;
}

.IntDetailBox .Intro_box figure img{
	vertical-align:middle;
}

.IntDetailBox .Intro_box p{
	font-size:13px;
}

/* 10 :: + Jinji Message & Interview
+---------------------------------*/

/*   Detail
-----------------*/

.JinjiDetailBox .jinji_head,
.IntDetailBox .Int_head{
	padding:15px 0px;
	letter-spacing:0px;
	text-align:center;
}

.JinjiDetailBox .jinji_head h2,
.IntDetailBox .Int_head h2{
	font-size:14px;
}

.JinjiDetailBox .jinji_head .numbox,
.IntDetailBox .Int_head .numbox{
	padding: 8px;
	font-size: 13px;
	letter-spacing: 1.5px;
}

.JinjiDetailBox .jinji_inner span.numbox,
.IntDetailBox .Int_head .numbox{
	display:inline-block;
	color:#fff;
	padding: 5px 12px;
	font-size: 13px;
	margin:0px 0px 10px;
	letter-spacing: 1.5px;
	letter-spacing: 1.5px;
}

.JinjiDetailBox .textbox,
.IntDetailBox .textbox{
	padding:0px 0px 7px;
	font-size:14px;
}

.JinjiDetailBox .textbox h3,
.IntDetailBox .textbox h3{
	font-size:16px;
	padding:20px 15px;
}

.JinjiDetailBox .textbox dl:first-child,
.IntDetailBox .textbox dl:first-child{
	padding:10px;
	border-radius:3px;
	margin:20px 0px 10px;
	background:#fff;
}

.JinjiDetailBox .textbox dl:last-child,
.IntDetailBox .textbox dl:last-child{
	padding:10px;
	border-radius:3px;
	margin:10px 0px 20px;
	background:#fff;	
}

.JinjiDetailBox .textbox dl,
.IntDetailBox .textbox dl{
	padding:10px;
	border-radius: 3px;
	margin:10px 0px;
	background:#fff;	
}

.JinjiDetailBox dl dt,
.IntDetailBox dl dt{
	font-weight:bold;
	padding:0px 5px 5px;
	margin-bottom:10px;
}

/* 11 :: + corporate
+---------------------------------*/
#corp section{
	width:100%;
}

.corp_wrap{
	margin:0 5px;
}

.s_corp_box{
	margin:20px 0px;
	letter-spacing:1px;	
}

.s_corp_box dt,
.s_corp_box dd{
/*	border-bottom:solid 1px #dddddd;*/
}

.s_corp_box dt,
.s_corp_box dd{
	display:block;
}

.s_corp_box dt{
	padding: 5px 8px;
	font-size:12px;
	text-align: left;
	font-weight: bold;	
}

.s_corp_box dd{
	padding:15px 8px;
	font-size:14px;	
}

.s_corp_box dd:last:child{
	border-bottom:none;
}

/* 12 :: + product
+---------------------------------*/
.productList{
	letter-spacing:1px;
}

.productList figure{
	text-align:center;
	margin:10px 0px;
}

.productList figure img{
	width:50%;
	height:auto;
}

.product_name{
	padding-bottom:5px;
	border-bottom: solid 1px #dddddd;	
}

.product_box:first-child{
	margin:10px 0px;
	padding: 20px 0px;
}

.product_box{
	margin:0px 0px 10px;
	padding: 0px 0px 20px;
}

.product_box:first-child .product_inner{
	border-radius:5px;
	padding:10px;
	margin:0px 5px;	
}

.product_inner{
	border-radius:5px;
	padding:10px;
	margin:0px 5px;		
}

.product_box h3{
	font-size:14px;
}

.image_box_300,
.image_box_200,
.image_box_400,
.image_box{
	padding-top:10px;	
}

.product_box dl{
	padding: 10px 5px;
}

.product_box dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDD;
	padding:0px 5px 3px;
}

.product_box dl dd{
	font-size:14px;
}

/* 12 :: + freewoed
+---------------------------------*/

#upperJobSearch{
	width: 74%;
	float: left;
}

#inner-jobSearch_NEW{
	background:#F0F0F0;
	padding:10px;
}

#inner-searchBox_NEW input{
	width: 98%;
	padding:4px;
	font-size: 16px;
	border-radius:0px;
	border:1px solid #C2C2C2;
	box-shadow:none;
}

#inner-jobSearch_NEW h5{
	margin-bottom: 10px;
	padding:3px 6px;
	border-left: medium none;
	border-bottom: medium none;
	background-color: #DADADA;
	text-indent: 0px;
	color: #333333;
	font-size:14px;
}

#lowerJobSearch input{
	margin:;
}

#submitBtn_NEW input{
	border: medium none;
	width: 20%;
	margin:0px 0px 0px 10px;
	padding:6px 0px 7px;
	cursor:pointer;
	color:#fff;
}

div.ph img{
	width:100%;
	height:auto;
}