@charset "utf-8";
/* CSS Document */

/*====================================================================

common.css

======================================================================

01.format
02.body
03.header
04.nav
05.main
06.footer
07.other
08.index
09.level2

=====================================================================*/


/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/

/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-collapse: collapse; /* added */
	-webkit-text-size-adjust: none; /* added */
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display: block;}

nav ul {list-style: none;}
ul li {list-style: none;} /* added */

blockquote, q {quotes: none;}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {text-decoration:  line-through;}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;  
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {vertical-align: middle;}



/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body {
	background: url(img/common_body_bg.jpg); /* added */
	line-height: 1;
	font-size: 13px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align: center;
	color: #444444;
}

div#top_bg { background: url(img/top_body_bg.jpg) repeat-x 50% 0;}
div#lv2_bg { background: url(img/lv2_body_bg.jpg) repeat-x 50% 0;}

/* a
----------------------------------------------------------------*/
a { outline:none;}

a:link,
a:visited,
a:hover,
a:active{
	color:#e72d43;
	outline:none;
}

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


/* wrapper
----------------------------------------------------------------*/
div#wrapper,
div#main,
header,
nav#global {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
header {
	background: url(img/common_header_bg.jpg) no-repeat;
	height: 130px;
}
header h1 {
	float: right;
	padding-top: 58px;
	padding-right: 5px;
	color: #5f5f5f;
	line-height: 1.2;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: normal;
}
header div a {
	display: block;
	width: 400px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
}

/*--------------------------------------------------------------------/
	04.nav global
/--------------------------------------------------------------------*/
nav#global {
	margin-bottom: 14px;
	height: 65px;
}
div#lv2_bg nav#global {
	margin-bottom: 30px;
}

nav#global ul {
	height: 65px;
	background: url(img/common_g_navi.gif) no-repeat;
}
nav#global ul li { float: left;}
nav#global ul li a {
	position: relative;
	background :url(img/common_g_navi.gif) no-repeat scroll top left;
	display: block;
	width: 192px;
	height: 65px;
	text-indent:-9999px;
}
nav#global ul li a#gn1 {background-position: 0px 0px;}
nav#global ul li a#gn2 {background-position: -192px 0px;}
nav#global ul li a#gn3 {background-position: -384px 0px;}
nav#global ul li a#gn4 {background-position: -576px 0px;}
nav#global ul li a#gn5 {background-position: -768px 0px;}
nav#global ul li a span {
	background: url(img/common_g_navi.gif) no-repeat scroll bottom left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

/* hover */
nav#global ul li a span:hover {cursor: pointer;}
nav#global ul li a#gn1 span {background-position: 0px -65px;}
nav#global ul li a#gn2 span {background-position: -192px -65px;}
nav#global ul li a#gn3 span {background-position: -384px -65px;}
nav#global ul li a#gn4 span {background-position: -576px -65px;}
nav#global ul li a#gn5 span {background-position: -768px -65px;}

/* act */
nav#global ul#on1 li a#gn1 {background-position: 0px -65px;}
nav#global ul#on2 li a#gn2 {background-position: -192px -65px;}
nav#global ul#on3 li a#gn3 {background-position: -384px -65px;}
nav#global ul#on4 li a#gn4 {background-position: -576px -65px;}
nav#global ul#on5 li a#gn5 {background-position: -768px -65px;}


/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
section#main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	background: url(img/common_main_bg.gif) repeat-y;
	zoom:1;
}
section:after,
article:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
div#contents {
	float: left;
	width: 725px;
}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
aside {
	float: right;
	width: 222px;
}

div#top_bg aside { padding-top: 12px;}


/* side_bnr
---------------------------------------------------*/
aside ul#side_bnr li {
	padding-bottom: 16px;
}

/* aside_box
---------------------------------------------------*/
article.aside_box {
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background: #ffffff;
	width: 220px;
}
article.aside_box h3 { margin-bottom: 15px;}
article.aside_box p {
	padding: 0 20px 20px;
	line-height: 1.8;
}
article.aside_box p strong {
	color: #1f88ff;
	font-size: 14px;
}


/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
footer {
	width: 100%;
	background: url(img/common_footer_bg.gif) repeat-x 0 100%;
}
footer div {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 120px;
}

/* list
--------------------------------------------------------------------*/
footer ul {
	margin-top: 5px;
}
footer ul li {
	display: block;
	float: left;
	margin-right: 30px;
	padding-left: 18px;
	margin-bottom: 10px;
	background: url(img/common_icon_01.gif) no-repeat left center;
	font-size: 12px;
	line-height: 1.3;
}

