/***********************************
 reset
***********************************/
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
*, html, body, div, dl, dt, dd, ul, ol, li, header, footer, nav,section,
h1, h2, h3, h4, h5, h6, form, input, textarea, p{
	margin: 0;
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 1em;
}
dl, ul, ol{
	list-style-type: none;
}
html{
	overflow: auto;
	height: auto;
	min-height: 100%;
}
a{
//	transition: all 1.0s;
	color: #0089ff;
//	text-decoration: none;
}
a:hover{
	color: #005dff;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 1000px;
	height: 100vh;
	min-height: 100%;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	color: #0f0f0f;
	font-size: 14px;
	text-align: center;
}
article,
div#wrap{
	position: relative;
	margin: auto;
	width: 100%;
	height: auto;
	background: none;
	overflow: hidden;
}
section,
div.container{
	clear: both;
	position: relative;
	padding: 0;
	background: none;
	height: auto;
	overflow: hidden;
}
section{
	margin: 15px auto;
	max-width: 980px;
}
div.container{
	margin: 0 auto;
	width: 980px;
}

main{
	float: left;
	width: 596px;
	overflow: hidden;
}

aside{
	float: right;
	width: 340px;
	height: 100%;
}

/***********************************
 others
***********************************/
.txtSS{
	font-size: 0.88em;
	letter-spacing: -0.1em;
}
.txtS{
	font-size: 0.9em;
	letter-spacing: -0.06em;
}
.txtM{
	font-size: 1.05em;
	letter-spacing: -0.06em;
}
.txtL{
	font-size: 1.2em;
	letter-spacing: 0;
}
.txtAC{
	text-align: center;
}
.fltL{
	float: left;
}
.fltR{
	float: right;
}

ul.disc{
	list-style-type: disc;
	margin-left: 20px;
	text-align: left;
}

/***********************************
 header, footer
***********************************/
header, footer{
	clear: both;
	position: relative;
	width: 100%;
	display: block;
	letter-spacing: normal;
	font-size: 0.85em;
}
header{
	margin: 0;
	height: 200px;
	text-align: left;
}

footer{
	margin-top: 30px;
	padding-top: 30px;
	height: 140px;
	text-align: center;
}

/***********************************
 #pnList
***********************************/
ul#pnList{
	text-align: left;
}
ul#pnList li{
	float: left;
}
ul#pnList li:after{
	float: right;
	display: block;
	padding: 0 10px;
	content: ">";
	line-height: 1.5em;
}
ul#pnList li:last-child:after{
	display: none;
}
ul#pnList li a{
	display: inline-block;
	color: #242424;
	text-decoration: none;
}
ul#pnList li a:hover{
	color: #663399;
}

/***********************************
 h2, h3, h4, h5
***********************************/
h2{
	font-weight: normal;
	font-size: 2em;
}

h3{
	position: relative;
	margin: 0 0 8px;
	padding: 5px 0 0;
	width: 100%;
	min-height: 30px;
	line-heiht:20px;
	text-align: left;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 1.5em;
}

h4{
	margin: 0 0 10px;
	font-size: 1.17em;
	text-align: left;
}

h4.point{
	display: inline-block;
	line-height: 1em;
	font-size: 1.4em;
}
h4.point:first-letter{
	font-size: 1.4em;
	color: #a64175;
}

h5{
	margin: 0 3px 10px;
	font-size: 1.05em;
	text-align: left;
}

/***********************************
 table
***********************************/
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.3em;
}
th {
	padding: 10px 20px;
	border: #bbbbbb 1px solid;
	text-align: left;
	background: #F6F6F1;
	font-weight: bold;
}
td {
	padding: 10px;
	background: #ffffff;
	border: #bbbbbb 1px solid;
	text-align: left;
}

table.noBorder{
}
table.noBorder th,
table.noBorder td {
	padding: 5px 10px;
	background: none;
	border: none;
}
table.noBorder th img,
table.noBorder td img{
	display: block;
	margin: auto;
}

/***********************************
 .ul4, .row, .column
***********************************/
.ul4 li{
	float: left;
	margin: 0 10px 8px 0;
	width: calc(100% /4 - 30px /4);
}
.ul4 li:nth-child(4n){
	margin: 0 0 8px;
}

.row{
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: calc(100% + 15px);
	margin: 0 0 20px;
}
.row:after{
	clear: both;
	display: block;
	content: "";
}
.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1{
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 15px 0 0;
}
.column1{ width: calc(100% - 15px); clear: both; }
.row .column2{ width: calc(50% - 15px); }
.row .column2.short{ width: calc(42% - 15px); }
.row .column2.long{ width: calc(58% - 15px); }
.row .column3-1{ width: calc((100% /3) - 15px); }
.row .column3-2{ width: calc((100% /3) * 2 - 15px); }
.row .column4-1{ width: calc(25% - 15px); }
.row .column4-3{ width: calc(75% - 15px); }
.row .column5-1{ width: calc((100% /5) - 15px); }

.column1 img,
.row .column2 img,
.row .column3-1 img,
.row .column3-2 img,
.row .column4-1 img,
.row .column4-3 img,
.row .column5-1 img{
	display: block;
	width: 100%;
}

.column1 img.fixity,
.row .column2 img.fixity,
.row .column3-1 img.fixity,
.row .column3-2 img.fixity,
.row .column4-1 img.fixity,
.row .column4-3 img.fixity,
.row .column5-1 img.fixity{
	display: block;
	margin: 0 auto;
	width: auto;
}
.column1 strong.inlineBlock,
.row .column2 strong.inlineBlock,
.row .column3-1 strong.inlineBlock,
.row .column3-2 strong.inlineBlock,
.row .column4-1 strong.inlineBlock,
.row .column4-3 strong.inlineBlock,
.row .column5-1 strong.inlineBlock{
	display: inline-block;
	padding: 5px 0;
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	font-family: 'Noto Serif JP', serif;
}

