/* base */
html {
    font-size: 70.0%;
}
body {
	color: #333333;
	font-size: 1.4rem;
    letter-spacing: -0.001em;
    line-height: 1.4;
	font-family: Meiryo;
	margin: 0;
	padding: 0;
	background: #f5efdf;
}

ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
p {
	font-size: 12px;
}
img {
	border: medium none;
}

a {
	color: #960b0b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* util */
.clearfix:after,
section#list section.articles article:after,
section.pagenation ul:after,
aside#pickup ul li:after,
aside#related ul li:after,
aside#pickupMain ul li:after,
aside#link:after {
	content: "";
	clear: both;
	display: block;
}

/* layout */
#container {
	width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
	background: url("../images/bg.jpg") 0 0 repeat;
}

/* body/header */
/* top */
body#topPage #container {
	background: url("../images/top_header_bg.png") 0 0 no-repeat, url("../images/bg.jpg") 0 0 repeat;
}
body#topPage header#header {
	height: 470px;
}
body#topPage header#header #greet {
	position: absolute;
	right: -20px;
	top: 15px;
}
body#topPage header#header #logo {
	background: url("../images/top_logo_bg.png") 0 0 no-repeat;
	width: 493px;
	height: 287px;
	position: absolute;
	left: 26px;
	top: 45px;
}
body#topPage header#header #logo h1 {
	width: 371px;
	height: 63px;
	position: absolute;
	left: 64px;
	top: 117px;
}
body#topPage header#header #logo h1 a {
	display: block;
	width: 371px;
	height: 63px;
}
body#topPage header#header #logo p {
	width: 371px;
	height: 60px;
	position: absolute;
	left: 64px;
	top: 180px;
}

/* list/article */
body#listPage #container,
body#articlePage #container {
	background: url("../images/page_header_bg.png") 0 0 no-repeat, url("../images/bg.jpg") 0 0 repeat;
}
body#listPage header#header,
body#articlePage header#header {
	height: 290px;
}
body#listPage header#header #greet,
body#articlePage header#header #greet {
	position: absolute;
	right: -20px;
	top: 5px;
}
body#listPage header#header #logo,
body#articlePage header#header #logo {
	background: url("../images/page_logo_bg.png") 0 0 no-repeat;
	width: 395px;
	height: 230px;
	position: absolute;
	left: 30px;
	top: 0;
}
body#listPage header#header #logo h1,
body#articlePage header#header #logo h1 {
	width: 298px;
	height: 52px;
	position: absolute;
	left: 51px;
	top: 93px;
}
body#listPage header#header #logo h1 a,
body#articlePage header#header #logo h1 a {
	display: block;
	width: 298px;
	height: 52px;
}
body#listPage header#header #logo p,
body#articlePage header#header #logo p {
	width: 298px;
	height: 48px;
	position: absolute;
	left: 51px;
	top: 145px;
}

/* header */
header#header {
	position: relative;
}

/* breadcrumb */
#breadcrumb {
	padding: 5px 0 0;
}
#breadcrumb ul li {
	display: inline;
}
#breadcrumb ul li a {
}
#breadcrumb ul li:after {
	content: ">";
	padding: 0 5px 0 8px;
}
#breadcrumb ul li:last-child:after {
	content: "";
}

/* main */
#mainOuter {
	width: 650px;
	float: left;
}
#main,
#subContentsOuter {
	width: 650px;
	float: left;
	background: url("../images/main_bg_01.png") top left no-repeat, url("../images/main_bg_05.png") bottom left no-repeat;
	padding: 30px 0 35px 0;
	margin-bottom: 30px;
}
#mainInner,
#subContentsInner {
	background: url("../images/main_bg_02.png") top center no-repeat, url("../images/main_bg_04.png") bottom center no-repeat, url("../images/main_bg_03.png") top left repeat-y;
	padding: 0 50px;
}
#relatedInner {
	padding: 15px 50px;
}
/* main banner */
#mainBanner {
	float: left;
	width: 650px;
	margin-bottom: 30px;
	padding: 0 10px;
}

