﻿@charset "utf-8";

/* マージン設定 */

.mbS{
	margin-bottom:1em !important;}

.mbM{
	margin-bottom:2em !important;}

.mbL{
	margin-bottom:3em !important;}

.mbLL{
	margin-bottom:4em !important;}


.mtS{
	margin-top:1em !important;}

.mtM{
	margin-top:2em !important;}

.mtL{
	margin-top:3em !important;}

.mtLL{
	margin-top:4em !important;}
	
	
/* フロート */

.f_left{
	float: left;
}

.f_right{
	float: right;
}

/* テキスト位置 */

.t-aR{
	text-align:right;}

.t-aC{
	text-align:center;}

.t-aL{
	text-align:left;}

/* テキストカラー　*/

.txt_navy {
	color: #004793;
}


/* =======================================

	CommonElements

======================================= */

.sp_img{
	display: none !important;
}

.pc_img{
	display: block !important;
}


#container {
	width: 100%;
	text-align: center;
	z-index: 10;
}


/* -----------------------------------------------
page-top
-------------------------------------------------- */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}

/* -----------------------------------------------
CONTACT
-------------------------------------------------- */

#contact{
	padding: 0px;
	max-width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	}

#contact h3{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;
	text-align: center;
	}

#contact table{
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#contact table th{
	margin: 0;
	padding: 15px;
	font-weight: normal;
	background-color: #EDEDED;
	white-space: nowrap;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	width: 150px;
}
#contact table td{
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#contact table td.error{
	background-color: #FDF5F2;
}

#contact table td em{
	margin-left: 15px;
	font-style: normal;
	color: #D80000;
}

#contact .required{
	margin: 0 5px;
	color: #CC0000;
}

#contact table td input{
	padding: 5px;
	vertical-align: text-top;
}

.contact_btn {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.contact_btn ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.contact_btn li {
	padding: 0px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.contact_thanks {
	text-align: center;
	padding-top: 60px;
	background-image: url(../images/thanks_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*入力フォーム*/

.input1 {
	width: 100%;
	height: 30px;
}

.input2 {
	width: 20%;
	height: 30px;
}

.input3 {
	width: 60%;
	height: 30px;
}

.textarea1 {
	width: 100%;
	height: 100px;
}


/* -----------------------------------------------
privacy
-------------------------------------------------- */

#privacy{
	width: 100%;
	max-width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#privacy h3{
	text-align: center;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#privacy p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#privacy dl{
	margin: 0px;
	padding: 0px;
}

#privacy dt{
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	font-weight: bold;
}

#privacy dd{
	padding: 0px;
	margin-top: 10px;
}

#privacy table{
	text-align: center;
	width: 100%;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DBCBA9;
	border-left-color: #DBCBA9;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#privacy table th{
	text-align: center;
	color: #FFFFFF;
	background-color: #060055;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#privacy table td{
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}









/* ==============================================================================

[Media Queries] smart phone : Landscape / Portrait / tablet : Portrait

============================================================================== */

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

.sp_img{
	display: block !important;
}

.pc_img{
	display: none !important;
}

img{
  max-width: 100%;
  height: auto;
}	


/* -----------------------------------------------
CONTACT
-------------------------------------------------- */

#contact table th{
	display: block;
	width: 100%;
}

#contact table td{
	display: block;
	width: 100%;
}

/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){
	


}


/* ==============================================================================

[Media Queries] smart phone : Portrait - iPhone5s

============================================================================== */

@media only screen and (min-width:1px) and (max-width:320px){
	


}
