@charset "utf-8";
/** ----------------------------------------------------------------------
 * description File Description
 * fileName: stlle sheet NAME
 * author:
 * update:
-------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
 *  [ RESET ]
 *------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
pre, code, form, fieldset,
legend, input, textarea, p, blockquote, span, b, i
table, caption, tbody, tfoot, thead, tr, th, td,
fieldset, form, label, legend,
iframe, object, small, strong, sub, sup, var,
del, dfn, em, img, ins, kbd, q, samp,
abbr, address, cite,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  background: #FFF;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

ul.disc {
  list-style: disc;
}

caption, th {
  text-align: left;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  font: 100%;
  font-size: inherit;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

select, input, button, textarea {
  vertical-align: middle;
  font: 99% arial, helvetica, clean, sans-serif;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

hr {
  display: block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  line-height: 100%;
}

/*------------------------------------------------------------------------
 *  mixin
 *------------------------------------------------------------------------*/
/* font
--------------------------------------------------*/
.font-size09 {
  font-size: 69%;
}

.font-size10 {
  font-size: 77%;
}

.font-size11 {
  font-size: 85%;
}

.font-size12 {
  font-size: 93%;
}

.font-size13 {
  font-size: 100%;
}

.font-size14 {
  font-size: 108%;
}

.font-size15 {
  font-size: 116%;
}

.font-size16 {
  font-size: 123.1%;
}

.font-size17 {
  font-size: 131%;
}

.font-size18 {
  font-size: 138.5%;
}

.font-size19 {
  font-size: 146.5%;
}

.font-size20 {
  font-size: 153.9%;
}

.font-size21 {
  font-size: 161.6%;
}

.font-size22 {
  font-size: 167%;
}

.font-size23 {
  font-size: 174%;
}

.font-size24 {
  font-size: 182%;
}

.font-size25 {
  font-size: 189%;
}

.font-size26 {
  font-size: 197%;
}

.font-accent {
  font-size: 75%;
  line-height: 100%;
}

.font-weak {
  font-size: 75%;
  line-height: 100%;
}

/* align
--------------------------------------------------*/
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-sup {
  vertical-align: super;
}

.align-sub {
  vertical-align: sub;
}

/* column
--------------------------------------------------*/
.column-left {
  float: left;
}

.column-right {
  float: right;
}

.column-box {
  overflow: hidden;
  *zoom: 1;
}

/* box-navigation
--------------------------------------------------*/
.box-navigation {
  position: relative;
  display: block;
}

.box-navigation img {
  position: absolute;
  top: 0;
  left: 0;
}

.box-navigation img.on {
  display: none;
}

/* margin-center
--------------------------------------------------*/
.margin-center {
  margin-right: auto;
  margin-left: auto;
}

/* margin-top
--------------------------------------------------*/
.margin-top00 {
  margin-top: 0;
}

