@charset "UTF-8";
/* HTML 5 elements
---------------------------------------- */
html {
	-webkit-text-size-adjust: none;
}

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

/* reset
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
	padding: 1px;
	margin: 0;
	border: 1px solid #eaecec;
	background-color: #fff;
}

.bgnone {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

ul,li{
	list-style-type: none;
	margin: 0;
}

table {
	width: 100%;
	margin: 1.5% 0 2%;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 0;
	margin-top: 10px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border: none;
	border-top: #efefef 1px solid;
}

br {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1;
}
/* search
-------------------------------------------------------------- */
#search {
	width: 30%;
	font-size: small;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 0;
}
#search .search input.mado {
	width: 70%;
	border: 1px inset #D8D8D8;
	padding: 0;
	margin: 0;
	line-height: 1;
	font: inherit;
	vertical-align: middle;
	color: #888;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#search #searchsubmit {
	width: 21%;
	padding: 6px 1px 7px;
	margin: 0;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #c8c3b8;
}
#search #searchsubmit:hover {
	background: #e6decf;
}
/* more
-------------------------------------------------- */
.more {
    display: block;
}

/* body
-------------------------------------------------- */
body{
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #271b18;
	font-family: 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
	border-top: #464646 4px solid;
	background: url(images/bg.png) 0 0 repeat;
}

#wrapper {
	width: 1050px;
	padding: 0 10px 0;
	margin: 0 auto 0;
	position: relative;
	border-bottom-left-radius:		5px;
	-moz-border-bottom-left-radius:	5px;
	-webkit-border-bottom-left-radius:	5px;
	border-bottom-right-radius:			5px;
	-moz-border-bottom-right-radius:	5px;
	-webkit-border-bottom-right-radius:	5px;
	background: #fff;
}

header {
	width: 100%;
	margin: 0 0 1%;
	position: relative;
}
	#logo {
		width: 320px;
		height: 80px;
	}
		#logo a {
			line-height: 1;
			font-size: 1px;
			display: block;
		}
		#logo img{
			width: 320px;
			height: auto;
			padding: 0;
			margin: 0;
			border: none;
		}

	h1 {
		width: 65%;
		padding: 0;
		margin: 0.5% 0;
		font-size: 12px;
		line-height: 1;
		font-weight: normal;
		color: #444;
		letter-spacing: 0.06em;
		display: block;
        position:absolute;
        top: 40px;
        right: 0;
	}

