@charset "UTF-8";

/* ****************************************************
Title: pc_common.css
Created: 2011-01-24
Last Modified: 2011-03-14
***************************************************** */


/* Table Of Contents
----------------------------------------

# Settings
# Layout
# Header
# GNav
# Main
# Sidebar
# Footer
# Modules

----------------------------------------*/


/* # Settings
---------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
	background:url(../img/pc/page/bg.gif) repeat-x;
	line-height: 1.8;
	position: relative;
	font-size: 93%;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	line-height: 1.214;
}

a {
	color: #2c89d0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table { width: 100%; }


/* # Layout
---------------------------------------------------------------------------- */

#siteHd,
#gNav,
#visual,
#pageBody,
#siteFt {
	margin: 0 auto;
	width: 960px;
}

#siteHd {
	min-height: 71px;
}

* html #siteHd {
	height: 71px;
}

.bHome #pageBody {
	/*background: url(../img/pc/top/pb_bg.gif) repeat-y left top;*/
}

.bOneCol #content {
  width: 100%;
}

#content {
	float: left;
	position: relative;
	width: 700px;
}

#sidebar {
	float: right;
	width: 240px;
}

#siteFt {
	padding: 37px 0 26px;
}


/* # Header
---------------------------------------------------------------------------- */

#siteHd #siteId1 {
	float: left;
	padding-top: 5px;
}

#siteHd #siteId1 a {
	background: url(../img/pc/page/hd_bg_id.gif) no-repeat left top;
	display: block;
	height: 55px;
	width: 350px;
	margin-left: 10px;
}

#siteHd #siteId2 {
	display: none;
}

#siteHd #siteHdAssist {
	text-align: right;
	overflow: hidden;
	padding-top: 15px;
	height: 40px;
	zoom: 1;
}

#siteHd #siteHdAssist #siteHdLang {
	line-height: 0;
	float:left;
	margin: 3px 0px 0px 160px;
	height:21px;
}


#siteHd #siteHdAssist #siteHdLang dt {
	margin-right: 0px;
}

#siteHd #siteHdAssist #siteHdLang dt,
#siteHd #siteHdAssist #siteHdLang dd,
#siteHd #siteHdAssist #siteHdLang ul,
#siteHd #siteHdAssist #siteHdLang li {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	*zoom: 1;
}

#siteHd #siteHdAssist #siteHdLang li {
	margin-left: 3px;
}

#siteHd #siteHdAssist #siteHdLang a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}

#siteHd #siteHdAssist #siteHdLang #siteHdLangS a { background-image: url(../img/pc/page/hd_ico_lang_s_o.gif); }
#siteHd #siteHdAssist #siteHdLang #siteHdLangM a { background-image: url(../img/pc/page/hd_ico_lang_m_o.gif); }
#siteHd #siteHdAssist #siteHdLang #siteHdLangL a { background-image: url(../img/pc/page/hd_ico_lang_l_o.gif); }

* html #siteHd #siteHdAssist #siteHdLang a:hover {
	overflow: hidden;
}

#siteHd #siteHdAssist #siteHdLang #siteHdLangM a img {
    visibility: hidden;
}

#siteHd #siteHdAssist #siteHdLang a:hover img {
	visibility: hidden;
}

#siteHd #siteHdSearchForm {
	float:right;
	line-height: 0;
	margin-top: -8px;
}

#siteHd #siteHdSearchForm #fmSiteHdSearchTxt {
	border: 1px solid #ccc;
	margin-right: 6px;
	min-height: 18px;
	padding: 2px;
	width: 257px;
}

* html #siteHd #siteHdSearchForm #fmSiteHdSearchTxt {
	height: 18px;
}


#cse-search-form {
	height:51px;

}

/* # gNav
---------------------------------------------------------------------------- */

#gNav {
	margin-bottom: 14px;
}

#gNav li {
	float: left;
	position: relative;
}

#gNav li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}

* html #gNav li a:hover {
	overflow: hidden;
}

#gNav li a:hover img {
	visibility: hidden;
}

#gNav li#gNavOutline a { background-image: url(../img/pc/navi/gnav_outline_o.gif); }
#gNav li#gNavBenefit a { background-image: url(../img/pc/navi/gnav_benefit_o.gif); }
#gNav li#gNavHealth a { background-image: url(../img/pc/navi/gnav_health_o.gif); }
#gNav li#gNavApplication a { background-image: url(../img/pc/navi/gnav_application_o.gif); }
#gNav li#gNavForm a { background-image: url(../img/pc/navi/gnav_form_o.gif); }
#gNav li#gNavQuestion a { background-image: url(../img/pc/navi/gnav_question_o.gif); }

.bOutline #gNav #gNavOutline a img,
.bBenefit #gNav #gNavBenefit a img,
.bHealth #gNav #gNavHealth a img,
.bApplication #gNav #gNavApplication a img,
.bForm #gNav #gNavForm a img,
.bQuestion #gNav #gNavQuestion a img{
	visibility: hidden;
}
#gNav li .gNavExtra {
	display: none;
}

#gNav li .gNavExtra {
	background-color: #FFF;
	top: 58px;
	left: 1px;
	overflow: hidden;
	padding: 23px 30px;
	position: absolute;
	width: 413px;
	z-index: 9999;
	border: 3px solid #5885df;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-webkit-appearance: none;
}
#gNav li .gNavExtra.migi {
	background-color: #FFF;
	top: 32px;
	left: -202px;
	overflow: hidden;
	padding: 23px 30px;
	position: absolute;
	width: 413px;
	z-index: 9998;
}

#gNav li .gNavExtra a {
	color: #3264C8;
}

#gNav li .gNavExtra ul{
	margin: 0;
	padding: 0px;
}
#gNav li .gNavExtra ul li {
	float: none;
}

