/*-- MobileCSS --*/

.brownbox{
  background-color : #f5deb3;
}

.detail_item_bottom_line{
  width : 240px;
  text-align : left;
  border-style : solid;
  border-width : 1px;
  border-bottom-color : #999999;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  padding-bottom : 5px;
  padding-top : 5px;
  font-size : 14px;
}

.detail_label{
  width : 240px;
  font-weight : bold;
  color : #ff4500;
}

.brownbox240{
  background-color : #f5deb3;
  width : 240px;
  text-align : left;
  padding : 5px;
}

.brown_label{
  font-weight : bold;
  color : #a52a2a;
}


/*************************/
/****privacy*****/
/*************************/

* {
}

div.container {
text-align: left;
}

div.container h1 {
}

div.container div.header {
border-style: solid;
border-width: 0 0 1px 0;
border-color: #ff1493;
/*background-color: yellow;*/
text-align: center;
}

div.container h2 {
font-size: 110%;
}

div.container p {
margin-top: 0;
}

ul.style_number {
list-style-type: decimal;
padding-bottom: 10px;
}

div.main_text {
border-style: solid;
border-width: 0 0 1px 0;
border-color: #ff1493;
margin-bottom: 5px;
}

div.footer {
background-color: #eae2d7;
text-align: center;
}

div.footer p {
margin: 0;
font-size: 50%
}


/*************************/
/********company*********/
/*************************/

div.container h3 {
font-size: 100%;
}

div.container h4 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0;
}

ul.style_disc {
list-style-type: disc;
padding-bottom: 10px;
}

ul.style_square {
list-style-type: square;
padding-bottom: 10px;
}

ul.style_abc {
list-style-type: upper-alpha;
padding-bottom: 10px;
}


/*************************/
/*******policy*********/
/*************************/

ul.style_none {
list-style-type: none;
padding-bottom: 10px;
}