@charset "UTF-8"; 

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix {
	clear: both;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Hover Image Opacity */
a:hover img,
.con_btns a:hover {opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )";}
.con_btns a:hover {
	text-decoration: none;
}
button[type="submit"]:hover img {opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )";}

a.nopa:hover img {opacity:1.0;filter:alpha(opacity=100);-ms-filter: "alpha( opacity=100 )";}

.ta-c {
	text-align: center!important;
}
.ta-l {
	text-align: left!important;
}
.ta-r {
	text-align: right!important;
}

.alignleft,
.liquidleft {
	float: left;
	margin-right: 22px;
	margin-bottom: 10px;
}
.alignright,
.liquidright {
	float: right;
	margin-left: 22px;
	margin-bottom: 10px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.last {
	margin-right: 0!important;
}
.end {
	border: none!important;
}
.w_half {
	width: 48%;
}

/* Margin */
.bottom-00 { margin-bottom:    0!important; }
.bottom-05 { margin-bottom:  5px!important; }
.bottom-10 { margin-bottom: 10px!important; }
.bottom-15 { margin-bottom: 15px!important; }
.bottom-20 { margin-bottom: 20px!important; }
.bottom-25 { margin-bottom: 25px!important; }
.bottom-30 { margin-bottom: 30px!important; }
.bottom-35 { margin-bottom: 35px!important; }
.bottom-40 { margin-bottom: 40px!important; }
.bottom-45 { margin-bottom: 45px!important; }
.bottom-50 { margin-bottom: 50px!important; }
.bottom-55 { margin-bottom: 55px!important; }
.bottom-60 { margin-bottom: 60px!important; }
.bottom-65 { margin-bottom: 65px!important; }
.bottom-70 { margin-bottom: 70px!important; }
.bottom-75 { margin-bottom: 75px!important; }
.bottom-80 { margin-bottom: 80px!important; }
.bottom-85 { margin-bottom: 85px!important; }
.bottom-90 { margin-bottom: 90px!important; }
.bottom-95 { margin-bottom: 95px!important; }

.top-00 { margin-top:    0!important; }
.top-05 { margin-top:  5px!important; }
.top-10 { margin-top: 10px!important; }
.top-15 { margin-top: 15px!important; }
.top-20 { margin-top: 20px!important; }
.top-25 { margin-top: 25px!important; }
.top-30 { margin-top: 30px!important; }
.top-35 { margin-top: 35px!important; }
.top-40 { margin-top: 40px!important; }
.top-45 { margin-top: 45px!important; }
.top-50 { margin-top: 50px!important; }
.top-55 { margin-top: 55px!important; }
.top-60 { margin-top: 60px!important; }
.top-65 { margin-top: 65px!important; }
.top-70 { margin-top: 70px!important; }
.top-75 { margin-top: 75px!important; }
.top-80 { margin-top: 80px!important; }
.top-85 { margin-top: 85px!important; }
.top-90 { margin-top: 90px!important; }
.top-95 { margin-top: 95px!important; }

.left-00 { margin-left:    0!important; }
.left-05 { margin-left:  5px!important; }
.left-10 { margin-left: 10px!important; }
.left-15 { margin-left: 15px!important; }
.left-20 { margin-left: 20px!important; }
.left-25 { margin-left: 25px!important; }
.left-30 { margin-left: 30px!important; }
.left-35 { margin-left: 35px!important; }
.left-40 { margin-left: 40px!important; }
.left-45 { margin-left: 45px!important; }
.left-50 { margin-left: 50px!important; }
.left-55 { margin-left: 55px!important; }
.left-60 { margin-left: 60px!important; }
.left-65 { margin-left: 65px!important; }
.left-70 { margin-left: 70px!important; }
.left-75 { margin-left: 75px!important; }
.left-80 { margin-left: 80px!important; }
.left-85 { margin-left: 85px!important; }
.left-90 { margin-left: 90px!important; }
.left-95 { margin-left: 95px!important; }
.left-180 { margin-left: 180px!important; }

.right-00 { margin-right:    0!important; }
.right-05 { margin-right:  5px!important; }
.right-10 { margin-right: 10px!important; }
.right-15 { margin-right: 15px!important; }
.right-20 { margin-right: 20px!important; }
.right-25 { margin-right: 25px!important; }
.right-30 { margin-right: 30px!important; }
.right-35 { margin-right: 35px!important; }
.right-40 { margin-right: 40px!important; }
.right-45 { margin-right: 45px!important; }
.right-50 { margin-right: 50px!important; }
.right-55 { margin-right: 55px!important; }
.right-60 { margin-right: 60px!important; }
.right-65 { margin-right: 65px!important; }
.right-70 { margin-right: 70px!important; }
.right-75 { margin-right: 75px!important; }
.right-80 { margin-right: 80px!important; }
.right-85 { margin-right: 85px!important; }
.right-90 { margin-right: 90px!important; }
.right-95 { margin-right: 95px!important; }

/* Font Size */
.fs-10 { font-size: 10px!important; }
.fs-11 { font-size: 11px!important; }
.fs-12 { font-size: 12px!important; }
.fs-13 { font-size: 13px!important; }
.fs-14 { font-size: 14px!important; }
.fs-15 { font-size: 15px!important; }
.fs-16 { font-size: 16px!important; }
.fs-17 { font-size: 17px!important; }
.fs-18 { font-size: 18px!important; }
.fs-19 { font-size: 19px!important; }
.fs-20 { font-size: 20px!important; }

/* Line Height */
.lh-15 { line-height: 15px!important; }
.lh-16 { line-height: 16px!important; }
.lh-17 { line-height: 17px!important; }
.lh-18 { line-height: 18px!important; }
.lh-19 { line-height: 19px!important; }
.lh-20 { line-height: 20px!important; }
.lh-21 { line-height: 21px!important; }
.lh-22 { line-height: 22px!important; }
.lh-23 { line-height: 23px!important; }
.lh-24 { line-height: 24px!important; }
.lh-25 { line-height: 25px!important; }
.lh-26 { line-height: 26px!important; }
.lh-27 { line-height: 27px!important; }
.lh-28 { line-height: 28px!important; }
.lh-29 { line-height: 29px!important; }
.lh-30 { line-height: 30px!important; }

/* Color */
.c_000    { color: #000000!important; }
.c_cc0000 { color: #cc0000!important; }
.c_006633 { color: #006633!important; }

@media only screen and (max-width: 767px) {
	
	.left,.right {
		float: none;
	}
	.sp_margin_clear {
		margin: 0!important;
	}
	.w_half {
	    width: auto;
	}
	
	.alignleft,
	.alignright {
	    display: block;
	    float: none;
	    margin: 0 auto 1em !important;
	}
		
	.sp-ta-c {
		text-align: center!important;
	}
	.sp-ta-l {
		text-align: left!important;
	}
	.sp-ta-r {
		text-align: right!important;
	}
	
	.sp-bottom-00 { margin-bottom:    0!important; }
	.sp-bottom-05 { margin-bottom:  5px!important; }
	.sp-bottom-10 { margin-bottom: 10px!important; }
	.sp-bottom-15 { margin-bottom: 15px!important; }
	.sp-bottom-20 { margin-bottom: 20px!important; }
	.sp-bottom-25 { margin-bottom: 25px!important; }
	.sp-bottom-30 { margin-bottom: 30px!important; }
	.sp-bottom-35 { margin-bottom: 35px!important; }
	.sp-bottom-40 { margin-bottom: 40px!important; }
	.sp-bottom-45 { margin-bottom: 45px!important; }
	.sp-bottom-50 { margin-bottom: 50px!important; }
	.sp-bottom-55 { margin-bottom: 55px!important; }
	.sp-bottom-60 { margin-bottom: 60px!important; }
	.sp-bottom-65 { margin-bottom: 65px!important; }
	.sp-bottom-70 { margin-bottom: 70px!important; }
	.sp-bottom-75 { margin-bottom: 75px!important; }
	.sp-bottom-80 { margin-bottom: 80px!important; }
	.sp-bottom-85 { margin-bottom: 85px!important; }
	.sp-bottom-90 { margin-bottom: 90px!important; }
	.sp-bottom-95 { margin-bottom: 95px!important; }
	
	/* Font Size */
	.sp-fs-10 { font-size: 10px!important; }
	.sp-fs-11 { font-size: 11px!important; }
	.sp-fs-12 { font-size: 12px!important; }
	.sp-fs-13 { font-size: 13px!important; }
	.sp-fs-14 { font-size: 14px!important; }
	.sp-fs-15 { font-size: 15px!important; }
	.sp-fs-16 { font-size: 16px!important; }
	.sp-fs-17 { font-size: 17px!important; }
	.sp-fs-18 { font-size: 18px!important; }
	.sp-fs-19 { font-size: 19px!important; }
	.sp-fs-20 { font-size: 20px!important; }

}

html {
	background: #dd0845;
}
body {
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #444444;
	line-height: 1.5;
	min-width: 1050px;
}
.wrap,
.bar {
	width: 1000px;
	margin: 0px auto;
}
.article {
	padding: 0 0 30px;
}
#content {
	background: #eaedf1;
}
a {
	color: #228dda;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.h1 {
	background: none repeat scroll 0 0 #eaedf1;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}
.h1 img {
	vertical-align: middle;
	margin: 0 3px;
}

.red {
	color: #dd0845!important;
}
.bb {
	border-bottom: 1px solid #d7dce2;
}

.breadcrumbs {
	font-size: 12px;
	width: 1000px;
	margin: 0px auto;
	padding: 15px 0 18px;
}
.breadcrumbs i {
	color: #999999;
}

/* ヘッダー */
.bar {
	font-size: 10px;
	color: #fff;
	padding: 5px 0;
}
.nav {
	background: #343a44;
	position: relative;
	overflow: hidden;
}
.nav ul {
	float:left;
	left:50%;
	position:relative;
	margin: 0;
	padding: 0;
}
.nav ul li {
	float:left;
	left:-50%;
	position:relative;
	list-style: none;


}
.nav ul li span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    padding: 12px 30px 10px;
}

.nav ul li a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    padding: 12px 30px 10px;
}
.n_home ul li.active a,
.nav ul li.active a,
.nav ul li a:hover {
	background: #1c1716;
}
.n_apps ul li.active a {
	background: #b95852;
}
.n_case ul li.active a {
	background: #b18456;
}
.n_careers ul li.active a,
.n_contact ul li.active a {
	background: #8c5e79;
}
.n_company ul li.active a {
	background: #579aa9;
}

.n_home ul li.active span,
.nav ul li.active span,
.nav ul li span {
	background: #1c1716;
}
.n_apps ul li.active span {
	background: #b95852;
}
.n_case ul li.active span {
	background: #b18456;
}
.n_careers ul li.active span,
.n_contact ul li.active span {
	background: #8c5e79;
}
.n_company ul li.active span {
	background: #579aa9;
}

/* フッター */
.fmenu {
	background: #343a44;
	padding: 0 0 27px; 
	font-size: 14px;
}
.fmenu a {
	color: #fff;
	text-decoration: none;
}
.fmenu li a {
	float: left;
	line-height: 27px;
}
.fmenu01 li a {
	font-size: 12px;
	line-height: 30px;
}
.fmenu01 li {
	background: url(../../../../assets/images/common/f_home.png) no-repeat 0 40%;
}
.fmenu02 li {
	background: url(../../../../assets/images/common/f_concept.png) no-repeat 0 0.1em;
}
.fmenu03 li {
	background: url(../../../../assets/images/common/f_business.png) no-repeat 0 0.1em;
}
.fmenu04 li {
	background: url(../../../../assets/images/common/f_case.png) no-repeat 0 0.1em;
}
.fmenu05 li {
	background: url(../../../../assets/images/common/f_company.png) no-repeat 0 0.1em;
}
.fmenu06 li {
	background: url(../../../../assets/images/common/f_blog.png) no-repeat 0 0.1em;
}
.fmenu07 li {
	background: url(../../../../assets/images/common/f_careers.png) no-repeat 0 0.1em;
}
.fmenu07 li a {
	margin-right: 35px;
}
.fmenu02 li a {
	color: #999;
}
.fmenu02 li ul li a {
	color: #fff;
}
.fmenu ul {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #434a55;
}
.fmenu ul.last {
	border: none;
}
.fmenu ul li {
	margin: 0 auto;
	padding: 0 0 0 30px;
    width: 970px;
    list-style: none;
}
.fmenu ul li ul {
	border: none;
	float: left;
	padding: 0;
}
.fmenu02 li ul {
	width: 870px;
}
.fmenu .fmenu03 li a {
	display: block;
    float: none;
}
.fmenu .fmenu03 li ul {
	margin-right: 60px;
	padding-bottom: 10px;
}
.fmenu .fmenu03 li ul li {
	float: none;
	margin-left: 15px;
}
.fmenu ul li ul li {
	background: none;
	list-style: disc;
	width: auto;
	float: left;
	padding: 0;
	margin-left: 30px;
	color: #fff;
}
.fmenu ul li ul li a {
	font-size: 12px;
	line-height: 26px;
	float: none;
}
.fmenu .description {
	width: 1000px;
	margin: 20px auto 0;
}
.fmenu .description p {
	font-size: 10px;
	line-height: 18px;
	color: #cccccc;
	margin: 0;
	border: 1px solid #434a55;
	padding: 25px 30px 20px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;	
        max-height: 999999px;
}
.finfo {
	color: #fff;
	font-size: 10px;
	padding: 8px 0 4px;
}
.finfo p {
	margin: 0;
}
.finfo a {
	color: #fff;
	text-decoration: none;
}
.finfo span {
	font-size: 20px;
}
.switch {
	display: none;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.pagetop a {
    display: block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    width: 56px;
}
.main {
	background: #fff;
	float: left;
	width: 742px;
}
.sitemap {
	background: #eaedf1;
}
.main .kv {
	margin: 0;
}
.main .kv img {
	vertical-align: middle;
}
.main .post {
	padding: 23px 23px 0;
	background: #fff;
}
.main .post_pdfix {
	padding: 0;
	background: none;
}
.main .post h2 {
	background: url(../../../../assets/images/common/bg_h.gif) repeat-x;
	color: #fff;
    font-size: 18px;
    margin: 0 0 24px;
    padding: 5px 16px 3px;
}
.main .post h3 {
	border-left: 5px solid;
    color: #dd0845;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px;
    padding: 3px 0 1px 10px;
}
.main .post h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 7px;
	color: #dd0845;
}
.main .post h4.bgon {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}
.main .post h4.bgon span {
	background: #eef0f3;
	padding: 6px 15px 3px;
}
.main .post h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px;
}
.main .post p, .main .post ul {
	font-size: 14px;
    line-height: 26px;
    margin: 0 0 1em;
}

.border {
	border: 1px solid #cccccc;
}
.links {
	background: url("../../../../assets/images/common/arrow_black.gif") no-repeat scroll 0 0.4em;
    height: 15px;
    line-height: 15px;
    padding: 3px 0 3px 15px;
}
.lists {
	margin: 0 0 1em;
    padding: 0;
}
.lists li {
	font-size: 14px;
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0 0 0 15px;
	background: url(../../../../assets/images/common/arrow_black.gif) no-repeat 0 0.15em;
}
.disc {
	margin: 0 0 1em;
    padding: 0 0 0 13px;
}
.disc li {
	font-size: 14px;
    margin: 0 0 6px;
    color: #999999;
}
.disc li span {
	color: #444;
}
.rc-gray {
	padding: 30px 25px 20px;
	background: #eaedf1;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;	
}
.sidebar {
	width: 235px;
	float: right;
}
.sidebar .concept {
	background: #fff;
	margin: 0 0 8px;
}
.sidebar .concept h3 {
	background: none repeat scroll 0 0 #dd0845;
    color: #fff;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin: 0;
    padding: 10px 0 7px;
    text-align: center;
}
.sidebar .concept ul {
	padding: 0;
	margin: 0;
}
.sidebar .concept ul li {
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #eaedf1;
	padding: 7px 13px;
}
.sidebar .concept ul li  a {
	display: block;
}
.sidebar .concept ul li.current {
	background: #f5f7f9;
}
.sidebar .concept ul li.current a {
	color: #dd0845;
}
.sidebar .concept ul li span {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	/display: inline;
	/zoom: 1;
}
.sidebar .concept ul li span img {
	vertical-align: middle;
	margin-right: 8px;
}
.sidebar .contact {
	margin: 0 4px 8px;
    padding: 0;
    width: 100%;
    background: none;
}
.sidebar .contact .mail {
    background: url("../../../../assets/images/top/icon_mail.png") no-repeat scroll left center ;
    margin: 0;
    padding: 12px 0 10px 57px;
    float: none;
}
.sidebar .contact .mail dt {
    font-size: 12px;
    line-height: 18px;
}
.sidebar .contact .mail dd {
    margin: 0;
}
.sidebar .contact .mail dd a {
    color: #228dda;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.sidebar .contact .tel {
    background: url("../../../../assets/images/top/icon_tel.png") no-repeat scroll left center ;
    margin: 0;
    padding: 10px 0 10px 60px;
    float: none;
}
.sidebar .contact .tel dt {
    font-size: 20px;
    font-weight: bold;
}
.sidebar .contact .tel dd {
    font-size: 12px;
    margin: 0;
}
.sidebar h3 {
    background: url("../../../../assets/images/common/fukidashi_bottom.gif") no-repeat scroll center bottom ;
    color: #dd0845;
    font-size: 14px;
    height: 49px;
    line-height: 54px;
    margin: 0 0 6px;
    padding-bottom: 6px;
    text-align: center;
}
.sidebar h3 span {
    display: block;
    height: 49px;
    overflow: hidden;
}
.sidebar .news,
.sidebar .fb,
.sidebar .twitter {
	background: #fff;
	padding: 12px 12px 5px;
	margin: 0 0 9px;
}
.sidebar .fb {
	padding: 12px 0 5px;
}
.sidebar .news h3,
.sidebar .fb h3,
.sidebar .twitter h3 {
	margin-bottom: 9px;
}
.sidebar .fb h3 {
	margin: 0 12px;
}
.sidebar .news h3 span {
    background: url("../../../../assets/images/common/icon_news.gif") no-repeat scroll 0 0 #eef0f3;
    height: 43px;
    line-height: 18px;
    padding: 6px 0 0 30px;
    text-indent: 0;
}
.sidebar .news h3 span.blogfix {
	height: 31px;
    padding-top: 18px;
}
.sidebar .news dl {
    border-bottom: 1px solid #d7dce2;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.sidebar .news dl.end {
	margin-bottom: 0;
}
.sidebar .news dl dd {
    color: #999999;
    font-size: 10px;
    margin: 0 0 7px;
}
.sidebar .news dl dt {
    font-size: 14px;
    line-height: 20px;
}
.sidebar .news dl dt a {
    color: #228dda;
}
.fb iframe {
	width: 100%!important;
}
.sidebar .fb h3 span {
    background: url("../../../../assets/images/common/icon_facebook.gif") no-repeat scroll 0 0 #eef0f3;
    text-indent: 30px;
}
.sidebar .twitter h3 span {
    background: url("../../../../assets/images/common/icon_twitter.gif") no-repeat scroll 0 0 #eef0f3;
    text-indent: 30px;
}

.right_table {
	border-collapse: collapse;
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0 20px 22px;
}
.right_table thead {
	text-align: left;
}
.right_table thead th {
	padding-bottom: 3px;
	font-weight: normal;
	text-align: left;
}
.right_table thead td {
	padding: 4px 10px 2px;
	font-weight: normal;
	border: 1px solid #d9dee4;
	background: #eaedf1;
}
.right_table tbody th {
	vertical-align: middle;
	text-align: left;
	border: 1px solid #d9dee4;
	color: #dd0845;
	font-weight: normal;
	padding: 7px 10px 5px;
}
.right_table tbody td {
	vertical-align: middle;
	text-align: left;
	border: 1px solid #d9dee4;
	padding: 7px 10px 5px;
}
.right_table tbody td.bgon {
	background: #eaedf1;
	width:100px;
}


.tables {
	border-collapse: collapse;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 20px;
	width: 100%;
}
.tables thead {
	text-align: left;
}
.tables thead th {
	padding-bottom: 3px;
	font-weight: normal;
	text-align: left;
}
.tables thead td {
	padding: 4px 10px 2px;
	font-weight: normal;
	border: 1px solid #d9dee4;
	background: #eaedf1;
}
.tables tbody th {
	vertical-align: middle;
	text-align: left;
	border: 1px solid #d9dee4;
	color: #dd0845;
	font-weight: normal;
	padding: 7px 10px 5px;
}
.tables tbody td {
	vertical-align: middle;
	text-align: left;
	border: 1px solid #d9dee4;
	padding: 7px 10px 5px;
}
.table-am tbody th ,
.table-am tbody td {
	vertical-align: top;
}
.tables tbody td.bgon {
	background: #eaedf1;
}
.article .sidebar .concept .lists li a {
	color: #228dda;
}
.sidebar .concept ul.lists {
	padding: 7px 0 2px;
}
.sidebar .concept ul.lists li {
	border: medium none;
    margin: 5px 0 0;
    padding: 0 0 0 15px;
}
.pagination {
	background: #eaedf1;
	width: 100%;
	text-align: center;
	padding: 22px 0 28px;
	font-size: 14px;
}
.pagination a {
	background: none repeat scroll 0 0 #fff;
    padding: 5px 10px 3px;
    text-align: center;
    margin: 0 5px;
}
.pagination .current {
	background: #dd0845;
	color: #fff;
	font-weight: bold;
}
.pagination a.links {
	background: url("../../../../assets/images/common/arrow_black.gif") no-repeat scroll 0 0.15em ;
	padding: 0 0 0 15px;
}
.pagination .pprev a.links {
	background: url("../../../../assets/images/common/arrow_blog_prev.gif") no-repeat scroll 0 0.15em ;
}
.related h3 span {
	background: url("../../../../assets/images/common/icon_column.gif") no-repeat scroll 0 0 #eef0f3;
}
.related h3 span {
    display: block;
    height: 49px;
    overflow: hidden;
}
.related {
	padding: 27px 36px;
}
.related h3 {
    background: url("../../../../assets/images/common/fukidashi_bottom.gif") no-repeat scroll center bottom ;
    color: #dd0845;
    font-size: 14px;
    height: 49px;
    line-height: 54px;
    margin: 0 auto 8px;
    padding-bottom: 6px;
    text-align: center;
    width: 289px;
}
.related dl {
	background: none repeat scroll 0 0 #eaedf1;
    margin: 0 0 7px;
    padding: 10px 15px 3px;
}
.related dl .title {
	font-size: 14px;
	margin: 0 0 3px;
	background: url(../../../../assets/images/common/li_red.png) no-repeat left 0.5em;
	padding: 0 0 0 15px;
}
.related dl dd {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 5px 15px;
}
.related dl .date {
	text-align: right;
	font-size: 10px;
	color: #999999;
	margin: 0;
}
.contactpan {
    background: none repeat scroll 0 0 #eef0f3;
    border-radius: 7px;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;	
    margin: 0 auto;
    padding: 3px 75px 1px;
    width: 533px;
}
.contactpan .mail {
    background: url("../../../../assets/images/top/icon_mail.png") no-repeat scroll left center ;
    float: left;
    margin: 0 45px 0 0;
    padding: 10px 0 10px 60px;
}
.contactpan .mail dt {
    font-size: 12px;
    line-height: 25px;
}
.contactpan .mail dd {
    margin: 0;
}
.contactpan .mail dd a {
    color: #228dda;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.contactpan .tel {
    background: url("../../../../assets/images/top/icon_tel.png") no-repeat scroll left center ;
    float: left;
    margin: 4px 0 0;
    padding: 10px 0 10px 60px;
    /display: inline;
    /zoom: 1;
    /width: 160px;
}
.contactpan .tel dt {
    font-size: 20px;
    font-weight: bold;
}
.contactpan .tel dd {
    font-size: 12px;
    margin: 0;
}
.four_column {
	font-size: 14px;
	line-height: 20px;
}
.four_column dl {
	float: left;
	margin-right: 10px;
	margin-top: 0;
}
.four_column dd {
	margin: 0;
}
.br-pc {
	display: none;
}
.pagination div {
	display: inline;
}
.switch {
	background: none repeat scroll 0 0 #eaedf1;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0 6px;
    text-align: center;
}
.switch .s_pc {
    color: #228dda;
}
.switch span {
    cursor: pointer;
}
.switch .s_sp {
    color: #dd0845;
}

.sns_btns {
	padding-bottom: 7px;
}
.sns_btns .plus_btn {
	float: right;
	width: 62px;
}
.sns_btns .twi_btn {
	float: right;
	width: 93px;
}
.sns_btns .fb_btn {
	float: right;
	width: 105px;
}
.sns_btns .hatena {
	float: right;
	width: 105px;
}
.sidebar .sns_btns {
	text-align: center;
	padding: 10px 0 7px;
}
.sidebar .sns_btns .plus_btn {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 54px;
    /display: inline;
    /zoom: 1;
}
.sidebar .sns_btns .twi_btn {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 57px;
    /display: inline;
    /zoom: 1;
}
.sidebar .sns_btns .fb_btn {
    display: inline-block;
    float: none;
    overflow: hidden;
    vertical-align: top;
    width: 72px;
    /width: 80px;
    /display: inline;
    /zoom: 1;
}





@media only screen and (max-width: 767px) {
	
	body {
		min-width: initial;
		min-width: auto;
	}
	table {
		max-width: 100%;
		height: auto;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	
	.wrap {
		width: auto;
		margin: 0px auto;
	}
	.bar {
		width: auto;
		padding: 5px 8px 3px;
		font-size: 8px;
	}
	.breadcrumbs {
		display: none;
	}
	
	.br-sp { display:none; }
	.br-pc { display:inline-block; }
	
	/* ヘッダー */
	.h1 img {
	    /* display: block; */
	    margin: 0 auto;
	    padding: 5px 0;
	    max-width: 45%;
	}
	#top .h1 img {
		display: block;
		max-width: none;
	}
	.nav ul {
	    float: none;
	    left: 0;
	    width: auto;
	}
	.nav ul li {
	    float: left;
	    left: 0;
	    text-align: center;
	    width: 33%;
	}
	.nav ul li:nth-child(2),
	.nav ul li:nth-child(5) {
		width: 34%;
	}
	.nav ul li a {
		padding: 12px 0;
		display: block;
		font-size: 16px;
	}
	.nav ul li span {
		padding: 12px 0;
		display: block;
		font-size: 16px;
	}
	
	/* フッター */
	.fmenu {
		padding-bottom: 5px;
	}
	.fmenu li a {
	    float: none;
	}
	.fmenu ul li {
		background-position: 10px 0.1em;
		padding: 0 10px 0 40px;
		width: auto;
	}
	.fmenu01 li a {
	    line-height: 20px;
	}
	.fmenu07 li a {
	    margin-right: 25px;
	}
	.fmenu02 li ul {
		width: auto;
	}
	.fmenu ul li ul {
		float: none;
	}
	.fmenu .fmenu03 li ul {
	    margin-right: 0;
	}
	.fmenu ul li ul li {
		width: auto;
		float: none;
		margin-left: 15px;
	}
	.fmenu .fmenu04 li ul li,
	.fmenu .fmenu05 li ul li {
		margin-right: 27px;
	}
	.fmenu .fmenu07 li {
		padding-right: 0;
	}
	.fmenu07 li a {
	    margin-right: 15px;
	}
	.fmenu .description {
		display: none;
	}
	.finfo {
	    padding: 8px 17px 4px;
	}
	.switch {
		display: block;
		text-align: center;
		background: #eaedf1;
		font-size: 14px;
		line-height: 20px;
		color: #666666;
		padding: 8px 0 6px;
	}
	.switch span {
		cursor: pointer;
	}
	.switch .s_pc {
		color: #228dda;
	}
	.switch .s_sp {
		color: #dd0845;
	}
	.pagetop {
		bottom: 15px;
		right: 15px;
		z-index: 9999;
	}
	.pagetop a {
	    height: 40px;
	    line-height: 40px;
	    width: 40px;
	}
	.main {
	    float: none;
	    width: auto;
	    margin: 10px;
	}
	.sidebar {
	    float: none;
	    width: auto;
	    margin: 20px 0 0;
	}
	.sidebar > div {
		margin-left: 10px!important;
		margin-right: 10px!important;
	}
	.main .kv img {
		width: 100%;
		height: auto;
		max-width: initial;
		max-width: unset;
	}
	.article {
	    padding: 0 0 5px;
	}
	.sidebar .news h3 span {
	    height: 49px;
	    line-height: 54px;
	    padding: 0;
	    text-indent: 15px;
	}
	.sidebar .fb h3 span,
	.sidebar .twitter h3 span {
		text-indent: 0;
	}
	.sidebar .contact {
	    background: none repeat scroll 0 0 #fff;
	    margin: 0 0 8px !important;
	    padding: 10px 0;
	}
	.sidebar .contact dl {
		display: table;
		margin: 0 auto!important
	}
	.main .post {
	    padding: 23px 11px 5px;
	}
	.main .post h2 {
		margin: 0 -11px 10px;
	}
	.main .post h2.twoline {
		background-position: center center;
		background-size: 40px 62px;
		line-height: 26px;
		padding: 6px 16px 4px;
	}
	.rc-gray {
	    padding: 15px 15px 5px;
	}
	
	.tables tbody th,
	.tables tbody td {
		vertical-align: top;
	}
	.four_column {
	    margin: 0 auto;
	    max-width: 342px;
		width: auto;
	}
	.sp-last {
		margin-right: 0!important;
	}
	.contactpan {
		width: auto;
		padding: 3px 0 1px;
	}
	.contactpan .mail,
	.contactpan .tel {
	    display: table;
	    float: none;
	    margin: 0 auto;
	    padding: 10px 0 10px 60px;
	    width: auto;
	}
/*
	.android .contactpan .mail,
	.android .contactpan .tel {
		width: 260px;
	}
*/
	.pagination {
		height: 110px;
		padding: 2px 0 8px;
		position: relative;
	}
	.pagination a.links {
	    display: table;
	    margin: 0 auto;
	    background: url("../../../../assets/images/common/arrow_black.gif") no-repeat scroll 0 0 ;
	}
	.pagination div {
		display: block;
		position: absolute;
		top: 50px;
		width: 100%;
	}
	.pnext {
		display: block;
		position: absolute;
		top: 15px;
		width: 100%;
	}
	.pprev {
		display: block;
		position: absolute;
		bottom: 15px;
    	width: 100%;
	}
	.main .post p {
	    margin: 0 0 5px;
	}
	.four_column dl {
	    width: 48%;
	}
	.related h3 {
		width: auto;
	}
	.sidebar .concept ul li span img {
		width: 68px;
	}
	.related {
	    padding: 27px 10px;
	}
	.local {
		display: table;
		width: 100%;
	}
	.local span {
		display: table;
		width: 100%;
	}
	.local a {
		background: url("../../../../assets/images/common/arrow_black.gif") no-repeat scroll 0 center ;
		display: table-cell;
		font-size: 12px;
		text-align: left;
		vertical-align: middle;
		width: 50%;
	}
	.pagination .pprev a.links {
	    background: url("../../../../assets/images/common/arrow_blog_prev.gif") no-repeat scroll 0 0 ;
	}
	.main .post_pdfix {
	    padding: 3px 11px 5px;
	}
	.links {
	    display: block;
	    height: auto;
	    line-height: 25px;
	}
	.ta-r .links {
		display: inline;
	}
	.sidebar .news h3 span.blogfix {
	    height: 49px;
	    padding-top: 0;
	}
	.sidebar .twitter {
		text-align: center;
	}
}

.h1 {
	padding: 25px 0 23px;
}

#top .article {
	padding-top: 110px;
}
.columns {
	background: #fff;
	padding: 0 0 20px;
}
.columns .wrap {
	
}
.columns .column {
	float: left;
	width: 325px;
	background: #fff;
	margin-right: 12px;
	margin-top: -110px;
}
.columns .column h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	line-height: 1;
	height: 110px;
}
.columns .column h2 a {
	color: #000;
    display: table-cell;
    font-size: 15px;
    height: 110px;
    text-decoration: none;
    vertical-align: middle;
    width: 325px;

    /display: block;
    /zoom: 1;
    /position: relative;
    /line-height: 1.8;
    /padding-top: 10px;
    /height: 100px;
}
.columns .column h2 a img {
	margin: 0 0 8px;
}
.columns .column > div {
	padding: 0 19px;
}
.columns .column dl {
	background: #eef0f3;
	margin: 0 0 13px;
	height: 127px;
}
.columns .column dl a {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}
.columns .column dl a:hover b {
	text-decoration: underline;
}
.columns .column dl dt {
	float: left;
    width: 80px;
    height: 127px;
    position: relative;
}
.columns .column dl dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
.columns .column dl dd {
	margin: 0 0 0 80px;
	height: 127px;
	display: block;
}
.column dl dd > div {
	display: table-cell;
    height: 127px;
    vertical-align: middle;
    /height: 117px;
    /padding-top: 10px;
    /display: inline;
    /zoom: 1;
}
.column dl dd b {
	display: block;
	font-size: 14px;
	color: #228dda;
	margin: 0 0 5px;
}
.column dl dd span {
	height: 127px;
	line-height: 127px;
	background: #d7dce2;
	width: 16px;
	text-align: center;
	float: right;
	/position: relative;
}
.column dl dd span img {
	/position: absolute;
	/top: 50%;
	/left: 50%;
	/margin-left: -4px;
	/margin-top: -6px;
}
.contact_wrap {
	background: #fff;
	padding: 0 0 35px;
}
.contact {
	background: none repeat scroll 0 0 #eef0f3;
    margin: 0 auto;
    padding: 3px 75px 1px;
    width: 533px;
    /zoom: 1;
    /position: relative;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;	
}
.contact .mail {
	float: left;
	background: url(../../../../assets/images/top/icon_mail.png) no-repeat left center;
	margin: 0 45px 0 0;
    padding: 10px 0 10px 60px;
    /display: inline;
    /zoom: 1;
}
.contact .mail dt {
	font-size: 12px;
	line-height: 25px;
}
.contact .mail dd {
	margin: 0;
}
.contact .mail dd a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #228dda;
}
.contact .tel {
	float: left;
	background: url(../../../../assets/images/top/icon_tel.png) no-repeat left center;
	margin: 4px 0 0;
    padding: 10px 0 10px 60px;
    /display: inline;
    /zoom: 1;
    /width: 160px;
}
.contact .tel dt {
	font-size: 20px;
	font-weight: bold;
}
.contact .tel dd {
	font-size: 12px;
	margin: 0;
}
.info {
	/* padding: 0 0 30px; */
}
.info .column {
	width: 325px;
	float: left;
	background: #fff;
	margin-right: 12px;
}
.info .column > div {
	padding: 0 19px;
}
.info .column h3 {
	text-align: center;
	background: url(../../../../assets/images/common/fukidashi_bottom.gif) no-repeat center bottom;
	padding-bottom: 6px;
	font-size: 14px;
	color: #dd0845;
	margin: 0 0 6px;
	height: 49px;
    line-height: 54px;
}
.info .column h3 span {
	display: block;
	height: 49px;
	overflow: hidden;
}
.info .column .news h3 span {
	background: url(../../../../assets/images/common/icon_news.gif) no-repeat #eef0f3;
	text-indent: 12px;
}
.info .column .pen h3 span {
	background: url(../../../../assets/images/common/icon_column.gif) no-repeat #eef0f3;
}
.info .column .fb h3 span {
	background: url(../../../../assets/images/common/icon_facebook.gif) no-repeat #eef0f3;
}
.info .column .blog h3 span {
	background: url(../../../../assets/images/common/icon_blog.gif) no-repeat #eef0f3;
	text-indent: 12px;
}
.info .column .twitter h3 span {
	background: url(../../../../assets/images/common/icon_twitter.gif) no-repeat #eef0f3;
}
.info .column .news dl,
.info .column .pen dl {
	border-bottom: 1px solid #d7dce2;
	padding: 0 0 10px;
	margin: 0 0 13px;
}
.info .column .news dl dd,
.info .column .pen dl dd {
	color: #999999;
	font-size: 10px;
	margin: 0 0 7px;
}
.info .column .news dl dt,
.info .column .pen dl dt {
	font-size: 14px;
	line-height: 20px;
}
.info .column .news dl dt a,
.info .column .pen dl dt a {
	color: #228dda;
}
.info .column .fb iframe {
	margin: 0 0 20px;
}
.info .column .blog {
	padding-bottom: 5px;
}
.info .column .blog ul {
	padding: 0;
	margin: 0 0 18px;
}
.info .column .blog ul li {
	font-size: 14px;
	line-height: 28px;
	list-style: none;
}
.info .column .blog ul li a {
	background: url(../../../../assets/images/common/icon_blog02.gif) no-repeat left 0.2em;
	padding: 0 0 0 20px;
}
.info .column .blog .ban {
	margin: 0 0 15px;
}
.info .column .blog .ban img {
	vertical-align: middle;
}
.slider {
	height: 292px!important;
}