#gNav li .gNavExtra .gNavExtraHd {
	border-bottom: 1px dotted #5885df;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#gNav li .gNavExtra .gNavExtraHd a {
	background: url(../img/pc/navi/gnav_ico_extra_item.gif) no-repeat 0 0.5em  !important;
	*display: inline;
	display: inline-block;
	vertical-align: baseline;
	*zoom: 1;
	padding-left: 12px;
	font-size:120%;
	font-weight:bold;
}

#gNav li .gNavExtra .Extratitle{
	color: #3264C8;
	background: #cdd8ee;
	font-weight: bold;
	font-size: 110%;
	padding: 3px;
	text-align: center;
	display: block;
	clear: both;
	margin-top: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.gNavExtraCol {
	width: 199px;
}

#gNav li .gNavExtra .gNavExtraCol li {
	margin-top: 3px;
}

#gNav li .gNavExtra .gNavExtraCol li a {
	background: url(../img/pc/navi/gnav_ico_extra_item.gif) no-repeat 0 0.5em !important;	
	*display: inline;
	display: inline-block;
	vertical-align: baseline;
	*zoom: 1;
	padding-left: 12px;
	font-size:103%;
}
#gNav li .gNavExtra .gNavExtraCol li.nolink {
	background: url(../img/pc/navi/gnav_ico_extra_item.gif) no-repeat 0 0.5em !important;	

	vertical-align: baseline;
	*zoom: 1;
	padding-left: 12px;
	font-size:103%;
}

/* # Main
---------------------------------------------------------------------------- */

/* topicPath */
#topicPath {
	clear: both;
	padding-bottom: 28px;
}

#topicPath li {
	background: url(../img/pc/page/tp_ico_arrow.gif) no-repeat right center;
	font-size: 85.7%;
	margin-right: 4px;
	padding-right: 9px;
}

#topicPath li {
	display: inline;
}

#topicPath .current {
	background: none;
	margin-right: 0;
	padding-right: 0;
}

/* head tags */
#content #mPageTit01 {
	background:url(../img/pc/page/ti_bottom.gif) bottom repeat-x;
	/*border-bottom: 1px solid #ccc;
	border-top: 5px solid #009e96;*/
	font-size: 114.28%;
	margin-bottom: 18px;
	padding: 8px 16px 23px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#content .mMH01 {
	font-size: 112%;
	margin-bottom: 20px;
	padding-top: 11px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #E9C750;
	border-left: 10px solid #E9C750;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-image: url(../img/pc/page/h4_bg.gif);
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}

#content .mSH01 {
	border-bottom: 1px solid #ccc;
	font-size: 107.14%;
	margin: 25px 0 15px;
	padding-bottom: 5px;
}

#content .mSH01 .in {
	border-left: 6px solid #C8AC70;
	display: inline-block;
	*display: inline;
	margin-left: 4px;
	padding: 2px 0 2px 11px;
	vertical-align: baseline;
	*zoom: 1;
}

/* mCatIndexLead */
#content .mCatIndexLead {
	margin-bottom: 33px;
}

#content .mCatIndexLead .mCatIndexLeadImg {
	float: right;
	margin-left: 33px;
}

* html #content .mCatIndexLead .mCatIndexLeadImg {
	margin-left: 30px;
}

#content .mCatIndexLead .mCatIndexTxt {
	overflow: hidden;
	zoom: 1;
}

/* mCatIndexArea */
#content .mCatIndexArea {
	clear: both;
}

#content .mCatIndexArea .mCatIndexAreaSec h2 {
	background: #23af5e;
	color: #fff;
	clear: both;
	font-size: 114.28%;
	margin-bottom: 25px;
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecIn {
	clear: both;
	margin-bottom: 25px;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

/*#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem {
	width: 455px;
}
*/
#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem {
	width: 430px;
	margin: 15px;
	padding: 10px;
	background:#fff;
	border-radius: 8px;

	-webkit-box-shadow: 0 0 5px 0 #c3c3c3;
-moz-box-shadow: 0 0 5px 0 #c3c3c3;
box-shadow: 0 0 5px 0 #c3c3c3; 
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem3 {
	width: 270px;
	margin: 15px;
	padding: 10px;
	background:#fff;
	border-radius: 8px;
    float: left;
	-webkit-box-shadow: 0 0 5px 0 #c3c3c3;
-moz-box-shadow: 0 0 5px 0 #c3c3c3;
box-shadow: 0 0 5px 0 #c3c3c3; 
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem h3, #content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem3 h3 {
	/*background: #f0f0f0;*/
	margin-bottom: 15px;
	font-size:120%;
	margin-left: 1em;
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem h3 a, #content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem3 h3 a {
	display: block;
	margin-top: 3px;
	margin-left: -0.8em;
	margin-bottom: 10px;
	padding: 10px;
	color: #333;
	position: relative;
	font-weight: bold;
	background:url(../img/pc/page/h3_bg.gif);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-shadow: 1px 2px 3px #FFF;
	font-size:100%;
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem h3 span, #content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem3 h3 span {
	display: block;
	margin-top: 3px;
	margin-left: -0.8em;
	margin-bottom: 10px;
	padding: 10px;
	color: #333;
	position: relative;
	font-weight: bold;
	background:url(../img/pc/page/h3_bg.gif);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-shadow: 1px 2px 3px #FFF;
	font-size:100%;
}


#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem .mCatIndexAreaSecItemLead, #content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem3 .mCatIndexAreaSecItemLead {
	padding-bottom: 19px;
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem .mCatIndexAreaSecItemThumb {
	float: left;
	margin-right: 15px;
}
#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem3 .mCatIndexAreaSecItemThumb {
	margin:auto;
    text-align: center;
}

