/*
Theme Name: bpm
Theme URI: http://www.bpm-j.org/
*/


/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
	padding: 3px 5px;
}

div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
} 

div{
  zoom: 100%;
}

/* リセットcssここまで */

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Imagesここまで
-------------------------------------------------------------- */


a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.center{
	text-align: center;
}


.clear{
	clear: both;
}

.right{
	float: right;
}

a:link{
	color: #00896B;
	text-decoration: underline;
}
a:visited{
	color: #00896B;
	text-decoration: underline;
}
a:hover{
	color: #2ea68c;
	text-decoration: none;
}

.sp30{
	padding-bottom: 30px;
}

/* テキスト */

h1{
	background-image: url(common/images/h1_bg.gif);
	background-repeat: no-repeat;
	color: #FFF;
	clear: both;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 1px;
}

h2.seminar{
	float: left;
}

h2.yomimono{
	position: absolute;
	top: -15px;
	left: 15px;
}



h2.title{
	padding:0px 360px 0px 20px;
	width: 600px;
	margin: auto;
	font-size: 36px;
	color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.3;

}


h2.title span{

display: table-cell;
vertical-align: middle;
height: 170px;

}

xh3{
	color: #FFF;
	font-size: 16px;
	background-color: #2fb486;
	padding: 3px 10px 2px 10px;
	font-weight: normal;
	margin-bottom: 20px;
}

h3{
	xcolor: #2fb486;
	font-size: 20px;
	border-bottom: solid 1px #ccc;
	background-image: url(common/images/h3_bg.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

h3.line{
	font-size: 16px;
	border-bottom: solid 1px #CCC;
	padding: 20px 0px 2px 0px;
	font-weight: normal;
	margin-bottom: 20px;
	background: none;
	color: #00896B;
}

h4{
	font-size: 16px;
	padding: 0px 0px 2px 0px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: dotted 2px #abcceb;
	color: #00896B;
}

h4.in{
	font-size: 16px;
	padding: 5px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #FFF;
	background-color: #ffc000;
	text-align: center;
	border: none;
}


.txt_right{
	text-align: right;
}

#mainbody p{
	margin-bottom: 20px;
}

.att{
	color: #ff3366;
	text-indent: -1em;
	margin-left: 1em;
}

.text_red{
	color: #ff3366;
}

.text_small{
	font-size: 80%;
}


.waku_green{
	color: #FFF;
	background-color: #2fb486;
	padding: 5px 10px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align: center;
	font-size: 18px;
}



#mainbody img{
	vertical-align: middle;
}



/* 段組 */

body.in{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 90%;
	color: #333;
	line-height: 1.5;
	background-image:url(common/images/in_bg.jpg);
	background-position: top;
	background-position: 0 50px;
	background-repeat: repeat-x;
}


body.top{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 90%;
	color: #333;
	line-height: 1.5;
	background-image: url(images/bg_top.gif);
	background-position: top;
	background-position: 0 50px;

	background-repeat: repeat-x;
}

.wrapper{
	width: 980px;
	margin: auto;
}

#logo{
	padding: 20px 70px 25px 0;
	float: left;
	margin: 0px;
	height: 54px;
}
#logo img{
	vertical-align: bottom;
}


#logo a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}



.search{
	margin-top: 10px;
	float: right;
}


.searchform{
	width: 200px;
	background: url(common/images/input4.gif) left top no-repeat; 
	display: block;
	height: 24px;
	position: relative;
}

.searchform input{
	padding: 0px;
}
.keywords{
	width: 156px;
	position: absolute;
	left: 12px;
	top: 1px;
	border: 1px solid #FFF;
}
.searchBtn{
	position: absolute;
	top: 3px;
	left: 174px;
}

ul.header_navi{
	list-style: none;
	margin-top: 20px;
}


ul.header_navi li{
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	color: #6e7cbd;
}

ul.header_navi li.none{
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul.header_navi li.nyukai{
	display: block;
	border-left: none;
	text-align: right;
	margin-top: 10px;
}

#leftbody_top{
	width: 220px;
	float: left;
	margin-top: 25px;
	position: absolute;
	top: 584px;
}

#leftbody{
	width: 220px;
	float: left;
}

