@charset:"Shift_JIS";

/*=========================================================================
クロスブラウザ間のデフォルトCSSを初期化 - YUI Reset CSS
=========================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border: 0;
}

/*=========================================================================
clearfix
=========================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end MacIE5 */

/*=========================================================================
ベース - 共通項目
=========================================================================*/
/*-----------------------------------------------
width 960px
-----------------------------------------------*/
.wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
/*-----------------------------------------------
width 960px（IEロゴ部分用）
-----------------------------------------------*/
.wrap-logo {
	width: 960px;
	margin: 0 auto 0 -9px;
	padding: 0;
}

/*-----------------------------------------------
banner
-----------------------------------------------*/
.banner {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
}

#leftArea .banner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/*-----------------------------------------------
link color
-----------------------------------------------*/
a:link {
	color: #006cff;
	text-decoration: none;
}

a:hover {
	color: #006cff;
	text-decoration: underline;
}

a:active {
	color: #006cff;
	text-decoration: underline;
}

a:visited {
	color:#666666;
	text-decoration: none;
}

/*=========================================================================
layout
=========================================================================*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow: auto;
}

* html {
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}

body {
	font: 13px;	/* ブラウザ間での文字サイズの統一：基準13px */
	*font-size: small;	/* for IE */
	*font: x-small;	/* for IE in quirks mode */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background: #ffffff;
	/*overflow-x: hidden;*/
	position: relative;
	min-width: 600px;
	height: 100%;
}

* body {
	overflow-y: auto;
}

/*=========================================================================
header
=========================================================================*/
#header {
	position: relative;
	height: 150px;
}
#header_2010 {
	position: relative;
	height: 150px;
}

/* ページタイトル部　共通設定 */
.pagetitle {
    width: auto;
    height: 50px;
    padding-top: 15px;
}
.pagetitle h1 {
    font-size: 16px;
    font-weight: bold;
    border-left: 3px solid #3399cc;
    line-height: 40px;
    padding-left: 15px;
    color: #696969;
}

/*-----------------------------------------------
top-head
-----------------------------------------------*/
#top-head {
	/*background: #10298c repeat-x top center;*/
	height: 20px!important;
}

#top-head h1 {
	float: left;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.4em;
	padding: 3px 0;
}

#top-head h1 a {
	color: #ffffff;
	letter-spacing: 0.02em;
	margin: 0 3px;
	text-decoration: underline;
}

#top-head h1 a:hover {
	text-decoration: none;
}

/*-----------------------------------------------
main-head
-----------------------------------------------*/
#main-head {
	height: 100px;
}

/* logo-brand（logo-brand内のimgのスタイルをブラウザごとに変更するため、logo-brand本体は全て同じ） */
#logo-brand {
	position: relative;
	float: left;
	/* width: 480px; */
	width: 670px;
}
#logo-brand-ie {
	position: relative;
	float: left;
	/* width: 480px; */
	width: 670px;
}

/* img：通常 */
#logo-brand img {
	float: left;
	margin: 28px 0 0 0;
	vertical-align: middle;
}
/* img：IE */
#logo-brand-ie img {
	float: left;
	margin: 28px 0 0 -9px;
	vertical-align: middle;
}

/* module */
#module {
	float: right;
	width: 290px;
	margin: 25px 0 0 0;
}

dl#module-login {
	width: 288px;
	height: 58px;
	font-size: 11px;
	color: #343434;
	border: solid 1px #cccccc;
	overflow: hidden;
}

dl#module-login dt {
	float: left!important;
	clear: both;
	width: 131px;
	padding: 14px 0 0 8px;
	line-height: 1.4em;
}

dl#module-login dd {
	width: 139px;
	margin-left: 130px;
	line-height: 1.4em;
	padding: 8px 8px 0 5px;
	*margin-bottom: 2px;
}

dl#module-login dd img {
	padding-left: 5px;
}

dl#module-login dd#password {
	font-size: 11px;
	padding: 0;
	text-align: right;
}

dl#module-login dd#password a {
	color: #757575;
	text-decoration: underline;
}

dl#module-login dd#password a:hover {
	text-decoration: none;
}