* html #content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem .mCatIndexAreaSecItemThumb {
	float: left;
	margin-right: 12px;
}
* html #content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem3 .mCatIndexAreaSecItemThumb {
	margin:auto;
    text-align: center;
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem .mCatIndexAreaSecItemContent, #content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem3 .mCatIndexAreaSecItemContent {
	overflow: hidden;
	zoom: 1;
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem .mCatIndexAreaSecItemContent ul li, #content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem3 .mCatIndexAreaSecItemContent ul li {
	background: url(../img/pc/page/ico_arrow_lg_r.gif) no-repeat 0 0.5em;
	margin-bottom: 7px;
	padding-left: 11px;
}

/* mPointList */
#content .mPointList {
	margin-bottom: 25px;
}

#content .mPointList dt {
	background: url(../img/pc/page/tit_pointlist.gif) no-repeat left top;
	*display:inline;
	float: left;
	height: 85px;
	margin-right: 17px;
	overflow: hidden;
	text-indent: -9999px;
	width: 82px;
}

#content .mPointList dd {
	background-color: #FFF7ED;
	overflow: hidden;
	padding: 10px 21px;
	zoom: 1;
}

#content .mPointList li {
	background: url(../img/pc/page/ico_pointlist.gif) no-repeat 0 center;
	border-bottom: 1px dotted #b3a6a6;
	padding: 7px 0 7px 23px;
}

#content .mPointList li.last {
	border-bottom: 0;
}

#content .mPointList li strong {	
}

/* mCaseArea */
#content .mCaseArea {
	margin-top: 28px;
}

#content .mCaseArea .uiTabPanel {
	border: 1px solid #e4e4e4;
	border-top: 0;
	padding: 20px 15px;
}

/* mPNav */
#content .mPNav {
	background-color: #eef6ff;
	margin-bottom: 30px;
	padding: 15px 15px 12px;
}

#content .mPNav li {
	margin-bottom: 3px;
}

#content .mPNav a {
	background: url(../img/pc/page/ico_arrow_blue_btm01.gif) no-repeat left center;
	display: inline-block;
	*display: inline;
	vertical-align: baseline;
	padding-left: 21px;
	*zoom: 1;
}

/* mCaseAreaContent */
#content .mCaseArea .mCaseAreaContent {
	margin-bottom: 40px;
	margin-top: 15px;
}

#content .mCaseArea .mCaseAreaContentLast {
	margin-bottom: 0;
}

/* mFig */
#content .mFig01 {
	margin: 50px auto 55px;
	text-align: center;
	background-color:#FFF;	
}

#content .mFig01 img {
	width: 75%;	
	background-color:#FFF;	
}

#content .mFig01 ul {
	width: 75%;	
	margin: 5px auto;
	text-align: center;
}

#content .mFig01 li {
	text-align: left;
	padding-left: 1em;
    text-indent: -1em;
}

#content .mFig02 {
	margin: 20px 0 55px;
	text-align: center;
	background-color:#FFF;	
}

#content .mFig02 img {
	width: 70%;	
	background-color:#FFF;	
}

#content .mFig03 {
	margin: 20px 0 55px;
	text-align: center;
	background-color:#FFF;	
}

#content .mFig04 {
	margin: 1.8em 0;
	text-align: center;
	background-color:#FFF;	
}

/* 画像下caption有 */
#content .mFig05{
	text-align: center;
	margin-top:1em auto 1.5em;
	background-color:#FFF;	
}
#content .mFig05 ul,
#content .mFig05 p{
	text-align: left;
	margin-top:0.8em;
	margin-left:1.2em;
}
#content .mFig05 li {
	text-align: left;
	padding-left: 1em;
    text-indent: -1em;
}

/* mStepList */
#content .mStepList {
	margin-bottom: 15px;
	overflow: hidden;
	zoom: 1;
}

#content .mStepList li {
	border-top: 1px dotted #b2b2b2;
	margin-top: -1px;
	overflow: hidden;
	padding: 13px 0;
}

#content .mStepList li .ico {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 26px;
	overflow: hidden;
	margin-right: 22px;
	text-indent: -9999px;
	width: 75px;
}

* html #content .mStepList li .ico {
	margin-right: 19px;
}

#content .mStepList .mStepListItem01 .ico { background-image: url(../img/pc/page/ico_casearea_steplist_01.gif); }
#content .mStepList .mStepListItem02 .ico { background-image: url(../img/pc/page/ico_casearea_steplist_02.gif); }
#content .mStepList .mStepListItem03 .ico { background-image: url(../img/pc/page/ico_casearea_steplist_03.gif); }
#content .mStepList .mStepListItem04 .ico { background-image: url(../img/pc/page/ico_casearea_steplist_04.gif); }
#content .mStepList .mStepListItem05 .ico { background-image: url(../img/pc/page/ico_casearea_steplist_05.gif); }

#content .mStepList li .txt {
	display: block;
	overflow: hidden;
	padding-top: 2px;
	*zoom: 1;
}

/* ---------------------------------
　STEPリスト内でリストを使用するとき
--------------------------------- */

/*STEPリスト内＜span class="txt"＞内にリストを入れるとき*/
#content .mRestore1{
	list-style-type:disc; /*リストスタイルを指定する*/
	list-style-position:inside;
	margin-left:-1.3em;
	margin-top:0.5em;
}
#content ul.mRestore1 li,
#content ol.mRestore1 li {
	border:none;
	padding:0.1em 0 0 1.3em;
	text-indent:-1.3em;
}