@media only screen and (max-width: 767px) {
	
	
	#top .article {
		padding-top: 0;
	}

	.slider {
		height: 138px!important;
	}
	
	.h1 {
	    padding: 10px 0 13px;
	}
	
	.article {
		padding: 0;
	}
	.columns {
	    margin: 0 auto;
	    width: auto;
	    background: none;
	    padding: 0 10px 8px
	}
	.columns .column {
	    float: none;
	    margin: 0 0 17px;
	    padding-bottom: 2px;
	    width: 100%;
	}
	.columns .column h2 a {
	    display: inline-block;
	    height: 95px;
	    padding-top: 15px;
	    width: 100%;
	}
	.column dl dd > div {
		padding-right: 10px;
	}
	.info {
	    margin: 0 auto;
		padding: 0 10px;
		width: auto;
	}
	.info .column > div {
	    padding: 20px 19px;
	}
	.info .column .news,
	.info .column .fb {
		padding-bottom: 0;
	}
	.info .column .fb,
	.info .column .blog,
	.info .column .twitter {
		text-align: center;
	}
	.info .column .fb iframe {
	    margin: 0;
	}
	.info .column {
		margin: 0 0 15px;
		width: 100%;
	}
	.columns .column dl a {
		line-height: 17px;
	}
	.last dl dd b {
		font-size: 12px;
	}
	.columns .column > div {
	    padding: 0 15px;
	}
	.info .column .blog h3 span {
	    text-indent: 42px;
	}
	.contact_wrap {
		padding-bottom: 10px;
		margin: 0 0 25px;
	}
	.contact {
	    background: none;
	    margin: 0 auto;
	    padding: 10px 0 0;
	    width: 270px;
	}
	.contact .mail,
	.contact .tel {
	    float: none;
	    margin: 0;
    }
}

