/*! 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;
  line-height:1.7em;
}

/* 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;
}
/*----------------- reset CSS-----------------*/

html {
	margin:0;
	padding:0;
    height: 100%;
	overflow: auto !important;
    min-width: 1080px;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	padding:0;
	color:#333;
	font-size:16px;
	line-height:1.5;
    min-width: 1080px;
	width:100%;
    overflow: hidden;
}

ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a:focus, *:focus { outline:none; }
.white {
	opacity:1;
	transition-property: opacity ;    transition-duration:0.5s;
}
.white:hover {
	opacity:0.5;
	transition-property: opacity ;    transition-duration:0.5s;
}
.body {
  user-select: none; /* 選択制御 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none; /* IE10から */
  cursor: default;
}
.cpguard {
  display: none;
}
.align_c {
	text-align:center;
}

/*-----------------Decoration CSS-----------------*/

#content_box_l h2 {
	border-left:#1f2a8c solid 4px;
	font-size:18px;
	padding:10px;
	background:#efefef;
	margin:0 0 15px;
}
#content_box_l h3 {
	color:#1f2a8c;
	font-size:18px;
}
#main_content .text_black p{
	color:#333;
}
hr {
	margin:30px 0;
	background:none;
	border-bottom:none;
	border-top:#CCC dashed 1px;
}
.clear {
	clear:both;
}

/*-----------------Header CSS-----------------*/

#header_box {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding:0 40px;
}
#header_box #logo {
	display:block;
	float:left;
	width:300px;
}
#header_box #g_nav {
	display:block;
	width:700px;
	float:right;
}
#header_box #g_nav li {
	float:left;
	width:140px;
}
#header_box #g_nav li a {
	display:block;
}
#header_box #g_nav li a{
	background:#fff;
	transition-property: background ;    transition-duration:0.5s;
}
#header_box #g_nav li a:hover {
	background:#efefef;
	transition-property: background ;    transition-duration:0.5s;
}
#page_business #g_nav li.nav_business a,
#page_cg #g_nav li.nav_business a,
#page_digital #g_nav li.nav_business a,
#page_design #g_nav li.nav_business a,
#page_works #g_nav li.nav_business a,
#page_works2 #g_nav li.nav_business a,
#page_works3 #g_nav li.nav_business a,
#page_development #g_nav li.nav_business a,
#page_company #g_nav li.nav_company a,
#page_recruit #g_nav li.nav_recruit a,
#page_3dcg #g_nav li.nav_recruit a,
#page_molder #g_nav li.nav_recruit a,
#page_cad #g_nav li.nav_recruit a,
#page_rec_business #g_nav li.nav_recruit a,
#page_access #g_nav li.nav_access a,
#page_contact #g_nav li.nav_contact a,
#header_box #g_nav li.nav_on a
{ background:#efefef; }

/*-----------------Top Page CSS-----------------*/

#top_main_image {
	width:1000px;
	margin:0 auto;
	height:460px;
	position:relative;
}
#top_main_btn {
	width:100%;
	border-top:#666 solid 1px;
	background:url(../images/top_main_btn_bg.gif);
	clear:both;
	overflow:hidden;
}
#top_main_btn ul {
	width:1000px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding:20px 25px;
	display:block;
}
#top_main_btn li {
	width:320px;
	float:left;
	margin-right:20px;
}
#top_main_btn li a {
	display:block;
	box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 6px 0px;
}
#top_main_btn .list_last {
	float:right;
	width:320px;
	margin-right:0;
}
.top_contents_box_l {
	clear:both;
	width:50%;
	float:left;
	background:url(../images/top_deco_l.gif) no-repeat left top;
	overflow:hidden;
}
.top_contents_box_r {
	width:50%;
	background:url(../images/top_deco_r.gif) no-repeat right top;
	overflow:hidden;
}
.top_contents_box_l .top_contents_box {
	width:500px;
	float:right;
	min-height:330px;
	border-right:#ccc solid 1px;
	padding:12px 0 50px;
}
.top_contents_box_r .top_contents_box {
	width:460px;
	float:left;
	padding:12px 0 40px 40px;
}
.top_works a {
	display:block;
    margin-bottom: 17px;
}
#news_contents {
  width:460px;
  background:#e7e7e7;
  font-size:14px;
  padding:0;
  margin:0;
  font-weight:bold;
}
#news_contents dt {
  float:left;
  padding:11px 5px 11px 15px;
  width:110px;
  border-bottom:#c3c3c3 solid 1px;
  color:#4b62ac;
}
#news_contents dd {
  padding:11px;
  border-bottom:#c3c3c3 solid 1px;
}
#map_canvas {
	height:350px;
	width:100%;
}
.top_map {
	position:relative;
}
#top_map_btn {
	position:absolute;
	z-index:100;
	left:0;
	bottom:0;
}
.top_contact {
	background:#ebebeb;
	padding:10px 0 5px;
}
.top_contact p {
	font-weight:bold;
	line-height:16px;
}
.top_contact span {
	font-size:14px;
	display:block;
}
#top_contact_btn {
	background:#FFF;
	width:460px;
	padding-bottom:20px;
	overflow:hidden;
}
#top_contact_btn #top_tell {
	background:#3b3b3b;
	padding:13px 0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
#top_contact_btn a {
	width:415px;
	display:block;
	margin:20px auto 0;
}

.bx-controls {
	position:absolute;
	top:210px;
	left:0;
	z-index:1000;
	width:100%;
}
.bx-prev {
	display:block;
	width:40px;
	height:40px;
	background:url(../images/slide_prev.gif) no-repeat;
	text-indent:100%;
	overflow:hidden;
	float:left;
}
.bx-next {
	display:block;
	width:40px;
	height:40px;
	background:url(../images/slide_next.gif) no-repeat;
	text-indent:100%;
	overflow:hidden;
	float:right;
}
#top_main_image .bx-wrapper {
    width: 1600px;
    position: absolute;
    left: -300px;
}

/*-----------------Top Slide CSS-----------------*/

