@charset "utf-8";

body {
	color:#333;
	letter-spacing:0;	
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	background: #e3f5fd;
}

body#user,
body#top{
	background: #e3f5fd;
}
img{
	width: inherit;
	height: auto;
}
#wrapper {
    width: 960px;
	margin:0 auto;
	padding:20px 0 0;
}

#page-wrapper {
	background: #fff;
	margin: 0;
	padding: 20px 0 20px;
	word-break: break-all;
}
#top #page-wrapper{
	background: #fff;
	padding: 20px 0 20px;
}
#reserve #page-wrapper
{
	background: #fff;
	padding: 20px 0 20px;
}

#header{
	width: 960px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin: 0 auto 0;
	padding: 0 0;
}

/* footer */
/* ----------------------------------------------------- */
footer{
	
}
#footer-nav{	
	width: 960px;
	position: fixed;
	background:rgba(238,238,238,0.8);
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content:space-between;
}
#footer-nav li{
	width: 25%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#footer-nav li a{
	text-decoration: none;
	padding: 10px 0;
	display: block;
	color: #333;
}



/* body */
/* ----------------------------------------------------- */
a{-webkit-tap-highlight-color: transparent;}


input.font-awesome,
select.font-awesome{
    font-family: FontAwesome;
	line-height: 1.0;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ヘッダー共通 */
/* ----------------------------------------------------- */

#header p.shop{
	float: left;
	width: 100px;
	text-align: center;
	margin: 0 0 0 2%;
}
#header p.shop a{
	display: block;
	background: #2db3eb;
	color: #fff;
	padding: 6px 0;
	text-decoration: none;
	border-radius: 6px;
}
#header h1{
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 10px;
	font-size: 22px;
}
#header h1 img{
	width: inherit;
	max-width: 300px;
}
#header h1 span{
	font-weight: bold;
	font-size: 20px;
	margin-left: 6px;
}
#header h1 a{
	text-decoration: none;
	color: #333;
}
#header p.point{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 32px;
	margin: 0 2% 0 0;
}
#header p.point a{
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	color: #2cb2eb;
	text-decoration: none;
}

/* テキスト飾り */
/* ----------------------------------------------------- */
p{
	margin:0 2% 12px;
}
p.cat-btn{
	margin: 0 8px 5px;
}
p.send-btn{
	margin: 25px auto 20px;
}
/* color */
.attention {
	color:#C00;
}

/* weight */
.sb{
	font-weight:bold;
}
/* other */
.big{
	font-size:16px;
}
.big2{
	font-size:18px;
}
.big3{
	font-size:24px;
}
.small-t{
	font-size:14px;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
	margin:0 0 22px;
}
.a-left{
	text-align: left;
}
.sb{
	font-weight: bold;
}
.under20{
	margin-bottom: 20px;
}
.under30{
	margin-bottom: 30px;
}
/* Link */
/* ----------------------------------------------------- */
/* default */
button{
	border:none;
	background:none;
}
button img{
	cursor:pointer;
}