#content .mRestore2{
	list-style-type: decimal; /*リストスタイルを指定する*/
    margin-left: -30px;
	margin-top: 0.5em;
	list-style-position: inside;
}
#content ul.mRestore2 li,
#content ol.mRestore2 li {
	border:none;
	padding:0.5em 0 0 1.3em;
	text-indent:-1.3em;
	margin-bottom:0.3em;
}

/*STEPリスト内　mNoteList ＞ mNoteList */
#content .mNoteList .mReNote{
	width:90%;
	font-size: 110%;
	margin-top: 0.5em;
	list-style-position: inside;
}
#content .mNoteList ul.mReNote li,
#content .mNoteList ol.mReNote li{
	border:none;
	padding:0.5em 0 0 1em;
}


/*STEPリスト内　mNoteList ＞  mDiscList */
#content .mNoteList .mReDisc{
	width:90%;
	font-size: 110%;
	margin-left:-24px;
	margin-top: 0.5em;
	list-style-position: inside;
}
#content .mNoteList ul.mReDisc li,
#content .mNoteList ol.mReDisc li{
	border:none;
	padding:0.5em 0 0 1.5em;
	text-indent:-1em;
}


/*STEPリスト内　mNoteList ＞ mDecimalList */
#content .mNoteList .mReDecimal{
	width:90%;
	font-size: 110%;
	margin-left: -24px;
	margin-top: 0.5em;
	list-style-position: inside;
}
#content .mNoteList ul.mReDecimal li,
#content .mNoteList ol.mReDecimal li{
	border:none;
	padding:0.5em 0 0 1.5em;
	text-indent:-1.5em;
}


/* mReference */
#content .mReference,
#content .mReference02 {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#content .mReference dt,
#content .mReference02 dt {
	float: left;
	height: 19px;
	line-height: 0;
	margin-right: 11px;
	text-indent: -9999px;
	overflow: hidden;
	width: 77px;
}

#content .mReference dt { background: url(../img/pc/page/ico_casearea_content_tit.gif) no-repeat left top; }
#content .mReference02 dt { background: url(../img/pc/page/ico_m_reference02.gif) no-repeat left top; }

* html #content .mReference dt,
* html #content .mReference02 dt {
	margin-right: 8px;
}

#content .mReference dd,
#content .mReference02 dd {
	overflow: hidden;
	zoom: 1;
}

#content .mReference ul,
#content .mReference02 ul {
	margin-top: -2px;
}

#content .mReference li,
#content .mReference02 li {
	display: inline-block;
	*display: inline;
	font-size: 85.7%;
	margin-right: 5px;
	vertical-align: baseline;
	*zoom: 1;
}

/* 参考リンク 文字（小） */
#content .mReference03{
	background-image: url(../img/pc/page/ico_casearea_content_tit.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-top:0.5em;
	padding-left: 82px;
	font-size: 85.7%;
}

/* 参考リンク 文字100％ */
#content .mReference04{
	background-image: url(../img/pc/page/ico_casearea_content_tit.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	display: block;
	margin-top:0.5em;
	padding-left: 82px;
	font-size: 100%;
}

/* 関連リンク 文字（小） */
#content .mReference05{
	background-image: url(../img/pc/page/ico_m_reference02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-top:0.5em;
	padding-left: 82px;
	font-size: 85.7%;
}

/* 関連リンク 文字100％ */
#content .mReference06{
	background-image: url(../img/pc/page/ico_m_reference02.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	display: block;
	margin-top:0.5em;
	padding-left: 82px;
	font-size: 100%;
}


/* mTable01 */
#content .mTable01 {
	margin: 15px 0 20px;
}

#content .mTable01 table {
	border: 1px solid #ccc;
}

#content .mTable01 table caption {
	padding-bottom: 5px;
}

#content .mTable01 .mNoteList {
	margin-bottom: 0;
}

#content .mTable01 table thead th {
	background: #edf9ff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #1b4d74;
	font-weight: bold;
	padding: 12px 15px;
	vertical-align: middle;
	text-align: center;
}

#content .mTable01 table tbody th,
#content .mTable01 table tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 12px 15px;
}

/* mTable02 */
#content .mTable02 {
	margin: 15px 0 20px;
}

#content .mTable02 table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#content .mTable02 table caption {
	padding-bottom: 5px;
}

#content .mTable02 .mNoteList {
	margin-bottom: 0;
}

#content .mTable02 table th,
#content .mTable02 table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content .mTable02 table thead th {
	background-color: #c9e8f8;
	color: #000;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
}

#content .mTable02 table tbody th {
	background-color: #edf9ff;
	color: #1b4d74;
	font-weight: bold;
	padding: 13px;
	vertical-align: middle;
	width: 173px;
}

#content .mTable02 table tbody td {
	padding: 13px;
	background-color:#FFF;
}

#content .mTable02 table tbody .accent {
	font-weight: bold;
	padding: 13px;
	vertical-align: middle;
}

/* mTable03 */
#content .mTable03 {
	margin: 15px 0 20px;
}

#content .mTable03 table {
	border-left: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
}

#content .mTable03 table caption {
	padding-bottom: 5px;
}

#content .mTable03 .mNoteList {
	margin-bottom: 0;
}

#content .mTable03 table th {
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	font-weight: bold;
	line-height: 1.5;
	padding: 15px 10px 15px 55px;
}

#content .mTable03 table .yes {
	background: #fff url(../img/pc/page/bg_yes_or_no_yes.gif) no-repeat left center;
}

#content .mTable03 table .no {
	background: #fff url(../img/pc/page/bg_yes_or_no_no.gif) no-repeat left center;
}

#content .mTable03 table td {
	background-color: #fff;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	line-height: 1.5;
	padding: 10px 15px;
}

/* ＜Table04＞ "mTable02"thの横幅指定解除ver */
#content .mTable04 {
	margin: 15px 0 20px;
}

