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

/*/////////////////////////////////////////////////////////
file name: common.css
description: 共通スタイルシート

1.レイアウト
2.パンくずナビ
3.ページトップへ戻る
4.サイドバー
5.右サイドメインコンテンツ
6.グローバルナビ
7.リンク
8.タイトル周り
9.スマホ

///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト  =========== */
body {
}

.pc {
}

.sp {
	display: none;
}

/*ヘッダー*/
header {
	padding: 10px 0;
	border-bottom: 3px solid #e5e5e5 !important;
}

#headerBox {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#headerLogo {
	float: left;
	width: 570px;
}

#headerLogo div#boxHeaderLogo {
	float: left;
	width: 90px;
	margin-right: 30px;
}

#headerLogo div#boxHeaderLogo02 {
	float: left;
	width: 340px;
}

#headerLogo div#boxHeaderLogo02 h1 {
	margin-top: 5px;
}

#headerSub {
	float: right;
	width: 350px;
	margin-top: 3px;
}

#headerSub01 {
	width: 180px;
	float: left;
	margin-right: 20px;
}

#headerSub02 {
	width: 150px;
	float: left;
}

a#btnContactHeader {
	display: block;
	width: 150px;
	height: 26px;
	background: url(../images/headerContact.gif) left top no-repeat;
	text-indent: -9999px;
}

a#btnContactHeader:hover {
	background-position: left -26px;
}

#headerBtn {
	display: none;
}

/*container*/
#container {
	width: 920px;
	min-height: 1500px;
	margin: 20px auto 40px;
	padding: 0;
	text-align: left;
	background: #e5e5e5 url(../images/bg_container.gif) left bottom no-repeat;
	position: relative;
}

#boxInfo {
	padding: 10px 14px;
	border: 1px solid #bfbfbf;
	background-color: #FFF;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	-khtml-border-radius: 10px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 150px;
}

#boxInfo h3 {
	border-bottom: 2px solid #1976b8;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
}

#boxInfo h4 {
	border-bottom: 1px dotted black;
	padding-bottom: 3px;
	font-weight: bold;
	background: url(../images/hd_boxInfo.gif) left top no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

#boxContact {
	display: none;
}

/*お問い合わせ電話*/
.boxTel img {
	vertical-align: 0;
}

.tel-link {
	color: black;
	font-size: 233%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.fs_normal {
	font-size: 100%;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/*お問い合わせボタン*/
.boxBtnContact {
	width: 290px;
	margin: 0 auto;
}

a#btnContact {
	display: block;
	width: 290px;
	height: 32px;
	background: url(../images/btn_contact.gif) left top no-repeat;
	text-indent: -9999px;
}

a#btnContact:hover {
	background-position: left -32px;
}

/*footer*/
footer {
	border-top: 3px solid #e5e5e5 !important;
	padding: 10px 0;
}

#footerBox {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#footerLogo {
	float: left;
	width: 300px;
}

#footerLogo02 {
	display: none;
}

#footerCopyright {
	float: right;
	width: 600px;
	text-align: right;
}


/* ===========  2.パンくずナビ  =========== */
#topicpath {
	font-size: 92%;/*11px*/
	margin-top: 10px;
	margin-left: 20px;
}

/* ===========  3.ページトップへ戻る  =========== */
#scrolltop {
    position: fixed;
    bottom: 20px;
    right: 10px;
}

#scrolltop a {
    display: block;
}


/* ===========  4.サイドバー  =========== */
#sidebar {
	width: 200px;
	float: left;
	background-color: #e5e5e5;
}

.boxBnr {
	text-align: center;
	margin-top: 30px;
}
.boxBnr img {
width:180px;
}

/* ===========  5.右サイドメインコンテンツ  =========== */
#mainContent {
	float: right;
	width: 720px;
	background-color: white;
}

.boxMain {
	margin-top: 30px;
	margin-left: 20px;
}

.section01 {
	margin-left: 20px;
	margin-right: 20px;
}

.section02 {
	margin-left: 40px;
	margin-right: 40px;
}


/* ===========  6.グローバルナビ  =========== */
nav#gnaviArea {
	width: 200px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


ul#gnavi {
	width: 200px;
	height: 280px;
	padding: 0;
	margin: 0;
	list-style-type: none;
} 

ul#gnavi li {
    list-style-type:none;
}

ul#gnavi a {
    display: block;
    text-indent: -9999px;
	overflow: hidden;
	width: 200px;
	height: 56px;
}