footer ul a:link,
footer ul a:visited,
footer ul a:hover,
footer ul a:active {
	color: #3a3a3a;
	text-decoration: none;
}
footer ul a:hover {
	color: #2189ff;
	text-decoration: underline;
}

/* pagetop
--------------------------------------------------------------------*/
footer div div#pagetop {
	background: none;
	width: 960px;
	height: auto;
}
footer div div#pagetop img {
	float: right;
}
footer div div#pagetop:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* p
--------------------------------------------------------------------*/
footer p {
	clear: both;
	line-height: 1.3;
	color: #a9a9aa;
	text-align: left;
	font-size: 10px;
}



/*--------------------------------------------------------------------/
	07.others
/--------------------------------------------------------------------*/
.right {float:  right;}
.left {float: left;}
.center {
	margin-left: auto;
	margin-right: auto;
}
.clear {clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {zoom: 1;}
.hover a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.ws-n {white-space: nowrap;}


/* txt
----------------------------------------------------------------*/
.txt_l {text-align: left;}
.txt_r {text-align: right;}
.txt_c {text-align: center;}

strong.st {font-weight: bold;}

/* size
----------------------------------------------------------------*/
.fs_s {
	font-size:  80%;
	line-height: 100%;
}
.fs_m {
	font-size: 100%;
	line-height: 120%;
}
.fs_l {
	font-size: 120%;
	line-height: 140%;
}
.msgoth-s {
	font-family: 'ＭＳ ゴシック',sans-serif;
	font-size: 10px;
}


/* letter spacing
----------------------------------------------------------------*/
.ls_s {letter-spacing: -1pt;}
.ls_m {letter-spacing: 0pt;}
.ls_l {letter-spacing: 1em;}


/* padding
----------------------------------------------------------------*/
.ps {padding: 5px;}
.ps_t {padding-top: 5px;}
.ps_b {padding-bottom: 5px;}
.ps_h {padding: 5px 0px;}
.ps_w {padding: 0px 5px;}

.pm {padding: 10px;}
.pm_t {padding-top: 10px;}
.pm_b {padding-bottom: 10px;}
.pm_h {padding: 10px 0px;}
.pm_w {padding: 0px 10px;}


/* margin
----------------------------------------------------------------*/
.ms {margin: 10px;}
.ms_t {margin-top: 10px;}
.ms_b {margin-bottom: 10px;}
.ms_l {margin-left: 10px;}
.ms_r {margin-right: 10px;}
.ms_h {margin: 10px 0px;}
.ms_w {margin: 0px 10px;}

.mm {margin: 15px;}
.mm_t {margin-top: 15px;}
.mm_b {margin-bottom: 15px;}
.mm_l {margin-left: 15px;}
.mm_r {margin-right: 15px;}
.mm_h {margin: 15px 0px;}
.mm_w {margin: 0px 15px;}

.ml {margin: 20px;}
.ml_t {margin-top: 20px;}
.ml_b {margin-bottom: 20px;}
.ml_l {margin-left: 20px;}
.ml_r {margin-right: 20px;}
.ml_h {margin: 20px 0px;}
.ml_w {margin: 0px 20px;}

.m_a {margin: 0px auto;}



/*--------------------------------------------------------------------/
	08.index
/--------------------------------------------------------------------*/

/* h2
----------------------------------------------------------------*/
div#top_h2 {
	margin-bottom: 24px;
	height: 360px;
}

/* top_box
----------------------------------------------------------------*/
article#top_box {
	padding-bottom: 10px;
	background: url(img/top_box_bg.gif) repeat-y 0 0;
	width: 722px;
}

article#top_box p {
	padding-left: 36px;
	padding-top: 15px;
	padding-bottom: 12px;
	width: 320px;
	line-height: 1.6;
}
article#top_box a { margin-left: 36px;}

/* top_staff
----------------------------------------------------------------*/
article#top_staff {
	margin-bottom: 23px;
	padding-bottom: 15px;
	background: url(img/top_box_bg.gif) repeat-y 0 0;
	border-bottom: 1px solid #dedfe0;
	width: 722px;
}
article#top_staff img { display: block;}
article#top_staff ul {
	margin-left: 31px;
	width: 662px;
}