.margin-top05 {
  margin-top: 5px;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-top15 {
  margin-top: 15px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top25 {
  margin-top: 25px;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top35 {
  margin-top: 35px;
}

.margin-top40 {
  margin-top: 40px;
}

.margin-top45 {
  margin-top: 45px;
}

.margin-top50 {
  margin-top: 50px;
}

/* margin-bottom
--------------------------------------------------*/
.margin-bottom00 {
  margin-bottom: 0;
}

.margin-bottom05 {
  margin-bottom: 5px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom15 {
  margin-bottom: 15px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom25 {
  margin-bottom: 25px;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.margin-bottom35 {
  margin-bottom: 35px;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.margin-bottom45 {
  margin-bottom: 45px;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

/* margin-left
--------------------------------------------------*/
.margin-left00 {
  margin-left: 0;
}

.margin-left05 {
  margin-left: 5px;
}

.margin-left10 {
  margin-left: 10px;
}

.margin-left15 {
  margin-left: 15px;
}

.margin-left20 {
  margin-left: 20px;
}

.margin-left25 {
  margin-left: 25px;
}

.margin-left30 {
  margin-left: 30px;
}

.margin-left35 {
  margin-left: 35px;
}

.margin-left40 {
  margin-left: 40px;
}

.margin-left45 {
  margin-left: 45px;
}

.margin-left50 {
  margin-left: 50px;
}

/* margin-right
--------------------------------------------------*/
.margin-right00 {
  margin-right: 0;
}

.margin-right05 {
  margin-right: 5px;
}

.margin-right10 {
  margin-right: 10px;
}

.margin-right15 {
  margin-right: 15px;
}

.margin-right20 {
  margin-right: 20px;
}

.margin-right25 {
  margin-right: 25px;
}

.margin-right30 {
  margin-right: 30px;
}

.margin-right35 {
  margin-right: 35px;
}

.margin-right40 {
  margin-right: 40px;
}

.margin-right45 {
  margin-right: 45px;
}

.margin-right50 {
  margin-right: 50px;
}

/* padding-center
--------------------------------------------------*/
/* padding-top
--------------------------------------------------*/
.padding-top00 {
  padding-top: 0;
}

.padding-top05 {
  padding-top: 5px;
}

.padding-top10 {
  padding-top: 10px;
}

.padding-top15 {
  padding-top: 15px;
}

.padding-top20 {
  padding-top: 20px;
}

.padding-top25 {
  padding-top: 25px;
}

.padding-top30 {
  padding-top: 30px;
}

.padding-top35 {
  padding-top: 35px;
}

.padding-top40 {
  padding-top: 40px;
}

.padding-top45 {
  padding-top: 45px;
}

.padding-top50 {
  padding-top: 50px;
}

/* padding-bottom
--------------------------------------------------*/
.padding-bottom00 {
  padding-bottom: 0;
}

.padding-bottom05 {
  padding-bottom: 5px;
}

.padding-bottom10 {
  padding-bottom: 10px;
}

.padding-bottom15 {
  padding-bottom: 15px;
}

.padding-bottom20 {
  padding-bottom: 20px;
}

.padding-bottom25 {
  padding-bottom: 25px;
}

.padding-bottom30 {
  padding-bottom: 30px;
}

.padding-bottom35 {
  padding-bottom: 35px;
}

.padding-bottom40 {
  padding-bottom: 40px;
}

.padding-bottom45 {
  padding-bottom: 45px;
}

.padding-bottom50 {
  padding-bottom: 50px;
}

/* padding-left
--------------------------------------------------*/
.padding-left00 {
  padding-left: 0;
}

.padding-left05 {
  padding-left: 5px;
}

.padding-left10 {
  padding-left: 10px;
}

.padding-left15 {
  padding-left: 15px;
}

.padding-left20 {
  padding-left: 20px;
}

.padding-left25 {
  padding-left: 25px;
}

.padding-left30 {
  padding-left: 30px;
}

.padding-left35 {
  padding-left: 35px;
}

.padding-left40 {
  padding-left: 40px;
}

.padding-left45 {
  padding-left: 45px;
}

.padding-left50 {
  padding-left: 50px;
}

/* padding-right
--------------------------------------------------*/
.padding-right00 {
  padding-right: 0;
}

.padding-right05 {
  padding-right: 5px;
}

.padding-right10 {
  padding-right: 10px;
}

.padding-right15 {
  padding-right: 15px;
}

.padding-right20 {
  padding-right: 20px;
}

.padding-right25 {
  padding-right: 25px;
}

.padding-right30 {
  padding-right: 30px;
}

.padding-right35 {
  padding-right: 35px;
}

.padding-right40 {
  padding-right: 40px;
}

.padding-right45 {
  padding-right: 45px;
}

.padding-right50 {
  padding-right: 50px;
}

/* image-block
--------------------------------------------------*/
.image-block {
  cursor: pointer;
}

/* rollover
--------------------------------------------------*/
.hover:hover img {
  opacity: 0.55;
  -ms-filter: "alpha(opacity=55.0)";
  filter: alpha(opacity=55.0);
  -moz-opacity: 0.55;
}

.hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

/* clearfix
--------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.block-box {
  position: relative;
  display: block;
  cursor: pointer;
}

.block-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.block-box img.rollover-on {
  z-index: 1;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

/*------------------------------------------------------------------------
 *  template
 *------------------------------------------------------------------------*/
.tmp-colorA {
  color: #ff6600;
}

.tmp-strong {
  font-weight: bold;
}

.tmp-indentA {
  text-indent: -1em;
  padding-left: 1em;
}

.tmp-indentB {
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.tmp-indentC {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.tmp-blockA {
  margin-bottom: 20px;
  padding: 19px;
  border: 1px solid #c9c9c9;
  background: #FFF;
}

.tmp-blockB {
  margin-bottom: 20px;
  padding: 19px;
  border: 1px solid #ff6600;
  background: #FFF;
}

.tmp-blockC {
  margin-bottom: 20px;
  padding: 20px;
  background: #FFF;
}

.tmp-titleA {
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: url(../images/border_dot_orange.gif) repeat-x left bottom;
  color: #f60;
  font-weight: bold;
  font-size: 138.5%;
  line-height: 180%;
}

.tmp-titleB {
  margin-bottom: 20px;
  padding-bottom: 5px;
  background: url(../images/border_dot_gray.gif) repeat-x left bottom;
  color: #595757;
  font-weight: bold;
  font-size: 123.1%;
  line-height: 180%;
}

.tmp-iconA {
  background: url(../images/list-icon_square.gif) no-repeat left 8px;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 180%;
  font-weight: bold;
  font-size: 123.1%;
  line-height: 180%;
}

.tmp-anchorA a {
  display: block;
  padding-left: 15px;
  background: url(../images/arrow_orangeL.gif) no-repeat left center;
  text-decoration: none;
  font-size: 138.5%;
  line-height: 180%;
}

.tmp-anchorA a:hover {
  text-decoration: underline;
}

.tmp-anchorB a,
.tmp-anchorC a {
  padding-left: 10px;
  background: url(../images/arrow_orangeS.gif) no-repeat left center;
  text-decoration: none;
  line-height: 180%;
}

.tmp-anchorC a {
  color: #505757;
}

.tmp-anchorB a:hover,
.tmp-anchorC a:hover {
  text-decoration: underline;
}

.tmp-pdf a {
  padding-right: 18px;
  background: url(../images/icon_pdf.gif) no-repeat right center;
  text-decoration: none;
  line-height: 180%;
}

.tmp-pdf a:hover {
  text-decoration: underline;
}

/*

  09:  69%   | 10:  77%   | 11:  85%
  12:  93%   | 13: 100%   | 14: 108%
  15: 116%   | 16: 123.1% | 17: 131%
  18: 138.5% | 19: 146.5% | 20: 153.9%
  21: 161.6% | 22: 167%   | 23: 174%
  24: 182%   | 25: 189%   | 26: 197%

*/
html {
  background-color: #f8f8f8;
}

body {
/*   min-width: 960px; */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #f8f8f8;
  color: #595757;
}

body #form{
  width: 230px;	
  height: 240px;	
}

.ie6 body,
.ie7 body {
  font-size: small;
  font: x-small;
}

a:link {
  color: #ff6600;
}
a:visited {
  color: #ff6600;
}
a:hover {
  color: #ff6600;
  text-decoration: none;
}
a:active {
  color: #ff6600;
}

#document {
  border-top: 2px solid #ff6600;
  text-align: center;
}
#document .title_bar {
  margin-bottom: 20px;
  padding-bottom: 1px;
  background: url(../images/border_dotted_orange.gif) repeat-x left bottom;
  font-weight: bold;
  font-size: 138.5%;
  line-height: 32px;
}
#document .use_button a {
  padding-left: 15px;
  background: url(../images/arrow_orangeL.gif) no-repeat left center;
  text-decoration: none;
  font-weight: bold;
  font-size: 123.1%;
}
#document .use_button a:hover {
  text-decoration: underline;
}

.content-inner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  text-align: left;
}

#container {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 48px;
  width: 960px;
  _zoom: 1;
}

#columnLeft {
  float: left;
  margin-right: 20px;
  width: 230px;
  text-align: left;
}

#corporateLogo {
  line-height: 0;
}

#entryButton {
  padding: 6px;
  width: 216px;
  height: 70px;
  border-bottom: 1px solid #c9cacb;
}

