/* ------------------------------------------
                   RESET
------------------------------------------ */
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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration:none;
}


input[type="text"],input[type="textarea"]{
    max-width: 710px;
    padding: 5;
    text-align: center;
    border-radius: 0;
    background-color: #F8F4EB;
    outline: none;
    margin-bottom: 20px;
}

table{
	margin:auto;
}
td{
	border:1px solid #CCC;
	background-color:#FFFFFF;
	font-size:15px;
	padding:5px;
}

.text-center{
	text-align:center;
}
html, body {
    overflow-x: hidden;
}

.mail_box{

}

p{
    max-width: 800px;
    font-size: 20px;
margin: auto !important;
    display: block;
    text-align: left;
    padding: 20px !important;
	color: #333;
}


img {
	vertical-align: bottom;
	
}
header{
	text-align:center;
}

footer{
	display:block;
	text-align:center;
	font-size:small;
	color:#666666;
	padding-top:20px;
	line-height:150%;
}





ul{
	display:block;
	margin:auto;
	margin-top:20px;
	padding:10px;
	text-align:left;
	font-size:small;
	background-color:#f3f3f3;
	list-style:none;
	color:#666;
	margin-bottom: 0px;
}



@media screen and (min-width: 750px) {

.now{
	position:fixed;
	bottom:10px;
	right:50px;
}

body{
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #fff;
}



.sp{
	display:none;
}
ul{
		width:600px;
}

.count{
position: fixed;
 bottom: 10px;
 right: 10px;
 border:1px solid #FFF;
 width:265px;
 height:50px;
 background-color:#333;
 background-image:url(img/timerbg.png);
    border-radius: 10px;        /* CSS3闕画｡� */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome逕ｨ */  
    -moz-border-radius: 10px;   /* Firefox逕ｨ */ 
 
 	color:#FFFFFF;
	padding-top:45px;
	padding-left:70px;
	background-repeat:no-repeat;
	
}

.count span{
	color:#FFFFFF;
	font-size:25px;
	padding:2px;
	border:1px solid #FFF;
	 background-image:url(img/timerbg2.png);
	background-color:#000000;
	    border-radius: 5px;        /* CSS3闕画｡� */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome逕ｨ */  
    -moz-border-radius: 5px;   /* Firefox逕ｨ */
	margin:5px;

}
.cnt{
	width:800px;
	margin:auto;
}

}

@media(max-width:749px) {
.pc{
	display:none;
}
img {
    width: 100%;
    height: auto;
  }
  ul{
		width:80%;
}


  
  .cnt{
	  padding-left:5%;
	  padding-right:5%;
	  padding-bottom:20px;
  }
.now{
	position:fixed;
	bottom:10px;
	right:10px;
	width:120px;
	height:120px;
}

}


table, th, td {
    border: none;
}


p {
  font-size: 16px;
  margin: 60px auto 40px;
    text-align: left;
    line-height: 150%;
    padding-left: 5px;
    padding-right: 5px;
}
th {
  background: #7172ac;
  border-top: solid 1px #efefef;
  color: #fff;
  padding: 10px;
}
td {
    text-align: left;
  border-top: solid 1px #efefef;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  table {

  }

  table tr td, 
  table tr th {
    border-left: none;
    display: block;
  }

 th,td {
    width: 100%;
  }
  table tbody {
    display: block;
    float: left;
  }
  table tbody tr {
    width: 50%;
  }
  table tr td + td {
    border-left: none;
  }
  table tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}
    

input[type="text"],input[type="textarea"]
 {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;

}


.mail_box{
	background-color:#000033;
	padding-bottom:0px;

}

input {
    height: auto;
  }

a:hover {
	opacity: 0.8 ;
}

b{
	font-size:130% ;
}
strong{
	font-size:160% ;
color:#30AA46;
}