@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

body {
  color:#666666;
  background:#fff;
}


a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
}

li {
  list-style-type: none;
}


/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  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: 0 auto 0;
  width: 1150px;
  border: 1px solid #cccccc;
}

#header {
  margin-top:0;
  padding: 10px 5px 0px;
//  border-bottom: 1px solid #cccccc;
  background:#f9f9f9;
  color:#666;
  line-height:0.8em;

}

#container {
  float: left;
  width: 830px;
}

#contents {
  float: right;
  width: 660px;
  padding: 10px 5px 4em 5px;
}

#left-sidebar {
  float: left;
  width: 150px;
  padding: 10px 5px;
}

#right-sidebar {
  float: right;
  width: 310px;
  padding: 10px 5px;
}

#footer {
  clear: both;
  padding: 30px;
  padding-bottom:5px;
  font-size:20px;
  font-weight:bold;
  border-top: 1px solid #cccccc;
  text-align:center;
  background:#cacaca;
}

#footer a {
  color:#545454;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  float: right;
  font-size: 1em;
  font-weight: normal;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  color: #fff;
  padding:10px;
}

.logo a:hover {
  text-decoration: none;
}

.logo img {
  width:240px;
  height:80px;
}

/* -- 概要 -- */
.description { }

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
.headline {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #666;
  border-bottom: 1px solid #666;
}


/*h3,h4,h5,h6 { margin-top: 2.5em; }*/

/* -- 文字 -- */
#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; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 5px;
  padding-left:10px;
  background:#545454;
  font-size:15px;
  color:#fff;
  font-weight:bold;

}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li {
  display: inline;
  font-size:11px;
}

.localnavi li a {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.localnavi li:last-child a {
  border-bottom: 1px solid #cccccc;
}

.localnavi a {
  text-decoration: none;
  display: block;
  padding: 0.5em 10px;
  background-color: #eee;
  color: #000000;
}



.tag a { border-left: 5px solid #ff7400; }

.localnavi a:hover {
  text-decoration: none;
  color: #ff6633;
  font-weight:bold;
  background-color: #ddd;
}

.left_ad {
  margin-left:15px;
  margin-top:10px;
}




/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }





/*=========================================================================*/

 Create CSS

/*=========================================================================*/


/*=================================================================================

  Ad Css

=================================================================================*/

.ad_header {
  text-align:center;
  margin: 20px auto;
  max-width: 730px;
  max-height: 200px;
  text-align: center;
}

.ad_livechat {
  margin:10px;
}

.ad_right_sidebar {
  margin:0 5px 10px 5px;
}

/*===========================

  Main Thumbnail

===========================*/


div.ranking {
  float:left;
  margin:10px 10px 0 0 ;
  width:170px;
  background:#fff;
  border:1px solid #dddddd;
  /* box-shadow */
  box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}

div.ranking a {
  display:block;
  padding:10px;
}

.ranking h2 {
  font-size:11px;
  line-height:1.4em;
  margin-left:-10px;
  border-left:5px solid #3399ff;
  padding-left:5px;
  width:150px;
  height:30px;
  overflow: hidden;
}

.ranking a h2 {
  color:#0099cc;
}


.ranking a:hover {
  background:#eee;
}


.ranking img {
  width:150px;
  height:120px;
  border:none;
  margin:5px 0;
}

.ranking ul.info {
  color:#fff;
  font-size:11px;
  line-height:1.5;
  background:#222;
  padding:7px 10px;
  /* border-radius */
  border-radius: 5px;
}

.ranking ul.info a {
  color:#ff6633;
}

.ranking li.date {
  
}

.paging {
  text-align:center;
  margin-top:15px;
}

.paging a {
  border:1px solid #999999;
  margin:5px;
  padding:5px 13px;
  color:#666;
  background:#eee;
}

.paging a:hover {
  background:#99ccff;
  border:1px solid #fff;
  color:#fff;
}

.playlink {
  text-align:center;
}

.playlink iframe {
  width:582px;
  height:456px;
  border:0;
}

.adtext {
  text-align:center;
}


.title {
  background:#eee;
  margin:10px auto;
  padding:10px;
  font-size:17px;
  border:1px solid #bbb;
  color:#0066cc;
  
}

.category li {
  background:#eee;
  display:inline-block;
  padding:10px 0;
  margin:2px;
  border:1px solid #ccc;
}

.category li a {
  padding:10px;
  color:#666;
}

.category li:hover {
  background:#99ccff;
  border:1px solid #fff;
}

.category a:hover {
  color:#fff;
}

.random {
  background:#fff;
  border:1px solid #dddddd;
  /* box-shadow */
  box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  font-size:18px;
  font-weight:bold;
}

.random a {
  padding:10px;
  display:block;
  color:#3399ff;
}

.random:hover {
  background:#eee;
}

.random div.text{
  border-left:5px solid #3399ff;
  padding:5px;
  line-height:1.5em;
  width:500px;
  height:28px;
  overflow:hidden;
}

.random img {
  float:left;
  margin-right:10px;
  width:200px;
  height:150px;
}

.qr {
  padding-left:12px;
}

.bmclip {
  text-align:center;
}

.tweetbtn {
  margin-top:30px;
  margin-left:83px;

}



/*----------------------------------------------------------------------------

tab menu css

----------------------------------------------------------------------------*/


#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  margin-top:15px;
  height: 49px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  border-bottom: 2px solid #ffcccc;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffcccc;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
  font-weight:bold;
}
#cssmenu .has-sub ul li a {
  background: #ffcccc;
  border-bottom: 1px dotted #6fc7ec;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color:#ff3366;
  font-weight:bold;
}
#cssmenu .has-sub ul li:hover a {
  background: #ff6699;
  color:#fff;
  font-weight:bold;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  font-weight:normal;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #ff6699;
  border-bottom: 1px dotted #6db2d0;
  font-weight:normal;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #ff3366;
}