h2.title {
	background: url(../../../../assets/images/common/logo_uv.png) no-repeat 97% center #fff;
	margin: 0;
	font-size: 18px;

/* Added by UV 2014/10/09 */
        height: 65px;
}
h2.title span,
h2.title a {
	background: url(../../../../assets/images/common/title_bg.jpg) no-repeat left center;
	display: block;
    line-height: 33px;
    padding: 19px 0 13px 14px;
}
h2.title b {
	padding-left: 32px;
	display: block;
}

h2.title01 span,h2.title01 a {
	color: #e76e66;
}
h2.title02 span,h2.title02 a {
	color: #b18456;
}
h2.title03 span,h2.title03 a {
	color: #579aa9;
}
h2.title04 span,h2.title04 a {
	color: #695b8e;
}
h2.title05 span,h2.title05 a {
	color: #8c5e79;
}

h2.title01 b {
	background: url(../../../../assets/images/common/f_business.png) no-repeat left 0.25em;
}
h2.title02 b {
	background: url(../../../../assets/images/common/f_case.png) no-repeat left 0.25em;
}
h2.title03 b {
	background: url(../../../../assets/images/common/f_company.png) no-repeat left 0.25em;
}
h2.title04 b {
	background: url(../../../../assets/images/common/f_blog.png) no-repeat left 0.25em;
}
h2.title05 b {
	background: url(../../../../assets/images/common/f_careers.png) no-repeat left 0.25em;
}

