@charset "utf-8";

/* ===========================================

CommonCSS

============================================== */


/* html
============================================== */

html {
	background-color: #FFC;
	height:100%;
}

/* body
============================================== */

body {
	background-color: #FFC;
	min-height:100%;
	color: #333;
	line-height: 1.5;
	background:url(../../img/bg_base.jpg) left top repeat;
	font-size:90%;
}


/* hypertext
============================================== */

a {
	color:#004F00;
}

a:visited {
	color:#555;
}

a:hover {
	color:#555;
}


/* wrapper
============================================== */

#wrapperOuter {
	width:100%;
	background:url(../../img/bg_header_rp.jpg) left top repeat-x;
}

#wrapper {
	width:880px;
	margin:0 auto;
	overflow:hidden;
}


/* header
============================================== */

#header {
	width:880px;
	height:182px;
	padding:0;
	margin:0 auto;
	background:url(../../img/bg_header.jpg) left top no-repeat;
	position:relative;
}

	#header h1 {
		float:left;
		margin-top:45px;
	}

	#header p.author {
		float:right;
		margin-top:20px;
		margin-right:10px;
	}

	#header p.hpLink {
		position:absolute;
		right:10px;
		top:105px;
	}

	#header ul.menu {
		position:absolute;
		right:20px;
		bottom:3px;
	}

	#header ul.menu li {
		display:inline;
		margin-left:20px;
		padding-left:12px;
		background:url(../../img/icon_arrow.gif) left center no-repeat;
		font-size:80%;
	}

	#header div.fontSizeBtn {
		width:350px;
		float:right;
		height:25px;
		line-height:0;
		font-size:0;
		text-align:right;
		padding-right:15px;
	}

	#header a.btnA {
		margin-left:7px;
	}

/* NoScript Alert
============================================== */
.jsNote {
	text-align:center;
	padding:10px;
}


/* blockskip
============================================== */

#blockskip {
	font-size: 1%;
	line-height: 0;
}
.show {
	display: block;
	font-size: medium;
	font-weight: bold;
	height: 1em;
	line-height: 120%;
	padding: 5px;
}


/* container
============================================== */

#container {
	clear:both;
	width:860px;
	margin:0 auto;
	padding:0 10px;
	background:url(../../img/bg_container.jpg) left top repeat-y;
}


/* titleBox
============================================== */
#container #titleBox {
	position:relative;
	margin-bottom:20px;
}

	#container #titleBox p.title {
		position:absolute;
		top:10px;
		left:200px;
		font-weight:bold;
		font-size:120%;
	}


