@charset "UTF-8";

body {
    font:15px 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #111;
	line-height: 1.6;
	background: #fff;
}

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

a:hover {
color: #004B9A;
text-decoration: underline;
}

a:visited {
color: #0076BF;
text-decoration: none;
}

a:active {
color: #5FBCEB;
text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ------------------------------------------
                   HEADER
------------------------------------------ */

#globalnavi-ver3 {
width: 100%;
height: 40px;
background: #111;
color: #fff;
}

#globalnavi-ver3 .inner {
max-width: 980px;
height: 40px;
margin: 0 auto;
line-height: 40px;
}

#globalnavi-ver3 .inner h1 {
width: 57px;
float: left;
padding-top: 10px;
margin-right: 1.4em;
line-height: 100%;
}

#globalnavi-ver3 .inner ul {
font-size: 86%;
}

#globalnavi-ver3 .inner ul li {
display: inline-block;
float: left;
}

#globalnavi-ver3 .inner ul li a {
display: inline-block;
padding: 0 1.4em;
color: #fff;
background: url(/share/images/globalnavi-ver3-bd.png) no-repeat right;
}

#globalnavi-ver3 .inner ul li a:hover {
background: #555;
text-decoration: none;
}

#globalnavi-ver3 .inner ul li a:active {
background: #666;
}

#globalnavi-ver3 .inner ul li.current a {
background: #555;
color: #fff;
text-shadow: 1px 1px 2px #111; 
}



#globalnavi-ver4 {
overflow: hidden;
width: 100%;
height: 45px;
background: #111;
color: #fff;
}

#globalnavi-ver4 .inner {
max-width: 980px;
height: 45px;
margin: 0 auto;
line-height: 45px;
}

#globalnavi-ver4 .inner #header-logoarea {
width: 57px;
float: left;
padding-top: 9px;
margin-right: 1.4em;	
}

#globalnavi-ver4 .inner #header-logoarea h1 img {
	width: 57px;
	height: 32px;
}

#globalnavi-ver4 .inner ul {
font-size: 86%;
}

#globalnavi-ver4 .inner ul li {
display: inline-block;
float: left;
}

#globalnavi-ver4 .inner ul li a {
display: inline-block;
padding: 0 1.2em;
color: #fff;
font-size: 93%;
background: url(/share/images/globalnavi-ver3-bd.png) no-repeat right;
}

#globalnavi-ver4 .inner ul li a:hover {
background: #555;
text-decoration: none;
}

#globalnavi-ver4 .inner ul li a:active {
background: #666;
}

#globalnavi-ver4 .inner ul li.current a {
background: #555;
color: #fff;
text-shadow: 1px 1px 2px #111; 
}

#globalnavi-ver4 .inner nav {
	width: 730px;
	float: left;
}

#header-search {
	width: 170px;
	float: right;
	text-align: right;
}

#header-search form {
	height: 25px;
	padding-top: 9px;
}

#header-search form input {
	display: block;
	float: right;
}

#header-search input[type="text"] {
    position: relative;
    left: 5px;
	width: 50px;
	height: 27px;
	line-height: 25px;
	border: none;
	padding: 0 5px;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	color: #aaa;
    z-index: 0;
}

#header-search input[type="text"]:focus {
	color: #111;
}

#header-search button {
    position: relative;
	display: block;
	width: 30px;
	height: 27px;
	line-height: 25px;
	float: right;
	border: none;
	cursor: pointer;
	background: #e1e1e1;
	border-left: solid 1px #d1d1d1;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
    z-index: 10;
}

#header-search button:hover {
	background: #e9e9e9;
}

#header-search button span {
	display: block;
	width: 14px;
	height: 14px;
	background: url(/share/images/header-search-btn.png) no-repeat;
	text-indent: -9999px;
}

#responsive-menu-btn {
	display: none;
}

.none-header-bottom #mainvisual {
    margin-top: 0px !important;
}

/* ------------------------------------------
                   LAYOUT
------------------------------------------ */

.mainvisual_dummy {
	width: 100%;
	padding: 50px 0;
	font-size: 2em;
	text-align: center;
	color: #fff;
	background: #555;
}

#content {
	width:100%;
	margin-bottom: 2rem;
	margin: 0 auto;
}

#content section {

}

.none-mainvisual {
    margin-top: 50px !important;
}

/* COL-1
------------------------------------------ */

article {
	width: 100%; 
}

.content_col1 section {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 2rem auto;
}

.content_col1 section.width100 {
	max-width: 100%;
}

.content_col1 section.dummy {
	background: #f9f9f9;
}

.content_col1 section.width100 .inner {
	max-width: 980px;
	padding: 15px 0;
	margin: 0 auto;
}

/* COL-2
------------------------------------------ */

.content_col2 .content_inner {
	max-width: 980px;	
	margin: 0 auto 3rem auto;
}

.content_col2 article {
	max-width: 750px;
	float: left;
}

.content_col2 article section {
	width: 100%;
	margin-bottom: 2rem;
}

.content_col2 article#blog h2 {
font-size: 2.1em;
}

.content_col2 article#blog h2,
.content_col2 article#blog h3 {
font-weight: bold;
}

.content_col2 aside {
	width: 200px;
	float: right;
}

.content_col2 aside section {
	width: 100%;
	margin-bottom:  1.5rem;	
}

#content aside section h1 {
	padding: 0.5rem;
    margin-bottom: 0;
	background:  #107FC3;
    color: #FFFFFF;
	font-weight: normal;
	text-align: center;
    font-size: 1rem;
}

.content_col2 aside section nav {
}

.content_col2 aside section nav li {
	border-bottom: 1px dotted #000000;
	font-size: 86%;
}

.content_col2 aside section nav li {
	display: block;
    padding: 0.8rem 0.5rem 0.8rem 1.2rem;
	background: url("/share/images/arrow_local_mt01.gif") no-repeat left center #F8F8F8;
}

.content_col2 aside section nav#banners li {
	padding: 0;
	margin-bottom: 1rm;
	background: none;
   
}

.content_col2 section.width100 {
	max-width: 100%;
}

.content_col2 section.width100 .inner {
	max-width: 980px;
	padding: 15px 0;
	margin: 0 auto;
}

