@charset "UTF-8";

@media screen and (max-width: 600px) {
*{
	box-sizing:border-box;
}
body{
	min-width:320px;
}
img{
	vertical-align:top;
}

/* ヘッダー
*****************************************************************************************/
#header {
	width: auto;
	min-height: inherit;
	padding: 0 0 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 100010;
}
#header img {
    display: inline;
}
#header_pc{
	display:none;
}
#header_sp{
	display:block;
}
header {
	height: 60px;
}
header #logo {
	float: left;
	width: 48%;
	height:60px;
	padding: 13px 0 0;
	border-bottom: #cccccc 1px solid;
	background: -moz-linear-gradient(top, #f2f2f2 15%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
	background: linear-gradient(top, #f2f2f2 15%, #ffffff 100%);
	text-align: center;
	margin:0;
}
header #headerMenu {
	float: right;
	width: 52%;
}
header #headerMenu ul {
	display: table;
	width: 100%;
	height: 60px;
	margin:0;
}
header #headerMenu li {
	display: table-cell;
	width: 33%;
	background: -moz-linear-gradient(bottom, #e5e5e5 5%, #f5f5f5 7%, #ffffff 75%, #ffffff 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), color-stop(0.05, #e5e5e5), color-stop(0.07,#f5f5f5), color-stop(0.7, #ffffff), to(#ffffff));
	background: linear-gradient(bottom, #e5e5e5 5%, #f5f5f5 7%, #ffffff 75%, #ffffff 100%);
	cursor:pointer;
}
header #headerMenu li a,
header #headerMenu li span {
	display: block;
	height: 60px;
	padding: 40px 0 0;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
}
header #headerMenu #callJaf a {
	background: url(/common/images/smt/header_il01.png) no-repeat 50% 10px;
	-webkit-background-size: 36px 24px;
	-moz-background-size: 36px 24px;
	background-size: 36px 24px;
}
header #headerMenu #menulink span {
	background: url(/common/images/smt/header_il02.png) no-repeat 50% 10px;
	-webkit-background-size: 26px 24px;
	-moz-background-size: 26px 24px;
	background-size: 26px 24px;
}
header #headerMenu #searchLink span {
	background: url(/common/images/smt/header_il03.png) no-repeat 50% 10px;
	-webkit-background-size: 26px 24px;
	-moz-background-size: 26px 24px;
	background-size: 26px 24px;
}
.showSearch header #headerMenu #searchLink span{
	background-image:url(/common/images/smt/header_il04.png)
}

/*=================================

	menuContainer

================================ */
#menuContainer {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 0 0 20px;
	border-top: #1d76d0 3px solid;
	background-color: #ffffff;
	margin:0;
	border-bottom:2px solid #333;
}

#menuContainer .headingBlock {
	padding: 15px 10px;
	border-bottom:1px solid #dddddd;
}
#menuContainer .heading {
	position: relative;
	padding: 0 0 0 30px;
	background: url(../images/smt/header_il02.png) no-repeat 0 50%;
	-webkit-background-size: 26px 24px;
	-moz-background-size: 26px 24px;
	background-size: 26px 24px;
	font-size: 16px;
	font-weight: bold;
	margin:0;
}
#menuContainer .menuCloseBtn {
	position: relative;
	text-align:center;
	background-color: #666666;
	background: #666666, -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 75%, #ffffff 100%);
	background: #666666, -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(0.75, #ffffff), to(#ffffff));
	background: #666666, linear-gradient(bottom, #ffffff 0%, #ffffff 75%, #ffffff 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:30%;
	margin:auto;
	display: block;
	padding: 1px 7px 5px 5px;
	color: #ffffff;
	font-size: 12px;
}
#menuContainer .headingBlock .menuCloseBtn {
	position: absolute;
	right: 10px;
	top: 13px;
	cursor:pointer;
}

#menuContainer .menuCloseBtn span {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
}
#menuContainer .menuCloseBtn .closeIcon {
	padding: 0 3px 0 0;
	position: relative;
	top: 2px;
	font-size: 20px
}
#menuContainer .menuCloseBtn .closeText:before {
	content: "";
	padding: 0 0 0 5px;
	border-left: #a3a3a3 1px solid;
}
#menuContainer .menuCloseBtn .closeText {
	border-left: #525252 1px solid;
}
#menuContainer .navBlock05 li:last-child a {
	border-bottom: none;
}

