/* 全体レイアウト */

body {
	padding-top: 0;
	padding-bottom: 40px;
	margin: 0;
	background-color: #ffffff;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* 汎用クラス */

a {
	color: #05629b;
	font-size: 1.0em;
	line-height: 2.0em;
	padding: 3px;
	text-decoration: none;
}

a:hover {
	color: #140206;
	line-height: 2.0em;
	padding: 3px;
}

p {
	color: #140206;
	line-height: 2.0em;
	padding: 3px;
}
	
p.box {
	color: #140206;
	font-size: 0.8em;
	line-height: 2.0em;
	padding: 10px;
	border: 1px solid #05629b;
}

span.box_gray{	/* add mizukami */
	display:block;
	color: #808080;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    padding:3px;
}

h1 {
	background-image: url("/img/h1_back_pc.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #05629b;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.0em;
}
	
h2 {
	padding: 0 0 0 10px;
	background-image: url("/img/h2_back_pc.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color: #05629b;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 2.0em;
}

p.sanid {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: -15px 0 0 0;
}

.clear {
	clear: both;
}

.caution {
	color: red;
	font-weight: bold;
	margin: 0 0 0 5px;
}

.caution_blue {
	color: blue;
	font-weight: bold;
	margin: 0 0 0 5px;
}

p.red {
	color: red;
}

p.green {
	color: green;
}

p.blue {
	color: blue;
}

ul {
	list-style: none;
	line-height: 1.8em;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

li {
	padding: 0 0 10px 0;
}

a.btn:link {
	padding: 3px;
	display: block;
	background-color: #d9d9d9;
	text-decoration: none;
	border: 1px solid #363737;
	color: #363737;
	width: 45px;
	font-size: 1.0em;
	line-height: 1.0em;
	text-align: center;
}

a.btn:hover {
	padding: 3px;
	display: block;
	background-color: #ffaabc;
	text-decoration: none;
	border: 1px solid #db0935;
	color: #db0935;
	width: 45px;
	font-size: 1.0em;
	line-height: 1.0em;
	text-align: center;
}

a.btnesc:link {
	padding: 0 3px;
	font-size: 1.0em;
	display: block;
	border:1px solid #808080;
	width:45px;
	margin:0;
	color:gray;
}

a.btnesc:hover {
	padding: 0 3px;
	font-size: 1.0em;
	display: block;
	border:1px solid #808080;
	background-color: #e5e5e5;
	width:45px;
	margin:0;
	color:black;
}

/* 退会ボタン用 */

span.escape {
	padding: 3px;
	display: block;
	border:1px solid #808080;
	width:45px;
	margin:0;
	color:gray;
	pointer-events: none;
}

/* フィールドセット */
fieldset {
	background-color: #FFF;
	border: 1px dotted #05629b;
	padding: 5px 20px 5px 5px;
	margin: 10px 0;
}
	
legend{
	padding:3px 10px 3px 10px;
	margin-left: 5px;
	font-size: 1.0em;
	width : 15em;
	background-color : #ffffff;
	background-image : url(/img/legend_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color : #565656;
	padding:3px 0px 3px 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	}


/* フォームパーツ（共通） */
input,textarea{
	padding:2px;
	border: 1px solid #162733;
	font-size: 1.0em;
	}

input[type="checkbox"]{ 
	vertical-align:middle;
	border: none !important;
border: 1px solid #CCC;
}

input[type="radio"] {
	top: 3px;
	position: relative;
	border: none !important;
}

input:focus{
	background: #b6dffd;
	border: 1px solid #05629b;
	padding: 2px;
	font-size: 1.0em;
}

input.button {
	padding:2px;
	border: 1px solid #162733;
	font-size: 0.9em;
	margin: -1px 0 0 0;
	height: 21px;
}


textarea:focus{
	background: #b6dffd;
	border: 1px solid #05629b;
	padding: 4px;
	font-size: 1.0em;
}

ul.msg_normal {
	padding: 10px 40px;
	border: solid 1px #6b90da;
	background-color: #ebeff9;
	font-size: 0.8em;
	line-height: 2em;
}


ul.msg_error {
	padding: 10px 40px;
	border: solid 1px #f08080;
	background-color: #fff0f5;
	font-size: 0.8em;
	line-height: 2em;
	font-weight: bold;
	color: #f00;
}

/* テーブル */

.slist {
width: 100%;
font-size: 0.8em;
}
.slist th,
.slist td {
padding: 10px 12px;
border-bottom: 1px solid #ccc;
}
.reflow .label {
display: none;
}



/*================================================*/
/* デスクトップ */
/*================================================*/

@media screen and (min-width:769px){

	/*body全体*/
	
html{
background-color:#ffffff; /*フッターの色を指定*/
}
	body {
background-color: #5a96e0;
background-image: url(/img/bg.png);
		padding: 0;
		margin: 0;
	}
	
	h4.sanid {
		background: none;
		border-bottom: 1px dotted #81001e;
		color: #81001e;
		padding: 3px 5px;
	}

	/*ヘッダー（上部）*/
	
	#header {
		background-color: #fff;
		width: 100%;
		margin: 0;
		clear: both;
		border-bottom: 10px solid #cccccc;
		box-shadow: 2px 2px 10px #000; /* CSS3 */
		-moz-box-shadow: 2px 2px 10px #000; /* Firefox用*/
		-webkit-box-shadow: 2px 2px 10px #000; /* Google Chrome, Safari用*/
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2', MakeShadow='true', ShadowOpacity='0.5');
		position: fixed;
		z-index : 999;
	}
	
	#header #area {
		width: 980px;
		margin: 0 auto;
		padding: 12px 0;
	}
	
	#header #area .logo {
		width: 400px;
		padding: 0 0 12px 0;
		margin: 0;
		height: 50px;
		float: left;
	}
	
	#header #area .logo a {
		width: 400px;
		height: 50px;
		background-image: url(/img/logo.gif);
		background-repeat: no-repeat;
		text-indent: -5000px;
		display: block;
	}
	
	#header #area .nav {
		float: left;
		width: 570px;
	}

	#header #area .nav ul {
		height: 40px;
		padding: 0 0 3px 0;
		margin: 0 auto;
		display: block;
		float: right;
	}

	#header #area .nav li {
		list-style:none;
		display: block;
		float: left;
		margin: 0 3px 3px 0;
		text-align: center;
	}
	
	#header #area .nav li.member {
		padding: 5px 20px 5px 5px;
		color:#05629b;
		text-decoration:none;
		display: block;
		font-size:0.8em;
		padding: 5px;
		font-weight: bold;
	}

	#header #area .nav li a {
		font-size: 0.8em;
		color: #ffffff;
		padding: 8px 20px;
		background-image : url(/img/nav_bg01.jpg);
		background-repeat: repeat-x;
		background-position: center center;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #003366;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		text-shadow:
			0px -1px 0px rgba(000,000,000,0.7),
			0px 1px 0px rgba(255,255,255,0.3);
	}

	#header #area .nav li a:hover {
		color: #333333;
		background-image : url(/img/nav_bg02.jpg);
		border: 1px solid #666666;
		text-shadow:
			0px -1px 0px rgba(255,255,255,0.7),
			0px 1px 0px rgba(255,255,255,0.3);
	}
	
	/* グローバルメニュー */
	
	.menubtn {
		display:none;
	}
	
	.togmenu {
		display:block;
	}
	
	#gmenu {display:none;
		width: 980px;
		height: 40px;
		margin: 0 auto;
		padding: 5px;
	}
	
	#gmenu ul {
		list-style: none;
		margin: 5px;
		padding: 3px 0;
		width: 100%;
	}

	#gmenu ul li {
		padding: 5px;
		float: left;
		margin: 0 5px 0 0;
	}	
	
	#gmenu ul li a {
		display: block;
		color: #162733;
		text-decoration: none;
		font-size: 0.8em;
	}
	
	#gmenu ul li a:hover {
		display: block;
		color: #05629b;
		font-size: 0.8em;
	}
	
	/*コンテナ*/
	
	#container {
		width: 900px;
		margin: 0 auto 0 auto;
		padding: 100px 50px 100px 50px;
		background-color:#ffffff;
	}
	
	/*コンテナ内 2カラム*/
	
	#container #main {
		width: 600px;
		padding: 10px;
		margin: 0 10px 0 0;
		background-color: #FFF;
		border: 1px dotted #05629b;
		float: left;
		width: 540px;
		height: 545px;
	}
	#container #side {
		padding: 10px;
		float: left;
		background-color: #FFF;
		border: 1px solid #81001e;
		width: 300px;
		/*height: 362px;*/
	}
	#container #g_signin {
		float:left;
		width:300px;
		height:auto;
		margin:0 0 10px 0;
		padding: 10px;
		background-color: #FFF;
		border: 1px dotted #05629b;
	}
	#container #g_signin p {
		margin:0;
		padding:0;
		line-height: normal;
	}
	#container #g_signin a {
		padding: 0;
		line-height: normal;
	}

	#container #g_signin #g_signin_button {
		width: 191px;
		height: 46px;
		background-image: url(/img/btn_google_signin_light_normal_web.png);
		background-repeat: no-repeat;
		text-indent: -5000px;
		display: block;
	}
	#container #g_signin #g_signin_button:hover {
		background-image: url(/img/btn_google_signin_light_focus_web.png);
	}

	/* 見出し */
	
	h1 {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #cccccc;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		padding-left : 20px;

	}
	
	h2 {
		padding: 0 0 0 20px;
		background-image: url("/img/h2_back_pc.gif");
		background-repeat: no-repeat;
		background-position: center left;
		color: #05629b;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 2.0em;
	}
	
	h2.regist {
		padding: 0 0 0 20px;
		/*margin: 0 0 -10px 0;*/
		background-image: url("/img/h2_r_back_pc.gif");
		background-repeat: no-repeat;
		background-position: center left;
		color: #81001e;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 2.0em;
	}
	
	/* 追加（補足説明） */

	p.regist {
		padding: 0 0 0 10px;
		color: #81001e;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 2.0em;
	}
	
	h3 {
		width: 960px;
		padding: 0 0 0 15px;
		background-image: url("/img/h3_back_pc.gif");
		background-repeat: no-repeat;
		background-position: top left;
		color: #05629b;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 2.0em;
		overflow: hidden;
	}
	
	/* 定義リスト */
	
	dl {
		margin: 2em 0;
		width: 100%;
		font-size: 0.8em;
		padding: 5px;
	}

	dl dt {
		width: 18em;
		float: left;
		clear: left;
		text-indent: 1em;
		padding: 15px 0 10px 0;
		margin: 0px 0 0 0;
		background-image: url("/img/list_kiji_005.gif");
		background-repeat: no-repeat;
		background-position: left 19px;
		border-top : 1px double #cccccc;
		margin-bottom: 1em;
	}
	
	dl dd {
		margin-left: 18em;
		padding: 15px 0 10px 10px;
		border-top : 1px double #cccccc;
		border-left : 3px solid #cccccc;
		border-bottom : 1px solid #cccccc;
		border-right : 1px solid #cccccc;
		margin-bottom: 1em;
		background-color : #eeeeee;
	}
	
	/* 2014/06/20 追加 */
	dl dd:before,
	dl dd:after {
		display: table;
		line-height: 0;
		content: "";
	}

	dl dd:after {
		clear: both;
	}
	
	/*定義リスト メニュー系*/

	dl#menu {
		margin: 2em 0;
		background: #FFF;
		/*width: 960px;*/
		padding: 15px 10px;
	}

	dl#menu dt.menu {
		border: 1px dotted #333;
		clear: left;
		float: left;
		width: 20em;
		padding: 0;
		margin: 5px 0;
		background-image: none;
	}
	
	dl#menu dt.menu a {
		font-size: 1.2em;
		font-weight: bold;
		display: block;
	}
	
	dl#menu dt.menu a:hover {
		font-size: 1.2em;
		font-weight: bold;
		display: block;
		background-color: #b6dffd;
	}
	
	dl#menu dd.menu {
		background: #fff;
		padding: 15px 5px 15px 5px;
		margin: 5px 0 5px 21em;
		border-left: 0px dotted #CCC;
		border-top: 0px dotted #CCC;
		line-height: 1.4em;
	}
	
	dl#menu dd.first {
		background: #fff;
		padding: 12px 5px 15px 5px;
		margin: 3px 0 5px 21em;
		border-top: 0px dotted #CCC;
		border-left: 0px dotted #CCC;
		line-height: 1.4em;
	}	
	