#globalNav {
  padding: 10px 24px;
  border-top: 2px solid #dcdddd;
}
#globalNav li {
  width: 182px;
  height: 55px;
  line-height: 100%;
}
#globalNav li a {
  background-position: left top;
  background-repeat: no-repeat;
}
#globalNav li img {
  vertical-align: bottom;
}

#loginArea {
  padding-top: 6px;
  background: url(../images/bg_login_top.gif) no-repeat center top;
}
#loginArea #loginInner {
  padding: 14px 24px 20px;
  background: url(../images/bg_login_bottom.gif) no-repeat center bottom;
}
#loginArea .heading-text {
  margin-bottom: 8px;
}
#loginArea .login_input {
  position: relative;
  margin-bottom: 10px;
  width: 182px;
  height: 30px;
  background: #FFF;
  vertical-align: middle;
}
#loginArea .login_input input[type="text"],
#loginArea .login_input input[type="password"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  padding: 5px 5px 5px 15px;
  width: 160px;
  height: 18px;
  border: 1px solid #b5b5b6;
  font-size: 108%;
  line-height: 18px;
  line-height: 18px\9;
  height: 18px\9;
}
#loginArea .login_input .input_default {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  cursor: text;
}
#loginArea .anchor-txt {
  margin-bottom: 10px;
}
#loginArea .anchor-txt a {
  display: block;
  padding-left: 10px;
  background: url(../images/arrow_orangeS.gif) no-repeat left center;
  color: #ff6600;
  font-size: 93%;
}
#loginArea #logInButton {
  position: relative;
  width: 182px;
  height: 35px;
}
#loginArea #logInButton input,
#loginArea #logInButton img {
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  cursor: pointer;
}
#loginArea #logInButton img {
  display: none;
  z-index: 1;
}