.content_col2 section.width100 .inner p {
	margin-bottom: 1rem;	
}




/* GRID
------------------------------------------ */

.grid-guide {
    background: none repeat scroll 0 0 rgba(220, 220, 220, 0.3);
	padding: 1em 0;
	text-align: center;
}

.col {
    float: left;
    margin-left: 4%;
}

.col:first-of-type {
    margin-left: 0;
}

.col-group {
	margin-bottom: 3.3rem;	
}

.col-1 {
    border-left-width: 0;
    margin-left: 2%;
    width: 6.5%;
}

.col-2 {
    border-left-width: 0;
    margin-left: 2%;
    width: 15%;
}

.col-3 {
    border-left-width: 0;
    margin-left: 2%;
    width: 23.5%;
}

.col-4 {
    border-left-width: 0;
    margin-left: 2%;
    width: 32%;
}

.col-5 {
    border-left-width: 0;
    margin-left: 2%;
    width: 40.5%;
}

.col-6 {
    border-left-width: 0;
    margin-left: 4%;
    width: 48%;
}

.col-7 {
    border-left-width: 0;
    margin-left: 2%;
    width: 57.5%;
}

.col-8 {
    border-left-width: 0;
    margin-left: 2%;
    width: 66%;
}

.col-9 {
    border-left-width: 0;
    margin-left: 2%;
    width: 74.5%;
}

.col-10 {
    border-left-width: 0;
    margin-left: 2%;
    width: 83%;
}

.col-11 {
    border-left-width: 0;
    margin-left: 2%;
    width: 91.5%;
}

.col-12 {
    margin-left: 0;
    width: 100%;
}

/* ------------------------------------------
                  TYPOGRAPHY
------------------------------------------ */

.ming {
	font-family:"驛｢譎上・・主ｸｷ・ｹ・ｧ繝ｻ・ｮ驛｢譎丞徐郢晢ｽｻ髫ｴ蟷｢・ｿ・ｽ Pro W6", "Hiragino Mincho Pro", "HGS髫ｴ荳槫徐隰斐え", "郢晢ｽｻ繝ｻ・ｭ郢晢ｽｻ繝ｻ・ｳ 郢晢ｽｻ繝ｻ・ｰ髫ｴ荳槫徐隰費ｿｽ", serif;	
}

#content h1 {
	margin: 0 0 1.3rem;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.2;
}

#content h2 {
	margin: 0 0 1rem;
	font-size: 1.57rem;
	line-height: 1.2;
	font-weight: normal;
}

#content h3 {
	margin: 0 0 1rem;
    font-size: 1.46rem;
	line-height: 1.2;
	font-weight: normal;
}

#content h4 {
    margin-bottom:1rem;
	font-size: 1.34rem;
	line-height: 1.2;
	font-weight: normal;
}

#content h5 {
    margin-bottom:1rem;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: normal;
}

#content h1.section-ttl {
	padding: 0.8rem 0;
	text-align: center;
	border: none;
	font-size: 2.4rem;
	font-weight: normal;
}

#content h1.hline {
    position: relative;
}

#content h1.hline:before {
    content: "";
    display: block;
    border-top: solid 1px #999;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

#content h1.hline span {
    background: #fff;
    padding: 0 0.5em;
    position: relative;
    z-index: 5;
}

#content h1.ttl-border-arrow {
position: relative;
margin-bottom: 0.7em;
border-bottom: solid 1px #999;
}

#content h1.ttl-border-arrow:before {
content: '';
position: absolute;
border-top: 20px solid #999;
border-right: 20px solid transparent;
border-left: 20px solid transparent;
bottom: -20px;
left: 50%;
margin-left: -20px;
}

#content h1.ttl-border-arrow:after {
content: '';
position: absolute;
border-top: 19px solid #fff;
border-right: 19px solid transparent;
border-left: 19px solid transparent;
bottom: -18px;
left: 50%;
margin-left: -19px;
}

article h1.none-main {
	padding: 2.2rem 0 0.8rem 0;
}

article h2.section-subttl {
	padding: 0.8rem 0 0.4rem 0;
	text-align: center;
	border: none;
	font-size: 1.6rem;
	font-weight: normal;
}

#content pre {
padding: 1em;
margin-bottom: 2em;
border: solid 1px #e9e9e9;
background: #f9f9f9;
}

/* ------------------------------------------
                  STYLES
------------------------------------------ */

article p, article ul, article ol, article dl, article table {
    line-height: 1.5;
    margin: 0 0 1rem;
    word-break: break-all;
}

article blockquote {
	margin-bottom: 1rem;
	padding: 1rem;
	border: solid 1px #dfdfdf;	
	background: #f9f9f9;
}

article ol {
	margin-bottom: 1rem;
	list-style-position: inside;	
}

article ol ol {
	padding-left: 2rem;
	margin-bottom: 0;
}

article ul li {
	padding-left: 0.8em;
	margin-bottom: 0.5rem;
	background: url("/share/images/icon_ul_nolink.gif") no-repeat 0 0.4rem;	
}

article ul li ul {
	margin-bottom: 0;
	padding-left: 0.5em;
}

article dl {
	margin-bottom: 1rem;
}

article dl dt {
	padding-left: 1.2rem;
	margin-bottom: 0.3rem;
	font-weight: bold;
	background: url("/share/images/icon_dl_mt.gif") no-repeat 0 0.5rem;
}

article dl dd {
	padding-left: 1.2rem;
	margin-bottom: 1rem;
}

article table {
	width: 100%;
	border-left: solid 1px #D5E4F2;
	border-top: solid 1px #D5E4F2;
}

