@charset "utf-8";


/*-------------------------------------------------------
 * members global.css ママ
 *-------------------------------------------------------*/
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,/*strong,*/th,var{font-style:normal;font-weight:normal;}
ul,ol,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* fonts */
body {
  line-height: 1.5;
  color: #333;
  font-size: 12px;
  font-family: Verdana, 'Hiragino Kaku Gothic Pro', Osaka, 'MS P Gothic', sans-serif;
}
table {
  font-size: 100%;
}
select, input, textarea {
  line-height: 1.5;
  color: #333;
  font-size: 12px;
  font-family: Verdana, 'Hiragino Kaku Gothic Pro', Osaka, 'MS P Gothic', sans-serif;
}
pre, code, samp, kbd, var {
  font-family: Consolas, Monaco, monospace;
  font-size: 100%;
}
sub, sup {
  font-size: 50%;
}

/* basic page elements */
a {
  color: #0066cc;
  text-decoration: none;
}
a:visited {
  color: #003399;
  text-decoration: none;
}
a:hover {
  color: #0066cc;
  text-decoration: underline;
}
a:active {
  color: #0099ff;
  text-decoration: underline;
}

img,
a img {
  border: 0;
}
/* .float clear class */
.clear-fix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
* html .clear-fix {
  display: inline-block;
}
/* no ie mac \*/
* html .clear-fix {
  height: 1%;
}
.clear-fix {
  display: block;
  min-height: 0;
}
/**/
.clear{
clear:both;
}

/* ------------------------------------------------------------------------ */
/* body ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
body {
  text-align: center;
}

/* ------------------------------------------------------------------------ */
/* #header, #contents, #topicpath, #footer -------------------------------- */
/* ------------------------------------------------------------------------ */
#header,
#contents,
#topicpath,
#footer,
#copyright {
  clear: both;
  position: relative;
  width: 950px;
  margin: 0 auto;
  text-align: left;
}

/* ------------------------------------------------------------------------ */
/* #header ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* #site-name */
/* ------------------------------------------------------------------------ */
#site_name {
  float: left;
  height: 28px;
}

/* #related-site-link */
/* ------------------------------------------------------------------------ */
#related_site_link {
  float: right;
  height: 18px;
  padding-top: 10px;
}
#related_site_link li {
  display: inline;
  margin-left: 10px;
}

/* #login_box */
/* ------------------------------------------------------------------------ */
#login_box {
  position: relative;
  overflow: hidden;
  float: left;
  width: 250px;
  height: 89px;
  background-image: url(parts/header/login_box2.gif);
}

/* ログイン後 */
/* ------------------------------------------------------------------------ */
.rank1 {
  background-position: -250px 0;
}
.rank2 {
  background-position: -500px 0;
}
.rank3 {
  background-position: -750px 0;
}
.rank4 {
  background-position: -1000px 0;
}
.rank5 {
  background-position: -1250px 0;
}
#login_box img.snapshot {
  position: absolute;
  top: 6px;
  left: 7px;
}
.memberinfo {
  margin-left: 72px;
  font-size: 10px;
  line-height: 13px;
  margin-top: 12px;
  color: #666;
}
.memberinfo a {
  font-weight: bold;
}
.memberinfo li.nickname {
  font-size: 11px;
}
.memberinfo li a.messages {
  margin-left: 10px;
  padding-left: 10px;
  background: url(parts/vline.gif) left center no-repeat;
}


.pointinfo {
  position: absolute;
  top: 45px;
  left: 68px;
  width: 170px;
  height: 30px;
  font-size: 10px;
  background: url(parts/header/login_box_line.gif) 70px 6px no-repeat;
}
.pointinfo li.point {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 80px;
  padding-left: 13px;
  background: url(parts/header/login_box_icon_1.gif) left center no-repeat;
}
/*
.pointinfo li.coin {
  position: absolute;
  top: 2px;
  left: 75px;
  width: 80px;
  padding-left: 13px;
  background: url(parts/header/login_box_icon_2.gif) left center no-repeat;
}
*/
.pointinfo li.crysta {
  position: absolute;
  top: 2px;
  left: 75px;
  width: 80px;
  padding-left: 16px;
  background: url(parts/header/login_box_crysta.gif) left center no-repeat;
}
.pointinfo li.point_admin {
  position: absolute;
  top: 16px;
  left: 6px;
  width: 150px;
}

/* ログイン前 */
/* ------------------------------------------------------------------------ */
#login_box form {
  padding-top: 7px;
  color: #fff;
  font-size: 10px;
}
#login_box form a {
  color: #fff;
}
#login_box form span {
  display: block;
}
#login_box form .mem_about {
  position: absolute;
  top: 64px;
  left: 66px;
  color: #e7ecef;
  line-height: 1;
}
#login_box form .mem_about img {
  margin-right: 3px;
  vertical-align: middle;
}
#login_box form .login_id_box input,
#login_box form .password_box input {
  display: block;
  width: 83px;
  height: 13px;
  margin: 0 0 0 61px;
  margin /**/: 1px 0 2px 61px;
  padding: 1px 3px;
  font-size: 10px;
  border: none;
  background: transparent url(parts/header/input_bg.gif);
}
*:first-child+html #login_box form .login_id_box input,
*:first-child+html #login_box form .password_box input {
  margin: 0 0 0 61px;
}
#login_box form .login_id_box label,
#login_box form .password_box label {
  display: none;
}
#login_box form .save_id_box {
  position: relative;
  display: block;
  margin: 6px 0 1px 8px;
}
#login_box form input.save_id {
  position: absolute;
  left: -10000px;
}
#login_box form .save_id_box * {
  vertical-align: middle;
}
label.checkbox span.holder {
  float: left;
  width: 12px;
  height: 12px; 
  background: url(parts/header/checkbox.gif) no-repeat;
}
label.checked span.holder {
  background-position: -12px 0;
}
label.prettyCheckbox span.holderWrap {
  display: block;
  float: left;
  position: relative;
  margin-right: -1px;
  margin-right /**/: 2px;
  overflow: hidden;
}
label.prettyCheckbox span.holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#login_box form .reminder_box {
  clear: both;
  margin-left: 8px;
}
#login_box form .reminder_box img {
  margin-right: 2px;
}
#login_box form .reminder_box * {
  vertical-align: middle;
}
/*
#login_box form a.login_submit {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  overflow: hidden;
  width: 88px;
  height: 0 !important;
//  height : 32px;
  padding-top: 32px;
  background-image: url(parts/header/login_box_btn3.gif);
  background-position: 0 -32px;
}
#login_box form a.login_submit:hover {
  background-position: -88px -32px;
}
#login_box form a.new_member {
  position: absolute;
  top: 46px;
  right: 8px;
  display: block;
  overflow: hidden;
  width: 88px;
  height: 0 !important;
//  height : 32px;
  padding-top: 32px;
  background-image: url(parts/header/login_box_btn2.gif);
  background-position: 0 0;
}
#login_box form a.new_member:hover {
  background-position: -88px 0;
}
*/
#login_box form a.login_submit {
  position: absolute;
  top: 3px;
  left: 61px;
  display: block;
  overflow: hidden;
  width: 91px;
  height: 0 !important;
  height /**/: 55px;
  padding-top: 55px;
  background-image: url(parts/header/login_box_btn3.gif);
  background-position: 0 -55px;
}
#login_box form a.login_submit:hover {
  background-position: -94px -55px;
}
#login_box form a.new_member {
  position: absolute;
  top: 3px;
  left: 152px;
  display: block;
  overflow: hidden;
  width: 94px;
  height: 0 !important;
  height /**/: 55px;
  padding-top: 55px;
  background-image: url(parts/header/login_box_btn3.gif);
  background-position: 0 0;
}
#login_box form a.new_member:hover {
  background-position: -94px 0;
}

