@charset "utf-8";

/*--INDEX( for Mobile Phone ) -------------------------------------------------------------------

/* 1: reset
/* 2: set tags
/* 3: set common selecter
/* 4: layout block
/* 5: navigation
/* 6: items
/* 7: float
/* 8: text styles
/* 9: spacer
/* 10: corner box
/* 11: table
/* 12: page design (common)
/* 13: page design (own)
　
Copyright　©　株式会社 メディコ北海道
--------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
/* 1: reset
 --------------------------------------------------------------------------*/
 * { margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td { margin: 0; padding: 0; }

html { background-color:#fff;height:100%;font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;}

body { margin:0 auto;padding:0px;text-align:left;	color: #000; font:14px; background-color:#fff;height:100%;-webkit-text-size-adjust: 100%;letter-spacing:0.5px; min-width:1100px; }
body.home{background: #fff;}

img {border: 0; vertical-align: bottom;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

* html input,* html textarea,* html select {
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {padding:2px;}


* html div#container{
	height:100%;
}

/*---------------------------------------------------------------------------
/* 2: set tags
 --------------------------------------------------------------------------*/

ul,ol { margin :0; padding:0; font-size: 14px; }
li { margin: 0; padding:0; line-height: 1.5em; }

hr { border:none;border-top:dashed 1px #cccccc;height:1px;color:#FFFFFF;width:auto;margin-bottom:15px;}

a:link { color: #000;text-decoration:none; }

a:visited { color: #000; }/**/
a:active { color: #dc9bca; text-decoration: none; }
a:hover { color: #dc9bca; text-decoration:none; -webkit-transition: all .3s; transition: all .3s; }

a:hover dl dd{text-decoration: underline;
   -webkit-transition: all .3s; transition: all .3s;
}

a:hover {
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
	opacity: 0.6;  
    filter: alpha(opacity=60); 
}
img { border: none; vertical-align: top; margin-top: 0; margin-bottom: 0; display:block; }


strong { font-weight: bold; text-transform: none; }

iframe { width:100%;height:auto; }

/*---------------------------------------------------------------------------
/* 3: set common selecter
 --------------------------------------------------------------------------*/
/* set border ( full wrapp ) */
.border { border: 1px solid #7fc7d5; }
img.border {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}
/* set border ( underline ) */
.border_b{
	border-bottom: 1px dashed #cdcdcd;
}

/* set color */
.cRed  { color: #FF0000; }
.cBlue { color: #0084f3; }
.cWhite { color: #FFFFFF; }


/* set position */
.tCenter {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.tCenter img { display:inline; }

.tRight{margin-left:auto;text-align:right;}

/* set hide contents */
.disp { display: none; }

/* set text */
.txSmall  { font-size: 0.8em; }
.tSmall  { font-size: 0.9em; }
.tLead  {  font-size: 1.4em;color: #666; }
.tLarge  { font-size: 1.6em; }
.txLarge { font-size: 1.8em; }
.tsxLarge { font-size: 2.2em; }

.bold { font-weight: bold; }
/* font mincho */
.mincho { font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

/* set body section */
section { }
section p { line-height:1.8em;margin-bottom:20px;font-size:1em; }
section p.tLead {margin-bottom:20px; }
section p a { font-weight:bold; }

/* set fade */
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}

/* set kadomaru box style */
.rad {
	border-radius: 6px;  
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
}

/* set drop shadow */
.sh {
	box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
	-webkit-box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
	-moz-box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
}

/* set button */
.button,
.button-backpage {
	background: #dc9bca;
	position: relative;
	text-decoration: none;
	color: #fff !important;
	display: block;
	font-size: 1em;
	text-align: center;
	cursor:pointer;
}

.button a,
.button-backpage a,
.button-formback a,
.button a:hover,
.button-backpage a:hover,
.button-formback a:hover {
	padding: 8px 10px !important;
	color:#fff;
	text-decoration:none;
	width:auto;
	display:block;
}

.button-formback {
	position: relative;
	text-decoration: none;
	color: #fff !important;
	display: block;
	font-size: 1em;
	text-align: center;
	background-color: #828282;
	border: solid 1px #828282;
	cursor:pointer;
}

.button::after{
	position:absolute;
	top: 18%;
	right: 10px;
	content: "\f054";
	font-family: FontAwesome;
	font-size:10px;
	color:#fff;
}

.button-backpage::before,
.button-formback::before {
	position:absolute;
	content: "\f053";
	top: 18%;
	left: 10px;
	font-family: FontAwesome;
	font-size:10px;
	color:#fff;
}

.button:active,
.button:hover,
.button-backpage:active,
.button-backpage:hover{
	background: #cb7ab3;
	text-decoration:none;
}

.button-formback:active,
.button-formback:hover{
	background-color: #aaa;
	text-decoration:none;
}

.nonext,
.nonext:active,
.nonext:hover{
	padding: 8px 0!important;
	background-color: #828282;
	border: solid 1px #828282;
	cursor:default;
	-webkit-box-shadow: inset 0px 1px 0px #828282,0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #828282, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #828282,0px 1px 0px #fff;
}

.nonext::before,
.nonext::after{
	content: " ";
}
/*.layout-3buttons{
	width:99%;
	margin: 0 auto;
}*/
.layout-3buttons div p{
	float:left;
}
.layout-3buttons .left_btn p,
.layout-3buttons .right_btn p{
	width:19%;
}
.layout-3buttons .center_btn p{
	width:39%;
	margin: 0 10%;
}

/* set float */
.fLeft { float:left !important;}
.fRight { float:right !important;}

/* set inner contents */
.contents-inner { margin:0 auto; width:100%; text-align:left; position: relative; }
.contents-inner2 { margin:0 auto; width:1100px; text-align:left; position: relative; }
.pageinner { margin:0; padding:0 30px;position: relative; }


/* set icon+text link*/

ul.linknext li a, .linknext ul li a{display:block;width:auto; padding:10px;width:auto;position:relative; padding-left:30px;}
ul.linknext02, .linknext02{margin-left: 0 !important;}
ul.linknext02 li,
.linknext02 ul li{
	width: auto;
	position: relative;
	margin: 0 0 10px 0 !Important;
	border-bottom: 1px dashed #c8c8c8;
}
ul.linknext02 li a, .linknext02 ul li a{display:block;width:auto; padding:30px;width:auto;position:relative; margin: 0 0 0.5em 0;}
ul.linknext li::after,
ul.linknext02 li::after,
.linknext ul li::after,
.linknext02 ul li::after{
    position: absolute;
    top: 25%;
    left: 11px;
    z-index: 9999;
    content: "\f138";
    font-size: 16px;
    font-family: FontAwesome;
    color: #dc9bca;
}


ul.linknext li img { display:inline; padding-right: 6px; }
a.blank { position:relative; padding-right:30px; }
a.blank:after { position:absolute;top: 50%; content: "\f08e";font-family: FontAwesome; font-size: 12px; margin-top: -10px;color:#333;margin-left:10px;}
a.pdf { position:relative; padding-right:30px; }
a.pdf:after { position:absolute;top: 10px; content: "\f1c1";font-family: FontAwesome; font-size: 12px; margin-top:0px; padding: 0 0 0 12px; color:#ff0000;}
a.exl { position:relative; padding-right:30px; }
a.exl:after { position:absolute;top: 10px; content: "\f1c3";font-family: FontAwesome; font-size: 12px; margin-top: -10px;color:#59cc2b;}
a.word { position:relative; padding-right:30px; }
a.word:after { position:absolute;top: 10px; content: "\f1c2";font-family: FontAwesome; font-size: 12px; margin-top: -10px;color:#2a2e88;}
a.ppt { position:relative; padding-right:30px !important; }
a.ppt:after { position:absolute;top: 10px; content: "\f1c4";font-family: FontAwesome; font-size: 12px; margin-top: -10px;color:#ffa119;}

/* set icon+text link(pagelink) */

.bottomlink { border-bottom:1px dotted #ccc; width:auto;position:relative; }
.bottomlink:before { position:absolute;top: 50%; left: 8px; content: "\f063";font-family: FontAwesome; font-size: 10px; margin-top: -10px;color:#2f338b;}
.bottomlink a{display:block;width:auto;}

/* set pagenation */
#pagenation {
	text-align:center;
	width:50%;
}

#pagenation span {
	display: inline-block;
}

#pagenation a {
	padding: 10px 8px;
	display: block;
	font-size: 1em;
	text-align: center;
	display: inline-block;
}
#pagenation a:hover{color:#cb7ab3;}
#pagenation span.current a{
	background:#dc9bca;
	color:#fff;
}

/*CMSページ対応ボタン*/
.button02 p,
 .button02-backpage p{
 	max-height:45px;
	background: #dc9bca;
	position: relative;
	text-decoration: none;
	color: #fff !important;
	display: block;
	font-size: 1em;
	text-align: center;
	cursor:pointer;
}

 .button02 p a,
 .button02-backpage p a,
 .button02-formback p a,
 .button02 p a:hover,
 .button02-backpage p a:hover,
 .button02-formback p a:hover {
	padding: 8px 10px !important;
	color:#fff;
	text-decoration:none;
	width:auto;
	display:block;
}

.button02-formback p{
	position: relative;
	text-decoration: none;
	color: #fff !important;
	display: block;
	font-size: 1em;
	text-align: center;
	background-color: #828282;
	border: solid 1px #828282;
	cursor:pointer;
}

.button02 p:after{
	position:absolute;
	top: 18%;
	right: 10px;
	content: "\f054";
	font-family: FontAwesome;
	font-size:10px;
	color:#fff;
}

.button02-backpage p:before,
.button02-formback p:before {
	position:absolute;
	content: "\f053";
	top: 18%;
	left: 10px;
	font-family: FontAwesome;
	font-size:10px;
	color:#fff;
}

.button02 p:active,
.button02 p:hover,
.button02-backpage p:active,
.button02-backpage p:hover{
	background: #cb7ab3;
	text-decoration:none;
}

.button02-formback p:active,
.button02-formback p:hover{
	background-color: #aaa;
	text-decoration:none;
}
.nonext02{max-height: 45px;}
.nonext02 p,
.nonext02 p:active,
.nonext02 p:hover{
	padding: 8px 0!important;
	background-color: #828282;
	border: solid 1px #828282;
	cursor:default;
	-webkit-box-shadow: inset 0px 1px 0px #828282,0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #828282, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #828282,0px 1px 0px #fff;
}

.nonext02 p::before,
.nonext02 p::after{
	content: " ";
}
/* set pagenation */
#pagenation02 {
	text-align:center;
	width:50%;
}

#pagenation02 span {
	display: inline-block;
}

#pagenation02 a {
	padding: 8px 8px;
	display: block;
	font-size: 1em;
	text-align: center;
	display: inline-block;
}
#pagenation02 a:hover{color:#cb7ab3;}
#pagenation02 span.current a{
	background:#dc9bca;
	color:#fff;
}





/* set width for float items */

.w10 { width: 9%; }
.w20 { width: 19%; }
.w30 { width: 29%; }
.w40 { width: 39%; }
.w50 { width: 49%; }
.w60 { width: 59%; }
.w70 { width: 69%; }
.w80 { width: 79%; }
.w90 { width: 89%; }
.w100 { width: 99%; }

.w2clm_l { width:400px; }
.w2clm_r { width:280px; }
.w3clm { width:32% }
.w4clm { width:24% }

/*---------------------------------------------------------------------------
/* 4: layout block
 --------------------------------------------------------------------------*/

/* =======================================
   4-1: wrapper
========================================== */
#container{
	width: 100%;
	margin:0;
	position:relative;
	min-width:100%;
	background-repeat: repeat-x;
	overflow-x:hidden;
}


body > div#container {
	height: auto;
	min-height: 100%;
}

div#main {
    padding-bottom: 142px;
}
/* =======================================
   4-2: header section
========================================== */
header{
	width: 100%;
/*	padding-bottom: 20px;*/
	border-top: 6px solid #5fb1c3;
}
p#header-logo{
	float:left;
	width:272px;
	padding: 20px 0;
}
p#header-logo a:hover img{
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
	opacity: 0.6;  
    filter: alpha(opacity=60); 
}
#header-tag{
 	float:right;
 	width:490px;
}
#header-tag ul{
	overflow: hidden;
}
#header-tag ul li{
	float: left;
	width:160px;
	height:34px;
	padding-top:6px;
	margin:0;
}
#header-tag ul li.privacy_tag{margin:0 5px 0 5px;}
#header-tag ul li a{
	max-width:160px;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	background-color: #5fb1c3;
	border-radius:5px;
	-webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;
    box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
	-webkit-box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
	-moz-box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;  
}
#header-tag ul li.policy_tag a{padding:10px 50px;}
#header-tag ul li.privacy_tag a{padding: 10px 20px;}
#header-tag ul li.sitemap_tag a{padding: 10px 34px;}
/* =======================================
   4-3: contents section
========================================== */

.top-contents {
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	z-index:99999;
	background:#fff;
	padding-bottom: 49px;
}
.contents {
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
	z-index:99999;
	background:#fff;
	padding-bottom: 49px;
}
/* 4-3-1: left contents
----------------------- */

#contents-l {
	margin:0;
	padding:30px 0;
	float:left;
	width:760px;
}

/* 4-3-2: right contents
----------------------- */

#contents-r {
	margin: 0;
	padding:30px 0;
	float: right;
	width: 300px;
}
/* 4-3-3: right contents companyinformation
---------------------------------------------- */
#masthead{
	width:298px;
	border: 1px solid #7fc7d5;
}
.masthead-inner{
	padding: 30px 12px 20px;
}
.masthead-inner p.company-name{
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 5px solid #d7edf1;
}
.masthead-inner p.company-name span.store_category{
	font-weight: bold;
	text-align: center;
	color:#5fb1c3;
}
.masthead-inner p.company-name img{
	display: inline-block;
	margin:0 auto;
	padding: 15px 0 15px;
}
.masthead-inner ul{
	width:260px;
	margin: 0 auto;
	letter-spacing: 0;
}
#masthead .masthead-inner ul li{padding-bottom: 10px}
#masthead .masthead-inner ul li.address{margin-bottom: 10px;}
#masthead .masthead-inner ul li.tel{margin-bottom: 10px;}
#masthead .masthead-inner ul li span.contact-tag{
	display: block;
	float: left;
	width: 63px;
	padding: 4px 0;
	font-weight: bold;
	background: #7fc7d5;
	text-align: center;
	color:#fff;

}
#masthead .masthead-inner ul li span.number{
	display: block;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 4px 0;
	font-size: 24px;
	font-weight: normal;
}

/*ver.トップページ*/
body.home #masthead{
	width:calc(100% - 22px);
	padding: 0px 20px 0px 0px;
	margin-bottom: 40px;
	border: 1px solid #7fc7d5;
}
body.home #masthead .masthead-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
body.home .masthead-inner p.company-name{
	width: 300px;
	padding: 20px;
	margin-right: 20px;
	text-align: center;
	border-bottom: none;
	border-right: 5px solid #d7edf1;
}
body.home #masthead .masthead-inner ul{
	width:calc(100% - 385px);
	padding: 20px 0;
}
body.home #masthead .masthead-inner ul li.address{width: 100%;}
body.home #masthead .masthead-inner ul li.address span{font-size: 16px;}
body.home #masthead .masthead-inner ul li.tel,
body.home #masthead .masthead-inner ul li.fax{
	display: inline-block !important;
	margin-right: 20px;
	margin-bottom: 0;

}