/*------------------------------------------------------

 Tab Css

------------------------------------------------------*/


#tabmenues {
	padding:5px 5px 10px 5px;
}

#tabmenues ul {
	margin:0;
	padding:0 5px 4px 0;
	border-bottom:solid 2px #ff6699;
}

#tabmenues ul li {
	display:inline;
	margin:0;
	padding:5px 20px;
	border:solid 1px #ccc;
	border-bottom:none;
	border-right:none;
//	border-radius:5px 5px 0px 0px;
	background-color:#e3e3e3;
	cursor:pointer;
	font-weight:bold;
	color:#ff3366;
}

#tabmenues ul li:last-child {
	border-right:solid 1px #ccc;
}


#tabmenues .tabmenues_body {
	padding:10px 5px;
	border:solid 1px #ccc;
	border-top:none;
}





/*------------------------------------------------------

 Pickup Css

------------------------------------------------------*/

.pc_top_pickup {
	margin: 0 5px;
}

.pc_top_left_p {
	float:left;
	width:300px;
	margin-bottom:10px;
}

.pc_top_right_p {
	float:right;
	width:300px;
	margin-bottom:10px;
}

.pc_top_pickup_img img {
	float:left;
	width:80px;
	height:80px;
	margin-right:5px;
}

.pc_top_pickup_category {
	font-size:10px;
	color:#fff;
	font-weight:bold;
	background:#3399ff;
	padding:2px;
}

.pc_top_pickup_title {
	font-size:13px;
	color:#ff6666;
	font-weight:bold;
	margin-top:3px;
}

.pc_top_pickup_title a {
	color:#ff6666;
}

.pc_top_pickup_title a:hover {
	color:#ff3366;
}

.pc_top_pickup_text {
	background:#eee;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px;
	color:#333;
	margin-top:5px;
}


.pc_top_press_block {
	padding:5px;

}

.pc_top_press_img {
	float:left;
	margin-right:5px;
}

.pc_top_press_img img {
	width:100px;
	height:100px;
}

.pc_top_press_category {
	font-size:10px;
	color:#fff;
	font-weight:bold;
	background:#3399ff;
	padding:2px;
}

