@charset "euc-jp";

/*-- iPhone --*/

@media screen and (max-width: 480px){


/*
reset css
------------------------------*/
html{overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,fieldset,div,iframe,caption,hr,table,tr,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,caption,address,th,td,b,small{word-break:normal;word-wrap:break-word;}
ul li,ol li{list-style:none;}
caption{text-align:left;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
img,abbr,acronym,fieldset{border:none;}
hr,legend{display:none;}
em{font-weight:bold;}
input,textarea,select{margin:0;}
input,label,button,select{vertical-align:middle;}
img{vertical-align:middle;}
object,embed{vertical-align:top;}
iframe{border:0;}
table,caption,th,td{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
/*clear float*/
div:after{content:".";clear:both;display:block;height:0;font-size:0;visibility:hidden;}
div{display:inline-block;}
/*\*/
* html div{height:0;}
div{display:block;}
/**/
/*fix IE U-6*/
* html input{margin-bottom:1px;}
* html br{letter-spacing:0;}
* html ol li{display:list-item;}
/*fix IE 7*/
*:first-child+html input{margin:0;}
*:first-child+html body,*:first-child+html br{letter-spacing:0;}
*:first-child+html ol li{display:list-item;}


/*
base font
------------------------------*/
body{line-height:1.6;background:#fff;border-top:3px solid #2a5f92;text-shadow:1px 1px 0px rgba(255,255,255,0.3);}
body,input,textarea{font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;}
body,input,select,textarea{color:#444;}
a{color:#04c;}
a:hover{color:#e71a18;}

/*ÁªÂò»þ¤Î¿§*/
::-moz-selection{
background:#caedff;
}
::selection{
background:#caedff;
}


/*Ê¸»ú¥·¥ã¥É¥¦*/
body{font-size:small;}
input,textarea,h1,h2,h3,h4,h5,h6{font-size:inherit;}
body div.fontm{font-size:100%;}
body div.fonts{font-size:85%;}
body div.fontl{font-size:120%;}


/* *********************************************************
 *
 *	Box Settings
 *
 * *********************************************************
*/

/*
outer
------------------------------*/
#outer{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}

/*
container
------------------------------*/
#container{
	width:100%;
	text-align:left;
	border-bottom:1px solid #cfcfcf;
}

/*
guide page header
------------------------------*/
#header div{
padding:8px 10px 7px;
font-size:16px;
background:#02a8e2;
background:linear-gradient(bottom,rgb(255,153,0) 0%,rgb(255,204,0) 100%);
background:-o-linear-gradient(bottom,rgb(255,153,0) 0%,rgb(255,204,0) 100%);
background:-moz-linear-gradient(bottom,rgb(255,153,0) 0%,rgb(255,204,0) 100%);
background:-webkit-linear-gradient(bottom,rgb(255,153,0) 0%,rgb(255,204,0) 100%);
background:-ms-linear-gradient(bottom,rgb(255,153,0) 0%,rgb(255,204,0) 100%);
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgb(255,153,0)),color-stop(1,rgb(255,204,0)));
border-bottom:1px solid #BB4A00;
-webkit-box-shadow:3px 3px 5px 0 #ccc,inset 0 0 10 0 rgba(255,255,255,0.8);
-moz-box-shadow:3px 3px 5px 0 #ccc,inset 0 0 10 0 rgba(255,255,255,0.8);
box-shadow:3px 3px 5px 0 #ccc,inset 0 0 10 0 rgba(255,255,255,0.8);
}

#header div h1{
text-align:center;
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,0.4),0 -2px 0 rgba(255,255,255,0.1);
}


/*
new_header
------------------------------*/
#new_header{
width:100%;
margin:0;
padding:5px 0;
}

/*clearfix*/
#new_header:before,
#new_header:after{content:"";display:table;}
#new_header:after{clear:both;}
/* IE 7 */
#new_header{zoom:1;}
/*/clearfix*/

#new_header h1,
#new_header p.h1{
float:left;
width:110px;
margin:0;
padding:0;
}

#new_header .div01{
float:right;
max-width:100%;
display:none;
}

#new_header .div02a .div03{
float:left;
width:188px;
margin-left:10px;
display:none;
}

#new_header .div02a .div03 div{
border:1px solid #ccc;
position:relative;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
padding-right:36px;
display:none;
}

#new_header .div02a{
float:right;
display:none;
}

#new_header .div02a p{
float:left;
font-size:10px;
color:#666;
display:none;
}




/*
globalNav
------------------------------*/
#globalNav{
	width:100%;
	height:40px;
	margin:0;
	padding:0;
	display:none;
}

/*
topicPath
------------------------------*/
#topicPath-1st{
	float:left;
	width:100%;
	height:12px;
	margin:0;
	padding:0 5px;
	text-align:left;
	display:none;
}

/*
printIcon
------------------------------*/
#printIcon{
	float:right;
	width:70px;
	height:12px;
	margin:0;
	padding:0 5px;
	text-align:right;
	display:none;
}

/*
wrapper
------------------------------*/
#wrapper{
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0;
	padding:0;
	text-align:left;
}

