@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : module.css
 Style Info : 共通要素の基本設定

11px = 85%		12px = 93%		13px = 100%		14px = 108%
15px = 116%		16px = 123.1%	        17px = 131%		18px = 138.5%
19px = 146.5%	        20px = 153.9%	        21px = 161.6%	        22px = 167%
23px = 174%		24px = 182%		25px = 189%		26px = 197%
=================================================================== */

/*----------------------------------------------------------------
	共通
----------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: 13px/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}


a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}


/* loading要素
----------------------------------------------------------- */
#fade {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

#loading {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -30px;
  margin-bottom: -50px;
  z-index: 1000;
}



/* header要素
----------------------------------------------------------- */
#headouter{
	background: #ffe71c;
	width: 100%;
	height: 80px;
}

.header {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0px;
}


h1 {
	margin: 0px;
	padding: 20px 0px 0 12px;
	font-size: 24px;
	float:left;
}


.headnav{
	float: right;
	margin-top: 30px;
	width:680px;
}
.headnav div{
	float: left;
	margin-right:8px;
}

/* end */ 




/* container要素
----------------------------------------------------------- */
.container {
  width: 966px;
  overflow: hidden;
  margin: 0px auto;
  padding:20px 0px;
}


/* BG要素
----------------------------------------------------------- */
.bg01{
	background: url(../img/BG01.gif);
	border-bottom: 7px solid #ffe71c;
}

.bg02{
	background: url(../img/BG02.gif);
	border-bottom: 7px solid #ffe71c;
}

.bg03{
	background: url(../img/BG03.gif);
	border-bottom: 7px solid #ffe71c;
}

.bg04{
	background: url(../img/BG04.gif);
	border-bottom: 7px solid #ffe71c;
}

.bg05{
	background: url(../img/BG05.gif);
	border-bottom: 7px solid #ffe71c;
}

.bg06{
	background: url(../img/BG06.gif);
	border-bottom: 7px solid #ffe71c;
}

.bg06 h3{
	font-size: 17px;
	font-weight: bold;
	background: url(../img/qBG.gif) no-repeat left center;
	text-align: left;
	padding-left: 80px;
	height: 28px;
	padding-top: 14px;
	clear: both;
}
.bg06 p{
	background: url(../img/a.png) no-repeat 10px top;
	padding: 30px 20px 20px 10px;
	text-align: left;
	margin-top: 15px;
	clear: both;
	font-size: 108%;
}

.bg00{
	background: #FFF url(none);
	border-bottom: 7px solid #ffe71c;
}

.bg00 p{
	width:487px;
	float:left;
	margin-top:40px;
}

.bg00 p a img:hover{
filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;

}



.bg00 h4{
	float:left;
	width:444px;
	padding-left:20px;
}

h3.ttl{
	font-size: 18px;
	letter-spacing: 0.1em;
	padding: 10px 0;
	color: #C00;
}

/* フォーム名前要素
----------------------------------------------------------- */
#mailformpro{width:100%;
}
.formttl {
	float: left;
	width: 30%;
	padding: 15px 0 0px 0px;
	border-bottom: 1px dotted #CCC;
	height: 40px;
	text-align: center;
	margin-top: 20px;
}
.formttl2 {
	float: left;
	width: 30%;
	padding: 15px 0 0px 10px;
	border-bottom: 1px dotted #CCC;
	height: 100px;
	text-align: center;
	margin-top: 30px;
}

/* フォーム入力要素
----------------------------------------------------------- */
.formmain {
	float: right;
	width: 65%;
	padding: 10px 0 0px 10px;
	border-bottom: 1px dotted #CCC;
	height: 45px;
	margin-top: 20px;
}
.formmain2 {
	float: right;
	width: 65%;
	padding: 15px 0 0px 10px;
	border-bottom: 1px dotted #CCC;
	height: 120px;
	margin-top: 10px;
}


button.otoi{
	cursor:pointer;
	color:#FFF;
	padding: 13px 80px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #3c99b4;
	font-weight: bold;
	text-decoration:none;
	margin:15px auto;
	letter-spacing:0.5em;
	font-size: 18px;
}
button.otoi:link{color:#FFF;}
button.otoi:hover{
	color:#FFF;
	text-decoration:none;
	background: #b1d5df;
}

/* pageTop要素
----------------------------------------------------------- */
#pageTop {
  width: 100%;
  max-width: 986px;
  height: 30px;
  margin: 0px auto;
  padding: 10px 0px;
  *zoom: 1;
}

