@charset "utf-8";

@import url('font.css');

/*//////////////////////////////////////////////////
Title : common.css
For   : Setting layouts

Copyright (C)2011 Impress Japan Corporation, an Impress Group company. All rights reserved.
----------------------------------------
Content
    1. common.css
    2. ads.css
    3. navi.css

//////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////
Title : common.css
For   : Setting layouts
----------------------------------------
Content
    0. Common
    1. Container
    2. Header
    3. Content
        1. Header
        2. Main
        3. Right
    4. Footer

//////////////////////////////////////////////////*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,p,blockquote,table,th,td,legend,em,strong{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,pre,code,dfn,h1,h2,h3,h4,h5,h6,th,var,em{font-style:normal;font-weight:normal;}
strong{font-style:normal;font-weight:bold;}
caption,th {text-align:left;}
q::before,q::after{content:'';}
a{text-decoration:none;}
ul,ol {list-style-type:none;}
li {line-height: 1.2;}
input, textarea {/*font-size:12px;*/}
h1, h2, h3, h4, h5, h6 {font-size: 90%; line-height: 1.2;}

*{zoom:1;}

body {
	color:#000000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
	text-decoration:none;
	font-size:90%;
	line-height: 1.5;
	text-align: center;
	background-color:#ffffff;
}

