.mbt40{
	margin: 40px 0;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 40px;
}

.form-group label{
	font-size: 1.2em;
}

.font-big{
	font-size:18px;
	line-height: 180%;
}

.font-12px{
	font-size: 12px;
}

.font-big-chkbox{
	margin-top: 8px !important;
	font-size: 1.2em;
	font-weight: normal;
}

.font-color-red{
	color: red;
}

.font-bold{
	font-weight: bold;
}

.modal-body{
	font-size: 1.2em;
}

#page{
	padding: 20px;
}


/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #7aafdb;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #306896;
}


/**
* CSS設定
**/
.navbar{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#container{
	margin: 20px auto;
	width: 1200px;
}

#content{
	border-top: 4px solid #315A94;
	border-bottom: 4px solid #315A94;
}

#header{
}

#header .hd-logo{
	text-align: left;
}

#header .hd-tel{
	text-align: right;
}

#footer{
	text-align: center;
	margin: 20px 0;
}

/**
* ログインフォーム
**/
.login-form{
	background-color: #466BA7;
	height: 475px;
	width: 449px;
	border-radius: 5px;
}

.login-form a{
	color: white;
	font-size: 14px;
	font-weight: normal;
}
.login-form .lostpwd{
	font-size: 14px;
	color: white;
}

.login-form input[type=checkbox]{
	margin: 3px 6px 7px 2px;
}

.login-form .login-tit{
	text-align: center;
	padding-top: 2em;
	padding: 2em 0;
}

.login-form .input-sec{
	width:420px;
	padding-left:2em;
	padding-top: 0.5em;
	clear: both;
}

.login-form .input-sec .left{
	float:left;
	line-height:200%;
	font-size:120%;
	width:120px;
	color: white;
}

.shoplogin{
	padding: 70px 0 0 60px;

}



.subtitle{
	background-color: #466AA7;
	color: white;
	font-size:16px;
	line-height: 180%;
	border-radius: 5px;
	margin: 0 auto;
	padding:0.5em 1em;
	text-align: center;
	width: 100%;
}
.subtitle span{
	font-size:24px;
}

.subtitle2{
	border: 1px solid #466AA7;
	color: #466AA7;
	font-size:16px;
	line-height: 180%;
	border-radius: 5px;
	margin: 0 auto;
	padding:0.5em 1em;
	text-align: center;
	width: 100%;
}
.subtitle2 span{
	font-size:24px;
}

.green{
	background-color: #79BF34;
}

.table-member .member-name{
	font-size:1.5em;
	font-weight: bold;
}
.table-member .member-syousai{
	width:30px;
}
.table-member .member-tantou{
	width:30px;
}

.hyouka{
}

.hyouka .title{
	font-size: 25px;
	font-weight: bold;
	background-color: #F8B5CC;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
}

.hyouka .price{
	font-size:35px;
	font-weight: bold;
	background-color: #FBDAE6;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
}

.entry_sheet th{
	width: 150px;
}