/* #nav */
/* ------------------------------------------------------------------------ */
#nav {
  float: left;
  width: 700px;
  height: 89px;
}

/* #global_nav */
/* ------------------------------------------------------------------------ */
ul#global_nav {
  width: 700px;
  height: 54px;
  overflow: hidden;
}
ul#global_nav li {
  float: left;
  display: inline;
}
ul#global_nav li a {
  display: block;
  overflow: hidden;
  height: 0 !important;
  height /**/: 54px;
  padding-top: 54px;
  background-image: url(parts/header/global_nav0907.gif);
}

ul#global_nav li.point a {
  width: 117px;
  background-position: 0 0;
}
ul#global_nav li.point a:hover,
ul#global_nav li.point a.focus,
ul#global_nav li.point a.current {
  background-position: 0 -54px;
}
ul#global_nav li.special a {
  width: 117px;
  background-position: -117px 0;
}
ul#global_nav li.special a:hover,
ul#global_nav li.special a.focus,
ul#global_nav li.special a.current {
  background-position: -117px -54px;
}
ul#global_nav li.webgame a {
  width: 117px;
  background-position: -234px 0;
}
ul#global_nav li.webgame a:hover,
ul#global_nav li.webgame a.focus,
ul#global_nav li.webgame a.current {
  background-position: -234px -54px;
}
ul#global_nav li.community a {
  width: 117px;
  background-position: -351px 0;
}
ul#global_nav li.community a:hover,
ul#global_nav li.community a.focus,
ul#global_nav li.community a.current {
  background-position: -351px -54px;
}
ul#global_nav li.avatar a {
  width: 117px;
  background-position: -468px 0;
}
ul#global_nav li.avatar a:hover,
ul#global_nav li.avatar a.focus,
ul#global_nav li.avatar a.current {
  background-position: -468px -54px;
}

ul#global_nav li.store a {
  width: 115px;
  background-position: -585px 0;
}
ul#global_nav li.store a:hover,
ul#global_nav li.store a.focus,
ul#global_nav li.store a.current {
  background-position: -585px -54px;
}

/* #sub_nav */
/* ------------------------------------------------------------------------ */
#sub_nav {
  position: relative;
  width: 700px;
  height: 35px;
  overflow: hidden;
  background-image: url(parts/header/global_nav0907.gif);
  background-position: 0 -108px;
}
#sub_nav ul {
  padding: 9px 8px 0 8px;
  font-size: 10px;
}
#sub_nav ul li {
  display: none;
}
#sub_nav ul li.current {
  display: block;
  text-align: left;
}
#sub_nav ul li a {
  position: relative;
  display: inline;
/*  float: left;*/
}
#sub_nav ul li a.link {
  margin-left: 9px;
  padding-left: 9px;
  background: url(parts/vline.gif) left center no-repeat;
}
#sub_nav ul li a.link_all {
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 9px;
  height: 32px;
}
#sub_nav ul li a img {


}

#sub_nav ul li.community,
#sub_nav ul li.avatar {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
#sub_nav ul li.download,
#sub_nav ul li.store {
  text-align: right;
/*  float: right;*/
}



/* ------------------------------------------------------------------------ */
/* #contents -------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#contents {
  line-height: 1.5;
  background: url(parts/contents_bg.gif) repeat-y;
}


/* ------------------------------------------------------------------------ */
/* #topicpath ------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#topicpath {
  line-height: 30px;
  width: 930px;
  height: 31px;
  padding: 0 10px;
  background: url(parts/topicpath/topicpass_bg.gif);
}
#topicpath ul {
  float: left;
}
#topicpath ul li {
  display: inline;
  padding-left: 11px;
  font-size: 10px;
  background: url(parts/arrow/arrow4_r.gif) 1px center no-repeat;
}
#topicpath ul li.first {
  padding-left: 0;
  background: none;
}
#topicpath a.pagetop_link {
  float: right;
}


/* ------------------------------------------------------------------------ */
/* #footer ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#footer {
  width: 934px;
  height: 57px;
  padding: 6px 8px 0;
  font-size: 10px;
  background: url(parts/footer/footer_bg.gif);
}
#footer .mobile_info,
#footer .mobile_info img,
#footer .mobile_info .mobile_info_text,
#footer .sitemap {
  float: left;
}
#footer .mobile_info img {
  display: block;
}
#footer .mobile_info {
  width: 190px;
  height: 51px;
}
#footer .mobile_info .mobile_info_text {
  line-height: 13px;
  margin: 5px;
  letter-spacing: 0.5px;
}
#footer .mobile_info .mobile_info_text a {
  display: block;
  margin-bottom: 3px;
}
#footer .sitemap {
  line-height: 1.5;
  width: 705px;
  padding: 8px 0 0;
  color: #666;
}
#footer .sitemap li {
  line-height: 15px;
  margin-bottom: 5px;
}
#footer .sitemap span {
  display: block;
  float: left;
  font-weight: bold;
}
#footer .sitemap a {
  display: block;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: normal;
  background: url(parts/vline.gif) left center no-repeat;
}
#footer .sitemap a img.icon_newwindow {
  padding-top: 2px;
}
#footer > .sitemap a img.icon_newwindow {
  padding-top: 0;
}
#footer .logout_btn {
  line-height: 20px;
  position: absolute;
  top: 7px;
  right: 8px;
  display: block;
  width: 99px;
  height: 21px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/footer/footer_btn_logout.gif);
}
#footer span.logout_btn {
  color: #a7a7a7;
  background-position: 0 0;
}
#footer a.logout_btn {
  text-decoration: none;
  background-position: 0 0;
}
#footer a.logout_btn:hover {
  background-position: -99px 0;
}


/* ------------------------------------------------------------------------ */
/* #copyright ------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#copyright {
  padding-bottom: 20px;
  font-size: 10px;
  text-align: right;
}
#copyright * {
  vertical-align: bottom;
}


/* ------------------------------------------------------------------------ */
/* global site class ------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------ */
/* カラム ----------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* one-column */
/* ------------------------------------------------------------------------ */
.one-column #main {
  overflow-x: hidden;
  width: 928px;
/*  padding: 20px 11px;*/
  padding: 13px 11px 20px 11px;
}

/* one-column-center */
/* ------------------------------------------------------------------------ */
.one-column-center #main {
  overflow-x: hidden;
  width: 508px;
  padding: 13px 221px 20px;
}