a {color:#002f86;}
a:link {text-decoration:underline;}
a:visited {text-decoration:underline; color:#8b5eab;}
a:hover, active {text-decoration: none; color:#0036ff;}
.disabled {text-decoration: none !important; color:#999 !important;}

.clearFloat {line-height:0; clear:both;}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

.accessibility{display: none; clear: both;}

/* --- 0. Common --- //////////////////////////////////////////////////*/

.moreLink {
	text-align: right;
	clear: both;
}

.iconMore ,
.iconMoreLeft {
	margin-left: 3px;
	width: 9px;
	height: 9px;
	background-image: url(/img/icon_btn_master.gif);
	background-repeat: no-repeat;
}

.iconMore {background-position: -227px 0;}
.iconMoreLeft {background-position: -252px 0;}
#rightCnt .iconMore {
	background-position: -245px 0;
	width: 7px;
	height: 7px;
}

.linkEdit { text-align: right; }
/*.iconEdit {
	margin-right: 3px;
	width: 9px;
	height: 12px;
	vertical-align: bottom;
	background: url(/img/icon_btn_master.gif) -227px 0 no-repeat;
}*/

/*--------------------------
font setting
--------------------------*/
.colorRed {color: #aa0000;}
.formTxtNote .colorEmphasis ,
div .colorEmphasis {color: #cc0000;}
.colorBlue {color:#0059a4;}
.colorGray {color:#999999;}
.colorGreen {color: #377024;}
.fontBold {font-weight:bold}

/*--------------------------
block utility
--------------------------*/
.txtCenter {text-align: center;}
.txtRight {text-align: right;}
.floatR {float: right;}
.floatL {float: left;}

/*--------------------------
formTable
--------------------------*/
.formTable {width: 100%;}
.formTable tfoot tr {border-bottom: none;}
.formTable th {
	width: 170px;
	padding: 5px 0 5px 0;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #dcdcdc;
}
.formTable td {
	font-size: 90%;
	padding: 5px 0 5px 25px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dcdcdc;
}

/*--------------------------
form setting
--------------------------*/
.searchInput {
	margin-right: 5px;
	padding: 0 2px;
	font-size: 0.9rem;
	width: 194px;
	height: 2.0rem;	
	box-sizing: border-box;
	border: 1px solid #9fa2a4 !important;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
}

form label {cursor: pointer;}

textarea {
	padding: 4px;
	border:1px solid #9fa2a4;
}
.formTxtW30 {
	padding: 2px;
	width: 30px !important;
	border: 1px solid #9fa2a4;
	vertical-align:middle;
}
.formTxtW50 {
	padding: 2px;
	width: 50px !important;
	border: 1px solid #9fa2a4;
	vertical-align:middle;
}

.formTxtW70 {
	padding: 2px;
	width: 70px !important;
	border: 1px solid #9fa2a4;
	vertical-align:middle;
}
.formTxtW210 {
	padding: 2px;
	width: 194px !important;
	border: 1px solid #9fa2a4;
	margin-right:5px;
	vertical-align:middle;
}
.disabledForm .formTxtW210 {
	padding: 2px;
	width: 194px !important;
	border: 1px solid #9fa2a4;
	margin-right:5px;
}
.formTxtW260 {
	width:254px !important;
	padding: 2px;
	border: 1px solid #9fa2a4;
}
.formTxtW300 {
	width:294px !important;
	padding: 2px;
	border: 1px solid #9fa2a4;
}
.formTxtW363{
	width:357px !important;
	padding: 2px;
	border: 1px solid #9fa2a4;
}
.formTxtW355 {
	width:351px !important;
}
.formTxtW400 {
	width:394px !important;
	padding: 2px;
	border: 1px solid #9fa2a4;
}
.formTxtW150 {
	width:144px !important;
	padding: 2px;
	border: 1px solid #9fa2a4;
}
.formTextW591 {
	width: 591px !important;
	padding: 2px;
	border: 1px solid #9fa2a4;
	clear:both;
	margin:5px 0 0 0;
}
.formTextW591H305{
	width: 591px !important;
	height:305px;
	clear:both;
	margin:5px 0 0 0;
}
/*10/01/21*/
.formTextW601 {
	width: 601px !important;
	padding: 2px;
	border: 1px solid #9fa2a4;
	clear:both;
	margin:5px 0 0 0;
}
/*10/01/21*/
.formTextW601H305{
	width: 601px !important;
	height:305px;
	clear:both;
	margin:5px 0 0 0;
}
/*10/04/23*/
.formTextW576 {
	width: 576px !important;
	padding: 2px;
	border: 1px solid #9fa2a4;
	clear:both;
	margin:5px 0 0 0;
}
/*10/04/23*/
.formTextW576H305{
	width: 576px !important;
	height:305px;
	clear:both;
	margin:5px 0 0 0;
}

.formTxtW544H102{
	width:538px !important;
	height:96px;
}
.formTxtW464H150{
	width:458px !important;
	height:144px;
}
.formTextW400{
	width: 392px !important;
}
.formTxtNote01{
	clear:both;
	font-size:90%;
	line-height:1;
	padding:5px 0 0 195px;
}
/*10/12/15*/
.disabledForm input {
	border: 1px solid #bbb !important;
	background-color:#ddd !important;
}
.disabledForm select {
	background-color:#ddd !important;
	color:#999 !important;
}
.formTxtW80 {
	padding: 2px;
	float:none !important; 
	margin:0 10px 0 2px !important; 
	display:inline !important; 
	width:80px !important;
	border: 1px solid #9fa2a4;
}
.formTxtW100 {
	padding: 2px;
	width: 94px;
	border: 1px solid #9fa2a4;
}

/*--------------------------
tab setting
--------------------------*/
.tabPrev a:link,
.tabNext a:link {text-decoration:underline;}
.tabPrev a:visited,
.tabNext a:visited {text-decoration:underline;}
.tabPrev a:hover,
.tabPrev a:active,
.tabNext a:hover,
.tabNext a:active {text-decoration: none;}

/*--------------------------
List Setting
--------------------------*/
.listLast {border-bottom: none;}

.txtList {margin: 0 15px 0 15px;}
.txtList li {
	display: inline;
	margin-right: 10px;
	line-height: 1.6;
}
.txtList li a {white-space:nowrap;}

.dateList dt {
	margin-bottom: 5px;
	float: left;
	width: 80px;
	background: url(/img/img_arrow_brown.gif) 77px 9px no-repeat;
}
.dateList dd {
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

.dateList::after {
	content: "";
	clear: both;
	display: block;
}

/*--------------------------
IME-controll
--------------------------*/
.ime_active {ime-mode: active;}
.ime_inactive {ime-mode: inactive;}
.ime_disabled {ime-mode: disabled;}

/* --- 1. Container --- //////////////////////////////////////////////////*/

#wrapper {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}

/* --- 2. Header --- //////////////////////////////////////////////////*/

#header {
	padding: 0 15px;
	background-color: #212222;
	color: #999;
	overflow: hidden;
}

#headerThin {
	padding: 8px 15px;
	text-align:left;
	background-color: #212222;
	color: #999999;
}
#headerThin #headerLogo {
	margin: 0;
	float: none;
	text-indent: -9999px;
	background: url(/img/head_gnavi.gif) -1px -150px no-repeat;
}
#headerLogo {
	float: left;
	width: 180px;
	height: 22px;
	background: url(/img/ganref_logo.png) no-repeat 0 2px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin: 10px 0;
}

#headerLogo a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
#headerRight {
	margin: 5px 0 0 0;
	float: right;
	width: 650px;
	font-size: 90%;
}

#headerNavi {
	float: right;
	text-align: right;
	letter-spacing: -0.4em;
}
#headerNavi li {
	letter-spacing: normal;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #45473f;
	display: inline-block;
	white-space: nowrap;
}
#headerNavi li a { color: #999999; }
#headerUserName {
	float: right;
	white-space: nowrap;
	text-align: right;
}

#rightLogo {
	position:relative;
	top: 8px;
	right: 15px;
	width: 216px;
	height: 19px;
	text-indent: -9999px;
	background: url(/img/head_gnavi.gif) 0 -172px no-repeat;
	float: right;
}
/* for official release
#rightLogo {
	position :relative;
	top: 8px;
	width: 172px;
	height: 19px;
	text-indent: -9999px;
	background: url(/img/head_gnavi.gif) 0 -172px no-repeat;
	float: right;
	right: 15px;
}
*/
#rightLogo a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

