@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #c0c0c0;
	text-decoration: none;
}

a:visited {
	color: #c0c0c0;
	text-decoration: none;
}

a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}

a:active {
	color: #c0c0c0;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 960px;
	color: #333;
	line-height: 1.5;
	text-align: center;
	background: url(../images/common/body_bg.png) repeat left top;
}

#container {
}

#main {
	margin: 0 auto;
	padding: 50px 0 90px;
	width: 960px;
	text-align: left;
	background-color: #FFF;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background-color: #FFF;
}

#header .hInner {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

#header .hInner .hBox {
	margin-bottom: 29px;
	float: right;
	width: 586px;
}

#header .hInner h1 {
	margin-top: 19px;
	float: left;
}

#header .hInner .hBtn {
	float: right;
}

#header .hInner .hBtn a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	clear: both;
}

#gNavi li {
	float: left;
	padding-bottom: 5px;
}

#gNavi li img {
	display: block;
	vertical-align: baseline;
}

#gNavi li a {
	display: block;
	position: relative;
}

#gNavi li a .bdr {
	width: 160px;
	height: 3px;
	position: absolute;
	bottom: -5px;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

#gNavi .navi01 a {
	background: url(../images/common/g_navi01_over.png) no-repeat;
}

#gNavi .navi02 a {
	background: url(../images/common/g_navi02_over.png) no-repeat;
}

#gNavi .navi03 a {
	background: url(../images/common/g_navi03_over.png) no-repeat;
}

#gNavi .navi04 a {
	background: url(../images/common/g_navi04_over.png) no-repeat;
}

#gNavi .navi05 a {
	background: url(../images/common/g_navi05_over.png) no-repeat;
}

#gNavi .navi06 a {
	background: url(../images/common/g_navi06_over.png) no-repeat;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 10px;
}

#pagePath li {
	margin-right: 2px;
	display: inline;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	margin: 0 auto;
	width: 780px;
}

.pageTop {
	position: fixed;
	bottom: 300px;
	right: 165px;
} 

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	overflow: hidden;
	zoom: 1;
	clear: both;
	background-color: #0B1726;
	border-top: 1px solid #1B2634;
}

#footer .fInner {
	margin: 0 auto;
	padding: 31px 0 39px;
	width: 960px;
	text-align: left;
}

#footer .fInner .fBox {
	margin-bottom: 37px;
}

#footer .fInner .fBox .lBox {
	margin-top: 3px;
	float: left;
	width: 450px;
}

#footer .fInner .fBox .lBox .fLogo {
	margin-bottom: 8px;
}

#footer .fInner .fBox .lBox p {
	color: #FFF;
	font-size: 1.2em;
}

#footer .fInner .fBox ul {
	float: right;
	width: 477px;
}

#footer .fInner .fBox li {
	padding: 0 6px 0 13px;
	float: left;
}

#footer .fInner .fBox li img {
	display: block;
	vertical-align: baseline;
}

#footer .fInner .fBox .btn {
	margin-top: 5px;
	width: 230px;
}

#footer .fInner .fBox .btn a {
	padding: 11px 0;
	display: block;
	color: #7faee8;
	font-size: 1.4em;
	text-align: center;
	border: 1px solid #6B819C;
	border-radius: 6px;
}

#footer .fInner .fBox .btn a:hover {
	color: #5C81AE;
	text-decoration: none;
	border: 1px solid #4E6179;
}

#footer .fInner .fNavi li {
	display: inline;
	color: #c0c0c0;
	font-size: 1.2em;
}

#footer .fInner .fNavi li a {
	margin: 0 13px;
}

#footer .btmInner {
	padding: 14px 0;
	background-color: #243B58;
}

#footer .btmInner .btmBox {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#footer .btmInner .btmBox .copyright {
	float: left;
	width: 500px;
	color: #7faee8;
	font-size: 1.1em;
	text-align: left;
}

#footer .btmInner .btmBox p {
	float: right;
	width: 400px;
	color: #aaa;
	text-align: right;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
#mainVisual {
	padding-top: 59px;
	min-height: 131px;
	background: url(../images/news/main_visual_bg.jpg) no-repeat center top;
}

#mainVisual h2 {
	margin: 0 auto;
	width: 866px;
	text-align: left;
}

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 30px;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .comTable {
	margin-bottom: 70px;
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable td,
#conts .comTable th {
	padding: 17px 17px 12px;
	text-align: left;
	line-height: 1.65;
	vertical-align: middle;
	font-size: 1.2em;
	border-bottom: dashed 1px #333333;
}

#conts .comTable th {
	padding-left: 60px;
}