/* [MENU] */
h2#titleMenu {
	text-align: center;
	padding: 15px 0 38px;
	height: 120px;
}

/* [TODAY] */
section#today {
	margin-bottom: 37px;
}
section#today h2 {
	text-align: center;
	height: 42px;
}
section#today section.articles {
	margin: 20px 0;
}
section#today section.articles article {
	width: 258px;
	position: relative;
	padding-top: 170px;
}
section#today section.articles article:nth-child(odd) {
	float: left;
}
section#today section.articles article:nth-child(even) {
	float: right;
}
section#today section.articles article figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 258px;
	height: 160px;
}
section#today section.articles article figure a {
	display: block;
}
section#today section.articles article .tag {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	line-height: 24px;
	background: #be0d0d;
	color: #fff;
	padding: 0 10px;
}
section#today section.articles article h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
section#today section.articles article .summary {
	line-height: 1.8;
	margin-bottom: 5px;
}
section#today section.articles article .category {
	background: #666;
	color: #fff;
	font-size: 10px;
	float: left;
}
section.articles article .category_gakushu {
	background: #18b6c4 !important;
}
section.articles article .category_test {
	background: #fb87b8 !important;
}
section.articles article .category_jyuku {
	background: #74b61f !important;
}
section.articles article .category_news {
	background: #feaa33 !important;
}

section#today section.articles article .category a {
	color: #fff;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	width: 90px;
	text-align: center;
}
section.articles article .category a:hover {
	text-decoration: none;
}
section#today section.articles article .date {
	float: right;
}

/* [LIST] */
body#topPage section#list h2 {
	text-align: center;
	height: 42px;
}

body#listPage section#list h2 {
	background: url("../images/line_category.png") left top no-repeat, url("../images/line_category.png") left bottom no-repeat;
	padding: 5px 0;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #be5d00;
}

body#listPage section#list {
	padding: 30px 0 0;
}
section#list {
	padding-bottom: 25px;
}
section#list section.articles {
	margin: 20px 0;
}
section#list section.articles article {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("../images/line.png") center bottom no-repeat;
}
section#list section.articles article header {
	margin-bottom: 10px;
}
section#list section.articles article h3 {
	float: right;
	width: 450px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
section#list section.articles article .category {
	background: #666;
	color: #fff;
	font-size: 10px;
	float: left;
	margin-top: 4px;
}
section#list section.articles article .category a {
	color: #fff;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	width: 90px;
	text-align: center;
}

section#list section.articles article figure {
	float: left;
	width: 124px;
}
section#list section.articles article figure a {
	display: block;
}
section#list section.articles article .text {
	float: right;
	width: 402px;
	line-height: 1.8;
}
section#list section.articles article .text .summary {
	margin-bottom: 15px;
}
section#list section.articles article .text .more {
	float: left;
}
section#list section.articles article .text .more a {
	display: block;
	background: #9c1a19;
	color: #fff;
	height: 30px;
	width: 94px;
	line-height: 30px;
	text-align: center;
}
section#list section.articles article .text .more a:hover {
	text-decoration: none;
}
section#list section.articles article .text .date {
	float: right;
}

/* pagenation */
section.pagenation {
	position: relative;
	overflow: hidden;
	padding: 20px 0 10px;
}

section.pagenation ul {
	position: relative;
	left: 50%;
	float: left;
}
section.pagenation ul li {
	margin: 0 12px;
	position: relative;
	left: -50%;
	float: left;
}

section.pagenation ul li a {
	display: block;
	width: 31px;
	height: 31px;
	background: rgba( 204, 133, 0, 0.15 );
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
}

section.pagenation ul li.next a,
section.pagenation ul li.prev a {
	background: #ac0a12;
}

section.pagenation ul li span.current {
	display: block;
	width: 31px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
}




/* side */
#side {
	width: 320px;
	float: left;
}

