@charset 'utf-8';

/* CSS Document for SmartPhone */
* {
	padding: 0px;
	margin: 0px;
}


body {
	background: #FFF;
	width: 100%;
 -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

div#container {
	text-align: center;
	margin: 5px 8px !important;
}


img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

ul {
	list-style-type: none;
}


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

a img {
	border: none;
}

p {
	margin: 5px 0;
	text-align: left;
	padding: 2px 0px;
line-height:160%;
}

p.red {
	color: #CC0000;
}

a {
	color: #0066CC;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #018ee8;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
	height: 2px;
}

.clear_line {
	clear: both;
	border-top: 1px solid #CCC;
	height: 2px;
}

.red, .red_small {
	color: #CC0000;
}

blockquote {
    background-color: #EFEFEF;
    background-size: auto auto;
    border-left: #DDDDDD solid 8px;
    color: #333333;
	margin: 8px 0;
    padding: 5px 8px;
	overflow:hidden;
}


/* image -------------------------------*/

img.left, img.right, img.center {
	max-width: 100%;
	height: auto;
	width /***/:auto;
    display: block;
	margin:5px auto !important;
}


#imgbox p {
    text-align:center;
	margin:5px 20px;
}


#imgbox_for {
	max-width: 100%;
	height: auto;
	width /***/:auto;
    display: block;
	margin:5px auto !important;
}

/* back button -------------------------------*/

#back_button {
	border-top: 1px solid #CCC;
	padding: 4px 0;
}

#back_button ul li#button { 
	text-align:center;
	margin:0 auto;
}

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

#footer {
	margin: 0 auto;
	background: #EFEFEF;
	border-top: 1px solid #CCC;
}

#footer p {
	color: #000;
	font: arial,sans-serif;
	font-size:10px;
	text-align: left;
}