#leftbody_top ul,
#leftbody ul{
	list-style: none;
	background-color: #FFF;
	box-shadow: 0 1px 5px #eaeaea;
}

#leftbody_top ul li a,
#leftbody ul li a{
	padding: 10px 15px;
	width: 188px;
	display: block;
	text-decoration: none;
	text-align: left;
	border: solid 1px #dbdbdb;
	margin-top: -1px;
	color: #333;
}

#leftbody_top ul li.current_page_item > a,
#leftbody_top ul li.current-menu-ancestor > a,
#leftbody_top ul li.current-menu-item > a,
#leftbody_top ul li.current-menu-parent > a {
	background-color: #6e7cbd;
	color: #FFF;
}
#leftbody ul li.current-post-ancestor > a,
#leftbody ul li.current_page_item > a,
#leftbody ul li.current-menu-ancestor > a,
#leftbody ul li.current-menu-item > a,
#leftbody ul li.current-menu-parent > a {
	background-color: #6e7cbd;
	color: #FFF;
}


#leftbody_top ul li.menu-item-25 a,
#leftbody ul li.menu-item-25 a{
	background-color: #333;
	color: #FFF;
	background-image: url(common/images/home.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 15px 10px 38px;
	width: 165px;
}

#leftbody_top ul li a:hover,
#leftbody ul li a:hover{
	background-color: #6e7cbd;
	text-decoration: none;
	color: #FFF;
}

#leftbody_top ul li.menu-item-home a:hover,
#leftbody ul li.menu-item-home a:hover{
	background-color: #4c4c4c;
	text-decoration: none;
	color: #FFF;
}

/* サイドメニュー開閉 */

#leftbody ul li.current-post-ancestor ul.sub-menu,
#leftbody ul li.current_page_item ul.sub-menu,
#leftbody ul li.current-menu-ancestor ul.sub-menu,
#leftbody ul li.current-menu-item ul.sub-menu,
#leftbody ul li.current-menu-parent ul.sub-menu{
	display: block;
	box-shadow: none;
}

.current-post-ancestor,
.current_page_item,
.current-menu-ancestor,
.current-menu-item,
.current-menu-parent{
	display: block;
}



ul.sub-menu{
	list-style: none;
	display: none;
	box-shadow: none;
	border: solid 1px #dbdbdb;
}

#leftbody ul li ul.sub-menu{
	background-color: #f2f9fb;
}

#leftbody ul li ul.sub-menu li a{
	background-color: #FFF;
	list-style: none;
	text-indent: 1em;
	border: none;
	border: dashed 1px #dbdbdb;
	margin: 7px;
	width: 172px;
	background-image: url(common/images/submenu_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#leftbody ul li ul.sub-menu li a:hover{
	background-color: #abcceb;
	color: #FFF;
	background-image: url(common/images/submenu_bg2.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

#leftbody ul li ul.sub-menu li.current-post-ancestor,
#leftbody ul li ul.sub-menu li.current_page_item,
#leftbody ul li ul.sub-menu li.current-menu-ancestor,
#leftbody ul li ul.sub-menu li.current-menu-item,
#leftbody ul li ul.sub-menu li.current-menu-parent{
	background-color: #abcceb;
	background-image: url(common/images/submenu_bg.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

#leftbody ul li ul.sub-menu li.current-post-ancestor a,
#leftbody ul li ul.sub-menu li.current_page_item a,
#leftbody ul li ul.sub-menu li.current-menu-ancestor a,
#leftbody ul li ul.sub-menu li.current-menu-item a,
#leftbody ul li ul.sub-menu li.current-menu-parent a{
	color: #333;
}


#leftbody_top ul.bnr,
#leftbody ul.bnr{
	list-style: none;
	background-color: #FFF;
	box-shadow: none;
	margin-top: 30px;
	margin-bottom: 30px;
}


#leftbody_top ul.bnr li a,
#leftbody ul.bnr li a{
	padding: 0;
	width: 220px;
	display: block;
	text-decoration: none;
	text-align: left;
	border: none;
	margin-bottom: 10px;
}


#leftbody_top ul.bnr li a:hover,
#leftbody ul.bnr li a:hover{
	background-color: #FFF;
}

#leftbody_top ul.bnr li img,
#leftbody ul.bnr li img{
	box-shadow: 0 1px 5px #eaeaea;
	vertical-align: bottom;
}