.row .boxShadow{
	border: solid 1px #c4c4c4;
	background: #ffffff;
	width: calc(100% - 4px);
	height: calc(100% - 5px);
	box-shadow: 0px 0px 3px 0px #c4c4c4;
}
.row.boxRowBorder{
	padding: 15px 0 15px 15px;
	background: #ffffff;
	width:calc(100% - 17px);
	border: solid 1px #cfceac;
}
.row.boxRowBorder + .row.boxRowBorder{
	border-top: none;
	margin-top: -40px;
	padding-top: 0;
}

/***********************************
 .btn, .btnBox, .btnBoxRow
***********************************/
a.btn{
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
a.btn:hover{
	background-position: left bottom;
}

a.btnTxt{
	display: inline-block;
	margin: 10px; 
	padding: 0 1em 0 1.05em;
	background: #423837;
	min-width: 180px;
	height: 33px;
	line-height: 33px;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	border-radius: 3px;
}
a.btnTxt:hover,
a.btnTxt:active{
	background: #4f4342;
}

a.btnTxtBlue{
	position: relative;
	display: inline-block;
	margin: 10px; 
	padding: 0 1em 0 1.05em;
	background: #27a0e0;
	min-width: 170px;
	height: 33px;
	overflow: hidden;
	z-index: 1;
	line-height: 33px;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	border-radius: 3px;
}
a.btnTxtBlue:before{
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 80px transparent;
	border-bottom: solid 33px #2094db;
	z-index: -1;
}
a.btnTxtBlue:hover{
	background: #228dc7;
}
a.btnTxtBlue:hover:before{
	border-bottom: solid 30px #1d83c2;
}

a.bgChenge{
	position: relative;
	display: inline-block;
	color: #242424;
	text-decoration: none;
	transition: all 0.5s;
}
a.bgChenge:hover{
	color: #242424;
	background: #ffffff;
	box-shadow: inset 0 0 10px 10px #f4d6e5;
}
a.imgChenge{
//	transition: all 0.5s;
}
a.imgChenge img{
	display: unset !important;
}
a.imgChenge:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.btnBox{
	display: table;
	border-collapse: separate;
	border-spacing: 15px;
	width: 100%;
	table-layout: fixed;
}
.btnBox a.btnTxt{
	display: table-cell;
	width: auto;
	border-radius: unset;
}

.btnBoxLine{
	clear: both;
	margin: 10px 0;
}
.btnBoxLine:after{
	clear: both;
	display: block;
	content: "";
}
.btnBoxLine a.btn{
	float: left;
	margin-right: 4px;
}

.btnBoxCover{
	clear: both;
	margin: 10px auto 20px;
	padding: 20px 0;
	width: 80%;
	background: #eef0d9;
	border: solid #ffffff 3px;
	outline: solid #dde4ce 1px;
	text-align: center;

}
.btnBoxCover:after{
	clear: both;
	display: block;
	content: "";
}
.btnBoxCover p{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.1em;
}
.btnBoxCover .btnBoxLine a.btnTxt{
	margin: 5px 10px 0; 
}


.btnBoxRow{
	margin: 15px;
}
.btnBoxRow a.btn{
	display: block;
	margin: 0 auto;
}
.btnBoxRow a.btn + a.btn{
	margin-top: 15px;
}

/**********************************************************************
 
 for FAMS
 
**********************************************************************/

/***********************************
 base
***********************************/
body{
	letter-spacing: 0;
}

section.picUp{
	display: inline-block;
	padding-bottom: 20px;
}
section.picUp p{
	display: inline-block;
	margin: 0 auto 10px;
	font-size: 1.05em;
}

/***********************************
 others
***********************************/
p{
	text-align: left;
}
.marker{
	background: linear-gradient(transparent 40%, #def3ff 40%);
}
.pen{
	color: #0583cb;
}
.pen{
	color: #0583cb;
}
.bgCheck{
	background: url(../images/bg_check.png) top center;
}
.bgYellow{
	background: url(../images/bg_yellow.png) top center;
}

ul.contactLine li{
	float: left;
}
ul.contactLine li.abtn{
	margin: 0 15px;
}
ul.contactLine li.abtn .btnTxtBlue{
	margin-bottom: 0;
}
ul.contactLine li.tel,
ul.contactLine li.fax{
	display: block;
	margin: 15px 15px 0;
	font-weight: bold;
	font-size: 1.2em;
}

/***********************************
 header, footer
***********************************/
header{
	height: 160px;
}
header .container{
	height: 103px;
}
header h1{
	margin: 0 12px;
	width: 260px;
	height: 50px;
}
header h1 a{
	display: block;
	background: url(/images/logo.png) no-repeat center center;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

header p#header_mes{
	margin: 25px 15px 0;
	width: 400px;
	line-height: 1em;
}
header ul#header_info{
	position: absolute;
	top: 15px;
	right: 0;
}
header ul#header_info li{
	position: relative;
	display: inline-block;
	margin-left: 5px;
	width: 140px;
	height: 30px;
	background: #27a0e0;
	border-radius: 3px;
	overflow: hidden;
	z-index: 1;
}
header ul#header_info li.reason{
	width: 180px;
	background: #e19755;
}
header ul#header_info li:hover{
	background: #228dc7;
}
header ul#header_info li.reason:hover{
	background: #e08a3f;
}