/* module-login */
/*#module-login {
	float: left;
	width: 288px;
	height: 58px;
	font-size: 12px;
	color: #343434;
	border: solid 1px #cccccc;
	border-width: 1px;
	overflow: hidden;
}

#module-login a {
	color: #757575;
	text-decoration: underline;
}

#module-login a:hover {
	text-decoration: none;
}

#module-login dl {
	width: 272px;
	margin: 8px 10px;
}

#module-login dl dt {
	float: left;
	width: 124px;
	line-height: 1.8em;
}

#module-login dl dd {
	float: right;
	line-height: 1.4em;
}

#module-login dl dd img {
	padding: 0 0 0 5px;
}*/

/*head~/* *//*body #module-login dl dd img{
	padding: 0 0 4px 5px;
}

html:not(:target) #module-login dl dd img {
	padding: 0 0 0 5px;
}


#module-login dl dd#password {
	font-size: 11px;
}*/

/* module-search
#module-search {
	float: right;
	background: url(../img/bg-search.gif) no-repeat 0 0;
	width: 170px;
	height: 60px;
}

#module-search h2 {
	margin: 0;
	padding: 0;
}

#module-search ul {
	width: 150px;
	padding: 0 10px;
	list-style: none;
}

#module-search ul li {
	float: left;
}

#module-search ul li #knskid {
	width: 126px!important;
	height: 16px;
}

#module-search ul li .search {
	width: 37px;
	height: 20px;
} */

/*-----------------------------------------------
globalNavigation
-----------------------------------------------*/
/* navi */
#globalNavigation {
	/*background: url(../img/bg-globalnavi.gif) repeat-x top center;*/
	/*background: #ffff01 repeat-x top center;	/* 修正 2010/03/16 */
	font-size: 12px;
	color: #343434;
	font-weight: bold;
	height: 30px!important;
}

#globalNavigation ul#navi_2010 {
	/*float: right;*/
	float: right;
	/**/osition: relative;
	left: 120px;
	font-weight:bold;
	font-size:12px;
}

#globalNavigation ul#navi_2010 li {
	float: left;
	background: url(../../contents/images/arrow-category.gif) no-repeat 0 8px;
	height: 14px;
	padding: 5px 14px 0 20px;
}

* html #globalNavigation ul#navi_2010 li {
	background: url(../img/arrow-globalnavigation.gif) no-repeat 0 10px;
	padding: 11px 14px 0 20px;
}

*:first-child+html #globalNavigation ul#navi_2010 li {
	padding: 9px 14px 0 20px;
}

head~/* */body #globalNavigation ul#navi_2010 li {
	padding: 9px 14px 0 20px;
}


html:not(:target) #globalNavigation ul#navi_2010 li {
	height: 30px;
	padding: 8px 14px 0 20px;
}

#globalNavigation ul#navi_2010 li a {
	color: #323232;
	text-decoration: none;
}

#globalNavigation ul#navi_2010 li a:hover {
	text-decoration: underline;
}

/* module-search */
#globalNavigation #module-search {
	float: right;
	margin: 0;
}

#globalNavigation #module-search ul {
	width: 190px;
	/*padding: 5px 0 5px 20px;*/
	padding: 2px 0 2px 20px;
	list-style: none;
}

#globalNavigation #module-search ul li {
	float: left;
}

#globalNavigation #module-search ul li #knskid {
	width: 126px!important;
	height: 20px;
}

#globalNavigation #module-search ul li .search {
	width: 37px;
	height: 20px;
	*padding-top: 1px;
}

/*=========================================================================
container
=========================================================================*/
#container {
	width: 1030px;
	height: 100%;
	font-size: 12px;
	*font-size: 93%;
	color: #333333;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
	position: relative;
}

body > #container {
	height: auto;
	min-height: 100%;
}

/*=========================================================================
content
=========================================================================*/
#content {
	width: 960px!important;
	margin: 0 auto;
	padding: 20px 0;
}

/*=========================================================================
leftArea
=========================================================================*/
#leftArea {
	float: left!important;
	width: 170px!important;
	margin: 0 20px 0 0;
	padding: 0;
}

#leftArea * {
	line-height: 150%;
}

/*=========================================================================
rightArea
=========================================================================*/
#rightArea {
	float: right!important;
	width: 170px!important;
	margin: 0 20px 0 0;
	padding: 0;
}

#rightArea * {
	line-height: 150%;
}



