@charset "UTF-8";

/*========================================================================

 ■ Global Layout
 ┗ Header
 ┗ Navigation
 ┗ Footer

==========================================================================*/

body{
	-webkit-text-size-adjust: none;
	font-size:14px;
	color:#333;
	width:100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

dl dt dd{
	margin:0px;
	padding:0px;
}

/* Header */

#siteHeader{
	clear:both;
	width: 100%;
	height: 40px;
	margin: 0;
	overflow: hidden;
}

#siteHeader h1{
	float:left;
	width:92px;
	margin: 13px 0 0 12px;
}

#headNav{
	float:right;
	width: 135px;
	margin:0;
}

#headNav li{
	float:left;
	height: 31px;
	margin: 4px 0 0;
}

#headNav li.shop{
	width:65px;
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
}

#headNav li.store{
	width:36px;
	padding: 0 0 0 10px;
}

#siteHeader h1 img,
#headNav li.shop img,
#headNav li.store img {
	width:100%;
}

/* Navigation */

#gloNav{
	width:100%;
	margin: 0;
	border-bottom: 1px solid #1f5fa8;
	overflow: hidden;
}

#gloNav li{
	float:left;
	width:24.5%;
	border-right: 1px solid #d6e2ee;
}

#gloNav li:nth-child(4) {
	width:24.5%;
	border-right: none;
}

/* Footer */

#siteFooter {
	margin: 0;
	padding: 0 0 5px;
	overflow: hidden;
}

#siteFooter ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#siteFooter ul li {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

#siteFooter ul li:nth-child(1),
#siteFooter ul li:nth-child(4) {
}

#siteFooter ul li img {
	width: 100%;
}

#siteFooter address{
	display:block;
	width: 186px;
	margin: 10px auto;
	overflow: hidden;
}

#siteFooter address img{
	width: 100%;
}

/*#siteFooter {
	margin: 0;
	padding: 0 0 5px;
	overflow: hidden;
}

#siteFooter ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.3%;
	margin: 0 0 2px;
	overflow: hidden;
}

#siteFooter ul li.centerPos {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#siteFooter ul li img {
	width: 100%;
}

#siteFooter address{
	display:block;
	width: 186px;
	margin: 10px auto;
	overflow: hidden;
}

#siteFooter address img{
	width: 100%;
}
*/
/*========================================================================

 ■ Common Module
 ┗ Generic
 ┗ Title
 ┗ BreadcrumbNavi
 ┗ accordionNavi
 ┗ twoColumnNavi
  　┗ - White.ver
 ┗ oneColumnNavi-withIcon
 ┗ Article
  　┗ - title
  　┗ - thumb
  　┗ - detail

==========================================================================*/

/* Generic */

a { color:#1f5fa8; text-decoration:underline; }
p { word-wrap: break-word; }

.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb13{margin-bottom:15px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.pt5 {padding-top:5px !important;}
.pt10{padding-top:10px !important;}

.grad-blue, .commonTitle, #page_title {
	background: #2269b1 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #2269b1 0%, #1c559f 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2269b1), color-stop(100%,#1c559f)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2269b1 0%,#1c559f 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2269b1 0%,#1c559f 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2269b1 0%,#1c559f 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #2269b1 0%,#1c559f 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2269b1', endColorstr='#1c559f',GradientType=0 ) !important; /* IE6-9 */
}

.grad-silver li {
	background: #fefeff !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefeff 0%, #e8eff6 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefeff), color-stop(100%,#e8eff6)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefeff 0%,#e8eff6 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefeff 0%,#e8eff6 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefeff 0%,#e8eff6 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #fefeff 0%,#e8eff6 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#e8eff6',GradientType=0 ) !important; /* IE6-9 */
}

/* Title */

.commonTitle, #page_title {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 0px !important;
	padding:2.5% 0 !important;
	color: #fff !important;
	font-size: inherit;
	font-weight: bold !important;
	text-indent: 10px !important;
}

#page_title h2 { /* 各ディレクトリのCSS抹消用 */
	padding: 0px !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: bold !important;
	text-align: left !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	text-shadow: none !important;
	font-family: inherit !important;
}

/* BreadcrumbNavi */

.kuzu{
	clear:both !important;
	overflow:hidden !important;
	margin:0px 0px 10px !important;
	color:#1f5fa8 !important;
	padding-top:10px !important;
}

