@charset "Shift_JIS";

/* for smartphone contents
=========================================*/

/* layout
-----------------------------------------*/
body {
	line-height:1.2;
	background:#FFFFFF;
	font-size:14px;
	-webkit-text-size-adjust:none;
}

/* layout Container */
#pageContainer {
	width:100%;
	text-align:center;
}
#mainContainer {
	width:320px;
	margin:0px auto;
}

/* header */
header {
	margin-bottom:1px;
	padding:7px 15px 8px 11px;
	background:url(/smt/common/images/header_bg001.gif) repeat-x 0 0;
}
header #sitelogo {
	float:left;
	width:164px;
	line-height:0;
	margin:10px 0pt;
	font-size:0;
}
header #linkIcon {
	float:right;
	width:100px;
	line-height:0;
	margin-top:8px;
	font-size:0;
	text-align:right;
}
header #linkIcon span:last-child {
	margin-left:18px;
}

/* footer */
footer {
	padding:14px 0 14px;
	border-top: 4px solid #112D8D;
}
footer .copyright {
	line-height:1.2em;
	font-size:12px;
	text-align:center;
}

/* component
-----------------------------------------*/
/* listStyle01 */
.listStyle01 li{
	margin-bottom:5px;
	padding-left:15px;
	background:url(/smt/common/images/com_ic001.gif) no-repeat 0 0.4em;
	zoom:1;
}
.listStyle01 .child{
	margin:10px 0;
}
.listStyle01 .child li{
	padding-left:10px;
	background:url(/smt/common/images/com_ic002.gif) no-repeat 0 0.4em;
	zoom:1;
}
.listStyle02 li{
	padding-left:10px;
	background:url(/smt/common/images/com_ic002.gif) no-repeat 0 0.4em;
}

/* link */
.linkArrowRight{
	padding: 0 1px 1px 15px;
	background: url(/smt/common/images/com_ic005.gif) 0 0.2em no-repeat;
}
.linkTriangleRight{
	padding: 0 1px 1px 10px;
	background: url(/smt/common/images/com_ic009.gif) 0 0.3em no-repeat;
}
a.outLink{
	padding: 0 1px 1px 16px;
	background: url(/smt/common/images/com_ic007.gif) 1px 0.1em no-repeat;
}
a.faqLink{
	padding: 0 1px 1px 16px;
	background: url(/smt/common/images/com_ic006.gif) 0 0.1em no-repeat;
	zoom: 1;
}

/* icon text */
.attention {
	padding-left:19px;
	background:url(/smt/common/images/com_ic003.gif) no-repeat 0 0.2em;
	font-weight:bold;
}

/* frame */
.frameRed {
	padding:10px 0 8px;
	margin:20px 10px 0;
	border:1px solid #CC0000;
}

/* font */
.txtRed01 {
	color:#CC0000;
	font-weight:bold;
}

/* crearfix
-----------------------------------------*/
header:after,
section:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
header,
section {
	zoom:1;
	display:block;	/* for safari */
}
