@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p, span, a {
	font-family: "メイリオ","meiryo",Verdana,"Hiragino Kaku Gothic Pro W3","MS UI Gothic";
	font-size:30px;
	color:#3a3a3a;
	line-height: 1em;
}

body {
	text-align:center;
	-webkit-text-size-adjust: 100%;
	width:850px;
	overflow-x: hidden;
}

*:first-child+html body { /* for IE7 */
    font-size: 100%;
}

/*=========================================
ALL
===========================================*/
#wrapper {
}
.w750 {
	text-align: center;
	width: 850px;
	padding-left:50px;
	padding-right:50px;
	margin-left:0px;
	margin-right:0px;
}
#mainwrap {
	position: relative;

}
footer {
	margin-top: 155px;
	background-image: url(../images/sp/footer_bg.gif);
    background-size:0.5%; 
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainwrap .bold{
	color: #09C !important;
}
#mainwrap .red{
	color:#d90000 !important;
}
.textbox p{
	text-align: left;
	line-height: 1.83em;
	max-height: 100%;/*Androidフォントバグ対策*/
}
.textbox p span{
	line-height:1.83em;
}

a {
	color: #535353;
	text-decoration: none;
}

a:hover {
	color: #535353;
	text-decoration: underline;
}

.pc_only{
	display:none !important;
}
.sp_only{
}

/*=========================================
HEADER
===========================================*/
header {
	background-image: url(../images/sp/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.header_inner {
	padding-top: 26px;
}

header h1 {
	display: none;
}
.header_inner>a {
	float: left;
	display: block;
	/* [disabled]margin: 26px 15px 0 45px; */
	margin-left: 55px;
}
.h_contact {
	margin: 0 0 0 15px;
	float: left;
	width: 454px;
	text-align: right;
}
.h_contact>p {
	color: #fff;
	font-size: 0.833em;
}

.h_contact a {
	margin-top: 15px;
	display: block;
}
.h_menu  {
	clear: both;
	padding-top: 28px;
}
.h_menu li {
	width: 212px;
	float: left;
	height: 94px;
	padding-top: 37px;
	border: solid 0 #5466c0;
	border-width: 0 0 0 1px;
}
.h_menu li.li02 {
	width: 211px;
	border-width: 0;
}
.h2box {
	background-image: url(../images/sp/h2bg.gif);
	background-position: center top;
	height: 112px;
	text-align: left;
	padding: 43px 50px 0 50px;
	margin-bottom: 61px;
}
#main h3 ,#sidebar h3{
	background-image: url(../images/sp/h3bg.gif);
	height: 74px;
	padding: 46px 0 0 160px;
	width: 690px;
	text-align: left;
}
.contact_ban {
	width: 767px;
	height: 463px;
	margin-left: 35px;
	position: relative;
}


.contact_ban ul {
	height: 60px;
	top: 257px;
	position: absolute;
	padding-left: 33px;
}
.contact_ban li {
	color: #fff;
	font-size: 0.97em;
	width: 227px;
	float: left;
	/* [disabled]background-color: #CF6; */
	/* [disabled]z-index: 10; */
	text-align: center;
	margin: 0 7px;
}
.contact_ban > a[class="sp_only"]{
	position: absolute;
	top: 320px;
	left: 34px;
}
.contact_ban div > p{
	color: #fff;
	position: absolute;
	top: 422px;
	font-size: 0.752em;
	text-align: center;
	width: 749px;
	left: 18px;
}
.f_menu {
	margin: 73px auto 100px 92px;
	width: 750px;
}
.f_menu li {
	background-image: url(../images/sp/footmenu-icon.gif);
	background-repeat: no-repeat;
	background-position: left 24px;
	float: left;
	width: 280px;
	text-align: left;
	padding-left: 29px;
	/* [disabled]height: 75px; */
	line-height: 75px;
}
.f_menu li.long {
	width: 404px;
}

.f_menu a {
	font-size: 0.933em;
	line-height: 2.678em;
}
.licence {
	margin-left: 50px;
	margin-top: 42px;
}
.licence li{
	color: #fff;
	font-size: 0.7em;
	line-height: 50px;
	width: 375px;
	float: left;
	text-align: left;
}
.copyr {
	/* [disabled]margin: 68px auto 56px auto; */
	color: #fff;
	font-size: 0.733em;
	padding: 50px 0 56px 0;
}
/*transaction*/
#transaction_table {
    width: 100%;
    font-size: inherit;
    font: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.transactionbg {
    background-color: #CCC;
	min-width: 50px;
}
#transaction_table tr td {
   padding: 15px 0 15px 10px;
    font-size: 80%;
    border: solid 1px #eee;
    width:auto;
    text-align: left;
    color:black;
    font-weight: normal;
    display: revert;
    float:none;
}
.contenttable{
     background-color: white;
}
.responsive{
	width: 100%;
		
}

