@charset "shift_jis";
/* CSS Document */


/* ----------------------------------------------------
   全ページ　共通設定
------------------------------------------------------- */
body {text-align: center; line-height:110%;}
*+html .clearfix {display: inline-block; *display: inline; *zoom: 1;}
* html .clearfix {display: inline-block; *display: inline; *zoom: 1;}
.clearfix:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* ----------------------------------------------------
   div設定
------------------------------------------------------- */
div.functionbox{
	background-color: #FFFFCC;
	color:red;
	line-height:1.5em;
	padding:1.5em 1.5em;
	border:1px solid #999999;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
                0 0 2px rgba(255, 255, 255, 0.3) inset,
                0 0 10px rgba(0, 0, 0, 0.1) inset,
                0 1px 20px rgba(0, 0, 0, 0.1);
    margin:3em 0;
	margin-left : auto;
    margin-right : auto;
	width: 85%;
	text-align:left;
}
div.functionbox .functionbox-text{
  margin:0;
  text-indent: 1em;
}
div.return {margin-top:2em; text-align:right;}
div.fl{float:left; margin:0 0 2em 3em;}
div.flpic{float:left; margin:0 0 1em 1em; text-align:center;}
div.clearfix{clear:both;}
div.clear{clear:both; margin-bottom:1em;}


/* ----------------------------------------------------
   共通レイアウト設定
------------------------------------------------------- */
/*フォントサイズ*/
.fs150 {font-size: 150%;}
.fs140 {font-size: 140%;}
.fs130 {font-size: 130%;}
.fs120 {font-size: 120%;}
.fs110 {font-size: 110%;}
.fs90 {font-size: 90%;}
.fs80 {font-size: 80%;}
.fs70 {font-size: 70%;}
.fs60 {font-size: 60%;}
.fs50 {font-size: 50%;}


/*各種マージン*/
.mt0_5{margin-top:0.5em;}
.mt1{margin-top:1em;}
.mt1_5{margin-top:1.5em;}
.mt2{margin-top:2em;}
.mt2_5{margin-top:2.5em;}
.mt3{margin-top:3em;}
.mt3_5{margin-top:3.5em;}
.mt4{margin-top:4em;}
.mt4_5{margin-top:4.5em;}
.mt5{margin-top:5em;}

.mb1{margin-bottom:1em;}
.mb1_5{margin-bottom:1.5em;}
.mb2{margin-bottom:2em;}
.mb2_5{margin-bottom:2.5em;}
.mb3{margin-bottom:3em;}
.mb3_5{margin-bottom:3.5em;}
.mb4{margin-bottom:4em;}
.mb4_5{margin-bottom:4.5em;}
.mb5{margin-bottom:5em;}

.mr1{margin-right:1em;}
.mr1_5{margin-right:1.5em;}
.mr2{margin-right:2em;}
.mr2_5{margin-right:2.5em;}
.mr3{margin-right:3em;}
.mr3_5{margin-right:3.5em;}
.mr4{margin-right:4em;}
.mr4_5{margin-right:4.5em;}
.mr5{margin-right:5em;}

.ml1{margin-left:1em;}
.ml1_5{margin-left:1.5em;}
.ml2{margin-left:2em;}
.ml2_5{margin-left:2.5em;}
.ml3{margin-left:3em;}
.ml3_5{margin-left:3.5em;}
.ml4{margin-left:4em;}
.ml4_5{margin-left:4.5em;}
.ml5{margin-left:5em;}

/*特殊マージン*/
.mtb2{margin:2em 0;}


/*各種パディング*/
.pl1{padding-left:1em;}
.pl2{padding-left:2em;}
.pl3{padding-left:3em;}


/*テキストインデント*/
.indent1em{
 text-indent:1em;
 }
.indent2em{
 text-indent:2em;
 }
.indent3em{
 text-indent:3em;
 }
.indent4em{
 text-indent:4em;
 }
.indent5em{
 text-indent:5em;
 }
 