/* two-column */
/* ------------------------------------------------------------------------ */
.two-column #main,
.two-column #sidebar {
  overflow-x: hidden;
  float: left;
}
.two-column #main {
  width: 718px;
  padding: 13px 10px 20px 11px;
}
.two-column #sidebar {
  width: 200px;
  padding: 10px 11px 20px 0;
}


/* two-column-avatar*/
.two-column-avatar #main,
.two-column-avatar #leftbar {
  overflow-x: hidden;
  float: left;
}
.two-column-avatar #leftbar {
  width: 170px;
  padding: 10px 0 20px 11px;
}
.two-column-avatar #main {
  width: 748px;
  padding: 13px 10px 20px 11px;
}


/* three-column */
/* ------------------------------------------------------------------------ */
.three-column #leftbar,
.three-column #main,
.three-column #sidebar {
/*  overflow-x: hidden;*/
  float: left;
}
.three-column #main,
.three-column #sidebar {
  overflow-x: hidden;
}
.three-column #leftbar {
  width: 170px;
  padding: 10px 0 20px 11px;
}
.three-column #main {
  width: 538px;
  padding: 15px 10px;
}
.three-column #sidebar {
  width: 200px;
  padding: 10px 11px 20px 0;
}


/* ------------------------------------------------------------------------ */
/* 見出し ----------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* 最上部 */
/* ------------------------------------------------------------------------ */
#main .title_l {
  position: relative;
  margin-bottom: 10px;
  padding: 1px 0;
  border-bottom: solid 2px #999;
}
#main .title_l .title_name {
  line-height: 15px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
#main .title_l .title_desc {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #999;
  font-size: 12px;
  font-weight: bold;
}
#main .title_l .title_desc a {
  color: #0066cc;
}

/* 中見出し */
/* ------------------------------------------------------------------------ */
#main .title_m {
  position: relative;
  height: 22px;
  margin-bottom: 10px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
  border-bottom: solid 1px #afb8ba;
}

#main .title_m {
  position: relative;
  height: 22px;
  margin-bottom: 10px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
  border-bottom: solid 1px #afb8ba;
}

div#sidebar #main .title_m {
  border-bottom: none;
}


#main .title_m .title_name {
  line-height: 22px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#main .title_m a.title_name {
  color: #0066cc;
}
#main .title_m .title_desc {
  position: absolute;
  right: 5px;
  bottom: 5px;
/*  height: 22px;
  line-height: 22px;*/
}

/* 中見出し 2行 */
/* ------------------------------------------------------------------------ */
#main .title_m_double {
  position: relative;
  height: 35px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
  border-bottom: solid 1px #afb8ba;
}
#main .title_m_double .title_name {
  line-height: 15px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#main .title_m_double a.title_name {
  color: #0066cc;
}
#main .title_m_double .title_desc {
  position: absolute;
  right: 0;
  bottom: 4px;
}

/* 小見出し */
/* ------------------------------------------------------------------------ */
#main .title_s {
  position: relative;
  height: 22px;
  margin-bottom: 10px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
}
#main .title_s .title_name {
  line-height: 22px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#main .title_s a.title_name {
  color: #0066cc;
}
#main .title_s .title_desc {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 22px;
  line-height: 22px;
}

/* 小見出し 2行 */
/* ------------------------------------------------------------------------ */
#main .title_s_double {
  position: relative;
  height: 35px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
}
#main .title_s_double .title_name {
  line-height: 15px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#main .title_s_double a.title_name {
  color: #0066cc;
}
#main .title_s_double .title_desc {
  position: absolute;
  right: 0;
  bottom: 4px;
}

/* 太字小見出し */
/* ------------------------------------------------------------------------ */
#main .title_ss {
  position: relative;
  height: 22px;
  margin-bottom: 10px;
}
#main .title_ss .title_name {
  line-height: 22px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#main .title_ss a.title_name {
  color: #0066cc;
}
#main .title_ss .title_desc {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 22px;
  line-height: 22px;
}

/* サイドバー見出し */
/* ------------------------------------------------------------------------ */
#sidebar .title_m {
  height: 22px;
  margin-bottom: 5px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
  border-bottom:none;
}
#sidebar .title_m .title_name {
  line-height: 22px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#sidebar .title_m .title_name a {
  font-size: 12px !important;
}
#sidebar .title_m .title_desc {
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
}

/*二行体裁*/

#sidebar .title_m_double {
  position: relative;
  height: 35px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 7px;
  border-left: solid 7px #afb8ba;
  border-bottom: none;
}

#sidebar .title_m {
  border-bottom:none;
  font-size: 12px;
}
#sidebar .title_m_double .title_name {
  line-height: 15px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

#sidebar p.qr{
  text-align:center;
}
#sidebar p.qr a{
  font-size:12px;
}


/* ------------------------------------------------------------------------ */
/* 段落 ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* section */
/* ------------------------------------------------------------------------ */
.section {
  margin-bottom: 10px;
}

.section_b5 {
  margin-bottom: 5px;
}

.section_b10 {
  margin-bottom: 10px;
}

.section_b15 {
  margin-bottom: 15px;
}

.section_b20 {
  margin-bottom: 20px;
}

.section_b25 {
  margin-bottom: 25px;
}

.section_b30 {
  margin-bottom: 30px;
}

.section_b35 {
  margin-bottom: 35px;
}

.section_b40 {
  margin-bottom: 40px;
}

.section_b45 {
  margin-bottom: 45px;
}

.section_b50 {
  margin-bottom: 50px;
}

.section_12 {
  line-height: 18px;
  font-size: 12px;  
}
.section_10 {
  line-height: 13px;
  font-size: 10px; 
  letter-spacing: 0.5px;
}