/* mainConts
============================================== */
#container #mainConts {
	width:820px;
	margin:0 auto;
}

	/* h3
	============================================== */
	#container #mainConts h3 {
		clear:both;
		font-size:135%;
		font-weight:bold;
		color:#fff;
		line-height:1.3;
		padding-top:15px;
		padding-left:130px;
		padding-bottom:15px;
		background:#007200 url(../../img/bg_h3.gif) left top no-repeat;
		margin-bottom:20px;
	}

	#container #mainConts h3.imageHead {
		background-image : none;
		background-color:#fff;
		text-align:center;
		padding-left:0;
		color:#000;
	}

	/* h4
	============================================== */
	#container #mainConts h4 {
		clear:both;
		font-size:120%;
		font-weight:bold;
		line-height:1.3;
		padding-top:5px;
		padding-left:50px;
		padding-bottom:5px;
		background:url(../../img/bg_h4.gif) left top no-repeat;
		border:#999 1px solid;
		margin-bottom:10px;
	}

	/* h5
	============================================== */
	#container #mainConts h5 {
		clear:both;
		font-weight:bold;
		line-height:1.3;
		padding-top:5px;
		padding-left:30px;
		padding-bottom:5px;
		background:url(../../img/bg_h5.gif) left top no-repeat;
		border:#999 1px dotted;
		margin-left:1em;
		margin-top:20px;
		margin-bottom:10px;
	}

	/* h6
	============================================== */
	#container #mainConts h6 {
		clear:both;
		font-weight:bold;
		line-height:1.3;
		padding-top:5px;
		padding-left:5px;
		padding-bottom:5px;
		border:#999 1px solid;
		margin-left:2em;
		margin-top:20px;
		margin-bottom:10px;
	}


	/* ImgSet
	============================================== */
	#container #mainConts div.centerImg,
	#container #mainConts div.leftImg,
	#container #mainConts div.rightImg {
		text-align:center;
		font-size:90%;
		margin-bottom:20px;
		line-height:120%;
	}

	#container #mainConts div.centerImg img,
	#container #mainConts div.leftImg img,
	#container #mainConts div.rightImg img {
		margin-bottom:2px;
		border:#666 1px solid;
	}

	#container #mainConts div.centerImg img.noBorder,
	#container #mainConts div.leftImg img.noBorder,
	#container #mainConts div.rightImg img.noBorder {
		border:none;
	}

	#container #mainConts div.centerImg {
		clear:both;
	}

	#container #mainConts div.leftImg {
		display:inline;
		float:left;
		margin-right:1em;
	}


	#container #mainConts div.rightImg {
		display:inline;
		float:right;
		margin-left:1em;
	}



	/* ContsBox
	============================================== */
	#container #mainConts div.contsBox {
		margin-left:1em;
		margin-bottom:2em;
	}


	/* ColumnBox
	============================================== */
	/* basic */
	#container #mainConts div.columnBox {
		width:80%;
		margin:3em auto;
		border:#007200 1px solid;
		padding:20px;
		background-color:#FFC;
		overflow:hidden;
	}

	#container #mainConts div.exColumn {
		margin:0 auto;
	}

	#container #mainConts div.exColumn2 {
		border-color:#00A1E9;
		background-color:#EDF7F9;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		width:60%;
	}


	#container #mainConts div.columnBox h4 {
		font-weight:bold;
		padding-left:0px;
		text-align:center;
		margin-bottom:1.5em;
		background:none;
		background-color:#fff;
	}


	/* dotted */
	#container #mainConts div.columnDotBox {
		width:80%;
		margin:3em auto;
		border:#007200 1px dotted;
		padding:20px;
		background-color:#FFF;
		overflow:hidden;
	}

	#container #mainConts div.columnDotBox h4 {
		font-weight:bold;
		padding-left:0px;
		text-align:center;
		margin-bottom:1.5em;
		background:none;
		background-color:#e3ffaa;
	}

	#container #mainConts div.columnWrap {
		text-align:center;
	}

	#container #mainConts div.columnWrap div.columnBox,
	#container #mainConts div.columnWrap div.columnDotBox {
		width:auto;
		display:inline-block;
	}


	/* ListSet
	============================================== */
	/* ol */
	#container #mainConts  ol.numList {
		margin-top:10px;
		margin-left:2.1em;
		margin-bottom:10px;
	}

	#container #mainConts  ol.numList li {
		margin-bottom:5px;
	}


	/* NoMark */
	#container #mainConts  ul.noMark {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}

	#container #mainConts  ul.noMark li {
		margin-bottom:5px;
	}


	/* �� */
	#container #mainConts ul.starList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}

	#container #mainConts ul.starList li {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../../img/icon_star.gif) left 3px no-repeat;
	}


	/* �� */
	#container #mainConts ul.lozList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}

	#container #mainConts ul.lozList li {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../../img/icon_lozgreen.gif) left 3px no-repeat;
	}

	/* �� */
	#container #mainConts ul.lozLList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}

	#container #mainConts ul.lozLList li {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../../img/icon_lozcream.gif) left 3px no-repeat;
	}


	/* �� */
	#container #mainConts  ul.cirList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}

	#container #mainConts  ul.cirList li {
		padding-left:15px;
		margin-bottom:5px;
		background:url(../../img/icon_circle.gif) left 5px no-repeat;
	}

	/* �� */
	#container #mainConts ul.triList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}

	#container #mainConts ul.triList li {
		padding-left:15px;
		margin-bottom:5px;
		background:url(../../img/icon_arrow.gif) left 8px no-repeat;
	}

	#container #mainConts ul.triListNavi {
		margin-left:1em;
		margin-bottom:0;
	}

	#container #mainConts ul.triListNavi li {
		padding-left:15px;
		background:url(../../img/icon_arrow.gif) left 6px no-repeat;
	}

	/* �� */
	#container #mainConts ul.squList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}

	#container #mainConts ul.squList li {
		padding-left:20px;
		margin-bottom:5px;
		background:url(../../img/icon_squgreen.gif) left 5px no-repeat;
	}

	/* �� */
	#container #mainConts ul.squLList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}

	#container #mainConts ul.squLList li {
		padding-left:20px;
		margin-bottom:5px;
		background:url(../../img/icon_squcream.gif) left 5px no-repeat;
	}


	/* NoMark�idl�j */
	#container #mainConts dl.noMark {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}

	#container #mainConts dl.noMark dt {
		margin-bottom:5px;
		font-weight:bold;
	}

	#container #mainConts dl.noMark dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}


	/* ���idl�j */
	#container #mainConts dl.starDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}

	#container #mainConts dl.starDl dt {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../../img/icon_star.gif) left 1px no-repeat;
		font-weight:bold;
		border-bottom: 1px dotted #666666;
	}

	#container #mainConts dl.starDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}


	/* ���idl�j */
	#container #mainConts dl.lozDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}

	#container #mainConts dl.lozDl dt {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../../img/icon_lozgreen.gif) left 3px no-repeat;
		font-weight:bold;
	}

	#container #mainConts dl.lozDl dt.setMid {
		padding-left:20px;
		background:url(../../img/icon_lozgreen.gif) left 5px no-repeat;
	}

	#container #mainConts dl.lozDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}

	/* ���idl�j */
	#container #mainConts dl.lozLDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}

	#container #mainConts dl.lozLDl dt {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../../img/icon_lozcream.gif) left 3px no-repeat;
		font-weight:bold;
	}

	#container #mainConts dl.lozLDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}

	/* ���idl�j */
	#container #mainConts dl.cirDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}

	#container #mainConts dl.cirDl dt {
		padding-left:15px;
		margin-bottom:5px;
		background:url(../../img/icon_circle.gif) left 5px no-repeat;
		font-weight:bold;
	}

	#container #mainConts dl.cirDl dt.setMid {
		background:url(../../img/icon_circle.gif) left 7px no-repeat;
	}

	#container #mainConts dl.cirDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}

	#container #mainConts dl.cirDl dd.setLine {
		margin-left:0;
	}

	#container #mainConts div.exNB,
	#container #mainConts dl.exNB,
	#container #mainConts dl.cirDl dd.exNB {
		margin-bottom:0;
	}


	/* ���idl�j */
	#container #mainConts dl.triDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}

	#container #mainConts dl.triDl dt {
		padding-left:15px;
		margin-bottom:5px;
		background:url(../../img/icon_arrow.gif) left 8px no-repeat;
		font-weight:bold;
	}

	#container #mainConts dl.triDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}

	/* ���idl�j */
	#container #mainConts dl.squDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}

	#container #mainConts dl.squDl dt {
		padding-left:20px;
		margin-bottom:5px;
		background:url(../../img/icon_squgreen.gif) left 5px no-repeat;
		font-weight:bold;
	}

	#container #mainConts dl.squDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}


	/* ���idl�j */
	#container #mainConts dl.squLDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}

	#container #mainConts dl.squLDl dt {
		padding-left:20px;
		margin-bottom:5px;
		background:url(../../img/icon_squcream.gif) left 5px no-repeat;
		font-weight:bold;
	}

	#container #mainConts dl.squLDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}

	#container #mainConts dl.starDl dt.noLine {
	    border-bottom: medium none;
	}

	/* TableSet
	============================================== */
	td {
		vertical-align: middle;
	}
	/* basic */
	#container #mainConts table.basic {
		margin-bottom:30px;
		border-collapse:collapse;
		border:#007200 2px solid;
		margin-top:1.5em;
		font-size:95%;
	}

	#container #mainConts table.exBasic {
		margin-top:0;
		margin-bottom:0;
		width:100%;
	}

	#container #mainConts table.exTop {
		border-top:none;
	}

	#container #mainConts table.exBasic td {
		width:50%;
	}

	#container #mainConts table.hoken {
		margin-top: 5px;
		width: 100%;
	}

	#container #mainConts table.hokenTable {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
    }

	#container #mainConts table.basicNavi {
		margin-left:4em;
	}

	#container #mainConts table.addNote {
		margin-bottom:0;
	}

	#container #mainConts table.basic caption {
		text-align:left;
		background:url(../../img/icon_caption.gif) left 1px no-repeat;
		padding-left:25px;
		padding-bottom:5px;
		font-weight:bold;
	}

	#container #mainConts table.basic th,
	#container #mainConts table.basic td {
		padding:5px;
	}

	#container #mainConts table.basic th {
		background-color:#E3FFAA;
		color:#333;
		font-weight:bold;
		text-align:center;
		border:#007200 1px solid;
		vertical-align:middle;
	}

	#container #mainConts table.basic thead th.bcW {
		background-color: white;
		}

	#container #mainConts table.basic td {
		border:#007200 1px solid;
	}

	#container #mainConts table.basic tbody th {
		background-color:#fff;
	}

	#container #mainConts table.basic thead td.bcG,
	#container #mainConts table.basic tbody th.bcG {
		background-color:#E3FFAA;
	}

	#container #mainConts table.basic th.color,
	#container #mainConts table.basic td.color,
	#container #mainConts table.noBorder td.color {
		background-color:#FFC;
		border:#007200 1px solid;
	}

	#container #mainConts table.basic th.addTAL,
	#container #mainConts table.basic td.addTAL {
		text-align:left;
	}

	#container #mainConts table.basic th.addTAC,
	#container #mainConts table.basic td.addTAC {
		text-align:center;
	}

	#container #mainConts table.basic th.addTAR,
	#container #mainConts table.basic td.addTAR {
		text-align:right;
	}

	#container #mainConts table.basic th.addVAT,
	#container #mainConts table.basic td.addVAT {
		vertical-align:top;
	}

	#container #mainConts table.basic th.addVAM,
	#container #mainConts table.basic td.addVAM {
		vertical-align:middle;
	}

	#container #mainConts table.basic th.addVAB,
	#container #mainConts table.basic td.addVAB {
		vertical-align:bottom;
	}

	span.noStrong,
	#container #mainConts table.basic th.noStrong {
		font-weight:normal;
	}

	#container #mainConts table.basic td.cellNoBorder {
		border:none;
		vertical-align:top;
	}

	#container #mainConts table.basic td.cellNoBorderT {
		border-top:none;
	}

	#container #mainConts table.basic td.cellNoBorderB {
		border-bottom:none;
	}

	#container #mainConts table.basic th.btLine,
	#container #mainConts table.basic td.btLine {
		border-bottom-width: 2px;
	}

	#container #mainConts table.ex_table {
		border-collapse: collapse;
		border: none;
		font-size: 85%;
		margin-left: 12px;
	}

	#container #mainConts table.ex_table td {
		vertical-align: top;
		padding: 10px 5px;
		width: 150px;
	}

	/* noBorder */
	#container #mainConts table.noBorder {
		border-collapse:collapse;
		border:none;
		margin-top:1em;
	}

	#container #mainConts table.noBorder th,
	#container #mainConts table.noBorder td {
		padding:10px;
		border: none;
	}

	#container #mainConts table.noBorder th.exPD,
	#container #mainConts table.noBorder td.exPD {
		padding:0;
	}


	/* Nishi_Navi */
	#container #mainConts table.nishi_navi {
		border-collapse:collapse;
		border:none;
		margin-top:1em;
		margin-left:3em;
	}

	#container #mainConts table.nishi_navi th,
	#container #mainConts table.nishi_navi td {
		vertical-align:top;
		padding-bottom:8px;
		padding-left:8px;
	}

	.addNowrap {
		white-space: nowrap;
	}

	/* Note
	============================================== */
	#container #mainConts p.note {
		margin-top:0.25em;
		margin-left:2em;
		text-indent:-1em;
		margin-bottom:20px;
		font-size:90%;
	}

	#container #mainConts p.naviTable {
		margin-top:0.25em;
		margin-left:6em;
		text-indent:-1em;
		margin-bottom:20px;
		font-size:90%;
	}

	#container #mainConts p.note0 {
		margin-top:0.25em;
		margin-left:2em;
		text-indent:-1em;
		font-size:90%;
	}

	#container #mainConts p.note_s {
		text-indent:1em;
		margin-bottom:0.5em;
	}

	#container #mainConts p.h4item {
		margin-top:-5px;
		margin-bottom:30px;
		font-size:85%;
		text-align:right;
	}


