@charset "UTF-8";
/* --------------------------------------------------
このCSSでは以下の目次にそってコーディングをしています。

1.Reset（ブラウザの初期設定を無効化）
2.Font（フォントサイズと初期設定）
3.Grid（グリッドシステム）
4.Clearfix・section（フロート要素のクリア）
5.margin-padding（マージン・パディング要素）
6.header-footer（レイアウト要素）
7.リンク処理（文字と画像）
8.テキスト処理と画像の回り込み

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


/* 1.Reset（ブラウザの初期設定を無効化）
----------------------------------------------------------------------------------------------------*/
html{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,
legend,input,textarea,
p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}

address,caption,cite,code,
dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}



/* 2.Font（フォントサイズと初期設定）
----------------------------------------------------------------------------------------------------*/
body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

table {
	font-size:inherit;
	font:100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*-----------------------------------------------------
14pxを基準としたfont-sizeのパーセント表記一覧
10px = 72%     11px = 79%     12px = 86%     13px = 93%
14px = 100%    15px = 108%    16px = 115%    17px = 122%
18px = 129%    19px = 136%    20px = 143%    21px = 150%
22px = 158%    23px = 165%    24px = 172%    25px = 179%
26px = 186%
------------------------------------------------------*/

h1 {
	/*24px Fonts CSS*/
	font-size: 158%;
	text-align: left;
	margin: 0 0 10px;
}

h2 {
	margin: 0 0 10px;
	font-size: 150%;
}

#content h2.image {
	margin: 0;
	text-align: center;
}

h3{
	margin: 0 0 20px;
	font-size: 129%;
	font-weight: bold;
}

h3.image{
	background: none;
	height: auto;
	padding: 0;
}

h4 {
	/*16px Fonts CSS*/
	font-size: 115%;
	background: #faf4ec;
	padding: 8px 0 8px 15px;
}

h2,h3,h4 {
	/* タイトルに対するボトムマージン（ベースはフォントサイズで指定） */
	margin-bottom:0.7em;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold;                                                                                                 
}



/* 3.Grid（グリッドシステム）
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-right: 20px;
}

/* Grid >> 最後のクラスのマージンを消すためのクラス--*/
.end {
	margin-right: 0!important;
}

/* Grid >> １２カラム用------------------------*/
#content .grid_1 {width:40px;}
#content .grid_2 {width:100px;}
#content .grid_3 {width:160px;}
#content .grid_4 {width:220px;}
#content .grid_5 {width:280px;}
#content .grid_6 {width:340px;}
#content .grid_7 {width:400px;}
#content .grid_8 {width:460px;}
#content .grid_9 {width:520px;}
#content .grid_10 {width:580px;}
#content .grid_11 {width:640px;}
#content .grid_12 {width:700px;}

/* 4.Clearfix・section（フロート要素のクリア）
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.section:before,
.section:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.section:after {
  clear: both;
}

.section {
  zoom: 1;
}

.section .inner {
  padding: 0 2px;
}

/* 5.margin-padding（マージン・パディング要素）
----------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------
	preset margin 
--------------------------------------------- */
.mt002 { margin-top:  -20px   !important;}
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb100 { margin-bottom: 100px !important;}



.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}
.ml150 { margin-left: 150px !important;}


/* ---------------------------------------------
	preset padding 
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}



/* 6.header-footer（レイアウト要素）
----------------------------------------------------------------------------------------------------*/
/* all ------------------------*/
#all{
	background: url(../images/common/bg.gif) repeat-x left top;
	width: 100%;
}

/* all_inner ------------------------*/
#all_inner {
	margin: 0 auto;
	width: 1000px;
	zoom: 1;
}

/* header ------------------------*/

#header {
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	height: 243px;
	width: 1000px;
}
#header #logo {
	position: absolute;
	left: 0;
	top: 0;
}
#header .description {
	padding: 15px 0 0 10px;
	font-size: 12px;
}
#header .btn {
	position: absolute;
	right: 265px;
	top: 55px;
}
#header .h_nav {
	position: absolute;
	top: 5px;
	right: 0;
}
#header .h_nav li { margin: 0 5px 0 0 ; float: right; }