header ul#header_info li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
header ul#header_info li.reason a{ background: url(../images/head_reason.png) no-repeat center 1px; }
header ul#header_info li.contact a{ background: url(../images/head_contact.png) no-repeat center center; }
header ul#header_info li.qa a{ background: url(../images/head_qa.png) no-repeat center center; }
header ul#header_info li.columns a{ background: url(../images/head_columns.png) no-repeat center center; }
header ul#header_info li a:before{
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 60px transparent;
	border-bottom: solid 30px #2094db;
	z-index: -1;
}
header ul#header_info li.reason a:before{
	border-bottom: solid 30px #e08434;
}
header ul#header_info li:hover a:before{
	border-bottom: solid 30px #1d83c2;
}
header ul#header_info li.reason:hover a:before{
	border-bottom: solid 30px #e0781d;
}

header ul#header_TEL{
	position: absolute;
	right: 0;
	top: 58px;
}
header ul#header_TEL li{
	position: relative;
	display: inline-block;
	width: 275px;
	height: 35px;
}
header ul#header_TEL li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(../images/head_tel2.png) no-repeat center center;
}

/***********************************
 footer
***********************************/
footer{
	margin-top: 100px;
	height: 300px;
	background: #106eb0;
	text-align: left;
	font-size: 0.97em;
}
footer .container{
	top: -30px;
}

footer #pageTop{
	top: -70px;
}
footer #pageTop a{
	display: block;
	float: right;
	width: 160px;
	height: 40px;
	background: url(../images/btn_pageTop.png) no-repeat #02459b center center;
	border-radius: 3px 3px 0 0;
	text-indent: -9999px
}
footer #pageTop a:hover{
	background-color: #024fb5;
}

footer ul.footer_nav{
	float: left;
	margin-left: 12px;
	width: 180px;
}
footer ul:nth-child(2).footer_nav{
	width: 340px;
}
footer ul.footer_nav li{
	margin-bottom: 3px;
}
footer ul.footer_nav li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
}
footer ul.footer_nav li a:hover{
	color: #f2e170;
}

footer #footer_info{
	height: 270px;
}
footer #footer_info div{
	margin-bottom: 15px;
}
footer #footer_info a.tel{
	margin: 0 0 20px;
	display: block;
	height: 27px;
}
footer #footer_info a.bnr_tokyo-cci_it{
	margin: 0 0 0 70px;
	width: 350px;
	height: 106px;
}

footer #copyright{
	position: absolute;
	right: 12px;
	bottom: 0;
	color: #ffffff;
	text-align: right;
}

/***********************************
 nav
***********************************/
nav{
	position: relative;
	top: 5px;
	background: #106eb0;
	height: 52px;
}
nav ul{
	margin: 0 auto;
	width: 980px;
	height: 53px;
}
nav ul li{
	display: block;
	float: left;
	margin: -5px 0px 0px;
	width: calc(980px / 7);
	height: 53px;
	overflow: hidden;
}
nav ul li a{
	display: block;
	margin: auto;
	width: 138px;
	height: 100%;
	text-indent: -9999px;
}
nav ul li:nth-child(1) a{ background: url(../images/nav.png) no-repeat 0 0; }
nav ul li:nth-child(2) a{ background: url(../images/nav.png) no-repeat -138px 0; }
nav ul li:nth-child(3) a{ background: url(../images/nav.png) no-repeat -276px 0; }
nav ul li:nth-child(4) a{ background: url(../images/nav.png) no-repeat -414px 0; }
nav ul li:nth-child(5) a{ background: url(../images/nav.png) no-repeat -552px 0; }
nav ul li:nth-child(6) a{ background: url(../images/nav.png) no-repeat -690px 0; }
nav ul li:nth-child(7) a{ background: url(../images/nav.png) no-repeat -828px 0; }

nav ul li:nth-child(1) a.on, nav ul li:nth-child(1) a:hover{ background-position: 0 -53px; }
nav ul li:nth-child(2) a.on, nav ul li:nth-child(2) a:hover{ background-position: -138px -53px; }
nav ul li:nth-child(3) a.on, nav ul li:nth-child(3) a:hover{ background-position: -276px -53px; }
nav ul li:nth-child(4) a.on, nav ul li:nth-child(4) a:hover{ background-position: -414px -53px; }
nav ul li:nth-child(5) a.on, nav ul li:nth-child(5) a:hover{ background-position: -552px -53px; }
nav ul li:nth-child(6) a.on, nav ul li:nth-child(6) a:hover{ background-position: -690px -53px; }
nav ul li:nth-child(7) a.on, nav ul li:nth-child(7) a:hover{ background-position: -828px -53px; }

/***********************************
 h2, h3, h4
***********************************/
h2, h3, h4{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
h3{
	position: relative;
	margin: 15px 0 40px;
	background-position: center center;
}
h3:after{
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	content: "";
	width: 470px;
	border-bottom: solid 1px #b7b7b7;
}
h3.accent{
	position: relative;
	margin: 15px 0 20px;
	height: 40px;
	background-color: #d9eff0;
	background-position: 30px center;
}
h3.accent:before,
h3.accent:after{
	position:  absolute;
	top: 0px;
	bottom: 0px;
	right: auto;
	display:  block;
	content: '';
	margin: auto;
	border: none;
	border-left: solid 4px #ffffff;
}
h3.accent:before{
	left: 10px;
}
h3.accent:after{
	left: 18px;
}
h3.accent + p{
	margin: -10px 0 20px;
}
h3.accent.txt{
	padding: 0 0 0 30px;
	line-height: 40px;
	text-indent: 0;
}

h4{
	position: relative;
	margin: 10px 0 15px 15px;
	height: 22px;
	background-position: left top;
}
h4:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -14px;
	display: block;
	content: "";
	border-left: solid 6px #7cced5;
}