.side_item {
	background: url("../images/side_bg_bottom.png") left bottom no-repeat;
	padding: 0 0 15px 0;
}
.side_item h2 {
	background: url("../images/side_bg_top.png") left top no-repeat;
	height: 148px;
	text-align: center;
	padding: 33px 0 0 0;
}
.side_item ul,
.side_item ol {
	background: url("../images/side_bg_middle.png") left top repeat-y;
}
/* [CATEGORY] */
nav#category h2 {
	padding: 35px 0 0 0;
}
nav#category ul {
	padding: 0 50px 24px;
}
nav#category ul li {
	background: url("../images/line_side.png") center top no-repeat;
	padding: 4px 0 2px;
}
nav#category ul li:last-child {
	background: url("../images/line_side.png") center top no-repeat, url("../images/line_side.png") center bottom no-repeat;
}
nav#category ul li a {
	padding: 7px 20px;
	display: block;
	width: 220px;
	height: 44px;
}

/* [PICKUP] */
aside#pickup ul {
	padding: 0 39px 24px;
}
aside#pickup ul li {
	margin: 0 0 12px;
}
aside#pickup ul li:last-child {
	margin: 0;
}
aside#pickup ul li figure {
	float: left;
	width: 60px;
}
aside#pickup ul li figure a {
	display: block;
	width: 60px;
	height: 60px;
}
aside#pickup ul li p {
	float: right;
	width: 170px;
}
aside#pickup ul li p a {
	color: #333;
}

/* [RANK] */
aside#ranking ol {
	padding: 0 35px 24px;
}
aside#ranking ol li {
	min-height: 21px;
	padding: 4px 0 0 47px;
	margin-bottom: 20px;
}

aside#ranking ol li:nth-child(-n+3) {
	min-height: 26px;
	padding: 6px 0 0 47px;
}

aside#ranking ol li:nth-child(1) {
	background: url("../images/rank1.png") 0 0 no-repeat;
}
aside#ranking ol li:nth-child(2) {
	background: url("../images/rank2.png") 0 0 no-repeat;
}
aside#ranking ol li:nth-child(3) {
	background: url("../images/rank3.png") 0 0 no-repeat;
}
aside#ranking ol li:nth-child(4) {
	background: url("../images/rank4.png") 0 0 no-repeat;
}
aside#ranking ol li:nth-child(5) {
	background: url("../images/rank5.png") 0 0 no-repeat;
}
aside#ranking ol li:nth-child(6) {
	background: url("../images/rank6.png") 0 0 no-repeat;
}
aside#ranking ol li:nth-child(7) {
	background: url("../images/rank7.png") 0 0 no-repeat;
}
aside#ranking ol li:nth-child(8) {
	background: url("../images/rank8.png") 0 0 no-repeat;
}
aside#ranking ol li:nth-child(9) {
	background: url("../images/rank9.png") 0 0 no-repeat;
}
aside#ranking ol li:nth-child(10) {
	background: url("../images/rank10.png") 0 0 no-repeat;
}
aside#ranking ol li a {
	color: #333;
}

/* [CHARACTERS] */
aside#characters {
	background: url("../images/characters_bg_top.png") center top no-repeat, url("../images/characters_bg_bottom.png") center bottom no-repeat;
	padding: 9px 0;
}
aside#characters h2,
aside#characters ul {
	background: url("../images/characters_bg_middle.png") center top repeat-y;
}

aside#characters h2 {
	padding: 12px 0 7px;
	text-align: center;
}
aside#characters ul {
	padding: 0 29px;
}
aside#characters ul li {
	padding: 10px 0 20px;
}
aside#characters ul li figure {
	text-align: center;
}
aside#characters ul li figure figcaption {
	font-size: 18px;
	color: #ffd800;
	margin: 10px 0;
}
aside#characters ul li p {
	margin: 10px 0;
	color: #fff;
	line-height: 1.6;
}

/* facebookPage */
#facebookPage {
	margin: 10px 10px 20px;
}

/* banner */
#side aside.banner {
	margin: 10px;
}
#side aside.banner ul li {
	margin: 0 0 10px;
	text-align: center;
}
#side aside.banner ul li img {
	max-width: 100%;
}
#side aside.banner ul li a {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
}

/* pagetop */
footer#pagetop a {
	display: block;
	width: 158px;
	height: 148px;
	float: right;
}