article table caption {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

article table th {
	padding: 0.5rem;
	border-right: solid 1px #D5E4F2;
	border-bottom: solid 1px #D5E4F2;
	vertical-align: middle;
	background: #0076BF;
	color: #fff;
}

article table th a:link {
	color: #fff;
	text-decoration: underline;
}

article table th a:hover {
	text-decoration: none;
}

article table th a:visited {
	color: #fff;	
}

tr:nth-child(even) {
 	background: #f9f9f9;
}

article table td {
	padding: 0.7rem;
	border-right: solid 1px #D5E4F2;
	border-bottom: solid 1px #D5E4F2;
	vertical-align: middle;
}

article table td.ttl {
	font-weight: bold;
	border-bottom: solid 1px #fff;
	background: #D9EBF5;	
}

article table tfoot td {
	text-align: center;	
}

article table tfoot {
	background: ;	
}

article table tfoot td.ttl {
	text-align: left;	
}

article form {
	margin-bottom: 2rem;	
}

.links {
	
}

.links a {
	display: block;
	padding: 0.4rem 0.5rem 0.4rem 1.5rem;
	background: #f9f9f9 url(/movabletype/images/icon_arrow_mt.png) no-repeat left;	
	border: solid 1px #e9e9e9;
}

.links a:hover {
	background: #f3f3f3 url(/movabletype/images/icon_arrow_mt.png) no-repeat left;	
}

.links a:active {
	border: solid 1px #ccc;
	background: #fff url(/movabletype/images/icon_arrow_mt.png) no-repeat left;	
}

#content-bottom {
	margin-bottom: 0;
	border-top: solid 1px #e9e9e9;
	background: #f9f9f9;
}

#content-bottom p {
	text-align: center;	
}

#content-bottom .inner {
	padding: 2.4rem 0 2.8rem 0;	
}

#content-bottom .col-group {
	margin-bottom: 0;	
}

#content-bottom .btn {
	width: 100%;
	min-width: 120px;
}

#content-bottom-mtjp {
    padding-top: 2em; 
    margin-bottom: 0;
	background: linear-gradient(#1F61A6, #1F73C7);	
	color: #fff;
}
                                
#content-bottom-mtjp .inner {  
    min-height: 205px;
    padding-top: 0;
    background: url(/movabletype/images/bg-content-bottom-mtjp.png) no-repeat left bottom;                            
}

.content-bottom-mtjp-body {
    width: 710px;
    float: right;
}

#content-bottom-mtjp h1 {
margin-bottom: 0.3em;
padding-top: 0.2em;
font-size: 1.8em;
}

#content-bottom-mtjp p {
margin-bottom: 2em;
font-size: 92%;
}

#content-bottom-mtjp ul {
text-align: right;
}

#content-bottom-mtjp ul li {
display: inline-block;
list-style: none;
background: none;
width: 40%;
}

#content-bottom-mtjp ul li a {
width: 100%;
box-sizing: border-box;
}

/* ------------------------------------------
                    FORM
------------------------------------------ */

article textarea, article input[type="text"], article [type="password"], article input[type="datetime"], article input[type="datetime-local"], article input[type="date"], article input[type="month"], article input[type="time"], article input[type="week"], article input[type="number"], article input[type="email"], article input[type="url"], article input[type="search"], article input[type="tel"], article input[type="color"], article .uneditable-input {
	display: inline-block;
	padding: 7px 5px;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	font-size: 1rem;
}

article textarea:focus,article input[type=text]:focus,article input[type=password]:focus,article input[type=datetime]:focus,article input[type=datetime-local]:focus,article input[type=date]:focus,input[type=month]:focus,article input[type=time]:focus,input[type=week]:focus,article input[type=number]:focus,article input[type=email]:focus,input[type=url]:focus,article input[type=search]:focus,article input[type=tel]:focus,article input[type=color]:focus,article .uneditable-input:focus{
	border-color:#138e9f;
	outline:0;
	outline:thin dotted \9;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.1),0 0 8px rgba(118,224,239,.8);
}

input[type="radio"],input[type="checkbox"] {
	position: relative;
	top: -0.13rem;
	margin-right: 0.5rem;
	margin-left: 1rem;
}