/* ============================================== */


/* indexBox
============================================== */
#container #indexBox {
	position:relative;
}

	#container #indexBox h2 {
	}

	#container #indexBox p.title {
		position:absolute;
		top:10px;
		left:200px;
		font-weight:bold;
		font-size:120%;
	}

	#container #indexBox ul.indexList {
		margin-top:20px;
		margin-left:2em;
	}

	#container #indexBox ul.indexList li {
		padding-left:15px;
		margin-right:15px;
		margin-bottom:5px;
		background:url(../../img/icon_arrow.gif) left 8px no-repeat;
	}

	#container #indexBox ul.indexList li strong {
		background-color:#FF9;
	}


/* footer
============================================== */
#container #footer {
	clear:both;
	width:860px;
	margin:0 auto;
	background:url(../../img/bg_footer.gif) left top no-repeat;
	padding-bottom:30px;
}

	#container #footer p.inq {
		padding-top:10px;
		text-align:center;
		font-size:90%;
		background-color:#007200;
		color:#FFF;
		margin-bottom:30px;
	}

	#container #footer address {
		padding-top:10px;
		text-align:center;
		font-size:90%;
	}


/* PageTop
============================================== */
#container p.pageTop {
	clear:both;
	text-align:right;
	margin-top:3em;
	margin-bottom:10px;
}

