@charset "Shift_JIS";

/* Updated 2012/00/00,E */

/* ****************************************************************************

	smp_top.css
	
-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. 主要ナビ要素
　03. 個人向け商品・サービス領域
　04. 新着情報・ユーティティーナビ領域
　05. キャンペーン領域
　06. 重要なお知らせ要素
　07. ニュースティッカー領域
	
******************************************************************************* */


/* ==

　01. 大枠レイアウト

=============================================================================== */

body { background-color: #f1fecb; }

#header {
	padding: 9px 10px 11px;	
	background-color: #fff;	
}

#header ul {
	top: 30%;
	margin-top: -13px;
}

#header li a {
	position: relative;
	display: block;
	line-height: 24px;
	height:21px;
	padding: 0 27px 0 8px;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #111;
	background: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
}

#header li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 6px;
	width: 17px;
	height: 15px;
	margin-top: -8px;
	background: url(/smartphone/image_uniq/smp_bk_11.png) left top no-repeat;
	-webkit-background-size: 17px 15px;
	background-size: 17px 15px;	
}



/* ==

　02. 主要ナビ要素

=============================================================================== */

.btn_list {
	width: 306px;
	margin: 0 auto;
	padding: 8px 0 7px;	
}

.btn_list.style_b {
	width: 300px;
	padding: 0;
}

.btn_list li {
	float: left;
	margin-bottom: 0;
}

.btn_list.style_a li:nth-child(1) {	margin-bottom: 6px; }

.btn_list.style_a li:nth-child(2) {	margin-right: 3px; }

.btn_list.style_b li{
	padding-bottom: 10px;
	background: url(/smartphone/image_uniq/smp_bk_15.png) left top no-repeat;
	-webkit-background-size: 93px 78px;
	background-size: 93px 78px;	
}

.btn_list.style_b li:nth-child(3n-1),
.btn_list.style_b li:nth-child(3n-2) { margin-right: 10px; }

.btn_list a {
	display: block;
}

.btn_list.style_b a {
	display: block;
	width: 93px;
	height: 78px;
}

.btn_list.style_b a span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
}

.btn_list.style_b .btn_a a {
	background: url(/smartphone/image_uniq/smp_btn_04.png) center 9px no-repeat;
	-webkit-background-size: 55px 58px;
	background-size: 55px 58px;
}

.btn_list.style_b .btn_b a {
	background: url(/smartphone/image_uniq/smp_btn_08.png) center 9px no-repeat;
	-webkit-background-size: 55px 58px;
	background-size: 55px 58px;
}

.btn_list.style_b .btn_c a {
	background: url(/smartphone/image_uniq/smp_btn_06.png) center 9px no-repeat;
	-webkit-background-size: 45px 58px;
	background-size: 45px 58px;
}

.btn_list.style_b .btn_d a {
	background: url(/smartphone/image_uniq/smp_btn_05.png) center 9px no-repeat;
	-webkit-background-size: 70px 58px;
	background-size: 70px 58px;
}

.btn_list.style_b .btn_e a {
	background: url(/smartphone/image_uniq/smp_btn_13.png) center 9px no-repeat;
	-webkit-background-size: 65px 58px;
	background-size: 65px 58px;
}

.btn_list.style_b .btn_f a {
	background: url(/smartphone/image_uniq/smp_btn_14.png) center 9px no-repeat;
	-webkit-background-size: 68px 58px;
	background-size: 68px 58px;
}

.btn_list.style_b .btn_g a {
	background: url(/smartphone/image_uniq/smp_btn_15.png) center 9px no-repeat;
	-webkit-background-size: 76px 58px;
	background-size: 76px 58px;
}

.btn_list.style_b .btn_h a {
	background: url(/smartphone/image_uniq/smp_btn_07.png) center 9px no-repeat;
	-webkit-background-size: 65px 58px;
	background-size: 65px 58px;
}