.title_bg{
	width: 100%;
	height: 170px;
	background-image: url(common/images/title_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 25px;
}
.contents{
	width: 750px;
	float: right;
}


#mainbody{
	width: 668px;
	float: left;
	margin-left: 30px;
	border: solid 1px #dbdbdb;
	background-color: #FFF;
	padding: 20px 20px 50px 20px;
	box-shadow: 0 1px 5px #eaeaea;
}

.seminar_box{
	width: 720px;
	float: left;
	xbackground-image: url(images/seminar_bg.gif);
	xbackground-repeat: repeat-y;
	margin-top: 25px;
}

dl.seminar{
	float: left;
	width: 208px;
	padding: 10px;
	line-height: 1.4;
	background-color: #FFF;
	margin-left: 10px;
	border: solid 1px #dbdbdb;
}

dl.seminar dt{
	xcolor: #6e7cbd;
	font-size: 16px;
	border-bottom: dashed #ccc 1px;
	padding-bottom: 5px;
	min-height: 107px;
}

dl.seminar dd{
	font-size: 14px;
	padding-top: 5px;
}

dl.seminar a:link{
	color: #00896B;
	text-decoration: none;
}
dl.seminar a:visited{
	color: #00896B;
	text-decoration: none;
}
dl.seminar a:hover{
	color: #2ea68c;
	text-decoration: underline;
}




.seminar_widebg{
	width: 100%;
	background-image: url(common/images/footer_bg.gif);
	background-repeat: repeat;
	clear: both;
	padding-bottom: 10px;
}


.seminar_listbg{
	clear: both;
	width: 100%;
	background-color: #f8f9f8;
	margin-bottom: 30px;
}

.seminar_list{
	text-align: right;
	clear: both;
	padding: 5px 0;
}




/* スライドバナー */

.slidebnr_bg{
	width: 710px;
	margin-left: 40px;
	background-color: #f1f2f3;
	padding: 25px 0px 20px 0px;
	clear: both;
	margin-bottom: 20px;
	position: relative;
}

.anyClass{
	width: 660px;
	float: left;
}

.anyClass ul{
	list-style: none;
}

.anyClass ul li{
	padding: 0px 5px;
	float: left;
}

.anyClass ul li img{
	vertical-align: bottom;
}


.prev{
	float: left;
	margin-top: 60px;
}

.next{
	margin-top: 60px;
	float: right;
}

.pagetop{
	clear: both;
	text-align: right;
	padding: 100px 0 20px 0;
}

#footer{
	border-top: solid 1px #dbdbdb;
	background-image: url(common/images/footer_bg.gif);
	background-repeat: repeat;
	padding: 15px 0;
}

#footer ul{
	list-style: none;
}

#footer ul li{
	display: inline;
	margin-right: 10px;
	border-right: 1px solid #6e7cbd;
	padding-right: 10px;
	color: #6e7cbd;
}

#footer ul li.none{
	border-right: none;
}

.policy{
	text-align: center;
	clear: both;
	padding: 30px 0 0 0;
	font-size: 12px;
}

.copy{
	text-align: center;
	color: #6e7cbd;
	padding: 5px 0 20px 0;
}


h2.entry-title{
	font-size: 20px;
	color: #6e7cbd;
	font-weight: normal;
	background-image: url(common/images/h1_bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

h2.page-title{
	font-size: 20px;
	color: #6e7cbd;
	font-weight: normal;
	background-image: url(common/images/h1_bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

/* ぱんくず */

.bread_crumb {
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 700px;
}
.bread_crumb li {
	display: inline;
	background-image: none;
	padding-left: 5px;
}

.bread_crumb li:after {
    content : '>';
    padding-left:10px;
    margin-right:10px;
}
.bread_crumb li:last-child:after {
    content : '';
}

/* テーブル装飾 */


#mainbody table{
	border-collapse: collapse;
	margin-bottom: 30px;
}

#mainbody table td{
	padding: 10px;
	border: 1px solid #ccc;
}

#mainbody table th{
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	text-align: left;
	font-weight: normal;
}

.tbl{
	border-collapse: collapse;
	margin-bottom: 30px;
}

.tbl td{
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #FFF;
}

.tbl th{
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	text-align: left;
	font-weight: normal;
	width: 100px;

}

#mainbody table.excerpt{
	border-collapse: collapse;
	margin-bottom: 30px;
}