#container p.pageTop_bottom {
	clear:both;
	text-align:right;
	margin-top:6em;
	margin-bottom:10px;
}

#container p.pageTop_end {
	clear:both;
	text-align:right;
	margin-top:30px;
	margin-bottom:10px;
	margin-right:20px;
}


/* OtherStyle
============================================== */
hr {
	border:#007200 1px solid;
	width:95%;
	margin-bottom:2em;
}

hr.dotted {
	border:#00B4ED 1px dotted;
}

hr.sepDot {
	border:#000 1px dotted;
	width:100%;
}

#container #mainConts table.noBorder td.exPD hr {
	margin-bottom:10px;
}

#container #mainConts table.exTableCell {
	background-color: white;
	border: 1px solid #555;
}


.bold {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

.mt0 {
	margin-top:0;
}

.mr1 {
	margin-left:1em;
}

.mt1 {
	margin-top:1em;
}

.pt1 {
	padding-top:1em;
}

.mt2 {
	margin-top:2em;
}

.mt3 {
	margin-top:3em;
}

.mt4 {
	margin-top:4em;
}

.mt80 {
	margin-top:80px;
}

.mb1 {
	margin-bottom:1em;
}

.mb2 {
	margin-bottom:2em;
}

.mb3 {
	margin-bottom:3em;
}

.mb4 {
	margin-bottom:4em;
}

.innerNavi {
	margin-left:4em;
	margin-right:25px;
}

.innerNaviHead {
	text-align:left;
	background-color:#E3FFAA;
}

.addTAR {
	text-align: right;
}

.addTAC {
	text-align: center;
}

.addTAL {
	text-align: left;
}

.clear {
	clear:both;
}

br.clear {
	height:1px;
}

/* clearfix */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ORIGIN */

.fureaikotoba {
    font-size: 135%;
    font-weight: bold;
    margin-top: 2em;
    text-align: center;
}


#container #mainConts div.syouhiGuide {
	width: 60%;
	text-align:center;
}