/*-----スライド1--------*/
#scene {
	position:relative;
    width: 1600px;
    height: 460px;
}
#scene > li {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.scene_a1_title {
    position: absolute;
    top: 15%;
    right: 15%;
}
.scene_a1 {
    position: absolute;
    width: 110%;
    left: -7%;
    top: -5%;
}
.scene_a2 {
    position: absolute;
    width: 110%;
    left: 10%;
    top: -5%;
}  
.scene_a3 {
    background:url(../images/slide_a3.jpg) no-repeat center center;
	background-size:cover;
    bottom: 0;
    position: absolute;
    width: 105%;
	height:500px;
    left: -3%;
    top: -7%;
}

/*-----スライド2--------*/

#scene2 {
	position:relative;
    width: 1600px;
    height: 460px;
}
#scene2 > li {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.scene_b_title {
    position: absolute;
    top: 15%;
    right: 15%;
}
.scene_b1 {
    position: absolute;
    width: 110%;
    left: -7%;
    top: -5%;
}
.scene_b2 {
    position: absolute;
    width: 110%;
    left: 10%;
    top: -5%;
}  
.scene_b3 {

    background:url(../images/slide_b3.jpg) no-repeat center center;
	background-size:cover;
    bottom: 0;
    position: absolute;
    width: 105%;
	height:500px;
    left: -3%;
    top: -7%;
}

/*-----スライド3--------*/
#scene3 {
	position:relative;
    width: 1600px;
    height: 460px;
}
#scene3 > li {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.scene_c_title {
    position: absolute;
    top: 15%;
    right: 15%;
}
.scene_c1 {
    position: absolute;
    width: 110%;
    left: -7%;
    top: -5%;
}
.scene_c2 {
    position: absolute;
    width: 110%;
    left: 10%;
    top: -5%;
}  
.scene_c3 {
    background:url(../images/slide_c3.jpg) no-repeat center center;
	background-size:cover;
    bottom: 0;
    position: absolute;
    width: 105%;
	height:500px;
    left: -3%;
    top: -7%;
}

/*-----スライド4--------*/
#scene4 {
	position:relative;
    width: 1600px;
    height: 460px;
}
#scene4 > li {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.scene_d_title {
    position: absolute;
    top: 15%;
    right: 15%;
}
.scene_d1 {
    position: absolute;
    width: 110%;
    left: -7%;
    top: -5%;
}
.scene_d2 {
    position: absolute;
    width: 110%;
    left: 10%;
    top: -5%;
}  
.scene_d3 {
    background:url(../images/slide_d3.jpg) no-repeat center center;
	background-size:cover;
    bottom: 0;
    position: absolute;
    width: 105%;
	height:500px;
    left: -3%;
    top: -7%;
}

/*-----スライド5--------*/
#scene5 {
	position:relative;
    width: 1600px;
    height: 460px;
}
#scene5 > li {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.scene_e_title {
    position: absolute;
    top: 15%;
    right: 15%;
}
.scene_e1 {
    position: absolute;
    width: 110%;
    left: -7%;
    top: -5%;
}
.scene_e2 {
    position: absolute;
    width: 110%;
    left: 10%;
    top: -5%;
}  
.scene_e3 {
    background:url(../images/slide_e3.jpg) no-repeat center center;
	background-size:cover;
    bottom: 0;
    position: absolute;
    width: 105%;
	height:500px;
    left: -3%;
    top: -7%;
}

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

#footer_box_full {
	position:relative;
	width:100%;
	background:#202020;
	clear:both;
}
#footer_box {
	width:1000px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding:0 40px;
}
#footer_box_l {
	float:left;
	width:720px;
	border-right:#404040 solid 1px;
	min-height:280px;
	padding-bottom:25px;
}
#footer_box_r {
	float:right;
	width:230px;
	padding:20px 0 ;
}

#gumloq{
	background:url(../images/footer_gumloq_anime.gif) no-repeat;
}

#gumloq img{
	opacity:1;
	transition-property: opacity ;    transition-duration:0.5s;
}
#gumloq img:hover {
	opacity:0;
	transition-property: opacity ;    transition-duration:0.5s;
}

/*
#gumloq img:hover {
	opacity:0;
	transition-property: opacity ;    transition-duration:0.5s;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}
 
#gumloq img:active {
	transition-duration: 0.1s;
}
@-webkit-keyframes flash {
  0% { background-image:url(../images/footer_gumloq.png) no-repeat; }
  10% { background-image:url(../images/footer_gumloq_light.png) no-repeat; }
  100% { background-image:url(../images/footer_gumloq2_light.png) no-repeat; }
}
 
@keyframes flash {
  0% { background-image:url(../images/footer_gumloq.png) no-repeat; }
  10% { background-image:url(../images/footer_gumloq_light.png) no-repeat; }
  100% { background-image:url(../images/footer_gumloq2_light.png) no-repeat; }
}
*/
#footer_site_link {
	display:block;
	clear:both;
	overflow:hidden;
	width:500px;
	padding:10px 0;
}
#footer_site_link li {
	float:left;
}
#footer_site_link li a {
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	padding:0 20px 0 10px;
	background:url(../images/list_icon1.gif) no-repeat;
	background-position:0 5px;
	opacity:1;
	transition-property: opacity ;    transition-duration:0.5s;
}
#footer_site_link li a:hover {
	opacity:0.5;
	transition-property: opacity ;    transition-duration:0.5s;
}
#footer_site_map {
	display:block;
	width:680px;
	padding-top:15px;
}
#footer_site_map li a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#e8e8e8;
	padding:0 50px 0 10px;
	background:url(../images/list_icon2.gif) no-repeat;
	background-position:0 5px;
	transition-property: opacity ;    transition-duration:0.5s;
}
#footer_site_map li a:hover {
	opacity:0.5;
	transition-property: opacity ;    transition-duration:0.5s;
}
#footer_site_map li ul li {
	float:left;
}
#footer_site_map li ul li ul li {
	clear:both;
	width:100%;
	float:none;
}
#footer_site_map li ul li ul li ul li {
	margin-left:20px;
}
#footer_site_map li li  a {
	font-size:12px;
	font-weight:normal;
	padding:0 50px 0 10px;
	background:url(../images/list_icon2.gif) no-repeat;
	background-position:0 5px;
}
#footer_site_map li li li  a {
	font-size:12px;
	font-weight:normal;
	padding:0 50px 0 10px;
	background:url(../images/list_icon3.gif) no-repeat;
	background-position:0 5px;
}
#footer_toytec_group {
	margin:5px 0 15px;
}
#footer_box_r a {
	display:block;
}
#page_top a {
	position: fixed;
	bottom: 0;
	right:0;
}
#page_top {
	display:none;
}
#copy {
	clear:both;
	font-size:10px;
	margin:0;
	padding:8px;
	text-align:center;
}