/* 4-3-4: pankuzu navi
----------------------- */

#pankuzu {
	width:100%;
	max-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #5fb1c3;
}
#pankuzu ul{
	width:1100px;
	margin: 0 auto;	
	padding: 2px 0;
}
#pankuzu ul li{
	display: inline;
	color:#fff;
	padding-left: 30px;
	position:relative;
}
#pankuzu ul li a{color:#fff;}
#pankuzu ul li a:after { position:absolute;top: 0; right: -20px; content: "\f054";font-family: FontAwesome; font-size:13px; color:#fff; font-weight: normal;}

/* =======================================
   4-4: footer section
========================================== */

footer {
	width:100%;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
}
#footer-menu-wrapp{
	width: 100%;
	height:75px;
	margin: 0;
	padding: 0;
	background: #f8f8f8;
}

#footer-bottom-wrapp {
	width: 100%;
	margin: 0;
	padding: 25px 0;
	overflow:hidden;
	zoom:1;
	position: relative;
	background:#5fb1c3;
	color:#fff;
	font-weight: bold;
}
#footer-menu ul{
	overflow: hidden;
	width: 1010px;
	margin: 0 auto;
}
#footer-bottom{
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;	
}

#footer-menu ul li, 
#footer-bottom ul,
#footer-bottom ul li{
	float:left;
}
#footer-menu ul li,
#footer-bottom ul li{
	position: relative;
}
#footer-bottom p{float:right;}
#footer-menu ul li a{
	display: inline-block;
	padding: 30px 0px 30px 24px;
	margin-right:110px;
	font-weight: bold;
}
#footer-menu ul li.last a{margin:0px;}
/*#footer-menu ul li a:hover{text-decoration: underline;}*/
#footer-menu ul li a:before{
	position: absolute;
    top: 31px;
    left: 0px;
    z-index: 9999;
    font-size: 18px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#dc9bca;
    content: "\f138";	
}
#footer-bottom ul li a{
	display: inline-block;
	padding-left:16px;
	margin-right: 20px;
	color: white;
	font-weight: bold;
}
#footer-bottom ul li a:before{
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    font-size: 14px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#fff;
    content: "\f054";	
}

