@charset "UTF-8";

/* --------------------------------------------------
 共通要素
-------------------------------------------------- */
body,ol,ul,dl,li,dt,dd,table,th,td,input,textarea,select,h1,h2,h3,h4,h5,h6,input,textarea,submit,reset{
	color:#2e2e2e;
	font-weight:normal;
	font-family: "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;
}
body{
	background-color:#fff;
	font-size:100%;
	line-height:1.7;
	word-wrap:break-word;
	width:100%;
}
img{
	vertical-align:middle;
	width:100%;
}
input,
textarea,
select{
	color:#2e2e2e;
}
input,
textarea{
	padding:5px;
}
ol{
	margin:0 0 0 2em;
}
ol > li{
	list-style:decimal outside;
	margin:0 0 2%;
}
table{
	width:100%;
}
a:link,
a:visited{
	color:#FFF;
	text-decoration:underline;
}
a:hover,
a:active{
	color:#999;
	text-decoration:none;
}
em{
	font-style:normal;
	font-weight:bold;
	color:#f00;
}
strong{
	font-style:normal;
	font-weight:bold;
	color:#000;
}


.clear {
	overflow:hidden;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix {
display: inline-table;
}  


h2{
	width:100%;
	text-align:center;
	font-size:160%;
	font-weight:bold;
	color:#a03995;
}


.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  

/* --------------------------------------------------
 ヘッダー要素
-------------------------------------------------- */
header{
	width:100%;
	padding:3% 0 6%;
	/*background: linear-gradient(160deg, #006633 0%, #ffffff 45%, #ffffff 70%,#DC504A 100% );*/
	overflow: visible !important;
}


/* --------------------------------------------------
 Contents
-------------------------------------------------- */
#contents{
	margin:0 auto;
	width:90%;
	max-width:1200px;
	clear:both;
}

/* Bottom information block --------------- */

/* --------------------------------------------------
 フッター要素
-------------------------------------------------- */
footer{
	width:100%;
	background:url(../img/common/bg_footer.png) repeat-x center top;
	color:#FFF;
	font-size:15px;
		padding:20px 0;
		margin-top:50px;
}

#footerIn {
	margin:0 auto;
	width:100%;
	max-width:1200px;
	clear:both;

}

#footerIn .aneeds{
text-align:left;
}

/* ページトップ */
#pageTop {
	position:fixed;
	right:15px;
	bottom:15px;
	border-radius:5px;
}

#pageTop a {
	display:block;
	color:#fff;
	padding:10px 20px;
	text-decoration:none;
	border-radius:5px;
}

#copyright {
font-size:12px;
padding:0 0 0 0;
	}


@media screen and (min-width:769px) and (max-width:1199px) {
body{
	background-color:#fff;
	font-size:100%;
	line-height:1.7;
	word-wrap:break-word;
	width:100%;
	min-width: none;
}

#contents{
	margin:0 auto;
	width:90%;
	max-width: none;
	clear:both;
}

h2{
	width:100%;
	text-align:center;
	font-size:160%;
	font-weight:bold;
	color:#a03995;
	margin:0;
}


footer{
	width:100%;
	min-width: none;
}

#footerIn {
	margin:0 auto;
	width:90%;
	min-width: none;
	clear:both;

}

}

@media screen and (max-width:768px) {
body {

	width:100%;
	min-width: none;
}
/* ヘッダー */
header {
	padding:10px;
}
#contents {
	padding:10px;
	width:100%;
	max-width: none;
}

h2{
	width:100%;
	text-align:center;
	font-size:160%;
	font-weight:bold;
	color:#a03995;
}



/* フッター */
footer {
	padding:10px;
	width:100%;
	min-width: none;
}

#footerIn {
	margin:0 auto;
	width:90%;
	min-width: none;
	clear:both;

}

}

