@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2012/02 */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* ブロック用CSS */
/*------------------------------------------------------*/

/* promotion --------------------------------- */
#promotion {
	width: 100%;
	background: #f3f3f3 url(/smt/shared/image/bg_pr.gif) repeat-x 0 100%;
	font-size: 0;
	line-height: 0;
}

	/* prMain */
	#prMain {
		position: relative;
		width: 100%;
		border-top: solid 1px #ffffff;
		border-bottom: solid 1px #ffffff;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	}
	#prImg {
		position: absolute;
		left: 15px;
		top: 0;
		height: 100%;
		overflow: hidden;
	}
	#prImgInner {
		position: absolute;
		left: 0;
		top: 0;
	}
	#prImg img {
		display: block;
		position: absolute;
		top: 0;
	}
	#prArrowL,
	#prArrowR {
		position: absolute;
		top: 0;
		width: 14px;
		height: 100%;
		background-color: #bbbbbb;
		background-repeat: no-repeat;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	#prArrowL {
		left: 0;
		background-image: url(/smt/shared/image/ico_pr_arrow_l.png);
		background-position: 2px 50%;
	}
	#prArrowR {
		right: 0;
		background-image: url(/smt/shared/image/ico_pr_arrow_r.png);
		background-position: 3px 50%;
	}
	#prTrap {
		display: block;
		position: absolute;
		left: 15px;
		top: 0;
		background-image: url(/smt/shared/image/spacer.gif);
		-webkit-touch-callout: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	#prArrowLTrap,
	#prArrowRTrap {
		position: absolute;
		top: 0;
		width: 70px;
		height: 100%;
		background: url(/smt/shared/image/spacer.gif);
		-webkit-touch-callout: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	#prArrowLTrap {
		left: 0;
	}
	#prArrowRTrap {
		right: 0;
	}

	/* prMark */
	#prMark {
		width: 100%;
		height: 27px;
		padding-top: 10px;
		text-align: center;
		overflow: hidden;
	}
	#prMark img {
		padding: 0 8px;
	}





