@charset "UTF-8";


/* ==|== jinzai ============================================= */
#jinzai {
	display: block;
	height: 52px;
	background: url(../icons/bg_jinzai_mobile.png) repeat-x -39px 0px;
}
#column_jinzai {
	display: block;
	margin: 0 auto;
	padding: 10px 2% 0px 2%;
	width: 95%;
	height: 100%;
	overflow: auto;
}
#column_jinzai p a {
	display: block;
	width:380px;
	height:22px;
	margin: 0px;
	padding:0px;
	background: url(../icons/btn_jinzai.png) no-repeat -110px -13px;
	float: right;
}
#column_jinzai p a:hover {
	background-position: -110px -113px;
}
#column_jinzai p span {
	display: none;
}

@media only screen and (min-width: 950px) {
#jinzai {
	display: block;
	height: 65px;
	background: url(../icons/bg_jinzai.png) repeat-x;
}
#column_jinzai {
	display: block;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	width: 950px;
	overflow: hidden;
	clear: both;
}
#column_jinzai p a {
	display: block;
	width:490px;
	height:35px;
	margin: 0px;
	padding:0px;
	background: url(../icons/btn_jinzai.png) no-repeat 0px 0px;
	float: right;
}
#column_jinzai p a:hover {
	background-position: 0px -100px;
}
}

/* ==|== header ============================================= */
#column_header {
	margin: 0px;
	width: 100%;
	overflow: auto;
}
@media only screen and (min-width: 481px) {
#column_header {
	margin: 0px;
	width: 100%;
}
}
@media only screen and (min-width: 950px) {
#column_header {
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	width: 950px;
}
}


/* Mobile : 480 px ≧ */
#hx {
	display: block;
	margin: 0px;
	width: 100%;
}
#login {
	display: block;
	margin: 0px;
	width: 100%;
}
.title a {
	display: block;
	width: 190px;
	height: 40px;
	background: url(../icons/bg_title.png) no-repeat 0px 0px;
	background-size:100% auto;
}
.title span {
	display: none;
}
ul.social {
	display: inline-block;
	float: left;
}
ul.social li {
	margin: 5px 5px 0px 0px;
	float: left;
}
ul.social span {
	display:none;
}
ul.social li.fb a {
	display: inline-block;
	width: 65px;
	height: 23px;
	background: url(../icons/btn_social.png) no-repeat 0px 0px;
}
ul.social li.fb a:hover {
	background-position: -80px 0px;
}
ul.social li.tw a {
	display: inline-block;
	width: 65px;
	height: 23px;
	background: url(../icons/btn_social.png) no-repeat 0px -40px;
}
ul.social li.tw a:hover {
	background-position: -80px -40px;
}
ul.social li.mix a {
	display: inline-block;
	width: 65px;
	height: 23px;
	background: url(../icons/btn_social.png) no-repeat 0px -80px;
}
ul.social li.mix a:hover {
	background-position: -80px -80px;
}
ul.social li.yah a {
	display: inline-block;
	width: 65px;
	height: 23px;
	background: url(../icons/btn_social.png) no-repeat 0px -120px;
}
ul.social li.yah a:hover {
	background-position: -80px -120px;
}
ul.social li.firsttime a {
	display: none;
}
ul.nav_sab {
	display: inline-block;
	margin: 10px 0px 5px 0px;
	float: right;
}
ul.nav_sab li {
	float: left;
}
ul.nav_sab li.glossary {
	display: inline-block;
	padding: 0px 15px 0px 20px;
	height: 20px;
	background: url(../icons/parts_icon.png) no-repeat 0px 0px;
}
ul.nav_sab li.magazine {
	display: inline-block;
	padding: 0px 15px 0px 20px;
	height: 20px;
	background: url(../icons/parts_icon.png) no-repeat 0px -20px;
}
ul.nav_sab li.logout {
	display: inline-block;
	padding: 0px 15px 0px 20px;
	height: 20px;
	background: url(../icons/parts_icon.png) no-repeat 0px -40px;
}
.introduct {
	padding: 5px 0px 0px 0px;
	clear:both;
}
.introduct p, .introduct p.afterlogin {
	display: none;
}