.four_column {
    display: table;
    margin: 0 auto;
}
.chapter {
	border-bottom: 6px solid #eaedf1;
}
.lnavi {
	background: #fff;
	padding: 12px 12px 10px;
	margin: 0 0 8px;
}
.lnavi h3 {
	background: none repeat scroll 0 0 #343a44;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 1.5;
    padding: 10px 0 7px;
    text-align: center;
}
.lnavi ul {
	padding: 0;
	margin: 0;
}
.lnavi ul li {
	background: #eef0f3;
	margin-bottom: 2px;
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	padding: 7px;
}
.lnavi ul li.current {
	background: none;
}
.lnavi ul li a {
	background: url("../../../../assets/images/common/arrow_local_l.gif") no-repeat scroll 0 center ;
    display: block;
    line-height: 30px;
    min-height: 30px;
    padding-left: 24px;
}
.lnavi ul li.l-two a {
	line-height: 1.5;
}
.lnavi ul li.current a {
	color: #dd0845;
}
.lnavi ul li ul {
	padding: 10px 0 0;
}
.lnavi ul li ul li {
	background: none;
	font-size: 12px;
	margin-bottom: 5px;
    padding: 0 7px;
}
.lnavi ul li.current ul li a,
.lnavi ul li ul li a {
	background: url("../../../../assets/images/common/arrow_local_s.gif") no-repeat scroll 0 center ;
	color: #228dda;
    line-height: 1.8;
    min-height: unset;
    min-height: initial;
    padding-left: 16px;
}
.lnavi ul li ul li.current a {
  color: #dd0845;
}
.rc-gray_pdfix {
	padding: 12px;
}
.blocklist {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.blocklist li {
	background: #fff;
	list-style: none;
	margin-bottom: 3px;
	padding: 10px 16px 6px;
}
.blocklist li span {
	color: #dd0845;
	background: url(../../../../assets/images/common/li_red.png) no-repeat left 0.5em;
	padding: 0 0 0 13px;
	display: block;
}
.blocklist li ul {
	padding: 5px 0 0 2em;
	margin: 0;
}
.blocklist li ul li {
	list-style: disc outside none;
    margin: 1px 0 0;
    padding: 0;
}
.blocklist li ul.nolist {
	padding-left: 13px;
}
.blocklist li ul.nolist li {
	list-style: none;	
}
.square01 {
	background: url("../../../../assets/images/common/base.gif") no-repeat scroll 0 0;
    color: #dd0845;
    font-size: 14px;
    height: 60px;
    line-height: 62px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}
.square02 {
	background: url("../../../../assets/images/common/base.gif") no-repeat scroll 0 0;
    color: #dd0845;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    padding: 12px 0 8px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}
.tablecell {
	display: table;
}
.tablecell span,
.tablecell a {
	display: table-cell;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
.ie7fix {
	/float: none;
}
.tweets {
	margin: 0;
}
.tweets .thumb {
	margin: 0;
	float: left;
}
.tweets .thumb img {
	border: 11px solid #fff;
}
.tweets .author {
	font-size: 14px;
	line-height: 20px;
	margin-left: 125px;
}
.tweets i {
	font-style: normal;
	color: #999999;
}
.tweets dt {
	margin-left: 114px;
    margin-top: 5px;
    padding-left: 11px;
    background: url(../../../../assets/images/common/tweets_bg.png) no-repeat left center;
}
.tweets dt div {
	background: #fff;
	padding: 10px 13px 6px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;	
}
.main .post .tweets dt div p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}
.tweets dt div .time {
	text-align: right;
	color: #999999;
}
.blog {
	background: #eaedf1;
}
#top .blog {
	background: #fff;
}
.postdate {
	border-top: 1px solid #d7dce2;
	line-height: 22px;
	padding: 8px 0 8px;
}
.postdate span {
	font-size: 12px;
	background: url(../../../../assets/images/blog/time.png) no-repeat left center;
	padding: 2px 0 0 20px;
}
.vicinity {
	font-size: 14px;
	line-height: 24px;
	padding: 20px 40px;
}
.vicinity .next {
	background: url("../../../../assets/images/common/arrow_black.gif") no-repeat scroll 0 0.2em;
    height: 15px;
    line-height: 15px;
    padding: 3px 0 3px 15px;
    float: right;
}
.vicinity .prev {
	background: url("../../../../assets/images/common/arrow_blog_prev.gif") no-repeat scroll 0 0.2em;
    height: 15px;
    line-height: 15px;
    padding: 3px 0 3px 15px;
    float: left;
}
.archive {
	background: #fff;
	padding: 12px 12px 10px;
	margin: 0 0 8px;
}
.archive h3 {
	background: none repeat scroll 0 0 #343a44;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 1.5;
    padding: 10px 0 7px;
    text-align: center;
}
.archive ul {
	padding: 10px 12px 5px;
	margin: 0;
}
.archive ul li {
	margin-bottom: 4px;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	padding: 0 7px;
}
.archive ul li a {
	background: url("../../../../assets/images/blog/arrow_l_gray.gif") no-repeat scroll 0 center ;
    display: block;
    padding-left: 24px;
}
.archive ul li.current a {
	background: url("../../../../assets/images/blog/arrow_l_red.gif") no-repeat scroll 0 center ;
}
.archive ul li ul {
	padding: 5px 0 2px 26px;
}
.archive ul li ul li {
	background: none;
	font-size: 14px;
	margin-bottom: 5px;
    padding: 0 7px;
}
.archive ul li.current ul li a,
.archive ul li ul li a {
	background: url("../../../../assets/images/blog/arrow_s_red.gif") no-repeat scroll 0 center ;
	color: #228dda;
    min-height: unset;
    min-height: initial;
    padding-left: 11px;
}
/*Pagenation*/
.blog_pagenation {
    font-size: 16px;
    text-align: center;
    width: 100%;
    position: relative;
	overflow: hidden;
	padding: 20px 0 0;
}
.blog_pagenation ul {
    margin: 0;
    float:left;
	left:50%;
	position:relative;
	padding: 0;
}
.blog_pagenation li {
    list-style: none outside none;
    float:left;
	left:-50%;
	position:relative;
}
.blog_pagenation li:first-child {
    margin-left: 0;
}
.blog_pagenation li.active span {
    background: none repeat scroll 0 0 #dd0845;
    color: #fff;
    font-weight: bold;
}

.blog_pagenation li span.current {
    background: none repeat scroll 0 0 #dd0845;
    color: #fff;
    font-weight: bold;
}

.blog_pagenation li a {
    background: none repeat scroll 0 0 #fff;
    margin: 0 4px;
    padding: 5px 10px 3px;
    text-align: center;
    font-size: 12px;
}
.blog_pagenation li.first a {
	padding: 5px 11px 3px 3px;
}
.blog_pagenation li.last a {
	padding: 5px 3px 3px 11px;
}
.blog_pagenation li span {
	font-size: 12px;
	margin: 0 5px;
    padding: 5px 10px 3px;
    text-align: center;
}
.mark {
	color: #cc0000;
}
.contacts {
	width: 100%;
	border-collapse: collapse;
}
.contacts th {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #d7dce2;
	padding: 14px 0;
}
.contacts th h3 {
	margin: 0!important;
}
.contacts td {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #d7dce2;
	font-size: 14px;
	line-height: 22px;
	padding: 17px 0 ;
}
.contacts_input td {
	padding: 14px 0;
}
.contacts_input td textarea {
	width: 100%;
	height: 200px;
}
.con_btns {
	text-align: center;
	padding: 20px 0 30px;
	line-height: 1;
}

.con_btns input {
/*	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;	
	font-weight: bold;*/
	padding: 10px 0 10px;
	width: 180px;
	margin: 0 10px;
	display: inline-block;
	font-size: 16px;
/*	color: #fff;*/
	text-align: center;
}

.con_btns a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;	
	font-weight: bold;
	padding: 17px 0 15px;
	width: 222px;
	margin: 0 10px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.con_btns .back {
	background: #adb1b6;
}
.con_btns .submit {
	background: #dd0845;
}


@media only screen and (max-width: 767px) {
	
	h2.title {
	    background: #fff;
	    font-size: 16px;
	}
	h2.title span, h2.title a {
    	background: url("../../../../assets/images/common/title_bg.jpg") repeat-y scroll left center ;
    	padding-bottom: 17px;
    }
	h2.title b {
	    background-position: 0 center;
		display: block;
		line-height: 23px;
		padding-bottom: 3px;
		padding-right: 10px;
		padding-top: 5px;
	}
	.sidebar  > .lnavi,
	.sidebar  > .archive {
    	margin: 0 !important;
    }
    .blocklist li {
    	padding: 10px 6px 6px;
    }
    .tweets dt {
	    background: none;
	    clear: left;
	    margin-left: 0;
	    margin-top: 5px;
	    padding-left: 0;
	}
	.tweets .author {
	    margin-left: 120px;
	    margin-top: 7px;
	}
	.sp_hide {
		display: none;
	}
	.contacts td {
		display: block;
	}
	.contacts td input {
		width: 80%;
	}
	.contacts th {
		border: medium none;
		display: block;
		padding: 15px 0 0;
	}
	.con_btns {
    	padding: 20px 0;
	}
	.con_btns a {
		margin: 5px 10px;
	}
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.slide_sp {
	display: none;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
	background: #eaedf1;
	overflow: hidden;
}

.bxslider li img {
	vertical-align: middle;
	width: 100%;
}
.bxslider li:not( :first-child ) {
	opacity: 0;
	filter:alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}

.slider {
	background: #eaedf1;
    height: 292px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider_wrap {
	width: 1380px;
	position: absolute;
	height: 293px;
	top: 0;
	left: 50%;
	margin-left: -690px;
}

.bx-controls {
	position: absolute;
    top: 10px;
    width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #eaedf1;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	margin: 0 auto;
    position: relative;
    top: 0;
    width: 1000px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(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: right;
}

.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: url(../../../../assets/images/top/b_slide_off.png) no-repeat;
	text-indent: 9999px;
	display: block;
	width: 19px;
	height: 18px;
	margin: 0 5px;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../../../../assets/images/top/b_slide_on.png) no-repeat;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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(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(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;
}

@media only screen and (max-width: 767px) {

	.slide_sp {
		display: block;
	}
	.slide_pc {
		display: none!important;
	}
	
	.slider {
	    background: none repeat scroll 0 0 #fff;
	    height: auto;
	    overflow: hidden;
	    padding-bottom: 50px;
	    position: relative;
	    width: 100%;
	}
	.slider_wrap {
	    height: 138px;
	    left: 50%;
	    margin-left: -320px;
	    position: absolute;
	    top: 0;
	    width: 640px;
	}
	.bx-wrapper img {
	    display: block;
	    height: auto;
	    width: 100%;
	}
	.bx-controls {
	    bottom: -40px;
	    top: initial;
	    top: auto;
	}
	.bx-wrapper .bx-pager {
	    text-align: center;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		margin: 0 10px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	    margin: 0 auto;
	    position: relative;
	    top: 0;
	    width: auto;
	}
	
}
.bar h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 10px;
	font-weight: normal;
	background: none;
	text-align: left;	
}

@media only screen and (max-width: 767px) {

/*
body {
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
}
*/

.bar h1 {
	font-size: 8px;
}

}

.twitter_txt {
	font-size: 12px;
	font-weight: normal;
}

.twitter_account_link {
        color: rgb(41, 47, 51);
        font-color: black;
	font-size: 12px;
        line-height: 12px;
	font-weight: bold;
        margin-left: 5px;
}

.twitter_date {
	font-size: 12px;
        line-height: 16px;
	font-weight: normal;
}

.avator {
        border-radius: 4px;
}

.nonborder {
  border:none;
  outline:none;
}

div#menu {
  position:relative;
  overflow:hidden;
}

div#menu ul {
   position:relative;
   left:50%;
   float:left;
   list-style: none;
   padding-left: 0px; !important
}

div#menu li {
   margin:0 10px;
   position:relative;
   left:-50%;
   float:left;
}

.social-link {
  float: right;
}

ol, ul {
  list-style: none;
}

.social-link li {
  float: left;
  margin-left: 5px;
}