@charset "utf-8";

/*==========================================

common

==========================================*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav{
    margin:0;
    padding:0;
    font-weight:normal;
    font-style:normal;
}
html {
    font-size: 62.5%;
}
body{
    color:#666666;
    text-align:center;
    font-size: 1rem;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,pre{ 
    display:block;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
ul, ol{
  list-style:none;
}
table{
    border-spacing:0;
    empty-cells: show;
}
a{
  text-decoration:none;
}
#contents p:not(:last-child) {
    margin-top: 1.6rem;
}
.clearfix{
    clear:both;
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

/* contents
------------------------------------------*/
#contents {
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Verdana, Roboto, 'Droid Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
    text-align: left;
    background: url(../images/bg_foot.jpg) no-repeat center bottom #000;
    background-size: contain;
    overflow: hidden;
}

#contents section {
    clear: both;
}
#contents a {
    color: #ffff55;
}
#contents header h1 img,
#contents header p img,
#contents .w100 img{
    min-width: 100%;
}

/* header */
#contents header{
    padding: 0;
    margin: 0;
    text-align: center;
}

/* footer */
#contents footer {
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    text-align: center;
}

/* section */
#contents section {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
#contents section .inner {
    padding: 0 1.6rem; 
    font-size: 1.5rem;
    line-height: 1.6;
}
#contents section .inner p em {
    color: #ffff55;
    font-weight: bold;
    font-style: normal;
}

#contents section .spec {
    width: 100%;
    max-width: 602px;
    margin: 2.6rem auto 0;
    background:url(../images/bg_spec_top.jpg) no-repeat left top;
    background-size: 100%;
    font-size: 1.3rem;
}
#contents section .spec div,
#contents section .spec ul {
    width: 90%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;    
}
#contents section .spec div {
    padding: 8% 0 0;
}
#contents section .spec ul {
    padding: 8% 0;
}
#contents section .spec div dl,
#contents section .spec div p,
#contents section .spec ul li {
    display: table-cell;
    vertical-align: top;
}
#contents section .spec div p {
    width: 32%;
    padding-right: 3%;
    text-align: center;
}
#contents section .spec dl dt{
    width: 7.8rem;
    float: left;
    clear: left;
    background:url(../images/icon_star.png) no-repeat right 4px;
    padding-bottom: 1rem;
    line-height: 2;
}
#contents section .spec dl dd{
    margin-left: 8.4rem;
    padding-bottom: 1rem;
    line-height: 2;
}
#contents section .spec ul li {
    padding: 0 2%;
    width: 46%;
}
#contents section .spec ul li:first-child {
    width: 54%;
}

/* ------------------------------------------*/
.mt1rem  {
	margin-top: 1.6rem;
}
.mt2rem  {
    margin-top: 2.6rem;
}
.mb1rem,.mb1rem  {
	margin-bottom: 1rem;
}
/*----- テキスト -----*/
.txt_notice {
    color: #C00;
}
.section em {
    color: #c10a06;
    font-style: normal;
}
.colorR {
    color: #dc2119;
}
.colorY {
    color: #f1dd31;
}
p.note01,ul.note01 li{
	text-indent:-1.352em;
	margin-left:1.352em;
}
.copyright {
    margin-bottom: 1rem;
}
.fLeft{float:left;}
.fRight{float:right;}
.alignR{text-align:right !important;}
.alignC{text-align:center !important;}
.mr15{margin-right:15px !important;}

/*----- リスト水平配置 -----*/
.listHorizontal {
    letter-spacing: -0.4em;
}

.listHorizontal li {
    display: inline-block;
    letter-spacing: normal;
}
ul.list-disc {
    margin-bottom:0;
}
ul.list-disc li {
    margin-left:15px;
    list-style-type:disc;
}
