@charset "UTF-8";

/* 基本設定 */
body {
	font-family:Arial, "メイリオ","ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align:left;
	color:#333;
	margin: 5px;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	line-height:12px;
	margin:0;
	padding:0;
}

br {line-height:12px;}

a {
	text-decoration:none;
	-webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -ms-transition:0.5s;
    transition:0.5s;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#666;
}

form {
	margin:0;
}
input, select, textarea {}

ul, ol, li,
dl, dt, dd {
	list-style:none;
	margin:0;
	padding:0;
}

em, cite {font-style:normal;}

small {
	font-size:10px;
	line-height:14px;
}

img {border:0;}

table {
}

.center {text-align:center;}
.clear {clear:both;}

hr {
}

p {
	margin: 0.5em;
}


/* フッター */
footer {
	margin:40px 0 0 0;
}
footer p.btn_gototop {
	text-indent:-9999px;
	height:29px;
	background:url(../../pc/assets/images/btns/btn_gototop_on.gif) no-repeat right 0;
	border-bottom:1px solid #ddd;
}
footer p.btn_gototop a {
	display:block;
	width:180px;
	height:29px;
	background:url(../../pc/assets/images/btns/btn_gototop.gif) no-repeat;
	float:right;
}
footer p.btn_gototop a:hover {
	background:none;
}

footer address {
	text-align:center;
	font-family:Arial;
	font-size:10px;
	font-style:normal;
	width:320px;
	margin:20px auto;
	padding:20px 0 10px 0;
	background:url(../../pc/assets/images/logos/logo_footer.gif) no-repeat center 0;
}



/* お問い合わせフォーム */
.titleMypageMain {
	width:604px;
	height:20px;
	color:#005CB9;
	font-size:13px;
	font-weight:bold;
	padding:10px 0 10px 16px;
	background:url(title_main.gif) 0 0 no-repeat;
}

.required {
	color: #f00;
}

form > table {
	min-width: 600px;
}

form table table {
	margin: 0 auto;
}

form table th {
	font-weight: normal;
	text-align: right;
	background-color: #eee;
	padding: 5px;
	min-width: 150px;
}



/* ---------------------------------------- */
@media screen and (max-width:540px) {

/* 基本設定 */
html {
	-webkit-text-size-adjust:none;
}

body {
	margin: 0;
	font-size: 12px;
}


/* フッター */
footer p.btn_gototop {
	height:24px;
}
footer p.btn_gototop a {
	width:180px;
	height:24px;
	background:url(../../sp/assets/images/btns/btn_gototop.gif) no-repeat;
	-webkit-background-size:180px 25px;
	float:right;
	-webkit-transition:0;
    -moz-transition:0;
    -o-transition:0;
    -ms-transition:0;
    transition:0;
}

footer address {
	padding:20px 0 10px 0;
	background:url(../../sp/assets/images/logos/logo_footer.gif) no-repeat center 0;
	-webkit-background-size:171px 20px;
}


/* お問い合わせフォーム */
.titleMypageMain {
	width: 100%;
	padding: 0.75em 0;
	text-indent: 1em;
	background-image: none;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
	border-bottom: 1px solid #005CB9;
}

form > table {
	min-width: initial;
	min-width: auto;
}

  form input
, form select
, form textarea {
	font-size: 16px;
}

 form table
,form table tbody
,form table tr
,form table th
,form table td {
	display: block;
	font-size: 14px;
}

form table th {
	text-align: left;
	float: left;
	width: 78%;
	padding: 5px 1%;
	white-space: nowrap;
	position: relative;
	min-width: initial;
	min-width: auto;
}

form table th.table1 {
	width: 96%;
	float: none;
	margin: 0 auto;
}

form table th br {
	display: none;
}

form table td {
	min-height: 1.5em;
}

form table td.required
{
	color: #f00;
	background: #eee;
	padding: 5px 0;
	width: 20%;
	float: left;
}

form table td.required + td {
	clear: left;
	padding: 0.5em;
}

form label {
	margin: 0.25em;
	display: inline-block;
	font-size: 16px;
}

  form input[type="submit"]
, form input[type="reset"]
, form input[type="button"] {
	padding: 0.25em 1em;
	margin: 0.5em;
}

form input[type="submit"] {
	font-weight: bold;
}

  form input[type="text"]
, form input[type="password"]
, form select {
	max-width: 75vw;
	margin: 0.25em;
}

form textarea
{
	max-width: 90vw;
	margin: 0.25em;
}

form p {
	text-align: left;
}

form .notes {
	display: inline-block;
}

}  /* @media screen and (max-width:540px) */

