@charset "UTF-8";

/*------------- ヘッダー ------------- */
header {
  width: 100%;
  height: 126px;
  border-top: 3px solid #ff0d14;
}
header .inner {
  padding-top: 20px;
  width: 980px;
  margin: auto;
}
header .inner h1 {
  float: left;
}
header .inner .box {
  width: 410px;
  float: right;
  padding-top: 10px;
}
header .inner .box .link {
  float: right;
  width: 410px;
}
header .inner .box .link ul {
  float: right;
}
header .inner .box .link ul li {
  float: left;
  font-size: 12px;
  margin-left: 8px;
}
header .inner .box .link ul li a {
  background: url(/common/images/arr1.png) no-repeat;
  background-position: 0 2px;
  padding-left: 12px;
}
header .inner .box .link ul li:first-child a {
  color: #857d85;
}
header .inner .box .link ul li:last-child a {
  font-weight: bold;
}
header .inner .box .instance {
  padding-top: 27px;
}
header .inner .box .instance ul li {
  float: left;
}
header .inner .box .instance ul li:first-child {
  margin-right: 20px;
  padding-top: 4px;
}
header .inner .box .instance ul li:nth-child(2) {
  margin-right: 10px;
}
header .inner .box .instance ul li:nth-child(3) {
  margin-right: 20px;
  padding-top: 3px;
}
header .inner .box .instance ul li:last-child {
  padding-top: 3px;
}
/*---------------------------------------------------- .gNav ------------- */
.gNav {
  width: 100%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.gNav ul {
  width: 980px;
  margin: auto;

  border-left: 1px solid #c0e2e6;
}
.gNav ul li {
  line-height: 64px;
  float: left;
  width: 139px;
  border-right: 1px solid #c0e2e6;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.gNav ul li a {
  color: #303030;
  display: block;
}
.gNav ul li a span {
  background: url(/common/images/arr2.png) no-repeat;
  background-position: 0px -1px;
  padding-left: 18px;
}
.gNav ul li.crnt,
.gNav ul li:hover{
  background: url(/common/images/crnt.png) no-repeat;
  background-position: 0 59px ;
}

/*---------------------------------------------------- .bredLink ------------- */
/*パンくず*/
.bredLink {
  width: 980px;
  margin: 0 auto 24px;
  padding-top: 20px;
}
.bredLink li {
	float: left;
	color: #3f3f3f;
  font-size: 12px;
  line-height: 120%;
}
.bredLink li a {
	white-space: nowrap;
}

.bredLink li a:after {
    content: '>';
    display: inline-block;
    padding: 0 8px 0 8px;
    color: #555;
}

.bredLink li a,
.bredLink li a:link {
	color: #a07d8f;
  text-decoration: underline;
}
.bredLink li a:hover {
	color: #DA4D6C;
}
/*---------------------------------------------------- .wrap ------------- */
.wrap {
  width: 980px;
  margin: auto;
}
.wrap p {
  font-size: 16px;
  line-height: 26px;
}
.wrap p.fsS{
	font-size:14px;}

.wrap p.fsM{
	font-size:16px;}

.wrap p.fsxL{
	font-size:18px;}
	
.wrap p.fsL{
	font-size:20px;}
	
.wrap .fwB{
	font-weight:bold;}

.wrap .fwN{
	font-weight:normal;}

.wrap .fcP{
	color: #a41a78;}
		
	
/*---------------------------------------------------- #contents ------------- */
#contents {
  width: 736px;
  margin: auto;
  float: left;
}

/*---------------------------------------------------- h1 ------------- */
h1.ttl1 {
  font-size: 20px;
  color: #21110d;
  background: url(/common/images/h_bg1.png) no-repeat top right;
  border-left: 5px solid #ff0d14;
  padding: 8px 0 8px 18px;
}
h1.ttl1 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
/*---------------------------------------------------- h3 ------------- */
h3.ttl1 {
  font-size: 15px;
  font-weight: bold;
}
h3.ttl2 {
  font-size: 18px;
  font-weight: bold;
  color: #a41a78;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
h3.ttl2 sup {
  top: -2px;
}
/*---------------------------------------------------- p ------------- */
p.cap {
  font-size: 10px!important;
  line-height: 14px!important;
}
p.cap.indt {
  text-indent: -10px;
  padding-left: 10px;
}
p.cap2 {
  font-size: 11.5px!important;
  line-height: 14px!important;
}
p.cap3 {
  font-size: 11px!important;
  line-height: 16px!important;
}
p.cap3.indt {
  text-indent: -22px!important;
  padding-left: 22px!important;
}
p.cap3.indt2 {
  text-indent: -38px!important;
  padding-left: 38px!important;
}
p.cap3.indt3 {
  text-indent: -30px!important;
  padding-left: 30px!important;
}
p.cap3 sup {
  top: 0!important;
}
.capBox1 {
  width: 550px;
}
sup {
font-size: 75%;
vertical-align: top;
position: relative;
top: 5px;
}
sup.sml {
font-size: 75%;
vertical-align: top;
position: relative;
top: 2px;
}
sup.rom {
font-size: 75%;
vertical-align: top;
position: relative;
top: -5px;
}
sub {
font-size: 75%;
vertical-align: bottom;
position: relative;
bottom: 5px;
}
/*---------------------------------------------------- #side ------------- */
aside#side {
  width: 194px;
  float: right;
}
aside#side .block1 {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  margin-top: 0px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  text-align: center;
  padding-bottom: 10px;
}
aside#side .block1 h2 {
  color: #ee0000;
  font-size: 18px;
  font-weight: bold;
  padding: 14px;
}
aside#side .block1 p {
  font-size: 11px;
  line-height: 15px;
}
aside#side .block1 p.txt1 {
  font-size: 12px;
  margin-top: 15px;
}
aside#side .block1 p.txt1 a {
  background: url(/common/images/arr1.png) no-repeat;
  background-position: 2px 2px;
  color: #000;
  padding-left: 15px;
}
aside#side .block1 ul {
  width: 170px;
  margin: 10px auto 0;
}
aside#side .block1 ul li {
  width: 170px;
  text-align: center;
  line-height: 25px;
}
aside#side .block1 ul li a {
  display: block;
}
aside#side .block1 ul li:first-child {
  background: #ff0c18;
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
aside#side .block1 ul li:first-child a {
  color: #fff;
}
aside#side .block1 ul li:last-child {
  background: #e9e9e9;
}
aside#side .block1 ul li:last-child a {
  color: #3f3f3f;
}