h2{
	margin:20px 0;
	width:980px;
	height:100%;
}
h2#ordermade{ background:url(../images/h2_ordermade.png) no-repeat center center;  }
h2#example{ background:url(../images/h2_example.png) no-repeat center center;  }
h2#element{ background:url(../images/h2_element.png) no-repeat center center;  }
h2#technique{ background:url(../images/h2_technique.png) no-repeat center center;  }
h2#flow{ background:url(../images/h2_flow.png) no-repeat center center;  }
h2#eco{ background:url(../images/h2_eco.png) no-repeat center center;  }
h2#eco1{ background:url(../images/h2_eco1.png) no-repeat center center;  }
h2#eco2{ background:url(../images/h2_eco2.png) no-repeat center center;  }
h2#eco3{ background:url(../images/h2_eco3.png) no-repeat center center;  }
h2#reason{ background:url(../images/h2_reason.png) no-repeat center center;  }
h2#columns{ background:url(../images/h2_columns.png) no-repeat center center;  }
h2#contact{ background:url(../images/h2_contact.png) no-repeat center center;  }
h2#qa{ background:url(../images/h2_qa.png) no-repeat center center;  }
h2#consulting{ background:url(../images/h2_consulting.png) no-repeat center center;  }
h2#about{ background:url(../images/h2_about.png) no-repeat center center;  }
h2#policy{ background:url(../images/h2_policy.png) no-repeat center center;  }

h2#h2_index1{ background: url(../images/h2_index1.png); width: 469px; height: 45px; margin:0; }
h2#h2_index2{ background: url(../images/h2_index2.png) center center; width: 100%; height: 25px; margin:0; }
h2#h2_index3{ background: url(../images/h2_index3.png) center center; width: 100%; height: 25px; margin: 50px 0 0; }
h2#h2_reason{ background: url(../images/h2_reason1.png) center center; width: 102px; height: 26px; margin:0; }

h3#h3_index1_1{ background-image: url(../images/h3_index1_1.png); }
h3#h3_index1_2{ background-image: url(../images/h3_index1_2.png);  }
h3#h3_index1_4{ background-image: url(../images/h3_index1_4.png); }
h3#h3_index1_5{ background-image: url(../images/h3_index1_5.png); }
h3#h3_index1_6{ background-image: url(../images/h3_index1_6.png); }
h3#h3_index1_7{ background-image: url(../images/h3_index1_7.png); }
h3#h3_index1_8{ background-image: url(../images/h3_index1_8.png); }
h3#h3_index1_3-67{ background-image: url(../images/h3_index1_3-67.png); }
h3#h3_index1_3-68{ background-image: url(../images/h3_index1_3-68.png); }
h3#h3_index1_3-69{ background-image: url(../images/h3_index1_3-69.png); }
h3#h3_index1_3-70{ background-image: url(../images/h3_index1_3-70.png); }
h3#h3_index1_3-71{ background-image: url(../images/h3_index1_3-71.png); }
h3#h3_index1_3-72{ background-image: url(../images/h3_index1_3-72.png); }
h3#h3_index1_3-73{ background-image: url(../images/h3_index1_3-73.png); }
h3#h3_index1_3-74{ background-image: url(../images/h3_index1_3-74.png); }
h3#h3_index1_3-75{ background-image: url(../images/h3_index1_3-75.png); }
h3#h3_index1_3-76{ background-image: url(../images/h3_index1_3-76.png); }
h3#h3_index1_3-77{ background-image: url(../images/h3_index1_3-77.png); }
h3#h3_index1_3-78{ background-image: url(../images/h3_index1_3-78.png); }
h3#h3_index1_3-79{ background-image: url(../images/h3_index1_3-79.png); }
h3#h3_index1_3-80{ background-image: url(../images/h3_index1_3-80.png); }
h3#h3_index1_3-81{ background-image: url(../images/h3_index1_3-81.png); }
h3#h3_index1_3-82{ background-image: url(../images/h3_index1_3-82.png); }
h3#h3_index1_3-83{ background-image: url(../images/h3_index1_3-83.png); }
h3#h3_index1_3-84{ background-image: url(../images/h3_index1_3-84.png); }
h3#h3_index1_3-85{ background-image: url(../images/h3_index1_3-85.png); }
h3#h3_index1_3-86{ background-image: url(../images/h3_index1_3-86.png); }
h3#h3_index1_3-87{ background-image: url(../images/h3_index1_3-87.png); }
h3#h3_index1_3-88{ background-image: url(../images/h3_index1_3-88.png); }
h3#h3_index1_3-89{ background-image: url(../images/h3_index1_3-89.png); }
h3#h3_index1_3-90{ background-image: url(../images/h3_index1_3-90.png); }
h3#h3_index1_3-91{ background-image: url(../images/h3_index1_3-91.png); }
h3#h3_index1_3-92{ background-image: url(../images/h3_index1_3-92.png); }
h3#h3_index1_3-93{ background-image: url(../images/h3_index1_3-93.png); }
h3#h3_index1_3-94{ background-image: url(../images/h3_index1_3-94.png); }
h3#h3_index1_3-95{ background-image: url(../images/h3_index1_3-95.png); }
h3#h3_index1_3-96{ background-image: url(../images/h3_index1_3-96.png); }
h3#h3_index1_3-97{ background-image: url(../images/h3_index1_3-97.png); }
h3#h3_index1_3-98{ background-image: url(../images/h3_index1_3-98.png); }
h3#h3_index1_3-99{ background-image: url(../images/h3_index1_3-99.png); }
h3#h3_index1_3-100{ background-image: url(../images/h3_index1_3-100.png); }