#mainbody table.excerpt td{
	padding: 2px 5px;
	xcolor: #2fb486;
	border: none;
}

#mainbody table.excerpt th{
	padding: 2px 5px;
	border: none;
	background-color: #2fb486;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	vertical-align: middle;

}



/* リスト */

#mainbody ul li{
	margin-left: 20px;
}

#mainbody ul.dot{
	list-style: none;
}

#mainbody ul.dot li{
	list-style: none;
	border-bottom: dashed 1px #CCC;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

#mainbody ul.list{
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 15px;
}

#mainbody ul.list li{
	padding-bottom: 5px;
	margin-left: 0px;	
}

#mainbody ul.listnone{
	list-style: none;
	margin-bottom: 15px;
}

#mainbody ul.listnone li{
	padding-bottom: 5px;
	text-indent: -1em;
	margin-left: 1em;
	xmargin-left: 0px;
}

ul.sima{
	list-style: none;
	margin-bottom: 15px;
}

#mainbody ul.sima li{
	padding: 7px;
	border-bottom: dashed 1px #dbdbdb;
	margin-left: 0px;	
}

#mainbody ul.sima li:nth-child(even){
background:#f2f9fb;
}

table ul.list{
	margin-bottom: 0;
}

ol{
	padding-left: 25px;
	margin-bottom: 15px;
}

ol li{
	padding-bottom: 5px;	
}

table ol{
	margin-bottom: 0;
}


dl.indent dt{
	float: left; 
	margin: 0px 10px 0px 0px; 
	clear:both;
	padding: 0px 0px 10px 0;
}
   
dl.indent dd{
	margin: 0px 0px 0px 80px;
	padding: 0px 0px 10px 0;
}

.waku{
	border: solid 1px #dbdbdb;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	background-color: #f5f7f7;
}

ul.word{
	list-style: none;
	margin-bottom: 30px;
}

ul.word li{

	padding: 10px 0px 10px 0px;
	white-space:nowrap;

}

.dot_waku{
	border: dotted 2px #ffcc00;
	padding: 10px 10px 0px 10px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #feffdc;
	margin-top: 50px;
	text-align: center;
}

.button a{
	padding: 5px 5px 3px 15px;
	display: block;
	background-color: #ffc000;
	border: solid #ffd615 1px;
	width: 130px;
	text-align: center;
	font-size: 16px;
	margin: auto;
	margin-bottom: 10px;
	clear: both;
}

.button_l a{
	padding: 5px 5px 3px 15px;
	display: block;
	background-color: #ffc000;
	border: solid #ffd615 1px;
	width: 250px;
	text-align: center;
	font-size: 16px;
	margin: auto;
	margin-bottom: 10px;
	clear: both;
}

.button a:link,
.button_l a:link{
	color: #FFF;
	text-decoration: none;
}
.button a:visited,
.button_l a:visited{
	color: #FFF;
	text-decoration: none;
}
.button a:hover,
.button_l a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #ffe04f;
}

dl.contact{
	border-bottom: dashed 1px #CCC;
	margin-bottom: 10px;
	overflow: hidden;
}

dl.contact dt{
	float: left;
	width: 250px;
	margin: 0px 10px 0px 0px; 
	clear:both;
	padding: 0px 0px 10px 0;
}
   
dl.contact dd{
	xwidth: 400px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0;
}



dl.list{
	border-bottom: dashed 1px #CCC;
	margin-bottom: 10px;
}

dl.list dt{
	float: left; 
	margin: 0px 10px 0px 0px;
	clear:both;
	padding: 0px 0px 10px 0;
	color: #6e7cbd;
}

dl.list dt span{
	font-size: 10px;
}
   
dl.list dd{
	margin: 0px 0px 0px 150px;
	padding: 0px 0px 10px 0;
}


dl.list a:link,
#header a:link,
#footer a:link{
	color: #333;
	text-decoration: none;
}
dl.list a:visited,
#header a:visited,
#footer a:visited{
	color: #333;
	text-decoration: none;
}
dl.list a:hover,
#header a:hover,
#footer a:hover{
	color: #2ea68c;
	text-decoration: underline;
}