/* Tablet : 481 px ~ 949 px */

@media only screen and (min-width: 481px) {
#hx {
	display: block;
	margin: 0px;
	width: 100%;
}
#login {
	display: block;
	margin: 0px;
	width: 100%;
}
.introduct p, .introduct p.afterlogin {
	display:block;
	padding: 0px 0px 5px 0px;
	font-size:85%;
	color: #66615e;
	clear: both;
}
}

/* Desktop : 950 px ~ */

@media only screen and (min-width: 950px) {
#hx {
	display: block;
	margin: 0px;
	width: 25%;
	float: right;
}
#login {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 75%;
	height: 110px;
	float: right;
	overflow:auto;
}
.title a {
	display: block;
	width: 200px;
	height: 110px;
	background: url(../icons/bg_pc_title.png) no-repeat 0px 0px;
	background-size:100% auto;
}
ul.social li.firsttime a {
	display: inline-block;
	width: 200px;
	height: 23px;
	background: url(../icons/btn_social.png) no-repeat 0px -160px;
}
ul.social li.firsttime a:hover {
	background-position: 0px -200px;
}
ul.nav_sab {
	float: right;
}
.introduct p.afterlogin {
	padding-top: 20px;
}
}


/* ==|== nav ============================================= */
@charset "UTF-8";
/* CSS Document */


/* Mobile : 480 px ≧ */
#go_home {
	width: 15%;
	float: left;
}
#list_navi {
	width: 80%;
	float: left;
}


/* Tablet : 481 px ~ 949 px */

@media only screen and (min-width: 481px) {
#go_home {
	margin: 10px 0px 0px 0px;
	width: 15%;
	float: left;
}
#list_navi {
	margin: 10px 0px 0px 0px;
	width: 80%;
	float: left;
	height: auto;
	overflow: auto;
}
ul#navigation {
	margin: 0px;
	line-height:1;
}
ul#navigation li {
	float: left;
	white-space: nowrap;
}
ul#navigation li a {
	display: inline-block;
	padding: 0px 20px 15px 13px;
	line-height: 1;
	background: url(../icons/arrow.png) no-repeat 0px -4px;
}
}

/* Desktop : 950 px ~ */

@media only screen and (min-width: 950px) {
#go_home {
	margin: 15px 0px 0px 0px;
	width: 60px;
	float: left;
}
#list_navi {
	margin: 15px 0px 0px 0px;
	width: 890px;
	float: left;
}
ul#navigation {
	margin: 0px;
	line-height:1;
}
ul#navigation li {
	float: left;
}
ul#navigation li a:hover, a:active {
	text-decoration:none;
}
ul#navigation li.nav_yowatari a {
	display: inline-block;
	padding: 7px 0px 0px 40px;
	width: 135px;
	height: 33px;
	color:#FFF;
	background: url(../icons/bg_pc_nav_recommen.png) no-repeat 0px 0px;
}
ul#navigation li.nav_yowatari a:hover {
	background-position: -185px 0px;
	color:#C00;
}
ul#navigation li.nav_syocho a {
	display: inline-block;
	padding: 7px 0px 0px 40px;
	width: 135px;
	height: 33px;
	color:#FFF;
	background: url(../icons/bg_pc_nav_recommen.png) no-repeat 0px -100px;
}
ul#navigation li.nav_syocho a:hover {
	background-position: -185px -100px;
	color:#C00;
}
ul#navigation li.nav_research a {
	display: inline-block;
	padding: 7px 0px 0px 40px;
	width: 135px;
	height: 33px;
	color:#FFF;
	background: url(../icons/bg_pc_nav_recommen.png) no-repeat 0px -150px;
}
ul#navigation li.nav_research a:hover {
	background-position: -185px -150px;
	color:#C00;
}

