@charset "UTF-8";
/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with a its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

/* =Config
-------------------------------------------------------------- */
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

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

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
  clear: both; }

.clear:before, .clear:after {
  display: table;
  content: ""; }

.wrapper:before, .wrapper:after {
  display: table;
  content: ""; }

.format-status .entry-header:before, .format-status .entry-header:after {
  display: table;
  content: ""; }

br.clear {
  clear: both; }

/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
  font-size: 11px;
  line-height: 2.181818182;
  font-weight: bold;
  color: #636363; }

/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
  font-size: 11px;
  line-height: 2.181818182; }

/* Buttons */
.menu-toggle, input[type="submit"], article.post-password-required input[type=submit], li.bypostauthor cite span {
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); }

.menu-toggle, input[type="submit"], article.post-password-required input[type=submit] {
  cursor: pointer; }

.menu-toggle:hover, input[type="submit"]:hover, article.post-password-required input[type=submit]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb); }

.menu-toggle:active, .menu-toggle.toggled-on {
  color: #777;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  -moz-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  -ms-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4; }

input[type="submit"]:active, article.post-password-required input[type=submit]:active, input[type="submit"].toggled-on {
  color: #777;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  -moz-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  -ms-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4; }

li.bypostauthor cite span {
  color: #fff;
  background-color: #0873bb;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  -ms-border-radius: 2px;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  padding: 0; }

/* Form fields */
input[type="text"], input[type="password"], input[type="email"], input[type="url"] {
  padding: 6px;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 3px;
  -ms-border-radius: 3px; }

textarea {
  padding: 6px;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 3px;
  -ms-border-radius: 3px; }

/* Responsive images */
.entry-content img, .comment-content img, .widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
img.size-full, img.size-large, img.header-image, img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
  max-width: 100%; }

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */ }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px; }
  .wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 12px;
    line-height: 2;
    color: #777; }

.gallery-caption, .entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 2;
  color: #777; }

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.entry-content dl.gallery-item {
  margin: 0; }

.gallery-item a {
  display: block;
  width: 90%; }

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto; }

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%; }

.gallery-columns-1 .gallery-icon img {
  padding: 3%; }

/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden; }

#nav-above {
  padding: 24px 0;
  display: none; }

.paged #nav-above {
  display: block; }

.nav-next {
  display: table-row; }

.nav-previous {
  display: table-row; }
  .nav-previous span {
    display: table-cell;
    padding: 0 2px;
    color: #0873bb;
    vertical-align: middle; }

.nav-next span {
  display: table-cell;
  padding: 0 2px;
  color: #0873bb;
  vertical-align: middle; }

.nav-previous a {
  display: table-cell;
  padding-left: 8px;
  line-height: 1.5; }

.nav-next a {
  display: table-cell;
  padding-right: 8px;
  line-height: 1.5; }

.nav-previous, .previous-image {
  float: left;
  max-width: 48%; }

.nav-next, .next-image {
  float: right;
  text-align: right;
  max-width: 48%; }

.nav-single + .comments-area, #comment-nav-above {
  margin: 48px 0; }

/* Author profiles */
.author .archive-header {
  margin-bottom: 24px; }

.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  padding-top: 24px;
  overflow: hidden; }

.author-description p {
  color: #777;
  font-size: 13px;
  line-height: 1.846153846; }

.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px; }
.author.archive .author-avatar {
  margin-top: 0; }

/* =Basic structure
-------------------------------------------------------------- */
/*ADD 20121025*/
#codeal hr {
  margin: 28px 0; }

.EIgreen {
  color: #00b494 !important; }

.EIblue {
  color: #0873bb !important; }

#codeal #main #content .headlineStyle1 {
  padding: 0;
  background: url(image/pattern4_blue.png);
  border: 1px dashed #009fe6; }
  #codeal #main #content .headlineStyle1 span {
    display: inline-block;
    padding: 9px;
    color: #009fe6;
    line-height: 1;
    border-right: 1px dashed #009fe6;
    background: white; }
#codeal #main #content article .headlineStyle1 span {
  font-size: 14px; }
#codeal #main #content.freshman .headlineStyle1 {
  background: url(image/pattern4_blue.png);
  border: 1px dashed #0873bb; }
  #codeal #main #content.freshman .headlineStyle1 span {
    color: #0873bb;
    border-right: 1px dashed #0873bb; }

.headlineStyle2 {
  padding: 12px 9px 8px 9px;
  color: #666;
  font-weight: normal;
  border-bottom: 3px solid #eee;
  background: #fff; }

.headlineStyle3, .headlineStyle4 {
  background: #0873bb;
  border: 1px solid #0873bb;
  color: #fff; }

.headlineStyle3 span {
  display: inline-block;
  margin-right: 9px;
  padding: 9px;
  color: #0873bb;
  border-right: 1px solid #0873bb;
  background: white; }

.headlineStyle4 {
  padding: 9px; }

.entry-header .headlineStyle3 + .archive-meta {
  border-bottom: 1px solid #eee; }

#codeal .buttonStyle {
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none;
  background-image: none;
  background-color: #009fe6;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  box-shadow: none; }
  #codeal .buttonStyle:hover {
    color: #fff;
    background: #398fc8; }
#codeal .buttonStylePink {
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: #ea4579;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  #codeal .buttonStylePink:hover {
    color: #fff;
    background: #f28aab; }
#codeal .buttonStyle.fblogin {
  background: #43619b; }
#codeal .buttonStyleOrange {
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ff8f20; }
  #codeal .buttonStyleOrange:hover {
    color: #fff;
    background: #ffa54c; }
#codeal .buttonStyle.fblogin:hover {
  background: #7b90b9; }
#codeal header.site-header {
  width: 100%; }
#codeal header #header_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1040px; }
#codeal .carousel .top-carousel .item img {
  display: block;
  width: 100%;
  height: 230px;
  position: relative; }
.item p{
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  padding: 10px 20px;
  bottom:0;
  left:0;
  text-align: left;
}
#codeal #topMetaInfo {
  width: 100%;
  color: #fff;
  background: #009fe6; }
  #codeal #topMetaInfo #metaTextWrap {
    margin: 0 auto;
    max-width: 1040px;
    font-size: 13px; }
    #codeal #topMetaInfo #metaTextWrap .metaBoxLeft {
      display: block;
      float: left;
      margin: 0.5em 0;
      line-height: 1;
      vertical-align: bottom; }
    #codeal #topMetaInfo #metaTextWrap .metaBoxRight {
      float: right;
      margin: 0.5em 0; }
  #codeal #topMetaInfo a {
    display: inline-block;
    color: #fff;
    text-decoration: none; }
  #codeal #topMetaInfo .icon_phone {
    padding-left: 14px;
    height: 19px;
    font-size: 14px;
    background: url(image/icon_phone.png) 0 center no-repeat; }
  #codeal #topMetaInfo .phone_time {
    margin-left: 1em;
    font-size: 10px; }
  #codeal #topMetaInfo .mailto {
    display: inline-block;
    padding-left: 18px;
    height: 10px;
    font-size: 10px;
    background: url(image/mailto_l.png) 0 center no-repeat; }
#codeal header hgroup {
  padding: 29px 0 0 0;
  overflow: hidden; }
#codeal h1.site-title {
  height: 46px;
  line-height: 46px; }
  #codeal h1.site-title a {
    padding-top: 46px;
    width: 440px;
    height: 0;
    background-image: url(image/engineershukatu.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 center;
    overflow: hidden; }
#codeal header #loginForm {
  position: absolute;
  top: 29px;
  right: 0;
  display: block;
  width: auto;
  height: 48px;
  font-size: 80%; }
  #codeal header #loginForm form {
    float: right;
    padding-left: 3px;
    border-left: 1px solid #ccc; }
  #codeal header #loginForm .div_text {
    float: left;
    margin-right: 1px;
    margin-left: 3px; }
    #codeal header #loginForm .div_text input {
      margin: 0;
      font-family: Arial,Helvetica,sans-serif;
      height: 12px;
      -ms-border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }

/* LOGIN FORM */
#loginForm #loginsubmit {
  float: left;
  display: block;
  margin: 0;
  height: 26px;
  line-height: 1;
  font-size: 80%;
  color: #666;
  background: #bbbbbb;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede);
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
  background: -ms-linear-gradient(top, #ededed 0%, #dedede);
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ddd;
  -ms-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent; }
  #loginForm #loginsubmit:hover {
    color: #fff;
    border: 1px solid #0873bb;
    background: #0873bb;
    background: -webkit-gradient(linear, left top, left bottom, from(#398fc8), to(#0873bb));
    background: -moz-linear-gradient(top, #398fc8 0%, #0873bb);
    background: -ms-linear-gradient(top, #398fc8 0%, #0873bb); }
  #loginForm #loginsubmit:active, #loginForm #loginsubmit.toggled-on {
    color: inhert;
    background-color: inhert;
    background-image: inhert;
    box-shadow: inhert;
    -moz-box-shadow: inhert;
    -ms-box-shadow: inhert; }

#codeal header #loginForm .button_div {
  padding-top: 4px;
  line-height: 1; }
#codeal header #loginForm .newUser {
  display: inline;
  float: left;
  margin-right: 6px;
  width: 225px;
  height: 48px;
  font-size: 14px;
  text-align: center; }
  #codeal header #loginForm .newUser p {
    display: none;
    margin: 1em auto 0 auto;
    width: 95%;
    text-align: center;
    font-size: 12px; }
  #codeal header #loginForm .newUser .newUserText {
    margin: 4px 0 0 0;
    padding: 5px;
    width: 190px;
    line-height: 1;
    font-size: 10px;
    border: 1px solid #eee;
    background: url(image/pattern5.png); }
  #codeal header #loginForm .newUser .loginBtnSet {
    margin: 0 auto;
    width: 225px; }
  #codeal header #loginForm .newUser .buttonStyle {
    position: relative;
    display: block;
    float: left;
    padding: 0;
    width: 110px;
    height: 46px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden; }
    #codeal header #loginForm .newUser .buttonStyle span {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      padding-top: 48px;
      width: 110px;
      height: 0;
      background: url(image/loginform_bg.png) center 0 no-repeat; }
    #codeal header #loginForm .newUser .buttonStyle.fblogin {
      float: right; }
      #codeal header #loginForm .newUser .buttonStyle.fblogin span {
        background: url(image/fb_login.png) center 0 no-repeat; }
#codeal header #loginForm .logged_in_user {
  padding: 10px;
  line-height: 1.4;
  text-align: right;
  border: 1px solid #ddd;
  background: url(image/pattern5.png); }
  #codeal header #loginForm .logged_in_user a {
    color: #009fe6; }
#codeal #wpmem_reg, #codeal #wpmem_login {
  margin: 3em 0 0 0;
  padding: 20px;
  background: url(image/pattern5.png); }
#codeal #wpmem_reg .form, #codeal #wpmem_login .form {
  padding: 10px;
  background: #fff; }
#codeal #wpmem_reg fieldset, #codeal #wpmem_login fieldset {
  margin: 0 auto;
  padding: 0; }
#codeal #wpmem_reg label.text, #codeal #wpmem_reg label.checkbox, #codeal #wpmem_reg label.multicheckbox, 
#codeal #wpmem_reg label.textarea, #codeal #wpmem_reg label.select, #codeal #wpmem_reg label.multiselect, 
#codeal #wpmem_reg label.radio {
  padding-left: 0; }
#codeal #wpmem_login label {
  padding-left: 0; }
#codeal #wpmem_reg .div_text, #codeal #wpmem_reg .div_select, #codeal #wpmem_reg .div_multiselect, #codeal #wpmem_reg .div_multicheckbox, #codeal #wpmem_reg .div_radio {
  max-width:70%; /*   width: 70%; */ clear:right; }
#codeal #wpmem_reg .div_textarea {
  width: 71% }
#codeal #wpmem_login .div_text {
  width: 380px; }
#codeal #wpmem_reg .div_textarea textarea, #codeal #wpmem_reg .textbox {
  width: 360px; }
#codeal #wpmem_reg .div_textarea textarea { 
  width: 360px; }