.box2_l{
	width: 300px;
	float: left;
	border: solid 1px #dbdbdb;
	padding: 10px;
	margin-bottom: 20px;	
}

.box2_r{
	width: 300px;
	float: right;
	border: solid 1px #dbdbdb;
	padding: 10px;
	margin-bottom: 20px;	
}

dl.box2 dt{
	font-size: 16px;
	color: #FFF;
	background-color: #2fb486;
	text-align: center;	
	margin-bottom: 10px;
	padding: 5px;
}

dl.box2 dt a:link{
	color: #FFF;
	text-decoration: none;
}
dl.box2 dt a:visited{
	color: #FFF;
	text-decoration: none;
}
dl.box2 dt a:hover{
	color: #FFF;
	text-decoration: underline;
}





/* BPMとは */


dl.case dt{
	float: left;
	width: 100px;
	margin: 0px 10px 10px 0px; 
	clear:both;
	padding: 5px 10px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
   
dl.case dd{
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
}

dl.q{
	border-bottom: solid #cfdbed 2px;
	margin: 30px 0 20px 0;
	padding-bottom: 10px;
	clear: both;
}


dl.q dt{
	color: #FFF;
	font-size: 20px;
	color: #FFF;
	float: left;
	text-align: center;
	width: 60px;
	clear: both;
	background-color: #6e7cbd;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	z-index: 0;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


dl.q dt:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 5px 20px;
	border-color: transparent transparent transparent #6e7cbd;
}


dl.q dd{
	margin: 0px 0px 0px 80px;
	font-size: 16px;
	color: #6e7cbd;
	xfont-weight: bold;
	
}



dl.a dt{
	color: #FFF;
	font-size: 20px;
	color: #FFF;
	float: left;
	text-align: center;
	width: 60px;
	clear: both;
	background-color: #abcceb;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	z-index: 0;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

dl.a dt:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 5px 20px;
	border-color: transparent transparent transparent #abcceb;
}



dl.a dd{
	margin: 0px 0px 30px 80px;
}






/* BPMのサービス */

.waku_bgnone{
	border: solid 1px #dbdbdb;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fffeeb;
}

.service_lbox{
	float: left;
	width: 277px;

}

.service_rbox{
	float: right;
	width: 277px;
}

ol.service {
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
}
ol.service li {
	padding: 5px 10px 10px 10px;
	background-color: #f5f7f7;
	margin-bottom: 5px;
	border: solid #dbdbdb 1px;
	cursor: pointer;

}
ol.service li.blue {
	padding: 10px;
	background-color: #939fd2;
	margin-bottom: 10px;
	color: #FFF;
}
ol.service li.blue2 {
	xwidth: 255px;
	padding: 10px;
	background-color: #939fd2;
	margin-bottom: 10px;
	color: #FFF;
	margin-left: 0px;
	padding-left: 55px;
    text-indent: -45px;
}
ol.service li.orange {
	padding: 5px 10px 10px 10px;
	background-color: #fff9b1;
	padding-left: 55px;
    text-indent: -45px;

}
ol.service li.arrow {
	padding: 0px;
	background: none;
	margin-bottom: 5px;
	text-align: center;
	border: none;
	cursor: default;
}
ol.service li.arrow_l {
	padding: 0px;
	background: none;
	margin-bottom: 5px;
	text-align: center;
	border: none;
	cursor: default;
	width: 277px;
}
ol.service li.arrow_r {
	padding: 0px;
	background: none;
	margin-bottom: 5px;
	border: none;
	cursor: default;
	width: 277px;
	text-align: center;
}
ol.service li span {
	font-size: 30px;
	color: #6e7cbd;
	font-family: "Times New Roman", Times, serif;
}

ol.service li.blue span,
ol.service li.blue2 span{
	font-size: 30px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
ol.service li ul {
	list-style: none;
	margin-left: 25px;
}
ol.service li ul li {
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
	xcolor: #0ea7a7;
}
ol.service li:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
ol.service li {
	zoom: 100%;
}
.phase {
	float: left;
}
dl.price {
	background-color: #FFF;
	border: solid #ccc 1px;
	xpadding: 10px;
	margin: 10px 0 20px 0;
	clear: both;
}
dl.price dt {
	float: left;
	clea: both;
	background-color: #ff5978;
	color: #FFF;
	padding: 10px;

}
dl.price dd {
	margin: 0 0 0 120px;
	padding: 10px;
}
/* ツールチップ */

abbr {
	cursor: pointer;
}
div#tooltip {
	color: #fff;
	background: #111;
	position: absolute;
	z-index: 100;
	padding: 10px;
}
div#tooltip:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #111;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	visibility: visible;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}



.button a{
	padding: 5px 5px 3px 15px;
	display: block;
	background-color: #ffc000;
	border: solid #ffd615 1px;
	width: 130px;
	text-align: center;
	font-size: 16px;
	margin: auto;
	margin-bottom: 10px;
	clear: both;
}

.button_l a{
	padding: 5px 5px 3px 15px;
	display: block;
	background-color: #ffc000;
	border: solid #ffd615 1px;
	width: 250px;
	text-align: center;
	font-size: 16px;
	margin: auto;
	margin-bottom: 10px;
	clear: both;
}

.button a:link,
.button_l a:link{
	color: #FFF;
	text-decoration: none;
}
.button a:visited,
.button_l a:visited{
	color: #FFF;
	text-decoration: none;
}
.button a:hover,
.button_l a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #ffe04f;
}