.btn {
	display: inline-block;
	background: #2A55A2;
	background: -webkit-linear-gradient(top, #2A55A2, #254A8B);
    background-image: linear-gradient(#2A55A2 0px, #254A8B 100%);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 0.2rem;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: pointer;
    margin: 0;
    padding: 0.3rem 1.5rem;
    text-align: center;
    transition: all 0.2s ease-out 0s;
	font-size: 100%;
}

.btn:hover {
	background: #254A8B;
	background: -webkit-linear-gradient(top, #254A8B, #2A55A2);
	background-image: linear-gradient(#16418D 0px, #113779 100%);
	text-decoration: none;
}

.btn:active {
	background: -webkit-linear-gradient(top, #2A55A2, #254A8B);
	background-image: linear-gradient(#113779 0px, #16418D 100%);		
}

.btn-large {
	padding: 1rem 3rem;	
}

.btn-primary {
	background: #F01952;
	background: -webkit-linear-gradient(top, #F01952, #DC1348);
	background-image: linear-gradient(#F01952 0px, #DC1348 100%);	
}

.btn-primary:hover {
	background: #DC1348;
	background: -webkit-linear-gradient(top, #DC1348, #F01952);
	background-image: linear-gradient(#DB053E 0px, #CA0035 100%);	
}

.btn-primary:active {
	background: -webkit-linear-gradient(top, #F01952, #DC1348);
	background-image: linear-gradient(#CA0035 0px, #DB053E 100%);	
}

.btn-secondary {
	background: #FF8400;
	background: -webkit-linear-gradient(top, #FF8400, #EF7B00);
	background-image: linear-gradient(#FF8400 0px, #EF7B00 100%);	
}

.btn-secondary:hover {
	background: #EB7000;
	background: -webkit-linear-gradient(top, #EB7000, #DC6700);
	background-image: linear-gradient(#EB7000 0px, #DC6700 100%);	
}

.btn-secondary:active {
	background: -webkit-linear-gradient(top, #FF8400, #EF7B00);
	background-image: linear-gradient(#DC6700 0px, #EB7000 100%);	
}
                                        
.btn-gray {
    color: #111 !important;                                   
	background: #FEFEFE;
	background: -webkit-linear-gradient(top, #FEFEFE, #DCDCDC);
	background-image: linear-gradient(#FEFEFE 0px, #DCDCDC 100%);	
}

.btn-gray:hover {
	background: #DCDCDC;
	background: -webkit-linear-gradient(top, #DCDCDC, #FEFEF);
	background-image: linear-gradient(#DCDCDC 0px, #FEFEF 100%);	
}

.btn-gray:active {
	background: -webkit-linear-gradient(top, #FEFEFE, #DCDCDC);
	background-image: linear-gradient(#FEFEFE 0px, #DCDCDC 100%);		
}

.btn-normal {
	color: #111;
	background-image: linear-gradient(#fff 0px, #e9e9e9 100%);	
}

.btn-normal:hover {
	background-image: linear-gradient(#f9f9f9 0px, #d9d9d9 100%);	
}

.btn-normal:active {
	background-image: linear-gradient(#d9d9d9 0px, #f9f9f9 100%);	
}

.btn-lekumo {
	background: #6E4D87;
	background: linear-gradient(#755292, #6E4D87);	
}

.btn-lekumo:hover {
	background: #5C3A76;
	background: linear-gradient(#69448A, #5C3A76);	
}

.btn-lekumo:active {
	background: #6E4D87;
	background: linear-gradient(#5C3A76, #69448A);	
}

.btn-net {
    background: #02B290;
    background: linear-gradient(#02B290, #00A784);
}

.btn-net:hover {
    background: #00A784;
	background: linear-gradient(#00A784, #00A17F);
}

.btn-net:active {
	background: -webkit-linear-gradient(top, #02B290, #00A784);
	background: linear-gradient(#02B290, #00A784);	
}
                                        
.btn-paypal {
	padding: 1rem 0.3rem;
    letter-spacing: -1px;
}

.btn-solution {
	padding: 0;
	height: 3.5rem;
}

.btn-solution span {
	padding: 1rem 0 1rem 38px;
	background: url(/movabletype/images/icon-btn-slution.png) no-repeat left;	
	line-height: 3.5rem;
}

.btn-trial,.btn-cart,.btn-document,.btn-list,.btn-rss,.btn-mail {
	padding: 0;
	height: 3.5rem;
}

.btn-trial span {
	padding: 1rem 0 1rem 32px;
	background: url(/movabletype/images/icon-btn-trial.png) no-repeat left;	
	line-height: 3.5rem;
}

.btn-cart span {
	padding: 1rem 0 1rem 40px;
	background: url(/movabletype/images/icon-btn-cart.png) no-repeat left;	
	line-height: 3.5rem;
}

.btn-document span {
	padding: 1rem 0 1rem 25px;
	background: url(/movabletype/images/icon-btn-document.png) no-repeat left;	
	line-height: 3.5rem;
}

.btn-list span {
	padding: 1rem 0 1rem 30px;
	background: url(/movabletype/images/icon-btn-list.png) no-repeat left;	
	line-height: 3.5rem;
}

.btn-rss span {
	padding: 1rem 0 1rem 30px;
	background: url(/movabletype/images/icon-btn-rss.png) no-repeat left;	
	line-height: 3.5rem;
}

.btn-mail span {
	padding: 1rem 0 1rem 34px;
	background: url(/movabletype/images/icon-mail.png) no-repeat left;	
	line-height: 3.5rem;
}


.input-mini {
    width: 4.236rem;
}

.input-small {
    width: 6.854rem;
}

.input-medium {
    width: 11.089rem;
}

.input-large {
    width: 17.942rem;
}

.input-xlarge {
    width: 25.561rem;
}

.input-xxlarge {
    width: 33.267rem;
}

select {
	padding: 3px 7px;
	border: solid 1px #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	font-size: 1rem;
}

.btngroup {
	text-align: center;	
}

.btngroup .btn {
	margin-right: 0.6rem;	
}

.newsletter-box {
	padding: 2rem 2rem 0.5rem 2rem;
	border: solid 1px #e9e9e9;
	background: #f9f9f9;
	text-align: center;	
}

#mailform {
	padding: 1rem;
	border: solid 1px #e9e9e9;
	background: #f9f9f9;
}

#mailform .inputrow {
	padding: 0.7rem 0;
	border-bottom: solid 1px #e9e9e9;
	border-top: solid 1px #fff;
}

#mailform .submitbox {
	padding: 0.7rem 0 0 0;
	border-top: solid 1px #fff;
	text-align: center;
}

#mailform .inputrow-first {
	padding-top: 0;
	border-top: none;
}

#mailform .labelbox {
	display:block;
	width: 40%;
	float: left;
	text-align: right;
}

#mailform .labelbox label {
	display: block;
	padding-right: 1rem;	
}

#mailform .inputbox {
	width: 60%;
	float: right;
}

#mailform .input-label {
	padding-top: 0.3rem;	
}

.required {
	color: #F01952;	
}

#mailform textarea {
	width: 33.267rem;
	height: 8rem;
}

fieldset legend {
    display: none;
}

#w2-submit-btn input[type="submit"] {
	display: inline-block;
	background-image: -webkit-gradient(#2A55A2 0px, #254A8B 100%);
    background-image: linear-gradient(#2A55A2 0px, #254A8B 100%);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 0.2rem;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: pointer;
    margin: 0;
    padding: 1rem 3rem;	
    text-align: center;
    transition: all 0.2s ease-out 0s;
	font-size: 100%	
}

/* ------------------------------------------
                GLOVALNAVI NEW 
------------------------------------------ */

#globalnavi_new {
	height: 50px;
	background: #75A7D3;
	font-size: 86%;
}

#globalnavi_new .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#globalnavi_new #sa_logo {
	width: 80px;
	height: 50px;
	float: left;
	line-height: 50px;
}

#globalnavi_new #sa_logo a {
	display: block;
	width: 80px;
	height: 50px;
	color: #111;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
}

#globalnavi_new #sa_logo a:hover {
	background: #244a8b;
	color: #fff;
	text-decoration: none;
}

.header_nav {
	position: relative;	
	margin-left: 80px;
}

#globalnavi_new .header_nav a {
	color: #111;	
}

#globalnavi_new .header_nav a:hover {
	color: #fff;
	text-decoration: none;
}

.header_nav_select  {
	width: 70px;
	height: 50px;
	float: left;
	border-right: solid 1px #5180AA;
	background: url(/share/images/bg_select.png) no-repeat left;
}

.header_nav_select dl {
	height: 50px;
	text-align: center;
}

.header_nav_select dt span {
	display: block;
	height: 50px;
	line-height: 50px;
	background: url(/share/images/icon_newarrow.png) no-repeat center top;
}

.header_nav_select dl dt span:hover {
	background: #244a8b;
	color: #fff;
}

.header_nav_select dl dt {
	background: url(/share/images/bg_dropdown.png) no-repeat bottom center;	
}

dl.drop_down {
	position: relative;
}

dl.drop_down dd {
	position: absolute;
	display: none;
    z-index: 9999;
}

dl.drop_down dd a {
	display: block;
	width: 70px;
	padding: 5px 0;
	background: #fff url(/share/images/icon_newarrow.png) no-repeat center top;
	color: #244a8b;
}

dl.drop_down dd a:hover {
	background: #244a8b;
	color: #fff;
}


.header_nav_body {
	width: 800px;
	float: left;
}

.header_nav_body_product {
	position: relative;	
}

span.type_arrow {
	position: absolute;
	top: 21px;
	left: -1px;
	display: block;
	width: 5px;
	height: 7px;
	background: url(/share/images/icon_typearrow.png) no-repeat;
}

#nav_construction {
	width: 106px;
}

.header_nav_detail {
	float: left;
	text-align: center;
	border-right: solid 1px #5180AA;
}

.header_nav_detail dt {
	position: relative;
	height: 24px;
	background: #5C94C4;
	border-bottom: solid 1px #5180AA;
	font-size: 86%;
}

.type_arrow {
	position: absolute;	
	top: 21px;
	left: -1px;
}

.header_nav_detail dt span {
	display: block;
	line-height: 24px;	
}

.header_nav_detail dd {
	height: 25px;
	float: left;
	font-size: 78%;
	border-right: solid 1px #5180AA;
}

.header_nav_detail dd:hover {
	background: #244a8b;	
}

.header_nav_detail dd.last {
	border-right: none;	
}

.header_nav_detail dd span.top_nav {
	display: block;
	line-height: 25px;
	cursor: pointer;
}

.header_nav_detail dd:hover span.top_nav {
	color: #fff;	
}

.header_nav_detail dd a:hover {
	color: #fff;
	text-decoration: none;
}

#nav_construction {
	width: 105px;	
}

#nav_construction dd span.top_nav {
	width: 105px;
	font-size: 10px;
}

#nav_marketing {
	width: 420px;	
}

#nav_marketing dd span.top_nav {
	width: 139px;
	font-size: 10px;
}

#nav_marketing dd.last span.top_nav {
	width: 140px;	
}

#header_search_new {
position: absolute;
top: 15px;
right: 0;
width: 140px;
height: 18px;
background: url(/share/images/search_input_new.png) no-repeat;
}

#header_search_new input.header_search_input {
position: absolute;
top: 1px;
left: 8px;
width: 125px;
height: 14px;
border: none;
background: none;
}

#header_search_new input.header_search_btn { 
position: absolute;
top: 0;
left: 123px;
display: block;
width: 17px;
height: 18px;
background: url(/share/images/search_btn.png) no-repeat;
text-indent: -9999px;
cursor: pointer;
border: none;
}

#other_nav {
	width: 140px;
	float: left;
}

#other_nav li {
	width: 69px;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 78%;
	line-height: 120%;
	border-right: solid 1px #5180AA;
}

#other_nav li:hover {
	background: #244a8b;
}

#other_nav li a {
	display: block;
	background: url(/share/images/icon_newarrow.png) no-repeat center top;
}

#other_nav li:hover a {
	color: #fff;	
}

#other_nav li#nav_pronet a {
	height: 38px;
	padding-top:12px;
}

#other_nav li#nav_bonb a {
	height: 50px;
	line-height: 50px;
}

.disnon {
	display: none;	
}

.header_nav_detail dd ul,
#other_nav ul {
	position: absolute;
	top: 50px;
	left: -80px;
	display: none;
	z-index: 9999;
	width: 920px;
	padding: 15px 20px;
	background: url(/share/images/bg_typenavi.png);
	text-align: left;
	border: solid 5px #244a8b;
	box-shadow: 2px 2px 2px #666;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
}

.header_nav_detail dd ul li {
	margin-bottom: 15px;
}

.header_nav_detail dd ul li.last {
	margin-bottom: 0;	
}

.header_nav_detail dd ul li span.logo {
	display: block;
	width: 250px;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: solid 1px #111;
}

.header_nav_detail dd ul li span.txt {
	display: block;
	width: 630px;
	float: left;
	font-size: 13px;
	line-height: 130%;
}

.header_nav_detail dd ul li a {
	width: auto;
	display: inline;
}

#nav_construction dd ul li a.product_name,
#nav_marketing dd ul li a.product_name  {
	display: block;
	width: auto;
	margin : 5px 0;
	font-size: 114%;
	color: #244a8b;
	font-weight: bold;
}

#nav_construction dd ul li a.product_name:hover,
#nav_marketing dd ul li a.product_name:hover,
#other_nav li ul li span.txt a.product_name:hover {
	text-decoration: underline;
	color: #244a8b;
}

#other_nav li ul li {
	width: auto;
	height: auto;
	float: none;
	margin-bottom: 15px;
	text-align: left;
	font-size: 100%;
	line-height: 120%;
	border-right: none;
}