#codeal #wpmem_reg #last_name.textbox, #codeal #wpmem_reg #first_name.textbox,
#codeal #wpmem_reg #last_kana.textbox, #codeal #wpmem_reg #first_kana.textbox {
  width: 100px; }
#codeal #wpmem_reg #tel1.textbox, #codeal #wpmem_reg #tel2.textbox, #codeal #wpmem_reg #tel3.textbox {
  width: 60px; }
#codeal #wpmem_reg .multiselect, #codeal #wpmem_reg .dropdown {
  width: 380px; }
#codeal #wpmem_login .textbox, #codeal #wpmem_reg .username, #codeal #wpmem_login .username, #codeal #wpmem_reg .password, #codeal #wpmem_login .password {
  width: 360px; }
#codeal #wpmem_reg .regist_interest_box {
  width:650px;
  max-width:100%;
  box-sizing:border-box;
  padding:0.5em 1em;
  margin:2em 0;
  border:double 5px #4ec4d3;
  clear:both;
}
#codeal #wpmem_reg .textbox:focus, #codeal #wpmem_reg .textbox:hover {
  border-color: #0873bb; }
#codeal #wpmem_login .textbox:focus, #codeal #wpmem_login .textbox:hover {
  border-color: #0873bb; }
#codeal #wpmem_reg .username:focus, #codeal #wpmem_reg .username:hover {
  border-color: #0873bb; }
#codeal #wpmem_login .username:focus, #codeal #wpmem_login .username:hover {
  border-color: #0873bb; }
#codeal #wpmem_reg .password:focus, #codeal #wpmem_reg .password:hover {
  border-color: #0873bb; }
#codeal #wpmem_login .password:focus, #codeal #wpmem_login .password:hover {
  border-color: #0873bb; }
#codeal #wpmem_reg .buttons, #codeal #wpmem_login .buttons {
  margin: 0;
  vertical-align: bottom; }
#codeal #wpmem_reg .buttons[type="submit"] {
  color: #fff;
  font-size: 120%;
  background: #0873bb;
  background: -moz-linear-gradient(top, #398fc8 0%, #0873bb);
  background: -webkit-gradient(linear, left top, left bottom, from(#398fc8), to(#0873bb));
  background: -ms-linear-gradient(top, #398fc8 0%, #0873bb);
  border: 1px solid #0873bb;
  -ms-box-shadow: 0px 0px 2px rgba(68, 68, 68, 0.5), inset 0px 0px 0px rgba(0, 180, 147, 0.6);
  -moz-box-shadow: 0px 0px 2px rgba(68, 68, 68, 0.5), inset 0px 0px 0px rgba(0, 180, 147, 0.6);
  -webkit-box-shadow: 0px 0px 2px rgba(68, 68, 68, 0.5), inset 0px 0px 0px rgba(0, 180, 147, 0.6);
  box-shadow: 0px 0px 2px rgba(68, 68, 68, 0.5), inset 0px 0px 0px rgba(0, 180, 147, 0.6); }
  #codeal #wpmem_reg .buttons[type="submit"]:hover {
    border: 1px solid #0873bb;
    background: #0873bb;
    background: -webkit-gradient(linear, left top, left bottom, from(#398fc8), to(#0873bb));
    background: -moz-linear-gradient(top, #398fc8 0%, #0873bb);
    background: -ms-linear-gradient(top, #398fc8 0%, #0873bb); }
#codeal #nlmg-resign-form .submit {
  margin: 3em 0;
  text-align: center; }
#codeal #nlmg-resign-form input {
  padding: 0.5em 1em;
  font-size: 100%; }
  #codeal #nlmg-resign-form input:hover {
    color: #fff;
    border: 1px solid #0873bb;
    background: #0873bb;
    background: -webkit-gradient(linear, left top, left bottom, from(#398fc8), to(#0873bb));
    background: -moz-linear-gradient(top, #398fc8 0%, #0873bb);
    background: -ms-linear-gradient(top, #398fc8 0%, #0873bb); }
#codeal #wpmem_login .button_div .buttons:hover {
  color: #fff;
  border: 1px solid #0873bb;
  background: #0873bb;
  background: -webkit-gradient(linear, left top, left bottom, from(#398fc8), to(#0873bb));
  background: -moz-linear-gradient(top, #398fc8 0%, #0873bb);
  background: -ms-linear-gradient(top, #398fc8 0%, #0873bb); }
#codeal #wpmem_login div.fblogin {
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #ddd; }
#codeal #wpmem_login .buttonStyle.fblogin {
  margin-top: 1em;
  padding: 0 1em;
  height: 35px;
  line-height: 35px;
  font-size: 90%;
  overflow: hidden; }
  #codeal #wpmem_login .buttonStyle.fblogin span {
    display: block;
    padding-top: 35px;
    height: 0;
    background: url(image/fblogin_l.png) center no-repeat; }
#codeal #wpmem_login legend {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden; }
#codeal #wpmem_login.page_login {
  font-size: 80%; }
#codeal input.password {
  font-family: sans-serif; }
#codeal #wpmem_msg, #codeal .wpmem_msg {
  margin: 0 0 10px 0;
  padding: 0;
  width: auto;
  color: #d43245;
  border: none;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ededed;
  background: url(image/pattern5.png);
  overflow: visible; }
#codeal #wpmem_msg h2 {
  margin: 0;
  padding: 10px;
  color: #d43245;
  font-size: 100%;
  border: none;
  border-bottom: 2px solid #fff; }
#codeal #wpmem_msg p {
  margin: 1em 0; }
#codeal #wpmem_msg a {
  display: block;
  margin: 0 0 1em 0;
  color: #444; }
  #codeal #wpmem_msg a:hover {
    color: #d43245;
    text-decoration: none; }
#codeal .more-login-wrap {
  margin-top: 2em;
  margin-bottom: -3em;
  padding: 20px 15px 0 15px;
  background: url(image/pattern5.png); }
#codeal .entry-content .more-login-wrap h4 {
  margin: 0 0 -1px 0;
  padding: 0;
  height: 45px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: url(image/more-login_es.png) no-repeat; }
#codeal .entry-content .more-login-wrap ul {
  margin: 0 5px 0 5px;
  padding: 1em 2em 0.5em 2em;
  background: #fff; }
  #codeal .entry-content .more-login-wrap ul li {
    margin: 0 0 1em 0;
    padding-left: 1.5em;
    list-style: none;
    line-height: 1.4;
    background: url(image/arrow_right_blue.png) 0 0.5em no-repeat; }
#codeal .main-navigation ul.nav-menu, #codeal .main-navigation div.nav-menu > ul {
  margin: 0 auto;
  max-width: 1040px;
  border: none; }
#codeal .main-navigation li {
  margin: 0; }
  #codeal .main-navigation li a {
    display: block;
    padding: 0 20px;
    transition: box-shadow 0.1s ease;
    -webkit-transition: -webkit-box-shadow 0.1s ease;
    -moz-transition: -moz-box-shadow 0.1s ease;
    -o-transition: -o-box-shadow 0.1s ease;
    -ms-transition: -ms-box-shadow 0.1s ease; }
    #codeal .main-navigation li a:hover {
      color: inherit;
      -webkit-box-shadow: 0 0 1px 1px #0873bb inset;
      -moz-box-shadow: 0 0 1px 1px #0873bb inset;
      -o-box-shadow: 0 0 1px 1px #0873bb inset;
      -ms-box-shadow: 0 0 1px 1px #0873bb inset;
      box-shadow: 0 0 1px 1px #0873bb inset; }
#codeal .main-navigation .sub-menuOn > a {
  padding: 0 19px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee; }
#codeal .main-navigation li ul {
  opacity: 0;
  border: 1px solid #eee; }
  #codeal .main-navigation li ul li a {
    padding: 8px 10px;
    width: 200px;
    border: none;
    background: #fff; }
#codeal #mainVisual_wrap {
  position: relative;
  width: 100%;
  height: 270px;
  padding: 10px 0 0 0;
  background: url(image/pattern1.png);
  border-bottom: 1px solid #eee;
  overflow: hidden; }
  #codeal #mainVisual_wrap .flexslider {
    z-index: 1;
    opacity: 0; }
    #codeal #mainVisual_wrap .flexslider .flex-viewport {
      overflow: visible !important; }

/* WP-MEMBERS CSS OVERRIDE */
/*	#codeal .main-navigation li.current_page_item {
		background: #0873bb;
	}
	#codeal .main-navigation li.current_page_item a {
		color: #fff;
	}*/
#mainVisual {
  margin: -3px auto 0 auto;
  padding: 3px 0;
  height: 240px;
  list-style: none;
  overflow: hidden; }
  #mainVisual img {
    margin: 0 auto;
    width: 1040px;
    height: 240px; }
  #mainVisual a img {
    transition: box-shadow 0.1s ease;
    -webkit-transition: -webkit-box-shadow 0.1s ease;
    -moz-transition: -moz-box-shadow 0.1s ease;
    -o-transition: -o-box-shadow 0.1s ease;
    -ms-transition: -ms-box-shadow 0.1s ease; }
    #mainVisual a img:hover {
      box-shadow: 0 0 0px 2px #ea4579;
      -moz-box-shadow: 0 0 0px 2px #ea4579;
      -ms-box-shadow: 0 0 0px 2px #ea4579; }

/*flexslide override*/
#codeal .flex-control-nav {
  position: relative;
  bottom: 3px;
  height: 30px; }
  #codeal .flex-control-nav li {
    margin: 11px 3px; }
#codeal .flex-control-paging li a {
  width: 8px;
  height: 8px;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  background: #ddd; }
  #codeal .flex-control-paging li a:hover {
    background: #ccc; }
  #codeal .flex-control-paging li a.flex-active {
    background: #0873bb; }
#codeal .freshman .flex-control-paging li a.flex-active {
  background: #0873bb; }

#searchArea {
  display: table;
  width: 100%;
  height: 110px; }
  #searchArea.freshman {
    margin-bottom: 0; }
  #searchArea h2.searchTitle {
    display: table-cell;
    padding: 5px;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle; }
    #searchArea h2.searchTitle.searchTitle_intern {
      background: #0873bb; }
    #searchArea h2.searchTitle.searchTitle_freshman {
      letter-spacing: 4px;
      background: #009fe6; }
    #searchArea h2.searchTitle span {
      display: block;
      padding-bottom: 44px;
      line-height: 1;
      background: url(image/searchIcon.png) no-repeat;
      background-size: auto 35px;
      background-position: center 25px; }
  #searchArea form {
    background: url(image/pattern5.png); }
    #searchArea form .searhFormWrap {
      display: table-cell;
      padding: 10px;
      width: 100%;
      height: 90px;
      vertical-align: middle;
      color: #009fe6; }
    #searchArea form input[type="text"] {
      margin-bottom: 0.5em;
      width: 90%; }
    #searchArea form .submitBtn {
      display: table-cell;
      padding: 0 20px;
      height: 110px;
      vertical-align: middle; }
      #searchArea form .submitBtn input {
        width: 60px;
        height: 60px;
        font-size: 14px; }

