﻿@charset "UTF-8";

@import url("mailform.flat.confirm.css");

/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 2px;
	margin-bottom: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
label.label_true {
	background-color: #FFFFEE;
	border: solid 1px #CCCCCC;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	text-decoration: underline;
	background-image: none;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 150%;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 200%;
	color: #CC0000;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
	margin: 0px 0px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #FF0000;
	font-size: 100%;
	line-height: normal;
	display: none;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
input.mfp {
	padding: 2px;
}
textarea.mfp {
	padding: 5px;
}
div.mfp_buttons {
	padding: 0px;
	text-align: center;
}
div.mfp_buttons ul {
	width: 360px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div.mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}
div.mfp_phase_buttons {
	height: 60px;
}
input.mfp_phase_next {
	background-image: url(../images/mfp_next.gif);
	float: right;
}
input.mfp_phase_prev {
	background-image: url(../images/mfp_prev.gif);
	float: left;
}

input.mfp_phase_next,input.mfp_phase_prev {
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-indent: -5000px;
	border: none;
	border-style: none;
	cursor: pointer;
}

input#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_goconfirm.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_gosend {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_gosend.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_gocancel {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_gocancel.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
.reset_over {
	background-image: url(../images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../images/mfp_confirm.gif);
}

/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 02.テーブルの指定                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 100%;
	padding: 10px;
}
table.mailform tr th {
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	font-size: 100%;
	text-align: right;
	width: 160px;
}
table.mailform tr th span {
	font-size: 90%;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 7px 10px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 100%;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

/*//////////////////////////////////////////////////*/
/*// 04.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 720px;
	padding: 0px;
	margin: 0px;
}
ul.confirm_layer li {
	width: 720px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(../images/mfp_table_background.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(../images/mfp_table_top.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(../images/mfp_table_bottom.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 660px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 100%;
	width: 150px;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr td p {
	text-align: left;
	font-size: 100%;
	line-height: 1.5em;
	border-left: solid 2px #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color: #E8EEF9;
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 100%;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody div.mfp_title {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0px auto 0px auto;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}
/*//////////////////////////////////////////////////*/

dl.mailform {
	padding: 0px 15px;
	margin: 0px;
}

dl.mailform dt {
	float: left;
	width: 180px;
	clear: both;
	font-size: 100%;
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
dl.mailform dt span {
	display: block;
	font-size: 100%;
	color: #999999;
}
dl.mailform dd {
	padding: 10px 10px 15px 190px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 100%;
	margin: 0px;
}
dl.mailform dd ul,dl.mailform dd ol {
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li,dl.mailform dd ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li {
	/*float: left;*/
	padding: 0px 10px 0px 0px;
}

/*// Phase Input Style //*/

div.mfp_phase_section {
	display: none;
	padding: 2px 2px 15px 2px;
	margin: 10px 5px;
	border: solid 1px #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
	clear: both;
}
p.mfp_caption {
	margin: 10px;
}
input.mfp_phase_ui {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 3px;
	margin: 5px 15px;
}
h3.mfp_phase_title {
	background-image: url(../images/mfp_h3.png);
	padding: 5px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 150%;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
ol.mfp_phase_input_proccess {
	margin: 15px;
	height: 40px;
}
ol.mfp_phase_input_proccess li {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 10px;
	margin: 5px;
	float: left;
	font-weight: bolder;
}
li.mfp_phase_disabled {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	background-color: #CCCCCC;
	border: solid 1px #999999;
}
li.mfp_phase_current {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background-image: url(../images/mfp_h3.png);
	border: solid 1px #FFFFFF;
	background-color: #FFEEEE;
}
div#mfp_progress {
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #CCC;
	overflow: hidden;
	text-align: left;
	background-image: url(../images/mfp_progress_disabled.jpg);
	position: relative;
	height: 30px;
}
p#mfp_progress_bar_text {
	z-index: 10;
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
	color: #FFF;
	font-weight: bolder;
	text-shadow: 1px 1px 2px #000;
	font-size: 90%;
	text-align: center;
}
div#mfp_progress_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 30px;
	background-image: url(../images/mfp_progress.jpg);
	overflow: hidden;
}

/*//////////////////////////////////////////////////*/

BODY {
margin:0px auto;
height:100%;
font-size : 75%; 
line-height : 150%; 
letter-spacing : 1px;
background-color : #ffffff; 
color : #666666; 
text-align : center; 
font-family:Meiryo,Verdana,Chicago,osaka,sans-serif,"?l?r ?o?S?V?b?N";
margin-top : 20px; 
} 

BR {
letter-spacing : normal; 
} 
A {
color : #6699CC; 
text-decoration : none; 
} 
a:visited {
color : #6699CC; 
} 

a:hover{
color:#a9a9a9;
visibility:visible;
float:none;
clear:none;
text-decoration:none;
}

h5 {
	font-size: 130%;
	color : #232323;
	padding: 10px;
}
h6 {
	font-size: 200%;
	color : #232323;
	padding: 10px;
}
h6:before {
	content: url("http://g-miya.net/mailform/images/question.png");
	vertical-align: bottom;
}

p {
	text-align : left;
	padding : 5px 10px 0px;
	font-size: 100%;
}
dl{
padding-bottom : 10px;
}
dt{
padding : 5px 10px;
}
dd{
margin-top:-2em;
margin-left:120px;
}

.swd-header
{
   margin:0 auto;
   position:relative;
   height: 120px;
   background-image: url('images/header.png');
   background-position: center top;
   background-repeat: no-repeat;
}

.responsive .swd-header 
{
   background-image: url('images/header.png');
   background-position: center center;
}

.swd-header-inner{
   position: relative;
   width: 900px;
   z-index: auto !important;
   margin: 0 auto;
}

.swd-header>.widget 
{
   position:absolute;
   z-index:101;
}

.swd-sheet
{
   background: #121212;
   margin:0 auto;
   position:relative;
   cursor:auto;
   width: 900px;
   z-index: auto !important;
}

.swd-layout-wrapper
{
   position: relative;
   margin: 0 auto 0 auto;
   z-index: auto !important;
}

.swd-content-layout
{
   display: table;
   width: 100%;
   table-layout: fixed;
   border-collapse: collapse;
}

.swd-content-layout-row 
{
   display: table-row;
}

.swd-layout-cell
{
   display: table-cell;
   vertical-align: top;
}

.swd-block
{
   margin:10px;
}
div.swd-block img
{
   border: none;
   margin: 0;
}

.swd-blockheader
{
   padding:6px 5px;
   margin:0 auto;
}
.swd-blockheader .t,
.swd-blockheader .t a,
.swd-blockheader .t a:link,
.swd-blockheader .t a:visited, 
.swd-blockheader .t a:hover
{
   color: #30D0E8;
   font-size: 14px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   margin: 0 5px;
}

.swd-blockcontent
{
   padding:5px;
   margin:0 auto;
   color: #9E9E9E;
   font-size: 12px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}
.swd-blockcontent table,
.swd-blockcontent li, 
.swd-blockcontent a,
.swd-blockcontent a:link,
.swd-blockcontent a:visited,
.swd-blockcontent a:hover
{
   color: #9E9E9E;
   font-size: 12px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.swd-blockcontent p
{
   margin: 12px 0;
}

.swd-blockcontent a, .swd-blockcontent a:link
{
   color: #0786B0;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   text-decoration: underline;
}

.swd-blockcontent a:visited, .swd-blockcontent a.visited
{
   color: #BDBDBD;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
}

.swd-blockcontent a:hover, .swd-blockcontent a.hover
{
   color: #55D8EC;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   text-decoration: none;
}
.swd-block ul>li:before
{
   content:url('images/blockbullets.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   margin-left: -12px;
}
.opera .swd-block ul>li:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.swd-block li
{
   font-size: 13px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   line-height: 125%;
   color: #B2B2B2;
   margin: 5px 0 0 10px;
}

.swd-block ul>li, .swd-block ol
{
   padding: 0;
}

.swd-block ul>li
{
   padding-left: 12px;
}

.swd-breadcrumbs
{
   margin:0 auto;
}

a.swd-button,
a.swd-button:link,
a:link.swd-button:link,
body a.swd-button:link,
a.swd-button:visited,
body a.swd-button:visited,
input.swd-button,
button.swd-button
{
   text-decoration: none;
   font-size: 13px;
   font-family: 'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-transform: uppercase;
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #FFFFFF;
   margin: 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 35px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

.swd-button img
{
   margin: 0;
   vertical-align: middle;
}

.firefox2 .swd-button
{
   display: block;
   float: left;
}

.swd-block select 
{
   width:96%;
}

input.swd-button
{
   float: none !important;
}

.swd-button.active, .swd-button.active:hover
{
   background: #00A1D6;
   background: linear-gradient(top, #00BBFA 0, #0086B2 100%) no-repeat;
   background: -webkit-linear-gradient(top, #00BBFA 0, #0086B2 100%) no-repeat;
   background: -moz-linear-gradient(top, #00BBFA 0, #0086B2 100%) no-repeat;
   background: -o-linear-gradient(top, #00BBFA 0, #0086B2 100%) no-repeat;
   background: -ms-linear-gradient(top, #00BBFA 0, #0086B2 100%) no-repeat;
   background: linear-gradient(top, #00BBFA 0, #0086B2 100%) no-repeat;
   -svg-background: linear-gradient(top, #00BBFA 0, #0086B2 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.1);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.1);
   border:1px solid #DFF8FB;
   padding:0 35px;
   margin:0 auto;
}
.swd-button.active, .swd-button.active:hover {
   color: #FFFFFF !important;
}

.swd-button.hover, .swd-button:hover
{
   background: #3BC8F7;
   background: linear-gradient(top, #62D3F8 0, #19BEF5 100%) no-repeat;
   background: -webkit-linear-gradient(top, #62D3F8 0, #19BEF5 100%) no-repeat;
   background: -moz-linear-gradient(top, #62D3F8 0, #19BEF5 100%) no-repeat;
   background: -o-linear-gradient(top, #62D3F8 0, #19BEF5 100%) no-repeat;
   background: -ms-linear-gradient(top, #62D3F8 0, #19BEF5 100%) no-repeat;
   background: linear-gradient(top, #62D3F8 0, #19BEF5 100%) no-repeat;
   -svg-background: linear-gradient(top, #62D3F8 0, #19BEF5 100%) no-repeat;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.1);
   box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.1);
   border:1px solid #DFF8FB;
   padding:0 35px;
   margin:0 auto;
}
.swd-button.hover, .swd-button:hover {
   color: #FAFEFE !important;
}

/*Back to top*/
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    display: block;
    color: #777777;
    padding: 14px 6px;
    margin: 0;
    background-color: #DDDDDD;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.backtotop a:hover {
    background: #666666;
    color: #FFFFFF;
}

.button {
	font-size: 100%;
	color : #666666; 
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 28px;
	overflow: hidden;
}

.button a {
    color: #666666;
}

.button:hover {
	color: #fff;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: -100%;
	width: 100%;
	height: 100%;
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover::after {
	top: 0;
	background-color: #333;
}

.mailform_menu_right {
position:fixed;
right:0;
top:10%;
z-index:100;
}