/* news
----------------------------------------------------------------*/
article#news {
	width: 725px;
}
article#news div {
	width: 725px;
	height: 120px;
	overflow: hidden;
	overflow-y: scroll;
}
article#news div table {
	width: 690px;
}
article#news div table th,
article#news div table td {
	padding: 10px 5px;
	border-bottom: 1px solid #d1d1d1;
	line-height: 1.5;
	font-size: 12px;
	text-align: left;
}
article#news div table th {
	width: 70px;
	color: #1380fa;
	font-weight: normal;
	font-size: 11px;
}


/*--------------------------------------------------------------------/
	09.level2
/--------------------------------------------------------------------*/

/* common elements
----------------------------------------------------------------*/

/* pagetitle */
div#page_title {
	margin-bottom: 24px;
	width: 100%;
	height: 180px;
	background: url(img/common_h2.jpg) no-repeat center;
}
div#page_title h2 {
	padding-left: 50px;
	padding-top: 65px;
	/padding-top: 55px;
	color: #ffffff;
	text-shadow: 1px 2px 2px #000000;
	font-size: 50px;
}
div#page_title h2 span {
	padding-left: 25px;
	font-weight: normal;
	font-size: 18px;
}


/*--------------------------------------------------------------------/
	h3, h4
/--------------------------------------------------------------------*/
article.box h3 {
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(img/common_h3.gif) no-repeat 0 0;
	line-height: 45px;
	color:#1a6bff;
	font-size: 27px;
}

article.box h4 {
	margin-bottom: 10px;
	padding-left: 17px;
	background: url(img/common_bg_01.gif);
	color: #000;
	line-height: 35px;
	font-size: 17px;
}


/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
article.box {
	margin-bottom: 40px;
	width: 710px;
	zoom: 1;
}
article.box p {
	padding: 0 2px 15px;
	line-height:1.6;
}

article.box p strong {
	color: #f52121;
	background: url(img/common_line_01.gif) repeat-x 0 100%;
	font-size: 15px;
	line-height:1.8;
}

article.box iframe {
	margin-left: 5px;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #dddddd;
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.left {
	display:inline;
	margin-right: 20px;
}
figure.right {
	display:inline;
	margin-left: 20px;
}

figure.border img {
	border: 3px solid #ffffff;
}

figure.left figcaption {
	padding-top:5px;
	text-align:center;
	line-height:1.5;
	font-size: 11px;
}


/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
	margin-left: 15px;
}
ul.normal li {
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(img/common_icon_02.gif) no-repeat 0 5px;
	line-height: 1.5;
}

/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol.normal  {
	margin-left: 15px;
}
ol.normal  li {
	list-style: decimal outside;
	margin-left: 15px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
	margin-left: 5px;
}

dl.normal dt {
	margin-bottom: 7px;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
dl.normal dd {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px dotted #aaaaaa;
}


/*--------------------------------------------------------------------/
	table
/--------------------------------------------------------------------*/
table.table1 {
	margin: 0 auto 15px;
	width: 700px;
	text-align: left;
}
table.table1 th,
table.table1 td {
	padding: 10px 10px;
	background: url(img/common_line_01.gif) repeat-x 0 100%;
	vertical-align: top;
	line-height: 1.5;
}

table.table th {
	width: 130px;
}

table.table2 {
	margin: 0 auto 10px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	width: 705px;
}
table.table2 th,
table.table2 td {
	padding: 10px 15px 8px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	font-weight: normal;
}
table.table2 th {
	background: url(img/common_bg_02.gif);
	width: 170px;
}
table.table2 td {
	background: #ffffff;
	width: auto;
}

/*--------------------------------------------------------------------/
	recruit
/--------------------------------------------------------------------*/
article.recruit_box {
	margin-bottom: 30px;
	widows: 710px;
}
article.recruit_box img { display: block;}
article.recruit_box p {
	padding: 0 2px 15px;
	line-height:1.6;
}
article.recruit_box p strong {
	color: #f52121;
	background: url(img/common_line_01.gif) repeat-x 0 100%;
	font-size: 15px;
	line-height:1.8;
}


section.message_box {
	margin: 0 auto 20px;
	padding-bottom: 5px;
	background: url(img/recruit_message_bg_btm.gif) no-repeat 0 100%;
	width: 700px;
}
section.message_box div {
	padding-bottom: 5px;
	background: url(img/recruit_message_bg.gif) repeat-y 0 0;
	width: 700px;
}
section.message_box div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

section.message_box div h5 {
	padding-top: 50px;
	padding-bottom: 15px;
	background: url(img/recruit_message_h5_bg.gif) no-repeat 100% 0;
	line-height: 1.2;
	color: #1a6bff;
	font-size: 26px;
}

section.message_box div figure {
	float: left;
	margin-right: 15px;
	background: url(img/recruit_message_pic_bg.gif) no-repeat 0 0;
	width: 265px;
	height: 275px;
}
section.message_box div figure img {
	padding-top: 15px;
	padding-left: 25px;
}
section.message_box div p {
	padding-right: 20px;
}
div#pic_box {
	width: 700px;
	margin: 0 auto;
}
div#pic_box figure {
	float: left;
	width: 226px;
	margin-right: 10px;
}
div#pic_box figure.last {
	margin-right: 0px;
}
div#pic_box figcaption {
	padding: 12px 0 0;
	text-align: center;
	font-size: 12px;
}