/*-- #contents1 1ÃÊÁÈ¤ß
------------------------------*/
#contents1{
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#contents1_top{
	width:100%;
	height:2px;
	margin:0;
	padding:0;

}

#contents1_middle{
	width:100%;
	height:auto;
}

/*
contents1pageTitle
------------------------------*/
#contents1 #pageTitle{
	width:100%;
	height:auto;
	padding:0;
}

/*
pageTitle anshin_card_emoney_bank
------------------------------*/
#pageTitle h1#anshin_card_emoney_bank{
	width:100%;
    background-color:#6A1113;
    border-top-color:#CCC;
	border-top-style:double;
	border-bottom-color:#CCC;
	border-bottom-style:double;
    margin-top: 9px;
}

#contents1 #pageTitle h1 span{
	color:#FFF;
	font-size:14px;
	padding-left:8px;
}

/*-- 1ÃÊÁÈ¤ßÍÑ --*/
.pageDescription_onecol{
	padding:5px;
	color:#000000;
	font-size:12px;
	letter-spacing:1px;
	line-height:150%;
	width:95%;
}

/* *********************************************************
 *
 *	¥³¥ó¥Æ¥ó¥ÄÉôÊ¬ÀßÄê
 *
 * *********************************************************
*/

/*-- 1ÃÊÁÈ --*/

#contents1 h2 span{
	width:100%;
	font-size:14px;
	padding-left:8px;
	color:#FFF;
}

/*
heading_1col_zeuscardpayment
------------------------------*/
#contents1 h2#heading_1col_zeuscardpayment{
	width:100%;
    background-color:#6A1113;
    border-top-color:#CCC;
	border-top-style:double;
	border-bottom-color:#CCC;
	border-bottom-style:double;
    margin-top: 9px;
}

.subhead_1col{
	width:100%;
	height:19px;
    background-color:#E7E7E7;
	font-size:12px;
	font-weight:bold;
	color:#000;
	letter-spacing:1px;
	text-shadow:none;
}

#contents1_middle ul.col1_bullet_type{
	width:93%;
	margin:0;
	padding:5px 5px;
	list-style:none;
}

#contents1_middle ul li.col1_bullet{
	line-height:150%;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}

.contents_onecol_text_indent{
	width:95%;
	padding:0px 5px;
	color:#000000;
	font-size:11px;
	line-height:150%;
}

.contents_onecol_text_indent2{
	width:100%;
	margin-bottom:5px;
	padding:0px 5px;
	color:#333333;
	font-size:12px;
	line-height:150%;
}

/*-- 1ÃÊÁÈ¡¡º¸¤Ë²èÁü¡¡±¦¤Ë¥Æ¥­¥¹¥È¥Ü¥Ã¥¯¥¹ --*/
.onecol_table2_wrapper{
	width:95%;
	height:auto;
	margin:0 0 0 2px;
	padding:3;
}

.onecol_table2_wrapper_left{
	float:left;
	width:40%;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
	display:none;
}

.onecol_table2_wrapper_left img{
	margin:5px 0px 0 0;
}

.onecol_table2_wrapper_right{
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
}

.onecol_table2_wrapper_right p{
	color:#333333;
	font-size:10px;
	line-height:150%;
	border-bottom-color:#333;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	border-top-color:#333;
	border-top-style:dashed;
	border-top-width:thin;
	padding:5px;
}

/*-- ¥í¥´Ãí°Õ»ö¹à(S) --*/
.logo_text{
	width:95%;
	color:#666666;
	float:left;
	margin:2px 0 0 0;
	padding:2px 0 0 0;
	text-align:right;
	font-size:10px;
	display:none;
}

/*
1æ®µç¡¦¡¦€¡¦£çµ¡¡¦¡¦
------------------------------*/
.onecol_contact{
	width:90%;
	height:auto;
	padding:10px;
	margin:0 0 0 5px;
	background-color:#eef3f7;
}

.onecol_contact p.text_black{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

.onecol_contact p.usual{
	color:#333333;
	font-size:12px;
	margin-bottom:5px;
}

.onecol_contact p.usual strong{
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;
}

#contents1_bottom{
	width:100%;
	height:2px;
	margin:0;
	padding:0;
	background-image:url(../img/contents1_bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/*
footer
------------------------------*/
#footer{
	width:100%;
	height:auto;
	margin:10px auto 0px auto;
	padding:5px 0;
	border-top:1px solid #cccccc;
	background-image:url(../img/menu/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
} 

#footer a{
	letter-spacing:1px;
	font-size:10px;
}

.gray_text_small{
	color:#666666;
	font-size:10px;
	letter-spacing:1px;
}


/*
space
------------------------------*/
.space_5{
	padding			: 0 0 5px 0;
	clear			: both;
}

.space_10{
	padding			: 0 0 2px 0;
	clear			: both;
}

.space_20{
	padding			: 0 0 5px 0;
	clear			: both;
}

.space_30{
	padding			: 0 0 20px 0;
	clear			: both;
}


}

