@charset "utf-8";

/* 見出し・書式の初期設定 */
body {
	font-family: "ＭＳ ゴシック", sans-serif;
	color: #555;
	opacity:1;
	filter: alpha(opacity=100);/*IE用*/
}

a:hover {
	color:#FF6699;
	text-decoration:none;
	opacity:0.8;
	filter: alpha(opacity=80);/*IE用*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.clear {
	clear:both;
}

#title {
	display:inline;
}

h1 {
	background-image:url(../images/head/title-bg.gif);
	background-repeat:no-repeat;
	background-position:left-top;
	border-bottom: solid 4px #FF6699;
	padding:0.5em 0 0em 1.3em;
	margin: 0 0 0.5em 0;
}

#hgroup h1 {
	background-image:none;
	border-bottom: none;
	padding:0;
	margin: 0;
}

h3 {
	background-image:url(../images/head/point-1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#eee;
	color:#FF6699;
	margin: 2em 0 0.5em;
	border-bottom: dashed 1px #ccc;
	padding:5px 0 0 1.3em;
}

h4 {
	color:#FF6699;
	margin: 2.5em 0 0.5em 0;
	padding:0 0 0 1em;
	border-left: solid 3px #FF6699;
	border-bottom: dashed 1px #ccc;
}

h4.rank {
	margin: 1em 0 0;
	padding:0;
	border:none;
	font-size:medium;
}

h5 {
	color:#6b8e23;
	margin: 1.2em 0 0;
	border-left: solid 2px #6b8e23;
	padding:0 0 0 0.5em;
}

article p {
	font-size: 14px;
	line-height: 1.8;
	margin:0.5em 0 2em;
}

/*フォント設定*/

.color-orange {
	color: #F60;
}

.font-big {
	font-size: 27px;
	color:#FF6699;
}

.font-middle {
	font-size: 19px;
	line-height: 1.5;
	color:#6b8e23;
}

.voice {
	font-size: 13px;
	color:#333;
	background-color:#FFCCCC;
	background-image:url(../images/head/point-1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 2.3em;
}

#title-top {
	padding:80px 0 88px 62px;
	width:474px;
	float:left;
}

#title-top :hover {
	opacity:1.0;
	filter: alpha(opacity=100);/*IE用*/
}

#dog {
	background-image:url(../images/dog.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:180px auto;
	background-color:none;
	float:right;
	padding:0px 265px 280px 0;
}

.report {
	margin:0 0 0 15em;
}

/*レイアウトの基本設定*/
#bace {
	margin:10px auto;
	padding: 0 15px;
	width: 980px;
	background: #FFF;
	border: 0px solid #ccc;
}

#header {
	margin:0 auto;
	width: auto;
	background-image:url(../images/base/list-6column-bg8.gif);
}

.wrapper {
	margin:0 auto;
	width: 980px;
}

.main-column {
	width:650px;
	float:left;
	display:inline;
}

.subNav {
	width:300px;
	float:right;
	display:inline;
}

#topic {
	font-size: 13px;
	text-align: right;
	margin: 0;
	padding: 5px 0 15px 0;
	background-image:url(../images/line/pink-3.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#fff;
	color:#FF6699;
}

/*グローバルナビゲーションの設定*/
#menuArea {
	background-color:#FF6699;
}

#gNav {
	font-size: 14px;
	width: 980px;
	margin: 0 auto;
	border-right: dashed 1px #111;
}

#gNav li {
	float: left;
	text-align: center;
	font-weight: bold;
	border-left: dashed 1px #fff;
}

#gNav li a {
	display: block;
	background-color:#FF6699;
	width: 142px;
	padding: 18px 10px;
	text-decoration: none;
	color: #FFF;
}

/*パン屑リストの設定*/
#topicpath {
	clear:both;
	padding:10px 0;
}

/*ページトップリンクの設定*/
#jumplink {
	text-align: right;
	margin: 18px 0 0 0;
	clear:both;
}

/*section
-------------------------------------------------------------*/

/*dog1*/
.dog1 {
	background-image:url(../images/base/base4.png);
	width: 100%;
}

.hg {
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	width: 95%;
}

#cat1 {
	background: #FFF;
	margin: 10px 0;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/*dog2*/
.dog2 {
	clear:both;
	width: 100%;
	margin: 10px 0;
}

/*list*/

.list-6column li {
	width:80px;
	float:left;
	display:block;
	margin:10px 36px 0 0;
	position:relative;
}

.list-6column li:nth-child(6n) {
	margin-right:0;
}

/* 3column */

.list-3column li {
	width:210px;
	margin: 0 10px 10px 0;
	display: inline;
	float: left;
	position: relative;
}

.list-3column li:nth-child(3n) {
	margin-right:0;
}

.photo {
	height:110px;
}

.photo-rank {
	margin:0 5px;
	height:110px;
}

/* 2column */

.list-2column li {
	margin: 0 10px 0 0;
	display: inline;
	float: left;
	position: relative;
}

.list-2column li:nth-child(2n) {
	margin-right:0;
}

.list-2column:after {
	clear:both;
}

/* outlinebox */

.outlinebox {
	padding: 10px 5px;
	text-align:center;
	border: 1px solid #FF6699;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.outlinebox2 {
	width:100%;
	background-image:url(../images/base/list-6column-bg.png);
	padding: 19px;
	border: 1px solid #FF6699;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(http://xn--wcvr7bh42cu6g.jpn.com/border-radius.htc);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
}

/*side-nav
-------------------------------------------------------------*/