.pdca{
	float: left;
	margin-top: -1px;
}

/*chromeだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .pdca {
	float: left;
	margin-top: 0px;
  }
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .pdca {
	float: left;
	margin-top: 0px;
  }
}



dl.box4_blue{
	width: 139px;
	float: left;
	margin-right: 8px;
	background-color: #fafcff;
	border: solid #CCC 1px;
	padding: 5px;
	min-height: 180px;
	margin-bottom: 10px;
}

dl.box4_blue dt{
	background-color: #2a74e1;
	border: solid #CCC 1px;
	color: #FFF;
	text-align: center;
	padding: 3px;
	font-size: 16px;
}

dl.box4_blue dd{
	font-size: 80%;
	padding: 3px;
}

dl.box4_orange{
	width: 139px;
	float: left;
	margin-right: 8px;
	background-color: #fffeeb;
	border: solid #CCC 1px;
	padding: 5px;
	min-height: 180px;
	margin-bottom: 10px;
}

dl.box4_orange dt{
	background-color: #f6a60d;
	border: solid #CCC 1px;
	color: #FFF;
	text-align: center;
	padding: 3px;
	font-size: 16px;
}

dl.box4_orange dd{
	font-size: 80%;
	padding: 3px;
}

dl.box4_red{
	width: 139px;
	float: left;
	margin-right: 8px;
	background-color: #fff6f6;
	border: solid #CCC 1px;
	padding: 5px;
	min-height: 180px;
	margin-bottom: 10px;
}

dl.box4_red dt{
	background-color: #ff4848;
	border: solid #CCC 1px;
	color: #FFF;
	text-align: center;

	padding: 3px;
	font-size: 16px;
}

dl.box4_red dd{
	font-size: 80%;
	padding: 3px;
}

dl.box4_green{
	width: 137px;
	float: left;
	margin-right: 0px;
	background-color: #f6fffc;
	border: solid #CCC 1px;
	padding: 5px;
	min-height: 180px;
	margin-bottom: 10px;
}

dl.box4_green dt{
	background-color: #2fb486;
	border: solid #CCC 1px;
	color: #FFF;
	text-align: center;
	padding: 3px;
	font-size: 16px;
}

dl.box4_green dd{
	font-size: 80%;
	padding: 3px;
}




.info_new{
	position: relative;
	display: inline-block;
	padding: 0;
	width: 33px;
	height: 33px;
	color: #F6F6F6;
	line-height: 33px;
	text-align: center;
	background: #ff3366;
	z-index: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 10px;
	margin-right: 10px;
}
.info_new:after {
	content: "";
	position: absolute;
	top: 50%; right: -3px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ff3366;
	z-index: -1;
}

.importantly{
  clear: both;
  margin-bottom: 7px;
  color: #FF2629;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
}

.importantly a:link,
.importantly a:visited{
    color: #00896B !important;
    text-decoration: underline !important;
}