/* ログイン画面 */

	dl.login {
		margin: 2em 0;
		width: 100%;
		font-size: 0.8em;
		padding: 5px;
		clear: both;
	}
	
	dl.login dt {
		width: 100%;
		text-indent: 1em;
		padding: 15px 0 5px 0;
		margin: 0;
		border: none;
		background-image: url("/img/list_kiji_005.gif");
		background-repeat: no-repeat;
		background-position: left 19px;
		clear: both;
		font-weight: bold;
	}
	
	dl.login dd {
		padding: 0 0 10px 10px;
		margin: 0 !important;
		clear: both;
		background: none;
		border: none;
	}

	/* テーブル */
	

	
	/* フォームパーツ */
	
	label {
		white-space: nowrap;
	}
	
	input.size_ss {
		width: 15%;
	}
	
	input.size_s {
		width: 30%;
	}
	
	input.size_m {
		width: 50%;
	}
	
	input.size_l {
		width: 90%;
	}
	
	input.postal {
		width: 100px;
	}
	
	input.tel {
		width: 80px;
	}
	
	#container #main input.size_ss {
			width: 100px;
	}
	
	#container #main input.size_s {
			width: 200px;
	}
	
	#container #main input.size_m {
			width: 350px;
	}

	#container #main input.size_l {
			width: 500px;
	}
	
	input.card {
		width: 100px;
	}
	
	textarea.size_s {
		width: 30%;
	}
	
	textarea.size_m {
		width: 50%;
	}
	
	textarea.size_l {
		width: 90%;
	}
	
	textarea.h_size_s {
		height: 3em;
	}
	
	textarea.h_size_m {
		height: 6em;
	}
	
	textarea.h_size_l {
		height: 9em;
	}
	
	label.radio {
		padding: 0 5px 10px 0;
	}
	
	label.checkbox {
		padding: 0 5px 10px 0;
	}
	
	label.long {
		display: block;
		width: 80%;
		padding-bottom: 5px;
	}
	
	label.m {
		display: inline-block;
		width: 48%;
		padding-bottom: 5px;
	}
	
	label.s {
		display: inline-block;
		width: 30%;
		padding-bottom: 5px;
	}
	
	.customselect {
		background: #ebebe4;
		border: 1px solid #162733;
		padding: 2px 3px;
		color: #05629b;
		margin: 0 4px 0 0;
	}
	
	/*
	.customselect:after {
		content: "▼";

	}
	*/
	
	#button {
		width: 980px;
		text-align: center;
		padding: 5px;
	}
	
	button.submit {
		width: 40%;
		color:#81001e;
		background:#ffffff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:1px solid #81001e;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
		font-size: 1.2em;
		background-image: url("/img/submit_bg01.jpg");
		background-repeat: repeat-x;
		background-position: left center;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
	button.submit:hover {
		color:#FFFFFF;
		background:#e16a86;
		background-image: url("/img/submit_bg02.jpg");
	}
	button.submit.min {
		width: auto;
		min-width: 200px;
	}
	button.back {
		width: 20%;
		color:#3a464b;
		background:#FFF;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:1px solid #3a464b;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
		background-image: url("/img/back_bg01.jpg");
		background-repeat: repeat-x;
		background-position: left center;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
	button.back:hover {
		color:#FFFFFF;
		background:#9aa5aa;
	background-image: url("/img/back_bg02.jpg");
	}
	
	button.disabled {
		width: 30%;
		color:#3a464b;
		background:#FFF;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:2px solid #3a464b;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
		filter: alpha(opacity=20);
		 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
		-moz-opacity: 0.2;
		opacity: 0.2;
	}

	/* 利用規約用 */
	fieldset.terms {
		overflow: auto;
		height: 150px;
		font-size: 0.8em;
	}

	
	#side button.submit {
		width: 90%;
		color:#81001e;
		background:#ffffff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:1px solid #81001e;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
		font-size: 1.2em;
		background-image: url("/img/submit_bg01.jpg");
		background-repeat: repeat-x;
		background-position: left center;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
	#side button.submit:hover {
		color:#FFFFFF;
		background:#e16a86;
		background-image: url("/img/submit_bg02.jpg");
	}
	
	/*フッター*/
	
	#footer_menu {
		height: 25px;
		padding: 5px 0px 7px 0px;
		background-color: #cccccc;
		border-width : 1px 0px 1px 0px;
		border-style : solid;
		border-color : #333333;
		margin: 0px 0px 0px 0px;
		width: 100%;
		text-align: center;
	}
	
	#footer_menu a {
		color: #252524;
		font-size: 0.8em;
		margin-left: 10px;
		text-decoration: none;
		padding: 3px 20px 3px 10px;
		border-width : 0px 0px 0px 3px;
		border-style : solid;
		border-color : #ffffff;
	}
	
	#footer_menu a:hover{
		font-size: 0.8em;
		color: #77620d;
		margin-left: 10px;
		border-color : #333333;
	}
	
	#footer {
		height: 25px;
		padding: 20px 0px 25px 0px;
		background-color: #fff;
		width: 100%;
		font-size: 0.8em;
		color: #252524;
		text-align: center;
		background-image: url("/img/sannichi_logo.gif");
		background-repeat: no-repeat;
		background-position: right center;
		margin: 0px 0px 0px 0px;
	}
	
	/* ログイン画面 */
	#container div#main.login dl dt {
		width: 15em;
	}
	#container div#main.login dl dd {
		margin-left: 15em;
	}
	#container div#main.login input[type="text"],
	#container div#main.login input[type="password"] {
		width: 280px;
	}
}

