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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222222;
	font-size: 100%;
	font-weight: 400;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
/*	letter-spacing: 0.05em;*/
}

@media all and (-ms-high-contrast:none) {

body {
	font-family: "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

}

/* 最小値設定 */
body {
	min-width: 1000px;
}

img {
	vertical-align: top;
	border: 0;
	margin: 0px;
	padding: 0px;
}

/* リンク */

a:link  {
	color: #2972d8;
	text-decoration: none;
}
a:visited  {
	color: #2972d8;
	text-decoration: none;
}
a:hover  {
	color: #2972d8;
	text-decoration: none;
}
a:active  {
	color: #2972d8;
	text-decoration: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.contentsArea {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}

.contents {
	padding-right: 10px;
	padding-left: 10px;
}

p {
	padding: 25px 0 25px 0;
	margin: 0;
	color: #555555;
	border-top: solid 1px #CCCCCC;
}

p strong {
	display: block;
	font-weight: 700;
	color: #222222;
	
}

.top_p {
	padding: 0 0 30px 0;
	margin: 0;
	border: 0;
}

.logo {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #808080;
}

.inr {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 100px;
}

h1 {
    padding: 30px 0 0 0;
	margin: 0 0 30px 0;
	text-align: center;
	width: 100%;
}

.top_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.top_ul li {
    padding: 0;
    margin: 15px 0 0 0;
}

.top_ul li a {
    display: block;
    border: 4px solid #d6e6f5;
    font-size: 26px;
    line-height: 80px;
    padding: 0 30px 0 60px;
    color: #3481cd;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.png);
	background-position: 26px center;
	background-size: 21px 21px;
}

.top_ul li a:hover {
    display: block;
	background-color: #3481cd;
    border: 4px solid #d6e6f5;
	font-size: 26px;
	transition: 0.6s;
	line-height: 80px;
	padding: 0 30px 0 60px;
	color: #FFFFFF;
	text-decoration: none;
    font-weight: 700;
	letter-spacing: 0.1em;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_a.png);
	background-position: 26px center;
	background-size: 21px 21px;
}

h2 {
    font-size: 32px;
    line-height: 80px;
    padding: 30px 0px 0px 0px;
    color: #3481cd;
    font-weight: 700;
    letter-spacing: 0.1em;
	margin: 0;
}

h3 {
    font-size: 21px;
    padding: 20px 20px 20px 20px;
    margin: 50px 0 0 0;
    color: #3481cd;
    background-color: #DCF7FF;
}

.member {
	border: 1px solid #CCCCCC;
    padding: 20px 20px 20px 20px;
    margin: 30px 0 0 0;
}

.member p {
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.member ul {
    padding: 5px 0 0 22px;
    margin: 0;
}

.member ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.link_table {
    padding: 0 0 0 0;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    margin: 30px 0 0 0;
	width: 100%;
}

.link_table th {
	text-align: left;
    padding: 10px 20px 10px 20px;
	border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.link_table td {
	text-align: right;
    padding: 10px 10px 10px 10px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.top_btn {
    padding: 30px 0 0 0;
	text-align: center;
}

.top_btn a:hover {
	display: inline-block;
    padding: 15px 30px 15px 30px;
	text-align: center;
	color: #666666;
	text-decoration: none;
	border: 4px solid #F2F2F2;
	border-radius: 10px;
    letter-spacing: 0.1em;
	background-color: #CCCCCC;
}

.top_btn a {
	display: inline-block;
    padding: 15px 30px 15px 30px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border: 4px solid #F2F2F2;
	border-radius: 10px;
    letter-spacing: 0.1em;
	transition: 0.2s;
	background-color: #666666;
}

.imgBox {
	padding-bottom: 40px;
}

.imgBox img {
	width: 100%;
	max-width: 900px;
}

.imgBox_l {
	float: left;
	width: 254px;
}

.imgBox_m {
	float: left;
	margin-left: 14px;
	width: 378px;
}

.imgBox_r {
	float: left;
	margin-left: 14px;
	width: 240px;
}

.imgBox_txt {
	font-size: 12px;
	padding-top: 8px;
	line-height: 140%;
}

.con3_tableBox {
	padding: 30px 1em 0px 1em;
}

.con3_table {
    padding: 0 0 0 0;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    margin: 0 0 0 0;
	width: 100%;
}

.con3_table th {
	text-align: center;
    padding: 10px 10px 10px 10px;
	border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
	font-weight: 700;
}

.con3_table td {
	text-align: left;
    padding: 15px 15px 15px 15px;
	border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
	font-weight: 500;
}

.headerArea {
    width: 100%;
    height: 91px;
	background-image: url(https://www.shibataya.com/common/img/headerbg.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

#header {
    padding: 0px;
    width: 970px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 91px;
}

#header h1 {
    padding: 0px;
    margin-top: 35px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    height: 46px;
    width: 330px;
}

#header #menu {
    padding: 0px;
    float: right;
    height: 60px;
    width: 565px;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(https://www.shibataya.com/common/img/menu.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#header #menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 0px;
    line-height: 0px;
}

#header #menu li {
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
}

/* HeaderMenu
---------------------------------------------------- */
.gm1 {
	margin: 0px;
	padding: 0px;
}
.gm1 a:link, .gm1 a:visited {
	background-image: url(https://www.shibataya.com/common/img/menu.gif);
	background-repeat: no-repeat;
	background-position: -2px 0px;
	margin: 0px;
	padding: 0px;
	width: 96px;
	height: 60px;
	text-indent: -10000px;
	display: block;
}
.gm1 a:hover {
	background-image: url(https://www.shibataya.com/common/img/menu.gif);
	background-repeat: no-repeat;
	background-position: -2px -60px;
	margin: 0px;
	padding: 0px;
	width: 96px;
	height: 60px;
	text-indent: -10000px;
	display: block;
}

.gm2 {
	margin: 0px;
	padding: 0px;
}
.gm2 a:link, .gm2 a:visited {
	background-image: url(https://www.shibataya.com/common/img/menu.gif);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin: 0px;
	padding: 0px;
	width: 124px;
	height: 60px;
	text-indent: -10000px;
	display: block;
}
.gm2 a:hover {
	background-image: url(https://www.shibataya.com/common/img/menu.gif);
	background-repeat: no-repeat;
	background-position: -100px -60px;
	margin: 0px;
	padding: 0px;
	width: 124px;
	height: 60px;
	text-indent: -10000px;
	display: block;
}

.gm3 {
	margin: 0px;
	padding: 0px;
}
.gm3 a:link, .gm3 a:visited {
	background-image: url(https://www.shibataya.com/common/img/menu.gif);
	background-repeat: no-repeat;
	background-position: -226px 0px;
	margin: 0px;
	padding: 0px;
	width: 93px;
	height: 60px;
	text-indent: -10000px;
	display: block;
}
.gm3 a:hover {
	background-image: url(https://www.shibataya.com/common/img/menu.gif);
	background-repeat: no-repeat;
	background-position: -226px -60px;
	margin: 0px;
	padding: 0px;
	width: 93px;
	height: 60px;
	text-indent: -10000px;
	display: block;
}

.gm4 {
	margin: 0px;
	padding: 0px;
}
.gm4 a:link, .gm4 a:visited {
	background-image: url(https://www.shibataya.com/common/img/menu.gif);
	background-repeat: no-repeat;
	background-position: -321px 0px;
	margin: 0px;
	padding: 0px;
	width: 126px;
	height: 60px;
	text-indent: -10000px;
	display: block;
}
.gm4 a:hover {
	background-image: url(https://www.shibataya.com/common/img/menu.gif);
	background-repeat: no-repeat;
	background-position: -321px -60px;
	margin: 0px;
	padding: 0px;
	width: 126px;
	height: 60px;
	text-indent: -10000px;
	display: block;
}

.gm5 {
	margin: 0px;
	padding: 0px;
}
.gm5 a:link, .gm5 a:visited {
	background-image: url(https://www.shibataya.com/common/img/menu.gif);
	background-repeat: no-repeat;
	background-position: -449px 0px;
	margin: 0px;
	padding: 0px;
	width: 114px;
	height: 60px;
	text-indent: -10000px;
	display: block;
}
.gm5 a:hover {
	background-image: url(https://www.shibataya.com/common/img/menu.gif);
	background-repeat: no-repeat;
	background-position: -449px -60px;
	margin: 0px;
	padding: 0px;
	width: 114px;
	height: 60px;
	text-indent: -10000px;
	display: block;
}

#ftbg {
	background-color: #3983CB;
	background-image: url(https://www.shibataya.com/common/img/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.footer {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #FFF;
}
.footer h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.footer #fttx {
	float: left;
	width: 600px;
}
.footer #ftlink {
	float: right;
	width: 186px;
}
#footer #ftlink .toi {
	padding-bottom: 10px;
}
#footer #ftlink .lnk {
	float: right;
	padding-right: 60px;
}

.bl {
	padding: 25px 0px 0px 0px;
	text-align: right;
	font-size: 0.8em;
}

.gray {
	background-color: #d6e6f5;
	padding: 40px;
}