.kuzu li{
	float:left !important;
	margin-left:10px !important;
	margin-right:5px !important;
	border-radius: 1px !important;
	border: 1px solid #bac6d9 !important;
	padding:5px !important;
}

.kuzu li a{
	color:#1f5fa8 !important;
	text-decoration:none !important;
}

/* accordionNavi */

.accordionNavi {
	clear:both;
	margin:0 0 0px 0;
}

.accordionNavi .category {
	display:block;
	border-bottom:1px solid #fff;
	background-image: url(/smt/common/images/re/arrow3.png);
	background-color: #1f5fa8;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	-webkit-background-size: 20px;
	background-size: 20px;
}

.direct .category {
	background-image: url(/smt/common/images/re/arrow3_direcct.png) !important;
	-webkit-background-size: 18px !important;
	background-size: 18px !important;
}

.accordionNavi .category a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4% 0;
	font-size:12px;
	font-weight:bold;
	text-indent: 10px;
	text-decoration:none;
	color:#fff;
}

.accordionNavi .toggleList {
	overflow: hidden;
	display:none;
}

.accordionNavi .toggleList ul li {
	display:block;
	border-bottom:1px solid #d7e2ef;
	background-image: url(/smt/common/images/re/arrow2.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	-webkit-background-size: 15px;
	background-size: 15px;
	overflow: hidden;
}

.accordionNavi .toggleList ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding:3% 0;
	font-size:12px;
	text-decoration:none;
	text-indent: 10px;
	color:#1f5fa8;
}

.accordionNavi .toggleList ul.banner li a {
	text-indent: 0px;
	text-align: center;
}

/* twoColumnNavi -- default */

.twoColumnNavi {
  padding: 5px 0 5px 5px;
  background: #d7e2ef;
  overflow: hidden;
}

.twoColumnNavi ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 5px 5px 0;
}

.twoColumnNavi ul li img {
  width: 100%;
}

/* oneColumnNavi-withIcon */

.oneColumnNavi-withIcon {
	padding: 4px 4px 0;
	background: #d7e2ef;
	overflow: hidden;
}

.oneColumnNavi-withIcon ul li {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 4px;
	width: 100%;
	overflow: hidden;
	border: 2px solid #fff;
	background: #fff;
	font-size: 16px;
}

.oneColumnNavi-withIcon ul li a img{
	width: 100%;
}

/* Article */

.article {
	display: table;
	clear: both;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.article ul li {
	clear: both;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d7e2ef;
}

.article ul li .title {
	margin: 15px 15px 7px 10px;
	overflow: hidden;
	color: #1f5fa8;
}

.article ul li .title span{
	font-weight: bold;
}

.article ul li .thumb {
	display: table-cell;
	vertical-align: top;
	width: 150px;
	padding: 0 10px 15px 10px;
}

.article ul li .thumb img {
	width: 100%;
}

.article ul li .detail {
	display: table-cell;
	vertical-align: top;
	padding: 0 25px 15px 0;
}

.article ul li .detail p {
	font-size: 11px;
	line-height: normal !important;
	word-wrap: break-word !important;
}

.article ul li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background:url(/smt/common/images/re/arrow2.png) no-repeat 100% 50%;
	-webkit-background-size: 15px;
	background-size: 15px;
}

.article ul.nonArrow li a {
	background: none;
}

/* Banner */

.bannerList {
	padding: 20px 20px 15px;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #1f5fa8;
	background: #f6f6f6;
}

.bannerList li {
	margin: 0 0 5px;
	overflow: hidden;
}


/*============================
 Content Section
============================*/

.contentSection{
	clear:both;
	margin:0 0 25px 0;
}

.ttlContent{
	font-size:14px;
	text-align:center;
	text-shadow: 0 -1px 1px #FFF,-1px 0 1px #FFF,1px 0 1px #FFF,0 1px 1px #FFF;
	color:#1f5fa8;
	margin:0 0 15px;
	padding:9px 0;
	font-weight:bold;
	border-top:1px solid #fff;
	-webkit-box-shadow: 0 -1px 1px #bccadb;
	background:-webkit-gradient(linear, left top, left bottom, from(#e7ecf2), to(#bccadb));
}

.blueList li a{
	display:block;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 1px -2px 0 #003399;
	color:#fff;
	padding:4% 30px 4% 3%;
	border-bottom:1px solid #0b3361;
	background:url(../images/ico_right_white.png) #1f5fa8 no-repeat 100% 50%;
}