/* article */
article#article {
	padding: 10px 0 30px;
}
article#article header {
	position: relative;
	background: url("../images/article_title_bg.png") center center no-repeat;
	min-height: 88px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 35px;
}
article#article aside#date {
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;
	text-align: right;
}
article#article #articleHeader {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}
article#article h2 {
	color: #960b0b;
	font-size: 24px;
}

/* article contents */
#articleContents {
	margin: 30px 0;
	line-height: 1.8;
}

#articleContents img {
	max-width: 100%;
}

#articleContents h3 {
	position: relative;
	font-size: 20px;
	color: #940605;
	padding: 15px 1px;
	border-top: 1px solid #940605;
	border-bottom: 1px solid #940605;
	line-height: 25px;
	margin: 30px 0;
}
#articleContents h3:before {
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 2px;
	background: #940605;
	content: "";
	display: block;
}
#articleContents h4 {
	font-size: 18px;
	color: #940605;
	border-left: 5px solid #940605;
	padding: 6px 1px 6px 17px;
	line-height: 22px;
	margin: 30px 0;
}

#articleContents p {
	margin: 30px 0;
	padding: 0 0 30px;
}

#articleContents p.style1 {
	background: url("../images/line_article.png") center bottom no-repeat;
}

#articleContents p[class^="icon"] {
	padding-left: 120px;
	min-height: 130px;
}

#articleContents p.icon1_1 {
	background: url("../images/character_master_normal.png") left top no-repeat;
}
#articleContents p.icon1_2 {
	background: url("../images/character_master_smile.png") left top no-repeat;
}
#articleContents p.icon1_3 {
	background: url("../images/character_master_think.png") left top no-repeat;
}
#articleContents p.icon1_4 {
	background: url("../images/character_master_grim.png") left top no-repeat;
}

#articleContents p.icon2_1 {
	background: url("../images/character_staff_normal.png") left top no-repeat;
}
#articleContents p.icon2_2 {
	background: url("../images/character_staff_smile.png") left top no-repeat;
}
#articleContents p.icon2_3 {
	background: url("../images/character_staff_think.png") left top no-repeat;
}
#articleContents p.icon2_4 {
	background: url("../images/character_staff_surprised.png") left top no-repeat;
}

#articleContents p.icon3_1 {
	background: url("../images/character_housewife_a_normal.png") left top no-repeat;
}
#articleContents p.icon3_2 {
	background: url("../images/character_housewife_a_smile.png") left top no-repeat;
}

#articleContents p.icon4_1 {
	background: url("../images/character_housewife_b_normal.png") left top no-repeat;
}
#articleContents p.icon4_2 {
	background: url("../images/character_housewife_b_smile.png") left top no-repeat;
}

#articleContents p.icon5_1 {
	background: url("../images/character_housewife_c_normal.png") left top no-repeat;
}
#articleContents p.icon5_2 {
	background: url("../images/character_housewife_c_smile.png") left top no-repeat;
}

#articleContents p.icon6_1 {
	background: url("../images/character_h_kinoshita.png") left top no-repeat;
}

#articleContents p.icon7_1 {
	background: url("../images/character_7_1.png") left top no-repeat;
}

#articleContents p.icon8_1 {
	background: url("../images/character_8_1.png") left top no-repeat;
}

#articleContents p.icon9_1 {
	background: url("../images/character_9_1.png") left top no-repeat;
}

#articleContents p.icon10_1 {
	background: url("../images/character_10_1.png") left top no-repeat;
}

/* link */
#link {
	margin: -20px 0 30px 0;
	line-height: 1.8;
	background: rgba( 204, 133, 0, 0.15 );
	padding: 20px;
}
#link #linkAnchor {
	margin-bottom: 10px;
}
#link figure {
	width: 130px;
	float: left;
}
#link figure img {
	max-width: 100%;
}
#link #linkBody {
	float: right;
	width: 360px;
}

/* social */
aside.social {
	position: relative;
	overflow: hidden;
	background: url("../images/line.png") left top no-repeat, url("../images/line.png") left bottom no-repeat;
}