/*-----------------Kasou Page CSS-----------------*/

#main_content {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding:40px 40px 100px;
	min-height:600px;
}
.full_width #content_box_l {
	width:1000px;
	float:none;
	clear:both;
	margin:0 auto;
}
#main_image {
	height:120px;
	width:100%;
}
#main_image h1 {
	width:1000px;
	margin:0 auto;
	color:#FFF;
	padding-top:36px;
	font-size:14px;
	padding:35px 40px 0;
}
#main_image h1 span {
	font-size:36px;
	display:inline-block;
	margin-right:20px;
}
#main_image { background:#287610 url(../images/kasou_main_image_business.jpg) no-repeat center;}
#page_business #main_image { background:#287610 url(../images/kasou_main_image_business.jpg) no-repeat center;}
#page_graduates #main_image {	background:#30C2F3 url(../images/kasou_main_image_graduates.jpg) no-repeat center;}
#page_cg #main_image {	background:#3d651f url(../images/kasou_main_image_cg.jpg) no-repeat center;}
#page_digital #main_image {	background:#9854a1 url(../images/kasou_main_image_digital.jpg) no-repeat center;}
#page_design #main_image { background:#0e639a url(../images/kasou_main_image_design.jpg) no-repeat center;}
#page_works .works_cg_h1 { background:#21a0e0 url(../images/kasou_main_image_works_cg.jpg) no-repeat center;}
#page_works .works_modeling_b_h1 { background:#ff0000 url(../images/kasou_main_image_works_b.jpg) no-repeat center;}
#page_works .works_modeling_g_h1 { background:#ff860d url(../images/kasou_main_image_works_g.jpg) no-repeat center;}
#page_works .works_modeling_t_h1 { background:#184df2 url(../images/kasou_main_image_works_t.jpg) no-repeat center;}
#page_works .works_modeling_p_h1 { background:#f2e118 url(../images/kasou_main_image_works_p.jpg) no-repeat center;}
#page_works .works_modeling_p_h1 h1{color:#763;}
#page_company #main_image {	background:#191718 url(../images/kasou_main_image_company.jpg) no-repeat center;}
#page_recruit #main_image {	background:#e2ae39 url(../images/kasou_main_image_recruit.jpg) no-repeat center;}
#page_3dcg #main_image { background:#570900 url(../images/kasou_main_image_3dcg.jpg) no-repeat center;}
#page_molder #main_image { background:#8960a4 url(../images/kasou_main_image_molder.jpg) no-repeat center;}
#page_outsourcing #main_image { background:#8960a4 url(../images/kasou_main_image_molder.jpg) no-repeat center;}
#page_cad #main_image {	background:#baab72 url(../images/kasou_main_image_cad.jpg) no-repeat center;}
#page_rec_business #main_image { background:#2f2f2f url(../images/kasou_main_image_rec_business.jpg) no-repeat center;}
#page_access #main_image {	background:#717d3b url(../images/kasou_main_image_access.jpg) no-repeat center;}
#page_contact #main_image {	background:#9d1f0e url(../images/kasou_main_image_contact.jpg) no-repeat center;}
#page_development #main_image {	background:#ded8d6 url(../images/kasou_main_image_development.jpg) no-repeat center;}
#page_development #main_image h1 {color:#333;}
body #contact_form_h1 #main_image { background:#9d1f0e url(../images/kasou_main_image_contact.jpg) no-repeat center;}
#content_box_l {
	width:700px;
	float:left;
}
#content_box_r {
	width:260px;
	float:right;
}
#main_content dl {
	margin-bottom:30px;
}
#main_content dt {
	font-weight:bold;
}
#main_content dd {
	margin-left:20px;
}
.company_list {
	padding:0 0 30px;
	margin:0;
}

.bg_black{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding:8px 12px;
	background:#005;
}
.bg_black span{
	font-size:24px;
}

/*-----新卒の学生様へ--------*/

.graduates_box{
	border: 2px none #bbf;
	border-radius: 6px;
	background:rgba(180,180,250,0.8);
	background-image:url(../images/bg_gumloq.png),url(../images/grid.png);
	background-repeat:no-repeat,repeat,no-repeat;
	background-position:230px 30px, 0px 0px, 0px 0px;
	background-size:500px 500px, 700px 700px,0px 0px;
	opacity:1;
}

/*-----CGアニメ、CG映像制作--------*/

.graduates_cg_movie span{
	font-family:"Meiryo";
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding:8px 80px 8px 8px;
	background:linear-gradient(120deg, rgba(0,130,200,0.8) 70%, rgba(0,50,100,0) 90%);
}
.graduates_cg_movie{
	border-top:solid 3px rgba(255,255,255,1);
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO";
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,50,100,1), 1.5px 1.5px 4px rgba(0,50,100,0.7); 
	padding:8px 12px 2px 0px;
	background:linear-gradient(90deg, rgba(100,190,255,1), rgba(100,190,255,0.5)), no-repeat center;
	background-blend-mode: overlay;
}
.graduates_cg_movie p{
	padding:0px 12px 0px 12px;
}

/*-----ゲームCG制作--------*/