/* --- 3. Contents --- //////////////////////////////////////////////////*/

#contents { clear: both; }

#contents::after {
	content: "";
	clear: both;
	display: block;
}

/*--------------------------
3-1. ContentsHeader
--------------------------*/
#contentsHeader {
	padding: 10px 0 0 0;
	clear:both;
}
#newsArrive { text-align: center; }
#newsArrive a { color: #cc0000; }
/*.iconNewsArrive {
	margin: 0 7px 0 0;
	width: 15px;
	height: 15px;
	background: url(/img/icon_btn_master.gif) -200px 0 no-repeat;
	position: relative;
	top:0.2em;
}*/
#newsArrive a::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-decoration: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-right:0.2rem;
}
/*--------------------------
3-2. mainCnt
--------------------------*/
#mainCnt {
	width: 635px;
	float: left;
	margin: 10px 0 0 0;
}

/*---------- thumbList ----------*/
.thumbList { margin-bottom: 5px; }
.thumbList li { float: left; }

#mainCnt .thumbList li {
	margin-left: 10px;
	margin-bottom: 0;
	display: inline-block;
}
#rightCnt .thumbList li {
	padding-left: 5px;
	padding-bottom: 5px;
}

.thumbListWrapper ul {
	letter-spacing: -.40em; 
	overflow: hidden;
}

.thumbListWrapper li {
	float: left;
	text-align: center;
	display: inline-block;
	letter-spacing: normal;
}


/*---------- Icon ----------*/
.iconGanrefPointLarge {
	margin-right: 5px;
	width: 92px;
	height: 15px;
	background: url(/img/my_icon.gif) 0 0 no-repeat;
}
.iconFavoNum {
	margin-right: 5px;
	width: 72px;
	height: 15px;
	background: url(/img/my_icon.gif) -92px 0 no-repeat;
}
/*.iconComment {
	margin-right: 5px;
	width: 45px;
	height: 15px;
	background: url(/img/my_icon.gif) -164px 0 no-repeat;
}*/
.iconVote {
	margin-right: 5px;
	width: 35px;
	height: 15px;
	background: url(/img/my_icon.gif) -209px 0 no-repeat;
}

/*---------- KeyWord Cloud ----------*/
.keyWordCloudList {margin: 5px 15px;}
.keyWordCloudList li {
	display: inline;
	margin-right: 10px;
	line-height: 1.6;
}
.keyWordCloudList li a { white-space:nowrap; }

.keyWordCloud01 {font-size: 80%;}
.keyWordCloud02 {font-size: 90%;}
.keyWordCloud03 {font-size: 100%;}
.keyWordCloud04 {font-size: 120%;}
.keyWordCloud05 {font-size: 135%;}
.keyWordCloud06 {font-size: 145%;}

/*---------- Right Side Main Page ----------*/
#mainCntRight{
	float:right;
	margin:10px 0 0 0;
	width:635px;
}
#mainCnt1clm635{
	float:none;
	margin:20px auto 10px auto;
	width:635px;
}
#leftCnt {
	float:left;
	margin:10px 0 0 0;
	width:300px;
}