/* ------------------------------------------------------------------------ */
/* ボックス --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* 1カラム 半分サイズ */
/* ------------------------------------------------------------------------ */
.box_459 {
  clear: both;
  width: 459px;
  margin-bottom: 10px;
}
.box_459_odd {
  float: left;
  width: 459px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.box_459_even {
  float: left;
  width: 459px;
  margin-bottom: 10px;
}
.box_459_top,
.box_459_bottom {
  width: 459px;
  height: 15px;
  overflow: hidden;
}
.box_459_top {
  background: url(parts/box/box_459_top.gif);
}
.box_459_bottom {
  background: url(parts/box/box_459_bottom.gif) bottom;
}
.box_459_middle {
  width: 429px;
  padding: 0 15px;
  overflow: hidden;
  background: url(parts/box/box_459_middle.gif) repeat-y;
}
/* bottom ボタン、背景塗りつぶし*/
.box_459_bottom2 {
  overflow: hidden;
  width: 459px;
  padding: 5px 0;
  text-align: center;
  background: url(parts/box/box_459_bottom2.gif) bottom;
}

/* 1カラム フルサイズ */
/* ------------------------------------------------------------------------ */
.box_928 {
  margin-bottom: 10px;
}
.box_928_top,
.box_928_bottom {
  width: 928px;
  height: 15px;
  overflow: hidden;
}
.box_928_top {
  background: url(parts/box/box_928_top.gif);
}
.box_928_bottom {
  background: url(parts/box/box_928_bottom.gif) bottom;
}
.box_928_middle {
  width: 898px;
  padding: 0 15px;
  overflow: hidden;
  background: url(parts/box/box_928_middle.gif) repeat-y;
}

/* タブ 1カラム フルサイズ */
/* ------------------------------------------------------------------------ */
.box_928_tab {
  margin-bottom: 10px;
}
.box_928_tab .box_928_middle {
  padding-top: 10px;
}
.box_928_tab .box_928_top {
  height: auto;
  background: url(parts/box/box_928_top2.gif) bottom no-repeat;
}
.box_928_tab .box_928_top ul li {
  float: left;
  display: inline;
}
/* タブ1行 */
.box_928_tab .box_928_top ul.box_928_tab_single {
  height: 35px;
  margin-left: 5px;
}
.box_928_tab .box_928_top ul.box_928_tab_single li a {
  line-height: 35px;
  display: block;
  width: 188px;
  font-weight: bold;
  margin-left: 5px;
  text-align: center;
}
.box_928_tab .box_928_top ul.box_928_tab_single li a {
  height: 35px;
  background-image: url(parts/box/box_376_tab1.gif);
  background-position: -188px 0;
}
.box_928_tab .box_928_top ul.box_928_tab_single li a:hover,
.box_928_tab .box_928_top ul.box_928_tab_single li a.current {
  background-position: 0 0;
  color: #666;
  text-decoration: none;
}
/* タブ1行5列 */
.box_928_tab2 .box_928_top ul.box_928_tab_single li a {
  width: 168px;
}
.box_928_tab2 .box_928_top ul.box_928_tab_single li a {
  height: 35px;
  background-image: url(parts/box/box_336_tab.gif);
  background-position: -168px 0;
}
/* タブ2行 */
.box_928_tab .box_928_top ul.box_928_tab_double {
  height: 45px;
  margin-left: 5px;
}
.box_928_tab .box_928_top ul.box_928_tab_double li a {
  line-height: 45px;
  display: block;
  width: 188px;
  font-weight: bold;
  margin-left: 5px;
  text-align: center;
}
.box_928_tab .box_928_top ul.box_928_tab_double li a {
  height: 45px;
  background-image: url(parts/box/box_376_tab2.gif);
  background-position: -188px 0;
}
.box_928_tab .box_928_top ul.box_928_tab_double li a:hover,
.box_928_tab .box_928_top ul.box_928_tab_double li a.current {
  background-position: 0 0;
  color: #666;
  text-decoration: none;
}
.box_928_tab .box_928_top ul.box_928_tab_double li a.double {
  line-height: 15px;
  height: 37px;
  padding-top: 8px;
}

/* 1カラム 真ん中寄せ */
/* ------------------------------------------------------------------------ */
.box_508 {
  clear: both;
  width: 508px;
  margin-bottom: 10px;
}
.box_508_top,
.box_508_bottom {
  width: 508px;
  height: 15px;
  overflow: hidden;
}
.box_508_top {
  background: url(parts/box/box_508_top.gif);
}
.box_508_bottom {
  background: url(parts/box/box_508_bottom.gif) bottom;
}
.box_508_middle {
  width: 478px;
  padding: 0 15px;
  overflow: hidden;
  background: url(parts/box/box_508_middle.gif) repeat-y;
}
/* bottom ボタン、背景塗りつぶし*/
.box_508_bottom2 {
  overflow: hidden;
  width: 508px;
  padding: 5px 0;
  text-align: center;
  background: url(parts/box/box_508_bottom2.gif) bottom;
}

/* 1カラム 真ん中寄せ RED */
/* ------------------------------------------------------------------------ */
.box_508red {
  clear: both;
  width: 508px;
}
.box_508red_top,
.box_508red_bottom {
  width: 508px;
  height: 15px;
  overflow: hidden;
}
.box_508red_top {
  background: url(parts/box/box_508red_top_re.gif);
}
.box_508red_bottom {
  background: url(parts/box/box_508red_bottom_re.gif) bottom;
}
.box_508red_middle {
  width: 478px;
  padding: 0 15px;
  overflow: hidden;
  background: url(parts/box/box_508red_middle_re.gif) repeat-y;
}

/* 2カラム メインのフルサイズ */
/* ------------------------------------------------------------------------ */
.box_718_top,
.box_718_bottom {
  width: 718px;
  height: 15px;
  overflow: hidden;
}
.box_718_top {
  background: url(parts/box/box_718_top.gif);
}
.box_718_bottom {
  background: url(parts/box/box_718_bottom.gif) bottom;
}
.box_718_middle {
  width: 688px;
  padding: 0 15px;
  overflow: hidden;
  background: url(parts/box/box_718_middle.gif) repeat-y;
}

/* 2カラム フルバナー */
/* ------------------------------------------------------------------------ */
.box_718_middle_left,
.box_718_middle_right {
  float: left;
}
.box_718_middle_left {
  width: 333px;
}
.box_718_middle_right {
  width: 333px;
  padding-left: 22px;
  background: url(/jp/avatar/css/parts/line/vline_type1.gif) 10px 0 repeat-y;
}

/* 2カラム メインのフルサイズ RED */
/* ------------------------------------------------------------------------ */
.box_718red {
  clear: both;
  width: 508px;
}
.box_718red_top,
.box_718red_bottom {
  width: 718px;
  height: 15px;
  overflow: hidden;
}
.box_718red_top {
  background: url(parts/box/box_718red_top_re.gif);
}
.box_718red_bottom {
  background: url(parts/box/box_718red_bottom_re.gif) bottom;
}
.box_718red_middle {
  width: 688px;
  padding: 0 15px;
  overflow: hidden;
  background: url(parts/box/box_718red_middle_re.gif) repeat-y;
}


/* タブ 2カラム メインのフルサイズ */
/* ------------------------------------------------------------------------ */
.box_718_tab {
  margin-bottom: 10px;
}
.box_718_tab .box_718_middle {
  padding-top: 10px;
}
.box_718_tab .box_718_top {
  height: auto;
  background: url(parts/box/box_718_top2.gif) bottom no-repeat;
}
.box_718_tab .box_718_top ul li {
  float: left;
  display: inline;
}
/* タブ1行 */
.box_718_tab .box_718_top ul.box_718_tab_single {
  height: 35px;
  margin-left: 5px;
}
.box_718_tab .box_718_top ul.box_718_tab_single li a {
  line-height: 35px;
  display: block;
  width: 168px;
  font-weight: bold;
  margin-left: 5px;
  text-align: center;
}
.box_718_tab .box_718_top ul.box_718_tab_single li a {
  height: 35px;
  background-image: url(parts/box/box_336_tab1.gif);
  background-position: -168px 0;
}
.box_718_tab .box_718_top ul.box_718_tab_single li a:hover,
.box_718_tab .box_718_top ul.box_718_tab_single li a.current {
  background-position: 0 0;
  color: #666;
  text-decoration: none;
}

/* 2カラム メインの半分サイズ */
/* ------------------------------------------------------------------------ */
.box_353 {
  clear: both;
  width: 353px;
  margin-bottom: 10px;
}
.box_353_odd {
  float: left;
  width: 353px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.box_353_even {
  float: left;
  width: 353px;
  margin-bottom: 10px;
}
.box_353_top,
.box_353_bottom {
  width: 353px;
  height: 15px;
  overflow: hidden;
}
.box_353_top {
  background: url(parts/box/box_353_top.gif);
}
.box_353_bottom {
  background: url(parts/box/box_353_bottom.gif) bottom;
}
.box_353_middle {
  width: 323px;
  padding: 0 15px;
  overflow: hidden;
  background: url(parts/box/box_353_middle.gif) repeat-y;
}



/* タブ 2カラム メインのフルサイズの中に収まるサイズ */
/* ------------------------------------------------------------------------ */
div.box_688_top {
  background: url(parts/box/box_688_top.gif) no-repeat top left;
}
div.box_688_top,
div.box_688_bottom {
  overflow: hidden;
  height: 15px;
  width: 688px;
}
div.box_688_bottom {
  background: url(parts/box/box_688_bottom.gif) no-repeat bottom left;
}
.box_688_middle {
  overflow: hidden;
  width: 658px;
  background: url(parts/box/box_688_middle.gif) repeat-y 0 0;
  padding: 0 15px;
}


/* サイドバー フルサイズ（赤） */
/* ------------------------------------------------------------------------ */
.box_200red {
  clear: both;
  width: 200px;
  margin-bottom: 10px;
}
.box_200red_top,
.box_200red_bottom {
  overflow: hidden;
  width: 200px;
  height: 5px;
}
.box_200red_top {
  background: url(parts/box/box_200red_top_re.gif) no-repeat 0 0;
}
.box_200red_bottom {
  background: url(parts/box/box_200red_bottom_re.gif) no-repeat 0 0;
}
.box_200red_middle {
  width: 180px;
  padding: 7px 10px;
  overflow: hidden;
  background: url(parts/box/box_200red_middle_re.gif) repeat-y;
}
/* ------------------------------------------------------------------------ */
/* 左右寄せ、センター、テキスト、その他 ------------------------------------*/
/* ------------------------------------------------------------------------ */
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.align_center {
  margin: 0 auto;
  text-align: center;
}
/* エラー文言は赤 */
.error {
  color: #cc0000;
}
/* アイコン余白調整 */
img.icon_newwindow {
  padding: 0 5px;
}


/* ------------------------------------------------------------------------ */
/* 矢印アイコン ------------------------------------------------------------*/
/* right_right - 右向き、右側 - arrow1_rr --------------------------------- */
/* top_right   - 上向き、右側 - arrow1_tr --------------------------------- */
/* ------------------------------------------------------------------------ */

/* 14px */
/* ------------------------------------------------------------------------ */
.arrow1_tl_14 {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 14px;
  background: url(parts/arrow/arrow1_t.gif) left 5px no-repeat;
}
.arrow1_rl_14 {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 14px;
  background: url(parts/arrow/arrow1_r.gif) left 5px no-repeat;
}
.arrow1_bl_14 {

  line-height: 1.3;
  padding-left: 12px;
  background: url(parts/arrow/arrow1_b.gif) left 5px no-repeat;
}
.arrow1_ll_14 {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 14px;
  background: url(parts/arrow/arrow1_l.gif) left 5px no-repeat;
}
.arrow2_rl_14 {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 14px;
  background: url(parts/arrow/arrow2_r.gif) left 3px no-repeat;
}
.arrow3_rl_14 {

  color: #666;
  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(parts/arrow/arrow3_r.gif) left 5px no-repeat;
}

/* 12px */
/* ------------------------------------------------------------------------ */
.arrow1_tr {
  padding-right: 12px;
  font-size: 12px;
  background: url(parts/arrow/arrow1_t.gif) right center no-repeat;
}
.arrow1_rr {
  padding-right: 12px;
  font-size: 12px;
  background: url(parts/arrow/arrow1_r.gif) right center no-repeat;
}
.arrow1_br {
  padding-right: 12px;
  font-size: 12px;
  background: url(parts/arrow/arrow1_b.gif) right center no-repeat;
}
.arrow1_lr {
  padding-right: 12px;
  font-size: 12px;
  background: url(parts/arrow/arrow1_l.gif) right center no-repeat;
}
.arrow1_tl {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(parts/arrow/arrow1_t.gif) left 3px no-repeat;
}
.arrow1_rl {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(parts/arrow/arrow1_r.gif) left 3px no-repeat;
}
.arrow1_bl {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(parts/arrow/arrow1_b.gif) left 3px no-repeat;
}
.arrow1_ll {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(parts/arrow/arrow1_l.gif) left 3px no-repeat;
}
.arrow2_rl {

  line-height: 1.3;
  padding-left: 12px;
  font-size: 12px;
  background: url(parts/arrow/arrow2_r.gif) left 3px no-repeat;
}

/* 10px */
/* ------------------------------------------------------------------------ */
.arrow1_tr_10 {
  font-size: 10px;
  padding-right: 14px;
  background: url(parts/arrow/arrow1_t.gif) right center no-repeat;
}
.arrow1_rr_10 {
  font-size: 10px;
  padding-right: 14px;
  background: url(parts/arrow/arrow1_r.gif) right center no-repeat;
}
.arrow1_br_10 {
  font-size: 10px;
  padding-right: 14px;
  background: url(parts/arrow/arrow1_b.gif) right center no-repeat;
}
.arrow1_lr_10 {
  font-size: 10px;
  padding-right: 14px;
  background: url(parts/arrow/arrow1_l.gif) right center no-repeat;
}
.arrow1_tl_10 {
  line-height: 13px;
  display: block;
  font-size: 10px;
  padding-left: 12px;
  background: url(parts/arrow/arrow1_t.gif) left 2px no-repeat;
}
.arrow1_rl_10 {
  line-height: 13px;
  display: block;
  font-size: 10px;
  padding-left: 12px;
  background: url(parts/arrow/arrow1_r.gif) left 2px no-repeat;
}
.arrow1_bl_10 {
  line-height: 13px;
  display: block;
  font-size: 10px;
  padding-left: 12px;
  background: url(parts/arrow/arrow1_b.gif) left 2px no-repeat;
}
.arrow1_ll_10 {
  line-height: 13px;
  display: block;
  font-size: 10px;
  padding-left: 12px;
  background: url(parts/arrow/arrow1_l.gif) left 2px no-repeat;
}
.arrow2_rl_10 {
  line-height: 13px;
  display: block;
  font-size: 10px;
  padding-left: 9px;
  background: url(parts/arrow/arrow2_r.gif) left 2px no-repeat;
}

/* 右寄せの場合はinline要素 */
/* ------------------------------------------------------------------------ */
.align_right .arrow1_tl {
  display: inline;
}
.align_right .arrow1_rl {
  display: inline;
}
.align_right .arrow1_bl {
  display: inline;
}
.align_right .arrow1_ll {
  display: inline;
}
.align_right .arrow2_rl {
  display: inline;
}
.align_right .arrow1_tl_10 {
  display: inline;
}
.align_right .arrow1_rl_10 {
  display: inline;
}
.align_right .arrow1_bl_10 {
  display: inline;
}
.align_right .arrow1_ll_10 {
  display: inline;
}
.align_right .arrow2_rl_10 {
  display: inline;
}


/* ------------------------------------------------------------------------ */
/* ボタン ------------------------------------------------------------------*/
/* ------------------------------------------------------------------------ */

/* ボタン横並べ */
/* ul.btn_align > li > a.btn_ */
/* ------------------------------------------------------------------------ */
ul.btn_align li {
  float: left;
  display: inline;
  margin-right: 10px;
}

/* 大ボタンロング 233x31 */
/* ------------------------------------------------------------------------ */
a.btn_233x31 {
  line-height: 31px;
  display: block;
  width: 233px;
  height: 31px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_233x31.gif);
}
a.btn_233x31:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -31px;
}


