@charset "utf-8";


@media only screen and (max-width: 599px) {
	
body {
	background: #fff;
}
.forSMP.none {display: none;}
.forSMP.inline {display: inline;}
.forSMP.block {display: block;}
.forSMP.inline-block {display: inline-block;}

.mod-header {
	width: 100%;
}
.mod-header-inner {
	border: none;
	padding: 0;
}
.mod-wrapper {
	padding: 0 !important;
	width: 100%;
}
.mod-main {
	float: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
	width: 100% !important;
}
.mod-side {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: none;
	padding: 0 10px;
	width: 100%;
}

.mod-contents h1 {
	font-size: 24px;
}

.mod-search-input input[type=reset] {
	margin: 0;
	padding: 0;
}

.mod-main h2 {
	font-size: 20px;
}

/* ----------------------------------------------
 * mod-header
 * ---------------------------------------------- */
.mod-header {
	position: relative;
	margin: 0 10px 30px;
	width: auto;
	min-width: 0;
}
.mod-header .mod-header-logo {
	left: -20px;
}
.mod-header .mod-header-statement {
	left: 62px;
}
.mod-header .mod-header-region {
	right: -20px;
	top: 3px;
	font-size: 10px;
}
.mod-header .mod-header-utility {
	display: block;
	right: -20px;
	top: 18px;
}
.mod-header .mod-header-utility>li:before {
	display: none;
}
.mod-header .mod-header-utility a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #d4d4d4;
	padding-top: 30px;
	width: 70px;
	height: 45px;
	color: #4d4d4d;
	text-align: center;
	font-size: 9px;
	background: url(/common2/img/mod-header/icon_03_2x.png) center 5px no-repeat;
	background-size: 23px;
}
.mod-header .mod-header-utility a:hover {
	text-decoration: none;
}

/* ----------------------------------------------
 * mod-accordion
 * ---------------------------------------------- */
.mod-accordion dt span {
	font-size: 16px;
}
.mod-accordion dt:before {
	background: url(/common2/img/mod-accordion/icon_01x2.png) left center no-repeat;
	background-size: 18px;
}
.mod-accordion dt.opened:before {
	background: url(/common2/img/mod-accordion/icon_02x2.png) left center no-repeat;
	background-size: 18px;
}

/* ----------------------------------------------
 * mod-topicpath
 * ---------------------------------------------- */
.mod-topicpath {
	position: absolute;
	left: 0;
	top: 68px;
}
.mod-topicpath ul {
	padding-top: 10px;
}

/* ----------------------------------------------
 * mod-list
 * ---------------------------------------------- */
.mod-list {
	margin: 0 10px;
	padding: 0;
}
.mod-list li {
	float: none;
	margin-bottom: 20px;
	width: 100% !important;
	height: auto;
}
.mod-list li:last-child {
	margin-bottom: 0;
}
.mod-list li a {
	font-size: 14px;
}
.mod-list li span {
	line-height: 1;
}
.mod-list li:before {
	float: left;
	line-height: 16px;
	font-size: 12px;
	font-family: FontAwesome;
	color: #666;
	content: "\f105";
}

/* ----------------------------------------------
 * mod-side
 * ---------------------------------------------- */
.mod-side .mod-side-unit {
	background: #fff;
}
.mod-side .mod-side-header {
	padding: 0;
}
.mod-side .mod-side-header h1 {
	font-size: 20px;
}
.mod-side .mod-side-header span {
	margin-top: 5px;
}
.mod-side .mod-side-header span:hover,
.mod-side .mod-side-header a:hover {
	text-decoration: none;
}

/* ----------------------------------------------
 * mod-side-topics
 * ---------------------------------------------- */
.mod-side .mod-side-topics .mod-side-ware {
	display: none;
}
.mod-side .mod-side-topics .mod-side-header {
	position: relative;
	border: 1px solid #d4d4d4;
	padding: 15px;
	background: #fff;
}
.mod-side .mod-side-topics .mod-side-header .forSMP {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.mod-side .mod-side-topics .mod-iconLink2 {
	font-size: 14px;
}

/* ----------------------------------------------
 * mod-side-RSS
 * ---------------------------------------------- */
.mod-side .mod-side-RSS .mod-side-header {
	border-bottom: 1px solid #d4d4d4;
	background: #fff;
}
.mod-side .mod-side-RSS .mod-search {
	padding: 0;
}

/* ----------------------------------------------
 * mod-side-link
 * ---------------------------------------------- */
.mod-side .mod-side-link {
	border: 1px solid #d4d4d4;
	border-left: none;
	border-right: none;
	padding: 15px 10px;
}
.mod-layoutBlock2-itemInner {
	padding-bottom: 20px;
}
.mod-layoutBlock2 {
	border: 1px solid #d4d4d4;
	margin: 0 10px;
	padding: 10px 10px 20px;
}
.mod-localNav3.is-lighten {
	background: #fff;
}
.mod-localNav3Link-item a {
	font-size: 11px;
	color: #1d3994;
}
.mod-localNav3Link-item {
	border: none;
	padding: 0;
	padding-left: 14px;
}
.mod-localNav3Link-item:before {
	color: #a1a1a1;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-left: -10px;
	margin-right: .3em;
	margin-right: 5px;
	text-decoration: inherit;
	webkit-font-smoothing: antialiased;
	content: "\f105";
}

/* ----------------------------------------------
 * mod-backToTop
 * ---------------------------------------------- */
.mod-backToTop:before, .mod-backToTop2:before {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
.mod-backToTop-link {
	font-size: 12px;
	color: #4d4d4d !important;
}
.mod-backToTop-link:hover {
	text-decoration: none;
}

/* ----------------------------------------------
 * mod-globalFooter-inner
 * ---------------------------------------------- */
.mod-globalFooter-inner {
	margin: 0 10px;
}

/* ----------------------------------------------
 * mod-pagetop
 * ---------------------------------------------- */
.mod-pagetop {
	overflow: hidden;
	margin: 20px 0;
	padding: 0 10px;
}
.mod-pagetop h1 {
	float: none;
	font-size: 24px;
	line-height: 1;
}
.mod-pagetop .mod-backToTop {
	float: none;
	margin-bottom: 20px;
}


}
@media only screen and (max-width: 599px) {
.mod-header .mod-header-statement {
	left: 30px;
}
}