/*---------- moreLink ----------*/
.moreLink,
.moreLinkFloat,
.moreLinkNoLine {
	text-align: right;
	clear: both;
	padding-bottom: 5px;
	font-size:90%;
}
.moreLink {
	border-top:1px solid #D8D8D8;
	padding-right:15px;
	padding-top:10px;
}
.moreLinkList {
	clear:both;
	border-top:1px solid #D8D8D8;
	padding:5px 10px;
	text-align:right;
}
.moreLinkList li {
	display:inline;
	margin:0 0 0 10px;
	color:#999;
	font-size:90%;
	line-height:1.2;
}

.moreLinkNoLine {margin-right: 15px;}

.moreLinkFloat{
	padding:1px;
	border:1px solid #D8D8D8;
	margin:10px auto 0 auto;
}
.moreLinkFloat ul{
	display:block;
	padding:5px 0 0 0;
	float:right;
	text-align:center;
	
}
.moreLinkFloat li{
	display: inline;
	padding:5px 5px 0 5px ;
	white-space:nowrap;
	line-height:1.7;
}
.moreLinkFloat .ttl{
	width:110px;
	padding:6px 9px;
	background:#f2f2f2;
	text-align:center;
	float:left;
}

.moreLinkFloat::after {
	content: "";
	clear: both;
	display: block;
}

/*---------- ctgList ----------*/
.ctgList dl {
	border-bottom: 1px solid #dcdcdc;
	margin: 5px 15px;
	padding: 3px 0 3px 5px;
}
.ctgList dt,
.ctgList dd { float: left; }
.ctgList dt {width: 75px;}
.ctgList dd {width: 520px;}
.ctgList li {
	display: inline;
	margin: 0 10px 0 0;
}
.ctgList .listLast {border-bottom: none;}

.ctgList2clum {margin: 0 0 15px 0;}
.ctgList2clum dt {
	font-size: 120%;
	margin-bottom: 2px;
	font-weight: bold;
}
.ctgList2clum dd li {
	margin-right: 10px;
	display: inline;
}
.ctgList2clum dd li a { white-space:nowrap; }

.ctgListLeft,
.ctgListRight {
	margin: 0 45px 0 15px;
	width: 255px;
	float: left;
	display: inline;
}

.ctgList dl::after {
	content: "";
	clear: both;
	display: block;
}

/*---------- searchFromMapSearch ----------*/
#searchFromMapSearch {
	margin: 15px auto 15px auto;
	width: 296px;
}
#searchFromMapSearch { font-size:90%; }
#searchFromMapSearch p { clear: both; }

#searchFromMapArea {
	clear: both;
	margin: 0 auto 0 auto;
	width: 573px !important;
	width /**/: 575px;
	height: 398px !important;
	height /**/: 400px;
	border: 1px solid #d8d8d8;
}
.formBtnBox { margin:0 auto; }

#searchFromMapSearch::after {
	content: "";
	clear: both;
	display: block;
}

/*---------- yellowBox ----------*/
div .yellowBox {
	background:#FFFFED none repeat scroll 0 0;
	border:1px solid #F4ED9C;
	color:#AA0000;
	display:block;
	text-align:center;
	padding: 2px 1px 3px 1px;
	clear: both;
}

/*---------- btnBox ----------*/
.btnBox { 
	padding:10px; 
	text-align:center; 
	clear: both;
}
.inputBtnShow input{ display:block; margin:0 auto; }
.btnBox p{ margin: 0 auto; }
.btnBox input{ margin: 0 5px; }

.btnBoxV2 { padding:10px; text-align:center; }
.btnBoxV2 input { margin: 0 5px !important; }

.btnBox::after {
	content: "";
	clear: both;
	display: block;
}

/*---------- Error ----------*/
.errorBox {
	background-color:#FFFFED;
	border:1px solid #AA0000;
	display:block;
	text-align:center;
	padding:5px;
	margin:10px;
	line-height:1.3;
	font-weight:bold;
}

/*---------- for Original (Closeup) Photo ----------*/
#protector {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
}
.registImg{ text-align:center; }

/*---------- for Panel List ----------*/
.listClmLine{ padding-bottom:5px; }
.listClmLine::after {
	content:"";
	display: block;
	clear: both;
}

/*---------- Invitation Regist ----------*/
.sendNotice {
	clear:both;
	padding-bottom:5px;
	padding-right:15px;
	text-align:right;
	font-size:90%;
}