#content .mTable04 table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#content .mTable04 table caption {
	padding-bottom: 5px;
}

#content .mTable04 .mNoteList {
	margin-bottom: 0;
}

#content .mTable04 table th,
#content .mTable04 table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content .mTable04 table thead th {
	background-color: #c9e8f8;
	color: #000;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
}

#content .mTable04 table tbody th {
	background-color: #edf9ff;
	color: #1b4d74;
	font-weight: bold;
	padding: 13px;
	vertical-align: middle;
}

#content .mTable04 table tbody td {
	padding: 13px;
	background-color:#FFF;
}

#content .mTable04 table tbody .accent {
	font-weight: bold;
	padding: 13px;
	vertical-align: middle;
}

/* ---------------------------------
　 セル内の詳細設定
--------------------------------- */

/*td内でthと同じ表示*/
#content table tbody .mtdItem01 {
	background-color: #edf9ff;
	color: #1b4d74;
	font-weight: bold;
	padding: 13px;
	vertical-align: middle;
	text-align:center;
}


/* mNoteBox */
#content .mNoteBox {
	margin-top: 30px;
}

#content .mCaseArea .mCaseAreaContent .mNoteBox {
	margin-top: 0;
}

#content .mNoteBox {
	border: 3px solid #ffcaca;
	padding: 12px 12px 1px 12px;
	background-color: #fff6f6;
}

#content .mNoteBox .mNoteBoxTit {
	background: url(../img/pc/page/tit_caution.gif) no-repeat left top;
	border-bottom: 1px dashed #ffcaca;
	height: 23px;
	margin-bottom: 12px;
	overflow: hidden;
	padding-bottom: 12px;
	text-indent: -9999px;
}

#content .mCaseArea .mNoteBox p,
#content .mCaseArea .mNoteBox ul {
	margin: 10px 0 18px;
}

/* mColumnBox */
#content .mColumnBox {
	background-color: #fbfdf5;
	border: 3px solid #ebf2d6;
	margin: 30px 0 0;
	padding: 12px 12px 1px 12px;
}

#content .mColumnBox h3 {
	margin-top:0.3em;
}

#content .mColumnBox .mColumnBoxTit {
	background: url(../img/pc/page/tit_column.gif) no-repeat left top;
	border-bottom: 1px dashed #bed283;
	height: 23px;
	margin-bottom: 12px;
	overflow: hidden;
	padding-bottom: 12px;
	text-indent: -9999px;
}

#content .mColumnBox .mSH01 {
	margin-left: 0;
	margin-right: 0;
}

#content .mColumnBox p,
#content .mColumnBox ul {
	margin: 10px 0 18px;
}

#content .mColumnBox .mReference dd ul {
	margin-top: -2px;
}

/* mAsideBox */
#content .mAsideBox {
	background-color: #eee;
	margin: 30px 0 0;
	padding: 15px 15px 1px 15px;
}

#content .mAsideBox p,
#content .mAsideBox ul {
	margin: 10px 0 18px;
}

#content .mAsideBox01 {
	background-color: #eee;
	margin: 1em 0 0.5em;
	padding: 15px 15px 1px 15px;
}

#content .mAsideBox01 p,
#content .mAsideBox01 ul {
	margin: 10px 0 18px;
}

#content .mAsideBox02 p,
#content .mAsideBox02 ul {
	margin: 10px 0 18px;
}



/* mNoteList */
#content .mNoteList {
	margin: 5px 0;
}

#content .mNoteList li {
	font-size: 85.7%;
	padding-left: 1em;
  text-indent: -1em;
}

/* mCaseList */
#content .mCaseList li {
	background: url(../img/pc/page/bg_case_list.gif) repeat-y 0 0;
	margin-bottom: 10px;
	position: relative;
	width: 670px;
}

#content .mCaseList li p.num {
	color: #fff;
	font-weight: bold;
	left: 0;
	line-height: 1.0;
	margin-top: -0.5em;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 80px;
}

#content .mCaseList li div.case {
	float: left;
	padding: 10px 10px 10px 90px;
	width: 240px;
}

#content .mCaseList li div.result {
	float: right;
	padding: 10px;
	width: 270px;
}

#content .mCaseList li img.arrow {
	left: 350px;
	margin-top: -17px;
	position: absolute;
	top: 50%;
}

/* mPageTop */
#content .mPageTop {
	text-align: right;
}

#content .mPageTop a {
	background: url(../img/pc/page/ico_arrow_gr_top01.gif) no-repeat left center;
	display: inline-block;
	*display: inline;
	font-size: 85.7%;
	margin-top: 20px;
	padding-left: 18px;
	vertical-align: baseline;
	*zoom: 1;
}


/* # Sidebar
---------------------------------------------------------------------------- */

#sidebar .sNav {
	background:url(../img/pc/page/sideber_ti.gif) top no-repeat;
	background-color: #F5F5E5;
	padding: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#sidebar .sNav h2 {
	font-size: 107%;
	line-height: 1.1;
	margin-bottom: 12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #FFF;
}
#sidebar .sNav h2 a{
	color: #FFF;
}

#sidebar .sNav h3 {
	font-size: 90%;
	line-height: 1.0;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 3px;
}
#sidebar .sNav h3 a {
	background:#E1EEF9;
	color: #051277;
	padding: 0px 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12x;
	border-radius: 12px;
}

#sidebar .sNav ul,
#sidebar .sNav ol {
	background-color: #F5F5E5;
}

#sidebar .sNav li {
	border-bottom: 1px dotted #b2b2b2;
}

#sidebar .sNav li a {
}

#sidebar .sNav li.first {
}

#sidebar .sNav li.last {
	border-bottom: 0;
}