.ie6 #loginArea .login_input {
  padding-top: 5px;
  padding-left: 15px;
  width: 165px;
  height: 23px;
  border: 1px solid #b5b5b6;
}
.ie6 #loginArea input[type="text"],
.ie6 #loginArea input[type="password"] {
  top: 10px;
  left: 10px;
}

#sideNavigation {
  float: right;
  padding-top: 15px;
  min-height: 48px;
  width: 690px;
  height: auto !important;
  height: 48px;
  text-align: left;
}
#sideNavigation #breadCrumb {
  float: left;
}
#sideNavigation #breadCrumb p {
  line-height: 180%;
}
#sideNavigation #breadCrumb a {
  color: #ff6600;
}
#sideNavigation #breadCrumb a.current {
  color: #595757;
}
#sideNavigation #subNavigation {
  float: right;
  line-height: 160%;
}
#sideNavigation #subNavigation li {
  float: left;
  margin-right: 15px;
}
#sideNavigation #subNavigation li a {
  display: block;
  padding-left: 10px;
  border: none;
  background: url(../images/arrow_orangeS.gif) no-repeat left center;
  text-decoration: none;
}
#sideNavigation #subNavigation li a:link, #sideNavigation #subNavigation li a:hover, #sideNavigation #subNavigation li a:visited, #sideNavigation #subNavigation li a:active {
  color: #595757;
}
#sideNavigation #subNavigation li a:hover {
  text-decoration: underline;
}

#blockTSE {
  margin-top: 40px;
  padding: 0 24px 40px;
  text-align: center;
  font-size: 77%;
  line-height: 180%;
}
#blockTSE a {
  text-decoration: none;
}
#blockTSE a:link, #blockTSE a:hover, #blockTSE a:visited, #blockTSE a:active {
  color: #595757;
}
#blockTSE img {
  padding-top: 5px;
}

#mainContent {
  text-align: left;
  line-height: 180%;
}
#mainContent #pageTitle {
  padding-bottom: 11px;
  font-weight: bold;
  font-size: 182%;
  line-height: 100%;
}

.type-single #mainContent {
  padding-top: 20px;
  clear: both;
  width: 820px;
  margin: 0 auto;
}

.type-double #container {
  background: url(../images/bg_side_column.gif) repeat-y left top;
}
.type-double #mainContent {
  float: right;
  clear: right;
  padding-right: 20px;
  width: 670px;
}