.syouhiGuideTel {
	font-weight: bold;
	font-size: 125%;
}

.mCenter {
	margin-left:auto;
	margin-right:auto;
}

.addULine {
	border-bottom:1px solid #333;
}

.addMiniFont {
	font-size:80%;
}

.addMiniFontEx {
	font-size: 85%;
}

.addMidFont {
	font-size:115%;
}

.addBigFont {
	font-size:140%;
}

.addRed {
	color:#E60013;
}

.addBlue {
	color:#181C61;
}

#container #mainConts p.exNote0 {
	margin-top:0.25em;
	margin-left:4em;
	text-indent:-2em;
	margin-bottom:20px;
	font-size:90%;
}

#container #mainConts p.exNote { /*�i���j */
	margin-top:0.25em;
	margin-left:4em;
	text-indent:-2.2em;
	margin-bottom:20px;
	font-size:90%;
}

#container #mainConts p.exNote2 { /*�i��x�j */
	margin-top:0.25em;
	margin-left:4em;
	text-indent:-2.7em;
	margin-bottom:20px;
	font-size:90%;
}

#container #mainConts p.exNote3 { /*�ix�j */
	margin-top:0.25em;
	margin-left:2em;
	text-indent:-1.7em;
	margin-bottom:10px;
}

div.noteBox {
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#FFFBC6;
}

p.noteNavi {
    margin-left: 4em;
}

.ex_width50 {
	width:50%;
}

.ex_width60 {
	width:60%;
}

.ex_width100 {
	width:100%;
}

.ex_rMargin20 {
	margin-right:20px;
}

p.exHead {
text-indent: -1.8em;
margin-left: 2em;
}

#container #mainConts div.ex_width50 {
	width: 50%;
}