/*================================================*/
/* タブレット */
/*================================================*/

@media screen and (max-width:768px) and (min-width: 321px){

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*body全体*/
	body {
		background-color: #fff;
		padding: 0;
		margin: 0;
	}

	/*汎用*/
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	
	h4.sanid {
		background: none;
		border-bottom: 1px dotted #81001e;
		color: #81001e;
		padding: 3px 5px;
	}

	/*ヘッダー*/
	#header {
		background-color: #fff;
		display:block;
		width:auto;
	}
	
	#header #area .logo {
		width: 100%;
		padding: 10px 0 12px 0;
		margin: 0;
		min-height: 60px;
		float: left;
	}
	
	#header #area .logo a {
		width: 100%;
		min-height: 80px;
		background-image: url(/img/logo.gif);
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -5000px;
		display: block;
		background-size:90%;
	}
	
	#header .nav {
		text-align: center;
		clear: both;
		/*background-color:#05629b;*/
	}

	#header .nav ul {
		height: auto;
		padding: 0;
		margin: 0 auto;
		width: 100%;
		display: block;
		/*background-color:#05629b;*/
	}

	#header .nav li {
		list-style:none;
		display: block;
		float: left;
		margin: 0;
		/*width: 50%;*/
width: 100%;
		padding:0;
		/*background-color:#05629b;*/
	}
	
	#header .nav li.member {
		list-style:none;
		display: block;
		float: left;
		margin: 0;
		width: 100%;
		padding: 5px 0;
		background-color:#0e74b2;
		color:#FFF;
		font-size:0.9em;
		font-weight: bold;
	}

	#header .nav li a {
		background-color:#05629b;
		color:#e5f4ff;
		text-decoration:none;
		display: block;
		font-size:0.8em;