/* nav ------------------------*/
#nav {
	height: 91px;
	position: absolute;
	bottom: 0;
}
#nav ul {
	padding: 0;
	width: 100%;
	clear: both;
}
#nav ul li { float:left; z-index: 3;}

#nav ul li a {
	margin: 0;
	height: 91px;
	text-indent: -9999px; 
	text-decoration:none;
	display: block;
}
#nav ul li a.lia { width: 106px; background: url(../images/common/nav01.gif) no-repeat; }
#nav ul li a.lib { width: 148px; background: url(../images/common/nav02.gif) no-repeat; }
#nav ul li a.lic { width: 115px; background: url(../images/common/nav03.gif) no-repeat; }
#nav ul li a.lid { width: 209px; background: url(../images/common/nav04.gif) no-repeat; }
#nav ul li a.lie { width: 178px; background: url(../images/common/nav05.gif) no-repeat; }
#nav ul li a.lif { width: 117px; background: url(../images/common/nav06.gif) no-repeat; }
#nav ul li a.lig { width: 123px; background: url(../images/common/nav07.gif) no-repeat; }

#nav ul li a:hover { background-position: 0 -101px; }
#nav ul li a.current { background-position: 0 -101px; }


#nav li ul {
	padding: 10px 0;
	background: #fefadd;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 91px;
	width: auto;
	z-index: 100;
}
#nav li ul li {
	margin: 0;
	padding: 5px 10px 5px 10px;
	height: auto;
	width: 185px;
	float: none;
	font-size: 13px;
	line-height: 150%;
}

#nav li ul li a {
	text-indent: 0;
	height: auto;
	color: #000;
	display: block;
	
}
#nav li ul li a:hover {text-decoration: underline;}


/* content ------------------------*/

#content {
	margin: 0 0 40px;
	width: 700px;
	float: right;
	font-size: 115%;
	letter-spacing: 0.1em;    
}
#content .section {
	margin: 0 0 30px;
}

#content_w{
	margin: 0 auto;
	width: 700px;
	font-size: 115%;
	letter-spacing: 0.1em;
}

.contact-box {
	margin: 0 0 20px;
	clear: both;
	height: 454px;
	position: relative;
}
.contact-box .btn01 {
	margin: 0;
	position: absolute;
	left: 30px;
	bottom: 15px;
}
.contact-box_text01 {
	text-align:center;
	margin-bottom:40px;
}


/* sidebar ------------------------*/

#aside{
	padding: 0;
	width: 280px;
	float: left;
    margin-bottom: 80px;
}
#aside h2 {
	margin: 0;
	padding: 0;
	background: none;
	height: auto;
}
#aside a { color: #000; text-decoration: none; }
#aside a:hover { text-decoration: underline; }

#aside ul.side_bnr {margin: 0 0 15px;}
#aside ul.side_bnr li {margin: 0 0 5px;}

#aside ul.side_nav {
	margin: 0 0 20px;
	padding: 0 10px 8px 12px;
	background: #fbc827;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#aside ul.side_nav li { margin: 0 0 2px; }
#aside ul.side_nav li a {}
#aside ul.side_nav li a:hover {}

#aside .sidebox {
	padding: 0 10px 10px 10px;
	background: #fbc827;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	position: relative;
}
#aside .sidebox dl {
	background: #fdfadd;
	padding: 10px 10px 2em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#aside .sidebox dl dt {
	color: #ad123a;
	font-size: 12px;
}
#aside .sidebox dl dd {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #999;
}
#aside .sidebox .list {
	position: absolute;
	bottom: 1em;
	right: 20px;
}

#aside .sidebox02 {
	margin: 0 0 20px;
	padding: 0 10px 10px 10px;
	background: #f4c433;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	font-size: 17px;
}
#aside .sidebox02 ul {
	background: #ffffff;
	padding: 10px 10px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#aside .sidebox02 ul li {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../images/common/side-rect.gif) no-repeat left 5px;
}