#bottomArea {
  clear: both;
  border-top: 1px solid white;
}
#bottomArea #bottomInner {
  border-top: 1px solid #c9cacb;
  background-color: white;
}
#bottomArea .content-inner {
  min-height: 4px;
  height: auto !important;
  height: 4px;
}
#bottomArea .button_goup {
  position: absolute;
  top: -30px;
  left: 900px;
}
#bottomArea #secureSection {
  padding: 30px 0;
  font-size: 93%;
}
#bottomArea #secureSection #secureInner {
  overflow: hidden;
  background: url(../images/bg_secure.gif) repeat-y left top;
  line-height: 170%;
  _zoom: 1;
}
#bottomArea #secureSection .secure_box {
  position: relative;
  float: left;
  padding-bottom: 60px;
}
#bottomArea #secureSection .secure_box h4 {
  margin-bottom: 15px;
  color: #ff6600;
  font-size: 108%;
}
#bottomArea #secureSection .secure_box .icon {
  position: absolute;
}
#bottomArea #secureSection .secure_box.nth-child01 {
  padding-right: 15px;
  width: 214px;
}
#bottomArea #secureSection .secure_box.nth-child01 .icon {
  position: relative;
  float: left;
  padding: 5px 5px 0 0;
}
#bottomArea #secureSection .secure_box.nth-child02 {
  padding-right: 15px;
  padding-left: 19px;
  width: 210px;
}
#bottomArea #secureSection .secure_box.nth-child02 .icon {
  right: 15px;
  bottom: 12px;
}
#bottomArea #secureSection .secure_box.nth-child03 {
  padding-right: 15px;
  padding-left: 15px;
  width: 210px;
}
#bottomArea #secureSection .secure_box.nth-child03 .icon {
  right: 14px;
  bottom: 9px;
}
#bottomArea #secureSection .secure_box.nth-child04 {
  padding-right: 20px;
  padding-left: 15px;
  width: 210px;
}
#bottomArea #secureSection .secure_box.nth-child04 .icon {
  right: 16px;
  bottom: 9px;
}

#footer {
  clear: both;
  border-bottom: 4px solid #ff6600;
}
#footer a {
  border: none;
  text-decoration: none;
  font-size: 93%;
}
#footer a:link, #footer a:hover, #footer a:visited {
  color: #ff6600;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #footerInner {
  overflow: hidden;
  padding-top: 20px;
  min-height: 55px;
  height: auto !important;
  height: 55px;
  border-bottom: 1px solid white;
  _zoom: 1;
}
#footer .content-inner {
  padding-left: 12px;
}
#footer #copyrightBlock {
  float: left;
  margin-right: 37px;
}
#footer #copyrightBlock #copyright {
  margin-top: 8px;
}
#footer #footerNav {
  float: left;
  overflow: hidden;
  _zoom: 1;
}
#footer #footerNav li {
  float: left;
  margin-right: 30px;
}

#mainContent #pageTitle {
  margin-bottom: 20px;
}
/*スマホ切り替え*/
#changeDisp {
	width:95%;
	margin:0 auto 20px;
	height:100px;
	background:#FFF;
	border-radius-bottom: 12px;
	-webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;  
    -moz-border-radius-bottomleft: 12px; 
	border:3px solid #CCC;
	border-top:none;
	text-align:center;
	behavior: url(../PIE.htc);
}

#changeDisp a {
	display:block;
	width:100%;
	height:100px;
}

#changeMessage {
	margin:32px auto 0;
}