ul#navigation li.nav_todaysyocho a {
	display: inline-block;
	padding: 7px 0px 0px 40px;
	width: 135px;
	height: 33px;
	color:#FFF;
	background: url(../icons/bg_pc_nav_recommen.png) no-repeat 0px -100px;
}
ul#navigation li.nav_todaysyocho a:hover {
	background-position: -185px -100px;
	color:#C00;
}
ul#navigation li.nav_funkykan a {
	display: inline-block;
	padding: 7px 0px 0px 40px;
	width: 135px;
	height: 33px;
	color:#FFF;
	background: url(../icons/bg_pc_nav_recommen.png) no-repeat 0px -200px;
}
ul#navigation li.nav_funkykan a:hover {
	background-position: -185px -200px;
	color:#C00;
}
ul#navigation li.nav_normal_first a {
	display: inline-block;
	padding: 10px 0px 0px 0px;
	width: 136px;
	height: 25px;
	text-align: center;
	background: none;
	border-right: 1px dotted #999691;
	border-left: 1px dotted #999691;
}
ul#navigation li.nav_normal_first a:hover {
	background: url(../icons/bg_pc_nav_normal.png) no-repeat center bottom;
}
ul#navigation li.nav_normal a {
	display: inline-block;
	padding: 10px 0px 0px 0px;
	width: 124px;
	height: 25px;
	text-align: center;
	background: none;
	border-right: 1px dotted #999691;
}
ul#navigation li.nav_normal a:hover {
	background: url(../icons/bg_pc_nav_normal.png) no-repeat center bottom;
}
ul#navigation li.nav_normal_mypage a {
	display: inline-block;
	padding: 10px 0px 0px 12px;
	width: 112px;
	height: 25px;
	text-align: center;
	background: url(../icons/bg_pc_mypage.png) no-repeat 0 0;
	border-right: 1px dotted #999691;
}
ul#navigation li.nav_normal_mypage a:hover {
	background-position: -140px 0px;
}
#breadcrumb {
	border: none;
}
#breadcrumb ul {
	margin: 20px 0px 10px 0px;
}
}


/* For tinynav 2Pattern   ~600 , 601~ */
@media screen and (max-width: 600px) {
#go_home p a {
	display:block;
	width: 50px;
	height: 25px;
	background: url(../icons/btn_home.png) no-repeat 0px 0px;
}
#go_home p a:hover {
	background-position: -60px 0px;
}
#go_home p span {
	display:none;
}
.tinynav {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	width: 100%;
	background: #C00;
	color: #FFF;
	line-height:1;
}
select:focus {
	background: #C00;
}
#navigation {
	display: none;
}
}

@media screen and (min-width: 601px) {
#go_home p a {
	display:block;
	width: 60px;
	height: 60px;
	background: url(../icons/btn_pc_home.png) no-repeat 0px 0px;
}
#go_home p a:hover {
	background-position: 0px -60px;
}
#go_home p span {
	display:none;
}
.tinynav {
	display: none;
}
}


/* ==|== ReBorn All page Header ============================================= */
#funky_allhead {
	display: block;
	height: 50px;
	background: url(../icons/funky_bg.png) repeat-x center 0px;
	border-bottom: 1px solid #ffc832;
}
#column_funky_allhead {
	display: block;
	margin: 0 auto;
	padding: 10px 2% 0px 2%;
	width: 95%;
	height: 100%;
	overflow: auto;
}
#column_funky_allhead p a {
	display: block;
	width:294px;
	height:25px;
	margin: 0px;
	padding:0px;
	background: url(../icons/funky_btn.png) no-repeat 0 -10px;
	float: right;
}
#column_funky_allhead p a:hover {
	background-position: 0px -110px;
}
#column_funky_allhead p span {
	display: none;
}