#sidebar #sLNav li a {
	background: url(../img/pc/page/lnav_bg_li.gif) no-repeat 11px center;
	display: block;
	padding: 11px 12px 8px 23px;
	zoom: 1;
}

#sidebar .sSubNav {
	background-color: #F5F5E5;
	padding: 2px 0px 2px 12px;
}

#sidebar .sSubNav ul,
#sidebar .sSubNav ol {
	background-color: #F5F5E5;
}

#sidebar .sSubNav li {
	border-bottom: 1px dotted #b2b2b2;
}

#sidebar .sSubNav li a {
}

#sidebar .sSubNav li.first {
}

#sidebar .sSubNav li.last {
	border-bottom: 1px dotted #b2b2b2;
}

#sidebar #sLNav .sSubNav li a {
	background: url(../img/pc/page/lnav_bg_li.gif) no-repeat 11px center;
	font-size:80%;
	display: block;
	padding: 8px 12px 8px 23px;
	zoom: 1;
}

.bOutline01 #sidebar #sLNav .sLNav01 a,
.bOutline02 #sidebar #sLNav .sLNav02 a,
.bOutline03 #sidebar #sLNav .sLNav03 a,
.bOutline04 #sidebar #sLNav .sLNav04 a,
.bOutline05 #sidebar #sLNav .sLNav05 a,
.bOutline06 #sidebar #sLNav .sLNav06 a,
.bOutline07 #sidebar #sLNav .sLNav07 a,
.bOutline08 #sidebar #sLNav .sLNav08 a,
.bOutline09 #sidebar #sLNav .sLNav09 a,
.bApplication00 #sidebar #sLNav .sLNav00 a,
.bApplication01 #sidebar #sLNav .sLNav01 a,
.bApplication02 #sidebar #sLNav .sLNav02 a,
.bApplication03 #sidebar #sLNav .sLNav03 a,
.bApplication04 #sidebar #sLNav .sLNav04 a,
.bApplication05 #sidebar #sLNav .sLNav05 a,
.bApplication06 #sidebar #sLNav .sLNav06 a,
.bApplication07 #sidebar #sLNav .sLNav07 a,
.bApplication08 #sidebar #sLNav .sLNav08 a,
.bApplication09 #sidebar #sLNav .sLNav09 a,
.bApplication10 #sidebar #sLNav .sLNav10 a,
.bApplication11 #sidebar #sLNav .sLNav11 a,
.bApplication12 #sidebar #sLNav .sLNav12 a,
.bApplication13 #sidebar #sLNav .sLNav13 a,
.bApplication14 #sidebar #sLNav .sLNav14 a,
.bApplication15 #sidebar #sLNav .sLNav15 a,
.bApplication16 #sidebar #sLNav .sLNav16 a,
.bApplication17 #sidebar #sLNav .sLNav17 a,
.bBenefit01 #sidebar #sLNav .sLNav01 a,
.bBenefit02 #sidebar #sLNav .sLNav02 a,
.bBenefit03 #sidebar #sLNav .sLNav03 a,
.bBenefit04 #sidebar #sLNav .sLNav04 a,
.bBenefit05 #sidebar #sLNav .sLNav05 a,
.bBenefit06 #sidebar #sLNav .sLNav06 a,
.bBenefit07 #sidebar #sLNav .sLNav07 a,
.bBenefit08 #sidebar #sLNav .sLNav08 a,
.bBenefit09 #sidebar #sLNav .sLNav09 a,
.bBenefit10 #sidebar #sLNav .sLNav10 a,
.bHealth01 #sidebar #sLNav .sLNav01 a,
.bHealth02 #sidebar #sLNav .sLNav02 a,
.bHealth03 #sidebar #sLNav .sLNav03 a,
.bHealth04 #sidebar #sLNav .sLNav04 a,
.bHealth05 #sidebar #sLNav .sLNav05 a,
.bHealth06 #sidebar #sLNav .sLNav06 a,
.bHealth07 #sidebar #sLNav .sLNav07 a,
.bHealth08 #sidebar #sLNav .sLNav08 a,
.bHealth09 #sidebar #sLNav .sLNav09 a,
.bHealth10 #sidebar #sLNav .sLNav10 a,
.bContents01 #sidebar #sLNav .sLNav01 a,
.bContents02 #sidebar #sLNav .sLNav02 a,
.bInfo01 #sidebar #sLNav .sLNav01 a,
.bInfo02 #sidebar #sLNav .sLNav02 a,
.bInfo03 #sidebar #sLNav .sLNav03 a,
.bInfo03_01 #sidebar #sLNav .sSubNav03_01 a,
.bInfo04 #sidebar #sLNav .sLNav04 a,
.bInfo05 #sidebar #sLNav .sLNav05 a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.bOutline01 #sidebar #sLNav .sSubNav,
.bOutline02 #sidebar #sLNav .sSubNav,
.bOutline03 #sidebar #sLNav .sSubNav,
.bOutline04 #sidebar #sLNav .sSubNav,
.bOutline05 #sidebar #sLNav .sSubNav,
.bOutline06 #sidebar #sLNav .sSubNav,
.bOutline07 #sidebar #sLNav .sSubNav,
.bOutline08 #sidebar #sLNav .sSubNav,
.bOutline09 #sidebar #sLNav .sSubNav,
.bBenefit02 #sidebar #sLNav .sSubNav,
.bBenefit03 #sidebar #sLNav .sSubNav,
.bBenefit04 #sidebar #sLNav .sSubNav,
.bBenefit05 #sidebar #sLNav .sSubNav,
.bBenefit06 #sidebar #sLNav .sSubNav,
.bBenefit07 #sidebar #sLNav .sSubNav,
.bBenefit08 #sidebar #sLNav .sSubNav,
.bBenefit09 #sidebar #sLNav .sSubNav,
.bBenefit10 #sidebar #sLNav .sSubNav {
	display:none;
}