.graduates_cg_game span{
	font-family:"Meiryo";
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding:8px 80px 8px 8px;
	background:linear-gradient(120deg, rgba(80,180,50,0.8) 70%, rgba(80,180,50,0) 90%);
}
.graduates_cg_game{
	border-top:solid 3px rgba(255,255,255,1);
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO";
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,50,0,1), 1.5px 1.5px 4px rgba(0,50,0,0.7); 
	padding:8px 12px 2px 0px;
	background:linear-gradient(90deg, rgba(150,220,50,1), rgba(150,220,50,0.5)), no-repeat center;
	background-blend-mode: overlay;
}
.graduates_cg_game p{
	padding:0px 12px 0px 12px;
}

/*-----デジタル造形--------*/

.graduates_cg_molding span{
	font-family:"Meiryo";
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding:8px 80px 8px 8px;
	background:linear-gradient(120deg, rgba(200,80,80,0.8) 70%, rgba(200,80,80,0) 90%);
}
.graduates_cg_molding{
	border-top:solid 3px rgba(255,255,255,1);
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO";
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-shadow:1px 1px 2px rgba(80,0,0,1), 1.5px 1.5px 4px rgba(80,0,0,0.7); 
	padding:8px 12px 2px 0px;
	background:linear-gradient(90deg, rgba(240,150,180,1), rgba(240,150,180,0.5)), no-repeat center;
	background-blend-mode: overlay;
}
.graduates_cg_molding p{
	padding:0px 12px 0px 12px;
}

/*-----------------Side Menu CSS-----------------*/

.side_menu li {
	border-bottom:#FFF solid 1px;
	display:block;
	overflow:hidden;
}
.side_menu .menu_title {
	background:#1f2a8c url(../images/menu_bg.png) center center no-repeat;
	display:block;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	padding:15px;
}
.side_menu a.menu_title:hover {
	background:#333 url(../images/menu_bg.png) center center no-repeat;
}
.side_menu li a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background:#ececec url(../images/list_icon4.gif) no-repeat;
	background-position:240px 23px;
	padding:15px 20px;
	display:block;
	font-weight:normal;
	color:#333;
}
.side_menu li a:hover {
	background:#333 url(../images/list_icon4_on.gif) no-repeat;
	background-position:240px 23px;
	color:#FFF;
	transition-property: background ;    transition-duration:0.5s;
}
.side_menu li.list_works {
	background:#ddd url(../images/list_icon7.gif) no-repeat;
	background-position:25px 16px;
}
.side_menu li.list_works:hover {
	background:#333 url(../images/list_icon7_on.gif) no-repeat;
	background-position:25px 16px;
	transition-property: background ;    transition-duration:0.5s;
}
.side_menu li.list_works a {
	background:url(../images/list_icon4.gif) no-repeat;
	background-position:240px 16px;
	padding:10px 45px;
	font-size:14px;
}
.side_menu li.list_works a:hover {
	background:url(../images/list_icon4_on.gif) no-repeat;
	background-position:240px 16px;
	color:#FFF;
}
#page_cg .side_cg a,
#page_digital .side_digital a,
#page_design .side_design a,
#page_company .side_company a,
#page_access .side_access a,
#page_graduates .side_graduates a,
#page_3dcg .side_3dcg a,
#page_molder .side_molder a,
#page_outsourcing .side_outsourcing a,
#page_cad .side_cad a,
#page_rec_business .side_rec_business a,
#page_development .side_development a
{
	color: #FFF;
    background: #333 url(../images/list_icon4_on.gif) no-repeat;
    background-position: 240px 23px;
}

/*-----------------Business Page CSS-----------------*/

.business_link_btn li {
	float:left;
}
.business_link_btn li a {
	display:block;
	position:relative;
	margin-bottom:20px;
	opacity:1;
	transition-property: opacity ;    transition-duration:0.5s;
}
.business_img {
	margin-bottom:30px;
}
.business_link_btn li a:hover {
	opacity:0.7;
	transition-property: opacity ;    transition-duration:0.5s;
}
.business_link_btn li a p {
	position:absolute;
	top:20px;
	left:20px;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
}
.business_link_btn li a p span {
	font-size:12px;
	display:block;
}
.business_link_btn li.list_last {
	margin-left:20px;
}
.cg_works_list {
	display:block;
	border:#CCC solid 1px;
	overflow:hidden;
	clear:both;
	padding:10px 0;
	margin-bottom:30px;
}
.cg_works_list li {
	list-style:disc;
	margin-left:30px;
	padding:5px;
	width:44%;
	float:left;
	font-size:14px;
}
#page_cg .contents {
	margin-bottom:10px;
}
.modeling_list_box {
	overflow:hidden;
	clear:both;
	border:#eee solid 1px;
}
.modeling_list_box ul {
	display:block;
	float:left;
	padding:30px;
}
.modeling_list_box li {
	list-style:disc;
	font-size:14px;
	margin-left:20px;
}
.modeling_list_box .modeling_list_box_img {
	float:right;
}
.business_works_btn {
	text-align:center;
	display:block;
	margin:40px 0;
	background:#222;
	background-size: cover;
	font-weight:bold;
	color:#FFF;
}
.business_works_btn p {
	padding:10px;
	margin:0;
}
.business_works_btn_modeling {
	padding-bottom:7px;
}
.business_img_contents {
	width:1000px;
	margin:0 auto;
}
.businesws_img_list {
	width:490px;
	float:left;
	margin:0 20px 40px 0;
}
.businesws_img_list img {
	width:100%;
	height:auto;
}
.business_img_r {
	float:right;
	margin-right:0;
}
.development_box1{
	margin:0px 0px 40px;
	background: url(../images/development_box.png) no-repeat;
}
.development_text{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	padding: 10px 0px;
}
.development_textbox{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 0px 0px;
}
.development_box2{
	overflow:hidden;
	clear:both;
	margin:0px 0px 50px;
}
.development_bg1{
	color:#FFF;
	background:#1f2a8c;
	text-align:center;
	font-weight:bold;
	padding:15px;
}
.development_bg2{
	color:#FFF;
	background:#444;
	float:left;
	text-align:center;
	font-size:14px;
	padding:15px;
	width: 60px;
}
.development_bg3{
	color:#000;
	background:#CCC;
	float:right;
	text-align:center;
	font-size:14px;
	padding:15px;
	width: 580px;
}