div#pic_box figure img {
	display: block;
	margin: 0 auto;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #cccccc;
}



/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
table.contact {
	margin: 0 auto 20px;
	border-top: 1px solid #ffffff;
	width: 700px;
}
table.contact th,
table.contact td {
	padding: 10px 15px 8px;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	font-weight: normal;
}
table.contact th {
	border-bottom: 1px solid #fff;
	background: url(img/common_bg_01.gif);
	width: 170px;
}
table.contact th.rec {
	background: url(img/common_bg_02.gif);
	width: auto;
}

table.contact td {
	border-bottom: 1px solid #eeeeee;
	background: #ffffff;
	width: auto;
}
table.contact span {
	padding: 0 5px;
	font-size: 11px;
}
table.contact th span {
	background: #b80804;
	color: #ffffff;
}

.imeon{ ime-mode:active; }
.imeoff{ ime-mode:disabled; }

input,
textarea,
select { margin: 2px 0; padding: 1px; font-size: 12px;}

input.send {
	margin-left: 270px;
}
strong#error {color:#fb190e;}


/*--------------------------------------------------------------------/
	link_btn
/--------------------------------------------------------------------*/
a.link_btn {
	padding: 4px 20px 2px 25px;
	background: #f99326;
	background: -moz-linear-gradient(top,  #f99326 0%, #f9640a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99326), color-stop(100%,#f9640a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f99326 0%,#f9640a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f99326 0%,#f9640a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f99326 0%,#f9640a 100%); /* IE10+ */
	background: linear-gradient(top,  #f99326 0%,#f9640a 100%); /* W3C */
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99326', endColorstr='#f9640a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #f97218;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
a.link_btn:hover {
	background: #23860c;
	background: -moz-linear-gradient(top,  #23860c 0%, #1f7103 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23860c), color-stop(100%,#1f7103)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #23860c 0%,#1f7103 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #23860c 0%,#1f7103 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #23860c 0%,#1f7103 100%); /* IE10+ */
	background: linear-gradient(top,  #23860c 0%,#1f7103 100%); /* W3C */
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23860c', endColorstr='#1f7103',GradientType=0 ); /* IE6-9 */
	border: 1px solid #23860c;
	color: #ffffff;
	text-decoration: none;
}


/*--------------------------------------------------------------------/
	common_contact（各ページ下部お問い合わせボックス）
/--------------------------------------------------------------------*/
article#common_contact {
	margin-top: 15px;
	padding-top: 36px;
	background: url(img/common_contact_bg.gif) no-repeat 0 0;
	width: 725px;
	height: 184px;
}
article#common_contact p {
	padding-top: 20px;
	padding-left: 172px;
	line-height: 1.4;
}

article#common_contact a{
	margin-left: 520px;
}



/*--------------------------------------------------------------------/
	tool
/--------------------------------------------------------------------*/
div.ktI-T2 {
	margin: 0 auto 15px;
	width: 710px;
	zoom: 1;
}

div.ktI-T2:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*--------------------------------------------------------------------/
	写真右＋テキスト
/--------------------------------------------------------------------*/
div.ktI-T2 figure {
	float: left;
	margin-bottom: 15px;
	width: 355px;
}
div.ktI-T2 figure img {
	display: block;
	margin: 0 auto;
	padding: 7px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

div.ktI-T2 figcaption {
	padding: 12px 0 0;
	text-align: center;
	font-size: 12px;
}
div.ktI-T2 figure p {
	clear: both;
}

