@charset "utf-8";/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(/images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/*__________________________________________________ Common Set */


*{
	margin:0;
	padding:0;
}

*{zoom:1;}


html {	
	margin: 0;
	padding: 0;
}

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;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

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

object,embed {
	vertical-align: top;
}

hr,legend {
	visibility:hidden;
	margin:0px;
	padding:0px;
}


img,abbr,acronym,fieldset {
	border:0;margin: 0;
	padding: 0;
}



ul,li,ol{
	list-style-type:none;
	margin:0;
	padding:0;
	font-style:0;
	font-weight:0;
			
	}

table,td,th{
	border:none;

	}
	
address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-style: normal;
	}
	
h1,h2,h3,h4,h5,h6,em,address,p,th {
	font-style:normal;
	font-weight:normal;
	font-size:normal;
	margin:0;
	padding:0;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}



/*______________________________clearFix*/
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
}

.clearfix {
	display: inline-block;
	}/* Hides from IE-mac \*/
	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}	
	
* html .clearfix { 
height: 1%;
}

.clearfix {
	display: block;
	}/* End hide from IE-mac */

.cf:after {
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}
.cf{
    display: inline-block;
    zoom: 100%; 
}

.cl{ 
	clear:both;
	}
/*______________________________clearFix end*/

/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}


a,a:link,a:visited {
color:#0000FF;
text-decoration:underline;
outline:none;
}

a:hover,a:active,a:focus {
color:#FF0000;
}


/******************0908大改修****************************/
.kitai li img, .cate li img, .tp_guide em img, .sbe_op_id_btn img {
_background:#FFF;
*background:#FFF;
background /*\**/: #FFF\9;
}
/**********************/

a:hover img {
 filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}