#other_nav li ul li:hover {
	background: none;	
}

#other_nav li ul li a {
	display: inline;
	background: none;
}

#other_nav li#nav_pronet ul li a {
	height: auto;
	padding-top: 0;
}

#other_nav li#nav_bonb ul li a {
	height: auto;
	padding-top: 0;
}

#other_nav li#nav_pronet ul li a:hover,
#other_nav li#nav_bonb ul li a:hover {
	background: none;
}

#other_nav li ul li span.logo {
	display: block;
	width: 250px;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: solid 1px #111;	
}

#other_nav li ul li span.txt {
	display: block;
	width: 630px;
	float: left;
	font-size: 13px;
	line-height: 130%;
}

#other_nav li ul li span.txt a.product_name {
	display: block;
	width: auto;
	margin: 5px 0;
	font-size: 114%;
	color: #244a8b;
	font-weight: bold;
}

#product_nav {
	width: 700px;
	float: left;
}

#product_nav li {
	width: 69px;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 78%;
	line-height: 120%;
	border-right: solid 1px #5180AA;
}

#product_nav li#nav_mt,
#product_nav li#nav_lekumo,
#product_nav li#nav_zenback,
#product_nav li#nav_pcms {
	width: 115px;
}

#product_nav li a {
	display: block;
	line-height: 50px;
	background: url(/share/images/icon_newarrow.png) no-repeat center top;
}