/*-----------------works Page CSS-----------------*/

.works_link_btn {
	display:block;
	overflow:hidden;
	clear:both;
	width:1000px;
	margin:0 auto;
	background: #1f2a8c
}
.works_link_btn li {
	float:left;
	width:500px;
}
.works_link_btn li a {
	display:block;
	padding:15px 0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	background:url(../images/list_icon5_on.gif) no-repeat;
	background-position:460px 25px;
	border-right:#101b7a solid 1px;
	border-left:#333ea1 solid 1px;
	transition-property: background ;    transition-duration:0.2s;
}
.works_link_btn li.btn_on a,
.works_link_btn li a:hover {
	background:#222 url(../images/list_icon5_on.gif) no-repeat;
	background-position:460px 25px;
	border-right:#333 solid 1px;
	border-left:#111 solid 1px;
	transition-property: background ;    transition-duration:0.2s;
}
#page_works .cg_works {
	width:100%;
	padding:0;
	background:url(../../business/Works/BG_CG.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}
#page_works .digital_works_t {
	width:100%;
	padding:0;
	background:url(../../business/Works/BG_T.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}
#page_works .digital_works_p {
	width:100%;
	padding:0;
	background:url(../../business/Works/BG_P.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}
#page_works .digital_works_b {
	width:100%;
	padding:0;
	background:url(../../business/Works/BG_B.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}
#page_works .digital_works_g {
	width:100%;
	padding:0;
	background:url(../../business/Works/BG_G.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}
#page_works #content_box_l {
	width:900px;
	margin:0 auto;
    padding: 20px 50px;
	background:#FFF;
}
.works_coment {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
}
.works_digital_btn {
	text-align:center;
	padding:10px 0 40px;
}
#content_box_l .works_box h2 {
	background:url(../../business/Works/bar.png) no-repeat;
	background-position:0 -5px;
	background-size:cover;
	padding:25px 30px 15px;
	border-left:none;
	font-size:20px;
}

/*----------------↓ 映像・造形共通 ↓----------------*/
.works_box {
	clear:both;
	overflow:hidden;
	border-left:#7790ff solid 1px;
	border-right:#85fcb4 solid 1px;
	border-bottom:#a5c0ff solid 1px;
	position:relative;
	margin-bottom:35px;
	transition-property: background ;    transition-duration:0.5s;
}.works_box:hover {
	background:#f2f9ff;
	transition-property: background ;    transition-duration:0.5s;
}
.works_box .works_img {
	padding:20px 0 40px 40px;
	float:left;
}
.works_box .works_img img {
	width:100%;
}

.works_box .works_text {
	width:455px;
	float:right;
    padding: 20px 40px 50px 0;
}

.works_text dl {
  overflow:hidden;
  clear:both;
  margin:0;
  background:#e0f2ff;
  padding:10px;
}
.works_text2 dl {
  overflow:hidden;
  clear:both;
  margin:0;
  background:#e0f2ff;
  padding:10px;
}
.works_text dt {
	float:left;
	clear:left;
}
.works_text2 dt {
	float:left;
	clear:left;
}
.works_text dd {
	float:left;

}
.works_text2 dd {
	float:left;

}
.works_box pre {
	margin:0;
	padding:6px 0;
}

.works_text2 {
	margin:0;
	padding:6px 0;
	font-size:14px;
	text-align:left;
}
.works_text3 {
	margin:0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#f00
}
.works_text4 {
	margin:0;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#f00
}
.works_text5 {
	margin:0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#000
}
.works_text6 {
	margin:0;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	color:#000
}
.works_text7 {
	margin:0;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#000
}

.official {
	color:#FFF;
	font-weight:bold;
	padding:5px 30px 5px 20px;
	font-size:12px;
	text-decoration:none;
	position:absolute;
	bottom:0;
	right:0;
	background:#333ea1 url(../images/list_icon4_on.gif) no-repeat;
	background-position:140px 10px;
	transition-property: background ;    transition-duration:0.5s;
}
.official:hover {
	background: #333 url(../images/list_icon4_on.gif) no-repeat;
	background-position:140px 10px;
	transition-property: background ;    transition-duration:0.5s;
}
.works_copy {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    margin: 10px 0;
    right: 0;
    width: 900px;
    text-align: center;
}

/*----------------↑ 映像・造形共通 ↑----------------*/

/*----------------↓ 映像 ↓----------------*/

#content_box_l .works_box_movie h2 {
	background:url(../../business/Works/bar_movie.png) no-repeat;
	background-position:0 -5px;
	background-size:cover;
	padding:25px 30px 15px;
	border-left:none;
	font-size:20px;
}
.works_box_movie {
	clear:both;
	overflow:hidden;
	border-left:#eedd00 solid 1px;
	border-right:#ff90ff solid 1px;
	border-bottom:#efbb88 solid 1px;
	position:relative;
	margin-bottom:35px;
	transition-property: background ;    transition-duration:0.5s;
}
.works_box_movie:hover {
	background:#f2f9ff;
	transition-property: background ;    transition-duration:0.5s;
}
.works_box_movie .works_img {
	padding:20px 0 40px 40px;
	float:left;
}
.works_box_movie .works_img img {
	width:100%;
}

.works_box_movie .works_text {
	width:455px;
	float:right;
    padding: 20px 40px 50px 0;
}

/*----------------↑ 映像 ↑----------------*/

/*----------------↓ 造形 ↓----------------*/

.toy_logo {
	position:absolute;
	top:17px;
	right:200px;
}