.pc_top_press_title {
	margin:5px 0;
}

.pc_top_press_title a {
	font-size:12px;
	font-weight:bold;
	color:#ff6666;
}

.pc_top_press_title a:hover {
	color:#ff3366;
	font-weight:bold;
}

.pc_top_press_text {
	background:#eee;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px;
	color:#333;
	margin:5px;
	margin-left:105px;
}


.pc_top_spc_list {
	font-size:15px;
	font-weight:bold;
}

.pc_top_spc_list a {
	color:#1D46CC;
}


.pc_top_spc_list img {
	width:78px;
	height:78px;
	float:left;
	margin-right:5px;
	border:2px solid #ccc;
}

.pc_top_spc_block {
	border-bottom:1px solid #ccc;
	padding:10px 5px;
}



/*------------------------------------------------------

 Sidebar Right Css

------------------------------------------------------*/

.random_pickup img {
	width:64px;
	height:64px;
	border:3px solid #ccc;
}

.random_pickup ul {
	margin-top:10px;
}

.random_pickup li {
	display:inline;
	text-align:center;
	margin-right:3px;
}

.random_pickup li:first-child {
	margin-left:3px;
}

.qrcode {
	text-align:center;
	display:block;
	margin:auto;
}

.sidebar_banner img{
	margin:5px;
	display:block;
	text-align:center;
}

/*------------------------------------------------------

 Sidebar Left Css

------------------------------------------------------*/

.left_sidebar_ranking {
	padding:5px;
}

.left_sidebar_ranking img {
	width:70px;
	height:55px;
	margin-right:5px;
	float:left;
	border:3px solid #ccc;
}

.left_sidebar_ranking img:hover {
	border:4px solid #ff9999;
}

.left_sidebar_ranking a {
	color:#1D46CC;
	font-size:12px;
}

.left_sidebar_ranking li {
	border-bottom:1px solid #ddd;
	padding-bottom:4px;
	margin-top:7px;
}

.ranking_logo {
	width:150px;
}




/*------------------------------------------------------

 Main Css

------------------------------------------------------*/

.main_title {
	padding: 3 10px;
	padding-bottom:70px;
	margin:5px;
	margin-bottom:0;
	font-size:30px;
	color:#ED1E79;
	border-bottom:5px solid #ED1E79;
	line-height:1em;
}

.main_category {
	padding:1px 20px;
	background:#ff9933;
	max-width:70px;
	color:#fff;
	text-align:center;
	font-size:13px;
	margin-left:5px;
	margin-right:10px;
	float:left;
	font-weight:bold;
}

.main_category_tag {
}

.main_img {
	float:left;
}

.main_img img {
	width:100px;
	height:100px;
	margin:5px 5px 0 5px;
}

.main_text {
	padding:10px;
	line-height:1.5em;
}

.main_text .app_info {
	background:#ED1E79;
	color:#fff;
	padding:5px;
	font-size:17px;
	margin-left:20px;
	margin-right:20px;
}

.main_text .app_default {

	border:1px solid #ED1E79;
	color:#545454;
	padding:5px;
	margin-left:20px;
	margin-right:20px;
}

.main_ad_header {
	display:block;
	text-align:center;
	margin-bottom:10px;
}

.main_link {
	border-top:1px solid #ccc;
	padding:10px;
}

.main_applidl {
	font-size:15px;
	color:#ED1E79;
	font-weight:bold;
	padding-bottom:5px;
}





/*------------------------------------------------------

 Search Css

------------------------------------------------------*/

.search_title {
	padding:10px;
	color:#fff;
	font-size:20px;
	background:#ED1E79;
	font-weight:bold;
}

.search_length {
	padding:5px;
	font-size:15px;
}

.search_list {
	padding:10px;
	border-bottom:1px solid #ccc;
}

.search_list img {
	float:left;
	margin-right:5px;
	width:100px;
	height:100px;
}

.search_list_title a {
	font-size:18px;
	color:#006699;
	font-weight:bold;
}

.search_list_title a:visited {
	font-size:18px;
	color:#006699;
	font-weight:bold;
}