textarea{resize: vertical;}
@charset "UTF-8";
/*共通*/
body {
	color: #666;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	min-width: 1000px;
	background: #fff;
}
body a {
	color: #004db6;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
body a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8
}
body a, a:link, a:visited {
	color: #004db6;
	text-decoration: none;
	outline: none;
}
body a:hover, a:active, a:focus {
	color: #004db6;
}
html>/**/body {
	font-size: 13px;
	line-height: 1.6;
} /* except Win IE */
.okgn_img_mar_bor {
	padding: 3px;
	border: 1px solid #cccccc;
}
/*all_*/
.okgn_all {
	width: 660px;
	display: block;
	background-color: #f1f0f0;
	margin-bottom: 12px;
}
.okgn_all .okgn_all2 {
	width: 644px;
	display: block;
	padding: 8px;
	background-image: url(../../images/renewal2/common/okgn_bg_line_gray.gif);
	background-repeat: repeat-y;
}
.okgn_all .okgn_frm_top img {
	display: block;
}
.okgn_all .okgn_frm_bottom img {
	display: block;
}
.okgn_all h1 {
	margin-top: -5px;
	margin-left: -23px;
	position: absolute;
	z-index: 100;
}
/*グラデ背景*/
.okgn_back_gradient {
	background-image: url(../../images/renewal2/common/okgn_bg_gra.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*リード*/
.okgn_lead {
	display: block;
	width: 487px;
	padding-left: 135px;
}
.okgn_lead_pad_l {
	padding-left: 145px;
}
/*右カラムコンテンツ*/
.okgn_right_con_area {
	width: 292px;
	padding: 3px;
	border: 1px solid #cccccc;
	margin-bottom: 9px;
}
.okgn_right_con_area h3 {
	background-color: #2066c5;
	background-image: url(../../images/renewal2/common/okgn_bg_h3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	display: block;
	width: 292px;
	font-weight: bold;
	color: #fff;
	line-height: 2.5em;
	margin-bottom: 10px;
}
.okgn_right_con_area h3 img {
	margin-left: 8px;
	margin-bottom: -2px;
}
/*main_*/
.okgn_main_wrapper {
	clear: both;
	width: 980px;
	display: block;
	padding-bottom: 42px;
	float: left;
}
/*ad_*/
.okgn_ad_area {
	display: block;
	width: 300px;
	margin-bottom: 10px;
}
/*account_*/
.okgn_account_area {
	width: 300px;
	height: 65px;
	padding-top: 25px;
}
.okgn_account_area dt {
	float: left;
	margin-top: 4px;
	margin-right: 17px;
}
.okgn_account_area dd {
	float: left;
	height: 55px;
	width: 53px;
}
.okgn_account_area dd.okgn_account_last {
	margin-right: 0px;
}
/*nigiya_*/
.okgn_nigiya_list {
	display: block;
	width: 292px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.okgn_nigiya_list li {
	font-size: 85%;
	background-image: url(../../images/renewal2/common/okgn_ico_nigiya_list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
	padding-left: 24px;
	padding-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 260px;
}
.okgn_nigiya_list li a {
	color: #666;
}
.okgn_nigiya_more {
	width: 290px;
	text-align: right;
	display: block;
	padding-right: 2px;
}
.okgn_nigiya_more img {
	margin-right: 6px;
	margin-bottom: -2px;
}
/*request_*/
.okgn_request_lead {
	text-align: center;
	display: block;
	width: 292px;
	margin-bottom: 5px;
}
.okgn_request_lead span {
	font-size: 108%;
	font-weight: bold;
	color: #ff7200;
}
.okgn_request_icon01 {
	width: 292px;
	height: 37px;
	overflow: hidden;
	background-image: url(../../images/renewal2/common/okgn_rct_step.gif);
	background-repeat: no-repeat;
	background-position: center -23px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
}
.okgn_request_icon02 {
	width: 292px;
	height: 37px;
	overflow: hidden;
	background-image: url(../../images/renewal2/common/okgn_rct_step.gif);
	background-repeat: no-repeat;
	background-position: center -83px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
}
.okgn_request_icon03 {
	width: 292px;
	height: 37px;
	overflow: hidden;
	background-image: url(../../images/renewal2/common/okgn_rct_step.gif);
	background-repeat: no-repeat;
	background-position: center -143px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
}
.okgn_request_icon01 span, .okgn_request_icon02 span, .okgn_request_icon03 span {
	display: none
}
.okgn_request_form textarea {
	width: 267px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	padding: 5px;
	height: 40px;
}
.okgn_request_form textarea::-moz-placeholder {
 color: #999;
}
.okgn_request_form textarea::-webkit-input-placeholder {
 color: #999;
}
.okgn_request_btn_b {
	width: 277px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 12pX;
	margin-left: auto;
}
.okgn_request_btn_b input:hover {
	cursor: pointer;
	border: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8
}
.okgn_request_btn {
	width: 277px;
	height: 33px;
	border: none;
	background-image: url(../../images/renewal2/common/okgn_btn_req.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
.okgn_request_more {
	width: 290px;
	text-align: right;
	display: block;
	padding-right: 2px;
}
.okgn_request_more img {
	margin-right: 6px;
	margin-bottom: -2px;
}
@charset "UTF-8";
/*トップページ*/
/*index_*/
.okgn_index_wrapper {
	width: 980px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*index_main_left*/
.okgn_index_main_left {
	display: block;
	float: left;
	width: 660px;
	padding-right: 15px;
	margin-left: 5px;
}
/*pickup_*/
.okgn_all2_pickup {
	width: 646px;
	display: block;
	background-image: url(../../images/renewal2/common/okgn_bg_line_gray.gif);
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 9px;
}
.okgn_pickup_area_in {
	background-color: #fff;
	background-image: url(../../images/renewal2/contents/okgn_bg_pickup_shadow.gif);
}
.okgn_pickup_area_in2 {
	width: 626px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 12px;
	overflow: hidden;
	display: block;
}
.okgn_pickup_area_in .okgn_frm_shadow_top {
	background: url(../../images/contents/okgn_img_frame_shadow_top.gif) no-repeat;
	cursor: pointer;
}
.okgn_pickup_area_in .okgn_frm_shadow_top_on {
	background: #f6f6f6;
	width: 642px;
}
.okgn_pickup_area_in .okgn_frm_shadow_top_on p img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 0;
}
.okgn_pickup_area_in .okgn_frm_shadow_top img {
	display: block;
}
.okgn_pickup_area_in .okgn_frm_shadow_bottom img {
	display: block;
}
.okgn_pickup_new {
	width: 622px;
	display: block;
	float: left;
}
.okgn_pickup_area_in dl {
	padding-left: 17px;
	display: block;
	float: left;
	width: 275px;
	color: #004db6;
}
.okgn_pickup_area_in2 h1 {
	margin-top: -10px;
	margin-left: -25px;
	position: absolute;
}
.okgn_pickup_area_in dt {
	display: block;
	padding-bottom: 15px;
}
.okgn_pickup_txt {
	color: #666666;
}
.okgn_pickup_days {
	text-align: right;
	display: block;
	margin-top: -1.6em;
}
.okgn_pickup_more {
	width: 622px;
	text-align: right;
	display: block;
}
.okgn_pickup_more img {
	margin-bottom: -2px;
}
/*new_*/
.okgn_new_area_in {
	width: 622px;
	display: block;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.okgn_new_more {
	text-align: right;
	display: block;
	margin-top: -1.6em;
}
.okgn_new_more a {
	color: #ff7200;
	font-weight: normal;
}
.okgn_new_more img {
	margin-right: 6px;
	margin-bottom: -1px;
}
.okgn_new_list {
	clear: both;
	width: 622px;
	padding-top: 16px;
}
.okgn_new_list .okgn_new_list_txt {
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 340px;
	display: block;
	overflow: hidden;
	float: none;
}
.okgn_new_list .okgn_new_cat a {
	width: auto;
}
.okgn_new_list_ico {
	margin-right: 5px;
	display: inline;
	color: #f00;
}
.okgn_new_list_ico img {
	vertical-align: baseline;
}
.okgn_new_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 108%;
	color: #004db6;
	background-image: url(../../images/renewal2/contents/okgn_img_list.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}
.okgn_new_list li.okgn_new_list_last {
	border: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 108%;
	color: #004db6;
	background-image: url(../../images/renewal2/contents/okgn_img_list.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}
.okgn_new_cat {
	display: block;
	margin-top: -1.9em;
	margin-left: 365px;
}
.okgn_new_cat img {
	vertical-align: bottom;
	margin-right: 3px;
}
.okgn_new_list span.okgn_new_days {
	text-align: right;
	display: block;
	margin-top: -1.6em;
	float: right;
}
/*qa_*/
.okgn_qa_area_in {
	width: 622px;
	display: block;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.okgn_qa_more {
	text-align: right;
	display: block;
	margin-top: -1.6em;
}
.okgn_qa_more a {
	color: #ff7200;
	font-weight: normal;
}
.okgn_qa_more img {
	margin-right: 6px;
	margin-bottom: -1px;
}
.okgn_qa_cont {
	display: block;
	width: 622px;
	padding-top: 25px;
}
.okgn_qa_cont img {
	margin-right: 19px;
}
.okgn_qa_list {
	width: 465px;
	display: block;
}
.okgn_qa_list li {
	background: url(../../images/renewal2/contents/okgn_list_ico_conclusion.gif) no-repeat left 6px;
	padding-left: 10px;
	width: 460px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.okgn_qa_list li a {
	color: #666;
}
/*special_*/
.okgn_special_area_in {
	width: 622px;
	display: block;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.okgn_special_more {
	text-align: right;
	display: block;
	margin-top: -1.6em;
}
.okgn_special_more a {
	color: #ff7200;
	font-weight: normal;
}
.okgn_special_more img {
	margin-right: 6px;
	margin-bottom: -1px;
}
.okgn_special_list {
	display: block;
	width: 622px;
	padding-top: 25px;
}
.okgn_special_list li {
	display: block;
	width: 136px;
	margin-right: 22px;
	float: left;
}
.okgn_special_list li.okgn_special_list_last {
	margin-right: 0px;
}
.okgn_special_list li a {
	color: #666;
}
.okgn_special_list li p {
	width: 135px;
}
.okgn_special_list li img {
	margin-bottom: 5px;
}
/*guide_*/
.okgn_guide_area_in {
	width: 639px;
	display: block;
	padding-top: 14px;
	padding-bottom: 6px;
	padding-left: 3px;
}
.okgn_guide_area_in h1 {
	margin-left: -16px;
}
.okgn_guide_list {
	display: block;
	width: 639px;
	padding-top: 25px;
}
.okgn_guide_list_2 {
	display: block;
	width: 639px;
	padding-top: 6px;
}
.okgn_guide_list_area {
	background-color: #fff;
	display: block;
	width: 296px;
	margin-right: 6px;
	padding: 10px;
}
.okgn_guide_list_area_r {
	background-color: #fff;
	display: block;
	width: 296px;
	margin-right: 0px;
	padding: 10px;
}
.okgn_guide_list_list {
	margin-left: 10px;
	width: 208px;
	display: block;
}
.okgn_guide_list_list h3 {
	color: #41a117;
	font-weight: bold;
	width: 208px;
	display: block;
	padding-bottom: 5px;
}
.okgn_guide_list_list h3 a {
	color: #41a117;
}
.okgn_guide_list_list ul {
	display: block;
}
.okgn_guide_list_list li {
	font-size: 77%;
	display: block;
	padding-bottom: 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 205px;
}
.okgn_guide_list_list li a {
	color: #666;
}
/*qr_*/
.okgn_qr_area {
	width: 665px;
	clear: both;
	padding-top: 50px;
}
.okgn_qr_area.new {
	padding-top: 80px;
}
.okgn_qr_area li {
	display: block;
	float: left;
	margin-left: 40px;
	position: relative;
}
.okgn_blow_new {
	position: absolute;
	left: 0;
	top: -50px;
}
.okgn_qr_area li.okgn_first {
	margin-left: 20px;
}
/*index_main_right*/
.okgn_index_main_right {
	display: block;
	float: left;
	width: 300px;
}
/*daily_rank_*/
.okgn_daily_rank_list {
	width: 292px;
	padding-bottom: 8px;
	margin-bottom: 13px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	clear: both;
	float: left;
}
.okgn_daily_rank_list_last {
	margin-bottom: 0px;
}
.okgn_daily_rank_list dd, .okgn_daily_rank_list dt {
	float: left;
}
.okgn_daily_rank_img {
	margin-right: 11px;
}
.okgn_daily_rank_txt a {
	color: #666;
	word-break: break-all;
}
.okgn_daily_rank_txt span {
	width: 180px;
	display: block;
}
.okgn_daily_rank_ul {
	clear: both;
	width: 292px;
	display: block;
}
.okgn_daily_rank_ul li {
	font-size: 85%;
	width: 260px;
	min-height: 20px;
	padding-left: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -3px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	background-repeat: no-repeat;
	background-position: left center;
}
.okgn_daily_rank_ul li.okgn_rank04 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_4.gif);
}
.okgn_daily_rank_ul li.okgn_rank05 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_5.gif);
}
.okgn_daily_rank_ul li.okgn_rank06 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_6.gif);
}
.okgn_daily_rank_ul li.okgn_rank07 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_7.gif);
}
.okgn_daily_rank_ul li.okgn_rank08 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_8.gif);
}
.okgn_daily_rank_ul li.okgn_rank09 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_9.gif);
}
.okgn_daily_rank_ul li.okgn_rank10 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_10.gif);
}
.okgn_daily_rank_more {
	width: 290px;
	text-align: right;
	display: block;
	padding-top: 5px;
	padding-right: 2px;
}
.okgn_daily_rank_more img {
	margin-right: 6px;
	margin-bottom: -2px;
}
/*info_*/
.okgn_info_list {
	display: block;
	font-size: 85%;
	width: 292px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.okgn_info_list_last {
	border: none
}
.okgn_info_list dt {
	font-weight: bold;
}
.okgn_info_list dd {
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 272px;
}
.okgn_info_list a {
	color: #666;
}
/*トップページ end */


/*詳細ページ*/

/*guide_*/
.okgn_guide_wrapper {
	width: 980px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*guide_main_left*/
.okgn_guide_main_left {
	display: block;
	float: left;
	width: 665px;
	padding-right: 15px;
	margin-left: 0px;
}
.okgn_guide_main_left input[type="image"]:hover {
	cursor: pointer;
	border: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8
}
/*guide_main_right*/
.okgn_guide_main_right {
	display: block;
	float: left;
	width: 300px;
}
/* list_パンくず */
.okgn_list_list {
	padding-bottom: 5px;
}
.okgn_list_list li {
	display: inline;
}
.okgn_list_list li a {
	color: #004DB6;
}
/*guide_link_*/
.okgn_guide_link_area {
	width: 665px;
	margin-bottom: 5px;
	color: #004DB6;
	overflow: hidden;
}
.okgn_guide_link_area .okgn_guide_link_left {
	width: 330px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.okgn_guide_link_area .okgn_guide_link_left img {
	margin-right: 5px;
	margin-top: -3px;
	vertical-align: middle;
}
.okgn_guide_link_area .okgn_guide_link_right {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 330px;
	text-align: right;
}
.okgn_guide_link_area .okgn_guide_link_right a {
}
.okgn_guide_link_area .okgn_guide_link_right img {
	margin-left: 5px;
	margin-top: -3px;
	vertical-align: middle;
}
/*guide_ad_*/
.okgn_guide_ad_01 {
	margin-bottom: 10px;
}
/*guide_area_*/
.okgn_guide_area {
	width: 663px;
	padding-top: 4px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	word-break: break-all;
}
.okgn_guide_area .okgn_head {
	color: #004DB8;
	width: 647px;
	padding: 4px 4px 10px 4px;
	margin-bottom: 10px;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #E7FBFF;
	background-image: url(../../images/renewal2/contents/okgn_guide_head_bg.jpg);
	background-repeat: repeat-x;
}
.okgn_guide_area .okgn_head .okgn_guide_icn {
	width: 60px;
	height: 60px;
	margin-right: 3px;
	background-color: #999;
}
.okgn_guide_area .okgn_head .okgn_guide_text_area {
	width: 584px;
	color: #666;
}
.okgn_guide_area .okgn_head .okgn_guide_info_area {
	overflow: hidden;
}
.okgn_guide_area .okgn_head .okgn_guide_info_area p {
	margin-right: 10px;
}
span.okgn_inspection_count {
	color: #999;
}
span.okgn_updated_date {
	color: #999;
}
.okgn_guide_area .okgn_head .okgn_guide_sns_area {
	width: 600px;
}
.okgn_guide_text_area h1 {
	line-height: 35px;
	padding-top: 4px;
	color: #333;
	font-size: 28px;
}
.okgn_guide_area .okgn_head .okgn_guide_sns_area div {
	margin-left: 10px;
	line-height: 0;
}
.okgn_guide_area .okgn_guide_dateils {
	width: 643px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_step_header {
	width: 643px;
	margin-bottom: 10px;
	background-color: #ede8d6;
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_step_header .okgn_frm_top img {
	display: block;
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_step_header .okgn_frm_bottom img {
	display: block;
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_step_header .okgn_ttl_step {
	color: #333;
	width: 617px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 13px;
	padding-right: 13px;
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_step_header .okgn_ttl_step h2 {
	float: left
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_step_header .okgn_ttl_step span {
	margin-right: 10px;
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_step_header .okgn_ttl_step p.okgn_ttl_step_none {
	margin-left: 0px;
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_text {
	width: 625px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	word-break: break-all;
}
.okgn_frm_bottom {
	clear: both;
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_img {
	width: 605px;
	padding: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_img img {
	vertical-align: text-bottom;
}
.okgn_guide_quotation {
	width: 625px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
	background-position: top;
	word-break: break-all;
	box-shadow: 1px 2px 5px #ccc;
 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2', MakeShadow='true', ShadowOpacity='0.2');
	-moz-box-shadow: 1px 2px 5px #ccc; /* Firefox */
	-webkit-box-shadow: 1px 2px 5px #ccc;
	background-color: #ccc;
}
.okgn_guide_quotation_inner {
	position: relative;
	overflow: hidden;
	padding: 9px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
}
.okgn_quotation_question {
	margin-bottom: 10px;
	font-size: 13px;
	color: #666;
}
.okgn_guide_quotation .okgn_quotation_answer {
	margin-bottom: 5px;
	font-size: 13px;
	color: #666;
}
.okgn_guide_quotation .okgn_quotation_title {
	margin-bottom: 10px;
}
.okgn_guide_quotation .okgn_ico_q {
	float: left;
	background: url(../../images/renewal2/contents/okgn_icn_question.gif) no-repeat left top;
	width: 25px;
	height: 24px;
	margin-right: 10px;
	display: block;
	line-height: 100px;
	overflow: hidden;
}
.okgn_guide_quotation .okgn_ico_a {
	float: left;
	background: url(../../images/renewal2/contents/okgn_icn_answer.gif) no-repeat left top;
	width: 25px;
	height: 24px;
	margin-right: 10px;
	display: block;
	line-height: 100px;
	overflow: hidden;
}
.okgn_guide_quotation .okgn_quotation_answer .okgn_quotation_title {
	margin-bottom: 0;
}
.okgn_guide_quotation .okgn_quotation_text {
	padding-right: 0px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.okgn_guide_quotation .okgn_quotation_link {
	float: right;
	line-height: 1.5;
	font-size: 10px;
	color: #666;
	padding-left: 97px;
	background: url(../../images/renewal2/common/okwave_logo.svg) no-repeat left top;
	background: url(../../images/renewal2/common/okwave_logo.png) no-repeat left top\9;
	background-size: 96px 30px;
	height: 30px;
	line-height: 30px;
}
.okgn_guide_quotation .okgn_quotation_link img {
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: middle;
}
.okgn_guide_area .okgn_foot {
	width: 643px;
	margin-right: 10px;
	margin-left: 10px;
}
.okgn_guide_area .okgn_foot .okgn_guide_wrap {
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}
.okgn_guide_area .okgn_foot .okgn_guide_wrap .okgn_guide_sns_area {
	width: 600px;
}
.okgn_guide_area .okgn_foot .okgn_guide_wrap .okgn_guide_sns_area div {
	margin-left: 10px;
	line-height: 0;
}
.okgn_guide_area .okgn_foot .okgn_guide_comment_area {
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.okgn_guide_area .okgn_foot .okgn_guide_comment_area .okgn_comment_header {
	color: #FFFFFF;
	width: 643px;
	margin-bottom: 10px;
	background-color: #014FB9;
	background-image: url(../../images/renewal2/contents/okgn_guide_comment_head_bg.jpg);
	background-repeat: repeat-x;
}
.okgn_guide_area .okgn_foot .okgn_guide_comment_area .okgn_comment_header .okgn_frm_top img {
	display: block;
}
.okgn_guide_area .okgn_foot .okgn_guide_comment_area .okgn_comment_header .okgn_frm_bottom img {
	display: block;
}
.okgn_guide_area .okgn_foot .okgn_guide_comment_area .okgn_comment_header h3 {
	color: #FFFFFF;
	width: 617px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 13px;
	padding-right: 13px;
}
.okgn_guide_area .okgn_foot .okgn_guide_comment_area textarea {
	width: 625px;
	height: 68px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #CCCCCC;
	resize: none;
}
.okgn_guide_area .okgn_foot .okgn_guide_report_area p {
	margin-bottom: 0px;
}
.okgn_guide_area .okgn_foot .okgn_guide_report_area .okgn_guide_report_btn {
	text-align: right;
}
.okgn_btn_comment {
	background: url(../../images/renewal2/contents/okgn_guide_comment_btn.jpg) no-repeat top left;
	width: 174px;
	height: 27px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}
.okgn_btn_comment:hover {
	border: none;
	cursor: pointer;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8
}
/*okgn_guide_quotation_detail*/
.okgn_guide_quotation_detail {
	width: 625px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
	background-position: top;
	word-break: break-all;
	box-shadow: 1px 2px 5px #ccc;
 filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2', MakeShadow='true', ShadowOpacity='0.2');
	-moz-box-shadow: 1px 2px 5px #ccc; /* Firefox */
	-webkit-box-shadow: 1px 2px 5px #ccc;
	background-color: #ccc;
	font-size: 13px;
	color: #666;
}
.okgn_guide_quotation_detail_inner {
	position: relative;
	overflow: hidden;
	padding: 9px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
}
.okgn_guide_quotaion_img {
	overflow: hidden;
	float: left;
	width: 100px;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.okgn_guide_quotion_text {
	display: inline;
	line-height: 1.6;
}
.okgn_ttl_guide_quotion {
	font-size: 16px;
	margin-bottom: 5px;
}
.okgn_quotation_guide_link {
	font-size: 10px;
	margin-top: 2px;
	float: right;
	background: url(../../images/renewal2/common/logo.svg) no-repeat left top;
	background: url(../../images/renewal2/common/logo.png) no-repeat left top\9;
	background-size: 142px 30px;
	padding-left: 145px;
	height: 30px;
	line-height: 30px;
}
.okgn_ico_guide {
	display: block;
	background: url(../../images/renewal2/contents/okgn_guide_icn_04.gif) no-repeat;
	width: 19px;
	height: 19px;
	float: left;
	line-height: 100px;
	overflow: hidden;
	margin-top: -2px;
	margin-right: 5px;
}
/*okgn_blockquote*/
blockquote {
	border-top: #8c8c8c 1px solid;
  border-bottom: 1px solid #8c8c8c;
  font-size: 16px;
  font-weight: normal;
  margin: 15px 0px;
  padding: 10px 40px 10px 50px;
  min-height: 40px;
  position: relative;
}
blockquote:before {
	content: "“";
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #8c8c8c;
	position: absolute;
	left: 0px;
	font-size: 90px;
	top: 5px;
}
.okgn_guide_text h5,
.okgn_guide_editor h5 {
  background: url("../../../images/renewal2/contents/ico_cautions.png") no-repeat left 10px;
  padding: 10px 40px 10px 50px;
  font-weight: normal;
  font-size: 16px;
  border-top: 1px solid #FF6E6E;
  border-bottom: 1px solid #FF6E6E;
  min-height: 40px;
  margin: 15px 0px;
}
/*okgn_ttl_point_detail*/
.okgn_guide_text h6,
.okgn_guide_editor h6 {
	background: url("../../images/renewal2/contents/ico_point.png") no-repeat left 10px;
	padding: 10px 40px 10px 50px;
	font-weight: normal;
	font-size: 16px;
	border-top: 1px solid #9a9afc;
	border-bottom: 1px solid #9a9afc;
	min-height: 40px;
	margin: 15px 0px;
}
/*title*/
.okgn_guide_text h4,
.okgn_guide_editor h4 {
	padding-left: 5px;
	border-left: 8px solid #ede8d5;
	color: #333;
	min-height: 20px;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}
/*num*/
.okgn_guide_text ol,
.okgn_guide_editor ol {
	margin: 15px 0px 10px 30px;
	padding: 0px;
	font-weight: bold;
	color: #333;
	list-style: decimal;
}
.okgn_guide_text ol li,
.okgn_guide_editor ol li {
	list-style: decimal;
}
/*list*/
.okgn_guide_text ul,
.okgn_guide_editor ul {
	margin: 10px 0px 10px 25px;
	padding: 0;
	list-style: square;
	font-weight: bold;
	color: #333;
}
.okgn_guide_text ul li,
.okgn_guide_editor ul li {
	padding-left: 7px;
	list-style: square;
	margin: 0;
	padding: 0;
}
/*line*/
.okgn_guide_text hr,
.okgn_guide_editor hr {
	border: 3px solid #ede8d5;
	margin: 15px 0px;
	visibility: visible;
}

/* リッチエディタ周りのスタイル */
.okgn_guide_editor {
  color: #666666;
  min-height: 150px;
  max-height: 550px;
  background-color: #fff;
  overflow: scroll;
  padding: 9px;
  word-break: break-all;
  position: relative !important;
  overflow-x: hidden;
  overflow-y: auto;
}

/*guide_write_*/
.okgn_guide_write {
	width: 650px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 7px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	text-align: center;
}
.okgn_guide_write p {
	color: #FF724C;
}
/*guide_wrap_*/
.okgn_guide_wrap {
	margin-bottom: 10px;
	overflow: hidden;
}
/*guide_ad_*/
.okgn_guide_ad_02 {
	width: 100%;
	text-align: center;
}
/*guide_list_*/
.okgn_guide_list_right {
	width: 641px;
	border: 1px solid #CCCCCC;
	text-align: justify;
	margin-top: 10px;
}
.okgn_list_more_read, .okgn_guide_list_right h2 {
	color: #666666;
	width: 627px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 8px;
	background: #EDE8D6;
}
.okgn_list_more_read {
	color: #666666;
	width: 627px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 8px;
	background: #E2E2E2;
}
.okgn_guide_list_right_emphasis {
	border: none;
}
.okgn_guide_list_right_emphasis dl {
	width: 315px;
	float: left;
	margin-bottom: 10px;
}
.okgn_guide_list_right_emphasis .okgn_pickup_right {
	margin-left: 10px;
}
.okgn_guide_list_right_emphasis dt {
	float: left;
	margin-right: 5px;
}
.okgn_guide_list_right_emphasis dd span {
	display: block;
}
.okgn_txt_pickup {
	line-height: 1.2;
	margin-top: 15px;
}
.okgn_guide_list_right_emphasis .okgn_comment_header {
	color: #FFFFFF;
	width: 643px;
	margin-bottom: 10px;
	background-color: #014FB9;
	background-image: url(../../images/renewal2/contents/okgn_guide_comment_head_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.okgn_guide_list_right_emphasis h3 {
	padding: 5px 13px 3px;
	width: 617px;
}
.okgn_guide_list_right ul {
	width: 627px;
	margin-right: 7px;
	margin-left: 7px;
}
.okgn_guide_list_right ul li {
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 626px;
}
.okgn_guide_list_right ul li img {
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: middle;
}
/*guide_qa_*/
.okgn_guide_all {
	margin-left: 5px;
}
.okgn_guide_qa_area_in {
	width: 622px;
	display: block;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.okgn_guide_qa_more {
	text-align: right;
	display: block;
	margin-top: -1.6em;
}
.okgn_guide_qa_more a {
	color: #ff7200;
	font-weight: normal;
}
.okgn_guide_qa_more img {
	margin-right: 6px;
	margin-bottom: -1px;
}
.okgn_guide_qa_cont {
	display: block;
	width: 622px;
	padding-top: 25px;
}
.okgn_guide_qa_cont img {
	margin-right: 19px;
}
.okgn_guide_qa_list {
	width: 465px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.okgn_guide_qa_list li a {
	color: #666;
}
/*guide_qr_*/
.okgn_guide_qr_area {
	width: 665px;
	clear: both;
	padding-top: 50px;
	margin-left: 5px;
}
.okgn_guide_qr_area li {
	display: block;
	float: left;
	margin-left: 40px;
}
.okgn_guide_qr_area li.okgn_first {
	margin-left: 20px;
}
/*author_area_*/
.okgn_author_area {
	width: 274px;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 9px;
	border: 1px solid #38bbff;
	background-color: #f0fcff;
	word-break: break-all;
}
.okgn_author_area .okgn_author_wrapper {
	width: 274px;
	overflow: hidden;
}
.okgn_author_area .okgn_author_wrapper .okgn_author_name {
	width: 200px;
	margin-left: 4px;
}
.okgn_author_area .okgn_author_txt {
	width: 274px;
}
.okgn_author_area .okgn_author_link {
	text-align: right;
}
.okgn_author_area .okgn_author_link img {
	margin-right: 5px;
	margin-top: -3px;
	vertical-align: middle;
}
.okgn_author_area .okgn_author_link a {
	color: #38bbff;
}
/*guide_info_*/
.okgn_guide_info_list {
	display: block;
	width: 292px;
	margin-bottom: 10px;
}
.okgn_guide_info_list_item {
	width: 284px;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.okgn_guide_info_list_item p {
	float: left;
}
.okgn_guide_info_list_item img {
	vertical-align: bottom;
	margin-top: -2px;
}
.okgn_guide_info_count_area {
	padding-left: 2px;
	float: right;
}
.okgn_count_number {
	background-image: url(../../images/renewal2/contents/okgn_img_count_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3px;
	margin-right: 5px;
	margin-top: -5px;
}
.okgn_count_border {
	border: 1px solid #5ea0c2;
}
.okgn_count_number .okgn_top_left {
	background-image: url(../../images/renewal2/contents/okgn_img_count_frame_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: -1px;
}
.okgn_count_number .okgn_top_right {
	background-image: url(../../images/renewal2/contents/okgn_img_count_frame_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.okgn_count_number .okgn_bottom_left {
	background-image: url(../../images/renewal2/contents/okgn_img_count_frame_3.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.okgn_count_number .okgn_bottom_right {
	background-image: url(../../images/renewal2/contents/okgn_img_count_frame_4.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.okgn_guide_info_count {
	border: 1px solid #5da0c1;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 3px;
}
.okgn_guide_info_material {
	width: 292px;
	margin-bottom: 7px;
	background-color: #E3E1E1;
}
.okgn_guide_info_material .okgn_frm_top img {
	display: block;
}
.okgn_guide_info_material .okgn_frm_bottom img {
	display: block;
}
.okgn_guide_info_material_main {
	width: 272px;
	padding: 5px 10px;
	margin-bottom: 7px;
}
.okgn_guide_info_material_main h4 {
	margin-bottom: 5px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.okgn_guide_info_material_main ol {
	padding-left: 20px;
}
.okgn_guide_info_material_main ol li {
  list-style-type: decimal;
}
.okgn_guide_info_material_main ul {
	padding-left: 20px;
}
.okgn_guide_info_material_main ul li {
	list-style-type: square;
}
.okgn_guide_info_tag {
	overflow: hidden;
}
.okgn_guide_info_tag li {
	float: left;
	background-image: url(../../images/renewal2/contents/okgn_bg_guide_info_tag.gif);
	background-position: left top;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e3e3e3;
	border-bottom-color: #717171;
	background-repeat: no-repeat;
	margin-right: 8px;
	padding-right: 7px;
	margin-bottom: 5px;
}
/*guide_rank_*/
.okgn_guide_rank_list {
	width: 292px;
	margin-bottom: 13px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	clear: both;
	float: left;
}
.okgn_guide_rank_list_last {
	margin-bottom: 0px;
}
.okgn_guide_rank_list dd, .okgn_guide_rank_list dt {
	float: left;
}
.okgn_guide_rank_list dt {
	margin-right: 10px;
}
.okgn_guide_rank_txt a {
	color: #666;
}
.okgn_guide_rank_ul {
	clear: both;
	width: 292px;
	display: block;
}
.okgn_guide_rank_ul li {
	font-size: 85%;
	width: 260px;
	min-height: 20px;
	padding-left: 32px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: -3px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	background-repeat: no-repeat;
	background-position: left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.okgn_guide_rank_ul li.okgn_rank04 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_4.gif);
}
.okgn_guide_rank_ul li.okgn_rank05 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_5.gif);
}
.okgn_guide_rank_ul li.okgn_rank06 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_6.gif);
}
.okgn_guide_rank_ul li.okgn_rank07 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_7.gif);
}
.okgn_guide_rank_ul li.okgn_rank08 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_8.gif);
}
.okgn_guide_rank_ul li.okgn_rank09 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_9.gif);
}
.okgn_guide_rank_ul li.okgn_rank10 {
	background-image: url(../../images/renewal2/common/okgn_icn_rank_10.gif);
}
.okgn_guide_rank_more {
	width: 290px;
	text-align: right;
	display: block;
	padding-top: 5px;
	padding-right: 2px;
}
.okgn_guide_rank_more img {
	margin-right: 6px;
	margin-bottom: -2px;
}
/*guide_special_*/
.okgn_guide_special_list {
	display: block;
	width: 292px;
	margin-bottom: 5px;
	overflow: hidden;
}
.okgn_guide_special_list li {
	width: 145px;
	text-align: center;
}
/*詳細ページ end */

.okgn_guide_action_btn_area {
	float: right;
}
.okgn_btn_edit {
	float: left;
}
.okgn_btn_edit a {
	display: block;
	background: url(../../images/renewal2/contents/okgn_btn_edit.png) no-repeat top left;
	width: 56px;
	height: 20px;
	line-height: 100px;
	overflow: hidden;
}
.okgn_btn_edit a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.okgn_btn_history {
	float: right;
	margin-left: 8px;
}
.okgn_btn_history a {
	display: block;
	background: url(../../images/renewal2/contents/okgn_btn_history.png) no-repeat top left;
	width: 56px;
	height: 20px;
	line-height: 100px;
	overflow: hidden;
}
.okgn_btn_history a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.okgn_box_comment {
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}
.okgn_colum_comment {
	width: 643px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.okgn_comment_arrow {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.okgn_comment_arrow img {
	position: relative;
}
.okgn_comment_user_ico {
	float: left;
}
.okgn_comment_user_ico img {
	border: 1px solid #d7d7d7;
}
.okgn_colum_comment_txt {
	border: 1px solid #d7d7d7;
	margin-left: -1px;
	float: left;
	width: 538px;
	word-wrap: break-word;
	padding: 10px;
}
.okgn_comment_txt_status {
	border-bottom: 1px dotted #ccc;
	clear: both;
	width: 535px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.okgn_comment_username {
	float: left;
}
.okgn_comment_time {
	float: right;
	color: #aaa;
}
.okgn_qa_list li.okgn_creation_ico {
	margin-bottom: 4px;
}
.okgn_qa_list li.okgn_creation_ico a {
	background: url(../../images/renewal2/contents/okgn_ico_create.gif) no-repeat top left;
	height: 18px;
	padding-left: 63px;
	width: 397px;
}
.dev_youtube {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/*okgn_guide_post_end*/
.okgn_guide_post_end {
	margin: 20px auto 30px;
	padding: 20px;
	width: 600px;
}
.okgn_guide_post_end h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.okgn_preview_link {
	margin-top: 10px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-left: -2px;
}
.okgn_preview_link a {
	display: block;
	background: #fff;
	padding: 5px 20px;
	width: 215px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 0 auto;
}
.okgn_preview_link a:hover {
	text-decoration: none;
	background: #f8f8f8;
}
.okgn_preview_link a img {
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
}
.okgn_post_end_txt {
	font-size: 14px;
	color: #666;
	margin: 30px auto 20px auto;
	line-height: 1.5;
}
.okgn_sns_post_area {
	border: none;
	width: 580px;
	height: 43px;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	overflow: hidden;
	color: #333;
}
.okgn_sns_count {
	font-size: 12px;
	color: #666;
}
.okgn_sns_check_area {
	padding-top: 20px;
	clear: both;
	font-size: 14px;
	text-align: center;
	margin-right: -10px;
}
.okgn_sns_check_area li {
	display: inline-block;
	margin-right: 10px;
}
.okgn_sns_check_area li input {
	vertical-align: middle;
	corsor: pointer;
}
.okgn_sns_check_area li img {
	vertical-align: middle;
	margin-top: -3px;
}
.okgn_sns_submit_btn {
	text-align: center;
	margin-top: 20px;
}
.okgn_sns_submit_btn input {
	background: url(../../images/renewal2/contents/okgn_btn_sns.png) no-repeat;
	width: 355px;
	height: 50px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
.okgn_sns_submit_btn input:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.okgn_no_share_link {
	font-size: 14px;
	text-align: center;
}

.outliner .okgn_frm_top > img,
.outliner .okgn_frm_bottom > img {
  width: 100%;
}









/* start all_global_header */
.nav {
  position: relative;
  width: 100%;
  z-index: 2;
  background: #311e04;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  box-sizing: border-box;
}

.nav a, .nav a:link, .nav a:visited, .nav a:active {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.nav a {
  position: relative;
  display: block;
}

.nav a:active {
  font-weight: bold;
}

.nav a:hover {
  text-decoration: underline;
}

.nav ul {
  margin: 0 auto;
  padding: 0;
  width: 970px;
  height: 32px;
  list-style: none;
  position: relative;
}

.nav ul li {
  float: left;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  margin-left: 16px;
  position: relative;
}

.nav ul li a.active {
  font-weight: bold;
}

.nav ul li:hover .tooltip {
  display: block;
}

.nav ul li:first-child {
  margin-left: 0;
}

.nav ul li.all_global_header_right {
  float: right;
}

.nav ul li.all_global_header_right a {
  margin: 0;
  padding: 0;
}

.nav ul li.more:hover .a_pull_d {
  display: block;
}

.nav ul li.more a {
  padding-right: 10px;
}

.nav ul li.more a:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background: url("../../images/renewal2/common/sprite_icon.png") no-repeat;
  background-size: 20px;
  background-position: left -7px;
  width: 5px;
  margin-top: -1px;
  height: 3px;
  display: block;
  background: none\9;
}

.nav ul li.more ul.a_pull_d {
  display: none;
  position: absolute;
  width: 130px;
  height: auto;
  background: #99865c;
  margin: 0;
  padding: 5px 10px;
  top: 29px;
  right: 0;
  z-index: 100000;
  text-align: left;
  font-size: 12px;
}

.nav ul li.more a span {
  position: absolute;
  top: 50%;
  right: -15px;
  background: url("../../images/renewal2/common/sprite_icon.png") no-repeat;
  background-size: 20px;
  background-position: left 7px;
  width: 20px;
  margin-top: -1px;
  height: 3px;
  display: block;
}

.nav ul li.more ul.a_pull_d li a span {
  display: none;
}

.nav ul li.more ul.a_pull_d:after {
  position: absolute;
  top: -4px;
  right: 5.4%;
  width: 9px;
  height: 5px;
  content: "";
  background: url("../../images/renewal2/common/sprite_icon.png") no-repeat;
  background-size: 20px;
  background-position: left top;
  display: block;
  background: none\9;
}

.nav ul li.more ul.a_pull_d li span {
  position: absolute;
  top: -4px;
  right: 0;
  width: 15px;
  height: 5px;
  background: url("../../images/renewal2/common/sprite_icon.png") no-repeat;
  background-size: 20px;
  background-position: left top;
  display: block;
}

.nav ul li.more ul.a_pull_d li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  position: static\9;
}

.nav ul li.more ul.a_pull_d li:first-child {
  border-top: none;
}

.nav ul li.more ul.a_pull_d li a {
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 0;
  display: block;
  font-weight: bold;
  position: relative;
  background: none;
  font-weight: 100;
}

.nav ul li.more ul.a_pull_d li a:before {
  display: none;
}

.nav ul li.more ul.a_pull_d li a:after {
  display: none;
}

.nav .tooltip {
  display: none;
  position: absolute;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  color: #fff;
  background: #99865c;
  margin: 0;
  padding: 8px;
  top: 29px;
  left: 0;
  z-index: 100000;
  text-align: left;
  white-space: nowrap;
}

.nav .tooltip:before {
  position: absolute;
  top: -4px;
  left: 20px;
  width: 9px;
  height: 5px;
  content: "";
  background: url("../../images/renewal2/common/sprite_icon.png") no-repeat;
  background-size: 20px;
  background-position: left top;
}

/* end all_global_header */

/*共通*/

pre, form, fieldset, input, textarea {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.report_spam_form pre, .report_spam_form form, .report_spam_form fieldset, .report_spam_form input, .report_spam_form textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* header お知らせ周り */
p.msg_cont_def {
	display:block;
	margin-bottom:10px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+  */
}

.msg_cont {
	position: absolute;
	background: url(/images/renewal/common/clr_img.png);
	border:1px solid #a4a4a4;
	border-top:none;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	width:198px;
	z-index:10;
}

.msg_cont dl {
	border-top: 1px solid #a4a4a4;
	padding:10px 10px 0;
	width:178px;
}

.msg_cont dt {
	border-bottom:1px solid #a4a4a4;
	padding-bottom:3px;
	margin-bottom:3px;
}

.msg_cont dd img {
	border:1px solid #CCC;
	margin-right:5px;
	float:left;
}

.msg_cont dd a {
	display:block;
	margin-bottom:10px;
	width:138px;
	float:right;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
}

.msg_cont dd em {
	color: #F90;
}

/*▽headerまわり*/
.okgn_index_wrapper {
	text-align: left;
}

.okgn_header_top, .okgn_header_main {
	font-size: 13px;
	line-height: 1.6;
	color:#666;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.okgn_header_top_area .okgn_header_main a:link, a:visited {
	color: #004db6;
	text-decoration: none;
	outline: none;
}

a:link, a:visited {
	color: #004db6;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration:underline;
}

/*ログイン後*/
.okgn_login_area.okgn_login_area_after {
	margin: 3px 0px 10px 0px;
	width:230px;
}

.okgn_login_after_status {
	font-size:13px;
}

.okgn_login_after_status dt {
	float:left;
	border:1px solid #ccc;
	width:45px;
	height:45px;
}

.okgn_login_after_status dt a {
	display:block;
	background:url(/images/renewal/avt_over.png) no-repeat top left;
}

.okgn_login_after_status dt a:hover {
	display:block;
	background:url(../images/renewal2/common/okgn_user_icon_hover.png) no-repeat;
}

.okgn_login_after_status a:hover img {
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	opacity:0.2;
}

.okgn_login_after_status dd {
	margin-left:60px;
}

.okgn_login_after_status dd.okgn_login_area_username {
	border-bottom:1px dotted #999999;
	padding-bottom:3px;
}

.okgn_login_after_status dd.okgn_login_area_status_action {
	margin-top:3px;
}

.okgn_ico_log_mail {
	float:right;
	padding-top:3px;
	height: 21px;
}

.okgn_ico_log_setup {
	float:right;
	padding-top:3px;
	margin-left:10px;
	height: 21px;
}

/*headerまわり*/

/*module*/
.okgn_flo_l {
	float:left;
}

.okgn_flo_r {
	float:right;
}

.okgn_txt10 {
	font-size: 77%;
}	/* 10px */

.okgn_txt11 {
	font-size: 85%;
}	/* 11px */

.okgn_txt12 {
	font-size: 93%;
}	/* 12px */

.okgn_txt14 {
	font-size: 108%;
}	/* 14px */

.okgn_txt15 {
	font-size: 116%;
}	/* 15px */

.okgn_txt16 {
	font-size: 124%;
}	/* 16px */

.okgn_txt17 {
	font-size: 131%;
}	/* 17px */

.okgn_txt18 {
	font-size: 139%;
}	/* 18px */

.okgn_txt19 {
	font-size: 147%;
}	/* 19px */

.okgn_txt20 {
	font-size: 154%;
}	/* 20px */

.okgn_txt24 {
	font-size: 185%;
}	/* 24px */

.okgn_txt25 {
	font-size: 193%;
	line-height:30px;
}	/* 25px */

.okgn_txt26 {
	font-size: 200%;
}	/* 26px */

.okgn_txt30 {
	font-size: 240%;
}	/* 26px */

.okgn_txt40 {
	font-size: 280%;
}	/* 26px */

.okgn_fo_b {
	font-weight:bold;
}

.okgn_mar_r_0 {
	margin-right: 0px;
}

.okgn_pad_bo_30 {
	padding-bottom: 30px;
}

.okgn_pad_to_6 {
	padding-top: 6px;
}

.okgn_border_none {
	border:none;
}

.okgn_color_f00 {
	color:#ff0000;
}

.okgn_clear_both {
	clear: both;
}

.okgn_pad_l_5 {
	padding-left: 5px;
}

.okgn_cl {
	clear:both;
}
/*ヘッダー*/

.okgn_header_top_area {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 13px;
	line-height: 1.6;
	min-width: 1000px;
	background-color: #e3e3e3;
}
.okgn_header_top {
	width: 980px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
/*sv_menu_*/
.okgn_sv_menu {
	width: 670px;
}
.okgn_sv_menu li {
	padding-right : 5px;
	padding-left : 5px;
	float: left;
	background-image: url(../images/renewal2/common/okgn_bg_sv_menu_line.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.okgn_sv_menu li.okgn_none {
	background-image: none;
}
/*header_main_*/
.okgn_header_main {
	width: 980px;
	margin-top: 7px;
	margin-bottom: 20px;
	overflow: hidden;
}
/*sv_logo_*/
.okgn_logo {
	width: 300px;
	margin-left: -10px;
	margin-top: -3px;
	margin-right: 12px;
}
.okgn_logo a {
	display: block;
	background: url(../images/renewal2/common/logo.svg) no-repeat left top;
	background: url(../images/renewal2/common/logo.png) no-repeat left top\9;
	background-size: 300px 63px;
	height: 63px;
	background-color: #fff;
	text-indent:100%;
  white-space:nowrap;
  overflow: hidden; 
  -ms-interpolation-mode: bicubic;
}
/*global_serch_*/
.okgn_global_search {
	width: 350px;
	height: 33px;
	margin-top: 12px;
}
.okgn_btn_search {
	background: url(../images/renewal2/common/okgn_btn_global_search.gif) no-repeat top left;
	width: 63px;
	height: 33px;
	float: left;
	width: 63px;
	height: 33px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
}
.okgn_btn_search:hover {
	cursor: pointer;
	border: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.okgn_global_search input[type="text"] {
	width: 260px;
	height: 31px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	border: 1px solid #bbbbbb;
	line-height: 32px;
	color: #999;
	font-size: 12px;
}
.okgn_global_search input[type="text"]::-moz-placeholder {
 color: #999;
}
.okgn_global_search input[type="text"]::-webkit-input-placeholder {
 color: #999;
}
/*login_area_*/
.okgn_login_area {
	width: 305px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.okgn_login_area .okgn_login_txt {
	width: 64px;
	margin-right: 4px;
}
.okgn_login_area .okgn_arrow {
	margin-top: 9px;
	line-height: 0;
}
.okgn_login_area ul {
	width: 175px;
	height: 20px;
	margin-top: 5px;
	line-height: 0;
}
.okgn_login_area ul li {
	width: 23px;
	padding-right: 3px;
	padding-left: 2px;
	background-image: url(../images/renewal2/common/okgn_bg_login_line.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
}
.okgn_login_area ul li.okgn_none {
	background-image: none;
	vertical-align: top;
	margin: -5px 0 0;
	width: 30px;
	height: 30px;
}
.okgn_login_area .okgn_login {
	margin-top: 4px;
	line-height: 0;
}
/*global_menu_mu_*/
.okgn_global_menu_mu {
	width: 980px;
	height: 37px;
	overflow: hidden;
}
.okgn_global_menu_mu li {
	float: left;
}
.okgn_global_menu_mu li a:hover {
	background-color: #FFFFFF;
}
.okgn_global_menu_mu li a:hover img {
	visibility: hidden;
}
.okgn_global_menu_mu .okgn_menu1 {
	width: 142px;
	height: 37px;
}
.okgn_global_menu_mu .okgn_menu1 a {
	display: block;
	width: 142px;
	height: 37px;
	background-image: url(../images/renewal2/common/okgn_nav_global_menu1_on.gif);
	background-size: 142px 37px;
	background-repeat: no-repeat;
}
.okgn_global_menu_mu .okgn_menu2 {
	width: 139px;
	height: 37px;
}
.okgn_global_menu_mu .okgn_menu2 a {
	display: block;
	width: 139px;
	height: 37px;
	background-image: url(../images/renewal2/common/okgn_nav_global_menu2_on.gif);
	background-repeat: no-repeat;
}
.okgn_global_menu_mu .okgn_menu3 {
	width: 140px;
	height: 37px;
}
.okgn_global_menu_mu .okgn_menu3 a {
	display: block;
	width: 140px;
	height: 37px;
	background-image: url(../images/renewal2/common/okgn_nav_global_menu3_on.gif);
	background-repeat: no-repeat;
}
.okgn_global_menu_mu .okgn_menu4 {
	width: 140px;
	height: 37px;
}
.okgn_global_menu_mu .okgn_menu4 a {
	display: block;
	width: 140px;
	height: 37px;
	background-image: url(../images/renewal2/common/okgn_nav_global_menu4_on.gif);
	background-repeat: no-repeat;
}
.okgn_global_menu_mu .okgn_menu5 {
	width: 140px;
	height: 37px;
}
.okgn_global_menu_mu .okgn_menu5 a {
	display: block;
	width: 140px;
	height: 37px;
	background-image: url(../images/renewal2/common/okgn_nav_global_menu5_on.gif);
	background-repeat: no-repeat;
}
.okgn_global_menu_mu .okgn_menu6 {
	width: 140px;
	height: 37px;
}
.okgn_global_menu_mu .okgn_menu6 a {
	display: block;
	width: 140px;
	height: 37px;
	background-image: url(../images/renewal2/common/okgn_nav_global_menu6_on.gif);
	background-repeat: no-repeat;
}
.okgn_global_menu_mu .okgn_menu7 {
	width: 139px;
	height: 37px;
}
.okgn_global_menu_mu .okgn_menu7 a {
	display: block;
	width: 139px;
	height: 37px;
	background-image: url(../images/renewal2/common/okgn_nav_global_menu7_on.gif);
	background-repeat: no-repeat;
}
/*catelist_*/
.okgn_catelist {
	width: 980px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004db6;
	overflow: hidden;
}
.okgn_catelist li {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 11px;
	line-height: 1.6em;
	float: left;
	padding-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-image: url(../images/renewal2/common/okgn_bg_catelist_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.okgn_catelist li.okgn_none {
	background-image: none;
}
.okgn_catelist li.okgn_none img {
	margin-right: 3px;
	margin-bottom: -2px;
}
/*ヘッダー終り*/

/*main_*/
.okgn_main_wrapper {
	clear: both;
	width: 980px;
	display: block;
	padding-bottom: 32px;
	float: left;
}
.okgn_img_mar_bor {
	padding: 3px;
	border: 1px solid #cccccc;
}
/*index_*/
.okgn_index_wrapper {
	width: 980px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*フッターfooter_*/

.okgn_footer {
	line-height: 1.6em;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 13px;
	margin-top: 10px; /* add develop side */
	padding-top: 22px;
	padding-bottom: 30px;
	background-color: #e3e3e3;
	min-width: 1000px;
	clear: both;
	position: relative;
	top: 10px;
}
.okgn_footer_wrapper {
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.okgn_footer_left {
	width: 665px;
}
.okgn_footer_right {
	margin-right: -10px;
}
.okgn_footer_right a {
	display: block;
	background: url(../images/renewal2/common/corp_logo.svg) no-repeat left top;
	background: url(../images/renewal2/common/corp_logo.png) no-repeat left top\9;
	background-size: 135px 47px;
	width: 135px;
	height: 47px;
	text-indent:100%;
  white-space:nowrap;
  overflow: hidden;
}
/*other_link*/
.okgn_other_link_list {
	width: 665px;
	margin-bottom: 5px;
	overflow: hidden;
	color: #666666;
}
.okgn_other_link_list li {
	padding-right : 5px;
	margin-right: 5px;
	float: left;
	background-image: url(/images/renewal2/common/okgn_bg_footer_line.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.okgn_other_link_list li.okgn_none {
	background-image: none;
}
.okgn_other_link_list li a {
	color: #666666;
}
/*copy*/
.okgn_copy {
	margin-top: 25px;
	color: #666;
}
/*フッター終り*/

/*
 * 開発側で追加した共通スタイル
 */
/* 共通スタイルクラス */
.dev-va-middle {
	vertical-align: middle;
}
.dev-pull-left {
	float: left;
}
.dev-pull-right {
	float: right;
}
.dev-pointable {
	cursor: pointer;
}
.dev_none {
	display: none;
}
.dev_center {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.dev_relative {
	position: relative;
}
.dev_block {
	display: block;
}
.dev_margin_bottom {
	margin-bottom: 10px;
}
.dev_scroller {
	overflow: auto;
}
.dev_bold {
	font-weight: 700;
}
/* 2013/04-のリニューアルに伴う新旧デザインの調整 */
.contents {
	width: 980px;
	margin: 10px auto 0;
	padding: 0;
}
/* guides/show 最大サイズじゃない画像の中央寄せ */
.okgn_guide_area .okgn_guide_dateils .okgn_guide_img {
	border: 0;
	text-align: center;
}
.okgn_guide_area .okgn_guide_dateils .okgn_guide_img img {
	display: block;
	margin: auto;
	border: 1px solid #CCCCCC;
}
/* users/edit fix */
.my_main_wrt dl {
	width: 770px;
	margin: 0px 10px;
	margin-bottom: 20px;
}
.my_main_wrt dt {
	width: 200px;
	padding: 20px 0;
	float: left;
}
.my_main_wrt dd {
	padding: 20px 0px 20px 200px;
	border-bottom: 1px dashed #CCC;
	min-height: 25px;
}
/* request */
.sbe_rct_step01 {
	background: url(../../images/renewal/top/rct_step.gif) no-repeat;
	width: 275px;
	height: 65px;
	overflow: hidden;
	margin: 10px auto;
}
.sbe_rct_step02 {
	background: url(../../images/renewal/top/rct_step.gif) no-repeat 0 -60px;
	width: 275px;
	height: 65px;
	overflow: hidden;
	margin: 10px auto;
}
.sbe_rct_step03 {
	background: url(../../images/renewal/top/rct_step.gif) no-repeat 0 -120px;
	width: 275px;
	height: 65px;
	overflow: hidden;
	margin: 10px auto;
}
.sbe_rct_step01 span, .sbe_rct_step02 span, .sbe_rct_step03 span {
	display: none;
}
.rct_btn {
	background: url(../../images/renewal/top/rct_btn.gif) no-repeat 0 0px;
	width: 223px;
	height: 41px;
	border: none;
}
.rct_btn_b {
	margin: 0 auto;
	width: 223px;
}
.rct_btn_b input:hover {
	cursor: pointer;
	border: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.request_text {
	width: 265px;
	margin-bottom: 10px;
	padding: 5px;
	height: 40px;
}
/* Q&Aまとめ投稿時刻 */
.dev_qa_post_info {
	text-align: right;
	font-size: 11px;
	margin-top: 15px;
	line-height: 1.5;
}
/* ステップ追加の下に余白 */
#guide_form .wmd-stepBtn {
	margin-bottom: 20px;
}
/* ガイド作成画面の引用に関する注記 */
ul.dev_guide_caution {
	color: #666;
	margin: 0 14px 0 14px;
	font-size: 11px;
	line-height: 1.4em;
	padding-left: 1em;
}
ul.dev_guide_caution li {
	text-indent: -1em;
	list-style-type: none;
}
/* ランキング上位用のcss */
.dev_ranking {
	display: block;
	width: 180px;
}
.dev_ranking_show {
	display: block;
	width: 240px;
}
/* divのblock全体にリンク */
/* .block_link:hover { opacity: 0.7; } */
/* 1行目タイトルとかのアレ */
.okgn_guide_area .okgn_guide_dateils .okgn_guide_step_header .okgn_ttl_step p.okgn_ttl_step_none {
	margin-left: 0px;
}
div.selectable * a {
	font-size: 10px;
}
/* users/edit ローディング */
.dev_loading {
	width: 165px;
	height: 165px;
	border: 1px solid #CCCCCC;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.my_sub_left > h2 > .dev_loading > img {
	border: none;
}
/* request_messages/index 開閉画像 */
.toggle_cate_inner.dev_open h3 a {
	background: url(../../../images/renewal/request/btn_toogle_open.png) no-repeat left top;
}
.toggle_cate_inner.dev_open h3 a:hover {
	background: url(../../../images/renewal/request/btn_toogle_open_hover.png) no-repeat left top;
}
/* ありがとうbtn guides/show */
.count img {
	float: left;
	border: none!important;
	margin-right: 3px;
}
.count_arw {
	background: url(../../images/renewal/top/rct_box_arw.gif) no-repeat left;
}
.count_arw.large {
	background: url(../../images/renewal/top/rct_box_arw.gif) no-repeat left 20px;
}
.count_indent {
	padding-top: 4px;
	color: #666;
}
.count p {
	float: left;
	margin: 0 2px;
	display: block;
}
.count p span {
	display: block;
	border: 1px solid #5fa0c1;
	margin-left: 4px;
	height: 18px;
	padding: 1px 8px;
	background: #FFF;
}
.count p.large span {
	display: block;
	border: 1px solid #5fa0c1;
	margin-left: 4px;
	height: 35px;
	margin-top: 4px;
	padding: 1px 15px;
	background: #FFF;
	text-align: center;
	line-height: 35px;
}
.count p.large span em {
	font-size: 18px !important;
}
.radi5 {
	-moz-border-radius: 5px; /*FireFox*/
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, IE */
}
.dev_arigato_btn {
	width: 592px;
	text-align: center;
	background-color: #F0FCFF;
	border: 1px solid #38BBFF;
	margin: 0 auto;
	padding: 20px;
	font-size: 18px;
}
/* guides/show share btn */
#share_btn {
	background: #E3E1E1;
	width: 60px;
	padding: 15px;
	margin-left: -100px;
	text-align: center;
	position: fixed;
	bottom: 150px;
	list-style-type: none;
	z-index: 100;
}

.dev_on_hover {
	border: none;
	cursor: pointer;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8
}


/* Selectbox Styles
=================================*/

a.sctble_display {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #262626;
	text-decoration: none;
	cursor: default;
}

	a.sctble_display span {
		display: block;
		width: 5em;
		cursor: default;
	}
	
	a.m_year span,
	a.s_year span { width: 3em }
	a.m_month span,
	a.s_month span,
	a.m_day span,
	a.s_day span { width: 2em }
	a.callback span { width: 9em }

/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {
	background: #40A9CE;
	border:#1D596D 1px solid;
}

	div.sctble_mat dl {
		width:510px;
		margin: 0;
	}
	div.sctble_mat dd {
		float:left;
		width:169px;
		padding:5px 0;
		border-bottom:#FFFFFF 1px solid;
		border-right:#FFFFFF 1px solid;
	}
    div.sctble_mat dd:nth-child(3n) {
      border-right: 0;
    }
	div.sctble_mat a {
		color: #FFFFFF;
		font-weight: bold;
		padding:8px 8px 6px 8px;
    font-size: 13px;
	}
	div.sctble_mat dd:hover {
		background-color:#F90;
	}
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
		padding:8px 8px 6px 8px;
	}
	
/* Pulldown Mat (No Optgroups)
=================================*/
	
div.sctble_mat.nooptgroup div.body {
	padding: .5em .6em;
	line-height: 1.9;
}

/* Date (Inline)
=================================*/

div.sctble_mat.sctble.m_year div.body,
div.sctble_mat.sctble.m_month div.body {
}
		
	div.sctble_mat.sctble.m_year a,
	div.sctble_mat.sctble.m_month a {
		padding: .4em;
	}
	
	div.sctble_mat.sctble.m_day a {
		display: inline-block;
		width: 1.5em;
		text-align: center;
	}
		
/* Simple Select Box
=================================*/
	
div.sBox {
	border: solid #dfdfdf 1px;
	border-left: none;
	width: 130px;
	overflow: auto;
	overflow-x: hidden;
	background: #FFF;
}

div.sBox.s_year { width: 6em }
div.sBox.s_month,
div.sBox.s_day { width: 5em }

	div.sctble_mat.sBox div.body {
		border: none;
		padding: 0;
		line-height: 1.5;
	}

	div.sBox a {
		border: solid #dfdfdf 1px;
		border-top: none;
		border-right: none;
		padding: .3em .5em;
		display: block;
		text-decoration: none;
	}
	
	div.sBox a.last-child {
		border-bottom: none;
	}
	
	div.sBox a:hover {
		background: #eee;
	}
	
	div.sBox a.selected {
		background: #eee;
	}


/* Selectbox Styles
=================================*/

a.sctble_display {
	border:1px solid #CCC;
	padding:0 5px;
    width:500px;
    float:right;
}

	a.sctble_display span {
		padding: 0 30px 0 2px;
		width:474px;
		height: 36px;
		background: #fff url(/images/icon_select.gif) no-repeat right 0;
		line-height: 36px;
	}
	a.sctble_display:hover span { background-position: right -38px }
	a.sctble_focus span { background-position: right -38px !important }
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {}

	div.sctble_mat dl {}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}
/*











*/