#content_box_l .modeling_works_box h2 {
	background:url(../../business/Works/bar_01.png) no-repeat;
	background-position:0 -5px;
	font-weight:normal;
	line-height:16px;
}
.digital_works_b #content_box_l .modeling_works_box h2 {
	font-size:16px;
	line-height:22px;
}
#content_box_l .modeling_works_box h2 span {
	display:inline-block;
	margin:10px 0 10px 27px;
	font-size:22px;
	font-weight:bold;
}
.digital_works_g .modeling_works_box h2 {
	padding-top:30px;
}
.digital_works_g .modeling_works_box h2 span {
	font-size:26px;
}
#content_box_l .modeling_works_box h2 span.mini_title {
	font-size:14px;
	font-weight:normal;
	margin-left:28px;
	vertical-align:baseline;
}
#content_box_l .zoukei_g_list h2 {
	padding-bottom:20px;
	margin-bottom:0;
}
.modeling_works_box {
	border:none;
}
.modeling_works_box:hover {
	background:#FFF;
}
.modeling_works_box .works_img {
	height:455px;
	padding:20px 0 0;
	float:left;
}
.modeling_works_box .sub_photo {
	position:absolute;
	left:430px;
	bottom:0;
}
.modeling_works_box .sub_photo2 {
	position:absolute;
	left:500px;
	bottom:0;
}
#page_works .modeling_works_box dl {
	margin-bottom:15px;
}
.modeling_works_box ul li pre{
	font-size:14px;
	padding:3px 0;
}
.modeling_works_box .works_copy {
    font-size: 12px;
	position:static;
	width:auto;
	text-align:left;
}
.sub_photo .ue {
	font-size:12px;
	position:absolute;
	top:-20px;
	left:0;
}
.sub_photo2 .ue {
	font-size:12px;
	position:absolute;
	top:-20px;
	left:0;
}
.sub_photo .migi {
	font-size:12px;
	position:absolute;
	top:0;
	left:105%;
	width:220px;
}
.sub_photo2 .migi {
	font-size:12px;
	position:absolute;
	top:0;
	left:105%;
	width:220px;
}
.modeling_works_box .works_text {
    width: 470px;
    float: right;
    padding: 20px 0 250px 30px;
}
.modeling_works_box .works_text2 {
    width: 400px;
    float: right;
    padding: 20px 0 250px 30px;
}
.zoukei_list_text {
	position:absolute;
	left:30px;
	bottom:0;
	font-size:14px;
	padding:0;
	margin:0;
}
.zoukei_list_text_center {
	font-size:14px;
	line-height:18px;
	padding:0 0 0 350px;
	margin:0;
}
.zoukei_g_list {
	margin-bottom:25px;
}
.zoukei_g_list .official {
	background:none;
	width:150px;
	padding:0;
}
.zoukei_g_list .official:hover {
	opacity:0.7;
}
.zoukei_g_list .official img {
	width:100%;
}

/*----------------↑ 造形 ↑----------------*/

/*----------------↓ ロキ専用 ↓----------------*/

.modeling_works_box .works_text_loki {
    width: 335px;
    float: right;
    padding: 20px 0px 330px 30px;
}
.works_text_loki {
	margin:0;
	padding:6px 0;
	font-size:14px;
	text-align:left;
}
.works_text_loki dl {
  overflow:hidden;
  clear:both;
  margin:0;
  background:#e0f2ff;
  padding:10px;
}
.works_text_loki dt {
	float:left;
	clear:left;
}
.works_text_loki dd {
	float:left;

}
.modeling_works_box .sub_photo_loki {
	position:absolute;
	left:565px;
	bottom:50px;
}
.sub_photo_loki .ue {
	font-size:12px;
	position:absolute;
	top:-20px;
	left:0;
}
.sub_photo_loki .migi {
	font-size:12px;
	position:absolute;
	top:0;
	left:105%;
	width:220px;
}
.official_loki {
	color:#FFF;
	font-weight:bold;
	padding:5px 30px 5px 20px;
	font-size:12px;
	text-decoration:none;
	position:absolute;
	bottom:0;
	right:0;
	background:#333ea1 url(../images/list_icon4_on.gif) no-repeat;
	background-position:140px 10px;
	transition-property: background ;    transition-duration:0.5s;
}
.official_loki:hover {
	background: #333 url(../images/list_icon4_on.gif) no-repeat;
	background-position:140px 10px;
	transition-property: background ;    transition-duration:0.5s;
}

/*----------------↑ ロキ専用 ↑----------------*/


/*-----------------Recruite Page CSS-----------------*/

.recruit_btn_box a {
	display:block;
	margin-bottom:30px;
	background:#111;
	position:relative;
	text-decoration:none;
	opacity:1;
	transition-property: opacity ;    transition-duration:0.5s;
}
.recruit_btn_box a:hover {
	opacity:0.7;
	transition-property: opacity ;    transition-duration:0.5s;
}
.recruit_btn_box a span {
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	color:#fff;
	text-align:center;
}
.recruit_btn_box a span.rec_btn_title {
	display:block;
	position:absolute;
	left:30px;
	top:35px;
	color:#FFF;
	font-size:26px;
}
.recruit_btn_box a span.rec_btn_on {
	background-color:#e80;
}

/*-----------------Access Page CSS-----------------*/

#page_access #main_content {
	min-height:500px;
	padding-bottom:0;
}
#access_map_text {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	position:relative
}
#map_box {
	position:relative;
	overflow:hidden;
	margin-bottom:100px;
}
#access_map_text .map_btn {
	position:absolute;
	bottom:250px;
	right:0;
	z-index:500;
}
#access_map_text p {
	background:#1f2a8c;
	color:#FFF;
	margin:0;
	padding:15px 25px;
	font-weight:bold;
}

.access_list {
	width:100%;
	overflow:hidden;
	clear:both;
	background:#333;
	color:#fff;
}
.access_list li {
	float:left;
	width:310px;
	text-align:center;
	padding:10px;
	border-right:#222 solid 1px;
	border-left:#444 solid 1px;
	
}
.access_list li.list_last {
	border-right:none;
}

/*-------contact page css--------*/