#aside .sidebox03 {
	margin: 0 0 20px;
	padding: 0 10px 10px 10px;
	background: #f4ae33;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	font-size: 17px;
}
#aside .sidebox03 ul {
	background: #ffffff;
	padding: 10px 10px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#aside .sidebox03 ul li {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../images/common/side-rect.gif) no-repeat left 5px;
}


/* footer ------------------------*/

#pagetop {
	margin: 0;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 100;
}

#btn_cm {
	position: fixed;
	right:0 ;
	top:240px;
	z-index: 90;
}

#footer {
	background: #fac727;
	clear: both;
	width: 100%;
}
#footer_inner {
	margin: 0 auto;
	padding: 30px 0 30px;
	width: 1000px;
	position: relative;
}
#footer_inner .piano {
	position: absolute;
	bottom: -17px;
	right: -40px;
	z-index: 10;
}

#footer table {
	margin: 0 0 20px;
	width: 100%;
}
#footer table th {
	padding: 0 0 5px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
#footer table td {
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	width: 34%;
}
#footer table td:first-child { width: 30%; }

#footer ul {
	margin: 0 0 20px;
}
#footer ul li {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url(../images/common/footer-arrow.gif) no-repeat left 6px;
	vertical-align: top;
}
#footer ul li a { color: #333; text-decoration: none; }
#footer ul li a:hover {	text-decoration: underline; }
#footer ul li.cat a {color: #5AB43A;}

#footer td a.home {
	margin: 0 0 20px;
	padding: 2px 0 2px 25px;
	color: #5AB43A;
	display: block;
	text-decoration: none;
}
#footer td a:hover { text-decoration: underline; }

