@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0037E9;
  text-decoration: underline;
}

a:visited {
  color: #7C839A;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 85%;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #eeeeee;

/*
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
*/

}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0em auto 0;
  width: 1000px;
  border: 1px solid #cccccc;
  background-color: #ffffff;

}

#header {
  padding: 20px 20px 10px;
  border-bottom: 0px solid #cccccc;
}

#globalnavi {
  width: 100%;
  position: relative;
}

#container {
  float: left;
  width: 100%;
  margin-right: -200px;
}

#contents {
  margin-right: 200px;
  padding: 4em 29px 4em 30px;
  border-right: 1px solid #cccccc;
}

#sidebar {
  float: right;
  width: 180px;
  padding: 4em 10px 2em;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  border-top: 1px solid #cccccc;
}

.socialbuttons div {
	  float: right;
	}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: left;
  font-size: 1em;
  font-weight: normal;
display:inline;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

/* -- 概要 -- */
.description { }

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  background-color: #0099ff;
  font-size:91%; /* フォントの大きさ */
  /*font-weight:bold;*/

}

#globalnavi li {
  width: auto;
  float: left;
  border-right: 1px groove #cccccc;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: 78;
  text-align: center;
  padding: 0.5em 0.35em;
  background-color: #0099ff;
  color: #000000;
}

#globalnavi li a:hover {
  background-color: #99ccff;
  color: #ff0000;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */

h2 {

background: #008ee1; /* Old browsers */
background: -moz-linear-gradient(top,  #008ee1 0%, #0073cc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee1), color-stop(100%,#0073cc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #008ee1 0%,#0073cc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#0073cc',GradientType=0 ); /* IE6-9 */
border-radius:2px;
-webkit-border-radius:2px;
box-shadow:0px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.5);
text-shadow:1px 1px 1px #0066a1;
	color:#ffffff;
	font-size:130%;
	font-weight:bold;
	line-height: 1.5em;
	margin: 0px 0 10px 0;
	padding:5px 20px 5px 20px;
}


h3{
color: #141414; /* テキストの色 */
font-size:120%; /* フォントの大きさ */
font-weight:bold; /* 太字 */
line-height: 1.5em; /* 行間 */
border-bottom:1px solid #008ee1; /* 下線 */
border-left:10px solid #008ee1; /* 左側の線 */
margin: 20px 0 10px 0; /* 上下の余白 */
padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}


h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h4,h5,h6 { margin-top: 2.5em; }

 
.type{
    border-top: 2px #1B3AB4 solid;
    border-bottom: 2px #1B3AB4 solid;
    padding-bottom: 3px;
    }

.type5{
    border-bottom: 2px #1B3AB4 solid;
    padding-bottom: 3px;
    }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }


span.bold {
font-weight: bold;
}

table.table211 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 85%;
}

table.table211 caption {
  margin-top: 1em;
  text-align: right;
}

table.table211 th,
table.table211 td {
  padding: 4px 6px;
}

table.table211 th {
  background: #1B3AB4;
  text-align: center;
  white-space: nowrap;
  font-size: 85%;
  color: #FFF;
}

table.table211 td {
  text-align: right;
  white-space: nowrap;
}

table.table211 td.wrap {
	white-space: normal;
}

table.table211 col.month {
  background: #CBD5FF;
}

table.table211 col.session {
  background: #F2F5FF;
}

table.table211 col.pageview {
  background: #F2F5FF;
}

table.table211 col.newsession {
  background: #EBEEFF;
}

table.table211 col.staytime {
  background: #EBEEFF;
}

table.table211 col.conversion {
  background: #E0E6FF;
}


.type{
    }
.type a {
  text-decoration: none;
  color: #0099ff;
}

.type2{
   /*width:710px;
   margin:10px;*/
   padding:5px;
   background-color:#D7E9F0;

    }

.type2 a {
  text-decoration: none;
  color: #0099ff;
}

.average{
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   margin-left: 0.1em;
   padding:3px;
   background-color:#D7E9F0;
   font-weight:bold;
   border-bottom: 1px solid #ccc;
   border-top: 1px solid #ccc;

}

.come {
  font-size: 85%;
  padding: 0px 3px 0px 3px;

}

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.1em 0;
  border-bottom: 1px solid #666666;
  font-weight:bold;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
  font-size:95%; /* フォントの大きさ */

}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }


/* 追尾バナー */
div.movable_area {
    position: relative;
}
div.movable {
    position: absolute;
    left: 0px;
    right: 0px;
}