a.gnavi-home {
    background-image: url(../images/gnavi.gif);
	background-position: 0 0;
}

a:hover.gnavi-home {
    background-position: -200px 0;
}

a.gnavi-home-on {
    background-image: url(../images/gnavi.gif);
	background-position: -200px 0;
}

a.gnavi-commodity {
    background-image: url(../images/gnavi.gif);
	background-position: 0 -56px;
}

a:hover.gnavi-commodity {
    background-position: -200px -56px;
}

a.gnavi-commodity-on {
    background-image: url(../images/gnavi.gif);
	background-position: -200px -56px;
}

a.gnavi-service {
    background-image: url(../images/gnavi.gif);
	background-position: 0 -112px;
}

a:hover.gnavi-service {
    background-position: -200px -112px;
}

a.gnavi-service-on {
    background-image: url(../images/gnavi.gif);
	background-position: -200px -112px;
}

a.gnavi-company {
    background-image: url(../images/gnavi.gif);
	background-position: 0 -168px;
}

a:hover.gnavi-company {
    background-position: -200px -168px;
}

a.gnavi-company-on {
    background-image: url(../images/gnavi.gif);
	background-position: -200px -168px;
}

a.gnavi-contact {
    background-image: url(../images/gnavi.gif);
	background-position: 0 -224px;
}

a:hover.gnavi-contact {
    background-position: -200px -224px;
}

a.gnavi-contact-on {
    background-image: url(../images/gnavi.gif);
	background-position: -200px -224px;
}

/*サブメニュー*/
ul#subMenu {
	margin: 20px 10px 0;
	padding: 0;
	list-style: none;
}

ul#subMenu li {
	padding: 10px 5px;
	border-bottom: 1px dotted black;
}

ul#subMenu li a:link, ul#subMenu li a:visited, ul#subMenu li a:active, ul#subMenu li a:hover {
	color: black;
	font-weight: bold;
}

/* ===========  7.リンク =========== */
a.link01 {
	padding-left: 12px;
	background: url(../images/hd_link01.png) left 5px no-repeat;
}

a:link.link01 {
	text-decoration: none;
}

a:visited.link01 {
	text-decoration: none;
}

a:active.link01 {
	text-decoration: none;
}

a:hover.link01 {
	text-decoration: none;
}


a.link02 {
	padding-left: 22px;
	background: url(../images/hd_link02.gif) left top no-repeat;
}

a:link.link02 {
	text-decoration: none;
}

a:visited.link02 {
	text-decoration: none;
}

a:active.link02 {
	text-decoration: none;
}

a:hover.link02 {
	text-decoration: none;
}



/* ===========  8.タイトル周り =========== */
/*ページタイトル*/
#pageTitle {
	width: 920px;
}

.title01 {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e5e5e5));
	background: linear-gradient(#fff, #e5e5e5);
	border: 1px solid #a0a0a0;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	-khtml-border-radius: 4px;
	padding: 9px 14px;
	font-size: 16px;
	font-weight: bold;
}

.title02 {
	background: url(../images/hd_title02.gif) left 1px no-repeat;
	padding-left: 22px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 3px solid #e5e5e5;
	padding-bottom: 3px;
}

.title03 {
	font-size: 200%;
	margin-top: 15px;
	line-height: 1.4;
}

.title04 {
	font-size: 200%;
	line-height: 1.4;
	color: #026fca;
}

/* ===========  9.599px以下スマホ縦横 =========== */
@media screen and (max-width: 599px) {
body {
	-webkit-text-size-adjust: none;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

/*header*/
header {
	width: 100%;
}

#headerBox {
	width: 96%;
	margin: 2px auto;
	padding: 0;
	text-align: left;
}

#headerLogo {
	float: left;
	width: 180px;
	margin-top: 0;
}

#headerLogo div#boxHeaderLogo02 {
	float: none;
	width: 100%;
	margin-right: 0;
}

#headerLogo div#boxHeaderLogo02 h1 a img {
	width: 180px;
	margin-top: 5px;
}

#headerLogo div#boxHeaderLogo {
	display: none;
}

#headerLogo div#boxHeaderLogo img {
	width: 40px;
}
	

#headerSub {
	display: none;
}

#headerBtn {
	display: block;
	float: right;
	text-align: left;
	width: 110px;
	margin-top: 2px;
}

#headerBtn div.boxHeaderBtn {
	float: left;
	text-align: right;
	width: 55px;
}