/* 大ボタンロング 353x31 */
/* ------------------------------------------------------------------------ */
a.btn_353x31 {
  line-height: 31px;
  display: block;
  width: 353px;
  height: 31px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_353x31.gif);
}
a.btn_353x31:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -31px;
}

/* 大ボタン */
/* ------------------------------------------------------------------------ */
a.btn_l {
  line-height: 31px;
  display: block;
  width: 141px;
  height: 31px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_l.gif);
}
a.btn_l:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -31px;
}
span.btn_l {
  line-height: 31px;
  display: block;
  width: 141px;
  height: 31px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_l.gif);
  background-position: 0 -31px;
}

/* 小ボタン */
/* ------------------------------------------------------------------------ */
a.btn_s {
  line-height: 21px;
  display: block;
  width: 74px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_s.gif);
}
a.btn_s:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}
span.btn_s {
  line-height: 21px;
  display: block;
  width: 74px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_s.gif);
  background-position: 0 -21px;
  color: #878787;
  text-decoration: none;
}

/* 連立ボタン */
/* ------------------------------------------------------------------------ */
a.btn_w {
  line-height: 21px;
  display: block;
  width: 150px;
  height: 21px;
  padding-left: 13px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background-image: url(parts/btn/btn_w.gif);
}
a.btn_w:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}
span.btn_w {
  line-height: 21px;
  display: block;
  width: 150px;
  height: 21px;
  padding-left: 13px;
  color: #878787;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background-image: url(parts/btn/btn_w.gif);
  background-position: 0 -42px;
}