.rindent1{
 padding-left:1em;
 text-indent:-1em;
 }
.rindent2{
 padding-left:2em;
 text-indent:-2em;
 }
.rindent3{
 padding-left:3em;
 text-indent:-3em;
 }
.rindent4{
 padding-left:4em;
 text-indent:-4em;
 }
.rindent5{
 padding-left:5em;
 text-indent:-5em;
 }

.indent1{text-indent:1em; padding-left:-1em;}
.indent2{text-indent:2em; padding-left:-2em;}
.indent3{text-indent:3em; padding-left:-3em;}
.indent4{text-indent:4em; padding-left:-4em;}
.indent5{text-indent:5em; padding-left:-5em;}
.indent6{text-indent:6em; padding-left:-6em;}

/*特殊インデント*/
.indent1sp{text-indent:1em; padding-left:-1em; margin-top:-0.5em;}
.rindent3sp{text-indent:-1em; padding-left:2em;}

/*テキスト表示位置*/
.align_c {text-align:center;}
.align_r {text-align: right;}
.align_l {text-align: left;}

/*テキスト特殊表示位置*/
.center{text-align:center; font-size:110%; line-height:1.5em;}


/*複合レイアウト*/
.inquiry {font-size: 95%; line-height:1.5em; padding:0.5em 0 0 1em;}
.lv{text-align:left; vertical-align:top;}

/*Hタグ設定*/
h1{
	 border-top: 3px solid #140096;
	 box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.16);
	 font-size: 130%;
	 letter-spacing:0.1em;
	 padding:0.5em;
	 margin:2em 0; 
	 text-align:center;
	}
h2{
  font-size: 105%;
  border-left: 10px solid #8279BC;
  background-color: #140096;
  color: #FFFFFF;
  padding: 3px 15px;
  margin:3em 0 2em 0; 
}
h3{
  font-size: 103%;
  margin: 2em 0.5em 1.5em 0;
  font-size: 100%;
  padding: 5px 5px;
  border-bottom:2px solid #140096;
  }
h4{
  font-size: 100%;
  margin: 0.5em 0.5em 1.3em 1.7em;
  font-weight: normal;
  padding: 0px 10px;
  border-left:4px solid #140096;
  }
h5{
  margin: 30px 5px 5px 0px;
  font-size: 105%;
  background-color: #140096;
  padding: 5px 15px;
  }
hr { margin-top:3em; }

/* ----------------------------------------------------
   span設定
------------------------------------------------------- */
span.pankuzu{
			  font-size:80%;
			}
span.redgarden{
			   color: red;
			   text-decoration: underline;
			  }
			  
/* ----------------------------------------------------
   td th設定
------------------------------------------------------- */
td,th{line-height:17pt;}

/* ----------------------------------------------------
   リスト設定
------------------------------------------------------- */
li{margin:0.8em 0;}
li.listnone{
			list-style:none;
			padding-left:-5px;
			}
ol li{padding-bottom:1em;}
ul li.square {
	position: relative;
	list-style:none;
	padding-bottom:1em;
	background: url(/jp/singi/common/images/listicon.gif) no-repeat 0 3px;
	background-repeat:no-repeat;
	padding-left:1.4em;
	margin-left:-1em;
	vertical-align:middle;
	line-height:1.1em;
}
ul li.ambivalent{
				list-style: none;
				margin-left:2em;
				padding:0.5em; 0;
			}
ul li.lpad{padding:2em 0;}


li.hasFloatData{
  
}

*+html li.hasFloatData:after  {display: inline-block; *display: inline; *zoom: 1;}
* html li.hasFloatData:after  {display: inline-block; *display: inline; *zoom: 1;}
li.hasFloatData:after{
	content:".";
    display: none;
    height:0px;
    clear:both;
    visibility:hidden;
}