h3#h3_ordermade1{ background-image: url(../images/h3_ordermade1.png); width: 600px; height: 52px; }
h3#h3_ordermade2{ background-image: url(../images/h3_ordermade2.png); }
h3#h3_ordermade3{ background-image: url(../images/h3_ordermade3.png); }
h3#h3_ordermade4{ background-image: url(../images/h3_ordermade4.png); }
h3#h3_ordermade5{ background-image: url(../images/h3_ordermade5.png); height: 24px; }
h3#h3_flow1{ background: url(../images/h3_flow1.png) center center; width: 720px; height: 24px; }
h3#h3_eco1{ background-image: url(../images/h3_eco1.png); }
h3#h3_eco2{ background-image: url(../images/h3_eco2.png); }
h3#h3_reason1{ background-image: url(../images/h3_reason1.png); height: 24px; }
h3#h3_reason2{ background-image: url(../images/h3_reason2.png); height: 24px; }
h3#h3_reason3{ background-image: url(../images/h3_reason3.png); height: 24px; }
h3#h3_reason4{ background-image: url(../images/h3_reason4.png); height: 24px; }
h3#h3_reason5{ background-image: url(../images/h3_reason5.png); height: 24px; }
h3#h3_qa1{ background-image: url(../images/h3_qa1.png); }
h3#h3_qa2{ background-image: url(../images/h3_qa2.png); }
h3#h3_qa3{ background-image: url(../images/h3_qa3.png); }
h3#h3_about1{ background-image: url(../images/h3_about1.png); }
h3#h3_about2{ background-image: url(../images/h3_about2.png); }
h3#h3_about3{ background-image: url(../images/h3_about3.png); }
h3#h3_policy1{ background-image: url(../images/h3_policy1.png); }
h3#h3_policy2{ background-image: url(../images/h3_policy2.png); }

h4#h4_ordermade1_1{ background-image: url(../images/h4_ordermade1_1.png); }
h4#h4_ordermade1_2{ background-image: url(../images/h4_ordermade1_2.png); height: 44px; }
h4#h4_ordermade2_1{ background-image: url(../images/h4_ordermade2_1.png); }
h4#h4_ordermade2_2{ background-image: url(../images/h4_ordermade2_2.png); }
h4#h4_ordermade2_3{ background-image: url(../images/h4_ordermade2_3.png); }
h4#h4_ordermade3_1{ background-image: url(../images/h4_ordermade3_1.png); }
h4#h4_ordermade3_2{ background-image: url(../images/h4_ordermade3_2.png); }
h4#h4_ordermade3_3{ background-image: url(../images/h4_ordermade3_3.png); }
h4#h4_ordermade3_4{ background-image: url(../images/h4_ordermade3_4.png); }
h4#h4_ordermade4_1{ background-image: url(../images/h4_ordermade4_1.png); }
h4#h4_ordermade4_2{ background-image: url(../images/h4_ordermade4_2.png); }
h4#h4_ordermade4_3{ background-image: url(../images/h4_ordermade4_3.png); }
h4#h4_ordermade4_4{ background-image: url(../images/h4_ordermade4_4.png); }
h4#h4_ordermade4_5{ background-image: url(../images/h4_ordermade4_5.png); }
h4#h4_ordermade4_6{ background-image: url(../images/h4_ordermade4_6.png); }

h4#h4_flow1_1{ background-image: url(../images/h4_flow1_1.png); background-color: #7cced5; }
h4#h4_flow1_2{ background-image: url(../images/h4_flow1_2.png); background-color: #ffffff; }
h4#h4_flow1_3{ background-image: url(../images/h4_flow1_3.png); background-color: #7cced5; }
h4#h4_flow1_4{ background-image: url(../images/h4_flow1_4.png); background-color: #ffffff; }
h4#h4_flow1_5{ background-image: url(../images/h4_flow1_5.png); background-color: #7cced5; }
h4#h4_flow1_6{ background-image: url(../images/h4_flow1_6.png); background-color: #ffffff; }

h4#h4_reason1_1{ background-image: url(../images/h4_reason1_1.png); }
h4#h4_reason1_2{ background-image: url(../images/h4_reason1_2.png); }
h4#h4_reason2_1{ background-image: url(../images/h4_reason2_1.png); }
h4#h4_reason2_2{ background-image: url(../images/h4_reason2_2.png); }
h4#h4_reason2_3{ background-image: url(../images/h4_reason2_3.png); }
h4#h4_reason2_4{ background-image: url(../images/h4_reason2_4.png); }
h4#h4_reason3_1{ background-image: url(../images/h4_reason3_1.png); }
h4#h4_reason3_2{ background-image: url(../images/h4_reason3_2.png); }
h4#h4_reason3_3{ background-image: url(../images/h4_reason3_3.png); }


/***********************************
 .btn
***********************************/
.btn.example{
	background: url(../images/btn_example.png); width: 444px; height: 111px
}
.btn.orderMadeFile{
	background: url(../images/btn_orderMadeFile.png); width: 444px; height: 111px
}

/***********************************
 home
***********************************/
#mainimage{
	height: 200px;
	margin-bottom: 20px;
}
#mainimage.home{
	margin: 0 auto;
	height: 470px;
}

/***********************************
 #mes8Point
***********************************/
#mes8Point{
	margin-bottom: 1px;
	padding: 0;
	background: url(../images/bg_yellow.png) top center;
}
#mes8Point h2#h2_index1{
	margin: 0 auto 28px;
}
#mes8Point h3{
	margin: 0;
	background-color: #27a0e0;
}
#mes8Point h3:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
}
#mes8Point .column3-1 h3{
	height: 45px;
}
#mes8Point .column3-1 h3:after{
	border: 10px solid transparent;
	border-top: 17px solid #27a0e0;
}
#mes8Point .column3-1:nth-child(2n) h3{
	background-color: #0061b2;
}
#mes8Point .column3-1:nth-child(2n) h3:after{
	border-top: 17px solid #0061b2;
}
#mes8Point .column5-1 h3{
	height: 55px;
}
#mes8Point .column5-1 h3:after{
	border: 8px solid transparent;
	border-top: 12px solid #27a0e0;
}
#mes8Point .column5-1:nth-child(2n-1) h3{
	background-color: #0061b2;
}
#mes8Point .column5-1:nth-child(2n-1) h3:after{
	border-top: 12px solid #0061b2;
}
#mes8Point img{
	height: 174px;
}
#mes8Point p{
	padding: 10px 15px;
	line-height: 1.4em;
	font-size: 0.95em;
}
#mes8Point .column5-1 p{
	padding: 15px 10px;
}