/*------------------------------------------------------------
	index.html
------------------------------------------------------------*/
body#index #mainVisual {
	padding: 0;
	background: url(../images/index/main_visual_bg.jpg) no-repeat center top;
}

body#index #mainVisual .mainBox {
	margin: 0 auto;
	padding-left: 70px;
	width: 891px;
	text-align: left;
}

body#index #mainVisual .mainBox h2 {
	margin-top: 70px;
	float: left;
	width: auto;
}

body#index #mainVisual .mainBox .news {
	padding: 45px 26px 0 29px;
	float: right;
	width: 205px;
	min-height: 495px;
	background: url(../images/index/news_bg.jpg) no-repeat left top;
}

body#index #mainVisual .mainBox .news .title {
	margin-bottom: 46px;
}

body#index #mainVisual .mainBox .news dl {
	color: #FFF;
	font-size: 1.4em;
	line-height: 1.6;
	word-wrap: break-word;
}

body#index #mainVisual .mainBox .news dt {
	margin-bottom: 7px;
	font-weight: bold;
}

body#index #mainVisual .mainBox .news dd a {
	color: #FFF;
}

body#index #main {
	padding: 0;
}

body#index #conts {
	width: auto;
}

body#index #conts .linkList li {
	float: left;
}

body#index #conts .linkList li img {
	display: block;
	vertical-align: baseline;
}

/*------------------------------------------------------------
	news.html
------------------------------------------------------------*/
body#news #gNavi .navi01 a img {
	visibility: hidden;
}

body#news #conts h2 {
	margin-bottom: 5px;
	padding: 8px 23px 5px 17px;
	color: #00425c;
	font-size: 1.8em;
	font-weight: normal;
	overflow: hidden;
	zoom: 1;
	background-color: #ECECEC;
	border-left: 3px solid #00425C;
}

body#news #conts h2 span {
	padding: 4px;
	float: right;
	width: 90px;
	display: block;
	position: relative;
	font-size: 0.6em;
	text-align: center;
	word-wrap: break-word;
	background-color: #FFF;
	border-radius: 8px;
	behavior: url(js/pie.htc);
}

body#news #conts .textBox {
	margin-bottom: 41px;
	padding: 25px 40px 30px;
	border: 1px solid #D0E1F6;
	background-color: #F1F9FF;
}

body#news #conts .textBox p {
	margin: 0 104px 10px 0;
	padding-bottom: 13px;
	font-size: 1.2em;
	line-height: 2;
	background: url(../images/common/line01.png) repeat-x left bottom;
}

body#news #conts .textBox01 {
	margin-bottom: 0;
	padding-bottom: 22px;
}

body#news #conts .textBox01 p {
	margin: 0;
	padding-bottom: 0;
	background: none;
}

/*------------------------------------------------------------
	company.html
------------------------------------------------------------*/
body#company #gNavi .navi02 a img {
	visibility: hidden;
}

body#company #mainVisual {
	background: url(../images/company/main_visual_bg.jpg) no-repeat center top;
}

body#company #conts .h2Ttl {
	margin-bottom: 21px;
}

body#company #conts .map {
	padding: 2px;
	border: 1px solid #AAA;
}

/*------------------------------------------------------------
	service.html
------------------------------------------------------------*/
body#service #gNavi .navi03 a img {
	visibility: hidden;
}

body#service #mainVisual {
	background: url(../images/service/main_visual_bg.jpg) no-repeat center top;
}

body#service #conts .imgBox {
	margin-bottom: 71px;
	padding: 41px 0 20px 0;
	min-height: 317px;
	background: url(../images/service/img_box_bg.jpg) no-repeat left top;
}

body#service #conts .imgBox .title {
	margin-bottom: 30px;
}

body#service #conts .imgBox p {
	margin-bottom: 24px;
	width: 520px;
	font-size: 1.2em;
	line-height: 2.0;
}

body#service #conts .imgList {
	margin-right: -5px;
	width: 785px;
	overflow: hidden;
	zoom: 1;
}

body#service #conts .imgList li {
	margin-right: 5px;
	float: left;
}

body#service #conts .imgList li img {
	display: block;
	vertical-align: baseline;
}

body#service #conts .pdfbox{
	margin: 40px auto 0;
}

body#service #conts .pdfbox a{
	width: 240px;
	margin: 0 auto;
	padding: 11px 20px;
    display: block;
    color: #FFF;
    font-size: 1.4em;
    text-align: left;
    border: 1px solid #00425c;
	background: #00425c;
	background-image: url(../images/service/ico.png);
	background-repeat: no-repeat;
	background-position: 220px;
    border-radius: 6px;
}