.side_list {
	list-style: none;
	margin: 0 0 8px;
	padding: 0 0 10px;
	border: 1px solid #FF6699;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(http://xn--wcvr7bh42cu6g.jpn.com/border-radius.htc);
	width: 100%;
	background: #fff;
}

.side_list h6 {
	width: 95%;
	color: #FFF;
	display: block;
	margin: 0 0 10px 0;
	padding: 6px 6px 6px 10px;
	font-size: 14px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-radius-topleft: 4px;
	border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	behavior-topleft: url(http://xn--wcvr7bh42cu6g.jpn.com/border-radius.htc);
	behavior-topright: url(http://xn--wcvr7bh42cu6g.jpn.com/border-radius.htc);
	background:#FF6699;
}

* html .side_list h6 {
	width: 250px;
	border:1px solid #993300;
}

.side_list li {
	border-bottom: 1px dotted #CCC;
	margin: 0 5px;
	padding: 3px;
}

.side_list li,
ul {
	list-style-type: none;
	font-size: 13px;
	line-height:1.6;
}

.side_list li ul li {
	border: none;
	padding: 0 0 0 0.5em;
	font-size: 12px;
}

/*footer
-------------------------------------------------------------*/
#footer {
	clear:both;
	width:auto;
	background-image:url(../images/line/pink-3.png);
	background-repeat:repeat-x;
	background-position:left top;
}

.bNav {
	display: block;
	padding:14px 0 24px 0;
	font-size: 14px;
}

#footer li {
	float: left;
	border-left: dotted 1px #FF6699;
}

#footer li a {
	display: block;
	padding: 0 10px 0;
	text-decoration: none;
}

.copyright {
	clear:both;
	text-align: center;
	font-size: small;
	border-top: dashed 1px #FF6699;
	padding:5px 0;
}

/* table
----------------------------------------------------- */
table {
	width: 100%;
	margin: 1.5em 0;
}

table th,
table td {
	border: 1px solid #FF6699;
}

table th {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color:#FF6699;
	line-height: 1.8;
	border-top: 1px solid #FF6699;
	background: #FF6699;
	color:#FFF;
}

table td {
	font-size: 13px;
	background-color:#FFF;
	padding: 0 1em;
	line-height: 1.6;
}

table .rank-table {
	font-size: 12px;
	color:#FFF;
	text-align: center;
	background-color:#FF6699;
	line-height: 1.8;
	border-top: 1px solid #FF6699;
	background: #FF6699;
}

.rank-table th {
	font-size: 13px;
	font-weight:normal;
	color:#FFF;
	text-align: center;
	line-height: 1.8;
	border-top: 1px solid #FF6699;
	background: #FF6699;
}

.rank {
	width: auto;
	margin: 1em 0;
}

.rank th {
	font-size: 13px;
	font-weight:normal;
	color:#FFF;
	text-align: center;
	line-height: 1.8;
	border-top: 1px solid #D3E894;
	background: #9ABE2C;
}

.rank td,
.rank th {
	border: 1px solid #B3D748;
}

.report {
	width: 100%;
	margin:0;
}

.report th {
	font-size: 13px;
	font-weight: normal;
	color:#FFF;
	text-align: center;
	line-height: 1.8;
	border-top: 1px solid #FF6699;
	background: #FF6699;
}

/*home-item
-------------------------------------------------------------*/
.home-item1 {
	width:300px;
	font-size: 16px;
	padding: 0 0 0 0em;
	line-height: 1.6;
}

.home-item2 {
	width:290px;
	font-size: 14px;
	padding: 0 0 0.5em 0em;
	color:#f69;
}

.home-item3 {
	width:270px;
	font-size: 11px;
	padding: 1px 0 0 1.5em;
	line-height: 1.6;
	border-bottom: dashed 1px #ccc;
	color:#666;
}

/*p class=banner
-------------------------------------------------------------*/
.banner {
	font-size: 16px;
	text-align: center;
}

/*用語集
-------------------------------------------------------------*/

#glossary ul li {
	font-size: 11px;
	padding: 0 0 0 1em;
	background-image:url(../images/head/item-map3.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:200px;
	margin: 0 5px 0 0;
	float: left;
}

#glossary ul li :nth-child(3n) {
	margin-right:0;
}

/*スクロール
-------------------------------------------------------------*/
/* --- ボックス --- */
div.scroll {
	width: 100%; /* ボックスの幅 */
	background-color: #fff; /* ボックスの背景色 */
	border: 1px #c0c0c0 solid; /* ボックスの境界線 */
	font-size: 100%; /* ボックスの文字サイズ */
	clear:both;
	margin:1em 0 0;
}

/* --- 見出し --- */
div.scroll p {
	margin: 0; /* 見出しのマージン */
	padding: 5px 0.5em; /* 見出しのパディング（上下、左右） */
	background-color: #f5f5f5; /* 見出しの背景色 */
	border-bottom: 1px #c0c0c0 dotted; /* 見出しの下境界線 */
	font-size: 100%; /* 見出しの文字サイズ */
	color:#666666;
}

/* --- 本文領域 --- */
div.scroll div.textArea {
	height: 155px; /* 本文領域の高さ */
	overflow: auto;
}

/* --- 本文領域内の段落 --- */
div.scroll div.textArea h6 {
	margin: 15px 10px 0; /* 段落のマージン（上下、左右） */
	font-size: 13px;
}

div.scroll div.textArea p {
	margin: 0 30px; /* 段落のマージン（上下、左右） */
	font-size: 11px;
	line-height: 1.2;
	padding: 0; /* 見出しのパディング（上下、左右） */
	background-color: #fff; /* 見出しの背景色 */
	border-bottom: none; /* 見出しの下境界線 */
}

.center {
	text-align:center;
}