.copyright{
	padding: 40px 0 8px;
	background: #000 url(../images/common/footer-piano.gif) repeat-x left 5px;
	color: #FFF;
	clear: both;
	font-size: 12px;
	text-align:center;
	position: relative;
}
.copyright a { color: #FFF; }

/* 全ページ共通 ------------------------*/
.section{margin-bottom: 20px; position: relative; }
.section p{margin-bottom: 20px;}


/* 7.リンク処理（文字と画像）
----------------------------------------------------------------------------------------------------*/
a {
	color: #247DCB;
	text-decoration: underline;
}

a:link,a:visited {text-decoration: underline;}
a:hover {text-decoration: none;}

img {border: 0; vertical-align: top; -ms-interpolation-mode: bicubic;}
/*
a:hover img {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: #FFF;
}
*/
/* 8.テキスト処理と画像の回り込み
----------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------
	text style
--------------------------------------------- */

/* 強調用 */
span.txt_m { color: #4C391F; font-weight: bold;} /*メインカラー*/
span.txt_r { color: #FF5240; font-weight: bold;} /*レッド*/
span.txt_b { color: #523E21; font-weight: bold;} /*ブラウン*/
span.txt_o { color: #EB8023; font-weight: bold;} /*オレンジ*/
span.txt_g { color:#468D07; font-weight: bold;} /*グリーン*/

.fNormal  { font-weight: normal;}
.fBold   { font-weight: bold;}
.fItalic { font-style: italic;}

.fSSS { font-size: 79%;} /* base 14px =  11px */
.fSS  { font-size: 86%;} /* base 14px =  12px */
.fS   { font-size: 93%;} /* base 13px =  14px */
.fM   { font-size: 100%;} /* base 14px =  14px */
.fL   { font-size: 115%;} /* base 14px =  16px */
.fLL  { font-size: 129%;} /* base 14px =  18px */
.fLLL { font-size: 143%;} /* base 14px =  20px */

sup {font-size: 78%;vertical-align: top;}
sub {font-size: 78%;vertical-align: baseline;}

.bg-white { background: #FFF; }

/* ---------------------------------------------
	inline align
--------------------------------------------- */
.inlineL { text-align: left;}
.inlineC { text-align: center;}
.inlineR { text-align: right;}


/* ---------------------------------------------
	vertical align
--------------------------------------------- */
.vlineT { vertical-align: top    !important;}
.vlineM { vertical-align: middle !important;}
.vlineB { vertical-align: bottom !important;}


/* ---------------------------------------------
	float
--------------------------------------------- */
.fltL {
	display: inline;
	float: left;
}
.fltR {
	display: inline;
	float: right;
}
.ft {
	overflow: hidden;
	zoom: 1;
}

/* ---------------------------------------------
	imgBox 
--------------------------------------------- */
.imgBoxL,
.imgBoxR {
display: block;
min-height: 1%;
}
.imgBoxL:after,
.imgBoxR:after {
clear: both;
content:".";
display: block;
height: 0;
visibility: hidden;
}
* html .imgBoxL,
* html .imgBoxR {
height: 1%;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}
.imgBoxL .fltImg {
display: inline;
float: left;
margin-right: 20px;
}
.imgBoxR .fltImg {
display: inline;
float: right;
margin-left: 20px;
}

.shadow {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=160);
}

/* パンくずリスト */
.pan {
  padding: 10px 0 ;
  margin: 0;
  line-height: 150%;
  font-size: 12px;
  text-align: left;
  clear: both;
}

.pan a {
  color: #333333;
    text-decoration: none;
}

.pan a:link, .pan a:visited {
    text-decoration: none;
  color: #333333;
}

.pan a:hover {
  text-decoration: underline;
  color: #333333;
}

.pan div {
	display: inline;
}

/* トップページ ------------------------*/


#main_img {
	margin: 0 auto 20px;
	width: 700px;
}

#main_img dl {}
#main_img dl dt {
	color: #d23d3d;
	float: left;
}
#main_img dl dd {
	margin: 0 0 0 9em;
	padding: 10px 0 0;
	font-size: 13px;
}

.ticker {
	margin: 0 auto;
	width: 600px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}

p.listbtn {
	position: absolute;
	right: 0;
	top: 0;
}
p.listbtn2 {
	position: absolute;
	right: 0;
	top: -36px;
}


ul.index_voice {
	margin: 0 -22px 0 0;
	width: 720px;
}
ul.index_voice li {
	margin: 0 22px 20px 0;
	float: left;
	width: 158px;
}

.point-box {
	margin: 0 0 1px;
	background: #fcc827;
}
.point-box h3 {
	padding: 20px 20px 0;
}
.point-box .textarea {
	margin: 0 20px 10px;
	padding: 15px 15px;
	background: #fefadd;
	font-size: 17px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: 390px;
}
.point-box .fltImg { margin: 0 0 0 20px; }


dl.index-flow {}
dl.index-flow dt {
	margin: 0 0 5px;
}
dl.index-flow dd { margin: 0 0 20px 75px; }
dl.index-flow dd h4 {
	padding: 0 0 5px;
	background: url(../images/top/h4-border.gif) no-repeat left bottom;
	font-size: 20px;
	font-weight: bold;
}


dl.index-faqs { margin: 0 20px; }
dl.index-faqs dt {
	margin: 0 0 10px;
	padding: 10px 0 10px 45px;
	background: url(../images/top/icon-q.gif) no-repeat left 4px;
	font-weight: bold;
}
dl.index-faqs dd {
	margin: 0 0 25px;
	padding: 0 0 0 45px;
	background: url(../images/top/icon-a.gif) no-repeat left 0;
}

/* パンくずリスト */
.pan {
  padding: 10px 0 ;
  margin: 0;
  line-height: 150%;
  font-size: 12px;
  text-align: left;
  clear: both;
}

.pan a {
  color: #333333;
    text-decoration: none;
}

.pan a:link, .pan a:visited {
    text-decoration: none;
  color: #333333;
}

.pan a:hover {
  text-decoration: underline;
  color: #333333;
}

.pan div {
	display: inline;
}
           
           
/* サンクス共通 */           
.finish{
	width: 500px;
	margin: 0px auto;
	font-size: 16px;
	padding: 60px 0px 220px;
	text-align: center;
}

           
/* 採用情報コンテンツ ------------------------*/

.second h1.rec {
	background: url(../images/recruit/h1rec.jpg) no-repeat 0 0;
	color: #333333;
	font-size: 26px;
	padding: 13px 0 0 10px;
	height: 60px;
}

.recIndex_mynavi_left{
float:left;
margin-right:10px;
width:560px;
}

.recIndex_mynavi_right{
float:left;
width:130px;
}


ul.recIndex>li{
	margin-right:20px; width:220px; float:left;
}

ul.recIndex>li.end,ul.recIndexJob>li.end,ul.recJobList>li.end{
	margin-right:0;
}

ul.recIndex>li.recIndex460{ width:460px; float:left;}
ul.recIndex>li.recIndex700{ width:700px; float:left;}

ul.recIndexJob{
	margin: 0 0 20px;
	padding:11px 3px 8px 5px;
	background:url(../images/recruit/indexJobBg.jpg) no-repeat;
	width:452px;
	overflow: hidden;
}

ul.recIndexJob>li{
	width:145px;
	float:left;
	margin-bottom:3px;
	margin-right:8px;
}

ul.recJobIndex>li{
	width:348px;
	float:left;
	margin-right:4px;
}

.second>h2.rec {
	background: none;
	padding: 0;
	height:70px;
	margin-bottom:20px;
}

dl.recTable>dl,dl.recTable>dt,dl.recTable>dd {
	margin: 0;
	padding: 0;
}

dl.recTable {
	background:#f8f7f2;
	border: 1px solid #e5e5e4;
	border-top: none;
	max-width: 700px;
}

dl.recTable>dt,dl.recTable>dd {
	padding:15px;
	line-height:25px;
}

dl.recTable>dt {
	border-top: 1px solid #e5e5e4;
	clear: left;
	float: left;
	width: 140px;
	font-weight:bold;
}

dl.recTable>dd {
	background: #fff;
	border-left: 1px solid #e5e5e4;
	border-top: 1px solid #e5e5e4;
	margin-left: 140px;
	padding-left:30px;
}

.recTableBox{
	background:#f8f7f2;
	padding:15px;
	margin:15px 5px 15px 0;
}

.second h3.job01h3 {
	background: url(../images/recruit/job01h3.jpg) no-repeat;
	font-size: 18px;
	padding: 0  0 0 10px;
	margin-bottom:25px;
	height: 44px;
	color:#000;
	line-height:44px;
}

.second h3.job02h3 {
	background: url(../images/recruit/job02h3.jpg) no-repeat;
	font-size: 18px;
	padding: 0  0 0 10px;
	margin-bottom:25px;
	height: 44px;
	color:#000;
	line-height:44px;
}

ul.recJobFlow>li{
	width:148px;
	float:left;
}


ul.recJobFlow>li.end{
	width:100px;
	float:left;
}

ul.recJobList>li{
	width:222px;
	float:left;
	margin-right:17px;
	margin-bottom:20px;
}

h4.recJob{
	margin:0;
	padding:0;
}

.recJobFllBox{
	background:#f8f7f2;
	padding:0 10px;
	margin-bottom:50px;
}

dl.recJobTable>dt,dl.recJobTable>dd{
	padding:5px 0;
	margin-bottom:15px;
}

dl.recJobTable>dt{
	clear: left;
	float: left;
	width: 210px;
	color:#FFF;
	text-align:center;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

dl.recJobTable>dt.new { background:#44bdcf;}
dl.recJobTable>dt.career { background:#3ba7b7;}

dl.recJobTable dd {
	width:440px;
	float:left;
	margin-left:20px;
	line-height:25px;
}

ul.recService>li{
	width:350px;
	float:left;
}

ul.recService>li.recS234{ width:234px; float:left;}
ul.recService>li.recS227{ width:227px; float:left;}
ul.recService>li.recS239{ width:239px; float:left;}

.second>h2.recInterviewH2{
	background: none;
	padding: 0;
	height:320px;
	margin-bottom:30px;
}

dl.recInterview{
	margin-bottom:50px;
}

dl.recInterview>dt{ margin:0; padding:0;}
dl.recInterview>dd{padding:25px 0 50px;}

ul.recInterviewUL>li{
	margin-left:20px;
	list-style-type:disc;
	margin-bottom:10px;
}

.second>h2.recIntern{
	background: none;
	padding: 0;
	height:44px;
	margin-bottom:15px;
}

h4.recSchool {
	font-size: 115%;
	background: #f8f7f2;
	padding: 8px 0 8px 15px;
}

dl.recTableE>dl,dl.recTableE>dt,dl.recTableE>dd {
	margin: 0;
	padding: 0;
}

dl.recTableE {
	background:#f8f7f2;
	border: 1px solid #e5e5e4;
	border-top: none;
	width: 700px;
}

dl.recTableE>dt,dl.recTableE>dd {
	padding:15px;
	line-height:17px;
}

dl.recTableE>dt {
	border-top: 1px solid #e5e5e4;
	clear: left;
	float: left;
	width: 200px;
	font-weight:bold;
}

dl.recTableE>dd {
	background: #fff;
	border-left: 1px solid #e5e5e4;
	border-top: 1px solid #e5e5e4;
	margin-left: 220px;
	padding-left:30px;
}
           
button[type="submit"]{width: 300px;
font-size:120%;
font-weight:bold;
margin: 0 170px;
padding: 25px 5px;

/*#FFAA33 to #FF8800*/
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #F80), color-stop(0.00, #FA3));
background: -webkit-linear-gradient(top, #FA3 0%, #F80 88%);
background: -moz-linear-gradient(top, #FA3 0%, #F80 88%);
background: -o-linear-gradient(top, #FA3 0%, #F80 88%);
background: -ms-linear-gradient(top, #FA3 0%, #F80 88%);
background: linear-gradient(to bottom, #FA3 0%, #F80 88%);

filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffaa33', endColorstr='#ff8800'); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffaa33', endColorstr='#ff8800')";

border: 1px #F27300 solid;
color: #FFF;
-webkit-appearance: none;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  

-webkit-box-shadow: 0 2px 2px #CCC;　/* Safari,Google Chrome用 */ 

text-shadow: 1px 2px 3px #C45C00;
}

html>body button[type="submit"]{
	width: 300px;
font-size:120%;
font-weight:bold;
margin: 0 170px;
padding: 25px 5px;

background: -moz-linear-gradient(top, #FFAA33, #FF8800);　/* Firefox用 */  
border: 1px #F27300 solid;
color: #FFF;
-webkit-appearance: none;

-moz-border-radius: 10px;   /* Firefox用 */

-moz-box-shadow: 0 2px 2px #CCC;　/* Firefox用 */  


text-shadow: 1px 2px 3px #C45C00;
}



/* ---------------------------------------------
	ページナビ
--------------------------------------------- */


.content-nav{
	text-align: center;
}

.content-nav ul li {
list-style-type : none;
font-size:80%;
display:inline;
background-color:#FFFFFF;
border: none !important;
}

.content-nav ul li a {
color: #fff !important;
padding: 6px 9px 6px 9px !important;
border: solid 1px #ffcc00 !important;
background: #ffcc00 !important;
font-size: 12px !important;
margin-right: 3px !important;
text-decoration: none !important;
display: inline;
}


.content-nav ul li a:visited {
color: #fff !important;
padding: 6px 9px 6px 9px !important;
border: solid 1px #ffcc00 !important;
background: #ffcc00 !important;
font-size: 12px !important;
margin-right: 3px !important;
text-decoration: none !important;

}


.content-nav ul li a:hover {
color:#995a9e!important;
border:1px solid #ffcc00!important;
background: #fff!important;
}


.content-nav ul span.current_page {
padding: 6px 9px 6px 9px !important;
border: solid 1px #ffcc00 !important;
color: #995a9e !important;
margin-right: 3px !important;
border-color: #ffcc00 !important;
background: #ff !important;
}
.previous {
	margin: 30px auto;
}


.previous p {
	text-align: center;
	font-size: 12px;
}

/*CM*/
.cm{
	background:url(../images/cm/cmTv.jpg) no-repeat;
	padding:60px 50px 23px;
	width:600px;
	height:337px;
}

/* お知らせ更新css */
#news img{
max-width: 720px;
}


.oversea_common #header{
margin-bottom:0px !important;}