/* menuBlock1 --------------------------------- */
.menuBlock1 {
	font-size: 24px;
	line-height: 1.2;
	text-shadow: 1px 0 1px #444444;
}
.menuBlock1 li {
	border-top: solid 1px #dddddd;
	background: url(/smt/shared/image/bg_menu_01.gif) repeat-x;
}
.menuBlock1 li:first-child {
	border-top: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.menuBlock1 li:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.mb1Mid li:first-child,
.mb1Foot li:first-child {
	border-top: solid 1px #dddddd;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.mb1Head li:last-child,
.mb1Mid li:last-child {
	border-bottom: solid 1px #dddddd;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.menuBlock1 li a,
.menuBlock1 li .noLink {
	display: block;
	padding: 20px 52px 20px 15px;
}
.menuBlock1 li a {
	background: url(/smt/shared/image/bg_menu_arrow_r.png) no-repeat 100%;
}
.menuBlock1 li.new a {
	background-image: url(/smt/shared/image/bg_menu_newwin.png);
}
.menuBlock1 li.pc a {
	background-image: url(/smt/shared/image/bg_menu_pc.png);
}





/* menuBlock2 --------------------------------- */
.menuBlock2 {
	font-size: 20px;
	line-height: 1.2;
	text-shadow: 1px 0 1px #444444;
}
.menuBlock2 li {
	border-top: solid 1px #e5e5e5;
	background: #fbfbfb url(/smt/shared/image/bg_menu_02.gif) repeat-x;
}
.menuBlock2 li:first-child {
	border-top: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.menuBlock2 li:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.mb2Mid li:first-child,
.mb2Foot li:first-child {
	border-top: solid 1px #e5e5e5;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.mb2Head li:last-child,
.mb2Mid li:last-child {
	border-bottom: solid 1px #e5e5e5;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.menuBlock2 li a,
.menuBlock2 li .noLink {
	display: block;
	padding: 13px 52px 13px 15px;
}
.menuBlock2 li a {
	background: url(/smt/shared/image/bg_menu_arrow_r.png) no-repeat 100%;
}
.menuBlock2 li.new a {
	background-image: url(/smt/shared/image/bg_menu_newwin.png);
}
.menuBlock2 li.pc a {
	background-image: url(/smt/shared/image/bg_menu_pc.png);
}





/* menuBlock3 --------------------------------- */
.menuBlock3 {
	font-size: 20px;
	line-height: 1.2;
	text-align: right;
	text-shadow: 1px 0 1px #444444;
}
.menuBlock3 li {
	border-top: solid 1px #e5e5e5;
	background: #fbfbfb url(/smt/shared/image/bg_menu_02.gif) repeat-x;
}
.menuBlock3 li:first-child {
	border-top: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.menuBlock3 li:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.mb3Mid li:first-child,
.mb3Foot li:first-child {
	border-top: solid 1px #e5e5e5;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.mb3Head li:last-child,
.mb3Mid li:last-child {
	border-bottom: solid 1px #e5e5e5;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.menuBlock3 li a,
.menuBlock3 li .noLink {
	display: block;
	padding: 13px 15px 13px 52px;
}
.menuBlock3 li a {
	background: url(file:///C|/Users/pfb-43/Desktop/au_smt_template120222/image/ico_arrow_02_l.png) no-repeat 15px;
}
.menuBlock3 li.new a {
	background-image: url(/smt/shared/image/bg_menu_newwin.png);
}
.menuBlock3 li.pc a {
	background-image: url(/smt/shared/image/bg_menu_pc.png);
}





/* accordionBlock --------------------------------- */
.accordionBlock > dl {
	border-top: solid 1px #dddddd;
}
.accordionBlock > dl:first-child {
	border-top: none;
}
.accordionBlock > dl > dt {
	background: url(/smt/shared/image/bg_menu_01.gif) repeat-x;
	font-size: 24px;
	line-height: 1.2;
	text-shadow: 1px 0 1px #444444;
}
.accordionBlock > dl:first-child > dt {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.accordionBlock > dl:last-child > dt {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.accordionBlock > dl > dt > span {
	display: block;
	padding: 20px 15px 20px 52px;
	background: url(/smt/shared/image/ico_plus_01.png) no-repeat 15px;
}
.accordionBlock > dl > dd {
	display: none;
	border-top: solid 1px #dddddd;
	overflow: hidden;
}





/* socialBlock --------------------------------- */
.socialBlock {
	padding: 20px 15px 0;
}
.socialBlock .set {
	display: table;
	width: 100%;
	margin-bottom: 35px;
}
.socialBlock .set .thumb {
	display: table-cell;
	width: 70px;
	padding-right: 15px;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
.socialBlock .set .descript {
	display: table-cell;
	vertical-align: middle;
}
.socialBlock .set .name,
.socialBlock .set .link1a {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
}
.socialBlock .set .name {
	font-size: 24px;
	text-shadow: 1px 0 1px #444444;
}
.socialBlock .set .link1a {
	background-position: 4px 0.6em;
}





/* socialSection --------------------------------- */
.socialSection {
	padding-top: 20px;
	border-top: solid 1px #e5e5e5;
}
.socialSection .heading {
	margin: 0 15px;
	padding: 0 15px 15px;
	border-bottom: solid 1px #e5e5e5;
	color: #666666;
	line-height: 1.2;
}





/* btn1 --------------------------------- */
.btn1 {
	border: solid 1px #bbbbbb;
	background: url(/smt/shared/image/bg_btn_01.gif) repeat-x 0 50%;
	border-radius: 5px;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 0 1px #444444;
}
.btn1 a {
	display: block;
}
.btn1 a span {
	display: inline-block;
	padding: 20px;
}
.btn1 a .new,
.btn1 a .pc {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.btn1 a .new {
	background-image: url(/smt/shared/image/bg_menu_newwin.png);
}
.btn1 a .pc {
	background-image: url(/smt/shared/image/ico_pc_01.png);
}





/* searchBlock --------------------------------- */
#searchBlock {
	height: 45px;
	padding: 10px 0;
}
#searchBlock .inner {
	display: table;
	width: 100%;
}
#searchField {
	display: table-cell;
	height: 43px;
	padding-left: 40px;
	border: solid 1px #d6d6d6;
	background: #ffffff url(/smt/shared/image/ico_magnifier_01.png) no-repeat 7px 9px;
	vertical-align: top;
}
#searchField input {
	display: block;
	width: 100%;
	height: 43px;
	border: none;
	color: #444444;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	border-radius: 0;
	-webkit-appearance: none;
}
#searchSubmit {
	display: table-cell;
	width: 84px;
	padding-left: 10px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	vertical-align: top;
}





/* impBlock --------------------------------- */
.impBlock {
	padding: 10px 15px 15px;
	border: solid 3px #e5e5e5;
}
.impBlock .heading {
	margin-bottom: 5px;
	padding: 5px 0 5px 43px;
	background: url(/smt/shared/image/ico_excl_01.png) no-repeat;
	color: #eb5505;
	font-size: 20px;
	line-height: 1.2;
	text-shadow: 1px 0 1px #eb5505;
}





/* iconLinkBlock --------------------------------- */
.iconLinkBlock .icon {
	float: left;
	margin-right: 15px;
}
.iconLinkBlock .descript {
	overflow: hidden;
}
.iconLinkBlock .name,
.iconLinkBlock .nameFb {
	margin-bottom: 8px;
	padding-top: 6px;
	font-size: 24px;
	line-height: 1.2;
	text-shadow: 1px 0 1px #444444;
}
.iconLinkBlock .nameFb {
	color: #3b5999;
	text-shadow: 1px 0 1px #3b5999;
}
.iconLinkBlock .link1a {
	background-position: 4px 0.3em;
	line-height: 1.2;
}





/* campBlock --------------------------------- */
.campBlock {
	margin-bottom: 5px;
}
.campBlock .campaignBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e5e5e5;
}
.campBlock .campaignBox:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.campBlock .campaignBox .image {
	margin-bottom: 15px;
	font-size: 0;
	line-height: 0;
}
.campBlock .campaignBox .image img {
	width: 418px;
	height: 94px;
	border: solid 1px #d9d9d9;
}
.campBlock .kikanTitle {
	margin-bottom: 10px;
	color: #f76b1f;
	line-height: 1.2;
}
.campBlock .linkStrongRight {
	margin-top: 15px;
	text-align: right;
}
.campBlock .linkStrongRight a {
	padding-left: 20px;
	background: url(/smt/shared/image/ico_arrow_01_r.png) no-repeat 4px 0.25em;
}





/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