#page_contact p.contact_text {
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
#page_contact .contact_tell h2 {
	border-left:none;
	background:#1f2a8c url(../images/menu_bg.png) no-repeat top center;
	width:50%;
	padding:15px 0;
	text-align:center;
	color:#FFF;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin:0;
}
.contact_tell {
	background:#f7f7f7;
	clear:both;
	overflow:hidden;
	border:#c3c3c3 solid 1px;
	margin-bottom:50px;
}
.contact_tell p {
	text-align:center;
	margin:0;
	padding:0;
}
.contact_pic_text {
	font-size:20px;
}
.contact_pic_text_mail {
	padding:20px 0;
}
#contact_form_box {
	color:#333;
	clear:both;
	background:#f7f7f7;
	border:#c3c3c3 solid 1px;
	font-weight:bold;
    padding-bottom: 30px;
}
#contact_form_box h2 {
	background:#1f2a8c url(../images/menu_bg.png) no-repeat top center;
	text-align:center;
	color:#FFF;
	padding:15px 0;
}
.req span, .must {
	display:inline-block;
	padding:3px 8px;
	background:#cd0000;
	color:#FFF;
	font-size:10px;
	line-height:10px;
	margin:0 10px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
    vertical-align: inherit;
}
#contact_form_box table th {
	text-align:right;
	width:27%;
	line-height:14px;
}
#contact_form_box table th span {
	font-size:12px;
}
#contact_form_box table td input,
#contact_form_box table td textarea {
	background:#e7e7e7;
	color:#333;
	font-weight:normal;
	border:none;
	padding:7px;
	box-shadow:rgba(133, 133, 133, 0.298039) 0px 0px 3px 2px inset;
-webkit-box-shadow:rgba(133, 133, 133, 0.298039) 0px 0px 3px 2px inset;
-moz-box-shadow:rgba(133, 133, 133, 0.298039) 0px 0px 3px 2px inset;
}
#contact_form_box table td input:focus,
#contact_form_box table td textarea:focus {
	background:#FFF;
}
.form_pry {
	font-size:12px;
	color:#1f2a8c;
}
.must_setumei {
    padding: 10px 10px 0 0;
	text-align:center;
}
#confirm #help {
	text-align:center;
}
#confirm #process,
#ok #process {
	background:#1f2a8c;
	text-align:center;
	padding:10px;
	color:#FFF;
	margin-bottom:0;
}
#ok #process {
	margin-bottom:40px;
}
#confirm #process strong,
#ok #process strong {
	color:#FFF;
}
#ok p {
	text-align:center;
	font-size:16px;
	line-height:26px;
}
#confirm form {
	background:#efefef;
	padding:40px;
}
#confirm table {
	width:700px;
	margin:0 auto;
	background:#FFF;
	margin-bottom:40px;
}
#confirm table th {
	width:200px;
	text-align:right;
}
#confirm table th,
#confirm table td {
	padding:15px 10px;
	border-bottom:#efefef solid 1px;
}
#confirm #submit {
    width: 540px;
	padding:0;
	font-size:12px;
	text-align:center;
}
#confirm #submit .submit .btn,
#confirm #submit .reset .btn {
	width:240px;
	font-size:16px;
	font-weight:bold;
}
/*#page_contact p.contact_text {
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
#page_contact .contact_tell h2 {
	border-left:none;
	background:#1f2a8c url(../images/menu_bg.png) no-repeat top center;
	width:50%;
	padding:15px 0;
	text-align:center;
	color:#FFF;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin:0;
}
.contact_tell {
	background:#f7f7f7;
	clear:both;
	overflow:hidden;
	border:#c3c3c3 solid 1px;
	margin-bottom:50px;
}
.contact_tell p {
	text-align:center;
	margin:0;
	padding:0;
}
.contact_pic_text {
	font-size:20px;
}
.contact_pic_text_mail {
	padding:20px 0;
}
#contact_form_box {
	color:#333;
	clear:both;
	background:#f7f7f7;
	border:#c3c3c3 solid 1px;
	font-weight:bold;
	padding-bottom:20px;
}
#contact_form_box h2 {
	background:#1f2a8c url(../images/menu_bg.png) no-repeat top center;
	text-align:center;
	color:#FFF;
	padding:15px 0;
}
#contact_form_box table {
	width:100%;
}
#contact_form_box table th,
#contact_form_box table td {
	padding:15px 10px;
}
#contact_form_box table th {
	text-align:right;
	width:30%;
}
#contact_form_box table td {
	width:70%;
}
#contact_form_box table td input,
#contact_form_box table td textarea {
	background:#e7e7e7;
	color:#333;
	padding:7px;
	font-weight:normal;
	border:none;
}
#contact_form_box table td input:focus,
#contact_form_box table td textarea:focus {
	background:#FFF;
}
.form_half {
	width:230px;
}
.form_full {
	width:480px;
}
.mfp_buttons {
	text-align:center;
	margin:0 auto;
	padding:20px 0;
}
.mfp_buttons button {
	color:#FFF;
	padding:10px 50px;
	border:none;
	font-size:18px;
	margin:0 12px;
}
.must {
	display:inline-block;
	padding:3px 8px;
	background:#cd0000;
	color:#FFF;
	font-size:10px;
	line-height:10px;
	margin:0 10px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
    vertical-align: inherit;
}
.must_setumei {
    padding: 10px 90px 0 0;
	text-align:center;
}
.form_submit { background:#1f2a8c; transition-property: background ;    transition-duration:0.5s;}
.form_submit:hover { background:#3f8dca; transition-property: background ;    transition-duration:0.5s;}

.form_reset { background:#333; transition-property: background ;    transition-duration:0.5s;}
.form_reset:hover  { background:#111; transition-property: background ;    transition-duration:0.5s;}
.thanks_style {
	text-align:center;
}
#content_box_l .thanks_style h2 {
	font-size:22px;
	padding:10px 0;
	border:none;
	margin-bottom:100px;
}
#content_box_l .thanks_style h3 {
	margin:25px 0;
}
.thanks_img {
	padding:100px 0 0;
}*/
/*-------etc page css--------*/