/*---------- tooltip.js ----------*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #f2f2f2;
	padding: 10px;
	color:#000 !important;
	_width:222px;
}
#tooltip p { margin-top:3px; }
#tooltip h3 { margin:0; padding:0; }
#tooltip .gp {
	font-size:70%; 
	display:block;
	margin:2px 0 4px 0;
}
#jqTooltip img { border:0; vertical-align:top; }

/*---------- charcount.js ----------*/
form .counter{color:#888;}
form .warning{color:#600;}
form .exceeded{color:#e00;}

/*--------------------------
3-3. rightCnt
--------------------------*/
#rightCnt {
	width: 300px;
	float: right;
	margin: 10px 0 0 0;
}

.sideBannerArea #gpt-ad-rect01,
.sideBannerArea #gpt-ad-rect02,
.sideBannerArea #gpt-ad-rect03 {
	margin-bottom:10px;
}


#sidePhUpload {
	margin: 0 0 10px 0;
	background-color: #ffffff;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}
.newInfoCnt .btnUpload,
#sidePhUpload #btnUpload {
	margin: 0 auto;
	width: 195px;
	height: 35px;
}
#sidePhUpload .btnRegister { margin: 0 auto; }

.newInfoCnt .btnUpload a,
#sidePhUpload #btnUpload a {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 0 !important;
	height /**/: 35px;
	padding-top: 35px;
	background: url(/img/icon_btn_master.gif) 0 0 no-repeat;
	text-indent: -9999px;
	text-decoration:none;
}
#sidePhUpload #guideFirst {
	margin-top:7px;
	line-height:1.1;
}
#sidePhUpload #btnUpload a:hover { background-position: 0 -35px;}

.iconBeginner {
	margin: 0 5px 0 0;
	width: 12px;
	height: 16px;
	background: url(/img/icon_btn_master.gif) -215px 0 no-repeat;
	position: relative;
	top:2px;
}

.sideBoxTxtList {
	clear:both;
	margin:10px 10px 0pt;
}
.sideBoxTxtList li {
	background: url(/img/icon_list_marker.gif) 0 6px no-repeat scroll;
	margin-bottom:5px;
	padding-left:13px;
	font-size:90%;
}
.sideBoxTxtList li p {
	text-align: right;
	font-size: 90%;
	margin: 4px 0 0 0;
}

.sideBoxTxtListArrow {
	clear:both;
	margin: 0 0 0 5px;
	padding: 10px 0 0 0;
}
.sideBoxTxtListArrow li {
	background: url(/img/img_arrow_gray.gif) 0 7px no-repeat;
	margin-bottom:5px;
	padding-left:12px;
}

.sideBoxMoreLink {
	font-size:90%;
	padding-right:15px;
	padding-top:10px;
	text-align:right;
	clear:both;
}

.sideBoxPhtoList {
	margin:10px;
	clear:both;
}
.sideBoxPhtoList dt {
	position:relative;
	height:70px;
	width:70px;
	clear:both;
	float:left;
}
.sideBoxPhtoList dd {
	width: 205px;
	margin: 0 0 0 5px;
	float:left;
}

.sideBoxRightNote {
	text-align:right;
	font-size:90%;
}

.sideBoxPhtoList dd.priceInformation { line-height:1,1; }
.sideBoxPhtoList dd.priceInformation em{ display:block; font-size:90%; }
.sideBoxPhtoList dd.priceInformation span{
	display:block; font-size:90%;
	line-height:1.6;
}
.sideBoxPhtoList dd.priceInformation a{ display:block; line-height:1.1; }

.sideBoxRankList{
	clear: both;
	position: relative;
	padding: 0 0 10px 0;
}
.sideBoxRankList p {
	display: block;
	position: relative; float: left;
	width: 30px;
	text-align: center;
}
.sideBoxRankList dl {
	display: block;
	position: relative; float: left;
}
.sideBoxRankList dt {
	position: relative; float: left;
}
.sideBoxRankList dt { width: 70px; height: 70px; }
.sideBoxRankList dd {
	float: left;
	width: 175px;
	margin: 0 0 0 5px;
}
.sideCntBoxInner{
	padding:10px 10px 0 5px;
	display:block;
}

.sideCntBoxSubTtl{ padding:5px 15px; }