.internList .searchTitle_freshman {
  background: #b4d5ea; }
.internList.freshman .searchTitle_intern {
  background: #b2e8de; }
.internList.freshman #searchArea h2.searchTitle.searchTitle_freshman {
  background: #0873bb; }

.noImage {
  float: left;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-image: url(image/no_image_for_nothing.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center; }
  .noImage.sq50 {
    width: 50px;
    height: 50px; }
  .noImage.sq100 {
    width: 100px;
    height: 100px; }
  .noImage.sq120 {
    width: 120px;
    height: 120px; }

#newInternList {
  position: relative;
  margin: 0 0 56px 0; }
  #newInternList .wrapper {
    padding: 28px 2em 14px 2em;
    -ms-box-shadow: 0 1px 5px 0px #ccc inset;
    -moz-box-shadow: 0 1px 5px 0px #ccc inset;
    -webkit-box-shadow: 0 1px 5px 0px #ccc inset;
    box-shadow: 0 1px 5px 0px #ccc inset;
    background: url(image/pattern1.png); }
  #newInternList .title {
    font-weight: normal;
    margin-bottom: 28px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    color: #ea4579;
    border: none;
    border-bottom: 2px solid #ea4579;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none; }
    #newInternList .title:hover {
      font-weight: normal;
      margin-bottom: 28px;
      padding: 0;
      text-align: center;
      font-size: 20px;
      color: #ea4579;
      border: none;
      border-bottom: 2px solid #ea4579;
      -ms-box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none; }
  #newInternList li {
    position: relative;
    margin-bottom: 14px;
    padding: 14px;
    -ms-box-shadow: 0 0 1px 1px #eee;
    -moz-box-shadow: 0 0 1px 1px #eee;
    -webkit-box-shadow: 0 0 1px 1px #eee;
    box-shadow: 0 0 1px 1px #eee;
    border: 1px solid #fff;
    background: #fff; }
    #newInternList li:hover {
      border: 1px solid #0873bb; }
    #newInternList li img {
      position: relative;
      float: left;
      width: 120px;
      height: auto;
      max-height: 120px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      z-index: 100; }
    #newInternList li div.internlistText {
      float: right;
      width: 448px;
      min-height: 90px; }
    #newInternList li a.interntitle {
      position: relative;
      display: inline-block;
      line-height: 1;
      font-size: 17px;
      z-index: 100; }
    #newInternList li p.list_compname {
      display: inline-block;
      margin-right: 6px;
      line-height: 1;
      font-size: 17px; }
    #newInternList li a.label_intern, #newInternList li a.label_freshman {
      display: inline-block;
      margin: 0 3px;
      padding: 3px;
      vertical-align: 3px;
      line-height: 14px;
      font-size: 10px;
      text-decoration: none;
      color: #fff;
      border-radius: 3px;
      -ms-border-radius: 3px; }
    #newInternList li a.label_intern {
      background: #0873bb; }
      #newInternList li a.label_intern:hover {
        background: #398fc8; }
    #newInternList li a.label_freshman {
      background: #0873bb; }
      #newInternList li a.label_freshman:hover {
        background: #529dcf; }
    #newInternList li p.workexp {
      margin-top: 12px;
      height: 36px;
      line-height: 1.4;
      font-size: 13px;
      color: #242424;
      overflow: hidden; }
  #newInternList .feature-post {
    margin-top: 28px; }

li p.workmeta {
  margin-top: 11px;
  padding: 0 5px;
  line-height: 1;
  font-size: 12px;
  color: #666;
  background: url(image/pattern5.png); }
  li p.workmeta span {
    display: inline-block;
    padding: 5px 0; }
    li p.workmeta span.nearest_station, li p.workmeta span.company_address {
      float: left; }

#newInternList a.newjobmore {
  display: block;
  margin: 0 auto;
  width: 180px;
  text-align: center; }
#newInternList table.applylink {
  table-layout: fixed;
  clear: both;
  width: 100%; }
  #newInternList table.applylink td {
    width: 100%;
    text-align: center; }
#newInternList table td.padLeft {
  padding-left: 5px; }
#newInternList table td.padRight {
  padding-right: 5px; }
#newInternList table.applylink td a {
  padding: 10px;
  display: block;
  text-decoration: none; }
  #newInternList table.applylink td a.btn_applylink_intern, #newInternList table.applylink td a.btn_applylink_freshman {
    text-decoration: underline;
    color: #0873bb;
    background: url(image/pattern5.png); }
    #newInternList table.applylink td a.btn_applylink_intern:hover, #newInternList table.applylink td a.btn_applylink_freshman:hover {
      text-decoration: none;
      color: #fff;
      background: #0873bb; }

/*
	div.listOpenClose {
		position: absolute;
		bottom: -31px;
		width: 100%;
		height: 36px;
	}
	div.listOpenClose a {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 36px;
		outline: none;
		background-image: url(image/listOpenClose_bg.png);
		background-repeat: no-repeat;
	}
	div.listOpenClose.listOpen a {
		background-position: center -36px;
	}
	div.listOpenClose.listClose a {
		background-position: center 1px;
	}
*/
ul.tiles {
  margin: 1em 0 1em 0;
  padding: 0;
  list-style: none; }
  ul.tiles li {
    position: relative;
    float: left;
    margin: 0 14px 14px 0;
    padding: 10px;
    width: 192px;
    height: 265px;
    border: 1px solid #eee;
    line-height: 1.4;
    list-style: none;
    background: #fff; }
    ul.tiles li:nth-child(3n), ul.tiles li:last-child, ul.tiles li.nth-child3, ul.tiles li.last-child {
      margin-right: 0 !important; }
    ul.tiles li:hover {
      border: 1px solid #0873bb;
      cursor: pointer; }
    ul.tiles li .thumb {
      display: block;
      margin-bottom: 1em;
      width: 192px;
      height: 125px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background-position: center;
      background-size: cover;
      overflow: hidden; }
    ul.tiles li img {
      display: block;
      margin: 0 auto;
      box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -ms-border-radius: 0;
      border-radius: 0; }
    ul.tiles li a.title {
      display: block;
      margin-bottom: 1em;
      font-weight: bold; }
    ul.tiles li p.excerpt {
      height: 72px;
      color: #666;
      font-size: 13px;
      overflow: hidden; }
    ul.tiles li span.label_series {
      position: absolute;
      top: 98px;
      left: 10px;
      padding: 5px 10px;
      width: auto;
      height: 1em;
      line-height: 1.0;
      font-size: 10px;
      color: #fff;
      background: rgba(8, 115, 187, 0.8); }

a.linktoMore {
  display: list-item;
  line-height: 1;
  text-align: right;
  list-style-image: url(image/arrow_right_blue.png);
  list-style-position: inside; }

ul.tiles + a.linktoMore {
  margin: -1em 0 2em 0; }

.index-seriesHeadline {
  padding: 14px 5px 1px 5px;
  font-weight: normal; }
  .index-seriesHeadline span {
    display: inline-block;
    margin-right: 10px;
    padding: 18px 0;
    width: 50px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #0873bb;
    -ms-border-radius: 3px;
    border-radius: 3px; }

ul.column-series {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none; }
  ul.column-series li {
    padding: 5px;
    border-bottom: 1px solid #ddd; }
    ul.column-series li:last-child {
      border: none; }
    ul.column-series li a.seriesLink {
      display: block;
      padding-bottom: 1px;
      text-decoration: none; }
      ul.column-series li a.seriesLink div {
        float: left;
        margin: 0 10px 0 0;
        -ms-border-radius: 3px;
        border-radius: 3px; }
      ul.column-series li a.seriesLink .seriesTitle {
        display: block;
        padding: 1px 0 6px 0;
        line-height: 1;
        text-decoration: underline;
        font-weight: bold; }
      ul.column-series li a.seriesLink:hover .seriesTitle {
        text-decoration: none; }
      ul.column-series li a.seriesLink .seriesDescription {
        display: block;
        color: #999;
        font-size: 12px;
        line-height: 14px; }
      ul.column-series li.columnsmore {
        width: 100%;
        text-align: center; }
      ul.column-series li.columnsmore > a {
        display:block;
        width: 100%;
        text-decoration: none;
        text-align: center; }

/*Widget*/
#codeal .widget-area {
  padding: 10px 10px 0 10px;
  background: url(image/pattern5.png); }
  #codeal .widget-area .widget {
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    overflow: hidden; }
#codeal h3.widget-title {
  margin: 0 0 10px 0;
  border-left: 3px solid #0873bb;
  line-height: 1;
  font-size: 100%;
  font-weight: normal; }
  #codeal h3.widget-title a {
    display: block;
    padding: 7px 0 7px 7px;
    color: #0873bb;
    text-decoration: none; }
    #codeal h3.widget-title a:hover {
      color: #398fc8; }
#codeal .widget-area .widget.widget-series {
  padding: 0; }
  #codeal .widget-area .widget.widget-series .column-series li {
    margin: 0 10px;
    padding: 5px 0;
    border-bottom: 1px solid #eee; }
    #codeal .widget-area .widget.widget-series .column-series li:last-child {
      border: none; }
  #codeal .widget-area .widget.widget-series .column-series a.seriesLink .seriesTitle {
    line-height: 1.2;
    font-size: 90%;
    font-weight: normal; }
  #codeal .widget-area .widget.widget-series h3.widget-title {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    border: none;
    background: #0873bb; }
  #codeal .widget-area .widget.widget-series li {
    padding: 0 10px 10px 10px;
    line-height: 1.2;
    border: none; }
#codeal .widget-area .widget.widget-newUser {
  padding: 0 0 0.8em 0;
  text-align: center; }
  #codeal .widget-area .widget.widget-newUser .icon {
    display: block;
    margin: 0 auto;
    padding: 5px;
    height: 15px;
    background: url(image/eduCap_blue.png) center center no-repeat #0873bb;
    background-size: 35px; }
  #codeal .widget-area .widget.widget-newUser h3 {
    margin: 0;
    padding: 5px;
    line-height: 1.5;
    color: #0873bb;
    border-bottom: 1px dashed #0873bb;
    background: #fff; }
  #codeal .widget-area .widget.widget-newUser p {
    margin-bottom: 0;
    padding: 10px;
    font-size: 85%;
    line-height: 1.5;
    text-align: left;
    color: #666; }
  #codeal .widget-area .widget.widget-newUser a {
    margin: 0.2em 0;
    padding: 8px 0;
    width: 210px;
    color: #fff; }
    #codeal .widget-area .widget.widget-newUser a.fblogin {
      padding: 0;
      height: 30px;
      line-height: 30px;
      overflow: hidden; }
      #codeal .widget-area .widget.widget-newUser a.fblogin span {
        display: block;
        padding: 32px 0 0 0;
        height: 0;
        background: url(image/fblogin_l.png) center no-repeat; }
#codeal .newInternListWidget li.internmore {
  padding-bottom: 0;
  border: none; }
  #codeal .newInternListWidget li.internmore a {
    display: block;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-size: 90%;
    color: #666; }
    #codeal .newInternListWidget li.internmore a:hover {
      color: #0873bb; }
#codeal .widget .bannerSample {
  width: 210px;
  height: 60px;
  background: #7D1198; }
#codeal .widget .banner img {
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
#codeal .widget .banner:first-child {
  margin-bottom: 10px; }
#codeal .banner.cloned {
  padding: 1em 0;
  text-align: center;
  border-bottom: 1px dashed #ccc; }
#codeal .widget-area .adsense {
  width: 210px;
  text-align: center;
  overflow: hidden; }
  #codeal .widget-area .adsense ins {
    margin: 0 auto !important;
    background: #fff !important; }
#codeal .widget-area .feedIcon {
  display: block;
  margin: 1.5em auto;
  padding: 20px 0 0 0;
  width: 80px;
  height: 0;
  background: url(image/icon_feed.png) 0 0 no-repeat;
  overflow: hidden; }
  #codeal .widget-area .feedIcon:hover {
    background-position: 0 -20px; }
#codeal .widget-area .SNSwidgetTitle {
  border-width: 0 0 2px 0;
  border-style: solid; }
  #codeal .widget-area .SNSwidgetTitle facebook {
    border-width: 0 0 2px 0;
    border-style: solid; }
  #codeal .widget-area .SNSwidgetTitle.facebook {
    color: #3B5998;
    border-color: #3B5998; }
  #codeal .widget-area .SNSwidgetTitle.twitter {
    color: #2DADDC;
    border-color: #2DADDC; }
#codeal .widget-area #facebook {
  padding: 0; }
#codeal .widget-area #twitter {
  padding: 0;
  background: none; }
#codeal .widget-area #facebook h3, #codeal .widget-area #twitter h3, #codeal .widget-area #facebook h4 {
  clear: none; }
#codeal .widget-area #twitter h4 {
  clear: none; }
#codeal .widget-area #twitter .twtr-tweets {
  padding: 0 5px; }

/*	#codeal .widget-area .widget ul li {
		padding: 0 0 0 10px;
		padding: 0 0 0 0.71428571428571rem;
	}
	#codeal .widget-area .widget a {
		text-decoration: none;
		color: #0873bb;
	}
	#codeal .widget-area .widget a:hover {
		color: #fff;
		background: #0873bb;
	}*/