#container #mainConts div.ex_width62b {
	width: 60%;
}

#container #mainConts div.ex_width {
	width: auto;
	margin-top:80px;
}

p.indentQA {
	text-indent:-1.5em;
	margin-left:1.5em;
}

div.boxStyle {
	border:1px solid #ADC0B3;
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

td.boxArrow {
	padding:0 20px;
}

.addDispIB {
	display:inline-block;
}

#container #mainConts div.columnC {
  width: 80%;
  margin: 3em auto;
  border: #BCE2EC 2px solid;
  padding: 20px;
  background-color: #DEF0F1;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#container #mainConts div.columnE {
  width: 80%;
  margin: 3em auto;
  border: #F7C1BC 2px solid;
  padding: 20px;
  background-color: #FBDBD9;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#container #mainConts div.columnC h4 {
  font-weight: bold;
  font-size: 125%;
  padding-left: 0px;
  text-align: center;
  margin-bottom: 1.5em;
  background: none;
  border: 1px solid #CCE0F2;
  background-color: #fff;
  color: #a00;
}

#container #mainConts div.columnE h4 {
  font-weight: bold;
  font-size: 125%;
  padding-left: 0px;
  text-align: center;
  margin-bottom: 1.5em;
  background: none;
  border: 1px solid #F0C7C7;
  background-color: #fff;
  color: #a00;
}

.hyou {
  margin-bottom: 30px;
  border-collapse: collapse;
  border: gray 2px solid;
  margin-top: 1.5em;
  font-size: 95%;
  background-color: #fff;
}
.hyou th {
  border: gray 1px solid;
  background-color: #fff;
  padding:5px;
}
.hyou td {
  border: gray 1px solid;
  background-color: #fff;
  padding:5px;
}

p.starDl {
padding-left: 25px;
background: url(../../img/icon_star.gif) left 1px no-repeat;
}

#container #mainConts table.basic td.p0 {
border: medium none;
padding: 0;
}

#container #mainConts table.inTable {
border: none;
}

#container #mainConts table.basic th.nlRight, #container #mainConts table.basic td.nlRight {
border-right: none;
}

#container #mainConts table.basic th.nlLeft, #container #mainConts table.basic td.nlLeft {
border-left: none;
}

#container #mainConts table.basic th.nlBot, #container #mainConts table.basic td.nlBot {
border-bottom: none;
}

#container #mainConts table.basic th.nlTop, #container #mainConts table.basic td.nlTop {
border-top: none;
}


#container #mainConts table.inTable th {
font-weight: normal;
}

.ex_width120 {
width: 130px;
}

.addBGColor {
background-color: #FCC;
color: #A00;
font-weight: bold;
}

#container #mainConts ul.ex_list {
font-weight: normal;
text-align: left;
}

.addTelFont {
font-size: 160%;
font-weight: bold;
}

div.addBoxBorder {
    border: 1px solid #333;
    padding: 3px 8px;
}

#container #mainConts table td.addVAT {
    vertical-align: top;
}

#container #mainConts table td.addPR {
    padding-right: 80px;
}

#container #mainConts .mark2 {
	text-align:left;
	background:url(../../img/icon_caption.gif) left 1px no-repeat;
	padding-left:25px;
	padding-bottom:5px;
	font-weight:bold;
}

/* Flex */
.flexCenter {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexCenter > div {
	padding: 15px;
	text-align: center;
}

.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
}
.flex .flex-item {
	text-align: center;
	padding: 15px;
}
.flex .flex-item img {
	max-width: 100%;
}
.flex .flex-item .list-name {
	font-weight: bold;
	font-size: 16px;
}
.flex .flex-item .list-name span {
	font-weight: normal;
	font-size: 13px;
}

/* FAQ */
.faq {
	display: inline-block;
	font-weight: bold;
	font-size: 150%;
	line-height: 1;
	padding: 5px 10px;
	margin-right: 5px;
	background-color: #227117;
	border-radius: .25em;
	color: #fff;
}

/* color box */
.color-box {
	display: inline-block;
	background-color: #FFC;
	border-radius: .25em;
	padding: 20px;
	text-align: center;
}
.color-box2 {
	display: block;
	background-color: #FFC;
	border-radius: .25em;
	padding: 20px;
	text-align: left;
}
.color-box3 {
	display: block;
	background-color: lightblue;
	border-radius: .25em;
	padding: 20px;
	text-align: left;
}