#mesOrderMade{
	margin-bottom: 60px;
	padding: 19px 0;
	background: url(../images/bg_check.png) top center;
	height: 229px;
}
#mesOrderMade .column1{
	background: url(../images/message_orderMade.png) no-repeat center center;
	height: 70px;
	text-indent: -9999px;
}
#mesOrderMade .column2 a{
	margin: auto;
}

/***********************************
 #tab, .buttonNav
***********************************/
ul#tab{
	height: 55px;
	background: url(../images/tab_bg.png) repeat-x left bottom;
}
ul#tab li{
	float: left;
	width: 202px;
	height: 55px;
	background: url(../images/tab.png) no-repeat left top;
}
ul#tab li:first-child{
	background: url(../images/tab_left.png) no-repeat left top;
}
ul#tab li.open,
ul#tab li:hover{
	background-position: left -55px;
}
ul#tab li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.05em;
	letter-spacing: 0.1em;
}

ul.buttonNav li{
	float: left;
	width: calc(926px / 6);
	height: 27px;
	margin: 10px 10px 0 0;
}
ul.buttonNav li:nth-child(6n){
	margin-right: 0;
}
ul.buttonNav li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 27px;
	border: solid 2px #27a0e0;
	border-radius: 3px;
	color: #27a0e0;
	text-decoration: none;
}
ul.buttonNav li.open a,
ul.buttonNav li a:hover{
	background: #27a0e0;
	color: #ffffff;
}

/***********************************
 ordermade
***********************************/
div.boxBorder{
	display: inline-block;
	margin: 0 auto;
	padding: 10px 15px;
	border: solid 1px #cfceac;
}
div.boxBorder strong{
	display: block;
	font-size: 1.05em;
}
div.boxBorder p{
	margin: 5px 0 0;
}

/***********************************
 example, element, technique
***********************************/
h3.example_name,
h3.technique_name{
	margin: 10px 0;
	text-indent: 0;
	border-bottom: solid 1px #b7b7b7;
}
h3.example_name a{
	text-decoration: none;
}
h3.example_name span{
	float: right;
	font-size: 0.6em;
}
h3.example_name:after,
h3.technique_name:after{
	display: none;
}
h4.tag{
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 2px 10px;
	background: #0070d1;
	color: #ffffff;
	text-indent: 0;
	font-size: 0.9em;
	font-weight: normal;
	overflow: hidden;
}
h4.tag:after{
	display: none;
}

.example section{
	text-align: left;
}
.example .tabBox .row{
	display: -webkit-flex;
	display: flex;
	height: auto;
}

.example .column3-1 > img{
	max-height: 300px;
}

.example a.btnTxt{
	display: block;
	margin: 20px auto 0;
	width: 180px;
}

/*****	detail	*****/
.imgList .imgBox{
	position: relative;
	width: 316px;
	height: 250px;
}
.imgList .imgBox #largeImage{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 316px;
	max-height: 250px;
	width: auto;
	height: auto;
}
.imgList .row{
	display: block;
	margin-top: 20px;
}
.imgList .row .column2 img{
	height: 130px;
}

.row.exList{
	display: block;
	margin-top: 20px;
}
.row.exList .column3-1{
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 0 25px 0;
	height: 200px;
}
.row.exList .column3-1 h4.tag{
	display: block;
	margin: 0;
	height: 30px;
	line-height: 30px;
}
.row.exList .column3-1 img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 200px;
	max-height: 140px;
	width: auto;
	height: auto;
}

/*****	liteBox	*****/
.cb_container{
	margin: 10px;
}
.cb_container h4{
	text-indent: 0px;
}
.cb_container p{
	margin: 10px 0;
}
.cb_container .row{
	display: block;
	width: 100%;
}
.cb_container .row .column3-1{
	margin: 0;
	padding: 0 0 7px;
}
.cb_container .row .column3-1:nth-child(6n-4),
.cb_container .row .column3-1:nth-child(6n-1){
	margin: 0 15px;
}

/*****	 element, technique	*****/
.tabBox > .row{
	display: block;
	height: 190px;
}
.tabBox .boxRowBorder.row .column2.imgBox{
	position: relative;
	width: 217px;
	height: 200px;
}
.tabBox .boxRowBorder.row .column2.imgBox img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 217px;
	max-height: 200px;
	width: auto;
	height: auto;
}
.tabBox .boxRowBorder h3.name{
	margin: 0 0 10px;
	text-indent: 0;
	border-bottom: solid 1px #b7b7b7;
	font-size: 1.3em;
}
.tabBox .boxRowBorder h3.name:after{
	display: none;
}
.tabBox .boxRowBorder div.shortMsg{
	position: relative;
	height: 150px;
	overflow: hidden;
}
.tabBox .boxRowBorder div.shortMsg:after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: "";
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height: 40px;
}
.tabBox .boxRowBorder .btnTxt{
	min-width: calc(80% - 15px);
}

.row.boxRowBorder.useBox + .row.boxRowBorder.useBox{
	border-top: solid 1px #cfceac;
	margin-top: 0;
	padding-top: 15px;
}
.row.boxRowBorder.useBox h4.tag{
	float: right;
	margin: 0 0 10px 10px;
}
.row.boxRowBorder.useBox .column3-1{
	position: relative;
	width: 195px;
	height: 150px;
}
.row.boxRowBorder.useBox .column3-1 img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 195px;
	max-height: 150px;
	width: auto;
	height: auto;
}