.newInternListWidget li {
  padding: 5px 0;
  border-bottom: 1px solid #eee; }
  .newInternListWidget li img {
    float: left;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -ms-border-radius: 3px;
    border-radius: 3px; }
.newInternListWidget .internWidgetText {
  float: right;
  width: 150px; }
.newInternListWidget li a.title {
  display: block;
  margin-top: 11px;
  width: auto;
  height: 14px;
  line-height: 1;
  color: #0873bb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .newInternListWidget li a.title:hover {
    color: #398fc8; }
.newInternListWidget li p.kind_job {
  margin: 0;
  width: 100%;
  height: 25px;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#breadcrumb {
  border-bottom: 1px solid #eee; }
  #breadcrumb ul {
    margin: 0 auto;
    padding: 5px 0;
    max-width: 1040px; }
    #breadcrumb ul li {
      display: inline;
      margin-right: 0.5em;
      font-size: 80%;
      color: #666; }

#codeal .archive-header, #codeal .page-header {
  margin: 0;
  padding: 0;
  border: none; }
#codeal #main .internList #content h1.internListTitle {
  margin-top: 28px; }
  #codeal #main .internList #content h1.internListTitle span {
    font-size: 140%;
    font-weight: normal; }
    #codeal #main .internList #content h1.internListTitle span span.postCount {
      display: inline;
      padding: 0 0 0 1em;
      font-size: 70%;
      border: none;
      background: none; }
    #codeal #main .internList #content h1.internListTitle span.postCount.noKeyword {
      font-size: 100%; }
#codeal #main .internList #content #nav-above {
  margin: 0;
  padding: 0; }

#internList {
  margin: 1em 0; }
  #internList li {
    position: relative;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid #eee;
    background: #fff; }
    #internList li:hover {
      border: 1px solid #0873bb; }

.freshman #internList li:hover {
  border: 1px solid #0873bb; }

#internList li img.sticker, #newInternList li img.sticker {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  float: none;
  -ms-border-radius: 0;
  border-radius: 0;
  z-index: 200; }

#internList li img {
  position: relative;
  float: left;
  width: 120px;
  height: auto;
  max-height: 120px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 100; }
#internList li div.internlistText {
  position: relative;
  float: right;
  width: 496px;
  min-height: 120px; }
#internList li a.interntitle {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 17px;
  z-index: 100; }
#internList li p.workexp {
  margin-top: 12px;
  height: 36px;
  line-height: 1.4;
  font-size: 13px;
  color: #242424;
  overflow: hidden; }
#internList li.internmore {
  margin: 2em 0 0 0;
  padding: 0;
  border: none;
  text-align: center; }
  #internList li.internmore a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #fff;
    background: #0873bb; }
    #internList li.internmore a:hover {
      background: #398fc8; }

@media screen and (min-width: 670px) {
  #internList li p.workexp.withCancelBtn {
    padding-right: 80px; } }
li a.boxlink {
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  z-index: 50; }

/*Intern Information Page*/
#codeal .intern .entry-header {
  position: relative;
  margin: 0;
  /*		-webkit-box-shadow: 0 1px 1px 0 #ccc; 
  		-moz-box-shadow: 0 1px 1px 0 #ccc; 
  		-o-box-shadow: 0 1px 1px 0 #ccc;
  		-ms-box-shadow: 0 1px 1px 0 #ccc;
  		box-shadow: 0 1px 1px 0 #ccc;*/
  z-index: 100; }
  #codeal .intern .entry-header .entry-title {
    padding: 0.5em;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #065c95;
    -webkit-text-shadow: 0 0 3px #444;
    -moz-text-shadow: 0 0 3px #444;
    -o-text-shadow: 0 0 3px #444;
    -ms-text-shadow: 0 0 3px #444;
    text-shadow: 0 0 3px #444;
    background: #0873bb; }
  #codeal .intern .entry-header h2.copy {
    padding: 0.5em 11px;
    color: #444;
    font-weight: bold;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #eee; }
#codeal .intern .compImageBox {
  position: relative;
  padding: 20px 30px 0 30px;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  background: url(image/pattern1.png);
  overflow: hidden;
  z-index: 1; }
  #codeal .intern .compImageBox .flexslider {
    opacity: 0; }

.intern .compImageSP img {
  width: 100%;
  height: auto; }

#codeal .intern .flexslider .slides img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 600px;
  max-height: 400px; }
#codeal .intern .flexslider .slides li.sizeW img {
  width: 100% !important;
  height: auto !important; }
#codeal .intern .flexslider .slides li.sizeW-heightMAX img {
  width: auto; }
#codeal .intern .entryBtn {
  margin: 28px 0 0;
  width: 100%;
  clear: both;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  background: url(image/pattern3_blue.png); }
  #codeal .intern .entryBtn input, #codeal .intern .entryBtn button {
    font-size: 100%;
    width: 100px; }
  #codeal .intern .entryBtn .bookmarkBtn {
    line-height: 50px; }
    #codeal .intern .entryBtn .bookmarkBtn button {
      padding: 8px;
      font-size: 80%; }
#codeal .deleteBookmarkBtn.listBtn {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 100; }
#codeal .bookmarkBtn button {
  background-color: #00BBE3; }
  #codeal .bookmarkBtn button:hover {
    background-color: #00D4FF; }
#codeal .deleteBookmarkBtn button {
  border: 1px solid #800000;
  color: #800000;
  background-color: #F6B3C4; }
  #codeal .deleteBookmarkBtn button:hover {
    background-color: #ffe5eb; }
#codeal .applicationStatus {
  text-align: center;
  width: 40px;
  font-size: 12px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 100;
  color: #fff;
  border: 1px solid #00b494;
  background: #00b494;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 20px; }
  #codeal .applicationStatus.reject {
    color: #333;
    border: 1px solid #CCC;
    background: #CCC; }
  #codeal .applicationStatus.pass {
    color: #fff;
    border: 1px solid #00BBE3;
    background: #00BBE3; }
#codeal .applicationCancel {
  position: absolute;
  right: -5px;
  top: 40px;
  z-index: 100; }
  #codeal .applicationCancel input {
    width: 82px;
    border: 1px solid #800000;
    color: #800000;
    background-color: #F6B3C4; }
    #codeal .applicationCancel input:hover {
      background-color: #ffe5eb; }
#codeal .intern .entryBtn .arrow {
  width: 100%;
  height: 60px;
  background: url(image/entryBtnarrow.png) center no-repeat; }
#codeal .intern .loginBtnSet {
  /*display: none;*/
  clear: both;
  padding: 15px 15px;
  text-align: center;
  background: #fdfdfd;
  /* box-shadow: 0 1px 5px #bbb inset;*/
  border: 1px solid #eee;
  border-top: none;
  overflow: hidden; }
  #codeal .intern .loginBtnSet a {
    margin: 5px 9px; }
  #codeal .intern .loginBtnSet p {
    display: inline-block;
    margin: 0 auto 10px auto;
    padding: 5px 10px;
    line-height: 1.4;
    font-size: 85%;
    border: 1px solid #ccc;
    background: url(image/pattern5.png);
    border-radius: 3px; }
  #codeal .intern .loginBtnSet hr {
    margin: 1em 0; }
  #codeal .intern .loginBtnSet .loginform {
    margin: 0 auto;
    max-width: 400px; }
    #codeal .intern .loginBtnSet .loginform fieldset {
      display: inline-block; }
    #codeal .intern .loginBtnSet .loginform .div_text {
      float: left;
      margin-bottom: 5px; }
      #codeal .intern .loginBtnSet .loginform .div_text input {
        height: 12px; }
    #codeal .intern .loginBtnSet .loginform #loginsubmit {
      float: left;
      margin: 0 0 5px 0;
      height: 26px;
      font-size: 80%;
      line-height: 1; }
    #codeal .intern .loginBtnSet .loginform .button_div {
      font-size: 80%;
      text-align: center; }
#codeal .intern p.company_support {
  margin-bottom: 2em;
  padding: 10px 0;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: url(image/pattern5.png); }
  #codeal .intern p.company_support.skype_available {
    margin: 0;
    padding: 7px 0;
    color: #00aff0;
    border-bottom: 1px solid #fff;
    background: url(image/pattern5_sky.png); }
    #codeal .intern p.company_support.skype_available img {
      vertical-align: middle; }
    #codeal .intern p.company_support.skype_available a {
      color: #00aff0; }
      #codeal .intern p.company_support.skype_available a:hover {
        text-decoration: none; }
#codeal .intern .entryBtn.expired, #codeal .intern.freshman .entryBtn.expired {
  margin-bottom: 2em;
  color: #888;
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  background: url(image/pattern5.png); }
#codeal .intern .internInfo {
  margin-bottom: 2em;
  padding: 1em 0;
  line-height: 1.5;
  color: #444;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  background: url(image/pattern1.png); }
#codeal .intern .internLeft {
  float: left;
  width: 325px; }
#codeal .intern .internRight {
  float: right;
  width: 325px; }
#codeal .intern h3 {
  font-size: 120%;
  font-weight: normal; }
#codeal .intern .internInfo p {
  margin: 0 24px;
  color: #444;
  word-break: break-all; }
#codeal .intern .internInfo a {
  color: #666; }
  #codeal .intern .internInfo a:hover {
    color: #398fc8; }
#codeal .intern .internInfo h4 {
  margin: 0 24px 0.2em 24px;
  color: #0873bb;
  font-size: 120%;
  font-weight: normal;
  border-bottom: 1px dashed #065c95; }
#codeal .intern .treatment_point_title {
  margin: 0 24px 0.2em 24px;
  color: #0873bb;
  font-size: 120%;
  font-weight: normal;
  border-bottom: 1px dashed #065c95; }
#codeal .intern .pickup_point_title {
  color: #ea4579;
  border-bottom: 1px dashed #ea4579; }
#codeal .intern .internInfo div:not(.control-label-gaia) {
  margin: 0 24px;
  margin-bottom: 1em; }
#codeal .intern .internInfo img {
  max-width: 100%;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
#codeal .intern .internInfo div.kind_job_comment, #codeal .intern .internInfo div.treatment_point_comment {
  margin: 0.5em 24px 0 24px;
  padding-top: 0.5em;
  font-size: 90%;
  border-top: 1px solid #eee; }
#codeal .intern .internInfo div.kind_job_comment p, #codeal .intern .internInfo div.treatment_point_comment p {
  margin-left: 0;
  margin-right: 0; }
#codeal #newInternList.internSuggest {
  margin: 84px 0 0 0; }
  #codeal #newInternList.internSuggest ul {
    padding: 28px 0;
    padding-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    background: none; }
    #codeal #newInternList.internSuggest ul li {
      padding: 14px;
      border: 1px solid #eee;
      -ms-box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      #codeal #newInternList.internSuggest ul li .internlistText {
        margin-bottom: 0;
        padding: 0;
        min-height: 100px; }
#codeal .internSuggest .suggestTitle {
  border-bottom: 1px solid #0873bb; }
  #codeal .internSuggest .suggestTitle span {
    display: inline-block;
    padding: 0.5em;
    line-height: 1;
    color: #fff;
    font-size: 90%;
    background: #0873bb; }

#newInternList.internSuggest li img {
  width: 120px;
  max-height: 120px; }
#newInternList.internSuggest li div.internlistText {
  width: 496px; }
#newInternList.internSuggest li p.workexp {
  margin-top: 12px;
  height: 36px; }

#codeal #newInternList.internSuggest li:hover, #codeal #newInternList.internSuggest.freshman li:hover {
  border: 1px solid #0873bb; }
#codeal .intern.freshman .entry-header .entry-title {
  border-bottom: 1px solid #0767a8;
  background: #0873bb; }
#codeal .intern.freshman .entryBtn {
  background: url(image/pattern3_blue.png); }
#codeal .intern.freshman .internInfo {
  background: url(image/pattern1.png); }
  #codeal .intern.freshman .internInfo a:hover {
    color: #529dcf; }
  #codeal .intern.freshman .internInfo h4 {
    color: #0873bb;
    border-bottom: 1px dashed #0767a8; }
#codeal .freshman .internSuggest .suggestTitle {
  border-bottom: 1px solid #0873bb; }
  #codeal .freshman .internSuggest .suggestTitle span {
    background: #0873bb; }