/* 連立ボタン 別窓 */
/* ------------------------------------------------------------------------ */
a.btn_w_blank {
  background-image: url(/jp/common2/css/parts/btn/btn_w2.gif);
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  padding-left: 13px;
  text-align: left;
  width: 150px;
}
a.btn_w_blank:hover {
  text-decoration: none;
  background-position: 0 -21px;
}
span.btn_w_blank {
  line-height: 21px;
  display: block;
  width: 150px;
  height: 21px;
  padding-left: 13px;
  color: #878787;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background-image: url(parts/btn/btn_w2.gif);
  background-position: 0 -42px;
}


/* 233x21 */
/* ------------------------------------------------------------------------ */
a.btn_233x21 {
  line-height: 21px;
  display: block;
  width: 233px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_233x21.gif);
}
a.btn_233x21:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}

/* 141x21 */
/* ------------------------------------------------------------------------ */
a.btn_141x21 {
  line-height: 21px;
  display: block;
  width: 141px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_141x21.gif);
}
a.btn_141x21:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}

/* 192x25 */
/* ------------------------------------------------------------------------ */
a.btn_192x25 {
  line-height: 25px;
  display: block;
  width: 192px;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_192x25.gif);
}
a.btn_192x25:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -25px;
}

/* 右カラムボタン */
/* ------------------------------------------------------------------------ */
a.btn_sidebar {
  line-height: 21px;
  display: block;
  width: 200px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_sidebar.gif);
}
a.btn_sidebar:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}
span.btn_sidebar {
  line-height: 21px;
  display: block;
  width: 200px;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_sidebar.gif);
  background-position: 0 -21px;
}

/* 青ボタン333x45 */
/* ------------------------------------------------------------------------ */
div.btn_blue_333x45 {
  width: 313px;
  height: 37px;
  margin-bottom: 5px;
  padding: 4px 10px;
  text-align: left;
  background-image: url(parts/btn/btn_blue_333x45.gif);
}
div.btn_blue_333x45 .name {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

/* 青ボタン200x45 */
/* ------------------------------------------------------------------------ */
div.btn_blue_200x45 {
  width: 180px;
  height: 37px;
  margin-bottom: 5px;
  padding: 4px 10px;
  text-align: left;
  background-image: url(parts/btn/btn_blue_200x45.gif);
}
#contents div.btn_blue_200x45 .name {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

/* アバター左カラム */
/* ------------------------------------------------------------------------ */
a.btn_cart {
  line-height: 21px;
  display: block;
  width: 150px;
  height: 21px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-image: url(parts/btn/btn_cart.gif);
}
a.btn_cart:hover {
  color: #0085ff;
  text-decoration: none;
  background-position: 0 -21px;
}

/* アバター大ボタン */
/* ------------------------------------------------------------------------ */
div.btn_avatar {
  width: 243px;
  height: 45px;
  margin-bottom: 5px;
  text-align: left;
  background-image: url(parts/btn/btn_avatar.gif);
}
div.btn_avatar,
div.btn_avatar_disable {
  width: 223px;
  height: 37px;
  padding: 4px 10px;
  text-align: left;
  background-image: url(parts/btn/btn_avatar.gif);
}
div.btn_avatar_disable {
  color: #878787;
  background-position: 0 -45px;
}
div.btn_avatar a {
/*  color: #0051c1;*/
}
div.btn_avatar a:hover {
  color: #0085ff;
  text-decoration: none;
}
div.btn_avatar .name,
div.btn_avatar_disable .name {
  display: block;
  font-size: 15px;
}
div.btn_avatar_disable .name {
  padding-left: 12px;
  background: url(parts/arrow/arrow3_r.gif) left 5px no-repeat;
}

/* ------------------------------------------------------------------------ */
/* プルダウンメニュー ----------------------------------------------------- */
/* jQuery fdd2div --------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
.dropdown_menu {
  position: relative;
  width: 200px;
}
a.dropdown_main_link {
  line-height: 21px;
  display: block;
  width: 187px;
  height: 21px;
  padding-left: 13px;
  color: #0051c1;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a.dropdown_main_link:hover {
  color: #0085ff;
}
a.dropdown_collapsed {
  background: url(parts/btn/btn_pulldown.gif);
}
a.dropdown_expanded {
  background: url(parts/btn/btn_pulldown.gif) 0 -21px;
}
.dropdown_ul_list {
  top: 22px;
  width: 198px;
  border: solid 1px #afb8ba;
  background: #fff;
  z-index: 10;
}
.dropdown_ul_list li {
  margin: 2px 0;
  font-size: 10px;
}
.dropdown_ul_list li a {
  display: block;
  padding: 2px 10px;
}
.dropdown_ul_list li a:hover {
  text-decoration: none;
  background: #e1e7eb;
}

/* ------------------------------------------------------------------------ */
/* 区切り線 --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
div.hr_type1 {
  clear: both;
  overflow: hidden;
  height: 1px;
  margin: 10px 0;
  background: url(parts/line/line_type1.gif);
}

/* ------------------------------------------------------------------------ */
/* リスト --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* type1 */
/* ------------------------------------------------------------------------ */
ul.list_type1 {
  margin-bottom: 10px;
}
ul.list_type1 li {

}
ul.list_type1 li span.date {
  display: block;
  font-size: 10px;
}

/* type2 */
/* ------------------------------------------------------------------------ */
/* ・テキストテキスト */
/* ・テキストテキスト */
ul.list_type2 {
  margin-bottom: 10px;
}
ul.list_type2 li {
  line-height: 18px;
  padding-left: 10px;
  background: url(parts/arrow/list_type2.gif) left 5px no-repeat;
}

/* 日付付きリスト1行 */
/* ------------------------------------------------------------------------ */
dl.date_nobr dt {
  line-height: 1.5;
  clear: both;
  float: left;
  width: 50px;
  margin-bottom: 2px;
  font-size: 10px;
}
dl.date_nobr dd {
  line-height: 1.3;
  width: auto;
  margin-bottom: 2px;
  padding-left: 55px;
  font-size: 12px;
}

/* 日付付きリスト2行 sidebar fontsize 10px */
/* ------------------------------------------------------------------------ */
dl.date_br_10 {
  line-height: 13px;
  font-size: 10px;
}
dl.date_br_10 dt {
}
dl.date_br_10 dd {
  margin-bottom: 5px;
}

/* 1行リスト区切り線あり */
/* AAAAA | BBBBB | CCCCC */
/* ------------------------------------------------------------------------ */
ul.glue li {
  display: inline;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  background: url(parts/vline.gif) left center no-repeat;
}
ul.glue li.first {
  margin-left: 0;
  padding-left: 0;
  background: none;
}





/* ------------------------------------------------------------------------ */
/* テーブル --------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
#main th.align_c,
#main td.align_c {
  text-align: center;
}
#main th.align_r,
#main td.align_r {
  text-align: right;
}
.table_text{
  padding: 5px 9px;
}

/* 718px 共通クラス */
/* ------------------------------------------------------------------------ */
div.table_718_top {
  background: url(parts/table/table_718_top.gif) no-repeat 0 0;
}
div.table_718_top,
div.table_718_bottom {
  overflow: hidden;
  height: 5px;
  width: 718px;
}
div.table_718_middle th,
div.table_718_middle td {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: top;
}
div.table_718_middle .valign_m {
  vertical-align: middle;
}

#main div.table_718_middle tr.first {
  background: none;
}
div.table_718_bottom {
  background: url(parts/table/table_718_bottom.gif) no-repeat 0 0;
}
div.table_718_2 th {
  text-align: center;
  vertical-align: middle;
}