.search_list_txt {
	background:#eee;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px;
	color:#333;
	margin:5px;
	margin-left:105px;
//	width:500px;
//	height:40px;
	overflow:hidden;
}


/*------------------------------------------------------

 ranking Css

------------------------------------------------------*/

.ranking_title {
	padding:10px;
	color:#fff;
	font-size:20px;
	background:#ED1E79;
	font-weight:bold;
}

.ranking_length {
	padding:5px;
	font-size:15px;
}

.ranking_list {
	padding:10px;
	border-bottom:1px solid #ccc;
}

.ranking_list img {
	float:left;
	margin-right:5px;
	width:100px;
	height:100px;
}

.ranking_list_title a {
	font-size:18px;
	color:#006699;
	font-weight:bold;
}

.ranking_list_title a:visited {
	font-size:18px;
	color:#006699;
	font-weight:bold;
}

.ranking_list_txt {
	background:#eee;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px;
	color:#333;
	margin:5px;
	margin-left:105px;
//	width:500px;
//	height:40px;
	overflow:hidden;
}



/*------------------------------------------------------

 Experence Css

------------------------------------------------------*/

.exp_title {
	padding: 3 10px;
	padding-bottom:5px;
	margin:5px;
	margin-bottom:10px;
	font-size:20px;
	color:#ED1E79;
	border-bottom:5px solid #ED1E79;
	line-height:1em;
}

.exp_length {
	padding:5px;
	font-size:15px;
}

.exp_category {
	padding:1px 20px;
	background:#ff9933;
	max-width:70px;
	color:#fff;
	text-align:center;
	font-size:13px;
	margin-left:5px;
	margin-right:10px;
	float:left;
	font-weight:bold;
}

.exp_category_tag {
}

.exp_img {
	float:left;
}

.exp_img img {
	width:100px;
	height:100px;
	margin:5px 5px 0 5px;
}

.exp_text {
	padding:10px;
	line-height:1.5em;
}

.exp_text .app_info {
	background:#ED1E79;
	color:#fff;
	padding:5px;
	font-size:17px;
	margin-left:20px;
	margin-right:20px;
}

.exp_text .app_default {

	border:1px solid #ED1E79;
	color:#545454;
	padding:5px;
	margin-left:20px;
	margin-right:20px;
}

.exp_ad_header {
	display:block;
	text-align:center;
	margin-bottom:10px;
}

.exp_search_list {
	padding:10px;
	font-size:18px;
	border-bottom:1px solid #ccc;
}

.exp_search_list a {
	color:#1D46CC;
	font-weight:bold;

}

.exp_search_list img {
	width:80px;
	height:80px;
	border:3px solid #ccc;
	float:left;
	margin-right:5px;
}

.exp_search_title {
	padding: 3 10px;
	padding-bottom:5px;
	margin:5px;
	margin-bottom:10px;
	font-size:20px;
	color:#ED1E79;
	border-bottom:5px solid #ED1E79;
	line-height:1em;
}

.exp_search_length {
	padding:5px;
	font-size:15px;
}


/*------------------------------------------------------

 Contact Css

------------------------------------------------------*/

.contact_title {
	padding: 3 10px;
	margin:5px;
	margin-bottom:20px;
	font-size:20px;
	color:#ED1E79;
	border-bottom:5px solid #ED1E79;
	line-height:1em;
}

.contact_text {
	padding:0 10px;
}

.contact_mail {
	text-align:center;
}

.contact_mail a {
	font-size:20px;
	font-weight:bold;
	color:#1D46CC;
	text-decoration:underline;
	text-decoration-color:#1D46CC;
}


/*------------------------------------------------------

 PressRelease Css

------------------------------------------------------*/

.review_h {
	border-left:3px solid #FF6699;
	padding-left:10px;
	font-size:17px;
	color:#FF6699;
	font-weight:bold;
	margin-bottom:0;
}

.review_img {
	display:block;
	text-align:center;
}

.review_link a {
	text-decoration:underline;
	font-weight:bold;
	color:#FF6699;
}