.navBlock03 ul{
	padding:0 10px 19px;
	overflow: hidden;
	margin:0;
	border-bottom:1px solid #dddddd;
}
.navBlock03 ul li{
	float:left;
	width:33.33%;
	font-size:14px;
	margin:25px 0 0;
}
.navBlock03 ul li a{
	background-position:top center;
	background-repeat:no-repeat;
	background-size:70px 60px;
	color:#3366cc;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:64px 0 0;
}
.navBlock03 ul li#entry a{
	background-image:url(../images/smt/menu_icon01.png);
}
.navBlock03 ul li#myPage a{
	background-image:url(../images/smt/menu_icon02.png);
}
.navBlock03 ul li#digitalId a{
	background-image:url(../images/smt/menu_icon03.png);
}
.navBlock03 ul li#jafNavi a{
	background-image:url(../images/smt/menu_icon04.png);
}
.navBlock03 ul li#areaInfo a{
	background-image:url(../images/smt/menu_icon05.png);
}
.navBlock03 ul li#proceed a{
	background-image:url(../images/smt/menu_icon06.png);
}

.navBlock05 ul{
	margin:0;
	padding:0;
	font-size:14px;
}
.navBlock05 ul li{
	margin:0;
	border-bottom:1px solid #dddddd;
}
.navBlock05 ul li a{
	display:block;
	text-decoration:none;
	color:#3366cc;
	padding:18px 20px 18px 10px;
	position:relative;
}
.navBlock05 ul li a::after{
	content:"";
	position:absolute;
	top:50%;
	right:10px;
	width:5px;
	height:7px;
	background-image:url(../images/smt/com_ic02.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:100%;
	display:block;
	-webkit-transform: translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
}
.navBlock_sns{
}
.navBlock_sns ul{
	list-style:none;
	margin:0;
	padding:15px 10px 8px;
	overflow:hidden;
}
.navBlock_sns ul li{
	width:33.33%;
	float:left;
	text-align:center;
}
.navBlock_sns ul li img{
	width:auto;
	height:44px;
}
.navBlock_sns p{
	margin:0;
	border-bottom:1px solid #dddddd;
	font-size:14px;
	text-align:right;
	padding:0 0 5px;
}
.navBlock_sns p a{
	display:block;
	text-decoration:none;
	color:#3366cc;
	padding:0 23px 0 0;
	position:relative;
}
.navBlock_sns p a::after{
	content:"";
	position:absolute;
	top:50%;
	right:10px;
	width:5px;
	height:7px;
	background-image:url(../images/smt/com_ic02.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:100%;
	display:block;
	-webkit-transform: translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
}

/* navBlock04 */
.navBlock04 {
	clear: both;
	margin: 10px 10px 20px;
}
.navBlock04 ul {
	width: 100%;
	border-bottom: #999999 1px solid;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	margin:0;
	padding:0;
}
.navBlock04 ul li {
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#ffffff));
	background: linear-gradient(bottom, #f0f0f0 0%, #ffffff 100%);
}
.navBlock04 ul li:first-child {
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
.navBlock04 ul li:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.navBlock04 ul li a {
	position: relative;
	display: block;
	padding: 10px 22px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.navBlock04 ul li a:after {
	position: absolute;
	right: 8px;
	top: 50%;
	content: "";
	width: 12px;
	height: 12px;
	margin: -6px 0 0;
	background: url(../images/smt/com_ic04.png) no-repeat 0 0;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	background-size: 12px 12px;
}
.navBlock04 ul .pcLink a {
	padding: 10px 44px;
}
.navBlock04 ul .pcLink a:before {
	position: absolute;
	right: 27px;
	top: 50%;
	content: "";
	width: 11px;
	height: 11px;
	margin: -4px 0 0;
	background: url(../images/smt/com_ic01.png) no-repeat 0 0;
	-webkit-background-size: 11px 11px;
	-moz-background-size: 11px 11px;
	background-size: 11px 11px;
}


/*=================================

	serchWindow

================================ */
#serchWindow {
	clear: both;
	height: 0px;
	background-color: #81c0ef;
	overflow:hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#serchWindow .inner {
	padding: 10px 10px 14px;
}
#serchWindow p {
	margin: 0 0 4px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
#serchWindow #search-wrap input[type="text"] {
	padding-top: 3px;
	padding-bottom: 3px;
}
body.showSearch #serchWindow {
	height: 75px;
}
body.showSearch header #headerMenu #searchLink {
	background: #81c0ef;
}
body.showSearch header #headerMenu #searchLink a {
	color: #ffffff;
	background: url(../images/smt/header_il04.png) no-repeat 50% 10px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	background-size: 24px 24px;
	border-bottom: #81c0ef 1px solid;
}


