@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/body_back.png);
	background-repeat:repeat;
}

ul,li{
	margin:0px;
	padding:0px;
}

@media screen and (max-width:768px) {
	body{
		width:100%;
	}
}

.conte_1000px {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

/*2カラムの画像マージン設定
***********************************/
/*左3枚　右2枚*/
.colum2:nth-child(odd) img {
 margin-bottom:15px;
}
.colum2:nth-child(even) img {
 margin-bottom:20px;
}
/*
1列タイトル
***********************************/
h2.titlebar {
	padding: 5px 10px;
	margin: 60px 0px 10px 0px;
	border-left: 5px solid #000;
	border-bottom:1px dotted #333;
	font-size: 17px;
	font-weight:bold;
	text-align:left;
}
h2.titlebar:first-child {
	margin: 20px 0px 10px 0px;
}
h2.titlebar .subtitle {
	margin-left: 10px;
	font-size: 15px;
	font-weight:normal;
}


/*
2列レイアウト
***********************************/
.colm2_flex {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	width:1000px;
}

.colm2_flex li {
	display: inline-block;
}

.colm2_flex li:nth-child(even){
	/*margin-left:30px;*/
}

/*
2列テキスト入り
***********************************/
.colm2_flex h3 {
	color:#402401;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #402401;
	margin-top:10px;
}
.colm2_flex p {
	color:#402401;
	font-size:12px;
	letter-spacing:1px;
	margin-top:10px;
}

/*
3列レイアウト
***********************************/
.colm3flex {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
}
.colm3flex li {
	display: inline-block;
	color:#333;
}
.colm3flex p {
	display:block;
	font-size:12px;
	margin-top:8px;
	letter-spacing:1px;
	width:300px;
}
.colm3flex .title {
	display:block;
	margin-bottom:5px;
	width:300px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #333;
}
/*
RANKING
***********************************/

.wrap_rank {
	position:relative;
}
/*タイトルを入れる場合*/
.rank_title {
	width:1000px;
	height:30px;
	margin:10px 0px 20px 0px;
	position: relative;
	background: #76d4e8;
	color:#FFF;
	text-align:center;
	font-size:16px;
	letter-spacing:1px;
	padding-top:5px;
}
.rank_title:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #76d4e8;
	border-width: 10px;
	margin-left: -10px;
}
/*　rank1 */
.rank1 {
	position:relative;
	display:block;
	width:500px;
	height:430px;
	overflow:hidden;
}
.rank1 h3 {
	position:absolute;
	width:98%;
	margin-left:5px;
	top:308px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #333;
}
.rank1 p {
	position:absolute;
	width:98%;
	margin-left:5px;
	top:358px;
	color:#333;
	font-size:12px;
	letter-spacing:1px;
}
/*　rank2~5 */
.rank2, .rank3, .rank4, .rank5 {
	position:absolute;
	width:230px;
	height:220px;
	overflow:hidden;
	color:#333;
}
.rank2 {
	top:2px;
	left:519px;
}
.rank3 {
	top:0;
	left:770px;
}
.rank4 {
	top:210px;
	left:520px;
}
.rank5 {
	top:210px;
	left:770px;
}
.rank2 h4, .rank3 h4, .rank4 h4, .rank5 h4 {
	position:absolute;
	margin-left:2px;
	width:98%;
	top:130px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #333;
}
.rank2 p, .rank3 p, .rank4 p, .rank5 p {
	font-size:12px;
	position:absolute;
	top:160px;
	line-height:140%;
}
 .rank1 a, .rank2 a, .rank3 a, .rank4 a, .rank5 a, {
 display:block;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 text-indent:-999px;
}
/* 1/2 テキスト*/
	
	.half-text-t {
	width:480px;
	margin-left:5px;
	color:#333;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
}
.half-text {
	width:480px;
	margin-left:5px;
	font-size:12px;
	line-height:140%;
	color:#333;
	margin-top:10px;
}
/*MAGATAMA専用*/

.magatama {
	background-image:url(../top_img/3rd-magaback.png);
	width:1000px;
	height:280px;
	display:block;
}
.magatama ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-top:85px;
}
.magatama a {
	display: block;
	position: relative;
	width: 125px;
	height: 83px;
	padding: 0px;
	border-radius: 10%;
 transition: .3s;
}
.magatama a:hover {
	background: #000;
	opacity: 1;
}
.magatama a:before {
	display: inline-block;
	width: 125px;
	height: 83px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1;
}
.maga-1:before {
	content:url(../top_img/3rd-maga-1.png)
}
.maga-2:before {
	content:url(../top_img/3rd-maga-2.png)
}
.maga-3:before {
	content:url(../top_img/3rd-maga-3.png)
}
.maga-4:before {
	content:url(../top_img/3rd-maga-4.png)
}
.maga-5:before {
	content:url(../top_img/3rd-maga-5.png)
}
.maga-6:before {
	content:url(../top_img/3rd-maga-6.png)
}
.maga-7:before {
	content:url(../top_img/3rd-maga-7.png)
}
.maga-8:before {
	content:url(../top_img/3rd-maga-8.png)
}
.magatama a span {
	position: absolute;
	opacity: 0;
	width: 110px;
	padding: 10px;
	border-radius: 2px;
	background: #9e0000;
	color: #fff;
	font-size: 14px;
	line-height: 1;
 transition: .3s;
	left:8px;
	top: -20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.magatama a span:after {
	position: absolute;
	top: 100%;
	left: 34px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top: 6px solid #9e0000;
	content: "";
}
.magatama a:hover span {
	opacity: 1;
	top: -40px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
/*
clearfix
*************/
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	display: inline-table;
}
