*{
margin: 0;
padding: 0;
}


body{
font-family:"Arial","MS PGothic","Osaka","sans-serif";
font-size:12pt;
background: #fff;
color:#808080;
}

a{
-webkit-tap-highlight-color: rgba(57, 127, 218, .2);
text-decoration: none;
}


img {
border:none;
}

a img {
border:none;
}

ul,ol,dl{
list-style:none;
}

em, strong{
font-style:normal;
font-weight:normal;
}

/* clerfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

div.wrapper{
width:auto;
margin:5px 5px 0 5px;
}

div.header{
width:auto;
margin-bottom:15px;
padding:8px;

-webkit-box-shadow: 0px 0px 10px #aaa;
-moz-box-shadow: 0px 0px 10px #aaa;
box-shadow: 0px 0px 10px #aaa;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

h1{
font-size:140%;
}

h2{
background: -webkit-gradient(linear,left bottom, left top,
	from(#fc8312),
	color-stop(0.01,#ffb160),
	color-stop(0.02,#ffb160),
	color-stop(0.03,#fe8a0f),
	color-stop(0.49,#ff7300),
	color-stop(0.5,#ff9100),
	to(#ffca80));
background: -moz-linear-gradient(
	center bottom,
	rgb(215,63,164) 15%,
	rgb(255,95,197) 58%,
	rgb(255,124,237) 79%
	);
line-height:30px;
padding-left:10px;
font-size:100%;
color:#fff;
}

.mainContents a{
display:block;
height:auto;
color:#555;
padding:3px 0;
background: -webkit-gradient(linear,left bottom, left top,
	from(#fff),
	color-stop(0.01,#ddd),
	color-stop(0.02,#ffffff),
	color-stop(0.03,#fdfdff),
	color-stop(0.49,#f5f5f5),
	color-stop(0.5,#fefeff),
	to(#fff));
background: -moz-linear-gradient(
	center bottom,
	rgb(215,63,164) 15%,
	rgb(255,95,197) 58%,
	rgb(255,124,237) 79%
	);
}

.mainContents a h3{
padding-top:4px;
font-size:100%;
}

.mainContents a strong{
font-size:75%;
}

.mainContents a img{
float:left;
width:25%;
}

.mainContents a span{
width:73%;
display:block;
float:right;
margin-left:2%;
}

.right{float:right;}
.block{display:block;}

.detailContents p#review{
padding:5px 10px 0;
font-size:95%;
color:#555;
}
.detailContents p#model{
padding:5px 10px 0;
font-size:0.9em;
color:#555;
}
.detailContents p#version{
padding:0 10px;
font-size:0.9em;
color:#555;
}

.detailContents p#thumcap{
text-align:center;
padding-top:5px;
font-size:0.9em;
color:#ff4500;
}

.detailContents p#redl{
padding-top:5px;
font-size:0.9em;
color:#ff7f50;
}

#thumnail img{
width:45%;
margin:0 2%;
float:left;
}

.footer{
margin:20px 0 0 0;
}

.footer ul li a{
color:#555;
display:block;
width:100%;
border-bottom:1px solid #aaa;
border-right:1px solid #aaa;
line-height:50px;
margin:2px 0 0 0;
text-align:center;
background:#eee;
}

address{
margin:10px;
font-style:normal;
font-size:80%;
}


#flickable2 {
        width: 290px;
        height: 170px;
        overflow: hidden;
        margin-left:auto;
        margin-right:auto;
      }
      #flickable2 ul {
        list-style: none;
        width:1900px;
        margin: 0;
        padding: 0;
      }
      #flickable2 ul li {
        width: 250px;
        margin: 0;
        padding: 10;
        float: left;
      }
      #flickable2 .block {
        color: #FFF;
        width: 240px;
        height: 160px;
        padding: 5px;
      }
      #flickable2 h4 {
        color: #FFF;
      }
      #flickable2 .ui-flickable-container {
        cursor: pointer;
      }

input.button {
	width:100px;
	}