.bOutline10 #sidebar #sLNav .sLNav10 a,
.bOutline10 #sidebar #sLNav .sSubNav .sSubNav10_01 a,
.bOutline11 #sidebar #sLNav .sLNav10 a,
.bOutline11 #sidebar #sLNav .sSubNav .sSubNav10_02 a,
.bOutline12 #sidebar #sLNav .sLNav10 a,
.bOutline12 #sidebar #sLNav .sSubNav .sSubNav10_03 a,
.bBenefit01_01 #sidebar #sLNav .sLNav01 a,
.bBenefit01_01 #sidebar #sLNav .sSubNav .sSubNav01_01 a,
.bBenefit01_02 #sidebar #sLNav .sLNav01 a,
.bBenefit01_02 #sidebar #sLNav .sSubNav .sSubNav01_02 a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}


/* # Footer
---------------------------------------------------------------------------- */

#siteFt {
	overflow: hidden;
}

#siteFt #siteFtNav ul {
	line-height: 1.0;
}

#siteFt #siteFtNav li {
	border-right: 1px solid #a2a2a2;
	display: inline;
	font-size: 85.7%;
	margin-right: 14px;
	padding-right: 14px;
}

#siteFt #siteFtCopy {
	font-size: 75%;
	margin-top: 0px;
	text-align: right;
}


/* # Clearfix
---------------------------------------------------------------------------- */

#siteHd,
#gNav ul,
#visual,
#pageBody,
#content .mCatIndexLead,
#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecIn,
#content .mPointList,
#content .mStepList li,
#content .mCaseList li,
.uiTabArea .uiTabPanel {
	zoom: 1;
}

#siteHd:after,
#gNav ul:after,
#visual:after,
#pageBody:after,
#content .mCatIndexLead:after,
#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecIn:after,
#content .mPointList:after,
#content .mStepList li:after,
#content .mCaseList li:after,
.uiTabArea .uiTabPanel:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* # Modules
---------------------------------------------------------------------------- */

.mPCHide,
.mHide { display: none; }

input.mFormEmpty,
textarea.mFormEmpty {
	color: #ccc;
}

.mText,
.mUL,
.mOL {
	margin-bottom: 18px;
}

/* table */
table .mTableCellLiquidW01 { width:31.14%; }

/* icon */
.mIconPDF {
	background: url(../img/pc/page/ico_pdf.gif) no-repeat 0 0.2em;
	display: inline-block;
	*display: inline;
	padding-left: 21px;
	vertical-align: baseline;
	*zoom: 1;
}

.mIconBlt {
	background: url(../img/pc/page/ico_arrow_lg_r.gif) no-repeat 0 0.5em;
	padding-left: 14px;
}

.mIconXLS {
	background: url(../img/pc/page/ico_xls.gif) no-repeat 0 0.2em;
	display: inline-block;
	*display: inline;
	padding-left: 21px;
	vertical-align: baseline;
	*zoom: 1;
}
.mIconDOC {
	background: url(../img/pc/page/ico_doc.gif) no-repeat 0 0.2em;
	display: inline-block;
	*display: inline;
	padding-left: 21px;
	vertical-align: baseline;
	*zoom: 1;
}

/* tab */
.uiTabArea .uiTab {
	border-bottom: 4px solid #5885DF;
	clear: both;

	*zoom: 1;
}

.uiTabArea .uiTabTit { display: none; }

.uiTabArea .uiTab li {
	display: inline-block;
	*display: inline;
	margin-right: 11px;
	vertical-align: bottom;
	*zoom: 1;
}

.uiTabArea .uiTab li.last {
	margin-right: 0;
}

.uiTabArea .uiTab li a {
	background: url(../img/pc/page/bg_tab02.gif) no-repeat left top;
	display: block;
	text-decoration: none;
}

.uiTabArea .uiTab li a:hover {
	background: url(../img/pc/page/bg_tab02_o.gif) no-repeat left top;
	text-decoration: none;
}

.uiTabArea .uiTab li a .in {
	background: url(../img/pc/page/bg_tab02_arrow.gif) no-repeat 15px center;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2;
	padding: 13px 15px 12px 37px;
	width: 174px;
}

.uiTabArea .uiTab li a.selected,
.uiTabArea .uiTab li a.selected:hover {
	background: url(../img/pc/page/bg_tab02_a.gif) no-repeat left top;
}

.uiTabArea .uiTab li a.selected .in {
	background: url(../img/pc/page/bg_tab02_arrow_a.gif) no-repeat 15px center;
	color: #fff;
	font-size: 100%;
}

.uiTabArea .uiTabTop {
	margin: 25px 0 30px;
}

.uiTabArea .uiTabTopLast {
	margin-bottom: 0;
}

.uiTabArea .uiTabTop a,
.uiTabArea .uiTabTopLast a {
	background: #f0f0f0 url(../img/pc/page/bg_tabtop.gif) no-repeat 15px center;
	display: inline-block;
	*display: inline;
	font-size: 85.7%;
	line-height: 1.214;
	padding: 11px 15px 11px 32px;
	vertical-align: baseline;
	*zoom: 1;
}

/* mDiscList */
.mDiscList {
	list-style-type: disc;
	padding-left: 1.5em;
}

.mDiscList li {
	margin-bottom:0.2em;
}

/* mDecimalList */
.mDecimalList {
	list-style-type: decimal;
	padding-left: 2em;
}

.mDecimalList li {
	padding-left: 0;
  text-indent: 0;
}