/*go back toppage button
------------------------------*/
.page-back_outer{
	position: relative;
	top:0;
}
.page-back_outer p#page-back{
	position: absolute;
    bottom: 0px;
    right: 10%;
    z-index:99999999;
    width:136px;
}
p#page-back a:hover img{
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
	opacity: 0.6;  
    filter: alpha(opacity=60); 
} 

/*---------------------------------------------------------------------------
/* 5: navigation
 --------------------------------------------------------------------------*/

/* =======================================
   5-1: header navigation
========================================== */
/* =======================================
   5-2: global navigation
========================================== */
nav#g-menu-wrapp{
	width:100%;
	border-top: 1px solid #5fb1c3;
	border-bottom: 1px solid #5fb1c3;
	background-color:rgba(127, 199, 213, 0.8); 
}
#g-menu{
	width:1100px;
	margin: 0 auto;
	height:66px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fbfbfb+50,f3f3f3+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f3f3f3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 50%,#f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#fbfbfb 50%,#f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
#g-menu ul{overflow: hidden;}
#g-menu ul li{
	float:left;
	width:calc(100% / 6 - 17px);
	height:66px;	
	border-left:1px solid #fff;
	border-right: 1px solid #cdcdcd;
}
#g-menu ul li#g-home{/*width:88px;*/width:88px;}
#g-menu ul li:last-child{border-right: 1px solid rgba(0,0,0,0);}
#g-menu ul li a{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
	max-width:100%;
	/*padding-top:24px;*/
    height: 66px;
	font-weight: bold;
}
#g-menu ul li a:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9e8f2+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f9e8f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#f9e8f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#f9e8f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9e8f2',GradientType=0 ); /* IE6-9 */
color:#cb7ab3;
opacity: 1;	
}
/*
#g-menu ul li#g-home a{padding:24px 10px;}
#g-menu ul li#g-news a{padding: 24px 60px 23px 70px;}
#g-menu ul li#g-company a{padding:24px 60px 23px 74px;}
#g-menu ul li#g-service a{padding:24px 44px 23px 60px;}
#g-menu ul li#g-column a{padding:24px 52px 23px 68px;}
#g-menu ul li#g-contact a{padding:24px 44px 23px 56px;}
*/
#g-menu ul li a span.g-button{
    display: inline-block;
    padding-left: 10px;
}
#g-menu ul li#g-home a span.g-icon:before{
	position: absolute;
    top: 23px;
    left: 40%;
    z-index: 9999;
    font-size: 22px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#5fb1c3;
    content: "\f015";
}
#g-menu ul li a span.g-icon:before{
	position: absolute;
    z-index: 9999;
    font-size: 18px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#5fb1c3;
}
#g-menu ul li#g-home a:hover span.g-icon:before,
#g-menu ul li a:hover span.g-icon:before{color: #dc9bca; text-decoration:none; -webkit-transition: all .3s; transition: all .3s; }
#g-menu ul li#g-news a span.g-icon:before{content: "\f05a"; top: 23px; left: 20%;}
#g-menu ul li#g-company a span.g-icon:before{content: "\f1ad"; top: 22px; left: 20%;}
#g-menu ul li#g-service a span.g-icon:before{content: "\f0fa"; top: 22px; left: 12%;}
#g-menu ul li#g-column a span.g-icon:before{content: "\f1ea"; top: 23px; left: 15%;}
#g-menu ul li#g-link a span.g-icon:before{content: "\f0c1"; top: 24px; left: 12%;}
#g-menu ul li#g-contact a span.g-icon:before{content: "\f0e0"; top: 22px; left: 11%;}
/*firefoxハック*/
@-moz-document url-prefix() {
#g-menu ul li#g-news a span.g-icon:before{content: "\f05a"; top: 24px; left: 20%;}
#g-menu ul li#g-company a span.g-icon:before{content: "\f1ad"; top: 24px; left: 20%;}
#g-menu ul li#g-service a span.g-icon:before{content: "\f0fa"; top: 24px; left: 12%;}
#g-menu ul li#g-column a span.g-icon:before{content: "\f1ea"; top: 25px; left: 15%;}
#g-menu ul li#g-link a span.g-icon:before{content: "\f0c1"; top: 24px; left: 12%;}
#g-menu ul li#g-contact a span.g-icon:before{content: "\f0e0"; top: 24px; left: 11%;}	
}
/*Chromeハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#g-menu ul li#g-news a span.g-icon:before{content: "\f05a"; top: 24px; left: 20%;}
#g-menu ul li#g-company a span.g-icon:before{content: "\f1ad"; top: 25px; left: 20%;}
#g-menu ul li#g-service a span.g-icon:before{content: "\f0fa"; top: 24px; left: 12%;}
#g-menu ul li#g-column a span.g-icon:before{content: "\f1ea"; top: 25px; left: 15%;}
#g-menu ul li#g-link a span.g-icon:before{content: "\f0c1"; top: 24px; left: 12%;}
#g-menu ul li#g-contact a span.g-icon:before{content: "\f0e0"; top: 25px; left: 11%;}
}


#g-menu ul li#g-home a span.g-button{visibility: hidden;}

#g-menu ul li.current a{
	background-color: #d7edf1;
}
#g-menu ul li.current a:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7edf1+0,d7edf1+100 */
background: #d7edf1; /* Old browsers */
background: -moz-linear-gradient(top, #d7edf1 0%, #d7edf1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d7edf1 0%,#d7edf1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d7edf1 0%,#d7edf1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf1', endColorstr='#d7edf1',GradientType=0 ); /* IE6-9 */
opacity:0.6;
}
#g-menu ul li.current a span.g-button,
#g-menu ul li.current a span.g-icon:before{color:#000 !important;}