.present .main_img {
	margin:0 auto 0;
	padding:325px 0 0;
	text-align:center;
	display:block;
	height:1520px;
	background-image:url(../../campaign/img/present_campaign_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.present .main_img :hover {
	opacity: 0.8;
}	

.remarksBox {
	display: block;
	padding: 25px 40px;
	border: 1px solid #50430f; 
}

.remarksBox ul{
	display: block;
	list-style-type: disc;
}

.remarksBox li{
	line-height: 1.3em;
	margin-bottom: 0.6em;
}
	
.present .ph {
	margin:0 auto 0;
	padding:369px 0 0;
	text-align:center;
	display:block;
	height:1352px;
	background-image:url(../../campaign/img/present20130917.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	
}

#line-hegit15 {line-height: 15px;
}

/*スキマ時間*/

#sukimajikan {
  margin-bottom: 20px;
  margin-right: 4px;
  float: right;
  width: 705px;
  height: 300px;
}

/* 2014年2月リニューアル追加分（トップのみ） */
.top2col_box {
	overflow:hidden;
	padding-bottom:30px;
}

	.top2col_left {
		width:340px;
		float:left;
	}
	
	.top2col_right {
		width:340px;
		float:right;
	}
	

h3.top_research_title_oshirase {
	height:45px;
	line-height:45px;
	text-align:left;
	border-bottom:#FF6600 solid 2px;
	background:#FFFFFF url(../../imgs/top/top_title_oshirase.gif) no-repeat;
	padding-left:55px;
	font-size:18px;
	font-family:"メイリオ", Meiryo, sans-serif;
	font-weight:bold;
}

.top_research_title_research {
	height:30px;
	padding-top:15px;
	text-align:left;
	border-bottom:#FF6600 solid 2px;
	background:#FFFFFF url(../../imgs/top/top_title_searchdate.gif) no-repeat;
	padding-left:55px;
	overflow:hidden;
}

	.top_research_title {
		width:200px;
		float:left;
		font-size:18px;
		line-height:110%;
		font-family:"メイリオ", Meiryo, sans-serif;
		font-weight:bold;
		display:block;
	}
	
	.research_backnumber {
		float:right;
		padding-right:15px;
		display:block;
	}

/* research backnumber */
.research_backnumber_list {
	width:705px;
	margin-bottom:20px;
	border-top:solid 16px #FFFFFF;
	border-bottom:solid 16px #FFFFFF;
	overflow:hidden;
	background:url(../../imgs/top/research_border.gif) repeat-y top left #FFFFFF;
}
	
	.research_backnumber_list .left_topic {
		width:310px;
		float:left;
		padding:0 20px;
		font-size:12px;
		line-height:130%;
		text-align:left;
	}
	
	.research_backnumber_list .left_topic img{ float:left; padding-right:20px;}
	

ul#top_list {
	padding:15px 25px 7px 25px;
	margin-bottom:15px;
	background:#FFFFFF;
}
	ul#top_list li {
		border-bottom:dotted 1px #666666;
		padding-bottom:8px;
		margin-bottom:8px;
		font-size:12px;
		text-align:left;
		overflow:hidden;
	}
	
	ul#top_list li .date {
		width:150px;
		float:left;
		display:block;
	}
	
	ul#top_list li .research {
		width:590px;
		text-align:left;
		line-height:1.8em;
	}
	
	ul#top_list li .txt {
		width:500px;
		float:left;
		line-height:140%;
	}
	
	ul#top_list li img { float:left; padding-right:15px;}
	
.top_banner {
	padding-bottom:15px;
}

	.top_banner img:hover {filter:alpha(opacity=80);opacity:0.8;}

.head_text_top {font-size:10px; font-weight:bold; padding:8px 10px 8px 0; text-align:right; color:#8A8A7A;}

	/* slide jQuery */
.slide_jquery_box {
	padding-bottom:40px;
}

	/* top tab navi */
#top_tab_navi {
	height:40px;
	border-bottom:4px solid #FF7200;
	margin-bottom:10px;
}

	#top_tab_navi ul{ overflow:hidden;}
	#top_tab_navi li{
		float:left;
	}

	/* top header navi */
#top_header_navi {
	text-align:right;
	padding-bottom:10px;
}

#top_header_navi li{
	display:inline;
	padding-left:10px;
	margin-right:15px;
	background: url(../images/arrow_orangeS.gif) no-repeat left center;
}

#top_header_navi li a {
  border: none;
  text-decoration: none;
  color: #595757;
}
  
  #top_header_navi li a:visited {color: #595757;}
  #top_header_navi li a:hover {color: #595757; text-decoration:underline;}

	/* Footer navi */
#footer_navi_top {
	width:710px;
	float:right;
	text-align:left;
}

	#footer_navi_top li {
		display:inline-block;
		margin-right:25px;
		padding-bottom:5px;
		/display:inline;
		/zoom:1;
	}

/* パスワード管理　追加20140620 */
.cautionBox {
  padding: 0 40px 30px;
}

.cautionTitle {
    /*height:36px;*/
    line-height: 36px;
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    background:#ff6600 url(../../caution/img/attentionbg.gif) no-repeat;
    color:#FFF;
}

.cautionImgBox {
  width:670px;
  text-align: center;
}

/* ログイン前のモニター向けお問い合わせ画面のヘッダスタイル 追加 2016/12/27 */
#inquiry_header {
  text-align: left;
  line-height: 180%;
  padding-top: 20px;
  clear: both;
  width: 820px;
  margin: 0 auto;
}

