?@charset "UTF-8";

/*******************************
  基本設定
*******************************/

/*------------------------------
  CSSリセット
------------------------------*/

body {
	background-color: #ffffff;
	color: #000000;
	text-align:center;
	font-family: sans-serif;
	-webkit-text-size-adjust: none;
	font-size:10pt;
}

#wrapper {
	background-color: #ffffff;
	color: #000000;
	text-align:center;
	font-family: sans-serif;
	font-size:10pt;
}

#text{
	color: #333;
	text-align:left;
	font-family: sans-serif;
	font-size:10pt;
	padding: 0px 5px;
}


.iPhone {
	font-family: Arial,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro';
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

/*------------------------------
  html5要素
------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
}

/*******************************
  サイト共通の設定
*******************************/

.iPhone #wrapper {
	width: auto;
}

.linkList li {
	margin-bottom: 5px;
	padding-left: 10px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.linkList li:last-of-type {
	margin-bottom: 0;
}

ul.horizontal {
}

ul.horizontal li {
	display: inline-block;
	margin-right: 10px;
	padding-left: 10px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

ul.horizontal a {
	display: block;
}

.pos_right {
	text-align:right;
}

.linkList li {
	margin-bottom: 5px;
	padding-left: 10px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.linkList li:last-of-type {
	margin-bottom: 0;
}

.imglist {
	margin: 0;
	padding: 0;
}

.imglist li {
	padding: 20px 0px;
}

.ranking {
	margin: 0;
	padding: 0;
}

.ranking li {
	font-size: 12pt;
	line-height: 25px;
	padding: 15px 0px;
}

.ranking span { font-size: 16pt; }

.title{
	background-color: #eaa3ff;
	font-size: 12pt;
	text-align:left;
	line-height: 26px;
}

.subtitle {
	background-color: #ff4775;
	font-size: 14pt;
	text-align: left;
	padding: 5px 5px;
	margin : 0px;
}

.subtitle_2 {
	background-color: #cc99ff;
	font-size: 14pt;
	text-align:left;
	padding: 5px 5px;
	margin : 0px;
}

.subtitle_3 {
	background-color: #ee82ee;
	font-size: 14pt;
	text-align:left;
	padding: 5px 5px;
	margin : 0px;
}

.heading{
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.pad_tb_8 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.pad_tb_20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad_lr_8 {
	padding-left: 8px;
	padding-right: 8px;
}

.pad_lr_20 {
	padding-left: 20px;
	padding-right: 20px;
}

.takeoverinfo { text-align: left; }
.takeoverinfo h3 {
	background: #ffb6c1;
	font-size: 12pt;
	padding: 5px 0;
	text-align: center;
}
.takeoverinfo h4 {
	color: #ff69b4;
	font-size: 12pt;
	margin: 8px 0px;
	text-align: center;
}
.takeoverinfo ul { margin: 0px; }
.takeoverinfo ul li { list-style-type: decimal; }

.important_frame {
	background: #ffdbed;
	padding: 10px;
}

.font_s { font-size: 12pt; }

.new_date {
	background: #ffc6e2;
	color: #333333;
	font-size: 12pt;
	font-weight: normal;
}

#btn_cate_list a {
	height:25px;
	color: #000000;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	padding:12px inherit 0;
	margin: 0px;
	border: solid 1px #c0c0c0;
	background: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF), to( #FFFFFF));
}

#btn_cate_list a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from( #FFf0FF), to( #e5c5de));
}

#footer {
	background-color: #000000;
	font-size: 11pt;
	color: #FFFFFF;
	padding: 3px 0px;
	margin: 0xp;
}

#header {
	font-size:11pt;
	margin-bottom: 10px;
	text-align: center;
}

#description {
	background-color: #000000;
	color: #FF99CC;
	font-size: 12px;
	padding: 5px;
}
