﻿@charset "utf-8";

/*----------------------------------------------------
creation date 2014.12
http://www.sevenbank.co.jp/soukin/
Copyright (C) Seven Bank,Ltd. All Rights Reserved.
----------------------------------------------------*/

/*------------------------------------
   info
====================================*/
/* infoArea
------------------------------------*/
#infoArea, #infoArea footer {
max-width:770px;
width: 100%;
margin:0 auto;
}
#infoArea p {
	margin-bottom:0.5em;
}
#infoArea .sttl {
	font-weight:bold;
	margin:10px 0 5px;
}
#infoArea .borderBox01 {
	border:solid 1px #cccccc;
	padding:10px;
	margin:5px 0;
}




/* lang */
header #lang {
float:right;
width:auto;
font-size:93%;
margin:10px 10px 5px;
}
@media (max-width: 519px) {
header #lang {
clear:both;
float:right;
}
}

header #lang p,
header #lang dl {
display:inline-block;
}
header #lang p {
min-height:14px;
margin-right:1px;
padding:10px 20px 9px;
font-weight:bold;
background:#FFE351;
}
header #lang dl dt {
display:inline-block;
min-height:14px;
padding:10px 27px 9px 30px;
font-weight:bold;
background-color:#DDD;
background-image:url(/soukin/shared/image/icon_arrow_b_s.png);
background-position:14px 15px;
background-repeat:no-repeat;
cursor:pointer;
}
header #lang dl dt.open {
background-image: url(/soukin/shared/image/icon_menu_close.gif);
background-position:10px 11px;
}
header #lang dl dd {
position:absolute;
display:none;
padding:0 10px 10px;
background:#DDD;
z-index:1000;
}
header #lang dl dd ul li {
float:none;
margin-bottom:1px;
padding:5px 10px;
border:1px solid #CCC;
background:#FFF;
}

header #lang li.btn01 a {background-position:0 0;}
header #lang li.btn01 a:hover {background-position:0 -24px;}
header #lang li.btn01 a.current {background-position:0 -48px;}
header #lang li.btn02 a {background-position:-60px 0;}
header #lang li.btn02 a:hover {background-position:-60px -24px;}
header #lang li.btn02 a.current {background-position:-60px -48px;}
header #lang li.btn03 a {background-position:-120px 0;}
header #lang li.btn03 a:hover {background-position:-120px -24px;}
header #lang li.btn03 a.current {background-position:-120px -48px;}
header #lang li.btn04 a {background-position:-180px 0;}
header #lang li.btn04 a:hover {background-position:-180px -24px;}
header #lang li.btn04 a.current {background-position:-180px -48px;}
header #lang li.btn05 a {background-position:-240px 0;}
header #lang li.btn05 a:hover {background-position:-240px -24px;}
header #lang li.btn05 a.current {background-position:-240px -48px;}
header #lang li.btn06 a {background-position:-300px 0;}
header #lang li.btn06 a:hover {background-position:-300px -24px;}
header #lang li.btn06 a.current {background-position:-300px -48px;}
header #lang li.btn07 a {background-position:-360px 0;}
header #lang li.btn07 a:hover {background-position:-360px -24px;}
header #lang li.btn07 a.current {background-position:-360px -48px;}
header #lang li.btn08 a {background-position:-420px 0;}
header #lang li.btn08 a:hover {background-position:-420px -24px;}
header #lang li.btn08 a.current {background-position:-420px -48px;}
header #lang li.btn09 a {background-position:-480px 0;}
header #lang li.btn09 a:hover {background-position:-480px -24px;}
header #lang li.btn09 a.current {background-position:-480px -48px;}
header #lang li.btn10 a {background-position:-540px 0;}
header #lang li.btn10 a:hover {background-position:-540px -24px;}
header #lang li.btn10 a.current {background-position:-540px -48px;}


header #lang dl dd ul li a {
display:block;
width:auto;
height:auto;
padding-left:16px;
text-indent:0;
text-align:left;
background-image:url(/soukin/shared/image/icon_arrow_r_s.png) !important;
background-repeat:no-repeat;
background-position:0 5px !important;
}
header #lang dl dd ul li a.current {
color:#333;
text-decoration:none;
}