@media only screen and (min-width: 950px) {
#funky_allhead {
	display: block;
	height: 64px;
}
#column_funky_allhead {
	display: block;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	width: 950px;
	background: url(../icons/funky_bg_pc.png) no-repeat left 0;
	overflow: hidden;
	clear: both;
}
#column_funky_allhead p a {
	display: block;
	width:294px;
	height:35px;
	margin: 0px;
	padding:0px;
	background: url(../icons/funky_btn.png) no-repeat 0px 0px;
	float: right;
}
#column_funky_allhead p a:hover {
	background-position: 0px -100px;
}
}
/* ==|== ReBorn All page Header ============================================= */
#reborn_allhead {
	display: block;
	height: 50px;
	background: url(../icons/reborn_bg.png) repeat-x 0 0;
	border-bottom: 1px solid #ccc;
}
#column_reborn_allhead {
	display: block;
	margin: 0 auto;
	padding: 10px 2% 0px 2%;
	width: 95%;
	height: 100%;
	overflow: auto;
}
#column_reborn_allhead p a {
	display: block;
	width:294px;
	height:25px;
	margin: 0px;
	padding:0px;
	background: url(../icons/reborn_btn.png) no-repeat 0 -10px;
	float: right;
}
#column_reborn_allhead p a:hover {
	background-position: 0px -110px;
}
#column_reborn_allhead p span {
	display: none;
}

@media only screen and (min-width: 950px) {
#reborn_allhead {
	display: block;
	height: 64px;
}
#column_reborn_allhead {
	display: block;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	width: 950px;
	background: url(../icons/reborn_bg_pc.png) no-repeat left 0;
	overflow: hidden;
	clear: both;
}
#column_reborn_allhead p a {
	display: block;
	width:294px;
	height:35px;
	margin: 0px;
	padding:0px;
	background: url(../icons/reborn_btn.png) no-repeat 0px 0px;
	float: right;
}
#column_reborn_allhead p a:hover {
	background-position: 0px -100px;
}
}

/* ==|== withKidney All page Header ============================================= */
#wk_allhead {
	display: block;
	height: 50px;
	background: url(../icons/reborn_bg.png) repeat-x 0 0;
	border-bottom: 1px solid #ccc;
}
#column_wk_allhead {
	display: block;
	margin: 0 auto;
	padding: 10px 2% 0px 2%;
	width: 95%;
	height: 100%;
	overflow: auto;
}
#column_wk_allhead p a {
	display: block;
	width:390px;
	height:35px;
	margin: 0px;
	padding:0px;
	background: url(../icons/wk_btn.png?20241105) no-repeat 0 -10px;
	float: right;
}
#column_wk_allhead p span {
	display: none;
}

@media only screen and (min-width: 950px) {
#wk_allhead {
	display: block;
	height: 64px;
}
#column_wk_allhead {
	display: block;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	width: 950px;
	background: url(../icons/wk_bg_pc.png) no-repeat left 0;
	overflow: hidden;
	clear: both;
}
#column_wk_allhead p a {
	display: block;
	width:390px;
	height:40px;
	margin: 0px;
	padding:0px;
	background: url(../icons/wk_btn.png?20241105) no-repeat 0;
	float: right;
}
}

/* ==|== 2026 WKD All page Header ============================================= */
#wkd2026_allhead {
	display: block;
	height: 50px;
	background: #d2f0ff url(../icons/wkd2026_bg.png) no-repeat left 0;
	border-bottom: 1px solid #ccc;
}
#column_wkd2026_allhead {
	display: block;
	margin: 0 auto;
	padding: 10px 2% 0px 2%;
	width: 95%;
	height: 100%;
	overflow: auto;
}
#column_wkd2026_allhead p a {
	display: block;
	width:390px;
	height:40px;
	margin: 0px;
	padding:0px;
	background: url(../icons/wkd2026_btn.png) no-repeat 0 -10px;
	float: right;
}
#column_wkd2026_allhead p span {
	display: none;
}

@media only screen and (min-width: 950px) {
#wkd2026_allhead {
	display: block;
	height: 64px;
}
#column_wkd2026_allhead {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: url(../icons/wkd2026_bg_pc.png) no-repeat 0 0;
	overflow: hidden;
	clear: both;
}
#column_wkd2026_allhead p a {
	display: block;
	width:390px;
	height:40px;
	margin: 0px;
	padding:0px;
	background: url(../icons/wkd2026_btn.png) no-repeat 0;
	float: right;
}
}