/* ボタン共通 */
/* ----------------------------------------------------- */
a.com-btn{
	width: 90%;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #2cb2eb;
	border-radius: 4px;
	margin: 0 auto;
}
a.com-btn2{
	width: 90%;
	padding: 12px 0;
	text-align: center;
	color: #2cb2eb;
	border: 2px solid #2cb2eb;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	border-radius: 4px;
	margin: 0 auto;
}
a.com-btn3{
	width: 90%;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #80c646;
	border-radius: 4px;
	margin: 0 auto;
}
a.com-btn3 i{
	font-weight: normal;
	font-size: 14px;
}
a.com-btn4{
	width: 90%;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #ff4000;
	border-radius: 4px;
	margin: 0 auto;
}
div.base-col p.com-btn-f{
	width: 90%;
	padding: 12px 0;
	text-align: center;
	color: #2cb2eb;
	border: 2px solid #2cb2eb;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	border-radius: 4px;
	margin: 0 auto 25px;
	cursor: pointer;
}
a.udner30{
	margin-bottom: 30px;
}
ul.two-btn{
	width: 94%;
	margin: 0 auto 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content:space-between;
}
.b-send{
	padding: 12px 12px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #2cb2eb;
	border-radius: 4px;
	margin: 0;
}
.b-back{
	padding: 12px 12px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #80c646;
	border-radius: 4px;
	margin: 0;
}
.b-delete{
	padding: 12px 12px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #ff4000;
	border-radius: 4px;
	margin: 0;
}
/* ----------------------------------------------------- */
/* ボタン等*/
/* ----------------------------------------------------- */
input[type="submit"],
.btn {
  display: inline-block;
  padding:4px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color:#FFF;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FFF;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn a{
	color:#fff;
	text-decoration:none;
	display:block;
}
a.btn{
	text-decoration: none;
}
.btn i{
	font-size: 12px;
	font-weight: normal;
}
.l-btn{
	width:80%; 
}
.m-btn{
	width:60%;
}
.s-btn{
	width:40%;
}
.ss-btn{
	width:20%;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
	background: #f8f8f8;
  border-color: #dbdbdb;
  border-color: #ccc;
  color:#111;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
  color:#111;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
  color:#111;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
	background: #265a88;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
	background: #419641;
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
	background: #2aabd2;
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
	background: #eb9316;
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
	background: #c12e2a;
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
/* フォーム関連 */
/* ----------------------------------------------------- */
input[type="file"]{
	margin-bottom:10px;
	-webkit-appearance: none;
}


/* ----------------------------------------------------- */
/* Hタグ*/
/* ----------------------------------------------------- */

h2{
	font-size:18px;
	font-weight: bold;
	text-align: center;
	margin:0 0 12px;
	box-sizing: border-box;
}
h2.ttl{
	background: #3eb8ec;
	font-size: 18px;
	padding: 8px 2%;
	color: #fff;
	box-sizing: border-box;
	clear: both;
	text-align: left;
}
h2.ttl span{
	float: right;
}
h2.ttl span.btn-t{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
h2.ttl span.btn-t a{
	padding: 2px 0;
	background: #fff;
	display: block;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
	width: 120px;
}
h3{
	font-size:18px;
	margin:0 2% 18px;
}
h3.c-ttl{
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0 0;
}
h3.stamp-ttl{
	font-size:20px;
	margin:0 5% 20px;
	padding-top: 10px;
}
h4{
	font-size:16px;
	color: #22D1B3;
	margin:0 0 14px;
	
}
h4 i{
	font-weight:normal;
}
h5{
	font-size: 15px;
}
/* ----------------------------------------------------- */
/* column */
/* ----------------------------------------------------- */
#row {
	padding:20px 15px;
	margin:0 10px 10px;
    background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.panel{
	margin:0 0 20px;
}
.panel-body{
	margin:0 3%;
}

/* ----------------------------------------------------- */
/* g-nav */
/* ----------------------------------------------------- */ 
#g-nav{
	margin: 0 0;
	border-top: 1px solid #ddd;
}
#g-nav li{
	width: 25%;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
#g-nav li:last-child{
	border-right: none;
}
#g-nav li br{
	display: none;
}
#g-nav li span{
	margin-left: 6px;
	font-weight: bold;
}
#g-nav li a{
	display: block;
	color: #333;
	padding: 10px 0 10px;
	text-decoration: none;
}
#g-nav li.home a{
	background: #fff url("../image/header/icon01.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 34px;
}
#g-nav li.home a:hover{
	background: #f5f5f5 url("../image/header/icon01.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 34px;
}
#g-nav li.reserve a{
	background: #fff url("../image/header/icon02.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 34px;
}
#g-nav li.reserve a:hover{
	background: #f5f5f5 url("../image/header/icon02.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 34px;
}
#g-nav li.news a{
	background: #fff url("../image/header/icon03.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 34px;
}
#g-nav li.news a:hover{
	background: #f5f5f5 url("../image/header/icon03.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 34px;
}
#g-nav li.mypage a{
	background: #fff url("../image/header/icon04.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 34px;
}
#g-nav li.mypage a:hover{
	background: #f5f5f5 url("../image/header/icon04.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 34px;
}