/* 言語 */
header #lang p#lang_jpn {
	color: #fff;
	background: #0089ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #0089ff 0%, #0069ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0089ff), color-stop(100%,#0069ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0089ff 0%,#0069ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0089ff 0%,#0069ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0089ff 0%,#0069ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0089ff 0%,#0069ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089ff', endColorstr='#0069ff',GradientType=0 ); /* IE6-9 */
}

header #lang p#lang_tlg {
	color: #fff;
	background: #ff6300; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff6300 0%, #e94000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6300), color-stop(100%,#e94000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff6300 0%,#e94000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff6300 0%,#e94000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff6300 0%,#e94000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff6300 0%,#e94000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6300', endColorstr='#e94000',GradientType=0 ); /* IE6-9 */
}

header #lang p#lang_chi {
	color: #fff;
	background: #4420ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #4420ff 0%, #1a05d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4420ff), color-stop(100%,#1a05d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4420ff 0%,#1a05d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4420ff 0%,#1a05d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4420ff 0%,#1a05d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4420ff 0%,#1a05d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4420ff', endColorstr='#1a05d3',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_eng {
	color: #fff;
	background: #19e300; /* Old browsers */
	background: -moz-linear-gradient(top,  #19e300 0%, #19e300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19e300), color-stop(100%,#19e300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #19e300 0%,#19e300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #19e300 0%,#19e300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #19e300 0%,#19e300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #19e300 0%,#19e300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19e300', endColorstr='#19e300',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_ptg {
	color: #fff;
	background: #00fd9f; /* Old browsers */
	background: -moz-linear-gradient(top,  #00fd9f 0%, #09d473 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00fd9f), color-stop(100%,#09d473)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00fd9f 0%,#09d473 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00fd9f 0%,#09d473 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00fd9f 0%,#09d473 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00fd9f 0%,#09d473 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd9f', endColorstr='#09d473',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_spn {
	color: #fff;
	background: #ff1d0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff1d0e 0%, #cb0300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1d0e), color-stop(100%,#cb0300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff1d0e 0%,#cb0300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff1d0e 0%,#cb0300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff1d0e 0%,#cb0300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff1d0e 0%,#cb0300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d0e', endColorstr='#cb0300',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_thi {
	color: #fff;
	background: #0108a5; /* Old browsers */
	background: -moz-linear-gradient(top,  #0108a5 0%, #000363 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0108a5), color-stop(100%,#000363)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0108a5 0%,#000363 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0108a5 0%,#000363 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0108a5 0%,#000363 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0108a5 0%,#000363 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0108a5', endColorstr='#000363',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_vnm {
	color: #fff;
	background: #ffdf00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffdf00 0%, #ecc300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdf00), color-stop(100%,#ecc300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffdf00 0%,#ecc300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffdf00 0%,#ecc300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffdf00 0%,#ecc300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffdf00 0%,#ecc300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf00', endColorstr='#ecc300',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_ind {
	color: #fff;
	background: #830f86; /* Old browsers */
	background: -moz-linear-gradient(top,  #830f86 0%, #650869 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#830f86), color-stop(100%,#650869)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #830f86 0%,#650869 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #830f86 0%,#650869 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #830f86 0%,#650869 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #830f86 0%,#650869 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#830f86', endColorstr='#650869',GradientType=0 ); /* IE6-9 */
}


@media (max-width: 959px) {
body#top header #utility #lang li#lang_jpn a ,
body#top header #utility #lang li#lang_tlg a ,
body#top header #utility #lang li#lang_chi a ,
body#top header #utility #lang li#lang_eng a ,
body#top header #utility #lang li#lang_ptg a ,
body#top header #utility #lang li#lang_spn a ,
body#top header #utility #lang li#lang_thi a ,
body#top header #utility #lang li#lang_vnm a ,
body#top header #utility #lang li#lang_ind a {
	color: #464646;
}
}


/*-----------------------------------------
ul.countryListBox
-----------------------------------------*/
ul.countryListBox {
	font-size:0;
}
ul.countryListBox li {
	width:126px;
	display:inline-block;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	border:solid 1px #cccccc;
	padding:10px 10px 6px;
	margin:0 2px 2px 0;
}
ul.countryListBox li > p {
	width:inherit;
	height:inherit;
	display:table-cell;
	vertical-align:middle;
}
@media (max-width:319px){
ul.countryListBox li {
	height:auto !important;
}
}