aside.social ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 10px 0;
}
aside.social ul li {
	margin: 0 5px;
	position: relative;
	left: -50%;
	float: left;
}

/* related */
aside#related h2 {
	text-align: center;
	height: 42px;
}
aside#related ul {
	padding: 0 0 20px 0;
}
aside#related ul li {
	background: url("../images/line.png") left bottom repeat-x;
	padding: 20px 0 21px 0;
	margin: 0;
}
aside#related ul li figure {
	float: left;
	width: 124px;
	height: 124px;
}
aside#related ul li figure a {
	display: block;
	width: 124px;
	height: 124px;
}
aside#related ul li .text {
	float: right;
	width: 405px;
}
aside#related ul li .text h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
}
aside#related ul li .text p {
	line-height: 1.4;
}
/* pickupMain */
aside#pickupMain {
	padding-top: 20px;
	margin-bottom: 20px;
}
aside#pickupMain h2 {
	text-align: center;
	height: 42px;
}
aside#pickupMain ul {
	padding: 0 0 20px 0;
}
aside#pickupMain ul li {
	background: url("../images/line.png") left bottom repeat-x;
	padding: 20px 0 21px 0;
	margin: 0;
}
aside#pickupMain ul li figure {
	float: left;
	width: 124px;
	height: 124px;
}
aside#pickupMain ul li figure a {
	display: block;
	width: 124px;
	height: 124px;
}
aside#pickupMain ul li .text {
	float: right;
	width: 405px;
}
aside#pickupMain ul li .text h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
}
aside#pickupMain ul li .text p {
	line-height: 1.4;
}

/* contentsFooter */
footer#contentsFooter {
	background: url("../images/footer_bg.png") left bottom repeat-x, url("../images/footer_bg_back.png") 0 0 repeat;
	padding: 45px 0 65px;
}
div#contentsFooterInner {
	width: 880px;
	margin: 0 auto;
	color: #faf1db;
}
div#contentsFooterInner h2 {
	margin-bottom: 15px;
}
div#contentsFooterInner p {
	line-height: 1.8;
}








/* footer */
footer .footer {
	background: #fff url("../images/footer.gif") 0 0 repeat-x;
	letter-spacing: -0.001em;
    line-height: 1.4;
    font-size: 1.4rem;
}

.footer-inner {
    margin: 0 auto;
    padding: 15px 0 0;
    position: relative;
    width: 986px;
}

.image-left-footer::after {
    clear: both;
    content: "";
    display: block;
}
.image-left-footer {
    clear: both;
    direction: rtl;
    display: table;
    margin: 0 auto;
}

.image-left-footer .col {
    direction: ltr;
    display: table-cell;
    padding: 24px 0 10px;
    vertical-align: top;
    width: 400px;
}

.image-left-footer .image {
    direction: ltr;
    display: table-cell;
    padding: 7px 0 10px;
    vertical-align: top;
}
.image-left-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.nav-util-footer {
    font-size: 1.1rem !important;
    line-height: 1.2;
	letter-spacing: -0.001em;
}
.nav-util-footer li {
    display: inline-block;
    margin: 0 1em 1.2em 0;
    list-style: outside none none;
    font-size: 1.1rem !important;
    line-height: 1.2;
}
.nav-util-footer a::before {
    background: rgba(0, 0, 0, 0) url("http://www.kobetsu.co.jp/common/images/sprite-arrow.png") no-repeat scroll -220px 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 5px 0 0;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 6px;
}
.nav-util-footer a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    color: #00378c;
}
.icon-pdf {
    margin: 0 5px;
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.list-secure {
    list-style: outside none none;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.list-secure li {
    display: table-cell;
    padding: 0 15px 0 0;
    vertical-align: middle;
}

.list-secure li img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.copyright {
    background-color: #e7e4d9;
    font-size: 1.2rem;
    padding: 0.4em 0;
    text-align: center;
}
.copyright img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.copyright p {
    display: inline-block;
    margin: 0;
    padding: 0 1em;
    vertical-align: middle;
}