/*-----------------------------------------------
category
-----------------------------------------------*/
#leftArea #category {
/*	width: 168px; */
	border: solid 1px #cccccc;
	border-width: 0 1px 1px;
	margin: 0 0 10px 0;
}

#category ul li {
	border-top: dotted 1px #cccccc;
	list-style: none;
}

#category ul li:first-child {
	border-top: none;
}

#category ul li a {
	display: block;
	font-weight: bold;	/* 修正 2010/03/16 */
	background: url(../../contents/images/arrow-category.gif) no-repeat 15px 13px;
	color: #434343;
/*	width: 130px; */
	height: 21px;
	padding: 10px 10px 4px 28px;
	text-decoration: none;
}

#category ul li a:hover {
	background-color: #6e6e6e;
	color: #ffffff;
}

#leftArea #category ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#leftArea #category ul {
	display: block;
}

* html #leftArea #category ul {
	height: 1%;
}

html:not([lang*=""]) #category ul li a {
	background: url(../../contents/images/arrow-category.gif) no-repeat 15px 13px;
}

html:not([lang*=""]) #category ul li a:hover {
	background-color: #6e6e6e;
	color: #ffffff;
}

/*-----------------------------------------------
mobile
-----------------------------------------------*/
#leftArea #mobile {
	background: url(../img/bg-mobile.gif) no-repeat 0 0;
	width: 170px;
	height: 88px;
	margin: 0 0 10px 0;
}

#leftArea #mobile .qr-code {
	position: relative;
	top: 13px;
	left: 16px;
}

/*-----------------------------------------------
veriSign
-----------------------------------------------*/
#leftArea #veriSign {
	width: 170px;
	margin: 20px 0 auto 0;
	text-align: center;
}

/*=========================================================
mainContent
=========================================================*/
#mainContent {
	float: right!important;
	width: 770px!important;
}

/* centerArea */
#centerArea {
	float: left!important;
	width: 580px!important;
}

#centerArea .iconNew {
	margin: -1px 5px 0 0;
	vertical-align: middle;
}

/*-----------------------------------------------
flash
-----------------------------------------------*/
#centerArea #flash {
	width: 580px;
/* 	height: 250px; */
	margin: 0 0 20px 0;
}

/*-----------------------------------------------
pickup
-----------------------------------------------*/
#pickup {
	background: url(../../../../contents/images/bg-pickup.gif);
	width: 580px;
	height: 300px;
	margin: 0 0 20px 0;
}
#pickup.line01 {
	background: url(../../../../contents/images/bg-pickup_01.gif) no-repeat;
}
#pickup.line02 {
	background: url(../../../../contents/images/bg-pickup_02.gif) no-repeat;
}
#pickup.line03 {
	background: url(../../../../contents/images/bg-pickup_03.gif) no-repeat;
}

#pickup ul#pickList {
	font-size: 11px;
	line-height: 1.3em;
	height: 280px;
/* 2010-11-29 課題１１４５
	text-align: justify;
*/
}

#pickup ul#pickList li {
	display: block;
	float: left;
	width: 270px;
	padding: 7px 9px;
}

#pickup ul li a img {
	float: left;
	margin: 0 10px 0 0;
}

#pickup #pickList h3 {
	font-size: 12px;
/*	height: 17px;*/
	margin: 0;
	padding: 0 0 3px 0;
}

/*-----------------------------------------------
information
-----------------------------------------------*/
#information {
/*	width: 578px; */
	border: solid 1px #cccccc;
	border-width: 0 1px 1px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#information dl {
	width: 560px;
	padding: 10px 10px 0 10px;
	_margin: 0 0 -5px 0;
}

* html #information dl {
	margin: 0 0 -5px 0;
}

*:first-child+html #information dl {
	margin: 0 0 -5px 0;
}

#information dl dt {
	float: left;
	color: #666666;
	width: 70px;
	padding: 0 10px 8px 0;
}

#information dl dd {
	margin: 0 0 8px 0;
}

/*-----------------------------------------------
affiliate
-----------------------------------------------*/
#affiliate {
/*	width: 578px; */
	border: solid 1px #cccccc;
	border-width: 0 1px 1px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#affiliate ul {
	width: 580px;
	padding: 10px;
}

#affiliate ul li {
	display: block;
	float: left;
	width: 120px;
	height: 60px;
	padding: 10px;
	_padding: 9px 10px;
}

