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

.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}

/*==================================================
    ■ share end
==================================================*/



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

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

header {
	width: auto;
	margin: auto;
}
header .band {
	width: auto;
	margin: auto;
	background-color: #323231;
}
header .band_cnt {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
header .band_cnt .left {
	line-height: 30px;
	float: left;
	color: #FFFFFF;
}
header .band_cnt .right {
	float: right;
}
header .band_cnt .right ul {
	padding-top: 7px;
}
header .band_cnt .right ul li {
	float: left;
	border-right: 1px solid #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
}
header .band_cnt .right ul li:nth-child(5) {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
header .band_cnt .right ul li a {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 15px;
}
header .band_cnt .right ul {
}
/******* header_cnt start (in header) ********/
header .header_cnt_all {
	width: auto;
	margin: auto;
	background-color: #000000;
	background-image: url(../img/common/h_bg1.png);
	background-repeat: repeat-x;
	height: 137px;
	background-position: center top;
}
header .h_bg2{
	margin: 0 auto;
	position: relative;
	background-image: url(../img/common/h_bg2.png);
	width: 648px;
	background-repeat: no-repeat;
	background-position: 20px 10px;
	height: 136px;
}
header .header_cnt{
	width: 648px;
	background-image: url(../img/common/h_bg1.png);
	background-repeat: repeat-x;
}
header .header_cnt h1{
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 56px;
}
/******* header_cnt end (in header) ********/

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

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

main {
	width: auto;
	margin: auto;
	clear: both;
	background-color: #999999;
}

/*------------------------------------------------
    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
------------------------------------------------*/