.sitemap_home {
	font-size:24px;
	padding:10px 0;
	border-bottom:#CCC solid 1px;
	display:block;
	text-decoration:none;
	color:#333;
	margin:10px 0 40px;
	font-weight:bold;
}
a.sitemap_home:hover {
	color:#1f2a8c
}
.site_map_list {
	width:300px;
	margin:0 40px 0 0;
	display:block;
	float:left;
}
.site_map_list_r {
	float:right;
	margin:0;
}
.site_map_list li.sitemap_list_title a {
	font-size:22px;
	font-weight:bold;
	padding-left:0;
}
.site_map_list li.sitemap_list_title a:hover {
	color:#1f2a8c
}
.site_map_list li.sitemap_list_title:hover,
.site_map_list li.sitemap_list_title  {
	background:#FFF;
}
.site_map_list li {
	font-size:18px;
	border-bottom:#CCC solid 1px;
	background:url(../images/list_icon5.gif) no-repeat;
	background-position:10px 20px;
	transition-property: background ;    transition-duration:0.5s;
}
.site_map_list li:hover {
	background:#1f2a8c url(../images/list_icon5_on.gif) no-repeat;
	background-position:10px 20px;
	transition-property: background ;    transition-duration:0.5s;
}
.site_map_list a {
	display:block;
	padding:10px 0;
	text-decoration:none;
	color:#333;
	padding-left:30px;
}
.site_map_list li.sitemap_kasou {
	background:url(../images/list_icon6.gif) no-repeat;
	background-position:40px 20px;
}
.site_map_list li.sitemap_kasou:hover {
	background:#1f2a8c url(../images/list_icon6_on.gif) no-repeat;
	background-position:40px 20px;
}
.site_map_list li.sitemap_kasou a {
	padding-left:60px;
}
.site_map_list li.sitemap_kasou a:hover,
.site_map_list a:hover {
	color:#FFF;
}
.disc_list {
	margin-bottom:20px;
}

.disc_list li {
	list-style:disc;
	margin-left:20px;
}
@charset "UTF-8";

/*
	↓公開時に削除すること
	最終更新日 : 2013.12.28
*/




/*--------------------------------------------------
	button
--------------------------------------------------*/

.btn {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: baseline;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
	border: none;
}
.btn:hover { text-decoration: none; }
.btn:active {
	position: relative;
	top: 1px;
}

/*--------------------------------------------------
	process
--------------------------------------------------*/

#process {
	margin-bottom: 20px;
	background: #f7f77c;
	padding: .5em;
	letter-spacing: .25em;
}
#process strong { color: #c00; }

/*--------------------------------------------------
	help
--------------------------------------------------*/

img.req {
	vertical-align: middle;
	margin-right: 5px;
}

/*--------------------------------------------------
	table
--------------------------------------------------*/

table {
	margin-bottom: 15px;
	width: 100%;
}
th, td {
	padding: 12px 0;
}
th {
	color: #333;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
td { text-align: left; }
td dt, td dd { float: left; }
td dt { width: 20px; margin-left: 20px; }
td dt:first-child { margin-left: 0; }

/* req */

td.req {
	text-align: center;
	width: 65px;
	font-size: .1rem;
	font-size: 1px;
}

/* help */

td p {
	margin: 5px 0 0 0;
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 1.3;
}
td p.desc { margin: 0 0 5px 0; }
span.help {
	color: #BD0707;
	font-size: 1.3rem;
	font-size: 13px;
}

/*--------------------------------------------------
	form
--------------------------------------------------*/

td input, td textarea {
	padding: 3px;
	border: 1px solid #CCC;
    width: 450px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
td input:focus, td textarea:focus { background: #ffffe5; }

/* label */

td label { margin-right: 10px; }
td label input {
	width: auto;
	padding: 0;
	border: none;
	margin-right: 5px;
}

/* select */

select { margin-right: 5px; }

/* individual */

input.href { width: 222px; }
#zip { width: 100px; }
#zipA { width: 70px; }
#zipB { width: 100px; }
#datepicker { margin-right: 5px; }
.ui-datepicker-trigger {
	background: #4d4d4d;
	border: none;
	vertical-align: top;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	cursor: pointer;
	padding: 2px 5px;
}
.ui-datepicker-trigger:hover { background: #c00; }
.ui-datepicker-trigger:active {
	position: relative;
	top: 1px;
}

/*--------------------------------------------------
	submit
--------------------------------------------------*/

#submit {
	width:360px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding:0 0 0 30px;
}

/* reset */

#submit .reset {
	float: right;
}
#submit .reset .btn {
	background:#333;
	color:#fff;
	width:170px;	
}
#submit .reset .btn:hover, #submit .reset .btn:active { background: #b3b3b3; }

/* submit */

#submit .submit {
	float: left;
}

#submit .submit .btn {
    background: #1f2a8c;
	color:#FFF;
	width:170px;
}
#submit .submit .btn:hover, #submit .submit .btn:active { background: #3f8dca; }



/*--------------------------------------------------
	error_message
--------------------------------------------------*/

td div.error {
	color: #fff;
	padding: 2px 10px;
	background: #e50000;
	margin-bottom: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 400px;
	font-size: 13px;
	font-size: 1.3rem;
}
.error input, .error textarea {
	background: #fff2f2;
	border-color: #e50000;
}
.error label input {
	background: none;
	border: none;
}
* html .error label { background: none; }
*+html .error label { background: none; }

/*--------------------------------------------------
	confirm
--------------------------------------------------*/

#confirm th { padding-right: 20px; }

/*--------------------------------------------------
	ok
--------------------------------------------------*/

#ok { padding: 50px 0; }

/*--------------------------------------------------
	error
--------------------------------------------------*/

#error { padding: 50px 0; }
#error .title {
	font-size: 30px;
	font-size: 3rem;
	color: #f00;
}
#error p {
	color: #f00;
	font-weight: bold;
}
#error .btn {
	background: #f00;
	color: #fff;
	padding: 5px 20px;
}
#error .btn:hover, #error .btn:active { background: #e50000; }


/*--------------------------------------------------
	validationEngine
--------------------------------------------------*/

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #BD0707;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	padding: 5px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	font-size: 0px;
	height: 1px;
	background: #BD0707;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}