/* ---------------------------------
　　mNoteListの文字100%ver
--------------------------------- */
#content .mListNote01 {
	margin: 5px 0;
}
#content .mListNote01 li {
	padding-left: 1em;
	text-indent: -1em;
}

/* ---------------------------------
　　（注）から始まるリスト
--------------------------------- */
 /* 文字(小) */
#content .mListNote02{
	margin-top:0.6em;
	padding-left: 2.3em;
	text-indent: -2.3em;
	font-size: 85.7%;
}

/* 文字100％ */
#content .mListNote03{ 
	margin-top:0.6em;
	padding-left: 2.3em;
	text-indent: -2.3em;
}

/* ---------------------------------
　　(１)～から始まるリスト
--------------------------------- */
/* 文字(小) */
#content .mListNum01{ 
	margin-top:0.6em;
	padding-left: 2em;
	text-indent: -1.9em;
	font-size: 85.7%;
}
#content .mListNum01 li{
	margin-bottom:0.35em;
}

/* 文字100％ */
#content .mListNum02{
	margin-top:0.6em;
	padding-left: 2em;
	text-indent: -1.9em;
}
#content .mListNum02 li{
	margin-bottom:0.5em;
}

/* ---------------------------------
　リストマーク 四角
--------------------------------- */
#content .mListSquare {
	list-style-type: square;
	padding-left: 1.5em;
}
#content .mListSquare li {
	margin-bottom:0.35em;
	/*padding-left: 0;
	text-indent: 0;*/
}

/* ---------------------------------
　リストマーク アルファベット
--------------------------------- */
#content .mListAlphaU {
	list-style-type: upper-alpha;
	padding-left: 2em;
}
#content .mListAlphaU li {
	margin-bottom:0.35em;
	padding-left: 0;
	text-indent: 0;
}

/* アルファベット小文字 */
#content .mListAlphaL {
	list-style-type: lower-alpha;
	padding-left: 2em;
}
#content .mListAlphaL li {
	margin-bottom:0.35em;
	padding-left: 0;
	text-indent: 0;
}

/* 印刷サイズ表記 */
#content .mA3,
#content .mA4 {

}

#content .mA3 dt,
#content .mA4 dt {
	float: left;
	height: 19px;
	line-height: 0;
	margin-right: 11px;
	text-indent: -9999px;
	overflow: hidden;
	width: 50px;
}

#content .mA3 dt { background: url(../img/all/ico_a3.gif) no-repeat left top; }
#content .mA4 dt { background: url(../img/all/ico_a4.gif) no-repeat left top; }

* html #content .mA3 dt,
* html #content .mA4 dt {
	margin-right: 8px;
}

#content .mA3 dd,
#content .mA4 dd {
	overflow: hidden;
	zoom: 1;
}

#content .mA3 ul,
#content .mA4 ul {
	margin-top: -2px;
}

#content .mA3 li,
#content .mA4 li {
	margin-right: 5px;
	vertical-align: baseline;
	*zoom: 1;
}

#content table td.diff_cellcolor01 {
	background-color: #fff8e7;
}

/* mNoteBox　border青　背景色白*/
#content .mNoteBox3 {
	margin-bottom: 30px;
}

#content .mCaseArea .mCaseAreaContent .mNoteBox3 {
	margin: 1.5em 0;
}

#content .mNoteBox3 {
	border: 3px solid #D8E9FB;
	padding: 10px 16px 6px;
	background-color: #ffffff;
}

#content .mNoteBox3 .mNoteBoxTit {
	border-bottom: 1px dashed #D8E9FB;
	color: #287bd7;
	font-size:114.28%;
	margin-bottom: 12px;
	padding: 10px 0;
}

#content .mNoteBox3 .mSH01 {
	margin: 20px 0 15px;
}

#content .SSH {
    border-bottom: 1px dashed #ccc;
    font-size: 100%;
    margin: 25px 0 11px;
    padding-bottom: 6px;
    color: #333;
    letter-spacing: 0.05em;
}

.w90 { width: 90%; }
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w65 { width: 65%; }
.w60 { width: 60%; }
.w55 { width: 55%; }
.w50 { width: 50%; }
.w48 { width: 48%; }
.w45 { width: 45%; }
.w40 { width: 40%; }
.w35 { width: 35%; }
.w30 { width: 30%; }
.w27 { width: 27%; }
.w25 { width: 25%; }
.w20 { width: 20%; }
.w15 { width: 15%; }
.w10 { width: 10%; }
.w05 { width: 5%; }

/*インデント*/
.indent {
	padding-left:1em;
	text-indent:-1em;
}


/* アコーディオンタブ用 20221205追加 */
#acMenu dt{
	background:url(../img/pc/page/arrow_down.gif) no-repeat right center;
    display:block;
    width:100%;
    height:30px;
    cursor:pointer;
    }
#acMenu dd{
	margin-top: 20px;
    width:100%;
    display:none;
    }
#acMenu dd .mReference dt{
	pointer-events:none;
    }
#acMenu dd .mReference dd{
    display:inline;
    }	
#acMenu dt h2.mMH01{	
	background-color: #ddd7ce;	
	}
#acMenu dt h2.mMH01 span{
	background:url(../img/pc/page/arrow_down.gif) no-repeat right center;
    display:block;
    width:100%;
	font-size: 107.14%;
    }
#acMenu dt h2.mMH02{	
	background-color: #ddd;
	padding:5px 5px 5px 10px;
	margin-left:10px;
	margin-right:10px;
	}	
#acMenu dt h2.mMH02 span{
	background:url(../img/pc/page/arrow_down.gif) no-repeat right center;
    display:block;
	font-size: 87%;
    }
	
#siteFtInner form{
	display:block;
	width:56px;
	float:right;
}