/* =======================================
   5-3: side navigation
========================================== */
.s-menu{
	margin-bottom: 40px;

}
.s-menu h3.h3-s-menu{
	margin:0;
	padding: 36px 0 38px;
	border-top: 4px solid #5fb1c3;
	border-bottom: 2px solid #fff;
	border-left:none;
	border-right:none;
	border-radius: 0px !important;
	text-align: center;
	background-color: #f8f8f8;
	color:#000;
}
.s-menu ul li{
	max-height: 70px;
	max-width: 300px;
	padding: 1px 0;
	border-bottom: 2px solid #fff;
	position: relative;
}
.s-menu ul li a{
	display: block;
	vertical-align:top;
	width:auto;
	padding: 26px 20px 24px 70px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	background-color: #d7edf1;	
}
.s-menu ul li a:before{
	position: absolute;
    top: 38%;
    left: 35px;
    z-index: 9999;
    font-size: 18px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#dc9bca;
    content: "\f138";		
}
.s-menu ul li a:hover{
	background-color: #F9E8F2;
	color:#cb7ab3;
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity:1;
/*	opacity: 0.6;  
    filter: alpha(opacity=60); */	
}
.s-menu ul li.current a{
	color:#fff;
	background-color: #7fc7d5;
}
.s-menu ul li.current a:hover{opacity: 0.6; filter: alpha(opacity=60); }
.s-menu ul li.current a:before{
	color: #fff;
}