/***********************************
 flow
***********************************/
#flow{
	text-align: left;
}
#flow > div{
	position: relative;
	display: table;
	margin-bottom: 33px;
	background: #f5f5f5;
	width: 100%;
	min-height: 170px;
}
#flow > div:after{
	position: absolute;
	bottom: -33px;
	left: 0;
	display: block;
	content: "";
	width: 256px;
	height: 33px;
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
}
#flow > div:nth-child(1):after,
#flow > div:nth-child(3):after,
#flow > div:nth-child(5):after{
	background: url(../images/flow_arrow1.png) no-repeat;
}
#flow > div:nth-child(2):after,
#flow > div:nth-child(4):after{
	background: url(../images/flow_arrow2.png) no-repeat;
}
#flow > div:nth-child(6):after{
	display: none;
}
#flow > div > h4{
	margin: 0 0;
	display: table-cell;
	width: 256px;
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
	background-position: center 20px;
}
#flow > div:first-child > h4{
	border-top: solid 1px #ebebeb;
}
#flow > div:last-child > h4{
	border-bottom: solid 1px #ebebeb;
}
#flow > div > h4:after{
	display: none;
}
#flow > div > div{
	display: table-cell;
	padding: 30px 50px;
}

/***********************************
 reason
***********************************/
.reason h3{
	margin-bottom: 60px;
}
.reason h3:before{
	position: absolute;
	content: '';
	top: 46px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 12px solid #e50112;
}
.reason h3:after{
	width: 650px;
	border-color: #434247;
}
.reason nav#reason_contents{
	margin: 30px auto;
	width: 500px;
	height: auto;
	padding: 15px;
	background: #ffffff;;
	border: solid 1px #b7b7b7;
}
.reason nav#reason_contents h2{
	margin: 0 auto;
}
.reason nav#reason_contents ul{
	display: inline-block;
	margin: 10px auto;
	width: auto;
	height: auto;

}
.reason nav#reason_contents ul li{
	display: block;
	float: none;
	margin: 0;
	width: auto;
	height: auto;
	text-align: left;
}
.reason nav#reason_contents ul li a{
	width: 100%;
	text-indent: 0;
	text-align: left;
	text-decoration: none;
}
.reason nav#reason_contents ul li a:hover{
	background: linear-gradient(transparent 40%, #def3ff 40%);
}
.reason .picUp .column2 h4{
	margin: 10px 0;
	background-position: center center;
	background-color: #d9eff0;
	height: 55px;
}
.reason .picUp .column2 h4:after{
	display: none;
}

.reason .row.reasonImg{
	margin-bottom: 30px;
}
.reason .row.reasonImg img{
	float: left;
	width: calc(50% - 5px);
	height: 190px;
}
.reason .row.reasonImg img:first-child{
	margin-right: 10px;
}

.reason strong.rs1,
.reason strong.rs2{
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}
.reason strong.rs1{
	background: url(../images/strong_rs1.png) no-repeat center center;
	width: 650px;
	height: 34px;
}
.reason strong.rs2{
	background: url(../images/strong_rs2.png) no-repeat center center;
	width: 610px;
	height: 130px;
}
.reason strong.rs1 + p,
.reason strong.rs2 + p{
	display: inline-block;
	margin: 15px auto 20px;
}

.fams_info{
	position: relative;
	height: 220px;
}
.fams_info .info_contact{
	position: relative;
	top: 4px;
	background: url(../images/info_contact_bg2.png) no-repeat;
	width: 520px;
	height: 216px;
}
.fams_info .info_contact li{
	position: absolute;
	display: block;
}
.fams_info .info_contact li a{
	display: block;
	width: 100%;
	height: 100%;
}
.fams_info .info_contact li.contact_tel{
	top: 69px;
	left: 25px;
}
.info_contact li.contact_fax{
	top: 119px;
	left: 25px;
}
.fams_info .info_contact li.contact_mail{
	top: 59px;
	left: 314px;
}
.fams_info .info_contact li.contact_tel a{
	background: url(../images/info_contact_tel2.png) no-repeat;
	width: 270px;
	height: 80px;
	text-indent: -9999px;
}
.fams_info .info_contact li.contact_mail a{
	background: url(../images/info_contact_mail2.png) no-repeat;
	width: 168px;
	height: 102px;
	text-indent: -9999px;
}
.fams_info .info_banner{
	position: absolute;
	top: 0;
	right: 0;
	width: 444px;
}

/***********************************
 contact
***********************************/
label{
	position: relative;
	display: inline-block;
	margin: 3px 30px 3px 0;
	min-width: 200px;
	cursor: pointer;
}
label span{
	position: relative;
	top: -3px;
}
label.policy{
	margin: 20px auto 10px;
	font-size: 1.05em;
}
input[type="checkbox"]{
	margin-right: 5px;
	width: 18px;
	height: 18px;
	font-weight: bold;
}
input[type="text"],
textarea{
	margin: 1px 0;
	padding: 5px 5px;
	line-height: 1.3em;
	color: #000000;
	width: 670px;
}
input[type="text"]{
	line-height: 2em;
}

input[type="button"].btn,
input[type="submit"].btn{
	padding: 8px 20px;
	min-width: 300px;
	background: #e1e1e1;
	border: solid 1px #adadad;
}
form input[type="button"].btn:hover,
form input[type="submit"].btn:hover{
	background: #e5f1fb;
	border: solid 1px #0078d7;
}

