@charset "utf-8";

/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin: 0;
}
table{
	border-collapse:collapse;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ul, ol, li { 
	list-style:none;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
*>html, *>body, *>#wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}
html{
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body{
	line-height:180%;
	color:#000000;
	font-size:16px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	min-width:1200px;
}
a{
	color:#BF3933;
	text-decoration:underline;
	outline:none;
}
a:hover{
	text-decoration:none;
}
.clr{clear:both;}
.clrL{clear:left;}
.clrR{clear:right;}
.blk{display:block;}
strong{font-weight:bold;}
.pagetop{
	margin-bottom:20px;
	text-align:right;
	clear:both;
}
.bold{font-weight:bold;}

.hid{
	visibility:hidden;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	text-align: center;
}
.clear {
  clear: both;
}
.leftImg{
	float:left;
	margin:20px 20px 20px 0;
}
.rightImg{
	float:right;
	margin:20px 0 20px 20px;
}
.img{
	margin:10px 0;
}
.txtL {
	font-size:18px;
}
.txtEm {
	font-weight:bold;
	background-color:#F5DBDA;
	color:#BF3933;
}

.lower #header {
	position:relative;
	border-bottom:none;
}
.lower #header #headerBox{
	width:1002px;
	margin:0px auto;
}

/*全体*/
#wrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
overflow: hidden;
	width:100%;
}

/*----------------------------------------------------------
	header
----------------------------------------------------------*/
#header {
	width:100%;
	position: fixed;
	z-index: 100;
	border-bottom:#dddddd 1px solid;
	text-align: center;
	background-color:#fff;
}
#header #headerBox{
	position: relative;
}

/*----------------------------------------------------------
	global navi
----------------------------------------------------------*/

#gNavWrap {
	width: 1200px;
	height: 100px;
}
#gNav {
	clear:both;
}
#gNav li {
	float:left;
	color:black;
	border-right:#333 solid 1px;
}
#gNav li img {
	width:292px;
	margin: 3px 50px 0 0;
	padding:0;
}
#gNav .list_txt {
	padding:25px;
	font-size: 24px;
	margin-top:12px; 

}
#gNav .list_noline {
	border-right:none;
}
#gNav li a:hover {
	color:#666;
	text-decoration: underline;
}
.snav{
	float: right;
	font-size: 20px;
}


/*----------------------------------------------------------
	contents
----------------------------------------------------------*/
.container {
	width:1200px;
	margin: 0 auto;
}

.container h1 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", Meiryo, serif;
	font-size:56px;
	line-height:1.2;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom:20px;
	color:#0EA4B2;
}
.s1{
  font-size: 32px;
}
.s2{
  font-family:"Monotype Corsiva","Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", Meiryo, serif;
  font-size: 80px;
  padding:0 5px;
  padding-bottom:10px;
}
.container h2 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", Meiryo, serif;
	font-size:36px;
	line-height:1.2;
	font-weight: bold;
	padding-bottom:20px;
	color:#0EA4B2;
}

.container h3 {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", Meiryo, serif;
	font-size:24px;
	line-height:1.2;
	font-weight:bold;
	padding:20px 0;
	color:#0EA4B2;
}

.b1 {
	color: #0EA4B2;
	display: flex;
	align-items: center;
}
.b1:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #0EA4B2;
	display: block;
	margin-left: .4em;
	background: linear-gradient(90deg, #0EA4B2, transparent);
}

.b2 {
	color: #0EA4B2;
	display: flex;
	align-items: center;
}
.b2:before, .b2:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #0EA4B2;
	display: block;
}
.b2:before {
	margin-right: .4em;
	background: linear-gradient(-90deg, #0EA4B2, transparent);
}
.b2:after {
	margin-left: .4em;
	background: linear-gradient(90deg, #0EA4B2, transparent);
}

#salt-contents01 .container{
	padding-top:140px;
}
#salt-contents01,#salt-contents02,#salt-contents03,#salt-contents04,#salt-contents05,#salt-contents06 {
	background-image: url(image/bg.png);
	width: 1200px;
	height:auto;
	padding:50px 30px;
	margin:0 auto 0;
}

#salt-contents01 p,#salt-contents02 p,#salt-contents03 p,#salt-contents04 p,#salt-contents05 p,#salt-contents06 p {
	color: #3e3a39;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","メイリオ", Meiryo, serif;
	font-size: 28px;
	line-height:2.0;
}
#salt-contents06 p{
	font-size: 32px;
	line-height:2.2;
	padding-top:80px;
}
.buy_btn {
  min-width: 1200px;
  background-color: #000000;
}

/*----------------------------------------------------------
	shop.html
----------------------------------------------------------*/
#contents01{
	padding-top: 120px;
}
#contents01 h2{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	color:#000;
}

#formArea {
	border:#DFCEBD 1px solid;
	margin:20px auto 40px;
	padding:50px 100px;
	width:800px;
}
#formArea .fmTopicPass {
	border-bottom: 1px solid #C23A36;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#formArea .fmTopicPass li {
	display:inline;
	margin-right:20px;
}
#formArea p {
	margin-bottom:1em;
}
#formArea table {
	border:#ccc 1px solid;
	font-size:14px;
	margin:20px 0;
	width:100%;
}
#formArea th {
	background-color:#f5f5f5;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	text-align:left;
	padding:1em;
	width: 40%;
}
#formArea td {
	padding:1em;
	border-bottom:#ccc 1px solid;
}
#formArea .formBtn{
	text-align:center;
}
#formArea .formBtn form {
	display:inline;
	margin:0 5px;
}

#formArea .fmRed {
	color:#ff0000;
}

/*----------------------------------------------------------
	footer
----------------------------------------------------------*/
#CompanyProfile {
  width: 700px;
  margin: 0 auto;
  border: 1px solid #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  margin-top: 30px;
  font-size: 24px;
}
#CompanyProfile img{
  float: left;
  margin: 30px 30px 0 0;
}
#CompanyProfile .name{
  font-weight: bold;
}
.copyright {
	text-align:center;
	font-size:12px;
	margin-top:30px;
	padding:30px 30px 0 30px;
}