/*---------------------------------------------------------------------------
/* 6: items
 --------------------------------------------------------------------------*/


/* =======================================
   6-1: set list styles ( contents )
========================================== */

/*.section ul,*/
.section ol {
	margin:0 0 0 1em;
	padding:0;
} 

.section ul li {
	list-style-type:none;
	line-height:1.5em !important;
/*	margin:0 0 0.5em 1em;*/
	padding:0 0 0 1em;
	list-style-position:inside;
	font-size:1em;
	text-indent: 0em;
	line-height:1.8em;
	position:relative;
}

.section ul.normal li:after{ position:absolute;top: 10px; left: 0; content: "\f111";font-family: FontAwesome; font-size:6px; margin-top: -10px;color:#5fb1c3;}

.section ul.linknext {
	margin:0;
}

.section ul.linknext li {
	margin:0 0 0.5em 0;
	list-style-image:none;
	text-indent: 0;
}
.section ul.linknext li a{
	padding-left:24px;
}

.section ol li {
	list-style-image:none;
	list-style-type:decimal;
	line-height:1.5em !important;
	margin:0 0 0.5em 1em;
	padding:0 0 0 1em;
	list-style-position:inside;
	font-size:1em;
	text-indent: -1.5em;
	line-height:1.8em;
}

.section ul.normal li a,
.section ol li a {
	padding-left:16px !important;
}
.section ol li ul.normal li{
	list-style-type:none;
	line-height:1.2em !important;
	padding:0 0 0 1em;
	margin-bottom: 5px;
	list-style-position:inside;
	font-size:1em;
	text-indent: 0em;
	position:relative;
}

/*---------------------------------------------------------------------------
/* 7: float
 --------------------------------------------------------------------------*/

/* =======================================
   7-1: float clear
========================================== */

.clearfix:after {
  	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*---------------------------------------------------------------------------
/* 8: text styles
 --------------------------------------------------------------------------*/
/* =======================================
   8-1: lead text
========================================== */

h1,h2,h3,h4,h5,h6 { clear:both; }
h2,h3,h4,h5,h6{	margin-bottom:30px;}
body.home h1 { display:none; }
.contents-title .h1_outer{
	width: 100%;
	max-height:200px; 
	background:url(../img/common/h1_bg.jpg) no-repeat top center;
}
h1{
	width:1100px; 
	margin:0 auto;
	padding: 85px 0 85px 40px;
	font-size: 30px;
	font-weight: bold;
}
h2{
	border-bottom:1px solid #C5C5C5;
	}
h2 strong{
	width:auto;
	min-width:240px;
	margin-bottom: -1px;
	padding: 0 30px 8px 30px;
	display:inline-block;
	border-bottom: 4px solid #7fc7d5;	
	font-size: 24px;
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
	}
h3{
	padding: 12px 0 12px 30px;
	border-radius: 5px;
	background: #7fc7d5;
	font-size:18px;
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
	color:#fff;	
}
h4{
	position:relative;
	padding: 9px 0 9px 10px;
	border:1px solid #99d2dd;
	border-radius: 5px;
}
h4:before{
	position: absolute;
	top: 17%;
	width:8px;
	height: 65%;/*28px*/
	border-radius:4px; 
	background-color: #99d2dd;
	content: "";
}
h4 span{
	padding-left: 20px;
	font-size:18px;
	font-weight: bold;
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h5{
	padding: 0 0 4px 30px;
	border-bottom:1px solid #5fb1c3;
	font-size:18px;
	font-weight: bold;		
}
h6{
	position:relative;
	padding: 9px 0 9px 10px;
}
h6:before{
	position: absolute;
	width:8px;
	height:28px;
	border-radius:4px; 
	background-color: #99d2dd;
	content: "";	
}
h6 span{
	padding-left: 22px;
	font-size:18px;
	font-weight: bold;
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*---------------------------------------------------------------------------
/* 9: spacer
 --------------------------------------------------------------------------*/
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}
.pb00{padding-bottom: 0px !important;}
.pl00{padding-left: 0px !important;}

.ml05 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}

.mb00 {margin-bottom:0px !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

.mr05 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}

/*---------------------------------------------------------------------------
/* 10: corner box
 --------------------------------------------------------------------------*/

.b-type01 {
	margin: 0 0 20px;
	padding: 15px 20px;
	width: auto;
	border: 1px solid #c5c5c5;
	background-color: #FFFFFF;
	line-height: 1.5em;
}

.b-type01 > div.contact p {
	margin:0;
}

.b-type02 {
	margin: 0 0 20px;
	padding: 15px 20px;
	width: auto;
	background-color: #f4f4f4;
	line-height:1.5em;
}

.b-type03 {
	margin: 0 0 20px;
	padding: 15px 20px;
	background-color: #ebf6f8;
	line-height: 1.5em;
}

/*---------------------------------------------------------------------------
/* 11: table
 --------------------------------------------------------------------------*/

table	{ margin:0 0 0 0.7em;padding:0 0 0 0.7em; }
table ul	{ margin:0 !important; padding:0 !important; }
table li	{ line-height:1.8em;margin:0; font-size:1em !important; }
table p		{ line-height:1.6em;margin:5px 0; }
table dl 	{ margin: 0 0 -1px;zoom:1;position: relative; }
table dt	{ float: left;clear: left;width: 12em;padding: 3px 0 3px;zoom:1; }
table dd 	{ padding: 3px 0 3px 12em;	zoom:1; }

/* =======================================
   11-1: normal style
========================================== */

table.table01		{ border-color:#7fc7d5;border-style:solid;border-width:1px 0 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:1em; }
table.table01 th	{ border-color:#7fc7d5;	border-style:solid;	border-width:0 1px 1px 0;color:#333333;	font-weight:bold;padding:10px 16px;line-height:1.5em;text-align:left; background-color: #f8f8f8; }
table.table01 td	{ border-color:#7fc7d5;	border-style:solid;	border-width:0 1px 1px 0px;	background-color:#FFFFFF;padding:10px 16px;line-height:1.5em; }

/* =======================================
   11-2: yokokei style
========================================== */

table.table02		{ font-size: 1em;border:#B5B7BF;border-style:dotted;border-width:1px 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:1em; }
table.table02 th	{ border-color:#B5B7BF;border-style:dotted;border-width:0 0 1px 0; color:#333333;padding:10px 16px;line-height:1.5em;vertical-align:top;text-align:left; }
table.table02 td	{ border-color:#B5B7BF;border-style:dotted;border-width:0 0 1px 0px;padding:10px 16px; line-height:1.5em;vertical-align:top; }

/* =======================================
   11-3: page anchor menu
========================================== 

table.table_tab		{ font-size: 1em;border:#B5B7BF;border-style:dotted;border-width:1px 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:1em; }
table.table_tab td	{ border-color:#B5B7BF;border-style:dotted;border-width:0 0 1px 0px;padding:0; line-height:1.5em;vertical-align:top; }
table.table_tab td a	{ display:block;width:auto;padding:10px 16px 10px 30px;position:relative; }
table.table_tab td a:hover,a.current	{ display:block;width:auto;padding:10px 16px 10px 30px;background:#ebebeb;text-decoration:none; }
table.table_tab td a:before { position:absolute;top: 50%; left: 8px; content: "\f063";font-family: FontAwesome; font-size: 10px; margin-top: -10px;color:#2f338b; }*/

/* =======================================
   11-4: nonframe style
========================================== */

table.none			{ border: none;margin-bottom:10px; }
table.none td		{ background-color:#ffffff;padding:5px;line-height:1.5em; }

/* =======================================
   11-5: for inner table
========================================== */

table.table01 table		{ border:none;margin:0;padding:0; }
table.table01 table th	{ border:none; line-height:1.6em; margin:0; padding:0; font-weight: bold; }
table.table01 table td	{ border:none;font-size: 1em;line-height:1.6em;margin:0;padding:2px; }

table th.c, td.c	{ text-align:center; }
table th.m, td.m 	{ vertical-align:middle; }
table th.r, td.r 	{ text-align:right; }

/*---------------------------------------------------------------------------
/* 12: page design (common) 
 --------------------------------------------------------------------------*/
 
/* 12-1-1: scroll box
---------------------------------------- */

.scr { padding:10px; overflow-y:scroll;	position: relative; }

.h100 { height:100px; }
.h200 { height:200px; }
.h300 { height:300px; }
.h400 { height:400px; }
.h500 { height:500px; }
.h600 { height:600px; }

.h150{height:150px;}
.h250{height:250px;}
.h450{height:450px;}

/* 12-1-2: photo gallery
---------------------------------------- */
.photogallery { width:auto;overflow:hidden;margin:0 0 0 10px;}
.photogallery .photo { width:220px;margin:0 10px 10px 0;float:left;}
.withcap .photo { height:230px; overflow:hidden; }
.photogallery p { height:150px;margin:0 0 10px;overflow:hidden;}
.photogallery span { font-size:11px;padding:10px 0;display:inline-block;}
.photogallery a:hover img { -webkit-transition: all .3s; transition: all .3s;opacity: .5;-webkit-opacity: .5;-moz-opacity: .5;}
#contents-no-navi .photogallery { margin:0 0 0 10px;}
#contents-no-navi .photogallery .photo { width:180px;}


.photo-w100 img{
	width:100%;
}


/*---------------------------------------------------------------------------
/* 13: page design (own) 
 --------------------------------------------------------------------------*/
 
/* =======================================
   13-1: top page
========================================== */
/* 13-1-1: keyvisual
---------------------------------------- */
.keyvisual_outer{
	width:100%;
	background: url(../img/index/keyvisual_bg.jpg) no-repeat;
}
p.keyvisual{
	margin:10px 0 0;
	padding-bottom: 10px;
}
p.keyvisual img{
box-shadow:2px 3px 3px 1px rgba(0, 0, 0, 0.2 );
-moz-box-shadow:2px 3px 3px 1px rgba(0, 0, 0, 0.2 );
-webkit-box-shadow:2px 3px 3px 1px rgba(0, 0, 0, 0.2 );
}
/* 13-1-2: service list
---------------------------------------- */
.toppage-sevicelist{
	width:100%;
	padding-bottom:30px;
	border-top: 1px solid #7fc7d5;
	background-color: #d7edf1;
}
.toppage-sevicelist div .t-service_ttl h2{
	position: relative;
	width: 188px;
	margin:0 auto;
	padding:30px 0 16px 32px;
	font-size:24px;
	font-weight: bold;
	border:none;
}
.toppage-sevicelist div .t-service_ttl h2 span.icon:before{
	position: absolute;
    top: 30px;
    left: 0px;
    z-index: 9999;
    font-size: 30px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#000;
    content: "\f0fa";	
}
.toppage-sevicelist div .t-service_ttl p{
	margin-bottom:30px;
	text-align: center; 
	font-size: 14px;
	}
.t-service_list ul{
	overflow:hidden;
	width:100%;
	}
.t-service_list ul li{
	width:540px;
	border: 1px solid #cdcdcd;
	box-shadow:1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
	-moz-box-shadow:1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
	-webkit-box-shadow:1px 2px 1px 0px rgba(0, 0, 0, 0.1 );	
	}
.t-service_list ul li.insurance_bnr{float:left; margin:0 0 3px;}
.t-service_list ul li.books_bnr{float:right; margin:0 2px 3px 0;}
.t-service_list ul li a dl{
	padding: 30px 300px 30px 0;
	}
.t-service_list ul li.insurance_bnr a dl{background:#dc9bca url(../img/index/img-insurance.jpg) no-repeat top right;}
.t-service_list ul li.books_bnr a dl{background: #7cd782 url(../img/index/img-books.jpg) no-repeat top right;}
.t-service_list ul li a dl dt{
	margin-bottom:20px;
	color: #fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	}
.t-service_list ul li a dl dt span.icon{
	display:inline-block;
	width:80px;
	height: 80px;
    border-color: #fff;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    background-color: #fff;
   	margin: 0 0 18px;
}
.t-service_list ul li.insurance_bnr  a dl dt span.icon img{
	width:47px;
	padding: 23px 0 0px 17px;
	}
.t-service_list ul li.books_bnr a dl dt span.icon img{
	width:36px;
	padding: 17px 0 0px 21px;
}
.t-service_list ul li a dl dd{
	position:relative;	
	width: 170px;
	margin: 0 auto;
	padding: 13px 0 13px 20px;
	text-align:center;
	font-weight:bold;
	color:#cb7ab3;
	background-color:#fff;
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius:5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:5px;   /* Firefox用 */
	}
.t-service_list ul li a dl dd span.icon:before{
	position: absolute;
    top: 13px;
    left: 36px;
    z-index: 9999;
    font-size: 16px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#cb7ab3;
    content: "\f054";	
}
.t-service_list ul li.books_bnr a dl dd,
.t-service_list ul li.books_bnr a dl dd span.icon:before{color:#5cb755;}

.t-service_list ul li a:hover dl dd{text-decoration:none;}
.t-service_list ul li a:hover dl{	
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
	opacity: 0.6;  
    filter: alpha(opacity=60); }
	


/* 13-1-3: news topics
---------------------------------------- */
.toppage-news-ttl h2{
	margin-bottom:30px;
	border-bottom:1px solid #C5C5C5;

	}
.toppage-news-ttl h2 strong{
	width:240px;
	margin-bottom: -1px;
	padding: 0 0 0 30px;
	display:inline-block;
	border-bottom: 4px solid #7fc7d5;	
	font-size: 24px;
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
	}
p#backnumber{
	position:relative;
	top:0px;
	right:0px;
    margin: -60px 0 30px 650px;
	}
p#backnumber a{
	font-weight:bold;
	}
/*p#backnumber a:hover{text-decoration:underline;}*/
p#backnumber a:before{
	position: absolute;
    top: 3px;
    left: -20px;
    z-index: 9999;
    font-size: 18px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#dc9bca;
    content: "\f138";	
	}
.toppage-news-list ul{padding-bottom: 20px;}
.toppage-news-list ul li{
	border-bottom: 1px dashed #cdcdcd;
	margin: 0 0 0 30px;
	padding: 4px 0 0;
    line-height: 2.1em;
}
.toppage-news-list ul li a dl{position:relative;}
.toppage-news-list ul li a dl dd{padding-left:20px; position:relative;}
.toppage-news-list ul li a dl dd:before{
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    font-size: 16px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#dc9bca;
    content: "\f138";	
	}
.toppage-news-list ul li a:hover dl dd:before{text-decoration: none !important;}	
.toppage-news-list ul li a dl dt span.new,
.toppage-news-list ul li.nolink dl dt span.new{
	background: #ff0000;
    color: #fff;
    padding:4px 6px 2px;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    line-height: 1em;
}
.toppage-news-list ul li a:hover dl dt span.new{
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
	opacity: 0.6;  
    filter: alpha(opacity=60);
}
.toppage-news-list ul li a dl dd span{position:relative; display: inline-block;}	
.toppage-news-list ul li a dl dd span.pdf:after{
	position: absolute;
    top: 0px;
    padding:0 !important;
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 12px;
    color: #ff0000;
    margin-left: 0px;
}
.toppage-news-list ul li a dl dd span.exl:after{
	position: absolute;
    top: 0px;
    padding:0 !important;
    content: "\f1c3";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 0px;
    color: #59cc2b;
}

.toppage-news-list ul li a dl dd span.blank:after { 
	position:absolute;
	top: 0px; 
	content: "\f08e";
	font-family: FontAwesome; 
	font-size: 12px; 
	margin-top:0px;
	color:#333;
	margin-left:0px;
}
/* 13-1-4: toppage bannerarea
---------------------------------------- */
ul.banner_area01{
	overflow:hidden;
	width:100%;
	margin-bottom:30px;
	}
ul.banner_area01 li{
	float:left;
	margin-right:18px;
	margin-bottom: 3px;
	box-shadow:1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
	-moz-box-shadow:1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
	-webkit-box-shadow:1px 2px 1px 0px rgba(0, 0, 0, 0.1 );	
	}
ul.banner_area01 li.last{margin-right:2px;}
ul.banner_area01 li:hover{
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
	opacity: 0.6;  
    filter: alpha(opacity=60);
	}



/* =======================================
   13-2: sub page
========================================== */
.info-date{
	text-align: right;
	font-size: 0.9em;
}
 

/* 13-2-1: news index page
---------------------------------------- */

.news-list ul{padding-bottom: 20px;}
.news-list ul li{
	border-bottom: 1px dashed #cdcdcd;
/*	margin: 0 0 0 30px;*/
	padding: 16px 0 14px;
    line-height: 2.1em;
}
.news-list ul li a dl,
.news-list ul li.nolink dl{
	position:relative;
	overflow: hidden;
	padding-left: 3em;
}

.news-list ul li a dl dt,
.news-list ul li.nolink dl dt{
	display: inline-block;
	padding-bottom: 4px;
	width:20%;
}
.news-list ul li a dl dt,
.news-list ul li a dl dd,
.news-list ul li.nolink dl dt,
.news-list ul li.nolink dl dd{float: left;}
.news-list ul li a dl dd{
/*	padding-left:20px;*/
	width:75%;
	position: relative;
}
.news-list ul li.nolink dl dd{width:76%;}

.news-list ul li a dl dt:before{
	position: absolute;
    top: 0px;
    left: 1em;
    z-index: 9999;
    font-size: 16px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#dc9bca;
    content: "\f138";	
	}

.news-list ul li a:hover dl dd:before{text-decoration: none !important;}	
.news-list ul li a dl dt span.new,
.news-list ul li.nolink dl dt span.new{
	background: #ff0000;
    color: #fff;
    padding:3px 4px 2px;
    font-size: 10px;
    display: inline-block;
    margin-left: 10px;
    line-height: 1em;
}
.news-list ul li a:hover dl dt span.new{
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
	opacity: 0.6;  
    filter: alpha(opacity=60);
}
.news-list ul li a dl dd span{position:relative; display: inline-block;}	
.news-list ul li a dl dd span.pdf:after{
	position: absolute;
    top: 0px;
    padding:0 !important;
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 12px;
    color: #ff0000;
    margin-left: 0px;
}
.news-list ul li a dl dd span.exl:after{
	position: absolute;
    top: 0px;
    padding:0 !important;
    content: "\f1c3";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 0px;
    color: #59cc2b;
}

.news-list ul li a dl dd span.blank:after { 
	position:absolute;
	top: 0px; 
	content: "\f08e";
	font-family: FontAwesome; 
	font-size: 12px; 
	margin-top:0px;
	color:#333;
	margin-left:0px;
}



/* 13-2-1: column index page
---------------------------------------- */
.column_list{margin-bottom: 40px;}
.column_list ul li{
	padding: 10px 0;
	border-bottom: 1px dashed #cdcdcd;
}
.column_list ul li a{position: relative; margin-left: 2em;}
.column_list.linknext ul li:after {
	content: "";
}
.column_list.linknext ul li a:after {
	position: absolute;
    top: 20%;
    left: 0px;
    z-index: 9999;
    content: "\f138";
    font-size: 16px;
    font-family: FontAwesome;
    color: #dc9bca;*/
}
.column_list ul li a:hover{text-decoration: underline;}

/* 13-2-1: service page
---------------------------------------- */
.goods_button{
	position:relative;
	top:0;
	left:0;
	height:45px;
}
.goods_button p{
	position:absolute;
	bottom:0;
	right:0;
}

.img_h{height:200px; overflow: hidden;}

table.goods_intro{margin:0; padding:0;}
table.goods_intro tbody tr td.detail dl{
	position: relative;
	top:0;
}
table.goods_intro tbody tr td.detail dl dt{
	width:330px;
	display: block;
	margin-left: 1em;
	padding-left: 0.6em;
	padding-bottom: 12px;	
	font-size: 18px;
	font-weight: bold;
}
table.goods_intro tbody tr td.detail dl dt a{
	display: block;
	position: relative; 
	width:326px;
/*	padding-left: 1em; */
	text-decoration: underline;
}

table.goods_intro tbody tr td.detail dl dt a:before{
	position: absolute;
    top: 0px;
    left: -1.4em;
    z-index: 9999;
    font-size: 16px;
    font-weight: normal;
    font-family: FontAwesome;
    color:#dc9bca;
    content: "\f138";	
	}
table.goods_intro tbody tr td.detail dl dd{
	min-height: 170px;
	padding: 0; 
	padding-left: 2em;
	font-size:14px; 
}
table.goods_intro tbody tr td.detail  dl dd .overview{
	width:330px;
	display: block;
	padding-right: 1em;
}
table.goods_intro tbody tr td.detail  dl dd .ins_co_name{
	display: block;
	padding-top: 0.8em;
/*	position: absolute;
	bottom:0;*/
}

table.goods_intro tbody tr td.button_area div{padding: 0;}
table.goods_intro tbody tr td.button_area div p a{
	max-width: 150px;
	display: block;
	font-size: 14px;
	padding: 10px 0px 10px 20px;
	border: 1px solid #cb7ab3;
	border-radius: 5px;  
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
	-webkit-box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
	-moz-box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
}
table.goods_intro tbody tr td.button_area div p a:hover{
	background-color: #F9E8F2;
	color:#cb7ab3;
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity:1;
}
table.goods_intro tbody tr td.button_area div p a{position:relative;}	
table.goods_intro tbody tr td.button_area div p a.pdf:after{
	position: absolute;
    top: 12px;
    right:10px;
    padding:0 !important;
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 12px;
    color: #ff0000;
    margin-left: 0px;
}


table.goods_intro tbody tr td.button_area div p a.blank:after { 
	position:absolute;
	top: 12px; 
	right:10px;
	content: "\f08e";
	font-family: FontAwesome; 
	font-size: 12px; 
	margin-top:0px;
	color:#333;
	margin-left:0px;
}

/* =======================================
   13-3: (sub) contact
========================================== */

div.contact-step{
    position: relative;
    width: 30.5%;
    height: 50px;
    background: #eee;
    text-align: left;
    padding-left: 10px;
    float: left;
    border-left: 2px solid #fff;
}

div.contact-step:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid #eee;
    z-index:9999;
}

div.contact-step:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid #ffffff;
}

div.contact-step span{
    line-height: 50px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}

div.contact-step dl{
    margin:0;
    padding:0;
	font-size:0.8em;
}

div.contact-step dt{
    margin-bottom:-1px;
    padding-top:10px;
    font-weight:normal;
    color:#999;
    font-size:9px;
    margin:0 0 0 10px;
}

div.contact-step dd{
    font-weight:bold;
    color:#999;
	margin:0 0 0 10px;
}

div.contact-current{
    background: #5fb1c3;
}

div.contact-current dt{
  margin-bottom: -1px;
  padding-top: 6px;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 12px;
}


div.contact-current dd{
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
}

div.contact-current:after{
    border-left: 10px solid #5fb1c3;
    z-index:9999;
}

div.contact-current:before{
    border-top: none;
    border-bottom: none;
    border-left: none;
}

table.form{
   width: 100%;
   font-size:0.9em !important;
}

table.form th,table.form td{
   line-height:2em;
}

table.form th span {
  padding: 3px 6px;
  font-size: 0.9em;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  behavior:url("../cssnew/PIE.html"); /* for IE7 */
  zoom:;1
}

table.form th span.required {
  background-color: #ff3e3e;
}

table.form th span.any {
  background-color: #0083f4;
}

table.form input{
   width: 100%;
   display: block;
}

table.form input.table-w-xsmall{
   width: 25%;
   display: inline;
}
table.form input.table-w-small{
	width:50%;
   	display: inline;
}
table.form option{
   width: auto;
}

table.form textarea{
   width: 100%;
}

input[type="button"].button-w-s{
   width: 45%;
}

input[type="button"].button-w-s-gl{
   width: 45%;
}

input[type="button"].button-formback{
   padding:10px !important;
}

input[type="submit"].button-formback{
   padding:10px !important;
}

table.form input[type="radio"],
table.form input[type="checkbox"]{
   width: auto;
   display: inline;
}

table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}

form .button ,form .button-formback{ width:49%; cursor:pointer; line-height:26px;font-weight:bold;margin-right:5px;display:inline-block;  }

body.form form .button ,form .button-formback{ width:40%; }

form .button{
    padding: 10px 10px !important;
}

/* =======================================
   13-4: (sub) sitemap
========================================== */

.page_title{
	padding:10px;
	background-color: #ebf6f8;
}