#codeal .archive-header {
  margin-bottom: 2em; }

/*Freshman Information Page*/
/* Category Archive */
header .archive-meta {
  margin-top: 0;
  padding: 14px;
  line-height: 1.2;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #eee;
  background: url(image/pattern5.png); }

#codeal h1.titleVisual img {
  width: 100%;
  height: 240px;
  vertical-align: top; }
#codeal #search-box {
  margin-top: 7px;
  text-align: center; }
  #codeal #search-box input[type="text"] {
    width: 40%; }

.catArchiveEntryList li {
  margin-bottom: 2em;
  padding-bottom: 2em;
  height: 135px;
  border-bottom: 1px solid #eee;
  overflow: hidden; }
  .catArchiveEntryList li h2.EntryTitle a {
    position: relative;
    float: left;
    width: 325px;
    height: 135px;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.6;
    text-decoration: underline;
    background-image: url(image/pattern5.png);
    background-position: center;
    overflow: hidden; }
    .catArchiveEntryList li h2.EntryTitle a span {
      position: absolute;
      bottom: 0;
      display: block;
      padding: 0 7px;
      width: 311px;
      min-height: 72px;
      line-height: 1.5;
      font-size: 16px;
      text-decoration: underline;
      background: url(image/transparent1.png); }
      .catArchiveEntryList li h2.EntryTitle a span:hover {
        text-decoration: none; }
    .catArchiveEntryList li h2.EntryTitle a:hover > span {
      text-decoration: none; }
    .catArchiveEntryList li h2.EntryTitle a span span.subtitle {
      position: static;
      display: inline-block;
      padding: 0;
      width: auto;
      min-height: 0;
      line-height: 1.4;
      font-weight: normal;
      font-size: 65%;
      text-decoration: none;
      background: none; }
      .catArchiveEntryList li h2.EntryTitle a span span.subtitle:hover {
        text-decoration: none; }
  .catArchiveEntryList li p.excerpt {
    float: right;
    width: 325px;
    color: #888;
    font-size: 90%;
    line-height: 2; }
    .catArchiveEntryList li p.excerpt:first-line {
      font-size: 120%;
      font-weight: bold;
      color: #444; }

/* entry */
#codeal .entry-header {
  margin-bottom: 42px; }
  #codeal .entry-header h1.entry-title {
    color: #0873bb; }
#codeal #apply-form.freshman .entry-header h1.entry-title {
  color: #0873bb; }
#codeal .entry-header h2.entry-subtitle {
  margin-top: 7px;
  padding: 7px 0;
  border-top: 1px solid #eee;
  font-weight: normal;
  line-height: 1.4;
  color: #666; }
#codeal .entry-header .post-thumbnail {
  margin-top: 42px;
  text-align: center; }
  #codeal .entry-header .post-thumbnail img {
    margin: 0;
    max-width: 600px;
    max-height: 400px;
    width: auto;
    height: auto; }
#codeal .entry-content {
  color: #222;
  font-size: 14px;
  line-height: 26px; }
  #codeal .entry-content h2, #codeal .entry-content h3, #codeal .entry-content h4, #codeal .entry-content h5, #codeal .entry-content h6 {
    margin: 42px 0 0 0;
    color: #000; }
  #codeal .entry-content h2 {
    margin-bottom: 24px;
    padding: 1em 1em;
    color: #0873bb;
    border-top: 1px dashed #0873bb;
    border-bottom: 1px dashed #0873bb; }
    #codeal .entry-content h2.blue {
      color: #0873bb;
      border-top: 1px dashed #0873bb;
      border-bottom: 1px dashed #0873bb; }
#codeal .not-found .entry-content h2 {
  padding: 0; }
#codeal .entry-content h3 {
  color: #0873bb; }
  #codeal .entry-content h3.blue {
    color: #0873bb; }
#codeal .entry-content h1 + *, #codeal .entry-content h2 + *, #codeal .entry-content h3 + *, #codeal .entry-content h4 + *, #codeal .entry-content h5 + *, #codeal .entry-content h6 + * {
  margin-top: 7px; }
#codeal .entry-content ol li {
  margin-bottom: 1.0em; }
#codeal #content iframe {
  border: 1px solid #eee; }
#codeal .site-content article {
  padding-bottom: 0;
  margin-bottom: 28px;
  border: none; }
#codeal #content .suggest {
  margin-top: -28px; }
  #codeal #content .suggest h3 {
    line-height: 1; }
#codeal #content .snsBtn {
  min-width: 363px;
  max-width: 401px;
  height: 20px; }
#codeal #content .entry-header .posted {
  margin: 0 0 28px 0;
  padding: 7px 14px;
  height: 20px;
  background: url(image/pattern5.png); }

.entry-header .archive-meta + .posted {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #eee; }

#codeal #content .archive-meta + .posted + .tags_box {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #eee; }
#codeal #content.intern .posted {
  margin: 0;
  padding: 7px 14px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #eee;
  background: url(image/pattern5.png); }
  #codeal #content.intern .posted.single-intern-footer {
    margin-top: 2em;
    padding: 0;
    border: none;
    background: none; }
#codeal #content .entry-header .posted p.entry-date {
  float: left;
  margin: 0;
  padding: 0;
  max-width: 262px;
  line-height: 20px;
  color: #666; }
#codeal #content .entry-header .snsBtn {
  float: right;
  overflow: hidden; }
#codeal #content.intern .snsBtn {
  float: right;
  overflow: hidden; }
#codeal #content .entry-content .snsBtn {
  float: right;
  margin: 28px 0 14px 0; }
#codeal #content .snsBtn * {
  float: left; }
#codeal #content .snsBtn iframe {
  border: none; }
  #codeal #content .snsBtn iframe.hatena-bookmark-button-frame {
    width: 115px !important; }
  #codeal #content .snsBtn iframe.twitter-share-button {
    width: 98px !important; }
#codeal .fb_iframe_widget iframe {
  max-width: none; }
#codeal .fb-comments.fb_iframe_widget iframe {
  width: 670px !important;
  max-width: 670px; }
#codeal #content .snsBtn .sns_line {
  margin-right: 10px; }
#codeal .intern .linkto_another a {
  display: block;
  float: right;
  margin-top: 14px;
  padding: 7px;
  color: #00b494;
  font-weight: bold;
  text-decoration: none;
  border: 1px dashed #00b494;
  background: #fff; }
  #codeal .intern .linkto_another a:hover {
    border: 1px solid #fff;
    background: #00b494;
    color: #fff; }
#codeal .intern .linkto_another.freshman a {
  color: #009fe6;
  border: 1px dashed #009fe6; }
  #codeal .intern .linkto_another.freshman a:hover {
    color: #fff;
    background: #009fe6; }
#codeal .nav-previous img {
  margin-right: 0.5em; }
#codeal .nav-next img {
  margin-left: 0.5em; }
#codeal p.applyFormTitle {
  margin: 1em 0 0 0;
  padding: 0 0 2px 0;
  font-size: 90%;
  line-height: 1.4;
  color: #0873bb;
  border-bottom: 1px dotted #0873bb; }
#codeal .freshman p.applyFormTitle {
  color: #0873bb;
  border-color: #0873bb; }
#codeal #applyFormTable tr th, #codeal #applyFormTable tr td {
  padding: 1em; }
#codeal #applyFormTable tr th {
  width: 25%;
  font-size: 100%;
  line-height: 1.2;
  vertical-align: middle;
  border-top: 1px solid #fff;
  background: url(image/pattern5.png); }
#codeal #applyFormTable tr:first-child th, #codeal #applyFormTable tr:first-child td {
  border-top: none; }
#codeal #applyFormTable tr td {
  width: 74%; }
  #codeal #applyFormTable tr td input[type=text] {
    width: 60%; }
  #codeal #applyFormTable tr td textarea {
    width: 90%;
    min-width: 90%;
    max-width: 460px; }
#codeal ul.applyFormSelects {
  margin: 0;
  list-style: none; }
  #codeal ul.applyFormSelects li {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px;
    background: url(image/pattern5.png);
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer; }
    #codeal ul.applyFormSelects li * {
      cursor: pointer; }
#codeal p.portfolioEx {
  margin: 0;
  line-height: 1.6; }
#codeal #internList {
  list-style: none; }
  #codeal #internList.applyInternList {
    border-bottom: 1px dashed #bbb; }
    #codeal #internList.applyInternList div.applyInternListColumn {
      position: relative;
      width: 100%; }
    #codeal #internList.applyInternList .applyInternListColumn {
      margin-bottom: 14px;
      height: 100%; }
    #codeal #internList.applyInternList li.multi_apply_check {
      position: relative;
      padding: 0;
      width: 38px;
      height: 100%;
      border: none;
      vertical-align: middle;
      text-align: center;
      background: url(image/pattern5.png); }
      #codeal #internList.applyInternList li.multi_apply_check.checked {
        background: #0873bb; }
#codeal .freshman #internList.applyInternList li.multi_apply_check.checked {
  background: #0873bb; }
#codeal #internList.applyInternList li.multi_apply_check label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer; }
#codeal #apply-form #internList li img {
  box-shadow: none;
  -moz-box-shadow: none; }
#codeal #internList.applyInternList li {
  position: relative;
  display: table-cell;
  margin: 0;
  width: 602px; }
  #codeal #internList.applyInternList li div.internlistText {
    width: 458px; }
#codeal #apply-form #internList li p.workexp, #codeal #apply-form #internList li p.workmeta {
  margin-bottom: 0; }
#codeal div.applyArrow {
  display: block;
  height: 34px;
  background: url(image/triangleArrow_freshblue.png) center no-repeat; }
#codeal .freshman div.applyArrow {
  background: url(image/triangleArrow_freshblue.png) center no-repeat; }
#codeal #apply_job input[type=submit] {
  display: block;
  margin: 1em auto;
  padding: 15px 40px;
  font-size: 100%; }
#codeal #apply-form #internList li {
  margin-left: 0; }
#codeal #apply-form #applyConfirm {
  margin: 0; }
  #codeal #apply-form #applyConfirm dt {
    margin-top: 2em;
    padding: 0.8em 10px;
    line-height: 1;
    border-left: 5px solid #bbb; }
  #codeal #apply-form #applyConfirm dd {
    margin: 0;
    padding: 0.2em 10px;
    border-left: 5px solid #ededed; }
#codeal .quiz_answerBox {
  position: relative; }
  #codeal .quiz_answerBox .shade {
    position: absolute;
    top: 0;
    right: 0;
    width: 552px;
    height: 100%;
    background: #fff; }
  #codeal .quiz_answerBox p {
    display: inline; }
  #codeal .quiz_answerBox a.buttonStyle {
    float: left;
    width: 75px;
    text-align: center;
    background: #ff8f20; }
    #codeal .quiz_answerBox a.buttonStyle:hover {
      background: #ffa54c; }
  #codeal .quiz_answerBox table {
    visibility: hidden;
    float: right;
    margin: 0;
    width: 552px;
    font-size: 90%; }
    #codeal .quiz_answerBox table th {
      padding: 0.5em 0.8em;
      min-height: 40px;
      border-width: 1px;
      border-style: solid;
      border-color: #fff;
      line-height: 1.5;
      word-wrap: break-word; }
    #codeal .quiz_answerBox table td {
      padding: 0.5em 0.8em;
      min-height: 40px;
      border-width: 1px;
      border-style: solid;
      border-color: #fff;
      line-height: 1.5;
      word-wrap: break-word; }
      #codeal .quiz_answerBox table td.arrow-bottom {
        display: none; }
      #codeal .quiz_answerBox table td.arrow-right {
        padding: 0;
        width: 30px;
        background: url(image/arrow_right_orange.png) center 9px no-repeat; }
    #codeal .quiz_answerBox table th {
      width: 2.5em;
      text-align: center;
      vertical-align: middle;
      color: #fff;
      background: #ff8f20; }
    #codeal .quiz_answerBox table td {
      background: #fff3e8; }
#codeal div.titleVisual img {
  width: 100%;
  height: 240px;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none; }
#codeal h1.entry-title.titleVisual img {
  width: 100%;
  height: 240px;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  margin-bottom: -0.5em; }