#g-nav li.home a.current{
	background: #f5f5f5 url("../image/header/icon01.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 30px;
}
#g-nav li.reserve a.current{
	background: #f5f5f5 url("../image/header/icon02.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 30px;
}
#g-nav li.news a.current{
	background: #f5f5f5 url("../image/header/icon03.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 30px;
}
#g-nav li.mypage a.current{
	background: #f5f5f5 url("../image/header/icon04.png") no-repeat;
	background-position: 24% 50%;
	background-size: auto 30px;
}
/* ----------------------------------------------------- */
/* table */
/* ----------------------------------------------------- */
/* contact-t */
table.contact-t{
	width: 98%;
	margin: 0 1% 30px;
}
table.contact-t th{
	padding: 10px;
	width: 1%;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
}
table.contact-t td{
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
/* com-t */
table.com-t{
	width:96%;
	margin:0 auto 20px;
	border: 1px solid #ddd;
}
table.com-t th{
	width:1%;
	padding:6px 5px 6px 6px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	font-weight:bold;
	white-space:nowrap;
	background:#f6f6f6;
	vertical-align:middle;
	text-align:center;
}
table.com-t td{
	padding:8px 6px 8px 6px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	vertical-align:middle;
	text-align:center;
	word-break:break-all;
	line-height:1.4;
	font-size: 14px;
}
table.com-t td br{
	display: inline;
}
table.com-t td p{
	margin:0;
}
table.com-t td p a{
	color:#222;
	font-weight:normal;
	text-decoration:none;
}
/* table-1 */
table.table-1{
	width:100%;
	margin:0 0 30px;
	border:1px solid #ccc;
}

table.table-1 th{
	width:1%;
	padding:10px 12px;
	border-bottom:1px solid #ddd;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle;
	font-size: 16px;
}
table.table-1 th.w20{
	white-space:normal;
	width:50%;
}
table.table-1 td{
	padding:10px 12px;
	text-align: right;
	border-bottom:1px solid #ddd;
	vertical-align:middle;
	word-break:break-all;
	line-height:1.0;
	font-size: 18px;
}
table.table-1 tr.center th{
	text-align:center;
}
table.table-1 tr.gray th,
table.table-1 tr.gray td{
	background:#f7f7f7;
}
table.table-1 td.r-sum{
	text-align:right;
	font-weight:bold;
	color:#F50F13;
}
table.table-1 td.small{
	font-size:14px;
}
table.table-1 td.right-t{
	text-align:right;
}
table.table-1 td.nowrap{
	white-space:nowrap;
}
table.table-1 td input.r-txt{
	text-align:right;
}
table.table-1 td.sum-ttl{
	background:#EAF5FD;
	font-weight:bold;
}
table.table-1 th span,
table.table-1 td span{
	font-size:12px;
	font-weight:normal;
}
table.table-1 tr.noline td{
	border-bottom:none;
}
table.table-1 td img.icon{
	border: 1px solid #aaa;
	border-radius:50px;
	width: 60px;
}
/* txt-table */
table.txt-table{
	width:96%;
	margin:0 2% 30px;
}
table.txt-table th{
	width:1%;
	white-space:nowrap;
	vertical-align:top;
	padding:3px 6px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
table.txt-table td{
	vertical-align:middle;
	word-break:break-all;
	padding:3px 6px 3px 15px;
	border-bottom:1px solid #ddd;
}
/* sum-t */
table.sum-t{
	width:30%;
	margin:0 0 30px;
	border:1px solid #ccc;
}

table.sum-t th{
	width:1%;
	padding:4px 12px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	font-weight:bold;
	white-space:nowrap;
	background:#f6f6f6;
	vertical-align:middle;
	text-align:center;
	font-size:18px;
}
table.sum-t td{
	padding:4px 10px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	vertical-align:middle;
	white-space:nowrap;
	text-align:center;
	font-size:18px;
	
	font-weight:bold;
}
table.sum-t td span{
	color:#FF0F13;
	margin-right:6px;
}

/* select-t */
table.select-t{
	width:96%;
	margin:0 auto 20px;
}
table.select-t th{
	width:1%;
	padding:6px 5px 6px 6px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	font-weight:bold;
	white-space:nowrap;
	background:#f6f6f6;
	vertical-align:middle;
	text-align:center;
}
table.select-t td{
	padding:10px 6px 10px 6px;
	border-bottom:1px solid #ddd;
	vertical-align:middle;
	word-break:break-all;
	line-height:1.5;
	font-size: 16px;
}
table.select-t td a{
	color: #333;
	text-decoration: none;
}
div.table-responsive{
	margin:0 0 20px;
}


ul.link{
	width: 90%;
	margin: 0 auto;
}
ul.link li{
	margin: 0 0 10px;
}
ul.link li a{
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 3%;
	display: block;
	color: #333;
}
/* Float clear */
/* ----------------------------------------------------- */
#header:after,
#contents:after,
#contents .pic-article:after,
#row .panel:after,
.f-cut:after,
div.h2-area:after{
	content:"."; 
	display:block;
	height:0;
	clear:both; 
	visibility:hidden;
}
#header,
#contents,
#contents .pic-article,
#row .panel,
.f-cut,
div.h2-area{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #header,
* html #contents,
* html #contents .pic-article,
* html #row .panel,
* html .f-cut,
* html div.h2-area{
	 height:1%;
}

#header,
#contents,
#contents .pic-article,
#row .panel,
.f-cut,
div.h2-area{
	display:block;
}
/* End hide from IE-mac */


/* 追加 */

.a-alert.error,
.a-alert.success{
	width: 98%;
	padding:8px;
	margin: 0 1% 10px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 4px;
	position: relative;
}
.a-alert.error{
	background:#c52938;
}
.a-alert.success{
	background:#037b3b;
}
.a-alert.error dt,
.a-alert.success dt{
	font-size: 16px;
	padding-right: 28px;
	font-weight: bold;
}
.a-alert.error dd,
.a-alert.success dd{
	font-size: 13px;
	padding-right: 28px;
}
.a-alert.error a,
.a-alert.success a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.a-alert.error p.squr,
.a-alert.success p.squr{
	position:absolute;
	width: 20px;
	height: 26px;
	top: 0;
	bottom: 0;
	right: 1%;
	margin: auto 0;
	color: #fff;
	font-size: 20px;
}
.a-alert.error.hidden,
.a-alert.success.hidden{
	display:none;
}

.sp-only{
	display: none;
}

/* 時間帯のテーブル */
table.sp-com-t{
	width:96%;
	margin:0 auto 20px;
	border: 1px solid #ddd;
	table-layout: fixed;
}
table.sp-com-t th{
	padding:6px 5px 6px 6px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	font-weight:bold;
	white-space:nowrap;
	background:#f6f6f6;
	vertical-align:middle;
	text-align:center;
}
table.sp-com-t td{
	padding:6px 4px 6px 4px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	vertical-align:middle;
	text-align:center;
	word-break:break-all;
	line-height:1.4;
	font-size: 13px;
}
table.sp-com-t td br{
	display: none;
}
table.sp-com-t td.sat{
	color: rgba(60,111,229,1.00);
}
table.sp-com-t td.sun{
	color: rgba(228,18,21,1.00);
}
table.sp-com-t td.ttl{
	width: 10%;
	white-space: nowrap;
	font-weight: bold;
	background: #f6f6f6;
	text-align: center;
	vertical-align: middle;
}

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

body {
	color:#333;
	letter-spacing:0;	
	-webkit-text-size-adjust: 100%;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	position: relative;
}
	

*{
-webkit-appearance: none;
}

body#user{
	background: #e3f5fd;
}
body{
	background: #e3f5fd;
}
img{
	width: 100%;
	height: auto;
}
#wrapper {
    width: 96%;
	margin:10px 2% 0;
	padding:0;
	overflow: hidden;
	border: none;
}

#page-wrapper {
	background: #fff;
	margin: 0;
	padding: 20px 0 20px;
	word-break: break-all;
	box-sizing: border-box;
}
	