/* placeholder */
textarea[name="detail"]::placeholder,
input[type="text"]::placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder IE */
textarea[name="detail"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder Edge */
@supports (-ms-ime-align: auto){
	textarea[name="detail"]::-ms-input-placeholder,
	input[type="text"]::-ms-input-placeholder{
		color: #b3b3b3;
		line-height: 2em;
		opacity: 1;
	}
}

/***********************************
 qa
***********************************/
.qa h4{
	margin: 0;
	padding: 10px 10px 10px 3em;;
	background: #0070d1;
	height: auto;
	color: #ffffff;
	text-indent: -2em;
	font-size: 1em;
	overflow: hidden;
}
.qa .boxShadow p{
	padding: 10px 10px 30px;

}

/***********************************
 about
***********************************/
.about table.tblist th{
	width: 120px;
}
.about .cliant ul.disc{
	margin-left: 0;
}
.about .cliant ul.disc li{
	display: inline-block;
	margin: 0 30px 0 0;
	min-width: 220px;
}

/***********************************
 policy
***********************************/
.policy p{
	padding: 0 20px;
}
.policy dl{
	margin: 0 20px 15px;
}
.policy dl dt{
	margin: 0 0 10px 0;
	font-weight: bold;
}
.policy dl dd{
	margin: 0 0 10px 20px;
}

/***********************************
 consulting
***********************************/
.consulting main{
	width: 743px;
}
.consulting main ul{
	margin: -10px 0 20px 30px;
	text-align: left;
	font-size: 0.95em;
}
.consulting main ul:after{
	clear: both;
	display: block;
	content: "";
}
.consulting main ul li{
	float: left;
	margin: 0 10px 0 0;
}
.consulting main ul li:nth-child(2n-1){
	width: 320px;;
}
.consulting aside{
	width: 210px;
}
.consulting aside h3.accent{
	margin-top: 0;
	padding: 0 0 0 25px;
	font-size: 1.3em;
	height: 35px;
	line-height: 35px;
}
.consulting aside h3.accent:after{
	display: none;
}
.consulting aside .row .column1 a{
	display: block;
}
.consulting aside .row .column1 a img{
	display: inline;
	width: 120px;
}
.consulting aside p{
	padding: 5px 0 0;
	line-height: 1.4em;
	font-size: 0.95em;
}
.consulting aside p b.marker{
	display: block;
	margin-bottom: 5px;
	width: 98%;
	background: linear-gradient(transparent 80%, #fff1de 80%);
	font-weight: bold;
}

/***********************************
 columns
***********************************/
#columnPage{
	margin-bottom: 60px;
	padding: 19px 0;
}

/* ttl */
#columnPage h3{
	margin: 10px 0 15px;
	text-align: center;
	text-indent: 0;
}
#columnPage h3:after{
	bottom: -6px;
}
#columnPage strong.subttl{
	display: block;
	margin: 0 0 20px;
}

#columnPage h4{
	clear: both;
	text-indent: 0;
}
#columnPage p + h4{
	margin-top: 30px;
}

/* main */
#columnPage .row .column3-2 .boxShadow{
	padding: 20px 20px 0;
	width: calc(100% - 44px);
}
#columnPage .row .column3-2{
	overflow: visible;
}

#columnPage .row .column3-2 p{
	margin-bottom: 25px;
}
#columnPage .row .column3-2 p.columnFrame{
	margin: 15px 0;
	padding: 20px 30px;
//	background: #f5f5f5;
	background: #e5f1f2;
}
#columnPage .row .column3-2 p.date{
	margin: 0;
	text-align: right;
}
#columnPage .row .column3-2 p.author{
	margin: -15px 10px 20px 0;
	text-align: right;
}

#columnPage .row .column3-2 div.recommendedBooks{
	margin: 15px 0;
	padding: 20px 30px;
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	border-radius: 20px;
	text-align: left;
}
#columnPage .row .column3-2 div.recommendedBooks strong{
	display: block;
	margin: 0 -3px 10px;
	padding: 0 3px 3px;
	border-bottom: solid 2px #cfceac;
	font-size: 1.05em;
}
#columnPage .row .column3-2 div.recommendedBooks ul{
	margin-left: 14px;
	list-style-type: disc;
}

#columnPage .row .column3-2 img.ImgMain{
	display: block;
	margin: -10px auto 30px;
	width: auto;
	max-width: 80%;
	height: auto;
	max-height: 300px;
}
#columnPage .row .column3-2 div.recommendedBooks ul + img.ImgMain{
	margin: 10px auto 0;
}

#columnPage .row .column3-2 img.ImgRight{
	float: right;
	display: block;
	margin: 5px 0 5px 10px;
	width: auto;
	height: auto;
	max-width: 200px;
}
#columnPage .row .column3-2 p + img.ImgRight{
	margin-top: -10px;
}
#columnPage .row .column3-2 p + img.ImgRight + p{
	margin-top: -15px;
}


/* sub */
#columnPage  div.columnList h3{
	margin-bottom: 5px;
	text-align: left;
}
#columnPage  div.columnList h3:after{
	border: none;
}
#columnPage  div.columnList{
	margin-left: 21px;
	padding: 15px 16px 50px;
	line-height: 1.3em;
//	background-color: rgb(255, 240, 159, 0.5);
	background: url(../images/bg_yellow.png) top center;
	text-align: left;
	border-radius: 3px;
}
#columnPage  div.columnList li{
	position: relative;
	margin-bottom: 15px;
}
#columnPage  div.columnList li a{
	position: relative;
	display: block;
	padding: 8px 8px 5px 28px;
	width: calc(100% - 35px);
	background: #ffffff;
	color: #0f0f0f;
	text-decoration: none;
	box-shadow: 0px 0px 3px 0px #c4c4c4;
}
#columnPage  div.columnList li a:before{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	display: block;
	content: "";
	width: 20px;
	background: #d9eff0;
}
#columnPage  div.columnList li a.on:before,
#columnPage  div.columnList li a:hover:before{
	background: #fc9aa7;
}
#columnPage  div.columnList li a span{
	display: block;
	margin-top: 3px;
	text-align: right;
	font-size: 0.85em;
}