margin: 0px 10px 5px 10px;
color: #ffffff;
padding: 8px 20px;
background-image : url(/img/nav_bg01.jpg);
background-repeat: repeat-x;
background-position: center center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #003366;
-moz-box-shadow:
	0px 1px 3px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,0.5);
-webkit-box-shadow:
	0px 1px 3px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,0.5);
box-shadow:
	0px 1px 3px rgba(000,000,000,0.5),
	inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
	0px -1px 0px rgba(000,000,000,0.7),
	0px 1px 0px rgba(255,255,255,0.3);
	}

	#header .nav li a:hover {
		background-color:#FFF;
		color:#05629b;
		text-decoration:none;
		display: block;
		font-size:0.8em;
background-image : url(/img/nav_bg02.jpg);
text-shadow:
	0px -1px 0px rgba(255,255,255,0.7),
	0px 1px 0px rgba(255,255,255,0.3);
	}
	
	/* グローバルメニュー*/
	
	.togmenu {
		display:none;
	}
	
	.menubtn {
		padding: 16px 20px;
		background: #05629b;
		color: #fff;
	}
	
	#gmenu {
		width: 100%;
	}
	
	#gmenu ul {
		width: 100%;
		background: #05629b;
		margin: 0;
		padding: 0;
	}
	
	#gmenu ul li {
		display: inline-block;
		border:none;
		width: 48%;
	}
	
	#gmenu  ul li a {
		padding: 16px 20px;
		display:block;
		text-decoration:none;
		background:#05629b;
		color: #fff;
		font-size: 0.8em;
	}
	
	
	/* コンテナ */
	
	#container {
		width: 98%;
		margin: 0 auto;
	}
	
	/*コンテナ内 2カラム*/
	
	#container #main {
		width: 98%;
		padding: 10px;
		margin: 0;
		background-color: #FFF;
		border: 1px dotted #05629b;
	}
	
	#container #side {
		width: 98%;
		margin: 10px 0;
		padding: 10px;
		background-color: #FFF;
		border: 1px solid #81001e;
	}

	#container #g_signin {
		width:98%;
		margin:10px 0 10px 0;
		padding: 10px;
		background-color: #FFF;
		border: 1px dotted #05629b;
	}

	#container #g_signin #g_signin_button {
		width: 191px;
		height: 46px;
		background-image: url(/img/btn_google_signin_light_normal_web.png);
		background-repeat: no-repeat;
		text-indent: -5000px;
		display: block;
	}
	#container #g_signin #g_signin_button:hover {
		background-image: url(/img/btn_google_signin_light_focus_web.png);
	}

	/* 見出し */
	h1 {
		background-image: url("/img/h1_back_sp.gif");
		background-repeat: no-repeat;
		background-position: top left;
		padding: 4px 3px 4px 8px;
		margin: 0;
		color: #05629b;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.2em;
	}
	
	h2 {
		padding: 0 0 0 18px;
		margin: 0;
		background-image: url("/img/h2_back_sp.gif");
		background-repeat: no-repeat;
		background-position: center left;
		color: #05629b;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 2.0em;
	}
	
	h2.regist {
		padding: 0 0 0 18px;
		background-image: url("/img/h2_r_back_sp.gif");
		background-repeat: no-repeat;
		background-position: center left;
		color: #81001e;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 2.0em;
	}
	
	h3 {
		width: 90%;
		padding: 0 0 0 15px;
		background-image: url("/img/h3_back_pc.gif");
		background-repeat: no-repeat;
		background-position: top left;
		color: #05629b;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 2.0em;
		overflow: hidden;
	}
	
	/* 定義リスト */
	
	dl {
		width: 100%;
		padding: 5px;
		font-size: 1.0em;
		list-style: none;
	}
	
	dl.login {
		margin: 0;
	}
	
	dl dt {
		width: 98%;
		border-left: 4px solid #aca5a5;
		border-bottom: 1px solid #CCC;
		color: #343433;
		font-weight: bold;
		font-size: 0.8em;
		line-height: 2.0em;
		padding: 0 0 0 8px;
		margin: 0;
	}
	
	dl dd {
		width: 97%;
		font-size: 0.8em;
		color: #162733;
		padding: 7px;
		margin: 0px;
	}
	
	/*定義リスト メニュー系*/

	dl#menu {
		width: 100%;
		padding: 5px;
		font-size: 1.0em;
		list-style: none;
	}

	dl#menu dt.menu {
		width: 98%;
		border-left: 10px solid #aca5a5;
		border-right: 10px solid #aca5a5;
		border-bottom: 1px solid #CCC;
		border-top: 1px solid #CCC;
		color: #343433;
		font-weight: bold;
		font-size: 0.8em;
		line-height: 2.0em;
		padding: 0 0 0 8px;
		margin: 10px 0;
	}
	
	dl#menu dt.menu a {
		font-size: 1.2em;
		font-weight: bold;
		display: block;
	}
	
	dl#menu dt.menu a:hover {
		font-size: 1.2em;
		font-weight: bold;
		display: block;
		background-color: #b6dffd;
	}
	
	dl#menu dd.menu {
		width: 97%;
		font-size: 0.8em;
		color: #162733;
		padding: 7px;
		margin: 0px;
	}
	
	dl#menu dd.first {
		width: 97%;
		font-size: 0.8em;
		color: #162733;
		padding: 7px;
		margin: 0px;
	}
	
	/* テーブル */

	/* 本来のヘッダーを非表示 */
	.reflow thead  { display: none; }
	 
	/* セルを横幅100%に拡大 */
	.reflow th,
	.reflow td { float: left; clear: left; padding: 0; width: 100%; border-width: 0 0 1px; text-align: left !important; }
	 
	/* tr毎の境界を明確に */
	.reflow tr > td:first-child { margin-top: 20px; border-top: 2px solid #616161; }
	.reflow tr > td:last-child  { border-bottom: 2px solid #616161; }
	.reflow tr:first-child > td:first-child { margin-top: 0; }
	 
	/* ラベルを左右に配置 */
	.reflow .label,
	.reflow .content { padding: 5px 3px; }
	.reflow .label   { display: block; float: left; width: 30%; background: #e6e6e6; }
	.reflow .content { margin: 0 0 0 33%; background: #fff; }
	
	/* フォームパーツ */
	
	input.size_ss {
		width: 45%;
	}
	
	input.size_s {
		width: 100%;
	}
	
	input.size_m {
		width: 100%;
	}
	
	input.size_l {
		width: 100%;
	}
	
	input.postal {
		width: 20%;
		margin: 0 5px 0 0;
	}
	
	input.card {
		width: 20%;
		margin: 0 5px 0 0;
	}
	
	input.tel {
		width: 31%;
		margin: 0 5px 0 0;
	}
	
	textarea.size_s {
		width: 100%;
	}
	
	textarea.size_m {
		width: 100%;
	}
	
	textarea.size_l {
		width: 100%;
	}
	
	label.radio {
		display: block;
		width: 98%;
		padding: 5px 0;
	}
	
	label.checkbox {
		display: block;
		width: 98%;
		padding: 0;
		margin: -20px 0 0;
	}
	
	.customselect {
		background: #ebebe4;
		border: 1px solid #162733;
		padding: 2px;
		color: #05629b;
		border-radius: 2px;
		margin: 0 5px 0 0;
	}
	
	.customselect:after {
		content: "▼";
	}
	
	#button {
		width: 100%;
		text-align: center;
		padding: 5px;
	}
	
	button.submit {
/*
		width: 98%;
		color:#81001e;
		background:#ffffff;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:2px solid #81001e;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
*/
		width: 60%;
		font-size: 1.0em;
		color:#81001e;
		font-weight:bold;
		border : 1px solid #81001e;
		margin: 10px 10px 10px 0;
		padding:12px 0 10px 0;
		border-radius:5px;
		background-image: url("/img/submit_bg01.jpg");
		background-repeat: repeat-x;
		background-position: left center;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);




	}
	
	button.submit:hover {
/*
		width: 98%;
		color:#FFF;
		background:#81001e;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:2px solid #81001e;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
*/
		color:#ffffff;
		background-image: url("/img/submit_bg02.jpg");

	}
	
	button.back {
/*
		width: 98%;
		color:#3a464b;
		background:#FFF;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:2px solid #3a464b;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
*/
		width: 30%;
		font-size: 0.8em;
		color:#3a464b;
		font-weight:bold;
		border : 1px solid #3a464b;
		margin: 10px 10px 10px 0;
		padding:10px 0 8px 0;
		border-radius:5px;
		background-image: url("/img/back_bg01.jpg");
		background-repeat: repeat-x;
		background-position: left center;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);

	}

	button.back:hover {
/*
		width: 98%;
		color:#FFFFFF;
		background:#9aa5aa;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:2px solid #3a464b;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
*/
background-image: url("/img/back_bg02.jpg");
color:#ffffff;
	}
	
	button.disabled {
		width: 98%;
		color:#3a464b;
		background:#FFF;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:2px solid #3a464b;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
		filter: alpha(opacity=20);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
		-moz-opacity: 0.2;
		opacity: 0.2;		
	}

	/* 利用規約用 */
	fieldset.terms {
		overflow: auto;
		height: 150px;
		font-size: 0.8em;
	}
	
	p.caution02 {
		line-height: 1.2em;
		margin: 0;
	}
	
	p.regist {
		margin: -10px 0 0 0;
	}
	
	h4.sanid {
		margin: 0 0 10px 0;
	}
	
	#container form #main.heightLine-group1.login p {
		margin: 5px 0 -5px 0;
	}
	
	#side.heightLine-group1 p {
		margin: 0;
		line-height: 1.2em;
	}
	
	/*フッター*/
	#footer_menu {
		padding: 5px 0;
		height: auto;
		min-height: 55px;
		background-color: #fff;
		width: 100%;
		text-align: center;
	}
	
	#footer_menu a {
		float: left;
		display: block;
		width: 100%;
		color: #252524;
		font-size: 0.8em;
		text-decoration: none;
		background-color:#05629b;
		padding:10px 0 10px 0;
		border-top :1px solid #3a464b;
		border-bottom :1px solid #ffffff;
		color: #ffffff;
	}
	
	#footer_menu a:hover{
		float: left;
		display: block;
		font-size: 0.8em;
		color: #77620d;