#product_nav li ul li a {
	line-height: 120%;	
}

#product_nav li a:hover {
	background: #244a8b;	
}

#product_nav li:hover {
	background: #244a8b;
}

#product_nav li a.top_nav_product {
	font-size: 128%;	
}

#product_nav li:hover a.top_nav {
	color: #fff;	
}

#product_nav li#nav_mt a {

}

#product_nav li#nav_lekumo a {

}

#product_nav li#nav_zenback a {
}

#product_nav li#nav_pronet a {
	height: 38px;
	padding-top: 12px;
	line-height: 120%;
}

#product_nav ul {
	position: relative;
	display: none;	
	width: 164px;
	border: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	font-size: 114%;
	border: solid 3px #244a8b;
}

#product_nav li#nav_mt ul,
#product_nav li#nav_lekumo ul,
#product_nav li#nav_zenback ul {

}

#product_nav ul li {
	border-bottom: solid 1px #e9e9e9;
}

#product_nav ul li.last {
	border-bottom: none;
}

#product_nav li#nav_mt ul li,
#product_nav li#nav_lekumo ul li,
#product_nav li#nav_zenback ul li,
#product_nav li#nav_pronet ul li,
#product_nav li#nav_bonb ul li {
	width: auto;
	height: auto;
	float: none;
	padding: 0;
	border-right: none;
	background: #fff;
    font-size: 100%;
}


#product_nav li#nav_mt ul li a,
#product_nav li#nav_lekumo ul li a,
#product_nav li#nav_zenback ul li a,
#product_nav li#nav_pronet ul li a,
#product_nav li#nav_bonb ul li a,
#product_nav li#nav_unibaas ul li a{
	display: block;
	width: 164px;
	height: auto;
	float: none;
	padding: 12px 0;
	margin: 0;
	background-image: none;
}

#globalnavi_new .nav_switch dd a {
	background: #244A8B;
	color: #fff;
	border-top: solid 1px #fff;
}

#globalnavi_new .nav_switch dd a:hover {
	background: #244A8B;
	color: #fff;
	text-decoration: underline;
}

/* ------------------------------------------
                  Localnavi
------------------------------------------ */

#header-bottom {
	width: 100%;
	height: 49px;
    margin-bottom: -50px;
	border-bottom: solid 1px #e9e9e9;
    background: #fff;
    background: rgba(255, 255, 255, 0.97);
}

#header-bottom .inner {
	max-width: 980px;
	margin: 0 auto;
}

#header-bottom h2 {
	width: 179px;
	float: left;
	padding-top: 6px;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
}

#btn-login {
	width: 120px;
	float: right;	
}

#btn-login a {
	display: block;
	width: 118px;
	padding: 0.2rem 0;
	margin-top: 9px;
	text-align: center;
}

#localnavi {
	max-width: 600px;
	float: right;
	margin-right: 0.5rem;
	font-size: 86%;
    text-align: right;
}

#localnavi ul li {
	display: inline-block;
	height: 49px;
	background: url(/movabletype/images/localnavi-border.png) no-repeat right center;
	*display: inline;  
    *zoom: 1; 
}

#localnavi ul li.last {
	background: none;	
}

#localnavi ul li a {
	display: inline-block;
	padding:0 0.8rem;
	line-height: 49px;
}

#localnavi ul li a:hover {
	background: url(/movabletype/images/localnavi-border-bottom.png) repeat-x bottom;
	text-decoration: none;
}

#localnavi ul li.on a {
	background: url(/movabletype/images/localnavi-border-bottom.png) repeat-x bottom;
}

/* ------------------------------------------
                 Mainvisual
------------------------------------------ */

#mainvisual {
	position: relative;
	width: 100%;
    margin-top: 50px;
	margin-bottom: 2rem;
	border-bottom: solid 1px #e9e9e9;
}

#emergency {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 5000;
}

#emergency a.emergency_inner {
    display: block;
    padding: 0.4rem 0;
    background: rgba(255, 255, 255, 0.8);
	border-bottom: solid 1px #e9e9e9;
}

.emergency-lower a.emergency_inner {
 background: rgba(238, 0, 58, 0.04) !important;
}

#emergency a.emergency_inner:hover {
    background: rgba(255, 255, 255, 0.9);
}

.emergency-lower a.emergency_inner:hover {
 background: rgba(0, 0, 0, 0.01) !important;
}

#emergency span {
    display: block;
	max-width: 980px;
	margin: 0 auto;
}


.mainvisual-common {
	background: url(/movabletype/images/mainvisual_mt6_bg.png) no-repeat center;
}

.mainvisual-common .inner {
	position: relative;
	max-width: 980px;
	padding: 3em 0;
	margin: 0 auto;
    text-align: center;
}

.mainvisual-common h3 {
margin-bottom: 30px;
}

/* ------------------------------------------
                   Icons
------------------------------------------ */

.icon-website {
	padding-left: 38px;
	background: url(/movabletype/images/icon-website.png) no-repeat;
}

.icon-security {
	padding-left: 28px;
	background: url(/movabletype/images/icon-security.png) no-repeat;
}

.icon-function {
	padding-left: 36px;
	background: url(/movabletype/images/icon-function.png) no-repeat;
}

.icon-largescale {
	padding-left: 28px;
	background: url(/movabletype/images/icon-largescale.png) no-repeat;
}

.icon-edit {
	padding-left: 34px;
	background: url(/movabletype/images/icon-edit.png) no-repeat;
}

.icon-autosave {
	padding-left: 34px;
	background: url(/movabletype/images/icon-autosave.png) no-repeat;
}

.icon-date {
	padding-left: 34px;
	background: url(/movabletype/images/icon-date.png) no-repeat;
}

.icon-user {
	padding-left: 34px;
	background: url(/movabletype/images/icon-user.png) no-repeat;
}

.icon-upload {
	padding-left: 34px;
	background: url(/movabletype/images/icon-upload.png) no-repeat;
}

.icon-imageedit {
	padding-left: 34px;
	background: url(/movabletype/images/icon-imageedit.png) no-repeat;
}