.sideBoxPhtoList::after,
.sideBoxRankList::after {
	content: "";
	clear: both;
	display: block;
}

/*---------- CheckValue Popup Window ----------*/
#dbCheckValue{
	padding:0 0 15px;
	background:#FFF4C2 url(/img/v3/checkvalue_bg.gif);
}
#dbCheckValue #mainCnt { margin-top: 0; }
#dbCheckValue #wrapper { width:100%; }
#dbCheckValue form{
	width:500px;
	margin:0 auto;
	background:transparent;
}
#dbCheckValue h2{
	position:relative;
	min-height:18px;
	height: auto !important;
	height: 18px;
	padding:5px 60px 5px 5px;
	margin-bottom:1em;
	background:#dcdcdc;
	border-bottom:2px solid #fff;
}
#dbCheckValue dt{
	font-weight:bold;
	line-height:1.4em;
	padding-left:5px;
	margin-bottom:0.5em;
	border-left:5px solid #fe9413;
}
#dbCheckValue dt span{
	font-size:90%;
	font-weight:normal;
}
#dbCheckValue .CheckValueList{
	padding:0.3em 0;
	border:1px solid #fe9413;
	background:#fff;
}
#dbCheckValue .CheckValueList li{
	margin:0.3em 10px;
}
#dbCheckValue .CheckValueList li span{
	font-size:75%;
	color:#999;
}
#dbCheckValue p.notes{
	font-size:90%;
	color:#fe9413;
}
#dbCheckValue p.submit{
	text-align:center;
	margin:0.5em 0 0;
}
#dbCheckValue p.close{
	width:55px;
	height:18px;
	position:absolute; top:5px; right:5px;
}

/* Button */
#dbCheckValue .btnCheckValueOff,
#dbCheckValue .btnCheckValueOn{
	width:150px;
	height:40px;
	background:url(/img/v3/bu_checkvalue.gif) no-repeat 0 0;
	overflow: hidden;
	font-size: 0px;
	padding: 0;
	　padding-left:1000px;/* for opera8/9 */
	border: medium none;
	line-height: 0;
	cursor:pointer;
/*	text-indent: -9999px;*/
}
#dbCheckValue .btnCheckValueOn{ background-position:-150px 0; }
html>/**/body  #dbCheckValue .btnCheckValueOff,
html>/**/body  #dbCheckValue .btnCheckValueOn{
	text-indent: -9999px;
}


/*---------- Google Adsense ----------*/
#googleAdCntFooter {
	clear: both;
	padding: 15px 0 0 0;
	width: 635px;
	text-align: center;
}

/* --- 4. Footer --- //////////////////////////////////////////////////*/

#footer {
	clear: both;
	margin: 15px 0 0 0;
	background-color: #212222;
	border-top: 5px solid #212222;
	text-align: center;
	font-size: 90%;
}

#footer .disclaimer {
	font-size: 0.7rem;
	margin: 10px;
	color: #bbb;
}

#footerNavi {
	padding: 5px 0;
	background-color: #000000;
}

#footerNavi li {
	display: inline;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #696969;
}

#footerNavi li.last {border-right: none;}
#footerNavi li a {font-size:90%; color: #cccccc;}

#copyRight {
	color: #999999;
	padding: 10px 0 10px 0;
}

#copyRight img {
	margin:0 0.5em;
	vertical-align:middle;
}

#logoImpress img {background: url(/img/head_gnavi.gif) -273px -150px no-repeat;}

#ijWeb * { 
	margin:0;
	padding:0;
	text-align:center;
	border:none;
	font-size:8pt;
}

#ijWeb {margin:5px 10px;}

#ijWeb p { 
	font-weight:bold;
	color:#999; 
	margin:0;
}

#ijWeb li span { 
	font-weight:bold;
	color:#999; 
	margin:0;
}

#ijWeb ul {
	margin:10px 0 0 0;
	padding:0;
}

#ijWeb li {
	list-style-type: none; 
	display: inline;
	line-height:1.5;
	margin:0;
	padding:0;
	color:#999;
}

#ijWeb li a {
	white-space:nowrap;
	color:#ccc;
}


/*//////////////////////////////////////////////////
Title : ads.css
For   : Settings for Ads
//////////////////////////////////////////////////*/

.myPrArea {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
}
.dbPrArea { padding-bottom:0  !important; }
.dbPrArea div {
	border:none !important;
	padding:0  !important;
}
.adsTop a { text-decoration:none; }