#headerBtn div.boxHeaderBtn a img {
	width: 50px;
}

/*container*/
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: none;
	position: relative;
	overflow: hidden;
}

#sidebar {
	width: 100%;
	float: none;
	background-color: #e5e5e5;
	padding-bottom: 15px;
	margin-top: 20px;
}

.boxBnr img {
width:240px;	
}

#mainContent {
	float: none;
	width: 100%;
	background-color: white;
}

#mainContent h2 img {
	width: 100%;
	height: auto;
}

.section01 {
	margin-left: 5px;
	margin-right: 5px;
}

.section02 {
	margin-left: 10px;
	margin-right: 10px;
}

#boxInfo {
	display: none;
}

/*footer*/
footer {
	border-top: 3px solid #e5e5e5;
	padding: 10px 0 !important;
}

#footerBox {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#footerLogo {
	float: none;
	width: 100%;
}

#footerLogo01 {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#footerLogo01 img {
	width: 200px;
}

#footerLogo02 {
	display: block;
	float: left;
	width: 60px;
}

#footerLogo02 img {
	width: 60px;
}

#footerCopyright {
	float: none;
	width: 100% !important;
	text-align: left;
	margin-top: 5px;
}

#footerCopyright p {
	line-height: 1.4;
	width: 100% !important;
}

span.copyrightbox {
	display: block;
}

/*gnavi*/
nav#gnaviArea {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}


ul#gnavi {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
} 

ul#gnavi li {
    list-style-type:none;
	border-bottom: 1px dotted white;
}

ul#gnavi a {
    display: block;
    text-indent: 0;
	overflow: hidden;
	width: 96%;
	height: auto;
	padding: 13px 2%;
	color: white;
	font-size: 114.3%;
	padding-left: 34px;
	font-weight: bold;
}

a.gnavi-home {
    background-image: url(../images/sp/hd_gnavi.gif);
	background-position: 10px center;
	background-color: #1976b8;
	background-repeat: no-repeat;
}

a:hover.gnavi-home {
	background-position: 10px center;
}

a.gnavi-home-on {
    background-image: url(../images/sp/hd_gnavi.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #0a9dd9;
}

a.gnavi-commodity {
    background-image: url(../images/sp/hd_gnavi.gif);
	background-position: 10px center;
	background-color: #1976b8;
	background-repeat: no-repeat;
}

a:hover.gnavi-commodity {
	background-position: 10px center;
}

a.gnavi-commodity-on {
    background-image: url(../images/sp/hd_gnavi.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #0a9dd9;
}

a.gnavi-service {
    background-image: url(../images/sp/hd_gnavi.gif);
	background-position: 10px center;
	background-color: #1976b8;
	background-repeat: no-repeat;
}

a:hover.gnavi-service {
	background-position: 10px center;
}

a.gnavi-service-on {
    background-image: url(../images/sp/hd_gnavi.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #0a9dd9;
}

a.gnavi-company {
    background-image: url(../images/sp/hd_gnavi.gif);
	background-position: 10px center;
	background-color: #1976b8;
	background-repeat: no-repeat;
}

a:hover.gnavi-company {
	background-position: 10px center;
}

a.gnavi-company-on {
    background-image: url(../images/sp/hd_gnavi.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #0a9dd9;
}

a.gnavi-contact {
    background-image: url(../images/sp/hd_gnavi.gif);
	background-position: 10px center;
	background-color: #1976b8;
	background-repeat: no-repeat;
}

a:hover.gnavi-contact {
	background-position: 10px center;
}

a.gnavi-contact-on {
    background-image: url(../images/sp/hd_gnavi.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #0a9dd9;
}

/*サブメニュー*/
ul#subMenu {
	margin: 10px 10px 0;
}

/*バナー*/
.boxBnr {
	text-align: center;
	margin-top: 10px;
}

/*お申し込み・お問い合わせ*/
#boxContact {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
}

/*パンくずナビ*/
#topicpath {
	font-size: 86%;/*12px*/
	margin-top: 5px;
	margin-left: 10px;
}

.title03 {
	font-size: 129%;
}

.title04 {
	font-size: 129%;
	font-weight: bold;
}

.boxMain {
	margin: 15px 10px 0;
}

.spBlock {
	display: block;
}

}

/*スマホ横*/
@media only screen and (max-device-width:480px) and (orientation:landscape) {
.spBlock {
	display: inline;
}

}