.icon-backup {
	padding-left: 36px;
	background: url(/movabletype/images/icon-backup.png) no-repeat;
}

.icon-sp {
	padding-left: 30px;
	background: url(/movabletype/images/icon-sp.png) no-repeat;
}

.icon-design {
	padding-left: 36px;
	background: url(/movabletype/images/icon-deisgn.png) no-repeat;
}

.icon-select {
	padding-left: 30px;
	background: url(/movabletype/images/icon-select.png) no-repeat;
}

.icon-ds {
	padding-left: 34px;
	background: url(/movabletype/images/icon-ds.png) no-repeat;
}

.icon-api {
	padding-left: 34px;
	background: url(/movabletype/images/icon-api.png) no-repeat;
}

.icon-separation {
	padding-left: 32px;
	background: url(/movabletype/images/icon-separation.png) no-repeat;
}

.icon-lock {
	padding-left: 30px;
	background: url(/movabletype/images/icon-lock.png) no-repeat;
	letter-spacing: -0.1rem;
}

.icon-maintenance {
	padding-left: 35px;
	background: url(/movabletype/images/icon-maintenance.png) no-repeat left;
	letter-spacing: -0.1rem;
}

.icon-cp {
	padding-left: 35px;
	background: url(/movabletype/images/icon-cp.png) no-repeat;
	letter-spacing: -0.1rem;
}

.icon-install {
	padding-left: 35px;
	background: url(/movabletype/images/icon-install.png) no-repeat;
	letter-spacing: -0.1rem;
}

.icon-new {
	padding-left: 40px;
	background: url(/movabletype/images/icon-new.png) no-repeat left;
	letter-spacing: -0.1rem;
}

.icon-support {
	padding-left: 30px;
	background: url(/movabletype/images/icon-support.png) no-repeat left;
	letter-spacing: -0.1rem;
}

.icon-migration {
	padding-left: 35px;
	background: url(/movabletype/images/icon-migration.png) no-repeat left;
}

.icon-software {
	padding-left: 35px;
	background: url(/movabletype/images/icon-software.png) no-repeat left;
}

.icon-cloud {
	padding-left: 35px;
	background: url(/movabletype/images/icon-cloud.png) no-repeat left;
}

.icon-versionup {
	padding-left: 35px;
	background: url(/movabletype/images/icon-versionup.png) no-repeat left;
}

.icon-wordpress {
	padding-left: 35px;
	background: url(/movabletype/images/icon-wordpress.png) no-repeat left;
}

.icon-cloud-features {
	padding-left: 35px;
	background: url(/movabletype/images/icon-cloud-features.png) no-repeat left;
}

.icon-cloud-features01 {
	padding-left: 35px;
	background: url(/movabletype/images/icon-cloud-features01.png) no-repeat left;
}

.icon-cloud-features02 {
	padding-left: 40px;
	background: url(/movabletype/images/icon-cloud-features02.png) no-repeat left;
}

.icon-cloud-features03 {
	padding-left: 30px;
	background: url(/movabletype/images/icon-cloud-features03.png) no-repeat left;
}

.icon-cloud-features04 {
	padding-left: 30px;
	background: url(/movabletype/images/icon-cloud-features04.png) no-repeat left;
}

.icon-cloud-features05 {
	padding-left: 40px;
	background: url(/movabletype/images/icon-cloud-features05.png) no-repeat left;
}

.icon-cloud-features06 {
	padding-left: 36px;
	background: url(/movabletype/images/icon-cloud-features06.png) no-repeat left;
}

.icon-cloud-features07 {
	padding-left: 40px;
	background: url(/movabletype/images/icon-cloud-features07.png) no-repeat left;
}

.icon-cloud-features08 {
	padding-left: 40px;
	background: url(/movabletype/images/icon-cloud-features08.png) no-repeat left;
}

.icon-cloud-features09 {
	padding-left: 35px;
	background: url(/movabletype/images/icon-cloud-features09.png) no-repeat left;
}

.icon-cloud-features10 {
	padding-left: 30px;
	background: url(/movabletype/images/icon-cloud-features10.png) no-repeat left;
}

.icon-cloud-log {
	padding-left: 30px;
	background: url(/movabletype/images/icon-log.png) no-repeat left;
}

.icon-cloud-update {
	padding-left: 35px;
	background: url(/movabletype/images/icon-cloud-update.png) no-repeat left;
}

.icon-dataapi {
	padding-left: 35px;
	background: url(/movabletype/images/icon-dateapi.png) no-repeat left;
}

.icon-fp {
	padding-left: 26px;
    padding-bottom: 3px;
	background: url(/movabletype/images/icon-fp.png) no-repeat left;
    letter-spacing: -1.2px;
    font-size: 1.4rem;
}

.icon-cloud-ip {
	padding-left: 30px;
    padding-bottom: 3px;
	background: url(/movabletype/images/icon-cloud-ip.png) no-repeat left;
    letter-spacing: -1.2px;
    font-size: 1.4rem;
}

.icon-cloud-multi {
	padding-left: 26px;
    padding-bottom: 3px;
	background: url(/movabletype/images/icon-cloud-multi.png) no-repeat left;
    letter-spacing: -1.2px;
    font-size: 1.4rem;
}


/* ------------------------------------------
                     CASE
------------------------------------------ */

.caselist {
	padding: 2rem 0;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	background: #f9f9f9 url(/movabletype/images/bg_case.png) no-repeat center;
}

.caselist ul li {
	backgorund: none;
	padding: 0;
}

.case-image {
	width: 50%;
	float: left;	
}

.case-image img {
	padding: 1px;
	background: #fff;
	border: solid 1px #e9e9e9;
}

.case-detail {
	width: 50%;
	float: right;		
}

.caselist p.label {
	margin-bottom: 0.3rem;
	font-size: 86%;
}

.caselist p.case-name {
	margin-bottom: 1rem;
	font-size: 121%;
}