#codeal table.egTableOrange {
  margin: 0;
  width: auto;
  font-size: 90%; }
#codeal p + table.egTableOrange {
  margin: -24px 0 28px 0; }
#codeal table.egTableOrange th, #codeal table.egTableOrange td {
  padding: 0.5em 0.8em;
  min-height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  line-height: 1.5;
  word-wrap: break-word; }
#codeal table.egTableOrange th {
  width: 2.5em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #ff8f20; }
#codeal table.egTableOrange td {
  background: #fff3e8; }
#codeal .nav-single {
  margin-top: 4em; }
  #codeal .nav-single span.nav-previous, #codeal .nav-single span.nav-next {
    max-width: 30%;
    font-size: 12px; }
  #codeal .nav-single span.buttonStyle {
    padding: 10px 12px; }
    #codeal .nav-single span.buttonStyle span {
      color: #fff; }
  #codeal .nav-single + .toTop {
    margin-top: 2em; }
  #codeal .nav-single .buttonStyle a {
    color: #fff;
    text-decoration: none; }
  #codeal .nav-single.recipe {
    display: table;
    width: 100%; }
    #codeal .nav-single.recipe .nav-previous, #codeal .nav-single.recipe .nav-next {
      float: none; }
    #codeal .nav-single.recipe > div {
      display: table-cell;
      vertical-align: top; }
    #codeal .nav-single.recipe .nav-left {
      width: 25%;
      text-align: left; }
    #codeal .nav-single.recipe .nav-center {
      width: 50%;
      text-align: center; }
    #codeal .nav-single.recipe .nav-right {
      width: 25%;
      text-align: right; }
    #codeal .nav-single.recipe .nav-left span.nav-previous, #codeal .nav-single.recipe .nav-right span.nav-next {
      max-width: none; }
    #codeal .nav-single.recipe a.disabled {
      color: #bbb;
      border-color: #bbb;
      background: #eee;
      -ms-box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: default; }
#codeal .pickup-titleVisual {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
#codeal p.noResult {
  margin: 0;
  padding: 1em;
  background: url(image/pattern5.png); }
#codeal div.noResultArrow {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 29px;
  background: url(image/noResultArrow.png) center no-repeat; }

/* Apply Form */
/* Quiz */
/* Page */
/* Pickup */
/* Search */
/* paginate */
.paginate {
  text-align: center; }
  .paginate * {
    margin: 0 3px; }
  .paginate a {
    display: inline-block;
    padding: 0.5em;
    color: #0873bb;
    border: 1px solid #0873bb; }

.freshman .paginate a {
  border: 1px solid #0873bb; }

.paginate a:hover, .freshman .paginate a:hover {
  color: #fff;
  background: #0873bb; }

.toTop {
  margin-top: 56px;
  text-align: right; }
  .toTop a {
    padding-left: 14px;
    color: #666;
    font-size: 12px;
    background: url(image/arrow_up_gray.png) left center no-repeat; }
    .toTop a:hover {
      color: #0873bb;
      background: url(image/arrow_up_blue.png) left center no-repeat; }

/* footer */
#codeal footer {
  margin: 14px 0 0 0; }
  #codeal footer .boxesLeft {
    float: left;
    width: 741px; }
  #codeal footer .box {
    float: left;
    margin: 0 28px 0 0;
    padding: 0;
    width: 219px; }
    #codeal footer .box.box7 {
      float: right;
      margin: 0;
      width: 214px; }
    #codeal footer .box h2 {
      margin-bottom: 7px;
      padding: 7px;
      line-height: 1.6;
      border-top: 3px solid #eee; }
    #codeal footer .box h3 {
      padding-left: 7px;
      font-size: 90%;
      border-bottom: 1px dotted #ccc; }
    #codeal footer .box h2 a, #codeal footer .box h3 a {
      display: block;
      color: #444;
      text-decoration: none; }
    #codeal footer .box a:hover {
      color: #0873bb; }
    #codeal footer .box ul {
      margin-bottom: 42px; }
      #codeal footer .box ul.subcatUl {
        margin-bottom: 28px; }
      #codeal footer .box ul li {
        margin-top: 0.4em;
        margin-top: 0.6em; }
        #codeal footer .box ul li a {
          display: block;
          padding: 0 7px;
          font-size: 10px;
          line-height: 1.5; }
        #codeal footer .box ul li.more {
          margin-top: 0.5em;
          height: 12px; }
        #codeal footer .box ul li a.linktoMore {
          float: right;
          display: block;
          margin: 0;
          padding: 0 0 0 1.5em;
          height: 12px;
          line-height: 10px;
          vertical-align: top;
          background: url(image/arrow_right_gray.png) 0 center no-repeat; }
          #codeal footer .box ul li a.linktoMore:hover {
            background: url(image/arrow_right_blue.png) 0 center no-repeat; }
  #codeal footer .box7 ul li a {
    margin-bottom: 28px;
    line-height: 1.8;
    color: #444;
    font-size: 12px;
    font-weight: bold; }
#codeal aside.channelLink a {
  margin-bottom: 28px;
  line-height: 1.8;
  color: #444;
  font-size: 12px;
  font-weight: bold; }
#codeal footer .box7 ul li a span, #codeal aside.channelLink a span {
  display: block;
  line-height: 1.6;
  color: #686868;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none; }
#codeal footer .channelLink a, #codeal aside.channelLink a {
  text-decoration: none; }
#codeal footer .channelLink a:hover, #codeal aside.channelLink a:hover {
  opacity: 0.8; }
#codeal .widget-area aside.widget.channelLink {
  margin-bottom: 0;
  display: none;
  visibility: hidden; }
#codeal aside.channelLink div:first-child {
  margin-bottom: 12px; }
#codeal .channelLink img {
  box-shadow: none;
  border: none; }

#footerCaption {
  margin: 0 auto;
  width: 1040px;
  height: 98px;
  text-align: center; }
  #footerCaption ul {
    display: inline-block;
    margin-top: 5px; }
    #footerCaption ul li {
      display: inline-block;
      padding: 36px 18px 0 28px;
      color: #666;
      font-size: 12px;
      vertical-align: middle; }
      #footerCaption ul li a {
        color: #666;
        text-decoration: none; }
        #footerCaption ul li a:hover {
          color: #0873bb; }
        #footerCaption ul li a.mailto {
          display: inline-block;
          padding-left: 15px;
          background: url(image/mailto.png) 0 center no-repeat; }
  #footerCaption .company_logo a {
    display: inline-block;
    padding-top: 47px;
    width: 213px;
    height: 0;
    background: url(image/top_logo.jpg) no-repeat;
    overflow: hidden; }

/*------------*/
/* Body, links, basics */
html {
  font-size: 87.5%; }