#pageTop:after {
  content: '';
  display: block;
  clear: both;
}

#pageTop p {
  float: right;
}

#pageTop a {
  display: block;
  padding: 10px 10px;
}

#pageTop a:hover {
  text-decoration: none;
}

#pageTop a img {
  display: block;
  height: auto;
  margin: 0px auto 10px;
}


/* end */ 

/* footer要素
----------------------------------------------------------- */

footer {
  background:#fff100;
  overflow:hidden;
  font-weight:bold;
  width:100%;
  font-size:15px;
  line-height:1.7em;
}

.footer_inner {
  margin:40px auto;
  width:960px;
  overflow:hidden;
}

.footer_inner p { margin:0; }

/* left */
.left_align_footer {
  float:left;
  text-align:left;
  margin-right:80px;
}

#link_sm a {
  background:#000000;
  color:#FFFFFF;
  width:100%;
  padding:6px 12px;
  display:block;
  text-align:center;
  margin:16px 0 8px;
  line-height:normal;
  font-weight:bold;
}

#link_sm a:hover {
  background:#e5177d;
}

.sitemap {
  overflow:hidden;
}

.sitemap ul {
  float:left;
  margin-right:32px;
}

.sitemap li a {
  display:block;
  padding:4px 8px;
}

.sitemap li a:hover {
  color:#e5177d;
}

/* sns acounts */
.right_align_footer {
  float:right;
}

.right_align_footer p {
  margin-bottom:12px;
}

.right_align_footer li {
  float:none;
}
.right_align_footer li a{
  height: 37px;
  float: left;
  overflow: hidden;
}
.right_align_footer li a:hover{
  text-decoration: underline;
}

.right_align_footer li img{
  border: none;
  /*margin-top: -37px;*/
}
.right_align_footer li a:hover img{
  margin-top: -37px;
}


/* copyright */
#copy {
  background:#fff100;
  margin:0;
  padding:6px;
  font-size:12px;
  font-weight:bold;
  clear:both;
  text-align:center;
}

.sticker {
	text-align:center;
	margin-top:5px;
}



/*
#footer {
	width: 100%;
	height: 120px;
	background: #f2f2f2 url(../img/footer/footBG.jpg);
	margin-top: 10px;
}

#footer .inner {
  width: 1000px;
  margin: 0px auto;
  border-bottom: 1px solid #e2e2e2;
}

#footer .nav {
	width: 100%;
  padding: 7px 0px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}

#footer .nav li {
	padding: 5px 16px;
	line-height: 1.2;
	color: #626262;
	font-weight: 200;
	display: inline-block;
	
}

#footer .nav a {
  color: #626262;
}

#footer .nav a:hover {
  text-decoration: none;
  color: #111111;
}

.copyright {
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 85%;
	background: #bcd7e0 url(none);
}

.copyright a {
  color: #111111;
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
}



.fb {
  background:#3e5696;
  transition: background-color 0.3s ease 0s;
  -webkit-transition: background-color 0.3s ease 0s;
}

.tw {
  background:#00aced;
  transition: background-color 0.3s ease 0s;
  -webkit-transition: background-color 0.3s ease 0s;
}

.line {
  background:#5ae628;
  transition: background-color 0.3s ease 0s;
  -webkit-transition: background-color 0.3s ease 0s;
}

.lsf-icon {
  font-size:120%;
}

.lsf-icon.amazon:before {
  content: '\E007';
}

.icon-line:before {
	content: "\e600";
}
.icon-facebook2:before {
	content: "\ea8d";
}
.icon-twitter:before {
	content: "\ea91";
}


.right_align_footer li a {
  display:block;
  padding:8px 16px 0 16px;
  margin-bottom:8px;
  color:#FFFFFF;
  text-align:left;
  font-size:16px;
  font-weight:normal;
}

.right_align_footer li:hover {
  background:#e5177d;
}


.right_align_footer li a:hover {
  text-decoration: none;
}

.right_align_footer li span {
  margin-right:8px;
  color:#fff;
}

/* end */ 

/* clear要素
----------------------------------------------------------- */
.clearfix {
  width: 100%;
}

.clearfix:after {
  height: 0px;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}