.caselist p.case-excerpt {
	margin-bottom: 2rem;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/movabletype/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -30px;
	background: url(/movabletype/images/controls.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next {
	right: -30px;
	background: url(/movabletype/images/controls.png) no-repeat -22px 0px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -64px;
}

.bx-wrapper .bx-next:hover {
	background-position: -22px -64px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 22px;
	height: 64px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/movabletype/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/movabletype/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* ------------------------------------------
                   Footer
------------------------------------------ */

footer {
	width: 100%;
	background: #111;
	font-size: 86%;
	color: #fff;
}

footer a:link {
	color: #fff;	
}

footer a:hover {
	color: #e9e9e9;	
}

footer a:visited {
	color: #fff;	
}

footer a:active {
	color: #ccc;	
}

footer .inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 2.2rem 0;
}

#footer-navi {
	width: 80%;
	float: left;
}

#footer-logo {
	width: 94px;
	float: left;
	padding: 1.5rem 1.5rem 1.5rem 0;
	margin-right: 1.5rem;
	border-right: solid 1px #2c2c2c;
}

#footer-navi ul {
	margin-bottom: 0.3rem;	
}

#footer-navi ul li {
	display: inline-block;
	margin-right: 1rem;
}

#footer-sicialbtn {
	width: 20%;
	float: right;
	padding-top: 2.5rem;
	text-align: right;
}

#footer-sicialbtn ul li {
	display: inline-block;
	margin-left: 0.2rem;
}

/* ------------------------------------------
                    Blog
------------------------------------------ */

h1#entry-ttl {
	max-width: 980px;
	margin: 0 auto 1.25rem auto;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.2;
}

#entry-date-head {
	max-width: 980px;
	margin: 0 auto;
}

#blog section {
	margin-bottom: 3rem;	
}

#blog #entrylist dl dt,
.entrylist dl dt {
	background: none;
	padding: 0;
	font-weight: normal;
}

#blog #entrylist dl dd,
.entrylist dl dd {
	padding: 0 0 1.2rem 0;
	margin-bottom: 1.2rem;
	font-size: 1.25rem;
	border-bottom: dotted 1px #ccc;
}

#blog p,#blog ul,#blog dl {
	margin-bottom: 1.5rem;	
}

#blog .links li {
	padding-left: 0;
	background: none;
}

#blog .links li a {
	display: inline;
	padding-left: 1rem;
	border: none;
	background: url(/movabletype/images/icon_arrow_mt.png) no-repeat left center #fff;
}

#blog section.pagination ul {
text-align: center;
}

#blog section.pagination ul li {
display: inline-block;
padding: 0;
margin: 0 0.11em;
background: none;
}

#blog section.pagination ul li a {
display: inline-block;
padding: 0.2em 0.6em;
border: solid 1px #e1e1e1;
background: #f9f9f9;
font-size: 114%;
}

#blog section.pagination ul li a:hover {
border: solid 1px #e9e9e9;
background: #fff;
text-decoration: none;
}

#blog section.pagination ul li span {
display: inline-block;
padding-left: 0.25em;
padding-right: 0.25em;
}

#entry-person {
	margin-bottom: 2rem 0;
	text-align: right;
}

#monthly_nav {
	padding: 0.5rem;
	border: solid 1px #e9e9e9;
	background: #f9f9f9;
	text-align: center;
}

#socialbtns .socialbtn {
	
}

#facebook_like {
margin-bottom: 5px;
}

#blog section#content-bottom {
	margin-bottom: 0;
}

#content span.red {
color: #C83535;
}

#content span.blue {
color: #004B9A;
}

#content span.green {
color: #42932B;
}

/* ------------------------------------------
                  Parts
------------------------------------------ */

.section-navi {
	margin-bottom: 3rem;
	border: solid 1px #e9e9e9;
	background: #f9f9f9;
}

article .section-navi ul {
	margin: 0;	
	padding: 0;
}

article .section-navi ul li {
	width: 25%;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}

article .section-navi ul li a {
	display: block;
	padding: 0.8rem 0 0.8rem 1.5rem;
	border-left: solid 1px #e9e9e9;
	background: url(/movabletype/images/icon_arrow_mt.png) no-repeat left;
}

article .section-navi ul li.first a {
	border-left: none;
}

.licensebox-wrap {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: solid 1px #e9e9e9;
}

.licensebox-wrap-last {
	border-bottom: none;	
}

.licensebox {
	margin-bottom: 0;
	background: url(/movabletype/images/bd_height.png) repeat-y center;	
}

.license-logo {
	text-align: center;
}

.license-logo h2 {
	margin-bottom: 1rem;	
}

.licensebox .price {
	font-size: 2rem;	
}

.licensebox .price span {
	font-size: 1rem;	
}

.license_detail p {
	padding-left: 1rem;	
}

.licensebox .license-btn .btn-large {
	width: 36%;	
}

.licensebox .license-btn .btn-primary {
	width: 54%;	
}

.licensebox .license-btn .btngroup .btn-primary {
	width: 46%;	
}

.licensebox .license-btn .btngroup .btn-right {
	margin-right: 0;
}

.licensebox-last {
	border-bottom: none;
}	

#header-tab-navi {
	height: 3.5rem;
    margin-top: 50px;
}

#header-tab-navi .inner {
	padding: 0;
}

#header-tab-navi .inner ul {
	height: 3.5rem;
}

#header-tab-navi .inner ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left;
	background: none;
}

#header-tab-navi .inner ul li a {
	display: inline-block;
	padding: 0 3rem;
	border-right: solid 1px #e9e9e9;
	line-height: 3.5rem;
	background-image: linear-gradient(#f1f1f1 0px, #f9f9f9 30%);
}

#header-tab-navi .inner ul li a:hover {
	background-image: linear-gradient(#e9e9e9 0px, #f9f9f9 30%);
}

#header-tab-navi .inner ul li.first a {
	border-left: solid 1px #e9e9e9;
}

#header-tab-navi .inner ul li.current {
	background: #fff;
}

#header-tab-navi .inner ul li.current  a {
	color: #111;
	background-image: linear-gradient(#f9f9f9 0px, #fff 30%);
}

#scrollbox {
	height: 15rem;
	padding: 1rem;
	margin-bottom: 2rem;
	overflow:scroll;
	border: solid 1px #e9e9e9;
	background: #f9f9f9;
}

/* ------------------------------------------
                  ClearFix
------------------------------------------ */

.group,
.col-group,
.content_col2{
zoom:1;
}

.group:after,
.col-group:after,
.content_col2:after{
    content: "";
    display: block;
    clear: both;
}