body {
  font-size: 14px;
  font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'sans-serif';
  text-rendering: optimizeLegibility;
  color: #444; }
  body.custom-font-enabled {
    font-family: "Open Sans", Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'sans-serif'; }

a {
  outline: none;
  color: #009fe6; }
  a:hover {
    color: #398fc8; }

.freshman a {
  color: #009fe6; }
  .freshman a:hover {
    color: #529dcf; }

/* Assistive text */
.skip-link, .screen-reader-text, .assistive-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

/* Page structure */
.site {
  padding: 0 24px;
  background-color: #fff; }

.site-content, .widget-area {
  margin: 35px 0 0; }

/* Header */
/*.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}*/
.site-header h1, .site-header h2 {
  text-align: center; }
.site-header h1 a, .site-header h2 a {
  color: #515151;
  display: inline-block;
  text-decoration: none; }
.site-header h1 a:hover, .site-header h2 a:hover {
  color: #0873bb; }
.site-header h1 {
  font-size: 24px;
  line-height: 2; }
.site-header h2 {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.846153846;
  color: #777; }

.header-image {
  margin-top: 24px; }

/* Navigation Menu */
.main-navigation {
  margin-top: 14px;
  text-align: center; }
  .main-navigation li {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.42857143; }
  .main-navigation a {
    color: #5e5e5e; }
    .main-navigation a:hover {
      color: #0873bb; }
  .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    display: none; }
  .main-navigation ul.nav-menu.toggled-on {
    display: inline-block; }

.menu-toggle {
  display: inline-block; }

/* Banner */
section[role="banner"] {
  margin-bottom: 48px; }

/* Sidebar */
.widget-area .widget {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 48px; }
  .widget-area .widget h3 {
    margin-bottom: 24px; }
  .widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
    font-size: 13px;
    line-height: 1.846153846; }
  .widget-area .widget p {
    margin-bottom: 24px; }
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px; }
.widget-area .textwidget li {
  margin-left: 36px; }
.widget-area .widget a {
  color: #777; }
  .widget-area .widget a:hover {
    color: #0873bb; }

/* Footer */
footer[role="contentinfo"] {
  border-top: 1px solid #ededed;
  clear: both;
  font-size: 12px;
  line-height: 2;
  max-width: 960px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0; }
  footer[role="contentinfo"] a {
    color: #686868; }
    footer[role="contentinfo"] a:hover {
      color: #0873bb; }

/* =Main content
-------------------------------------------------------------- */
.entry-meta {
  clear: both; }

.entry-header {
  margin-bottom: 24px; }
  .entry-header img.wp-post-image {
    margin-bottom: 24px; }
  .entry-header .entry-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal; }
    .entry-header .entry-title a {
      text-decoration: none; }
  .entry-header .entry-format {
    margin-top: 24px;
    font-weight: normal; }
  .entry-header .comments-link {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.846153846;
    color: #777; }

.comments-link a, .entry-meta a {
  color: #777; }

.comments-link a:hover, .entry-meta a:hover {
  color: #0873bb; }

article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #777;
  font-size: 13px;
  line-height: 3.692307692;
  margin-bottom: 24px;
  text-align: center; }

.entry-content, .entry-summary {
  line-height: 1.714285714; }

.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
  margin: 24px 0;
  line-height: 1.714285714; }

.entry-content h1, .comment-content h1 {
  font-size: 21px;
  line-height: 1.5; }

.entry-content h2, .comment-content h2 {
  font-size: 18px;
  line-height: 1.6; }

.entry-content h3, .comment-content h3 {
  font-size: 16px;
  line-height: 1.846153846; }

.entry-content h4, .comment-content h4 {
  font-size: 14px;
  line-height: 1.846153846; }

.entry-content h5, .comment-content h5 {
  font-size: 13px;
  line-height: 1.846153846; }

.entry-content h6, .comment-content h6 {
  font-size: 12px;
  line-height: 1.846153846; }

.entry-content p, .entry-summary p, .comment-content p {
  margin: 0 0 24px; }

.entry-content p.noinput {
  margin: 0 0 0; }

.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul {
  margin: 0 0 24px;
  line-height: 1.714285714; }

.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
  margin-bottom: 0; }

.entry-content ul, .comment-content ul {
  list-style: disc outside; }

.entry-content ol, .comment-content ol {
  list-style: decimal outside; }

.entry-content li, .comment-content li {
  margin: 0 0 0 36px; }

.entry-content blockquote, .comment-content blockquote {
  margin-bottom: 24px;
  padding: 24px;
  font-style: italic; }

.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
  margin-bottom: 0; }

.entry-content code, .comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 2; }

.entry-content pre, .comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 1.714285714;
  margin: 24px 0;
  overflow: auto;
  padding: 24px; }

.entry-content pre code, .comment-content pre code {
  display: block; }

.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

.entry-content address, .comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px; }

img.alignleft {
  margin: 12px 24px 12px 0; }
img.alignright {
  margin: 12px 0 12px 24px; }
img.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px; }

.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
  margin-bottom: 24px; }
.entry-content dl {
  margin: 0 24px; }

.comment-content dl {
  margin: 0 24px; }

.entry-content dt, .comment-content dt {
  font-weight: bold;
  line-height: 1.714285714; }

.entry-content dd, .comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px; }

.entry-content table, .comment-content table {
  border-bottom: 1px solid #ededed;
  color: #777;
  font-size: 12px;
  line-height: 2;
  margin: 0 0 24px;
  width: 100%; }

.entry-content table caption, .comment-content table caption {
  font-size: 16px;
  margin: 24px 0; }

.entry-content td, .comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

.entry-content table.tableGreen {
  margin: 2em 0;
  border: 1px solid #ededed;
  line-height: 1.8;
  font-size: 13px;
  color: #222; }
  .entry-content table.tableGreen th {
    padding: 0.5em;
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #0873bb;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #065c95;
    background: #0873bb; }
    .entry-content table.tableGreen th:first-child {
      border-left: 1px solid #0873bb; }
    .entry-content table.tableGreen th:last-child {
      border-right: 1px solid #0873bb; }
  .entry-content table.tableGreen td {
    padding: 1em;
    border-right: 1px solid #ededed; }
    .entry-content table.tableGreen td:last-child {
      border-right: none; }
  .entry-content table.tableGreen span.hr_white-dash {
    display: block;
    margin-bottom: 2px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #fff; }

.site-content article {
  padding-bottom: 24px;
  margin-bottom: 72px;
  border-bottom: 4px double #ededed; }

.page-links {
  clear: both;
  line-height: 1.714285714; }

footer.entry-meta {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.846153846;
  color: #777; }

.single-author .entry-meta .by-author {
  display: none; }

/* =Archives
-------------------------------------------------------------- */
.archive-header, .page-header {
  margin-bottom: 48px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed; }

.archive-meta {
  color: #777;
  font-size: 12px;
  line-height: 2;
  margin-top: 22px; }

/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
  overflow: hidden; }

.image-attachment div.attachment {
  text-align: center; }
  .image-attachment div.attachment p {
    text-align: center; }
  .image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }
.image-attachment .entry-caption {
  margin-top: 8px; }

/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
  margin-bottom: 24px; }
  article.format-aside h1 a {
    text-decoration: none;
    color: #4d525a; }
    article.format-aside h1 a:hover {
      color: #2e3542; }
article.format-aside .aside {
  padding: 24px 24px 0;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8; }
article.format-aside p {
  font-size: 13px;
  line-height: 1.846153846;
  color: #4a5466; }
article.format-aside blockquote:last-child, article.format-aside p:last-child {
  margin-bottom: 0; }
article.format-image footer h1 {
  font-size: 13px;
  line-height: 1.846153846;
  font-weight: normal; }
article.format-image footer h2 {
  font-size: 11px;
  line-height: 2.181818182; }
article.format-image footer a h2 {
  font-weight: normal; }
article.format-link header {
  padding: 0 10px;
  float: right;
  font-size: 11px;
  line-height: 2.181818182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  -ms-border-radius: 3px;
  border-radius: 3px; }
article.format-link .entry-content {
  max-width: 80%;
  float: left; }
  article.format-link .entry-content a {
    font-size: 22px;
    line-height: 1.090909091;
    text-decoration: none; }
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px; }
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  font-size: 15px;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef; }

/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
/* Link posts */
/* Quote posts */
/* Status posts */
.format-status .entry-header {
  margin-bottom: 24px; }
  .format-status .entry-header header {
    display: inline-block; }
  .format-status .entry-header h1 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    margin: 0; }
  .format-status .entry-header h2 {
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    margin: 0; }
  .format-status .entry-header header a {
    color: #777; }
    .format-status .entry-header header a:hover {
      color: #0873bb; }
  .format-status .entry-header img {
    float: left;
    margin-right: 21px; }

/* =Comments
-------------------------------------------------------------- */
.comments-title {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal; }

.comments-area article {
  margin: 24px 0; }
  .comments-area article header {
    margin: 0 0 48px;
    overflow: hidden;
    position: relative; }
    .comments-area article header img {
      float: left;
      padding: 0;
      line-height: 0; }
    .comments-area article header cite, .comments-area article header time {
      display: block;
      margin-left: 85px; }
    .comments-area article header cite {
      font-style: normal;
      font-size: 15px;
      line-height: 1.42857143; }
    .comments-area article header time {
      line-height: 1.714285714;
      text-decoration: none;
      font-size: 12px;
      color: #5e5e5e; }
    .comments-area article header a {
      text-decoration: none;
      color: #5e5e5e; }
      .comments-area article header a:hover {
        color: #0873bb; }
    .comments-area article header cite a {
      color: #444; }
      .comments-area article header cite a:hover {
        text-decoration: underline; }
    .comments-area article header h4 {
      position: absolute;
      top: 0;
      right: 0;
      padding: 6px 12px;
      font-size: 12px;
      font-weight: normal;
      color: #fff;
      background-color: #0088d0;
      background-repeat: repeat-x;
      background-image: -moz-linear-gradient(top, #009cee, #0088d0);
      background-image: -ms-linear-gradient(top, #009cee, #0088d0);
      background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
      background-image: -o-linear-gradient(top, #009cee, #0088d0);
      background-image: linear-gradient(top, #009cee, #0088d0);
      -ms-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #007cbd; }
.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 10px; }

a.comment-reply-link {
  font-size: 13px;
  line-height: 1.846153846;
  color: #686868; }
  a.comment-reply-link:hover {
    color: #0873bb; }

.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px; }
.commentlist .children {
  margin-left: 48px; }

/* Comment form */
#respond {
  margin-top: 48px; }
  #respond h3#reply-title {
    font-size: 16px;
    line-height: 1.5; }
    #respond h3#reply-title #cancel-comment-reply-link {
      margin-left: 10px;
      font-weight: normal;
      font-size: 12px; }
  #respond form {
    margin: 24px 0; }
    #respond form p {
      margin: 11px 0; }
      #respond form p.logged-in-as {
        margin-bottom: 24px; }
    #respond form label {
      display: block;
      line-height: 1.714285714; }
    #respond form input[type="text"], #respond form textarea {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 1.714285714;
      padding: 10px;
      width: 100%; }
    #respond form p.form-allowed-tags {
      margin: 0;
      font-size: 12px;
      line-height: 2;
      color: #5e5e5e; }

.required {
  color: red; }

label ‾ span.required {
  display: block;
  float: left;
  margin: -18px 0 0 -16px; }

/* =Front page template
-------------------------------------------------------------- */
.entry-page-image {
  margin-bottom: 14px; }

.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0; }
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  border-top: 1px solid #ededed; }
  .template-front-page .widget-area .widget li {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside; }
    .template-front-page .widget-area .widget li a {
      color: #777; }
      .template-front-page .widget-area .widget li a:hover {
        color: #0873bb; }
  .template-front-page .widget-area .widget_text img {
    float: left;
    margin: 8px 24px 8px 0; }

/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
  margin-left: 12px; }

.widget_rss li {
  margin: 12px 0; }

.widget_recent_entries .post-date, .widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  margin-left: 12px; }

#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.846153846;
  color: #686868; }
  #wp-calendar th, #wp-calendar td, #wp-calendar caption {
    text-align: left; }
  #wp-calendar #next {
    padding-right: 24px;
    text-align: right; }

.widget_search label {
  display: block;
  font-size: 13px;
  line-height: 1.846153846; }

.widget_twitter li {
  list-style-type: none; }
.widget_twitter .timesince {
  display: block;
  text-align: right; }

#codeal .widget_recent_entries.recent_freshman h3.widget-title, #codeal .widget_recent_entries.recent_freshman a, #codeal .widget_recent_entries.recent_freshman .newInternListWidget li.internmore a:hover {
  color: #009fe6;
  border-color: #009fe6; }
#codeal .widget_recent_entries.recent_freshman a:hover {
  color: #529dcf; }

/* =Plugins
----------------------------------------------- */
img#wpstats {
  display: block;
  margin: 0 auto 24px; }

/* =Media queries
-------------------------------------------------------------- */
.author-avatar {
  float: left;
  margin-top: 8px; }

.author-description {
  float: right;
  width: 80%; }

.site {
  margin: 0 auto;
  width: 960px;
  overflow: hidden; }

.site-content {
  float: left;
  width: 69.7916667%; }

body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {
  width: 100%; }

.widget-area {
  float: right;
  width: 23.9583333%; }

.site-header h1, .site-header h2 {
  text-align: left; }
.site-header h1 {
  font-size: 26px;
  line-height: 1.846153846; }

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  display: inline-block;
  text-align: left;
  width: 100%; }
.main-navigation ul {
  margin: 0;
  text-indent: 0; }
.main-navigation li {
  display: inline-block;
  text-decoration: none;
  margin: 0 40px 0 0;
  position: relative; }
  .main-navigation li a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 0;
    color: #6a6a6a;
    line-height: 3.692307692;
    text-transform: uppercase; }
    .main-navigation li a:hover {
      color: #000; }
  .main-navigation li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 999; }
    .main-navigation li ul ul {
      top: 0;
      left: 100%; }
.main-navigation ul li:hover > ul {
  border-left: 0;
  display: block; }
.main-navigation li ul li a {
  background: #efefef;
  border-bottom: 1px solid #ededed;
  display: block;
  font-size: 11px;
  line-height: 2.181818182;
  padding: 8px 10px;
  width: 180px; }
  .main-navigation li ul li a:hover {
    background: #e3e3e3;
    color: #444; }
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
  color: #636363;
  font-weight: bold; }

.menu-toggle {
  display: none; }

.entry-header .entry-title {
  font-size: 22px; }

#respond form input[type="text"] {
  width: 46.333333333%; }
#respond form textarea.blog-textarea {
  width: 79.666666667%; }

.template-front-page .site-content, .template-front-page article {
  overflow: hidden; }
.template-front-page.has-post-thumbnail article {
  float: left;
  width: 47.916666667%; }

.entry-page-image {
  float: right;
  margin-bottom: 0;
  width: 47.916666667%; }

.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
  float: left;
  width: 51.875%;
  margin-bottom: 24px; }
.template-front-page .widget-area .widget:nth-child(odd) {
  clear: right; }
.template-front-page .widget-area .widget:nth-child(even) {
  float: right;
  width: 39.0625%;
  margin: 0 0 24px; }
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
  float: right;
  width: 39.0625%;
  margin: 0 0 24px; }
.template-front-page.two-sidebars .widget {
  float: none;
  width: auto; }
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto; }

#codeal #site-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.intern .compImageBox .flexslider {
  height: 430px; }

body {
  background-color: #fff; }
  body .site {
    padding: 0 40px;
    margin-bottom: 48px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    -ms-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); }
  body#codeal .site {
    margin-bottom: 0;
    overflow: visible; }
  body.custom-background-empty {
    background-color: #fff; }
    body.custom-background-empty .site {
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none; }
  body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none; }

#codeal .no-shadow {
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none; }
#codeal .no-radius {
  border-radius: 0;
  -ms-border-radius: 0; }

@media screen and (max-width: 1039px) {
  body .site {
    padding: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none; } }
/* =IE 9 over
----------------------------------------------- */
ul.tiles li:not(:target) {
  width: 191px\9;
  /* IE 9 */ }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ul.tiles li:not(:target) {
    width: 191px\9;
    /* IE 10 */ }

  *::-ms-backdrop, ul.tiles li:not(:target) {
    width: 191px;
    /*IE 11 */ } }
/* =IE 7 and 8
----------------------------------------------- */
/*ADD 20121025*/
.ie #codeal .main-navigation li a:hover {
  color: #0873bb; }
.ie body .site {
  border-width: 0 1px 1px 1px;
  border-color: #eee;
  border-style: solid; }
.ie #newInternList {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #eee; }
.ie div.listOpenClose, .ie .newInternListWidget li img {
  border: none; }
.ie ul.tiles li {
  width: 191px; }
  .ie ul.tiles li .thumb {
    width: 191px; }
  .ie ul.tiles li img {
    border: none; }
.ie .skip-link, .ie .screen-reader-text, .ie .assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE7 */ }
.ie .site {
  margin: 0 auto 48px auto;
  max-width: 960px; }
.ie .site-content {
  float: left;
  width: 69.7916667%; }
.ie .full-width .site-content {
  float: none;
  width: 100%; }
.ie .widget-area {
  float: right;
  width: 23.9583333%; }
