@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, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding:0;
	outline: 0;
	font-size: 100%;
	letter-spacing: 0.5px;
	background: transparent;
	border:0;
}

ul, li, dl, dt, dd, form {
margin: 0px;
padding: 0px;
border: 0px;
list-style:none;
etter-spacing: normal;
    display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
body {
  background: #ffffff;
  color: #000000;
  word-break: break-all;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font:13px "ヒラギノ角ゴ 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: none;
}
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%;
	padding:0;
	margin:0;
}

header table{
	margin:0 auto;
	width:95%;
}

h1 {
	padding:15px 0 0 2%;
	width:96%;
}

h1 img{
	width:100%;
}


.headnav table{
	margin:0 auto;
	font-size:80%;
	width:100%;
}


.headnav table td{
	padding:10px 0 8px 0;
	width:25%;
	text-align:center;
	background:#ffb21c;
}


.headnav table td a{
	color:#FFF;
	font-weight:bold;
}

.headnav table td:hover{
	padding:10px 0 5px 0;
	width:33%;
	text-align:center;
	background:#ff9c1c;
}



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


/* BG要素
----------------------------------------------------------- */
.bg01{
	background: url(../img/bg01.gif);
	border-bottom: 7px solid #ffe71c;
	padding:20px 0 10px 0;
	margin:0 auto;
	text-align:center;
}

.bg02 ,.bg03 ,.bg04{
	border-bottom: 7px solid #ffe71c;
	padding:20px 5px 20px 20px;
	line-height:2.0em;
	overflow:hidden;
	height:auto;
}

.bg02{background: url(../img/bg02.gif);}

.bg02 h2 ,.bg03 h2 ,.bg04 h2{
	font-size:120%;
	height:30px;
	font-weight:normal;
	margin-bottom:20px;
}

.bg02 h2{background: url(../img/mv02.png) no-repeat;background-size:auto 30px;}
.bg03 h2{background: url(../img/mv03.png) no-repeat;background-size:auto 30px;}
.bg04 h2{background: url(../img/mv04.png) no-repeat;background-size:auto 30px;}



.bg02 h2 span ,.bg03 h2 span ,.bg04 h2 span{
	border-bottom:5px solid #ffe71c;
	margin-left:40px;
}


.bg02 p ,.bg03 p ,.bg04 p{
	padding:0 10px 0 0;
	font-size:90%;
}


.bg03{background: url(../img/bg03.gif);}

.bg04{background: url(../img/bg04.gif);}



.bg05{
	background: url(../img/bg05.gif);
	border-bottom: 7px solid #ffe71c;
}
.bg05 h2 ,.bg05 p{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height:0;
}

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

.bg06 img{
	width:50%;
	margin:10px;
}
.bg06 h3{
	font-weight: bold;
	background: url(../img/qbg.gif) repeat-y left top;
	text-align: left;
	padding:14px 20px 10px 80px;
	clear: both;
}
.bg06 p{
	background: url(../img/a.png) no-repeat 10px top;
	padding: 30px 20px 20px 20px;
	text-align: left;
	margin-top: 15px;
	clear: both;
}

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

.bg00 h4{
	text-align:center;
	line-height:2em;
	margin:30px 0 10px 0;
}

.bg00 h4 em{
	font-style:normal;
	color:#00C;
	font-size:150%;
	text-align:center;
}
.bg00 h4 small{
	font-size:80%;
}
.bg00 h4 span{
	font-style:normal;
	color:#F9C;
	font-size:130%;
	text-align:center;
}

.bg00 p{
	width:90%;
	margin:0 auto 20px auto;

}
.bg00 p img{
	width:100%;

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

}



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


/* 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;
  text-align:center;
  width:100%;
  line-height:1.7em;
  padding-top:30px;
}

#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 {
  margin-right:32px;
}

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

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

/* sns acounts */
.right_align_footer {
	margin-top:20px;
}

.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;
}



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





/* end */ 

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

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

.clear {
  clear: both;
}