/*---------- V2 ----------*/
}
.adsTop635x60 img { margin-bottom:6px; }
.adsTopDB635x60 img {margin-bottom:6px;}
.dbBody .adsTop635x60 { background-color:#dcdcdc; }

/*14/12/08*/
.adsBox {margin:20px 0; overflow:hidden}
.adsBox .adsRect {width:300px;}
.adsBox .adsRect:first-child {float: left;}
.adsBox .adsRect:last-child {float: right;}
.adsBox .adsRect:first-child + * {float: right;}

/*//////////////////////////////////////////////////
Title : navi.css
For   : Setting navigation
----------------------------------------
Content
    0. Common
    1. mainNavi
    2. subNaviMy
    3. subNaviCircle
    5. subNaviEl

//////////////////////////////////////////////////*/

/* --- 0. Common --- //////////////////////////////////////////////////*/


/*  1-1. mainNaviV2

   ------------------------------- */

#mainNaviV2 {overflow: hidden; background: #000; clear: both; }
#mainNaviV2 ul {letter-spacing: -0.4em; overflow: hidden; float: left;}
#mainNaviV2 ul li {letter-spacing: normal; color: #ccc; display: inline-block; border-left: 1px solid #222;}
#mainNaviV2 ul li:first-child {border-left:none;}
#mainNaviV2 a {display: inline-block; padding: 0 10px; line-height: 1.8rem;font-size: 0.8rem; color: #ccc; text-decoration: none;}
#mainNaviV2 .mainNaviBtnOn a {background:#444 !important; color:#fff;}
#mainNaviV2 a:hover {background: #333; color: #fff;}
#mainNaviV2 p {float: right; display: inline-block;}
#mainNaviV2 #btnMyPage {background: #3c8dd2; font-weight: bold;}
#mainNaviV2 #btnMyPage a {color: #fff;}
#mainNaviV2 #btnMyPage a:hover {background:#59a7e9;}
#mainNaviV2 #btnMyPageOn {background: #3c8dd2; font-weight: bold;}
#mainNaviV2 #btnMyPageOn a {color: #fff;}
#mainNaviV2 #btnMyPageOn a:hover {background:#59a7e9;}
#mainNaviV2 #btnPremium {background: #efe427; font-weight: bold;}
#mainNaviV2 #btnPremium a {color: #716200;}
#mainNaviV2 #btnPremium a:hover {background: #fff76c;}
#mainNaviV2 #btnPremiumOn {background: #efe427; font-weight: bold;}
#mainNaviV2 #btnPremiumOn a {color: #716200;}
#mainNaviV2 #btnPremiumOn a:hover {background: #fff76c;}






/*11/07/20*/
/* btnSnsSbSet */
.btnSnsSbSet{ 
	width:100%; 
	padding:10px 0 0;
	clear:both;
}

.btnSnsSbSet .btnSns{ width:70%; float:left; }
.btnSnsSbSet .btnSns li{ float:left; padding-right:6px;}

.btnSnsSbSet .btnSb{
	position:relative;
	width:25%;
	float:right;
	font-size:85%;
}
.btnSnsSbSet .btnSb dt{ text-align:right; }
.btnSnsSbSet .btnSb dt span{
	text-decoration:underline;
	color:#002f86;
	cursor:pointer;
}
.btnSnsSbSet .btnSb dt span.sbWinOpen{
	text-decoration:none;
	color:#0036ff;
}
.btnSnsSbSet .btnSb dd{
	display:none;
	position:absolute; top:1.5em; right:10px;
	width:320px;
	padding:2px 5px 7px;
	border:1px solid #cc6;
	background:#ffc;
	z-index:9999;
}
.btnSnsSbSet .btnSb li{
	float:left;
	width:48%;
	padding:5px 0 0 5px;
}
.btnSnsSbSet .btnSb img{ margin-right:5px; vertical-align:middle; }

.btnSnsSbSet::after,
.btnSnsSbSet .btnSns::after {
	content: "";
	clear: both;
	display: block;
}

/* for my_module.css */
.rdFooter .btnSnsSbSet {
	margin-top:5px;
	border-top:1px solid #ccc;
}

/* for db_module.css */
.dbCntBox .btnSnsSbSetWrapper .btnSnsSbSet {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #dcdcdc;
}

.dbCntBox .btnSnsSbSet .btnSns {
	margin-left:10px;
	*margin-left:5px;
}

.dbCntBox .btnSnsSbSet .btnSb {
	margin-right:10px;
	*margin-right:10px;
}


#fb-root {
	display: none;
}