#header{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin: 0 0;
	padding: 0;
	text-align: center;
}
#mypage	#header{
	margin: 0;
}
	
#header h1 img{
	width: inherit;
	max-width: 200px;
}
/* ----------------------------------------------------- */
/* g-nav */
/* ----------------------------------------------------- */ 
#g-nav2{
	margin: 0 0;
	border-top: 1px solid #ddd;
}
#g-nav2 li{
	width: 25%;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 13px;
}
#g-nav2 li:last-child{
	border-right: none;
}
#g-nav2 li br{
	display: inline;
}
#g-nav2 li span{
	margin-left: 0;
	font-weight: bold;
}
#g-nav2 li a{
	display: block;
	color: #333;
	padding: 6px 0 6px;
	text-decoration: none;
	background: #fff;
}
	#g-nav2 li img{
		width: 28px;
	}
	
#g-nav2 li a.current{
	background: #f5f5f5;
	color: #333;
}
#footer-nav{
	width: 100%;
}
#footer-nav li{
	font-size: 14px;
}
	#footer-nav li a{
		padding: 6px 0;
	}
#footer-nav li img{
	width: 36px;
}
	
	p{
		margin: 0 3% 12px;
	}
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
	

	
}/* 768px終わり */

@media only screen and (max-width: 480px){
	
	table.sp-com-t td{
		min-height: 80px;
		line-height: 1.2;
	}
table.sp-com-t td br{
	display: inline;
}
	

}
	