background-color:#eeeeee;
color: #333333;
border-bottom :1px solid #cccccc;
	}
	
	#footer {
		height: 25px;
		padding: 5px 0;
		background-color: #fff;
		width: 100%;
		font-size: 0.8em;
		color: #252524;
		text-align: center;
	}
}

/*================================================*/
/* スマートフォン */
/*================================================*/

@media screen and (max-width:320px){

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*body全体*/
	body {
		background-color: #fff;
		padding: 0;
		margin: 0;
	}

	/*汎用*/
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;　
	}
	
	h4.sanid {
		background: none;
		border-bottom: 1px dotted #81001e;
		color: #81001e;
		padding: 3px 5px;
		margin: 0;
	}

	/*ヘッダー*/
	#header {
		background-color: #fff;
		width: 100%;
		margin: 0;
	}
	
	#header #area .logo {
		width: 100%;
		padding: 0 0 12px 0;
		margin: 0;
		min-height: 60px;
		float: left;
	}
	
	#header #area .logo a {
		width: 100%;
		min-height: 60px;
		background-image: url(/img/logo.gif);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 90%;
		text-indent: -5000px;
		display: block;
		background-size:90% auto;
	}
	
	#header .nav {
		text-align: center;
		clear: both;
	}

	#header .nav ul {
		width: auto;
		padding: 0;
		display: block;
		margin: 0;
	}

	#header .nav li {
		list-style:none;
		margin: 1px;
	}
	
	#header .nav li.member {
		list-style:none;
		display: block;
		float: left;
		margin: 0;
		width: 100%;
		padding: 2px 0;
		background-color:#0e74b2;
		color:#FFF;
		font-size:0.9em;
		font-weight: bold;
	}

	#header .nav li a {
		width: 100%;
		padding: 2px 0;
		background-color:#05629b;
		color:#FFF;
		text-decoration:none;
		display: block;
		font-size:0.8em;
		margin: 1px 0 -10px 0;
		width: 90%;
		margin: 0px 10px 5px 10px;
		color: #ffffff;
		padding: 8px 20px;
		background-image : url(/img/nav_bg01.jpg);
		background-repeat: repeat-x;
		background-position: center center;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #003366;
		-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
		-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
		box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
		text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	}

	#header .nav li a:hover {
	/*
			width: 100%;
			padding: 2px 0;
			background-color:#FFF;
			color:#05629b;
			text-decoration:none;
			display: block;
			font-size:0.8em;
			margin: 1px 0 -10px 0 ;
	*/
	background-image : url(/img/nav_bg02.jpg);
	color: #666666;
	text-shadow:
	0px -1px 0px rgba(255,255,255,0.7),
	0px 1px 0px rgba(255,255,255,0.3);

	}
	
	/* グローバルメニュー*/
	
	.togmenu {
		display:none;
	}
	
	.menubtn {
		padding: 16px 20px;
		background: #05629b;
		color: #fff;
	}
	
	#gmenu {
		width: 100%;
	}
	
	#gmenu ul {
		width: 100%;
		/*background: #05629b;*/
		margin: 0;
		padding: 0;
	}
	
	#gmenu ul li {
		display: inline-block;
		width: 100%;
		border:none;
	}
	
	#gmenu  ul li a {
		padding: 16px 20px;
		display:block;
		text-decoration:none;
		/*background:#05629b;*/
		color: #fff;
		font-size: 0.8em;
	}
	
	/* コンテナ */
	
	#container {
		width: 98%;
		margin: 0 auto;
	}
	
	/*コンテナ内 2カラム*/
	
	#container #main {
		width: 98%;
		padding: 0 10px;
		margin: 10px 0;
		background-color: #FFF;
		border: 1px dotted #05629b;
	}
	
	#container #side {
		width: 98%;
		margin: 10px 0;
		padding: 0 10px;
		background-color: #FFF;
		border: 1px solid #81001e;
	}

	#container #g_signin {
		width:98%;
		margin:10px 0 10px 0;
		padding: 10px;
		background-color: #FFF;
		border: 1px dotted #05629b;
	}

	#container #g_signin #g_signin_button {
		width: 191px;
		height: 46px;
		background-image: url(/img/btn_google_signin_light_normal_web.png);
		background-repeat: no-repeat;
		text-indent: -5000px;
		display: block;
	}
	#container #g_signin #g_signin_button:hover {
		background-image: url(/img/btn_google_signin_light_focus_web.png);
	}

	p.regist {
		margin: -10px 0 0 0;
	}
	
	#container form #side.heightLine-group1 p {
		margin: 0;
		line-height: 1.2em;
	}
	
	#container form #side.heightLine-group1 p.sanid {
		font-size: 0.8em;
		margin: 0;
	}
	
	/* 見出し */
	h1 {
		background-image: url("/img/h1_back_sp.gif");
		background-repeat: no-repeat;
		background-position: top left;
		color: #05629b;
		padding: 4px 3px 4px 8px;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.2em;
		margin: -10px 0 -10px 0;
	}
	
	h2 {
		padding: 0 0 0 18px;
		margin: 0;
		background-image: url("/img/h2_back_sp.gif");
		background-repeat: no-repeat;
		background-position: center left;
		color: #05629b;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 2.0em;
	}
	
	h2.regist {
		padding: 0 0 0 18px;
		margin: 0;
		background-image: url("/img/h2_r_back_sp.gif");
		background-repeat: no-repeat;
		background-position: center left;
		color: #81001e;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 2.0em;
	}
	
	h3 {
		width: 98%;
		padding: 0 0 0 15px;
		background-image: url("/img/h3_back_pc.gif");
		background-repeat: no-repeat;
		background-position: top left;
		color: #05629b;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 2.0em;
		overflow: hidden;
	}
	
	/* 定義リスト */
	dl {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 1.0em;
		list-style: none;
	}
	
	dl dt {
		width: 98%;
		border-left: 4px solid #aca5a5;
		border-bottom: 1px solid #CCC;
		color: #343433;
		font-weight: bold;
		font-size: 0.8em;
		line-height: 2.0em;
		padding: 0 0 0 8px;
		margin: 10px 0;
	}
	
	dl dd {
		width: 100%;
		font-size: 0.8em;
		color: #162733;
		padding: 0 7px;
		margin: 0px;
	}
	
	/*定義リスト メニュー系*/

	dl#menu {
		width: 100%;
		padding: 5px;
		font-size: 1.0em;
		list-style: none;
	}

	dl#menu dt.menu {
		width: 98%;
		border-left: 10px solid #aca5a5;
		border-right: 10px solid #aca5a5;
		border-bottom: 1px solid #CCC;
		border-top: 1px solid #CCC;
		color: #343433;
		font-weight: bold;
		font-size: 0.8em;
		line-height: 2.0em;
		padding: 0 0 0 8px;
		margin: 10px 0;
	}
	
	dl#menu dt.menu a {
		font-size: 1.2em;
		font-weight: bold;
		display: block;
	}
	
	dl#menu dt.menu a:hover {
		font-size: 1.2em;
		font-weight: bold;
		display: block;
		background-color: #b6dffd;
	}
	
	dl#menu dd.menu {
		width: 97%;
		font-size: 0.8em;
		color: #162733;
		padding: 7px;
		margin: 0px;
	}
	
	dl#menu dd.first {
		width: 97%;
		font-size: 0.8em;
		color: #162733;
		padding: 7px;
		margin: 0px;
	}
	
	/* テーブル */

	/* 本来のヘッダーを非表示 */
	.reflow thead  { display: none; }
	 
	/* セルを横幅100%に拡大 */
	.reflow th,
	.reflow td { float: left; clear: left; padding: 0; width: 100%; border-width: 0 0 1px; text-align: left !important; }
	 
	/* tr毎の境界を明確に */
	.reflow tr > td:first-child { margin-top: 20px; border-top: 2px solid #616161; }
	.reflow tr > td:last-child  { border-bottom: 2px solid #616161; }
	.reflow tr:first-child > td:first-child { margin-top: 0; }
	 
	/* ラベルを左右に配置 */
	.reflow .label,
	.reflow .content { padding: 5px 3px; }
	.reflow .label   { display: block; float: left; width: 30%; background: #e6e6e6; }
	.reflow .content { margin: 0 0 0 33%; background: #fff; }
	
	/* フォームパーツ */
	
	input.size_ss {
		width: 40%;
	}
	
	input.size_s {
		width: 90%;
	}
	
	input.size_m {
		width: 90%;
	}
	
	input.size_l {
		width: 90%;
	}
	
	input.tel {
		width: 30%;
	}
	
	input.card {
		width: 21%;
	}
	
	input.postal {
		width: 40%;
	}
	
	textarea.size_s {
		width: 90%;
	}
	
	textarea.size_m {
		width: 90%;
	}
	
	textarea.size_l {
		width: 90%;
	}
	
	.customselect {
		background: #ebebe4;
		border: 1px solid #162733;
		padding: 2px;
		color: #05629b;
		border-radius: 2px;
		margin: 0 5px 0 0;
	}
	
	.customselect:after {
		content: "▼";
	}
	
	label.radio {
		display: block;
		width: 98%;
		padding: 5px 0;
	}
	
	label.checkbox {
		display: block;
		width: 98%;
		padding: 0;
		margin: 0;
	}
	
	#container form #main.heightLine-group1.login p label.checkbox {
		margin: -10px 0 0 0;
	}
	
	p.caution02 {
		text-align: center;
		margin: -20px 0 0;
		padding: 0;
		line-height: 1.2em;
	}
	
	#container form #main.heightLine-group1.login p {
		margin: 10px 0 0 0;
	}
	
	#button {
		width: 100%;
		text-align: center;
		padding: 5px;
	}
	
	button.submit {
		width: 80%;
		font-size: 1.0em;
		color:#81001e;
		font-weight:bold;
		border : 1px solid #81001e;
		margin: 10px 10px 10px 0;
		padding:12px 0 10px 0;
		border-radius:5px;
		background-image: url("/img/submit_bg01.jpg");
		background-repeat: repeat-x;
		background-position: left center;
		-moz-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		-webkit-box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
		box-shadow:
			0px 1px 3px rgba(000,000,000,0.5),
			inset 0px 0px 1px rgba(255,255,255,0.5);
	}
	
	button.submit:hover {
		/*
		width: 98%;
		color:#FFF;
		background:#81001e;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:2px solid #81001e;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
		*/
		color:#ffffff;
		background-image: url("/img/submit_bg02.jpg");
	}
	
	button.back {
		width: 98%;
		color:#3a464b;
		background:#FFF;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:2px solid #3a464b;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
	}
	
	button.back:hover {
		width: 98%;
		color:#FFFFFF;
		background:#9aa5aa;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:2px solid #3a464b;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
	}
	
	button.disabled {
		width: 98%;
		color:#3a464b;
		background:#FFF;
		font-weight:bold;
		text-align:center;
		display:inline-block;
		text-decoration:none;
		border:2px solid #3a464b;
		padding:10px 0 8px 0;
		border-radius:5px;
		margin: 10px 10px 10px 0;
		filter: alpha(opacity=20);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
		-moz-opacity: 0.2;
		opacity: 0.2;		
	}

	/* 利用規約用 */
	fieldset.terms {
		overflow: auto;
		height: 150px;
		font-size: 0.8em;
	}

	/*フッター*/
	#footer_menu {
		padding: 5px 0;
		height: auto;
		background-color: #fff;
		width: 100%;
		text-align: center;
	}
	
	#footer_menu a {
		display: block;
		width: 100%;
		padding: 5px 0;
		color: #252524;
		font-size: 0.8em;
		text-decoration: none;
background-color:#05629b;
padding:10px 0 10px 0;
border-top :1px solid #3a464b;
border-bottom :1px solid #ffffff;
color: #ffffff;
	}
	
	#footer_menu a:hover{
		display: block;
		width: 100%;
		font-size: 0.8em;
		color: #77620d;
background-color:#eeeeee;
color: #333333;
border-bottom :1px solid #cccccc;
	}
	
	#footer {
		height: 25px;
		padding: 5px 0;
		background-color: #fff;
		width: 100%;
		font-size: 0.6em;
		color: #252524;
		text-align: center;
	}
}