h2 {
	padding: 1.5% 2%;
	margin: 0 0 1.5%;
    color: #e86db8;
	font-size: large;
	line-height: 1;
	font-weight: bold;
	border-left: #e86db8 5px solid;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	background: #fcfbf6;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfbf6), to(#fbfaf4));
	background: linear-gradient(#fcfbf6, #fbfaf4);
}
	
h3 {
	padding: 1% 0.5% 1% 2%;
	margin: 2% 0 1%;
	font-size: medium;
    color: #4387bb;
	line-height: 1.5;
	display: block;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	border: #e6decf 1px dotted;
	border-left: #e86db8 4px solid;
	background: #f8f5f2;
}
	
a {
	color: #27a1ff;
	text-decoration: none;
}
	a:hover { color: #27a1ff; text-decoration: underline;}


/* nav
-------------------------------------------------------------- */
.navigation, .aittt {
	padding: 0 10px;
	margin: 0 ;
	list-style: none;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
    background: #f0e9df;
}

.navigation li, .aittt li {
	padding: 0;
	margin: 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
    float: left;
	display: block;
	border: none;
}
.navigation li a, .aittt li a {
	padding: 6px 15px;
	margin: 0;
	color: #fff;
	font-size: small;
	font-weight: normal;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: #fff 1px solid;
	background: #e52c39;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcb63d), to(#ffa407));
	background: linear-gradient(#fcb63d, #ffa407);
}
.navigation li a:hover, .aittt li a:hover {
	color: #fff;
	text-decoration: none;
	box-shadow:			0 0 8px #fff inset;
	-webkit-box-shadow: 0 0 8px #fff inset;
	-moz-box-shadow:	0 0 8px #fff inset;
	background: #1191b1;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc807), to(#ffa407));
	background: linear-gradient(#ffc807, #ffa407);
}

.navigation li.current-menu-item a, .aittt li.current-menu-item a {
	padding: 6px 15px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: #fff 1px solid;
	box-shadow: none;
	background: #5fc8ff;
}
.navigation li.current-menu-item a:hover, .aittt li.current-menu-item a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	box-shadow:			0 0 5px #fff inset;
	-webkit-box-shadow: 0 0 5px #fff inset;
	-moz-box-shadow:	0 0 5px #fff inset;
	background: #5fc8ff;
}

/* #contein
-------------------------------------------------------------- */
div#contein {
	width: 72%;
	margin: 0 0 1.5%;
	float: right;
	position: relative;
	overflow: hidden;
	border-bottom: #382b1f 2px solid;
}
.ranking_matome {
    width: 24%;
	float: left;
}

/* top text-shadow: 0 0 5px #fff;
-------------------------------------------------------------- */
.top_image_box {
	width: 17%;
    margin: 0 1% 0 0;
	float: right;
}
.top_text {
	width: 80%;
	float: left;
}

/* category
-------------------------------------------------------------- */
.category div#contein {
}
 
/* ランキング用
-------------------------------------------------------------- */
.lank001 {
	padding: 0 0 0 20px;
	font-weight: bold;
    color: #e86db8;
	background: url(images/seidebar_lank001.png) 0 center no-repeat;
}
.lank002 {
	padding: 0 0 0 20px;
	font-weight: bold;
    color: #e86db8;
	background: url(images/seidebar_lank002.png) 0 center no-repeat;
}
.lank002 {
	padding: 0 0 0 20px;
	font-weight: bold;
    color: #e86db8;
	background: url(images/seidebar_lank003.png) 0 center no-repeat;
}
.lank_box {
	width: 100%;
	border: #efefef 1px solid;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
	.lank_box a {
    	display: block;
    }
	.lank_box th {
		padding: 1%;
		border-top: #fff 1px solid;
		border-right: #efefef 1px solid;
		border-bottom: #dfdfdf 1px solid;
		text-shadow: rgba(255,255,255,0.8) 0 1px 0;
	}
	.lank_box td {
		padding: 1%;
		text-align: center;
		vertical-align: top;
		border-right: #efefef 1px solid;
	}
		.lank_box td.tenjyou {
			padding: 1.5%;
			font-size: 18px;
			line-height: 1.3;
			text-align: left;
			font-weight: bold;
			border-top: #005f90 2px solid;
			border-bottom: #efefef 2px solid;
			background: #fff;
			background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
			background: linear-gradient(#fff, #f2f2f2);
		}
		.lank_box td.tenjyou small {
			font-size: 12px;
			line-height: 1.3;
			font-weight: bold;
			
		}
        .lank_box td.image_box {
        	width: 20%;
        }
        .lank_box td.image_box img {
        	max-width: 136px;
            height: auto;
        	padding: 0;
            border: none;
            background:none;
        }
		.lank_box td.sammary {
			border-top: #3f3f3f 2px solid;
			text-align: left;
		}

/* 要素
-------------------------------------------------------------- */
section {
	margin: 0 0 %;
}

p {
	margin: 1% 0;
}

/* ranking_matome-------------------------------------------------------------- */
.ranking_matome {
	padding: 0 1% 2%;
	margin: 0 0 5%;
	border: #dbd8cf 1px solid;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	background: #fcfbf6;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfbf6), to(#fbfaf4));
	background: linear-gradient(#fcfbf6, #fbfaf4);
}
	
.ranking_matome h2 {
	padding: 3% 4%;
    margin: 2% 0;
    color: #e86db8;
    font-size: 14px;
    border: none;
    border-top: 1px solid #f6f3e9;
    border-bottom: 2px solid #dbd8cf;
	background: #fff;
}
#dc_jqaccordion_widget-2-item{
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
#dc_jqaccordion_widget-2-item ul,
#dc_jqaccordion_widget-2-item ul,
#dc_jqaccordion_widget-2-item ul li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}
#dc_jqaccordion_widget-2-item ul a {
	background-repeat: no-repeat;
	background-position: 10px center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 32px;
	text-decoration:none;
	display: block;
	color: #222;
	font-weight: bold;
	}
#dc_jqaccordion_widget-2-item ul ul a {
	font-weight: normal;
	}
#dc_jqaccordion_widget-2-item ul a.dcjq-parent {
	background-image: url(menu_images/plus_grey.png);
	font-weight: bold;
	background-color: #fff;
	}
#dc_jqaccordion_widget-2-item ul a.dcjq-parent.active {
	background-image: url(menu_images/minus_grey.png);
	background-color: #f3f3f3;
	}
#dc_jqaccordion_widget-2-item ul a:hover {
	color: #56aff3;
	}

/* footer
-------------------------------------------------------------- */
#lanking_bio ul li {
	margin: 0 5px 0 0;
	float: left;
}

	#lanking_bio li a {
		padding: 8px 0 8px 20px;
		display: block;
		line-height: 1.3;
		letter-spacing: 0.06em;
		background: url(images/arrow_002.png) 4px 10px no-repeat;
	}
	#lanking_bio ul li a:hover {
		color: #2a89bc;
		background: url(images/arrow_001.png) 4px 10px no-repeat;
	}

#aittt {
	margin: 0 auto;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	background: #E8E8E8;
}
	#aittt li {
		padding: 0;
		margin: 5px 0.5% 5px 0;
		text-align: center;
		vertical-align: middle;
		display: block;
		float: left;
		border: none;
	}

#site {
	padding: 2% 1%;
	margin: 0.5% 0 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}


/* align
-------------------------------------------------------------- */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* goTop
-------------------------------------------------------------- */
.goTop {
	margin: 1% 0 0;
}
.goTop a{
	color: #212521;
	font-size: 10px;
	font-weight: bold;
}

/* page_navi
-------------------------------------------------------------- */
.page_navi {
	margin: 3% 0;
	line-height: 1;
	color: #7f7f7f;
}
	.page_navi span.page-numbers {
		padding: 3px 0 3px 3px;
		margin: 0 3px 3px 0;
		border: #CCC 1px solid;
		display: inline-block;
	}
	.page_navi a.page-numbers {
		padding: 4px 5px;
		margin: 0 3px 3px 0;
		border: #efefef 1px outset;
		display: inline-block;
		font-weight: bold;
		color: #fffea4;
		border-radius:			6px;
		-moz-border-radius:		6px;
		-webkit-border-radius:	6px;
		background: #72ab56;
	}
	.page_navi a.page-numbers:hover {
		background: #fffea4;
		color: #068618;
		border: #efefef 1px inset;
	}
	
	.page_navi span.current,
	.page_navi span.dots {
		border: none;
		color: #068618;
		font-weight: bold;
	}