#affiliate ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#affiliate ul {
	display: block;
}

/*=========================================================
rightArea
=========================================================*/
#rightArea {
	float: right!important;
	width: 170px!important;
}

/*-----------------------------------------------
sub-bnrArea
-----------------------------------------------*/
#sub-bnrArea {
	background: url(../../../../contents/images/bg-bnrArea.gif) repeat-y 0 0;
	width: 170px;
	margin: 0 0 10px 0;
	text-align:center;
}

#sub-bnrArea ul {
	margin: 0!important;
	padding: 0!important;
}

#sub-bnrArea ul li {
	list-style-type: none;
	/*padding: 0 10px 10px 10px;*/
	padding: 0px 0px 10px 0px;
}

* html #sub-bnrArea ul li {
	/*padding: 0 10px 7px 10px;*/
	padding: 0px 0px 7px 0px;
}

*:first-child+html #sub-bnrArea ul li {
	padding: 0 10px 7px 10px;
}

#sub-bnrArea ul:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#sub-bnrArea ul {
	display: block;
}

/*-----------------------------------------------
ranking	'10/03/17修正
-----------------------------------------------*/
dl#ranking {
/*	width: 168px; */
	border: solid 1px #cccccc;
	margin: 0 0 10px 0;
	overflow: hidden;
}

dl#ranking dt {
	float: left!important;
	clear: both;
	width: 11px;
	padding: 8px 0 0 8px;
}

dl#ranking dd {
	width: 123px;
	margin-left: 22px;
	line-height: 1.4em;
	padding: 9px 8px 4px 8px;
}

dl#ranking dd a {
	color: #006cff;
	text-decoration: none;
}

dl#ranking dd a:hover {
	text-decoration: underline;
}

#ranking dl:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#ranking dl {
	display: block;
}

/*=========================================================
logo-cluboff
=========================================================*/
#logo-cluboff {
	margin-top: 20px;
	text-align: right;
}

/*=========================================================
footer
=========================================================*/
#footer {
	position: relative;
	background: url(../img/bg-footer.gif) repeat-x 0 0;
	height: 120px;
	font-size: 12px;
	color: #ffffff;
	margin-top: 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 15px 0 0 6px!important;
}

#footer ul li {
	float: left;
	background: url(../img/arrow-footer.gif) no-repeat 0 2px;
	padding: 0 15px 0 7px;
}

#footer address {
	float: right;
	font-weight: normal!important;
	font-style: normal!important;
	text-align: left;
}

#foot {
	clear: both;
	width: auto;
	background-color: #fff;
	padding: 4px;
	line-height: 140%;
	margin-top: 20px;
	border-top: double 3px #ccc;
	text-align: center;
	font-size: 10px;
}

#license {
	margin-top: 15px;
	text-align: center;
}


/*----------------------------------------
	フッタ(COA)
----------------------------------------*/
#foot-coa div#rights {
	position: relative;
/*	background: url("../../../../../contents/images/res/bg-footer.gif") repeat-x 0 0;*/
	height: 120px;
	font-size: 12px;
	color: #ffffff;
	margin-top: 10px;
}

#foot-coa div#rights a {
	color: #ffffff;
	text-decoration: none;
}

#foot-coa div#rights a:hover {
	text-decoration: underline;
}

#foot-coa div#rights ul {
	margin: 0;
	padding: 15px 0 0 6px!important;
}

#foot-coa div#rights ul li {
	float: left;
	background: url("../../../../../contents/images/res/arrow-footer.gif") no-repeat 0 2px;
	padding: 0 15px 0 7px;
}

#foot-coa div#rights address {
	float: right;
	font-weight: normal!important;
	font-style: normal!important;
	text-align: left;
}

/*----------------------------------------
	フッタ(福利)
----------------------------------------*/
#foot-fukuri {
	border-top: 3px double #cccccc;
	font-size: 10px;
	margin-top: 20px;
	padding: 4px;
	text-align: center;
	margin: 0 auto;
	width: 960px;	/* 福利フッター幅変更箇所 */
}



.favoriteTit{
	background: #339933;
}

.favoriteTit .r12_w{
	vertical-align: middle;
}
.border01{
	line-height: 0;
	background: url(https://www.gaku-wari.com/contents/images/line_bk.gif) repeat-x 0 bottom;
}