div.table_718 div.table_718_middle {
  overflow: hidden;
  width: 706px;
  background: url(parts/box/box_718_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_718 th,
div.table_718 td {
  padding: 3px 10px;
}


/* 718px 線無し */
/* ------------------------------------------------------------------------ */
div.table_718 th {
  background-color: #f3f5f7;
  background-image: url(parts/table/table_bg_solid.gif);
  background-position: 0 -3px;
  background-repeat: no-repeat;
}
div.table_718 tr th.first {
  background-position: -3px -3px;
}
div.table_718 td {
  background-image: url(parts/table/table_bg_solid.gif);
  background-position: 0 -3px;
  background-repeat: no-repeat;
}

/* 718px 点線 */
/* ------------------------------------------------------------------------ */
div.table_718_dotted div.table_718_middle {
  overflow: hidden;
  width: 706px;
  background: url(parts/box/box_718_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_718_dotted th {
  background-color: #f3f5f7;
  background-image: url(parts/table/table_bg_dotted.gif);
  background-position: -3px 0;
  background-repeat: no-repeat;
}
div.table_718_dotted tr.first th {
  background-position: -3px -3px;
}
div.table_718_dotted td {
  background-image: url(parts/table/table_bg_dotted.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_718_dotted td.first {
  background-position: -3px 0;
}
div.table_718_dotted tr.first td {
  background-position: 0 -3px;
}
div.table_718_dotted tr.first td.first {
  background-position: -3px -3px;
}

/* 718px 実線 */
/* ------------------------------------------------------------------------ */
div.table_718_solid div.table_718_middle {
  overflow: hidden;
  width: 706px;
  background: url(parts/box/box_718_middle.gif) repeat-y 0 0;
  padding: 1px 6px 1px;
}
div.table_718_solid th {
  background-color: #f3f5f7;
  background-image: url(parts/table/table_bg_solid.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_718_solid th.first {
  background-position: -3px 0;
}
div.table_718_solid tr.first th {
  background-position: 0 -3px;
}
div.table_718_solid tr.first th.first {
  background-position: -3px -3px;
}
div.table_718_solid td {
  background-image: url(parts/table/table_bg_solid.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_718_solid td.first {
  background-position: -3px 0;
}
div.table_718_solid tr.first td {
  background-position: 0 -3px;
}
div.table_718_solid tr.first td.first {
  background-position: -3px -3px;
}


/* 353px 共通クラス */
/* ------------------------------------------------------------------------ */
#main div.table_353_middle tr.first {
  background: none;
}
div.table_353_odd {
  float: left;
  margin-right: 12px;
}
div.table_353_even {
  float: left;
}
div.table_353_top,
div.table_353_bottom {
  overflow: hidden;
  height: 5px;
  width: 353px;
}
div.table_353_top {
  background: url(parts/table/table_353_top.gif) no-repeat 0 0;
}
div.table_353_middle tr.first {
  background: none;
}
div.table_353_middle th,
div.table_353_middle td {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: top;
}
div.table_353_middle th {
  text-align: center;
}
div.table_353_middle .valign_m {
  vertical-align: middle;
}
div.table_353_bottom {
  background: url(parts/table/table_353_bottom.gif) no-repeat 0 0;
}

/* 353px 実線 */
/* ------------------------------------------------------------------------ */
div.table_353_solid div.table_353_middle {
  overflow: hidden;
  width: 341px;
  background: url(parts/table/table_353_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_353_solid div.table_353_middle th {
  background-color: #f3f5f7;
  background-image: url(parts/table/table_bg_solid.gif);
  background-position: -3px 0;
  background-repeat: no-repeat;
}
div.table_353_solid div.table_353_middle tr.first th {
  background-position: -3px -3px;
}
div.table_353_solid div.table_353_middle td {
  background-image: url(parts/table/table_bg_solid.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
div.table_353_solid div.table_353_middle td.first {
  background-position: -3px 0;
}
div.table_353_solid div.table_353_middle tr.first td {
  background-position: 0 -3px;
}
div.table_353_solid div.table_353_middle tr.first td.first {
  background-position: -3px -3px;
}


/* 508px 共通クラス */
/* ------------------------------------------------------------------------ */
#main div.table_508_center{
  text-align: center;
  width: 508px;
  margin-left: auto;
  margin-right: auto;
}
#main div.table_508,
#main div.table_508_dotted {
  text-align: left;
}
#main div.table_508_middle tr.first {
  background: none;
}
div.table_508_top,
div.table_508_bottom {
  overflow: hidden;
  height: 5px;
  width: 508px;
}
div.table_508_top {
  background: url(parts/table/table_508_top.gif) no-repeat 0 0;
}
div.table_508_middle tr.first {
  background: none;
}
div.table_508_middle th,
div.table_508_middle td {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: top;
}
div.table_508_middle .valign_m {
  vertical-align: middle;
}
div.table_508_bottom {
  height: 5px;
  background: url(parts/table/table_508_bottom.gif) no-repeat left top;
}
div.table_508_bottom_2 {
  height: auto;
  width: 508px;
  padding: 5px 0;
  background: #e7ecef url(parts/table/table_508_bottom.gif) no-repeat left bottom;
}

/* 508px 点線 */
/* ------------------------------------------------------------------------ */
div.table_508_dotted div.table_508_middle {
  overflow: hidden;
  width: 496px;
  background: url(parts/table/table_508_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_508_dotted div.table_508_middle th {
  background-color: #f3f5f7;
  background-image: url(parts/table/table_bg_dotted.gif);
  background-position: -3px 0;
  background-repeat: no-repeat;
}
div.table_508_dotted div.table_508_middle tr.first th {
  background-position: -3px -3px
}
div.table_508_dotted div.table_508_middle td {
  background-image: url(parts/table/table_bg_dotted.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_508_dotted div.table_508_middle td.first {
  background-position: -3px 0;
}
div.table_508_dotted div.table_508_middle tr.first td {
  background-position: 0 -3px;
}
div.table_508_dotted div.table_508_middle tr.first td.first {
  background-position: -3px -3px;
}



/* 688px 共通クラス */
/* ------------------------------------------------------------------------ */
div.table_688_top {
  background: url(parts/table/table_688_top.gif) no-repeat 0 0;
}
div.table_688_top,
div.table_688_bottom {
  overflow: hidden;
  height: 5px;
  width: 688px;
}
div.table_688_middle th,
div.table_688_middle td {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: top;
}
div.table_688_middle .valign_m {
  vertical-align: middle;
}

#main div.table_688_middle tr.first {
  background: none;
}
div.table_688_bottom {
  background: url(parts/table/table_688_bottom.gif) no-repeat 0 0;
}
div.table_688_2 th {
  text-align: center;
  vertical-align: middle;
}

div.table_688 div.table_688_middle {
  overflow: hidden;
  width: 676px;
  background: url(parts/table/table_688_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_688 th,
div.table_688 td {
  padding: 3px 10px;
}


/* 688px 線無し */
/* ------------------------------------------------------------------------ */
div.table_688 th {
  background-color: #f3f5f7;
  background-image: url(parts/table/table_bg_solid.gif);
  background-position: 0 -3px;
  background-repeat: no-repeat;
}
div.table_688 tr th.first {
  background-position: -3px -3px;
}
div.table_688 td {
  background-image: url(parts/table/table_bg_solid.gif);
  background-position: 0 -3px;
  background-repeat: no-repeat;
}

/* 688px 点線 */
/* ------------------------------------------------------------------------ */
div.table_688_dotted div.table_688_middle {
  overflow: hidden;
  width: 676px;
  background: url(parts/table/table_688_middle.gif) repeat-y 0 0;
  padding: 1px 6px;
}
div.table_688_dotted th {
  background-color: #f3f5f7;
  background-image: url(parts/table/table_bg_dotted.gif);
  background-position: -3px 0;
  background-repeat: no-repeat;
}
div.table_688_dotted tr.first th {
  background-position: -3px -3px;
}
div.table_688_dotted td {
  background-image: url(parts/table/table_bg_dotted.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_688_dotted td.first {
  background-position: -3px 0;
}
div.table_688_dotted tr.first td {
  background-position: 0 -3px;
}
div.table_688_dotted tr.first td.first {
  background-position: -3px -3px;
}

/* 688px 実線 */
/* ------------------------------------------------------------------------ */
div.table_688_solid div.table_688_middle {
  overflow: hidden;
  width: 676px;
  background: url(parts/table/table_688_middle.gif) repeat-y 0 0;
  padding: 1px 6px 1px;
}
div.table_688_solid th {
  background-color: #f3f5f7;
  background-image: url(parts/table/table_bg_solid.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_688_solid th.first {
  background-position: -3px 0;
}
div.table_688_solid tr.first th {
  background-position: 0 -3px;
}
div.table_688_solid tr.first th.first {
  background-position: -3px -3px;
}
div.table_688_solid td {
  background-image: url(parts/table/table_bg_solid.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
div.table_688_solid td.first {
  background-position: -3px 0;
}
div.table_688_solid tr.first td {
  background-position: 0 -3px;
}
div.table_688_solid tr.first td.first {
  background-position: -3px -3px;
}


/*-------------------------------
=#about_step
=#qa
=#contact
-------------------------------*/


p {
  margin-bottom: 1.5em;
}
strong {
  color: #f00;
  font-weight: bold;
}
#contents {
  background: none;
}
.coution {
  color: #f00;
}
.image {
  text-align: center;
}
#main {
  margin: 0 auto;
  width: 908px;
}
.section {
  padding: 0 20px 30px;
}
h2,h3 {
  padding-left: 34px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
}
h2 {
  position: relative;
  left: -20px;
  margin-bottom: 15px;
  width: 874px;
  background: url(../image/h2_bg.gif) no-repeat 0 0;
}
h3 {
  margin-bottom: 10px;
  width: 834px;
  background: url(../image/h3_bg.gif) no-repeat 0 0;
}
#copyright {
  padding-top: 5px;
  border-top: 1px solid #929292;
}


/*-------------------------------
=#about_step
-------------------------------*/
#about_step ol {
  margin-left: 117px;
}
#about_step ol li {
  position: relative;
  padding-top: 20px;
  padding-bottom: 39px;
  padding-left: 328px;
  height: 46px;
  background: url(../image/arrow_step.jpg) no-repeat 127px bottom;
  color: #666;
  font-size:  10px;
}
#about_step ol li.last {
  padding-bottom: 0;
  background: none;
}
#about_step ol li img {
  position: absolute;
  top: 0;
  left: 0;
}
#about_step ol li .coution {
  color: #1e6a93;
}


/*-------------------------------
=#qa
-------------------------------*/
#qa dl {
  margin-bottom: 5px;
  padding: 14px;
  border: 1px solid #cdcdcd;
  color: #666;
}
#qa dl dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #cdcdcd;
  background: url(../image/ques.gif) no-repeat 0 0;
}
#qa dl dd {
  padding-left: 30px;
  background: url(../image/ans.gif) no-repeat 0 0;
}
#qa dl strong {
  color: #666;
}
#qa .pagetop {
  padding: 5px 0 10px;
  text-align: right;
}


/*-------------------------------
=#contact
-------------------------------*/
#contact p {
  margin: 0 auto;
  padding-left: 140px;
  padding-top: 40px;
  height: 104px;
  width: 540px;
  background: url(../image/support.jpg) no-repeat 0 0;
  font-size: 14px;
}
#contact p a {
  display: block;
  float: left;
  margin-top: 5px;
  background: url(../image/arrow.gif) no-repeat left center;
  padding-left: 10px;
  font-weight: bold;
}