body#service #conts .pdfbox a:hover{
    color: #FFF;
    text-decoration: none;
    border: 1px solid #7faee8;
	background: #7faee8;
	background-image: url(../images/service/ico.png);
	background-repeat: no-repeat;
	background-position: 220px;
}


/*------------------------------------------------------------
	lineup.html
------------------------------------------------------------*/
body#lineup #gNavi .navi04 a img {
	visibility: hidden;
}

body#lineup #mainVisual {
	background: url(../images/lineup/main_visual_bg.jpg) no-repeat center top;
}

body#lineup #conts .listUl {
	margin-right: -40px;
	width: 820px;
	overflow: hidden;
}

body#lineup #conts .listUl li {
	margin: 0 40px 40px 0;
	padding: 20px 20px 25px;
	float: left;
	width: 330px;
	background-color: #ECECEC;
}

body#lineup #conts .listUl li img {
	display: block;
	vertical-align: baseline;
}

body#lineup #conts .listUl li .photo {
	margin-bottom: 18px;
}

body#lineup #conts .listUl li p {
	font-size: 1.2em;
	line-height: 2;
}

/*------------------------------------------------------------
	action.html
------------------------------------------------------------*/
body#action #gNavi .navi05 a img {
	visibility: hidden;
}

body#action #main {
	padding-bottom: 70px;
}

body#action #mainVisual {
	background: url(../images/action/main_visual_bg.jpg) no-repeat center top;
}

body#action #conts h2 {
	margin-bottom: 34px;
}

body#action #conts .imgBox {
	margin-bottom: 25px;
	clear: both;
}

body#action #conts .imgBox .photoBox {
	margin-top: -54px;
	float: right;
	position: relative;
}

body#action #conts .imgBox .textBox {
	float: left;
	width: 510px;
}

body#action #conts .imgBox .textBox p {
	font-size: 1.2em;
	line-height: 2;
}

body#action #conts .imgBox .textBox li {
	padding: 0 0 30px 18px;
	font-size: 1.2em;
	background: url(../images/common/icon01.png) no-repeat left 2px;
}

/*------------------------------------------------------------
	contact.html
------------------------------------------------------------*/
body#contact #gNavi .navi06 a img {
	visibility: hidden;
}

body#contact #mainVisual {
	background: url(../images/contact/main_visual_bg.jpg) no-repeat center top;
}

body#contact #main {
	padding-top: 46px;
}

body#contact #conts p {
	margin-bottom: 24px;
	font-size: 1.2em;
	line-height: 1.8;
}

body#contact #conts .text {
	margin-bottom: 44px;
}

body#contact #conts .text span {
	color: #ce0200;
}

body#contact #conts .comTable {
	margin-bottom: 50px;
	border-bottom: 1px solid #978F8A;
}

body#contact #conts .comTable th,
body#contact #conts .comTable td {
	padding: 12px 10px 12px 43px;
	vertical-align: top;
}

body#contact #conts .comTable .back {
	padding: 0;
}

body#contact #conts .comTable th {
	padding-top: 11px;
}

body#contact #conts .comTable th span {
	color: #ce0200;
}

body#contact #conts .comTable td,
body#contact #conts .comTable td input,
body#contact #conts .comTable td select,
body#contact #conts .comTable td textarea {
	font-family: MS Gothic, 'ＭＳ ゴシック', sans-serif;
	font-size: 1.0em;
}

body#contact #conts .comTable td input,
body#contact #conts .comTable td select,
body#contact #conts .comTable td textarea,
body#contact #conts .comTable .address td span {
	font-size: 1.2em;
}

body#contact #conts .comTable .address td {
	padding-top: 15px;
}

body#contact #conts .comTable td input {
	padding: 3px 2px;
	width: 470px;
	vertical-align: middle;
	border: 1px solid #d2d2d2;
}

body#contact #conts .comTable td select {
	padding: 5px 1px;
	vertical-align: middle;
	border: 1px solid #d2d2d2;
}

body#contact #conts .comTable td .wid01 {
	width: 320px;
}

body#contact #conts .comTable td .wid02 {
	width: 195px;
}

body#contact #conts .comTable td .wid03 {
	width: 232px;
}

body#contact #conts .comTable td textarea {
	width: 475px;
	height: 165px;
	padding: 3px 2px;
	border: 1px solid #d2d2d2;
}

body#contact #conts .comTable td .notes {
	margin-bottom: 20px;
	line-height: 3;
}

#fCity,
#fApartment01 {
	/*margin-bottom: 5px;*/
}

#fPrefectural {
	margin-bottom: 10px;
}

body#contact #conts .mailForm .submit {
	text-align: center;
}

body#contact #conts .mailForm .submit li {
	display: inline;
}

body#contact #conts .mailForm .submit li input {
	vertical-align: top;
}
