@charset "utf-8";


/*==================================================
    ■ share start
==================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

.sawarabi {
	font-family: "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}

*{
outline: none;
	color: #333333;
	margin:0;
	padding:0;
	font-family: Meiryo, メイリオ,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	background-repeat: no-repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.imgover {
	opacity: 0;
	position: absolute;
}

body {
	text-align: center;
	font-size:80%;
	overflow-x: hidden;
	background-color: #000000;
}

.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}
.fade {  
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
	opacity: 0.7;
	filter: alpha(opacity=70);
}  
.fade:hover {  
	opacity: 1.0;
	filter: alpha(opacity=100);
}   
/*==================================================
    ■ share end
==================================================*/



/*==================================================
    ■ Layout start
==================================================*/

/*------------------------------------------------
    header start
------------------------------------------------*/

header {
	width: auto;
	margin: auto;
}
/******* header_cnt start (in header) ********/
header .header_cnt {
	width: 462px;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
header .header_cnt h1{
}
/******* header_cnt end (in header) ********/

/*------------------------------------------------
    header end
------------------------------------------------*/

/*------------------------------------------------
    main start
------------------------------------------------*/

main {
	width: auto;
	margin: auto;
	clear: both;
}

.contents_share {
	width: auto;
	margin: auto;
	clear: both;
}
.contents_cnt1 {
	width: 96%;
	text-align: center;
	margin: auto;
	position: relative;
}
.contents_cnt1 ul {
	padding-bottom: 170px;
}
.contents_cnt1 li {
	text-align: center;
	margin: auto;
	position: relative;
	padding-bottom: 30px;
}


/*------------------------------------------------
    main end
------------------------------------------------*/

/*------------------------------------------------
    footer start
------------------------------------------------*/

footer {
	width: auto;
	margin: auto;
}
/*-----footer_t start ------------------------*/
#footer_t {
	width: auto;
	margin: auto;
	background-color: #323231;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*-----footer_t end ------------------------*/

/*-----footer_b start ------------------------*/
#footer_cnt_b {
	margin: 0 auto;
	position: relative;
	background-color: #000000;
	padding-top: 100px;
	padding-bottom: 25px;
}
#footer_cnt_b dl dt {
	margin: 0 auto 100px;
	position: relative;
}
#footer_cnt_b dl dd {
	color: #FFFFFF;
}
/*-----footer_b end ------------------------*/

/*------------------------------------------------
    footer end
------------------------------------------------*/