#container{
	display:none;
}

#wrapper{
	min-width: inherit;
}
#fontsize{
	display:none;
}

#contents{
	width:auto;
	margin:0 15px;
}
#historylink_2,
#bread-list,
#historylink{
	display:none;
}

#main{
	float:none;
	width:auto;
	padding:0 0 30px;
	margin:0;
}

#gotop{
	display:none;
}

/* -------------------------------------------------------------------------- 
 *	サイドナビ
 * -------------------------------------------------------------------------- */
#sub {
    width: auto;
    float: none;
    padding: 0 0 20px;
}
#sub-nav {
    width: auto;
    padding: 0;
    border: 4px solid #dfdfdf;
}
#sub .bnr img{
	width:100%;
	height:auto;
}


/* -------------------------------------------------------------------------- 
 *	フッター
 * -------------------------------------------------------------------------- */
#footer{
	display:none;
}
footer{
	display:block;
}
footer #sns_area{
	border-top:1px solid #dddddd;
}
footer #sns_area ul{
	list-style:none;
	margin:0;
	padding:15px 10px 8px;
	overflow:hidden;
}
footer #sns_area ul li{
	width:33.33%;
	float:left;
	text-align:center;
}
footer #sns_area ul li img{
	width:auto;
	height:44px;
}
footer #sns_area p{
	margin:0;
	border-bottom:1px solid #dddddd;
	font-size:14px;
	padding:0 0 5px;
}
footer #sns_area p a{
	display:block;
	text-decoration:none;
	color:#3366cc;
	padding:0 23px 0 0;
	position:relative;
	text-align:right;
}
footer #sns_area p a::after{
	content:"";
	position:absolute;
	top:50%;
	right:10px;
	width:5px;
	height:7px;
	background-image:url(/common/images/smt/com_ic02.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:100%;
	display:block;
	-webkit-transform: translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
}

footer ul#link_area{
	font-size:9px;
	margin:0;
	overflow:hidden;
}
footer ul#link_area li{
	border-bottom:1px solid #dddddd;
	margin:0;
	float:left;
	width:50%;
}
footer ul#link_area li:nth-child(even){
	border-left:1px solid #ddd;
}
footer ul#link_area li a{
	position:relative;
	display:block;
	padding:16px 18px 16px 10px;
	text-decoration:none;
}
footer ul#link_area li a::after{
	content:"";
	position:absolute;
	top:50%;
	right:10px;
	width:5px;
	height:7px;
	background-image:url(/common/images/smt/com_ic02.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:100%;
	display:block;
	-webkit-transform: translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
}

footer ul#bnr_btn{
	list-style:none;
	margin:18px 10px;
	padding:0;
}
footer ul#bnr_btn li{
	margin:6px 0;
}
footer ul#bnr_btn li img{
	width:100%;
	height:auto;
}

footer #copyRight{
	margin:0;
	text-align:center;
	border-top:1px solid #dddddd;
	padding:15px 0;
}

#page-top {
	font-size: 10px;
  line-height: 12px;
	position: fixed;
	bottom: 0px;
	right: 15px;
	background: #9cf;
	width: 50px;
	padding: 15px 0px;
	text-align: center;
	color: #fff;
	margin:0;
	cursor:pointer;
}

/* -------------------------------------------------------------------------- 
 *	SP用の細かな設定
 * -------------------------------------------------------------------------- */
.img_sp img{
	width:100%;
	height:auto;
}




}