aside#side .block {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
aside#side .block h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  padding: 13px 14px 11px;
  border-bottom: 3px solid #ff0d14;
}
aside#side .block ul {}
aside#side .block ul li {
  border-top: 1px solid #ddd;
  font-size: 13px;
  background: url(/common/images/arr6.png) no-repeat;
  background-position: 13px 45%;
}
aside#side .block ul li:first-child {
  border: none;
}
aside#side .block ul li a {
  color: #333;
  padding: 15px 0 15px 30px;
  display: block;
}
aside#side .block ul li a:hover,
aside#side .block ul li a.active { text-decoration: none; color: #ff0d14; background: url(/common/images/arr7.png) no-repeat 13px 45%; }
aside#side .box {
  border: 1px solid #dddddd;
  padding: 2px;
  text-align: center;
}
/*---------------------------------------------------- .block1 ------------- */
.block1 {
  margin: 45px 0;
}
/*---------------------------------------------------- .block2 ------------- */
.block2 {
  margin: 25px 0;
}
/*---------------------------------------------------- .block3 ------------- */
.block3 {
  border: 1px solid #6ab5d3;
  border-radius: 8px;
  background: #eff0f0;
}
.block3 h2 {
  background: #6ab5d3;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  text-indent: 20px;
}
.block3 h2 sup {
  top: 10px;
}
.block3 .inner {
  padding: 25px 27px;
}
.block3 p {
  font-size: 13px;
  line-height: 20px;
}
.block3 h3 {
  margin-top: 50px;
  margin-bottom: 15px;
}
/*---------------------------------------------------- .quotation ------------- */
.quotation {
  background: #fff4e8;
  border: 1px solid #e3bc8a;
  border-radius: 8px;
  padding: 10px 0 20px;
}
.quotation h4 {
  line-height: 27px;
  font-size: 14px;
  background: #e3bc8a;
  width: 118px;
  text-align: center;
  border-radius: 0 8px 8px 0;
  margin-bottom: 15px;
}
.quotation p {
  font-size: 11px;
  line-height: 16px;
  margin: 5px 30px;
}
.quotation p.indt {
  text-indent: -15px;
  padding-left: 15px;
}
/*---------------------------------------------------- .quotation ------------- */
.investigation {
  background: #e8e8e8;
  padding: 20px 25px;
  border-radius: 5px;
}
.investigation h3 {
  font-size: 13px;
  border-bottom: 1px dotted #000;
  color: #000;
  padding-bottom: 10px;
}
.investigation table {
  font-size: 11px;
  margin-top: 20px;
}
.investigation table th {
  font-weight: normal;
}
.investigation table th,
.investigation table td {
  line-height: 18px;
  padding: 1px 0;
}
/*---------------------------------------------------- table ------------- */
table.tbl1 {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
table.tbl1 th,
table.tbl1 td {
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  font-weight: normal;
}
table.tbl1 th {
  background: url(/common/images/th_bg.png) repeat;
  color: #fff;
  padding: 13px;
  font-size: 13px;
  line-height: 18px;
}
table.tbl1 th p {
  font-size: 14.5px;
  color: #fff;
}
table.tbl1 th p span {
  font-size: 13px;
  margin-left: 5px;
}
table.tbl1 td {
  padding: 4px 13px;
  position: relative;
}
table.tbl1 td div p {
  display: table-cell;
  height: 129px;
  vertical-align: middle;
  padding-left: 10px;
}
table.tbl1 td p.abs {
  font-size: 10px;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
table.tbl1 td p {
  font-size: 13px;
  line-height: 17px;
  margin: 10px 0;
}
table.tbl1 th sup,
table.tbl1 td p sup{
  top: 2px;
  font-size: 70%!important;
}
table.tbl1 td p sub {
  bottom: 2px;
  font-size: 70%;
}
table.tbl1 td p.indt {
  text-indent: -13px;
  padding-left: 13px;
}
table.tbl1 td p.txt {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.3px;
}
table.tbl1 td p.txt1 {
  font-size: 14.5px;
}
table.tbl1 td p.txt2 {
  font-size: 13.5px;
  letter-spacing: -0.5px;
}
table.tbl1 td p.txt3 {
  font-size: 13px;
  line-height: 18px;
  margin: 25px 20px;
}
table.tbl1 th.mdl,
table.tbl1 td.mdl {
  vertical-align: middle!important;
}
table.tbl1 td.bg1 {
  background-color: #e9e9e9;
}
table.tbl1 td.bt1 {
  border-top: 4px solid #c8c8c8;
}

table.tbl1.sec {
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
table.tbl1.sec th,
table.tbl1.sec td {
  padding: 10px 7px!important;
  border: 0;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
table.tbl1.sec th.cell1 {
  border-left: 0!important;
}
table.tbl1.sec td p {
  margin: 0;
  font-size: 13px;
  letter-spacing: -0.3px;
}
table.tbl1.thd th,
table.tbl1.thd td {
  padding: 15px;
}
table.tbl1.thd p {
  margin: 0;
}
/*---------------------------------------------------- ul ------------- */
ul.ptn1 {}
ul.ptn1 li {
  font-size: 13px;
  line-height: 18px;
  margin: 5px 0;
  text-indent: -13px;
  padding-left: 13px;
}
ul.ptn1 li ul {
}
ul.ptn1 li ul li ul {
  margin-top: -17px;
  padding-left: 5px;
  text-indent: 0;
}
ul.ptn1 li ul li ul li {
  text-indent: -13px;
  padding-left: 13px;
  margin: 0;
}

ul.inNav {}
ul.inNav li {
  border: 2px solid #a41a78;
  background: #f7e8f1;
  width: 236px;
  line-height: 40px;
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  text-indent: 12px;
}
ul.inNav li:first-child,
ul.inNav li:nth-child(4) {
margin-left: 0;
}
ul.inNav li a {
  display: block;
  color: #a41a78;
}
ul.inNav li.ptn2 {
  width: 482px;
}
/*---------------------------------------------------- .footer ------------- */
.footLink {
  width: 100%;
  background: #f9f9f9;
  margin-top: 60px;
}
.footLink .inner {
  width: 980px;
  margin: auto;
}
.footLink .inner .link {}
.footLink .inner .link p {
  float: right;
  display: inline-block;
  padding: 12px 0;
  font-size: 11px;
}
.footLink .inner .link p a {
  display: block;
  color: #3f353f;
  background: url(/common/images/arr5.png) no-repeat;
  background-position: 0 8px;
  padding-left: 15px;
  
}
.footLink .inner .link ul {
  padding: 12px 0;
  float: left;
}
.footLink .inner .link ul li {
  float: left;
  font-size: 11px;
  padding-right: 14px;
  padding-left: 16px;
  line-height: 21px;
}
.footLink .inner .link ul li:first-child {
  padding-left: 0;
}
.footLink .inner .link ul li a {
  color: #3f353f;
  display: block;
  background: url(/common/images/arr4.png) no-repeat;
  background-position: 0 6px;
  padding-left: 10px;
}
.footLink .inner .link ul li:nth-child(4) {
  border-right: 1px solid #cfcfcf;
}
footer {
  background: #f9f9f9;
  border-top: 1px solid #d9d9d9;
}
footer .inner {
  width: 980px;
  margin: auto;
  padding: 15px 0;
}
footer p {
  font-size: 9px;
}
footer p.txt1 {
  float: left;
}
footer p.txt2 {
  float: right;
}




 

/*------------- マージントップ ------------- */
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt12 { margin-top: 12px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt25 { margin-top: 25px!important; }
.mt30 { margin-top: 30px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt60 { margin-top: 60px!important; }
.mt70 { margin-top: 70px!important; }
.mt80 { margin-top: 80px!important; }
/*------------- マージンライト ------------- */
.mr10 { margin-right: 10px!important; }
.mr20 { margin-right: 20px!important; }
.mr30 { margin-right: 30px!important; }
.mr40 { margin-right: 40px!important; }
/*------------- マージンレフト ------------- */
.ml10 { margin-left: 10px!important; }
.ml20 { margin-left: 20px!important; }
.ml30 { margin-left: 30px!important; }
.ml40 { margin-left: 40px!important; }
/*------------- マージンボトム ------------- */
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb80 { margin-bottom: 80px!important; }

.w100{
	width:100% !important;}
.chara_mt1 {margin-top: 130px!important;}
.chara_mt2 {margin-top: 340px!important;}
.chara_mt3 {margin-top: 440px!important;}

.alpha {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.alpha:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}