.criteoAdsBottom {
	margin:8px;
	text-align:center;
}

/* sns */
.sns li {
	height:20px;
	display:inline-block;
		*display: inline;  
		*zoom: 1;  
	margin-left:5px;
}

.dbCntBox .sns {
	padding:10px;
	height:20px;
}

.dbCntBoxBBS .sns {
	border-bottom:1px solid #dcdcdc;
}

.newInfoCnt .btnUpload {margin:1em auto !important;}

.paging {
	text-align: center; 
	padding: 10px;
}


.paging p{
	text-align: center; 
	font-size: 0.8rem; 
	margin-bottom: 8px; 
	line-height: 0.9rem;
}

.paging ul { 
	display: inline-block; 
	letter-spacing: -.40em; 
	margin: 0 10px;
}

.paging li {
	display: inline-block;
	letter-spacing: normal;
	line-height: 40px;
	margin-left: 5px;
	text-align: center;
	min-width: 42px;
}

.paging li:first-child {
	margin-left: 0px;
	text-align: center;
}

.paging li.current {
	box-sizing: border-box;
	min-width: 42px;
	display: inline-block;
	text-decoration:none;
	padding: 0 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #f2f2f2;
	color: #666;
}

.paging li a {
	box-sizing: border-box;
	min-width: 42px;
	display: block;
	text-decoration:none;
	padding: 0 5px;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 4px;
	background-color:#fff;
	font-size: 0.9rem;
	color: #002f86;
}
.paging li a:hover { 
	border-color:#b2c2ff;
	background-color:#f1f6ff;
	text-decoration:none; }

.inlineSort .fa {
	margin-left: 0.3rem;
	color: #002f86;
}

.fa {
	margin-right:3px;
	position: relative !important;
	z-index: 0;
}

.cmtPostTitle::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-decoration: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-left:0.2rem;
}

/*bbs用*/
.dbFormBoxWrapper.confirm {	background-color: #fff;}
.dbFormBoxWrapper .formConfirmBox .dbCntBoxBBS,
.dbFormBoxWrapper.confirm .dbCntBoxBBS {width: 500px;margin: auto;}
.myCntBoxBBS .rdPhotoUpload .photoFrame img,
.myCntBoxBBS .rdPhotoPortfolio .photoFrame img,
.dbCntBoxBBS .rdPhotoUpload .photoFrame img,
.dbCntBoxBBS .rdPhotoPortfolio .photoFrame img{ max-width: 478px; max-height: 478px;}


.dbFormBoxWrapper input[type=text],
.dbFormBoxWrapper textarea {
	width: 100%;
	box-sizing: border-box;
}

.exifData .expand {
	text-align: center;
}

.exifData .expand a {
	display: inline-block;
	color: #fff;
	text-align: center;
	margin: auto;
	padding: 0.5rem 1rem;
	line-height: 1.6em;
	text-decoration: none;
	background-color: #0d47a1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 0.9rem;
}

.exifData .expand a:hover {
	background-color: #36c;
}
.exifData dl {
	margin-top:10px;
}


/*--------------------------
右ペイン「GANREF特別企画」
--------------------------*/

#rightCnt #spAd h4 {
	background:#eee;
	border: 1px solid #fff;
	font-size: 0.9rem;
	font-weight: bold;
	padding:5px 10px;
}

#rightCnt #spAd ul {
	margin:0 8px;
}

#rightCnt #spAd ul li {
	font-size:0.9rem;
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	overflow: hidden;
}

#rightCnt #spAd ul li:last-child{
	padding-bottom:0;
	border:0;
}

#rightCnt #spAd a {
	display: block;
	overflow: hidden;
}

#rightCnt #spAd a:hover {
	background: #f4f8ff;
	text-decoration: none;
}


#rightCnt #spAd a img {
	float:left;
	margin:0 5px 0 0;
	border:1px solid #002f86;
}

#rightCnt #spAd a:visited img {
	border:1px solid #8b5eab !important;
}

#rightCnt #spAd a:hover img {
	border:1px solid #0036ff !important;
}