.btn_list.style_b .btn_i a {
	background: url(/smartphone/image_uniq/smp_btn_09.png) center 9px no-repeat;
	-webkit-background-size: 50px 58px;
	background-size: 50px 58px;
}


.btn_pctop{
	z-index:2; position:relative;
}

.box_search{
	z-index:1; position:relative;
}


/* ==

　03. 個人向け商品・サービス領域

=============================================================================== */

.service_block {
	margin-bottom: 15px;
	padding: 8px 0 0;
	background-color: #9c0;
}

#main .service_block .inner {
	margin: 0 6px 11px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px 1px #666;
	box-shadow: 0 1px 3px 1px #666;
}

#main .service_block .header {
	position: relative;	
	margin-bottom: 0;
	padding: 10px;
	border-top: 1px solid #fff;	
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;		
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	background-image: -webkit-gradient(
		linear,	left top, left bottom,
		color-stop(0, #54900e),
		color-stop(1, #0b530a)
	);		
}

.service_block .header h2 {
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
}

.service_block .header p {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -10px;
}

.service_block .header p a { display: block; }

.service_list li {
	margin-bottom: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #ffc;
}

.service_list li:last-child {
	border-bottom: 1px solid #fff;	
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;		
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.service_list li a {
	position: relative;
	display: block;
	min-height: 32px;
	line-height: 1.5;
	padding: 10px 10px 9px 47px;
	border-bottom: 1px solid #81ac00;	
	background-position: 8px center;
	background-repeat: no-repeat;
	-webkit-background-size: 31px 37px;
	background-size: 31px 37px;		
	color: #1a1a1a;	
	font-weight: bold;
	text-decoration: none;
}

.service_list > li > a > span {
	font-size: 11px;
	font-weight: normal;
}

.service_list li a.ic_a { background-image: url(/smartphone/image_uniq/smp_bk_04.png); }
.service_list li a.ic_b { background-image: url(/smartphone/image_uniq/smp_bk_05.png); }
.service_list li a.ic_c { background-image: url(/smartphone/image_uniq/smp_bk_06.png); }
.service_list li a.ic_d { background-image: url(/smartphone/image_uniq/smp_bk_07.png); }
.service_list li a.ic_e { background-image: url(/smartphone/image_uniq/smp_bk_08.png); }

.service_list > li > a.pc:after {
	right: 9px;
	width: 17px;
	height: 15px;	
	background-image: url(/smartphone/image_uniq/smp_bk_02.png);
	-webkit-background-size: 17px 15px;
	background-size: 17px 15px;		
}

.service_list > li:last-child > a {	border-bottom: none; }

#main .service_list li div {
	display: none;
	margin: 0;
	border-bottom: 1px solid #81ac00;
	background-color: #fff;		
}

.service_list li ul {
	margin-bottom: 0;
}

.service_list li li {
	display: table;
	float: left;
	width: 50%;	
	border-right: none;
	border-left: none;
}

.service_list li li a {
	position: static;
	display: table-cell;
	width: auto;
	height: 45px;
	line-height: 1.3;
	padding: 0 10px;
	background-color: #fff;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
}

.service_list li li:nth-child(2n-1) a{ border-right: 1px solid #81ac00; }

.service_list li li:last-child,
.service_list li li a.last { border-bottom: none; }

.service_list li a.arw {
	padding-right: 22px;	
	background: #fff url(/smartphone/image_uniq/smp_bk_13.png) right center no-repeat;
	-webkit-background-size: 18px 12px;
	background-size: 18px 12px;
}

.service_list li li a.pc {
	padding-right: 28px;	
	background: #fff url(/smartphone/image_uniq/smp_bk_14.png) right center no-repeat;
	-webkit-background-size: 24px 15px;
	background-size: 24px 15px;	
}

.service_list > li > a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 9px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background-image: url(/smartphone/image_dir/smp_bk_20.png);	
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;	
}

.service_list > li > a.current:after {
	background-image: url(/smartphone/image_dir/smp_bk_21.png);	
}

.service_list .acc_close_btn {
	margin: 0;
}

.service_list .acc_close_btn a {
	display: block;
	line-height: 1.3;
	padding: 0 5px 0 0;
	border-top: 1px solid #81ac00;
	border-bottom: none;
	background-color: #eee;
	background-image: -webkit-gradient(
		linear,	left top, left bottom,
		color-stop(0, #efefef),
		color-stop(1, #dfdfdf)
	);
	background-image: -webkit-linear-gradient(top, #efefef 0%, #dfdfdf 100%);
	background-image: linear-gradient(to bottom, #efefef 0%, #dfdfdf 100%);
	background-position: left top;
	background-repeat: repeat-x;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	font-weight: normal;
	text-align: right;
}

.service_list .acc_close_btn span {
	display: inline-block;
	padding: 15px 27px;
	background: url(/smartphone/image_dir/smp_bk_25.png) right center no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

.service_block .btn_box { border-top: 1px solid #0a520a; }

.service_block .btn_box li {
	border-bottom: 1px solid #0a520a;	
	margin-bottom: 0;
}

.service_block .btn_box a {
	position: relative;
	display: block;
	padding: 9px 10px 8px 50px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	background-position: 8px center;
	background-repeat: no-repeat;	
	color: #1a1a1a;
	font-weight: bold;
	text-decoration: none;
}

.service_block .btn_box a span { font-size: 11px; }

.service_block .btn_box a.arw:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 17px;
	height: 15px;
	margin-top: -8px;
	background-image: url(/smartphone/image_dir/smp_bk_02.png);
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 17px 15px;
	background-size: 17px 15px;
}

.service_block .btn_box a.ic_f {
	background-image: url(/smartphone/image_uniq/smp_bk_09.png);	
	-webkit-background-size: 37px 34px;
	background-size: 37px 34px;	
}

.service_block .btn_box a.ic_g {
	background-image: url(/smartphone/image_uniq/smp_bk_17.png);	
	-webkit-background-size: 37px 34px;
	background-size: 37px 34px;	
}

.service_block .btn_box a.ic_h {
	background-image: url(/smartphone/image_uniq/smp_bk_10.png);	
	-webkit-background-size: 37px 34px;
	background-size: 37px 34px;	
}

.service_block .btn_box a.ic_i {
	background-image: url(/smartphone/image_uniq/smp_bk_16.png);	
	-webkit-background-size: 37px 34px;
	background-size: 37px 34px;	
}

.service_block .btn_box a.ic_j {
	background-image: url(/smartphone/image_uniq/smp_bk_18.png);	
	-webkit-background-size: 37px 34px;
	background-size: 37px 34px;	
}

.service_block .btn_box a.ic_k {
	background-image: url(/smartphone/image_uniq/smp_bk_19.png);	
	-webkit-background-size: 37px 34px;
	background-size: 37px 34px;	
}

.service_block .btn_box a.ic_l {
	background-image: url(/smartphone/image_uniq/smp_bk_20.png);	
	-webkit-background-size: 37px 34px;
	background-size: 37px 34px;	
}

.btn_topc { text-align: center; }

.btn_topc a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	color: #1a1a1a;
	font-size: 11px;
	text-decoration: none;
}

.btn_topc a.pc { padding-right: 30px; }

.btn_topc a.pc:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 7px;
	width: 17px;
	height: 15px;
	margin-top: -8px;
	background-image: url(/smartphone/image_uniq/smp_bk_02.png);
	-webkit-background-size: 17px 15px;
	background-size: 17px 15px;				
}



/* ==

　04. 新着情報・ユーティティーナビ領域

=============================================================================== */

.news_block {
	margin-bottom: 15px;
	background-color: #fff;
}

#main .news_block .header {
	position: relative;
	line-height: 30px;
	margin-bottom: 0;
	padding: 0 10px;	
	border-top: 1px solid #0a520a;
	border-bottom: 1px dotted #0a520a;
	background-color: #9c0;	
}

.news_block h2 {
	color: #0a520a;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}

.news_block .header p {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}

.news_block .header p a { display: block; }

.news_block li {
	margin-bottom: 0;
	border-bottom: 1px solid #b3b3b3;
}

.news_block li a,
.news_block li span {
	position: relative;
	display: block;
	line-height: 1.3;	
	padding: 10px;	
}

.subnav_block {
	margin-bottom: 15px;
	border-top: 1px solid #b3b3b3;
}

.subnav_block li {
	display: table;
	float: left;
	width: 50%;
	margin-bottom: 0;
}

.subnav_block li a {
	position: relative;
	display: table-cell;
	width: auto;
	height: 35px;
	line-height: 1.2;	
	padding: 0 10px;
	border-bottom: 1px solid #b3b3b3;
	background-color: #fff;	
	color: #1a1a1a;
	font-size: 11px;
	vertical-align: middle;
	text-decoration: none;
}

.subnav_block li:nth-child(2n-1) a { border-right: 1px solid #b3b3b3; }

.news_block li a.arw,
.news_block li a.pc,
.subnav_block a.arw,
.subnav_block a.pc {
	padding-right: 30px;	
}

.news_block li a.arw:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;	
	right: 10px;
	width: 8px;
	height: 12px;
	margin-top: -6px;	
	background-image: url(/smartphone/image_uniq/smp_bk_01.png);
	background-position: left top;
	background-repeat: no-repeat;	
	-webkit-background-size: 8px 12px;
	background-size: 8px 12px;
}

.subnav_block a.arw {
	background: #fff url(/smartphone/image_uniq/smp_bk_13.png) right center no-repeat;
	-webkit-background-size: 18px 12px;
	background-size: 18px 12px;
}

.news_block li a.pc:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;	
	right: 7px;
	width: 17px;
	height: 15px;
	margin-top: -8px;
	background-image: url(/smartphone/image_uniq/smp_bk_02.png);
	background-position: left top;
	background-repeat: no-repeat;	
	-webkit-background-size: 17px 15px;
	background-size: 17px 15px;	
}

.subnav_block a.pc {
	background: #fff url(/smartphone/image_uniq/smp_bk_14.png) right center no-repeat;
	-webkit-background-size: 24px 15px;
	background-size: 24px 15px;	
}

.banner_block {
	margin:15px 0;
	text-align:center;
}



/* ==

　05. キャンペーン領域

=============================================================================== */

.visual_block {
	position: relative;
	margin-top: -10px;
	padding-top: 4px;	
	padding-bottom: 4px;
	border-bottom: 1px solid #9c0;
	background-color: #d8f49c;		
}

#main .visual_block .contents {
	display: none;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.visual_block .flicksimple {
	width: 260px;
	margin: 0 auto;	
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;	
}

.visual_block .flicksimple li {
	width: 260px;
	float: left;
	margin-bottom: 0;
}

.visual_block .flicksimple a { -webkit-tap-highlight-color: rgba(0,0,0,0); }

.visual_block .controller {	
  margin-bottom: 0;
}

.visual_block .controller li {
	display: none;
	position: absolute;
	top: 18px;
}

.visual_block .controller li:nth-child(1) { left: 0; }
.visual_block .controller li:nth-child(2) { right: 0; }

.visual_block .indicator {
	display: none;
	margin-bottom: 0;
	border-bottom: 1px solid #d8f49c;
	text-align: center;
}

.visual_block .indicator li {
	display: inline-block;
	line-height: 17px;
	width: 18px;
	margin: 0 2px 3px;
	padding-top: 1px;
	border: 1px solid #727371;
	background-image: -webkit-gradient(
		linear,	left top, left bottom,
		color-stop(0, #ccc),
		color-stop(1, #fff)
	);
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.visual_block .indicator li.current {
	border: 1px solid #0d550a;
	background-image: -webkit-gradient(
		linear,	left top, left bottom,
		color-stop(0, #d7f745),
		color-stop(1, #9acc01)
	);	
}

.visual_block .visual_block .txt_link {	margin-right: 10px; }

.visual_block .txt_link a {	text-align: left; }

.visual_block .txt_link a.arw {
	display: inline-block;
	padding: 0;
	padding-right: 12px;	
	background: url(/smartphone/image_uniq/smp_bk_01.png) right 0.1em no-repeat;
	-webkit-background-size: 8px 12px;
	background-size: 8px 12px;
	color: #1a1a1a;
	font-weight: bold;
	text-decoration: none;	
}



/* ==

　06. 重要なお知らせ要素

=============================================================================== */

.indent_block.top_nav {
	padding: 8px 10px 0;
	background-color: #fff;
}

#info_txt {
	display: none;
}

.btn_news a {
	display: block;
	position: relative;
	padding: 3px 0 4px 5px;
	border: 1px solid #ccc;	
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	font-size: 12px;
	text-align: center;
}

.btn_news a.arw { padding-right: 25px; }

.btn_news a.pc { padding-right: 25px; }

.btn_news a.arw:after,
.btn_news a.pc:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;	
}

.btn_news a.arw:after {
	width: 8px;
	height: 12px;
	margin-top: -6px;
	background: url(/smartphone/image_uniq/smp_bk_01.png) right top no-repeat;
	-webkit-background-size: 8px 12px;
	background-size: 8px 12px;
}

.btn_news a.pc:after {
	width: 17px;
	height: 15px;
	margin-top: -7px;
	background: url(/smartphone/image_uniq/smp_bk_02.png) right top no-repeat;
	-webkit-background-size: 17px 15px;
	background-size: 17px 15px;
}



/* ==

　07. ニュースティッカー要素

=============================================================================== */

#main #top_newsbox {
	display: none;
	position: relative;
	width: 300px;
	height: 21px;
	margin: 0 auto;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	font-size:12px;	
}

#main .news {
	position: relative;
	line-height: 17px;		
	margin:0 auto;
	padding: 0 25px 0 7px;
}

.news p.rb {
	position: absolute;
	top: 0;
	height: 0;
	top: -1px;
	right: -1px;
	width: 22px;
	height: 23px;
}

.news p.rb a {
	display: block;
	position: relative;	
	width: 24px;
	height: 23px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;		
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;	
	background:	-webkit-gradient(
		linear,	left top, left bottom,
		color-stop(0, #5c970e),
		color-stop(1, #0b530a)
	);	
}

.news p.rb a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left-color: #fff;
}

.news ul {
	color: #1a1a1a;
	overflow: hidden;
}

.news ul li {
	width: 256px;
	margin: 0;
	padding-top: 3px;
}

.news ul li#entry_back { margin:-20px 0 0 -288px; }

/*新規検索*/

.serch_nn {
	margin:-24px 0 0 0;
}
.serch_box_nn{
	display: block;
	width: 96px;
	height: 19px;
	padding: 0 0 0 5px;
	margin:0 -5px 0 0;
	font-size: 10px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #B3B3B3;

-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;

-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;

border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;

z-index:1;
}
.serch_contact_button_nn{
		width: 27px;
		height: 21px;
		padding: 0 0 0 0px;
		margin: 0;
		background: url(/smartphone/image_uniq/serch_nn.png) no-repeat;
		color: #ffffff;
		vertical-align: middle;
		font-size: 14px;
		border-style: none;
		z-index:3;
}

.serchspace_nn {
	margin-top:28px;
}
.serchleft_nn {
	float:left;
}
/*新規検索*/