.ie img.size-full, .ie img.size-large, .ie img.header-image, .ie img.wp-post-image {
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */ }
.ie .entry-content img, .ie .comment-content img, .ie .widget img, .ie img.header-image, .ie .author-avatar img, .ie img.wp-post-image {
  border: 1px solid #eee; }
.ie .intern .entry-header p.copy {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #eee; }
.ie #breadcrumb ul li, .ie .main-navigation li ul li a {
  font-size: 12px; }
.ie .newInternListWidget li p.kind_job {
  font-size: 9pt; }
.ie .catArchiveEntryList li p.excerpt {
  font-size: 14px;
  line-height: 28px; }
.ie .catArchiveEntryList li h2.EntryTitle a span span.subtitle {
  font-size: 14px; }
.ie #codeal footer .box h3 {
  font-size: 12px; }
.ie #codeal footer .box ul li a {
  font-size: 12px; }
  .ie #codeal footer .box ul li a.linktoMore {
    line-height: 8px; }
.ie #codeal footer .box7 ul li a span {
  font-size: 12px; }

/*------------*/
/* font fix */
/*ryukan*/
#mainVisual_wrap.mainVisual_sp {
  display: block;
  visibility: visible;
  min-height: 213px; }

/*タグ*/
#codeal #content .entry-header .tags_box {
  margin-top: -28px;
  margin-bottom: 28px;
  height: auto;
  background: url(image/pattern5.png);
  padding: 10px 14px 5px; }
#codeal .intern .treatment_point {
  margin-bottom: 28px;
  height: auto;
  background: url(image/pattern5.png);
  padding: 10px 14px 5px; }
#codeal #content .entry-header .tags_box a {
  display: inline-block;
  position: relative;
  margin: 0px 10px 5px;
  padding: 4px 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #0873bb;
  text-decoration: none;
  overflow: visible; }
#codeal .intern .treatment_point a {
  display: inline-block;
  position: relative;
  margin: 0px 10px 5px;
  padding: 4px 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #0873bb;
  text-decoration: none;
  overflow: visible; }
#codeal .intern .pickup_point a {
  font-size: 14px;
  background: #ea4579;
  background: #ea4579; }
#codeal #content .entry-header .tags_box a:hover {
  background-color: #2D668D;
  color: #fff; }
#codeal #content .entry-header .tags_box a:before, #codeal #content .entry-header .tags_box a:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0; }
#codeal .intern .treatment_point a:before, #codeal .intern .treatment_point a:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0; }
#codeal #content .entry-header .tags_box a:before {
  top: 0;
  left: -20px;
  border: 10px solid transparent;
  border-right-color: #0873bb; }
#codeal .intern .treatment_point a:before {
  top: 0;
  left: -20px;
  border: 10px solid transparent;
  border-right-color: #0873bb; }
#codeal .intern .pickup_point a:before {
  border-right-color: #ea4579; }
#codeal #content .entry-header .tags_box a:hover:before {
  border-right-color: #2D668D; }
#codeal #content .entry-header .tags_box a:after {
  top: 9px;
  left: -4px;
  border: 2px solid #fff;
  border-radius: 50%; }
#codeal .intern .treatment_point a:after {
  top: 9px;
  left: -4px;
  border: 2px solid #fff;
  border-radius: 50%; }

/*タグ_END*/
/*おすすめポイント*/
.treatment_point_area {
  margin: 0;
  padding: 10px 0 5px;
  line-height: 1.5;
  color: #444;
  border: 1px solid #eee; }

#codeal .intern .treatment_point {
  background: none;
  margin-bottom: 0;
  padding: 5px 11px 5px; }
#codeal .intern .pickup_point {
  padding-bottom: 15px; }
#codeal .intern .treatment_point_title {
  margin-right: 11px;
  margin-left: 11px;
  font-size: 100%;
  border-bottom: 1px dashed #0767a8; }
#codeal .intern .pickup_point_title {
  font-size: 120%;
  border-bottom: 1px dashed #ea4579; }
#codeal .intern .treatment_point a {
  z-index: 1; }
  #codeal .intern .treatment_point a:hover {
    background-color: #2D668D;
    color: #fff; }
#codeal .intern .pickup_point a:hover {
  background-color: #d23e6c; }
#codeal .intern .treatment_point a:before, #codeal .intern .treatment_point a:after {
  border-radius: 50%;
  z-index: -1; }
#codeal .intern .treatment_point a:before {
  left: -10px;
  border: 10px solid #0873bb;
  border-right-color: transparent; }
#codeal .intern .pickup_point a:before {
  border: 11px solid #ea4579; }
#codeal .intern .treatment_point a:hover:before {
  border-color: #2D668D;
  border-right-color: transparent; }
#codeal .intern .pickup_point a:hover:before {
  border-color: #d23e6c; }
#codeal .intern .treatment_point a:after {
  top: 8px; }
#codeal .intern .pickup_point a:after {
  top: 9px; }

#portfolio_template.atention_text {
  margin-bottom: 3px;
  line-height: 1.2;
  color: red; }

span.wpcf7-list-item {
  font-size: 100%;
  display: block; }

/*-----register-----140917*/
#wpmem_reg .req {
  color: #bd3500;
  font-size: 22px;
  line-height: 50%; }
#wpmem_reg .buttons {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); }

#wpmem_login .buttons {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); }

#wpmem_reg .buttons:hover, #wpmem_login .buttons:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb); }

#codeal .register_page .entry-header {
  margin-bottom: 24px; }
  #codeal .register_page .entry-header .titleVisual {
    margin-bottom: 0px;
    height: 140px;
    overflow: hidden; }
    #codeal .register_page .entry-header .titleVisual img {
      margin-top: -50px; }
  #codeal .register_page .entry-header h1.entry-title {
    color: #0873bb;
    font-size: 24px;
    text-align: center; }
#codeal .register_page .entry-content h3, #codeal .register_page .entry-content p {
  padding: 0 2%;
  font-size: 16px; }
#codeal #wpmem_reg {
  margin: 0;
  padding: 0;
  background: none; }
  #codeal #wpmem_reg legend {
    text-align: center;
    display: block;
    font-size: 28px;
    color: #0873bb;
    border: 3px solid #0873bb;
    border-top: none;
    border-bottom: none;
    padding: 0 1em;
    margin-bottom: 1em; }

#wpmem_reg .div_textarea textarea, #wpmem_reg .textbox {
  display: block;
  width: 75%;
  width: 340px;
  padding: 10px;
  font: inherit; }

#wpmem_login .textbox, #wpmem_reg .username, #wpmem_login .username, #wpmem_reg .password {
  display: block;
  width: 75%;
  width: 340px;
  padding: 10px;
  font: inherit; }

#wpmem_login .password {
  display: block;
  width: 75%;
  width: 340px;
  padding: 10px;
  font: inherit; }
#wpmem_login input[type="password"], #wpmem_login input[type="text"] {
  height: 26px; }

#wpmem_reg input[type="text"] {
  height: 26px; }
#wpmem_reg .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_select {
  height: auto;
  min-height: 35px; }

#wpmem_login .div_text {
  height: 35px;
  margin-bottom: 15px; }

#wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select {
/*   width: 360px; */
  float: right;
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 5px; }

#wpmem_login .div_text {
  width: 360px;
  float: right;
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 5px; }

#codeal #wpmem_reg label.text, #codeal #wpmem_reg label.select, 
#codeal #wpmem_reg label.multiselect, #codeal #wpmem_reg label.multicheckbox, 
#codeal #wpmem_reg label.radio, #codeal #wpmem_reg label.textarea {
  width: 22%;
  text-align: right;
  border-right: 3px solid #0873bb;
  padding: 0 3% 0 0;
  margin: 11px 0 7px;
  line-height: 3.3;
  float: left;
  clear:left;
  height: 43px;
  display: block; }
#codeal #wpmem_reg .div_text {
/*   width: 72%; */ }
#codeal #wpmem_reg .div_multicheckbox, #codeal #wpmem_reg .div_multicheckbox {
  padding:15px;
  display: inline-block;
  box-sizing:border-box;
  }
/* #codeal #wpmem_reg .div_select, #codeal #wpmem_reg .div_multiselect,  */
/* #codeal #wpmem_reg .div_checkbox, #codeal #wpmem_reg .div_multicheckbox, #codeal #wpmem_reg .div_radio { */
/*   margin-right: 4.1%; } */
  #codeal #wpmem_reg .div_select select {
    height: 50px; }
#codeal #wpmem_reg .button_div {
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  white-space: nowrap; }
#codeal #wpmem_reg .buttons[type="submit"] {
  padding: 10px 45px;
  font-size: 180%; }
#codeal #wpmem_reg .buttons:first-child {
  padding: 10px;
  margin-right: 10px;
  font-size: 0.785714286rem;
  line-height: 1.428571429; }
#codeal #wpmem_reg .buttons.update {
  margin-right: 0;
  padding: 10px 45px;
  font-size: 180%; }

#wpmem_reg .req {
  vertical-align: middle; }

#codeal .entry-content_hide {
  display: none; }
#codeal .Newlogin {
  display: block; }
#codeal #apply_job.study_entry {
  text-align: center;
  margin-bottom: 8%; }
  #codeal #apply_job.study_entry .study_entry_title {
    font-size: 12px;
    padding: 10px 1em;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 10px 0;
    text-align: left; }
    #codeal #apply_job.study_entry .study_entry_title.bottompxborder {
      margin: -1em 0 0 0;
      border-bottom: 2px dotted #0873BE; }
  #codeal #apply_job.study_entry tr th, #codeal #apply_job.study_entry tr td {
    padding: 0; }
  #codeal #apply_job.study_entry tr th {
    text-align: right;
    padding: 2% 3% 2% 1%;
    width: 26%;
    font-size: 13px;
    line-height: 1.2;
    vertical-align: middle;
    border-top: 1px solid #fff;
    background: #EDF4FF;
    border-right: 2px solid #0873BE; }
    #codeal #apply_job.study_entry tr th span {
      color: #FE6D00; }
  #codeal #apply_job.study_entry .study_entry_sp {
    display: none; }
  #codeal #apply_job.study_entry tr td {
    padding: 2% 1% 2% 3%;
    width: 66%; }
  #codeal #apply_job.study_entry tr:first-child th, #codeal #apply_job.study_entry tr:first-child td {
    border-top: 1px solid #ededed; }
  #codeal #apply_job.study_entry tr td p {
    margin-bottom: 10px;
    color: #FE6D00;
    font-size: 12px;
    line-height: 1.2; }
  #codeal #apply_job.study_entry input[type=submit] {
    padding: 15px 40px;
    font-size: 150%;
    margin-top: 15px;
    background: #F3610C; }
  #codeal #apply_job.study_entry tr td input[type=text] {
    width: 90%;
    padding: 10px; }
    #codeal #apply_job.study_entry tr td input[type=text]:focus {
      outline: #0873BE;
      border: 1px solid #0873BE; }
#codeal.app_access #masthead, #codeal.app_access .posted, #codeal.app_access .loginBtnSet, #codeal.app_access .skype_available, #codeal.app_access #newInternList, #codeal.app_access #secondary {
  display: none; }
#codeal.app_access #footerCaption li:nth-child(1), #codeal.app_access #footerCaption li:nth-child(2) {
  display: none; }
#codeal.app_access .tags_box, #codeal.app_access #apply, #codeal.app_access .single_entryFrom, #codeal.app_access .nav-single, #codeal.app_access article .toTop, #codeal.app_access .suggest, #codeal.app_access .entry-header .entry-title {
  display: none; }
#codeal.app_access .treatment_point {
  pointer-events: none; }

.entry-content .merit h3 {
  margin-top: 0;}
.entry-content .merit img {
  width: 32px;
  box-shadow: none;}
.entry-content .merit span {
  margin-left: 6px;
  line-height: 32px;
  position: absolute;}

/*app_access*/
.wpmem_msg.pwdchangesuccess p {
  color: #00b494; }

.banner.oiwai {
  display: none; }

#additionalProfileForm .error {
  display: none;
  color: #AA0000;
  background-color: #FFAAAA;
  font-weight: bold;
  padding: 10px;
  border-radius: 2px;
  margin-top: 5px; }
#additionalProfileForm .updateBtn {
  text-align: center;
  margin-top: 10px; }
  #additionalProfileForm .updateBtn .buttonStyle {
    font-size: 15px; }

.sidebar_social_link{
	text-align:center;
}
.sidebar_social_link img{
	width:180px;
	margin:10px;
}