li.hasFloatData .floatDataItem,li.hasFloatData .floatDataItem_narrow,li.hasFloatData .floatDataItem_wide,li.hasFloatData .floatDataItem_ml05{
  display: inline-block;
  float:left;
}
li.hasFloatData .floatDataItem:not(:first-child){
  margin-left: 1em;
}
_:-ms-lang(x)::-ms-backdrop, li.hasFloatData .floatDataItem:not(:first-child) {
  margin-left: 0.8em;
}

li.hasFloatData .floatDataItem.ml0{
  margin-left:0;
}
li.hasFloatData .floatDataItem_narrow:not(:first-child){
  margin-left: 0.7em;
}
li.hasFloatData .floatDataItem_wide:not(:first-child){
  margin-left: 2em;
}
li.hasFloatData .floatDataItem_ml05:not(:first-child){
  margin-left: 0.5em;
}

/* ----------------------------------------------------
   サイトエリア　設定
------------------------------------------------------- */

#site-box {
           width : 800px;
           margin: 0 auto;  
		   text-align: center;
 }
#head {
           width : 800px;
           height: 96px;
           margin: 0 auto;
   		   text-align: left;
           }
#head.head_text_ver{
  background-image:url(/images/header/seisaku2009_bg.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#head.head_text_ver .head_inner_top{
  text-align: right;
}
#head.head_text_ver .head_inner_bottom .head_inner_bottom_left{
  float:left;
  padding: 14px 0 0 30px;
}
#head.head_text_ver .head_inner_bottom .head_inner_bottom_left .head_title{
  font-size:27px;
  line-height: 1;
  border-top: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGP明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  letter-spacing: 0.1rem;
  transform: rotate(0.03deg);
}
#head.head_text_ver .head_inner_bottom .head_inner_bottom_right{
  float:right;
  padding: 16px 16px 0 0;
}
#head.head_text_ver .head_inner_bottom .head_inner_bottom_right .head_button{
  text-decoration: none;
  color:#ffffff;
  background-image:url(/images/header/seisaku2009_bg_btn.gif);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  width: 96px;
  height: 21px;
  text-align: right;
  font-size:10px;
  padding:6px 14px 0 0;
  line-height: 1;
  font-weight: bold;
}
#navi {
           width : 800px;
           margin: 0 auto;
           padding:3px 0;
		   text-align: left;
 }
#navi.has-margin-left {
  text-indent: 0.8em;
}

#title {
           width : 700px;
           margin: 1.5em auto 0 auto;
   		   text-align: left;
   		}
h1#title{
  border-top: none;
  box-shadow: none;
  font-size: 100%;
  padding: 0;
}
h1#title.title_text_ver{
  height: 50px;
  color:#ffffff;
  text-align: center;
  background-image: url(/jp/singi/common/images/title_bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:21px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
h1#title.title_text_ver.text-small{
  font-size:18px;
  letter-spacing: -0.08em;
}

#main {
           width : 700px;
           margin: 0 auto;
   		   text-align: left;
   		}
#footer {
	color: #070719;
	font-size: 80%;
	text-align:left;
	margin: 70px 0 1px 0;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 10px 10px 10px;
	border-top:2px solid #808080;
	width:700px;
}

*+html #footer {display: inline-block; *display: inline; *zoom: 1;}
* html #footer {display: inline-block; *display: inline; *zoom: 1;}

#footer:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	display: none;
}

#footer .outline {position: relative;}

#footer_l {
	float: left;
	width: 560px;
	line-height:1.2em;
}

#footer_m {
	float: right;
	width: 120px;
	position: absolute;
	bottom: 0;
	right: -10px;
}

#footer_m a {
	background: url(/jp/singi/common/images/listicon1.gif) no-repeat 0 0.4em;
	padding: 0 0 0 15px;
	color:#171717;
}

#footer_r {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

em.hasBraecets{
  position: relative;
  font-weight: normal;
  font-style: normal;
}

em.hasBraecets:before{
  content:"≪";
}

em.hasBraecets:after{
  content:"≫"
}

img{
  border:none;
}