@charset "UTF-8";
/* clearfix
----------------------------------------------- */
/* line 212, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
.clearfix {
  zoom: 1;
}

/* form
----------------------------------------------- */
/* keyword
----------------------------------------------- */
/* Msg area basic style
----------------------------------------------- */
/* Step Flow
----------------------------------------------- */
/* =========================================================
  style.css
========================================================= */
html { font-size: 75%; }
/* common
----------------------------------------------- */
/* line 10, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
body {
  margin: 0px;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-text-size-adjust: 100%;
}


/* line 16, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
p, th, td, li {
  font-size: 1em;
}
td {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 20, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
a {
    color: #009;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* line 24, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
a.submit_button {
  display: block;
  background-color: gray;
  margin: 0px 10px;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 292, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
a.submit_button:hover {
  background-color: #FF8800;
}
/* line 296, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
a.submit_button:active {
  background-color: #FF0000;
}

/* line 28, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
a.submit_regist {
  display: block;
  margin: 0px auto;
  padding: 12px 15px;
  width: 220px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  background-color: #ef7003;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 269, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
a.submit_regist:hover {
  background-color: #ff8800;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
a.submit_regist:active {
  background-color: #ec1e01;
}

/* line 32, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
.focus {
  background: #FFFFBB;
}

/* line 36, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
.required {
  background: #FFDACA;
}

/* line 46, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
div.contents h2 {
  font-size: 1.5em;
  border-left: 12px solid #466fba;
  padding-left: 10px;
}
/* line 52, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
div.contents table {
  border-collapse: collapse;
  border: 3px solid #999999;
}
/* line 57, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
div.contents table th {
  color: #000000;
  background-color: #f3f3f3;
  text-align: left;
  padding: 10px;
  border-right: none;
  border-bottom: 1px dotted #5c0500;
}
/* line 67, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
div.contents table td {
  background-color: #FFFFFF;
  border-right: none;
  border-bottom: 1px dotted #5c0500;
  padding: 10px;
}

/* line 77, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
section.attention, div.attention {
  border: 3px solid #ebebeb;
  background-color: #FFFFFF;
}
/* line 81, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
section.attention ul li, section.attention p, div.attention ul li, div.attention p {
  font-size: 0.9em;
}
/* line 85, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
section.attention p, div.attention p {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 92, C:/Users/tokutome/Dropbox/Share-kotora/css/style.scss */
section.caption, div.caption {
  text-align: center;
}

/* header
----------------------------------------------- */
#header {
	background: #fffffe url(../images/bg_header.gif) repeat-x left bottom;
    padding-bottom: 7px;
}

#headerInner {
    margin: 0 auto;
	position: relative;
	width: 960px;
}

#header p#description {
	position: absolute;
	top:0px;
	left:0px
}

#header .hNav {
    display: inline;
    float: right;
	padding: 34px 0 0;
	text-align: right;
	width: 642px;
}
#header .hNavLogin {
	padding:0;
}

#header .hNav li {
    background: url(../images/ico_arrow01.gif) no-repeat left center;
	display: inline;
	margin-left: 10px;
	padding: 0 0 0 11px;
	width: auto;
}

#header,
#header .hNav {
	zoom: 1;
}

#header:after,
#header .hNav:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

header {
	display: block;
}

#headerInner {
	display: block;
}
header#header section#headerInner h1#description {

    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
header#header section#headerInner div.hSection p#logo {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
header#header section#headerInner div.hSection p#logo a {
    color: #009;
    outline: medium none;
    text-decoration: none;
}
header#header section#headerInner div.hSection p#logo a img {
   border: 0 none;
   vertical-align: bottom;
}
header#header section#headerInner nav {
    clear: none;
}
header#header section#headerInner nav.hNav ul {
    list-style: outside none none;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

header#header div.hSection {
    display: inline;
	float: left;
	padding: 5px 0 0 0;	
	line-height: 1.5;line-height: 1.5;
}
header#header div.hSection a {
    color: #009;
    font-size: 12px;
    outline: medium none;
    text-decoration: none;
}
header#header div.hSection a.logout input[type="button"] {
    background-color: gray;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: inline;
    font-size: 1.1em;
    margin: 0 0 0 10px;
    padding: 5px 15px;
    text-decoration: none;
    cursor: pointer !important;
}
header#header div.hSection a.login input[type="button"] {
    background-color: #466fba;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: inline;
    font-size: 1.1em;
    margin: 0 0 0 10px;
    padding: 5px 15px;
    text-decoration: none;
    cursor: pointer !important;
}

header div.hSection a#login-botton:hover ,header div.hSection a.logout input#bntLogout:hover {
  background-color: #FF8800;
}
header div.hSection a#login-botton:active ,header div.hSection a.logout input#bntLogout:active {
  background-color: #ec1e01;
}
header div.hSection #switch{
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}
header div#switch:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
header div#switch {
    background-color: #ffffff;
    color: #ffffff;
    font-size: 1em;
    margin: 0 auto;
    text-align: center;
    padding: 3px 10px;
}
header .smartphone {
	display:none;
}
header div#switch a {
    background-color: #ef7003;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 30px;
    margin: 5px 10px 0;
    text-decoration: none;
    padding: 30px 5px 30px 5px;
}
header div#switch a:hover {
  background-color: #ff8800;
}
header#header section#headerInner div#authentication.hSection {
	float: right;
	text-align:right;
	padding-bottom: 5px;
	width: 552px;
}

/* navigation
----------------------------------------------- */
/* line 6, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav {
  clear: both;
  width: 100%;
  margin: 0px;
}
/* line 12, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav ul {
  display: block;
  text-align: center;
  margin-left: 0px;
  padding-left: 0px;
}
/* line 18, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav ul li {
  display: inline-block;
  list-style: none;
}

/* line 84, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#gNav {
  vertical-align: middle;
  margin: 0px;
  border-bottom: 1px solid #480000;
  background-color: #1e73be;
  
}
/* line 32, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#gNav ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 37, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#gNav ul li {
  margin-top: 8px;
  margin-bottom: 7px;
}
/* line 43, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#gNav ul li a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  margin-right: 15px;
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  color: white;
  font-size: 1.3em;
  text-decoration: none;
  font-weight: bold;
}
/* line 66, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#gNav ul li a.active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 72, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#gNav ul li a:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 108, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#gNav ul li a {
  background-image: url(../images/common/li-header_globalnav.png);
}
/* line 111, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#gNav ul li a:hover, nav#gNav ul li a.active {
  background-color: #1e73be;
}
nav#gNav ul li#gNav01 {
  width: 208px;
}

nav#gNav ul li#gNav02 {
  width: 140px;
}

nav#gNav ul li#gNav03 {
  width: 193px;
}

nav#gNav ul li#gNav04 {
  width: 162px;
}

nav#gNav ul li#gNav05 {
  width: 178px;
}

/* line 125, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pNav {
  vertical-align: middle;
  margin: 0px;
  /* Firefox v3.6+ */
  background-image: -moz-linear-gradient(50% 0% -90deg, black 0%, #262a3f 1%, #181b29 100%);
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, black), color-stop(0.01, #262a3f), color-stop(1, #181b29));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image: -webkit-linear-gradient(-90deg, black 0%, #262a3f 1%, #181b29 100%);
  /* Opera v11.10+ */
  background-image: -o-linear-gradient(-90deg, black 0%, #262a3f 1%, #181b29 100%);
  /* IE v10+ */
  background-image: -ms-linear-gradient(-90deg, black 0%, #262a3f 1%, #181b29 100%);
  background-image: linear-gradient(180deg, #000000 0%, #262a3f 1%, #181b29 100%);
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff262a3f,endColorstr=#ff181b2900,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff262a3f,endColorstr=#ff181b29,GradientType=0);  
  border-bottom: 1px solid #555555;
}
/* line 32, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pNav ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 37, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pNav ul li {
  margin-top: 8px;
  margin-bottom: 7px;
}
/* line 43, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pNav ul li a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  margin-right: 15px;
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  color: white;
  font-size: 1.3em;
  text-decoration: none;
  font-weight: bold;
}
/* line 66, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pNav ul li a.active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 72, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pNav ul li a:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 156, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pNav ul li a {
  background-image: url(../images/common/li-header_personalnav.png);
}
/* line 160, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pNav ul li a:hover, nav#pNav ul li a.active {
  background-color: #383c51;
}
/* line 188, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pNav ul.mykotora25menu {
  display: none;
}

/* line 195, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pannav ul {
  text-align: left;
  margin: 5px 0px;
  padding: 0px;
}
/* line 200, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pannav ul li {
  margin-right: 5px;
}
/* line 204, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_navigation.scss */
nav#pannav ul li a {
  color: 000066;
}

/* main area
----------------------------------------------- */
/* line 5, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main.scss */
div#main {
  margin: 0px;
  padding: 0px;
}

/* line 10, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main.scss */
div.contents {
  width: 1120px;
  margin: 0px auto;
  padding: 10px 0px;
}

/* personal
----------------------------------------------- */
/* line 21, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main.scss */
div#personal {
  margin: 0px;
  background-color: #f8f8f8;
  padding-bottom: 20px;
}

/* news
----------------------------------------------- */
/* line 35, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main.scss */
section#news {
  margin-top:0px;
}
/* line 40, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main.scss */
section#news > div {
  margin: 0;
  padding: 0;
}
/* line 45, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main.scss */
section#news > div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* line 50, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main.scss */
section#news h2 {
  display: block;
  font-size: 1.2em;
  margin: 0px;
  padding: 0px;
  border-left: none;
}
/* line 66, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main.scss */
section#news p {
  display: block;
  float: left;
  margin: 0px;
  vertical-align: middle;
  padding: 10px;
}

/* personal contents
----------------------------------------------- */

/* line 23, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table {
  padding: 0px;
  border-collapse: collapse;
  border: 2px solid #999999;
  margin-top: 10px;
}
/* line 32, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table tr, div.contents section.rec_list table thead, div.contents section.rec_list table tbody {
  margin: 0px;
  padding: 0px;
}
/* line 38, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table th {
  background-color: #013350;
  color: white;
  margin: 0px;
  border-right: 1px dotted #888888;
  border-bottom: none;
  white-space: nowrap;
}
/* line 48, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table th:nth-last-of-type(1) {
  border-right: none;
}
/* line 52, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table th a {
  color: white;
}
/* line 58, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td {
  padding: 10px;
  margin: 0px;
  min-height: 30px;
  border-right: 1px dotted #888888;
  border-bottom: 1px solid #888888;
  background-color: transparent;
}
/* line 69, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td:nth-last-of-type(1) {
  border-right: none;
}
/* line 77, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table tr:nth-child(odd) {
  background-color: #ffffff;
}
/* line 84, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table tr:nth-child(even) {
  background-color: #ffffff;
}
/* line 91, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table .status {
  width: 50px;
}
/* line 95, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table .action {
  width: 110px;
}
/* line 99, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table .title {
  width: 200px;
}
/* line 103, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table .company_name {
  width: 180px;
}
/* line 107, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table .position {
  width: 200px;
}
div.contents section.rec_list table .message {
  width: 200px;
}
/* line 111, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table .category {
  width: 100px;
}
/* line 119, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table .last_check {
  width: 90px;
}
/* line 128, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td.action {
  text-align: center;
}
/* line 146, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td.action span.btn_action a {
  display: block;
  padding: 10px 10px;
  margin: 5px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff5c25;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
}
/* line 162, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td.action span.btn_action a:hover {
  background-color: orange;
}
/* line 167, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td.action span.btn_action a:active {
  background-color: red;
  border-bottom: 0px;
  border-right: 0px;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
}
/* line 180, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td.action span.requested {
  display: block;
  padding: 10px 10px;
  margin: 5px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #466fba;
  background-color: transparent;
  font-size: 0.8em;
  border: solid 1px #466fba;
}
/* line 193, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td.action span.before_end {
  display: block;
  padding: 10px 10px;
  margin: 5px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #777777;
  background-color: transparent;
  border: solid 1px #777777;
  font-size: 0.8em;
}
/* line 210, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td.last_check {
  text-align: center;
}
/* line 215, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td.message a {
  font-size: 0.8em;
}
/* line 220, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td.check {
  text-align: center;
}
/* line 228, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table td.check label {
  display: none;
}
/* line 236, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section.rec_list table span.status_new {
  display: inline;
  background-color: red;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.8em;
  padding: 5px;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 255, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark h2 {
  float: left;
  width: 640px;
}
/* line 263, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark div#delete_bookmark {
  float: right;
  width: 420px;
  display: table-cell;
  vertical-align: bottom;
  margin-top: 80px;
  margin-bottom: 10px;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark div#delete_bookmark:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* line 280, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark div#delete_bookmark_bottom {
  margin-top: 15px;
}
/* line 285, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark div#delete_bookmark, div.contents section#rec_bookmark div#delete_bookmark_bottom {
  line-height: 1.3em;
  font-size: 0.8em;
  text-align: right;
}
/* line 304, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark div#delete_bookmark a, div.contents section#rec_bookmark div#delete_bookmark input[type=submit], div.contents section#rec_bookmark div#delete_bookmark_bottom a, div.contents section#rec_bookmark div#delete_bookmark_bottom input[type=submit] {
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1.2em;
  border: 1px solid #444444;
  background-color: #666666;
  /* Firefox v3.5+ */
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffd24d;
  color: #000000;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 1em;
}
/* line 240, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.contents section#rec_bookmark div#delete_bookmark a:hover, div.contents section#rec_bookmark div#delete_bookmark input[type=submit]:hover, div.contents section#rec_bookmark div#delete_bookmark_bottom a:hover, div.contents section#rec_bookmark div#delete_bookmark_bottom input[type=submit]:hover {
  background-color: #BBBBBB;
  color: #000000;
}
/* line 245, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.contents section#rec_bookmark div#delete_bookmark a:active, div.contents section#rec_bookmark div#delete_bookmark input[type=submit]:active, div.contents section#rec_bookmark div#delete_bookmark_bottom a:active, div.contents section#rec_bookmark div#delete_bookmark_bottom input[type=submit]:active {
  background-color: #FF0000;
  color: #FFFFFF;
}
/* line 318, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark div#delete_bookmark a:hover, div.contents section#rec_bookmark div#delete_bookmark input[type=submit]:hover, div.contents section#rec_bookmark div#delete_bookmark_bottom a:hover, div.contents section#rec_bookmark div#delete_bookmark_bottom input[type=submit]:hover {
  background-color: #ffdc73;
}
/* line 323, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark div#delete_bookmark a:active, div.contents section#rec_bookmark div#delete_bookmark input[type=submit]:active, div.contents section#rec_bookmark div#delete_bookmark_bottom a:active, div.contents section#rec_bookmark div#delete_bookmark_bottom input[type=submit]:active {
  background-color: #FF0000;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0px #888888;
  box-shadow: 0px 0px 0px #888888;
}
/* line 354, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark table {
  width: 100% !important;
  clear: both;
}
/* line 358, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark table .title {
  width: auto !important;
}
/* line 362, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents section#rec_bookmark table .company_name {
  white-space: nowrap;
}
/* line 370, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div.contents h2 span.interest-job-id {
  font-size: 0.7em;
}

/* line 382, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02 {
  border-top: 5px solid #1e73be;
  border-left: 1px solid #1e73be;
  border-right: 1px solid #1e73be;
  border-bottom: 1px solid #1e73be;
  margin-top: 0px;
  width: 100%;
}
/* line 394, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02 th.tablettl {
  background-color: #fef1eb;
}
/* line 397, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02 th.tablettl h1 {
  width: 80%;
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url(../common/images/ico_arrow04.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}
/* line 411, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02 th.tablettl span {
  float: right;
  width: 15%;
  margin-top: 5px;
  text-align: right;
  font-size: 0.9em;
  font-weight: normal;
}
/* line 426, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02 th.tablettl em {
  float: right;
  width: 15%;
  margin-top: 5px;
  text-align: right;
  font-size: 0.6em;
  font-weight: normal;
  font-style: normal;
}
/* line 444, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02 td.tbltext a {
  margin-right: 5px;
  padding: 5px;
  background-color: #F0F0E1;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 460, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#personal div.contents table.table02 td.tbltext a:hover {
  background-color: #000066;
  color: #FFFFFF;
  text-decoration: none;
}
/* line 451, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.text04 {
  text-align: right;
}
/* line 454, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.text04 img {
  float: right;
  margin-left: 10px;
}
/* line 459, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.text04 p {
  text-align: right;
  line-height: 36px;
}

/* line 731, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.boxttl {
  border-top: 4px solid #f6b802;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  background-color: #fff5d1;
  margin-top: 25px;
  margin-bottom: 0px;
}
/* line 744, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.boxttl h2 {
  border-left: none;
  font-size: 1.1em;
  margin: 5px 15px;
}
/* line 752, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.factor {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  margin-top: 0px;
  padding: 10px;
}
/* line 763, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.factor em a {
  font-style: normal;
  text-decoration: none;
}
/* line 767, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.factor em a:hover {
  text-decoration: underline;
}
/* line 772, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.factor ul {
  margin: 0px;
  padding: 0px;
}
/* line 776, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.factor ul li {
  margin-left: 25px;
  line-height: 2em;
}
/* line 782, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.factor p {
  text-align: right;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 787, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents div.block div.factor p em {
  letter-spacing: 0.15em;
}

/* search
----------------------------------------------- */
/* line 6, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search {
  background-color: #e7e7e7;
  margin-top: 0px;
  border-top: 1px #eeeeee solid;
  padding-bottom: 20px;
}
/* line 13, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.contents {
  width: 1250px;
  background-image: url(../images/search/background_search_contents_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0px;
}
/* line 22, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype {
  margin-bottom: 0px;
  min-height: 118px;
  padding-bottom: 0px;
}
/* line 29, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 32, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li a {
  display: block;
  background-repeat: no-repeat;
  width: 195px;
  height: 118px;
  margin-right: 5px;
}
/* line 42, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li a#sc01 {
  background-image: url(../images/search/btn-search_c01.png);
}
/* line 46, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li.selected a#sc01 {
  background-image: url(../images/search/btn-search_c01_s2.png);
}
/* line 42, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li a#sc02 {
  background-image: url(../images/search/btn-search_c02.png);
}
/* line 46, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li.selected a#sc02 {
  background-image: url(../images/search/btn-search_c02_s2.png);
}
/* line 42, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li a#sc03 {
  background-image: url(../images/search/btn-search_c03.png);
}
/* line 46, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li.selected a#sc03 {
  background-image: url(../images/search/btn-search_c03_s2.png);
}
/* line 42, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li a#sc04 {
  background-image: url(../images/search/btn-search_c04.png);
}
/* line 46, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li.selected a#sc04 {
  background-image: url(../images/search/btn-search_c04_s2.png);
}
/* line 42, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li a#sc05 {
  background-image: url(../images/search/btn-search_c05.png);
}
/* line 46, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li.selected a#sc05 {
  background-image: url(../images/search/btn-search_c05_s2.png);
}
/* line 42, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li a#sc06 {
  background-image: url(../images/search/btn-search_c06.png);
}
/* line 46, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search nav#select_searchtype ul li.selected a#sc06 {
  background-image: url(../images/search/btn-search_c06_s2.png);
}
/* line 55, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents {
  padding: 0px 0px 25px 0px;
  margin: 0px;
  background-image: url(../images/search/background_search_contents_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
/* line 64, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.hidden {
  display: none;
}
/* line 68, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section {
  background-image: url(../images/search/background_search_contents_middle.png);
  background-repeat: repeat-y;
  background-position: center top;
  margin: 0px;
  padding: 5px 35px 10px 35px;
}
/* line 79, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.bHead h2 {
  display: none;
}
/* line 83, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.bHead p {
  margin: 0 20px;
  font-size: 1.2em;
}
/* line 100, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box01 {
  width: 756px;
  float: left;
  margin-right: 20px;
}
/* line 107, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box01 div.boxInner dl {
  width: 350px;
  float: left;
}
/* line 114, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box02 {
  width: 400px;
  float: right;
  padding-bottom: 0px;
}
/* line 125, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner > ul {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 134, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* line 138, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner > ul li {
  list-style: none;
}
/* line 395, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner > ul li a {
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1.2em;
  border: 1px solid #444444;
  background-color: #666666;
  /* Firefox v3.5+ */
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true);
}
/* line 240, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner > ul li a:hover {
  background-color: #BBBBBB;
  color: #000000;
}
/* line 245, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner > ul li a:active {
  background-color: #FF0000;
  color: #FFFFFF;
}
/* line 399, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner > ul li button[type=submit], div#search div.tab-contents section.section div.sectionInner > ul li input[type=submit], div#search div.tab-contents section.section div.sectionInner > ul li input[type=button] {
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1.2em;
  border: 1px solid #444444;
  background-color: #666666;
  /* Firefox v3.5+ */
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true);
}
/* line 240, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner > ul li button[type=submit]:hover, div#search div.tab-contents section.section div.sectionInner > ul li input[type=submit]:hover, div#search div.tab-contents section.section div.sectionInner > ul li input[type=button]:hover {
  background-color: #BBBBBB;
  color: #000000;
}
/* line 245, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner > ul li button[type=submit]:active, div#search div.tab-contents section.section div.sectionInner > ul li input[type=submit]:active, div#search div.tab-contents section.section div.sectionInner > ul li input[type=button]:active {
  background-color: #FF0000;
  color: #FFFFFF;
}
/* line 147, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box {
  border: #AAAAAA;
  border-width: 1px;
  border-style: solid;
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 20px;
}
/* line 159, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box h3.piecss3 {
  /* Firefox v3.6+ */
  background-image: -moz-linear-gradient(78% 0% -90deg, #f3e5cf 0%, #e3d2c3 100%);
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image: -webkit-gradient(linear, 78% 0%, 78% 100%, color-stop(0, #f3e5cf), color-stop(1, #e3d2c3));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image: -webkit-linear-gradient(-90deg, #f3e5cf 0%, #e3d2c3 100%);
  /* Opera v11.10+ */
  background-image: -o-linear-gradient(-90deg, #f3e5cf 0%, #e3d2c3 100%);
  /* IE v10+ */
  background-image: -ms-linear-gradient(-90deg, #f3e5cf 0%, #e3d2c3 100%);
  background-image: linear-gradient(180deg, #f3e5cf 0%, #e3d2c3 100%);
  border-bottom: 1px solid #AAAAAA;
  color: #402000;
  font-size: 1.3em;
  line-height: 100%;
  padding: 10px 25px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 189, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box div.boxInner {
  margin-top: 0px;
  padding: 15px;
}
/* line 193, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box div.boxInner dl {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
/* line 200, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box div.boxInner dl:nth-child(2) {
  margin-left: 20px;
}
/* line 205, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box div.boxInner dt {
  background-image: url(../images/common/li-header_grayarrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
/* line 215, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box div.boxInner dd {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #660000;
}
/* line 223, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box div.boxInner dd:nth-last-of-type(1) {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 229, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box div.boxInner dd ul {
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* line 237, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box div.boxInner dd ul li {
  line-height: 1.8em;
  list-style: none;
  background-image: url(../images/common/li-header_graycircle.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
/* line 246, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box div.boxInner dd ul li a {
  text-decoration: none;
}
/* line 249, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.box div.boxInner dd ul li a:hover {
  text-decoration: underline;
}
/* line 267, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table {
  width: 100%;
  margin-top: 15px;
}
/* line 272, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table th {
  font-size: 1.2em;
  min-width: 8em;
}
/* line 277, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table td {
  background-color: #FFFFFF;
  border-right: none;
  border-bottom: 1px dotted #5c0500;
}
/* line 283, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table td input {
  min-width: 500px;
  font-size: 1.2em;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 290, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table td select {
  font-size: 1.2em;
}
/* line 294, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table td ul {
  padding-left: 0px;
}
/* line 298, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table td li {
  list-style: none;
  display: inline;
}
/* line 303, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table td li input {
  min-width: 1.2em;
}
/* line 311, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table td li label {
  line-height: 30px;
  height: 30px;
}
/* line 320, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table td p.linkText {
  text-align: right;
}
/* line 395, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner table td p.linkText a {
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1.2em;
  border: 1px solid #444444;
  background-color: #666666;
  /* Firefox v3.5+ */
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true);
}
/* line 240, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner table td p.linkText a:hover {
  background-color: #BBBBBB;
  color: #000000;
}
/* line 245, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner table td p.linkText a:active {
  background-color: #FF0000;
  color: #FFFFFF;
}
/* line 399, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner table td p.linkText button[type=submit], div#search div.tab-contents section.section div.sectionInner table td p.linkText input[type=submit], div#search div.tab-contents section.section div.sectionInner table td p.linkText input[type=button] {
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1.2em;
  border: 1px solid #444444;
  background-color: #666666;
  /* Firefox v3.5+ */
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true);
}
/* line 240, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner table td p.linkText button[type=submit]:hover, div#search div.tab-contents section.section div.sectionInner table td p.linkText input[type=submit]:hover, div#search div.tab-contents section.section div.sectionInner table td p.linkText input[type=button]:hover {
  background-color: #BBBBBB;
  color: #000000;
}
/* line 245, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner table td p.linkText button[type=submit]:active, div#search div.tab-contents section.section div.sectionInner table td p.linkText input[type=submit]:active, div#search div.tab-contents section.section div.sectionInner table td p.linkText input[type=button]:active {
  background-color: #FF0000;
  color: #FFFFFF;
}
/* line 325, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner table td p.linkText a {
  margin-left: 10px;
  font-size: 0.8em;
}
/* line 336, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner p.button {
  text-align: center;
}
/* line 347, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.block02,
div#search div.tab-contents section.section div.sectionInner div.block03,
div#search div.tab-contents section.section div.sectionInner div.block04 {
  background-color: #FFFFFF;
  padding: 10px 25px;
  margin-top: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 354, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.block02 ul,
div#search div.tab-contents section.section div.sectionInner div.block03 ul,
div#search div.tab-contents section.section div.sectionInner div.block04 ul {
  padding-left: 0px;
}
/* line 357, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.block02 ul li,
div#search div.tab-contents section.section div.sectionInner div.block03 ul li,
div#search div.tab-contents section.section div.sectionInner div.block04 ul li {
  list-style: none;
  font-size: 1.1em;
  font-weight: bold;
}
/* line 363, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.block02 ul li a,
div#search div.tab-contents section.section div.sectionInner div.block03 ul li a,
div#search div.tab-contents section.section div.sectionInner div.block04 ul li a {
  text-decoration: none;
}
/* line 368, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.block02 ul:after,
div#search div.tab-contents section.section div.sectionInner div.block03 ul:after,
div#search div.tab-contents section.section div.sectionInner div.block04 ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* line 376, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.block02 ul li, div#search div.tab-contents section.section div.sectionInner div.block04 ul li {
  float: left;
  padding-left: 20px;
  min-width: 250px;
  margin-right: 10px;
  line-height: 2.2em;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/common/li-header_grayarrow.png);
}
/* line 390, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.block02 ul li a:hover, div#search div.tab-contents section.section div.sectionInner div.block04 ul li a:hover {
  text-decoration: underline;
}
/* line 398, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.block03 ul li {
  display: inline;
  line-height: 2.5em;
}
/* line 403, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.block03 ul li a {
  margin-right: 5px;
  padding: 5px;
  background-color: #F0F0E1;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 460, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner div.block03 ul li a:hover {
  background-color: #000066;
  color: #FFFFFF;
  text-decoration: none;
}
/* line 408, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_search.scss */
div#search div.tab-contents section.section div.sectionInner div.block03 > p.R {
  text-align: right;
}
/* line 395, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner div.block03 > p.R a {
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1.2em;
  border: 1px solid #444444;
  background-color: #666666;
  /* Firefox v3.5+ */
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true);
}
/* line 240, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner div.block03 > p.R a:hover {
  background-color: #BBBBBB;
  color: #000000;
}
/* line 245, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner div.block03 > p.R a:active {
  background-color: #FF0000;
  color: #FFFFFF;
}
/* line 399, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner div.block03 > p.R button[type=submit], div#search div.tab-contents section.section div.sectionInner div.block03 > p.R input[type=submit], div#search div.tab-contents section.section div.sectionInner div.block03 > p.R input[type=button] {
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1.2em;
  border: 1px solid #444444;
  background-color: #666666;
  /* Firefox v3.5+ */
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true);
}
/* line 240, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner div.block03 > p.R button[type=submit]:hover, div#search div.tab-contents section.section div.sectionInner div.block03 > p.R input[type=submit]:hover, div#search div.tab-contents section.section div.sectionInner div.block03 > p.R input[type=button]:hover {
  background-color: #BBBBBB;
  color: #000000;
}
/* line 245, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#search div.tab-contents section.section div.sectionInner div.block03 > p.R button[type=submit]:active, div#search div.tab-contents section.section div.sectionInner div.block03 > p.R input[type=submit]:active, div#search div.tab-contents section.section div.sectionInner div.block03 > p.R input[type=button]:active {
  background-color: #FF0000;
  color: #FFFFFF;
}

/* back to head
----------------------------------------------- */
/* line 5, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
p#pageTop, div#pageTop {
  margin-top: 0px;
  margin-bottom: 0px;
  	/*display: block;
  	
  
  	.wrapper {
  		width: 1200px;
  		margin: 0px auto;
  	}*/
}
/* line 18, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
p#pageTop a, div#pageTop a {
  display: block;
  background-image: url(../images/common/tab_back-head.png);
  background-repeat: no-repeat;
  width: 203px;
  height: 50px;
  float: right;
  margin-right: 30px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 32, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
p#pageTop:after, div#pageTop:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* line 37, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
p#pageTop.in_search, div#pageTop.in_search {
  background-color: #e7e7e7;
}
/* line 42, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
p#pageTop.in_personal, div#pageTop.in_personal {
  background-color: #f8f8f8;
}

/* footer
----------------------------------------------- */
/* line 53, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
footer {
  margin-top: 0px;
  padding-top: 10px;
  background-color: #1e73be;
  color: #FFFFFF;
  /*section#companyInfo {
  	float: left;
  	width: 350px;
  	
  	h2 {
  		font-size: 1.2em;
  		
  		span {
  			font-size: 0.8em;
  			font-weight: normal;
  		}
  	}
  	
  	address {
  		font-size: 0.9em;
  		font-style: normal;
  	}
  	
  	ul {
  		padding-left: 0px;
  		
  		li {
  			list-style: none;
  			margin-bottom: 10px;
  		}
  		li.button {
  				@include sub_button;
  		}
  	}
  }
  
  section#footer_sitemap {
  	float: left;
  	width: 850px;
  	margin-bottom: 15px;
  	
  	div.linkcol {
  		float: left;
  		width: 180px;
  		border-left: 1px dotted #CCCCCC;
  		margin-right: 10px;
  		margin-top: 10px;
  		margin-bottom: 10px;
  		
  		ul {
  			margin-left: 0px;
  			padding-left: 20px;
  			
  			li {
  				list-style: none;
  				
  			}
  		}
  	}
  	
  	&:after {
  		@include clearfix;
  	}
  }
  */
}
/* line 61, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 67, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
footer a:hover {
  text-decoration: underline;
}
/* line 72, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
footer section#footerInner {
  width: 960px;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 79, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
footer h2 {
  float: left;
  font-size: 1.2em;
}
/* line 84, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
footer nav.fNav {
  float: right;
  width: 960px;
  clear: none;
}
/* line 89, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
footer nav.fNav ul {
  padding-left: 0px;
  text-align: left;
}
/* line 93, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
footer nav.fNav ul li {
  list-style: none;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 10px;
  height: 1em;
  line-height: 1em;
  border-left: 1px dotted #eeeeee;
}
/* line 103, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
footer nav.fNav ul li:nth-child(1) {
  border-left: none;
}
/* line 395, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
footer nav.fNav ul li.button a {
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1.2em;
  border: 1px solid #444444;
  background-color: #666666;
  /* Firefox v3.5+ */
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true);
}
/* line 240, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
footer nav.fNav ul li.button a:hover {
  background-color: #BBBBBB;
  color: #000000;
}
/* line 245, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
footer nav.fNav ul li.button a:active {
  background-color: #FF0000;
  color: #FFFFFF;
}
/* line 399, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
footer nav.fNav ul li.button button[type=submit], footer nav.fNav ul li.button input[type=submit], footer nav.fNav ul li.button input[type=button] {
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1.2em;
  border: 1px solid #444444;
  background-color: #666666;
  /* Firefox v3.5+ */
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true);
}
/* line 240, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
footer nav.fNav ul li.button button[type=submit]:hover, footer nav.fNav ul li.button input[type=submit]:hover, footer nav.fNav ul li.button input[type=button]:hover {
  background-color: #BBBBBB;
  color: #000000;
}
/* line 245, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
footer nav.fNav ul li.button button[type=submit]:active, footer nav.fNav ul li.button input[type=submit]:active, footer nav.fNav ul li.button input[type=button]:active {
  background-color: #FF0000;
  color: #FFFFFF;
}
/* line 179, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_footer.scss */
footer p#copyright {
  clear: both;
  text-align: center;
  font-size: 0.8em;
}

/* banner
----------------------------------------------- */
/* line 5, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_banner.scss */
section#banner {
  text-align: center;
  margin-top: 15px;
}
/* line 9, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_banner.scss */
section#banner ul {
  margin-top: 0px;
}
/* line 13, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_banner.scss */
section#banner ul li {
  margin-top: 0px;
  padding-top: 0px;
}

/*
div#banner {

	width: 100%;
	
	text-align: center;
	
	div {
		margin-top: 15px;
		
		margin-left: auto;
		margin-right: auto;
		width: 1121px;
		
		a {
			display: block;
			width: 1121px;
			height: 255px;
			
			background-repeat: no-repeat;
			background-position: center top;
			
			@include no_text;
		}
	}
	
	div#banner_congratulation {
	
		a {
			
			background-image: url(../images/personal/banner_congratulation.png);
			
		}
		
	}
	
	div#banner_afterfollow {
		
		a {
			background-image: url(../images/personal/banner_afterfollow.png);
		}
	}
	
	div#banner_friends {
		
		a {
			background-image: url(../images/personal/banner_friends.png);
		}
	}
	
}*/
/* line 4, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
ol.step4_gray {
  padding-left: 0px;
}
/* line 492, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
ol.step4_gray li {
  display: table-cell;
  vertical-align: middle;
  min-height: 100px;
  padding: 10px 35px 10px 20px;
  background-color: #2698d9;
  color: #FFFFFF;
  background-image: url(../images/common/background_fukidashi_right.png);
  background-repeat: no-repeat;
  background-position: right center;
}
/* line 513, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
ol.step4_gray li:nth-last-of-type(1) {
  background-image: none;
}
/* line 523, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
ol.step4_gray li:nth-child(1) {
  background-color: #466fba;
}
/* line 527, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
ol.step4_gray li:nth-child(2) {
  background-color: #3962ad;
}
/* line 531, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
ol.step4_gray li:nth-child(3) {
  background-color: #2c55a0;
}
/* line 535, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
ol.step4_gray li:nth-child(4) {
  background-color: #204994;
}
/* line 539, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
ol.step4_gray li:nth-child(5) {
  background-color: #133c87;
}
/* line 544, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
ol.step4_gray li.non-active {
  background-color: #888888;
}
/* line 549, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
ol.step4_gray:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* line 7, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
ol.step4_gray li {
  width: 230px;
  background-image: url(../images/common/background_fukidashi_right_gray.png);
}
/* line 11, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
ol.step4_gray li:nth-last-of-type(1) {
  width: 230px;
}

/* line 21, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist h3, section#settings h3, section#login h3 {
  background-color: #013350;
  color: #FFFFFF;
  padding: 3px 10px;
  font-size: 1.0em;
  margin-bottom: 10px;
}
/* line 28, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist table, section#settings table, section#login table {
  width: 100%;
  margin-bottom: 10px;
}
/* line 33, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist table th, section#settings table th, section#login table th {
  text-align: left;
  width: 18em;
  padding: 5px;
  background-color: #f1f1f1;
  color: #000000;
}
/* line 41, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist table th span.summary, section#settings table th span.summary, section#login table th span.summary {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  background-color: #FFFFEE;
  margin-top: 5px;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 54, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist table th span.require, section#settings table th span.require, section#login table th span.require {
  margin-left: 5px;
  color: red;
}
/* line 60, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist table td.regist_button, section#settings table td.regist_button, section#login table td.regist_button {
  width: 180px;
  text-align: center;
  background-color: #eeeeee;
  font-size: 1.1em;
}
/* line 67, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist table td.regist_button a.submit_button, section#settings table td.regist_button a.submit_button, section#login table td.regist_button a.submit_button {
  font-size: 1.1em;
  line-height: 2.2em;
}
/* line 73, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist table tr.error, section#settings table tr.error, section#login table tr.error {
  border: 8px solid red;
}
/* line 84, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist table tr.error td input, section#regist table tr.error td select, section#regist table tr.error td textarea, section#settings table tr.error td input, section#settings table tr.error td select, section#settings table tr.error td textarea, section#login table tr.error td input, section#login table tr.error td select, section#login table tr.error td textarea {
  background-color: #FFDACA;
}
/* line 429, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section#regist input[type=text], section#regist input[type=password], section#regist textarea, section#settings input[type=text], section#settings input[type=password], section#settings textarea, section#login input[type=text], section#login input[type=password], section#login textarea {
  margin-right: 10px;
  padding: 5px;
  font-size: 1.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 437, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section#regist input[type=text]:focus, section#regist input[type=password]:focus, section#regist textarea:focus, section#settings input[type=text]:focus, section#settings input[type=password]:focus, section#settings textarea:focus, section#login input[type=text]:focus, section#login input[type=password]:focus, section#login textarea:focus {
  border: solid 3px #FF8800;
}
/* line 442, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section#regist textarea, section#settings textarea, section#login textarea {
  width: 95%;
}
/* line 429, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section#regist input[type="text"] input[type=text], section#regist input[type="text"] input[type=password], section#regist input[type="text"] textarea, section#regist select input[type=text], section#regist select input[type=password], section#regist select textarea, section#settings input[type="text"] input[type=text], section#settings input[type="text"] input[type=password], section#settings input[type="text"] textarea, section#settings select input[type=text], section#settings select input[type=password], section#settings select textarea, section#login input[type="text"] input[type=text], section#login input[type="text"] input[type=password], section#login input[type="text"] textarea, section#login select input[type=text], section#login select input[type=password], section#login select textarea {
  margin-right: 10px;
  padding: 5px;
  font-size: 1.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 437, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section#regist input[type="text"] input[type=text]:focus, section#regist input[type="text"] input[type=password]:focus, section#regist input[type="text"] textarea:focus, section#regist select input[type=text]:focus, section#regist select input[type=password]:focus, section#regist select textarea:focus, section#settings input[type="text"] input[type=text]:focus, section#settings input[type="text"] input[type=password]:focus, section#settings input[type="text"] textarea:focus, section#settings select input[type=text]:focus, section#settings select input[type=password]:focus, section#settings select textarea:focus, section#login input[type="text"] input[type=text]:focus, section#login input[type="text"] input[type=password]:focus, section#login input[type="text"] textarea:focus, section#login select input[type=text]:focus, section#login select input[type=password]:focus, section#login select textarea:focus {
  border: solid 3px #FF8800;
}
/* line 442, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section#regist input[type="text"] textarea, section#regist select textarea, section#settings input[type="text"] textarea, section#settings select textarea, section#login input[type="text"] textarea, section#login select textarea {
  width: 95%;
}
/* line 96, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist div#settings_2column, section#settings div#settings_2column, section#login div#settings_2column {
  overflow: hidden;
  width: 455px;
  margin: 0 auto;
}
/* line 100, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist div#settings_2column div#settings_regist, section#settings div#settings_2column div#settings_regist, section#login div#settings_2column div#settings_regist {
  float: left;
  margin-left: 15px;
}
/* line 103, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist div#settings_2column div#settings_regist:first-child, section#settings div#settings_2column div#settings_regist:first-child, section#login div#settings_2column div#settings_regist:first-child {
  margin-left: 0px;
}
/* line 107, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist div#settings_regist, section#settings div#settings_regist, section#login div#settings_regist {
  padding-top: 20px;
}
/* line 110, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist div#settings_regist input[type="submit"], section#settings div#settings_regist input[type="submit"], section#login div#settings_regist input[type="submit"] ,section#settings.kotora25.test div#settings_regist input[type="button"] {
  display: block;
  margin: 0px auto;
  padding: 12px 15px;
  width: 220px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  background-color: #ef7003;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 269, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section#regist div#settings_regist input[type="submit"]:hover, section#settings div#settings_regist input[type="submit"]:hover, section#login div#settings_regist input[type="submit"]:hover ,section#settings.kotora25.test div#settings_regist input[type="button"]:hover {
  background-color: #ff8800;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section#regist div#settings_regist input[type="submit"]:active, section#settings div#settings_regist input[type="submit"]:active, section#login div#settings_regist input[type="submit"]:active ,section#settings.kotora25.test div#settings_regist input[type="button"]:active {
  background-color: #ec1e01;
}
/* line 116, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist div.security_note, section#settings div.security_note, section#login div.security_note {
  margin: 20px auto;
  border: 3px solid #e56701;
  background-color: #ffffe9;
}
/* line 122, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist div.security_note p, section#regist div.security_note ul li, section#settings div.security_note p, section#settings div.security_note ul li, section#login div.security_note p, section#login div.security_note ul li {
  font-size: 0.9em;
}
/* line 126, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#regist div.security_note p, section#settings div.security_note p, section#login div.security_note p {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 134, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
.cbox_messagebox_error {
  margin-bottom: 15px;
  border: 5px solid red;
  background-color: #FFFFFF;
  color: red;
  padding-left: 5px;
}

/* line 143, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
nav#select_formtype {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 153, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
nav#select_formtype ul li a {
  width: 485px;
  padding: 10px 25px;
  font-size: 1.2em;
  display: block;
  background-color: gray;
  margin: 0px 10px;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 292, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
nav#select_formtype ul li a:hover {
  background-color: #FF8800;
}
/* line 296, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
nav#select_formtype ul li a:active {
  background-color: #FF0000;
}
/* line 162, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
nav#select_formtype ul li.selected a {
  display: block;
  background-color: #466fba;
  margin: 0px 10px;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
/* line 332, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
nav#select_formtype ul li.selected a:hover {
  background-color: #FF8800;
}
/* line 336, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
nav#select_formtype ul li.selected a:active {
  background-color: #FF0000;
}
/* line 169, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
nav#select_formtype ul li.selected a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #466fba;
  border-width: 15px;
  margin-left: -15px;
}
/* line 185, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
nav#select_formtype ul li.selected a:hover, nav#select_formtype ul li.selected a:active {
  background-color: #466fba;
}

/* line 206, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#settings_regist input[name="btnCorrection"] {
  background-color: gray;
}
/* line 209, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#settings_regist input[type="submit"]#queryPassword {
  width: 15
section#settings div#settings_regist input#queryPassword[type="submit"] {
    width: 12em !important;
}
section#regist div#settings_regist input[type="submit"], section#settings div#settings_regist input[type="submit"], section#login div#settings_regist input[type="submit"], section#settings.kotora25.test div#settings_regist input[type="button"] {
    background-color: #ef7003;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 auto;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    width: 220px;
}em !important;
}
/* line 213, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div.error {
  border: 8px solid red;
}
/* line 216, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#signup {
  margin: 0 auto;
  overflow: hidden;
}
/* line 220, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#signup:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 227, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#signup div#signupKiyaku {
  float: left;
  overflow: scroll;
  overflow-x: hidden;
  border: 3px solid #999999;
  background: #ffffff;
}
/* line 233, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#signup div#signupKiyaku pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 10px;
}
/* line 239, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#signup div#signupKiyaku:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 247, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#signup div#signupFrm {
  float: left;
  margin-right: 1px;
}
/* line 251, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#signup div#signupFrm input[type="text"], section#settings div#signup div#signupFrm input[type="password"] {
  margin-right: 0 !important;
}
/* line 254, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#signup div#signupFrm table th {
  width: 9em !important;
}
/* line 258, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings div#signup div#signupAgree {
  clear: both;
}
/* line 263, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_regist.scss */
section#settings textarea {
  width: 500px;
  height: 166px;
  ime-mode: active;
  font-family: sans-serif;
  font-size: 1.1em;
}

/* doc
----------------------------------------------- */
/* line 6, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
div.reading {
  background-color: #FFFFFF;
  padding: 20px;
  border: 5px solid #EEEEEE;
}
/* line 11, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
div.reading h3 {
  font-size: 1.3em;
  background-color: #013350;
  color: #FFFFFF;
  padding: 5px 15px;
  font-weight: normal;
  margin-top: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 22, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
div.reading h3:nth-child(1) {
  margin-top: 0px;
}
/* line 29, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
div.reading p {
  margin-left: 25px;
  margin-right: 25px;
}

/* line 35, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
ol.flow {
  padding-left: 0px;
}
/* line 38, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
ol.flow li {
  display: table-cell;
  vertical-align: middle;
  min-height: 100px;
  width: 17%;
  padding: 10px 35px 10px 20px;
  background-color: #2698d9;
  color: #FFFFFF;
  background-image: url(../images/common/background_fukidashi_right.png);
  background-repeat: no-repeat;
  background-position: right center;
}
/* line 59, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
ol.flow li:nth-last-of-type(1) {
  background-image: none;
  width: 16%;
}
/* line 69, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
ol.flow li:nth-child(1) {
  background-color: #466fba;
}
/* line 73, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
ol.flow li:nth-child(2) {
  background-color: #3962ad;
}
/* line 77, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
ol.flow li:nth-child(3) {
  background-color: #2c55a0;
}
/* line 81, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
ol.flow li:nth-child(4) {
  background-color: #204994;
}
/* line 85, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
ol.flow li:nth-child(5) {
  background-color: #133c87;
}
/* line 90, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
ol.flow:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}

/* line 98, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
div.regist_form h3.header_center {
  font-size: 1.5em;
  letter-spacing: 1em;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #466fba;
  margin: 25px 0px;
  padding: 5px 15px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 114, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
div.regist_form table {
  margin: 20px auto;
  width: 100%;
}
/* line 118, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
div.regist_form table th {
  min-width: 40%;
}
/* line 406, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.regist_form div.regist_button a {
  display: block;
  margin: 0px auto;
  padding: 12px 15px;
  width: 220px;
  font-size: 1.5em;
  text-align: center;
  background-color: #ef7003;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 269, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.regist_form div.regist_button a:hover {
  background-color: #ff8800;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.regist_form div.regist_button a:active {
  background-color: #ec1e01;
}
/* line 410, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.regist_form div.regist_button button[type=submit], div.regist_form div.regist_button input[type=submit], div.regist_form div.regist_button input[type=button] {
  display: block;
  margin: 0px auto;
  padding: 12px 15px;
  width: 220px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  background-color: #ef7003;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 269, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.regist_form div.regist_button button[type=submit]:hover, div.regist_form div.regist_button input[type=submit]:hover, div.regist_form div.regist_button input[type=button]:hover {
  background-color: #ff8800;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.regist_form div.regist_button button[type=submit]:active, div.regist_form div.regist_button input[type=submit]:active, div.regist_form div.regist_button input[type=button]:active {
  background-color: #ec1e01;
}
/* line 128, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
div.regist_form td input {
  background-color: #FFDACA;
}
/* line 429, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.regist_form input[type=text], div.regist_form input[type=password], div.regist_form textarea {
  margin-right: 10px;
  padding: 5px;
  font-size: 1.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 437, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.regist_form input[type=text]:focus, div.regist_form input[type=password]:focus, div.regist_form textarea:focus {
  border: solid 3px #FF8800;
}
/* line 442, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div.regist_form textarea {
  width: 95%;
}
/* line 134, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_doc.scss */
div.regist_form input[type=text] {
  width: 95%;
}

/* login
----------------------------------------------- */
/* line 9, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_login.scss */
section#login .error {
  background: #FFFFCC;
  border: 4px solid #FF0000;
  padding: 10px;
  color: #FF0000;
}
/* line 14, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_login.scss */
section#login div.login_form {
  padding-top: 20px;
}
/* line 18, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_login.scss */
section#login div.login_form section {
  margin-bottom: 10px;
}
/* line 22, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_login.scss */
section#login div.login_form section label {
  font-weight: bold;
  min-width: 7em;
}
/* line 26, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_login.scss */
section#login div.login_form section div {
  width: 100px;
  display: inline-block;
  _display: inline;
}
/* line 35, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_login.scss */
section#login div.btn_center {
  padding-top: 20px;
  width: 500px;
}
/* line 41, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_login.scss */
section#login div.btn_center input[type=submit] {
  display: block;
  background-color: #466fba;
  margin: 0px 10px;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.3em;
  font-weight: bold;
  padding: 8px 25px;
  margin-left: auto;
  margin-right: auto;
}
/* line 332, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section#login div.btn_center input[type=submit]:hover {
  background-color: #FF8800;
}
/* line 336, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section#login div.btn_center input[type=submit]:active {
  background-color: #FF0000;
}
/* line 52, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_login.scss */
section#login p.forgetpassword {
  text-align: right;
}

/* line 3, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 {
  text-align: left;
  line-height: 1.3em;
  margin: 0 auto;
}
/* line 7, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div {
  margin-bottom: 20px;
}
/* line 10, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 h3 {
  background-color: #f8f8f8 !important;
  color: black !important;
  padding-left: 30px !important;
  background-image: url(../images/common/h3_k25.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 0 !important;
}
/* line 20, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 table.question_k25 th {
  text-align: center !important;
}
/* line 23, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 table.question_k25 td {
  padding: 10px 3px;
  width: 110px;
  background-color: #DCDDDD;
  color: #000000;
  text-align: center;
  border-top: 1px solid #5c0500;
  border-bottom: 1px solid #5c0500;
  border-left: 1px dotted #5c0500;
}
/* line 30, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 table.question_k25 td.q {
  width: 150px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}
/* line 44, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 table.question_k25 td:first-child {
  border-left: none;
}
/* line 47, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 table.question_k25 input[type="radio"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 54, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25.test {
  /*width: 90% !important;*/
}
/* line 57, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.contents {
  width: 100%;
  padding: 0;
}
/* line 62, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.login_k25 ul.listButton {
  padding: 0;
}
/* line 66, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.login_k25 ul.listButton li {
  float: left;
  list-style: none;
  margin: 0 10px 20px 0;
  padding: 0;
}
/* line 74, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.login_k25 ul.listButton li a:hover {
  -webkit-filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* line 78, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.login_k25 ul.listButton li a:active {
  -webkit-filter: brightness(80%);
  -moz-brightness: 0.8;
  brightness: 0.8;
}
/* line 82, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.login_k25 ul.listButton li a input[type=button] {
  display: block;
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 93, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.login_k25 ul.listButton li.mypage a input[type=button] {
  background-image: url(../images/common/btn_k25_mypage_main.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 470px;
  height: 182px;
}
/* line 100, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.login_k25 ul.listButton li.regist a input[type=button] {
  background-image: url(../images/common/btn_k25_regist-user_main.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 470px;
  height: 182px;
}
/* line 107, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.login_k25 ul.listButton li.sample a input[type=button] {
  background-image: url(../images/common/btn_k25_sample_main.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 470px;
  height: 182px;
}
/* line 114, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.login_k25 ul.listButton:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 119, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.check {
  margin-top: 0;
  line-height: 1em;
}
/* line 122, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.check li {
  list-style: none;
  background-image: url(../images/common/ic_check.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em;
  padding: 0 0 0 25px;
}
/* line 131, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.star {
  width: 1000px;
  margin-top: 0;
  padding-left: 0;
}
/* line 135, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.star li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}
/* line 139, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.star li:before {
  content: "★";
}
/* line 144, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.userlist_k25 ul {
  padding: 0;
}
/* line 146, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.userlist_k25 ul li {
  border: 3px solid #999999;
  border-collapse: collapse;
  float: left;
  list-style: none;
  width: 250px;
  margin-right: 20px;
  display: block;
  padding: 10px;
}
/* line 155, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.userlist_k25 ul li img {
  float: left;
  margin-right: 5px;
  width: 100px;
}
/* line 161, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.userlist_k25 ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* line 167, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.break_button input[type="button"] {
  display: block;
  margin: 0px auto;
  padding: 12px 15px;
  width: 220px;
  font-size: 1.5em;
  text-align: center;
  background-color: #ef7003;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 110px;
  background-color: gray;
  font-size: 1em;
}
/* line 269, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.break_button input[type="button"]:hover {
  background-color: #A4A4A4;
}
/* line 172, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.break_button input[type="button"]:active {
  background-color: gray;
}
/* line 180, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.resumption_button, section.kotora25 div.buy_botton {
  float: left;
  margin-right: 20px;
}
/* line 183, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.resumption_button a, section.kotora25 div.buy_botton a {
  text-decoration: none;
}
/* line 184, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.resumption_button input[type="button"], section.kotora25 div.buy_botton input[type="button"] {
  display: block;
  margin: 0px auto;
  padding: 12px 15px;
  width: 220px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  background-color: #ef7003;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 269, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.resumption_button input[type="button"]:hover, section.kotora25 div.buy_botton input[type="button"]:hover {
  background-color: #ff8800;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.resumption_button input[type="button"]:active, section.kotora25 div.buy_botton input[type="button"]:active {
  background-color: #ec1e01;
}
/* line 188, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.reset_button {
  float: left;
}
/* line 190, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.reset_button a {
  text-decoration: none;
}
/* line 191, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.reset_button input[type="button"] {
  display: block;
  margin: 0px auto;
  padding: 12px 15px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #018c23;
  width: 300px;
}
/* line 269, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.reset_button input[type="button"]:hover {
  background-color: #02A42A;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.reset_button input[type="button"]:active {
  background-color: #018c23;
}
/* line 196, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.reset_button:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* line 200, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.Kanzenban_right {
  border-left: 10px solid #262a3f;
  border-bottom: 2px solid #262a3f;
  padding: 5px 10px;
  width: 500px;
  clear: both;
}
/* line 207, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.fullbuy_k25 {
  padding: 0;
}
/* line 209, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.fullbuy_k25 li {
  padding: 0 10px 10px 60px;
  width: 430px;
  display: inline-block;
  list-style: none;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  height: 70px;
  vertical-align: top;
}
/* line 218, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.fullbuy_k25 li h4 {
  margin: 0;
}
/* line 221, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.fullbuy_k25 li p {
  margin: 0;
}
/* line 224, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.fullbuy_k25 li.fullbuy_01 {
  background-image: url(../images/common/fullbuy_01.png);
}
/* line 227, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.fullbuy_k25 li.fullbuy_02 {
  background-image: url(../images/common/fullbuy_02.png);
}
/* line 230, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.fullbuy_k25 li.fullbuy_03 {
  background-image: url(../images/common/fullbuy_03.png);
}
/* line 233, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 ul.fullbuy_k25 li.fullbuy_04 {
  background-image: url(../images/common/fullbuy_04.png);
}
/* line 239, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.service-list {
  line-height: 1.3em;
  font-size: 1em;
}
/* line 244, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.service-list input[type=button] {
  color: #FFFFFF;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1em;
  border: 1px solid #444444;
  background-color: #666666;
  /* Firefox v3.5+ */
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffd24d;
  color: #000000;
  padding: 5px 15px;
  text-decoration: none;
}
/* line 240, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.service-list input[type=button]:hover {
  background-color: #BBBBBB;
  color: #000000;
}
/* line 245, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.service-list input[type=button]:active {
  background-color: #FF0000;
  color: #FFFFFF;
}
/* line 258, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.service-list input[type=button]:hover {
  background-color: #ffdc73;
}
/* line 263, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.service-list input[type=button]:active {
  background-color: #FF0000;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0px #888888;
  box-shadow: 0px 0px 0px #888888;
}
/* line 271, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 p.center {
  text-align: center;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.nakama_form, section.kotora25 div.fullbuy {
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #466fba;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 280, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.nakama_form h2, section.kotora25 div.fullbuy h2 {
  background-color: #013350;
  color: #ffffff;
  height: 28px;
  margin: 1px 1px 10px;
  border: 0;
  font-size: 1.3em;
  padding-top: 10px;
}
/* line 289, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.nakama_form p, section.kotora25 div.fullbuy p {
  margin: 5px 15px;
}
/* line 292, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.nakama_form form, section.kotora25 div.fullbuy form {
  margin: 5px 15px;
}
/* line 298, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.nakama_sample p {
  float: left;
  width: auto;
  vertical-align: middle;
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 303, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.nakama_sample input {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  border-style: none;
  background-repeat: no-repeat;
  background-image: url(../images/common/btn_k25_sample_min.png);
  background-color: transparent;
  background-size: 206.4px 80px;
  width: 206.4px;
  height: 80px;
  float: left;
}
/* line 314, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.nakama_sample:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* line 321, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.fullbuy input[type="button"] {
  display: block;
  padding: 12px 15px;
  font-size: 1.5em;
  text-align: center;
  background-color: #ef7003;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 20px auto;
}
/* line 269, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.fullbuy input[type="button"]:hover {
  background-color: #ff8800;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.fullbuy input[type="button"]:active {
  background-color: #ec1e01;
}
/* line 329, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.member {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  border: 3px solid #999999;
}
/* line 335, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.member div.name {
  background-color: #f3f3f3;
  border-bottom: 1px dotted  #555555;
  padding: 10px;
  line-height: 1.3em;
  font-size: 1.1em;
}
/* line 342, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.member div.ranking {
  margin-bottom: 0;
}
/* line 346, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.minna_botton {
  border-top: 1px dotted  #555555;
}
/* line 348, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.minna_botton input[type="button"] {
  display: block;
  margin: 0px auto;
  padding: 12px 15px;
  width: 220px;
  font-size: 1.5em;
  text-align: center;
  background-color: #ef7003;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 5px 10px;
}
/* line 269, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.minna_list div.minna_botton input[type="button"]:hover {
  background-color: #ff8800;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.minna_list div.minna_botton input[type="button"]:active {
  background-color: #ec1e01;
}
/* line 363, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.minna_botton div.purchase input[type="button"], section.kotora25 div.minna_list div.minna_botton div.differenceView input[type="button"] {
  background-color: #466fba;
}
/* line 365, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.minna_botton div.purchase input[type="button"]:hover, section.kotora25 div.minna_list div.minna_botton div.differenceView input[type="button"]:hover {
  background-color: #5990e3;
}
/* line 366, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.minna_botton div.purchase input[type="button"]:active, section.kotora25 div.minna_list div.minna_botton div.differenceView input[type="button"]:active {
  background-color: #FF0000;
}
/* line 370, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.minna_botton div.delete input[type="button"] {
  background-color: gray;
}
/* line 372, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.minna_botton div.delete input[type="button"]:hover {
  background-color: #B3B3B3;
}
/* line 373, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.minna_botton div.delete input[type="button"]:active {
  background-color: #FF0000;
}
/* line 376, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.minna_list div.minna_botton:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
/* line 382, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 div.difference input[type="submit"] {
  display: block;
  margin: 0px auto;
  padding: 12px 15px;
  width: 220px;
  font-size: 1.5em;
  text-align: center;
  background-color: #ef7003;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  float: left;
  margin-left: 10px;
  font-size: 1em;
  padding: 5px 10px;
  background-color: #466fba;
  margin-bottom: 10px;
}
/* line 269, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.difference input[type="submit"]:hover {
  background-color: #ff8800;
}
/* line 274, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 div.difference input[type="submit"]:active {
  background-color: #ec1e01;
}
/* line 393, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 nav#minna_nav {
  margin-bottom: 30px;
  padding-bottom: 0px;
}
/* line 399, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 nav#minna_nav ul li a {
  width: 200px;
  padding: 10px 25px;
  font-size: 1.2em;
  display: block;
  background-color: gray;
  margin: 0px 10px;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 292, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 nav#minna_nav ul li a:hover {
  background-color: #FF8800;
}
/* line 296, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 nav#minna_nav ul li a:active {
  background-color: #FF0000;
}
/* line 408, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 nav#minna_nav ul li.selected a {
  display: block;
  background-color: #466fba;
  margin: 0px 10px;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
/* line 332, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 nav#minna_nav ul li.selected a:hover {
  background-color: #FF8800;
}
/* line 336, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
section.kotora25 nav#minna_nav ul li.selected a:active {
  background-color: #FF0000;
}
/* line 413, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 nav#minna_nav ul li.selected a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #466fba;
  border-width: 15px;
  margin-left: -15px;
}
/* line 429, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 nav#minna_nav ul li.selected a:hover, section.kotora25 nav#minna_nav ul li.selected a:active {
  background-color: #466fba;
}
/* line 437, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
section.kotora25 span.nakama-name {
  font-size: 1.5em;
}

/* line 443, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
div.window_k25 {
  width: 100%;
  background-color: #013350;
  color: #ffffff;
  height: 40px;
  clear: both;
  line-height: 40px;
}
/* line 451, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
div.window_k25 div.left_window_k25 {
  padding-left: 20px;
  float: left;
}
/* line 454, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
div.window_k25 div.left_window_k25 h1 {
  margin: 0;
}
/* line 458, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
div.window_k25 div.right_window_k25 {
  float: right;
  padding-right: 20px;
}
/* line 461, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
div.window_k25 div.right_window_k25 a {
  padding: 1px 3px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
}

/* line 470, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_kotora25.scss */
#instruction p {
  margin-bottom: 1em;
}

/*------------------------------------*/
table.serviceForm tbody tr td input[name="MP_MemberIDNew"] {
	width: 15em;
}
table.serviceForm tbody tr td input[name="Password"] ,table.serviceForm tbody tr td input[name="PasswordRe"]{
	width: 15em;
}
table.serviceForm tbody tr td input[name="EmailNew"] ,table.serviceForm tbody tr td input[name="EmailNewRe"]{
	width: 40em;
}


/*------------------------------------*/
table.serviceForm tbody tr td.contact-name input {
	ime-mode: active;
	width: 15em;
}
table.serviceForm tbody tr td input[name="MPIn_AccountName"] {
	width: 90%;
}
table.serviceForm tbody tr td input[name="Title"] {
	width: 90%;
}
table.serviceForm tbody tr td input[name="Phone"] ,table.serviceForm tbody tr td input[name="MobilePhone"]  {
	width: 15em;
}
table.serviceForm tbody tr td input[name="MPIn_Website"] {
	width: 90%;
}
table.serviceForm tbody tr td input[name="MAILINGCITY"] {
	width: 50%;
}
table.serviceForm tbody tr td input[name="MAILINGSTREET"] {
	width: 80%;
}
/*------------------------------------*/
table.serviceForm tbody tr td input[name="MPIn_JobTitle"] {
	width: 40em;
}
table.serviceForm tbody tr td input[name="MPIn_jobWebType"] {
	width: 40em;
}
table.serviceForm tbody tr td input[name="MPIn_jobPosition"] {
	width: 90%;
}
table.serviceForm tbody tr td input[name="MPIn_JobIncomeImage"] {
	width: 90%;
}
table.serviceForm tbody tr td input[name="jobAdoptNumber"] {
	width: 35em;
}
table.serviceForm table.MPIn_AdoptionFlow-tbl ,table.serviceForm table.MPIn_AdoptionFlow-tbl td {
	border: none;
	padding: 0 0 5px 0;
	margin-bottom: 0px !important;
}
table.serviceForm tbody tr td.MPIn_AdoptionFlow input[type="text"] {
	width: 45em;
}
table.serviceForm tbody tr td input[name="MPIn_Capital"] {
	width: 35em;
}
table.serviceForm tbody tr td.MPIn_AnnualRevenue input[type="text"] {
	width: 35em;
}
table.serviceForm tbody tr td input[name="MPIn_Establishment"] {
	width: 35em;
}
table.serviceForm tbody tr td input[name="MPIn_RepresentativeName"] {
	width: 30em;
}
table.serviceForm tbody tr td input[name="MPIn_Office"] {
	width: 90%;
}
table.serviceForm tbody tr td input[name="MPIn_StockMarket"] {
	width: 30em;
}
table.serviceForm tbody tr td input[name="MPIn_NumOfEmployees"] {
	width: 45em;
}
table.serviceForm tbody tr td input[name="MPIn_AveAge"] {
	width: 30em;
}
table.serviceForm tbody tr td input[name="MPIn_AveLengthOfService"] {
	width: 30em;
}
table.serviceForm tbody tr td input[name="MPIn_Copy"] {
	width: 90%;
}
table.serviceForm tbody tr td input[name="MPIn_Department"] {
	width: 90%;
}
table.serviceForm.fileUploads tbody tr td input[type="text"] {
	width: 36em;
}
/*------------------------------------*/
table.serviceForm tbody tr input#Phone ,table.serviceForm tbody tr input#MobilePhone {
	ime-mode: disabled;
	width: 8em;
}
table.serviceForm tbody tr td.address span {
	display:inline-block;
	width: 7em;
}
table.serviceForm tbody tr td.address input#MAILINGPOSTALCODE {
	width: 5em;
	ime-mode: disabled;
}
table.serviceForm tbody tr td.address input#MAILINGSTATE {
	width: 5em;
	ime-mode: active;
}
table.serviceForm tbody tr td input#ankenName {
	width: 25em;
	ime-mode: active;
}
span.not-em {
	font-size:0.8em;
}
.disp-none {
	display:none !important;
}
table.serviceForm tbody tr td.address span {
	display:inline-block;
	width: 7em;
}

/*
table.serviceForm tbody tr td.MPIn_AdoptionFlow div span {
	display:inline-block;
	width: 10em;
}
*/

section#settings div#signup_2column {
    margin: 0 auto;
    overflow: hidden;
    width: 700px;
}
section#settings div#signup_2column div {
	float:left;
}
section#settings div#signup_2column div#settings_regist:first-child {
    margin-left: 0;
    padding-top: 20px;
}
section#settings div#signup_2column input[type="submit"] {
    background-color: #ef7003;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 auto;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    width: 320px;
}
section#settings div#signup_2column div#settings_regist.regist_button {
    width: 350px;
}
section#settings div#signup_2column input[name="btnCorrection"] {
    background-color: gray;
    width: 220px;
}
section#settings div#settings_regist.regist_button a.exit-without {
    width: 300px;
}
a.request-in {
	background: url("../images/common/request-in.jpg") no-repeat scroll 0 0 transparent !important;
    display: block;
    height: 96px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 72px;
}
a.request-stop {
	background: url("../images/common/request-stop.png") no-repeat scroll 0 0 transparent !important;
    display: block;
    height: 96px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 72px;
}
span.request-in-none {
	background: url("../images/common/request-in-none.jpg") no-repeat scroll 0 0 transparent !important;
    display: block;
    height: 96px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 72px;
}
span.request-stop-none {
	background: url("../images/common/request-stop-none.png") no-repeat scroll 0 0 transparent !important;
    display: block;
    height: 96px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 72px;
}
div.contents section.rec_list table td.on-off {
	padding: 0px;
}
div.contents section.rec_list table td.contact {
	text-align:center;
	padding-left: 20px;
	padding-right: 20px;
}
section.rec_list table tbody tr td a.contactLink {
	background: url("../images/common/consultants.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 24px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 86px;
}

/* マイページTOP */
#mypage-top {
    text-align: center;
    padding-left: 0px;
}
#mypage-top li{
    padding:10px 25px;
    margin:0 25px 0 0;
    display: inline-block;
    /display: inline;  /* IE用 */
    /zoom: 1;  /* IE用 */
}
#mypage-top li.last{
    margin: 0;
}
#mypage-top li a.mypage_job {
	background: url("../images/my_top01.png") no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
    display: block;
    height: 136px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 352px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/my_top01.png',sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/my_top01.png',sizingMethod='scale')";
}
#mypage-top li a.mypage_kotora25 {
	background: url("../images/my_top02.png") no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
    display: block;
    height: 136px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 352px;
}
#mypage-top li a.mypage_kotora25_result {
	background: url("../images/my_top03.png") no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
    display: block;
    height: 136px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 352px;
}
/* 共有TOP */
#share-top {
    text-align: center;
    padding-left: 0px;
}
#share-top li{
    padding:10px 25px;
    margin:0 25px 0 0;
    display: inline-block;
    /display: inline;  /* IE用 */
    /zoom: 1;  /* IE用 */
}
#share-top li.last{
    margin: 0;
}
#share-top li a.share_menber {
	background: url("../images/share_menber.png") no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
    display: block;
    height: 83px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 253px;
}
#share-top li a.share_new {
	background: url("../images/share_new.png") no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
    display: block;
    height: 83px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 253px;
}
div.co_mypage_job {
	margin: 12px 0 0;
	background: url("../images/co_mypage_job01.png") no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
    display: block;
    height: 280px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 1120px;
}
textarea#MPIn_AgeComment {
	height: 60px !important;
}

input#jobIncomeImage {
	width: 580px !important;
}
div.contents section#settings div#job-pub {
	background-color:mistyrose;
	padding: 12px;
}

div.contents section#settings div#job-pub input#morepost {
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.5 , 1.5 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1.5 , 1.5 );
}
div.contents section#settings div#job-pub label {
    font-size: 1.2em;
    margin-left: 10px;
    color:red;
}
div.contents div#job-new ,div.contents div#no-data {
    margin-top: 10px;
}

section.rec_list table tbody tr td.share {
	cursor: pointer; 
	color: #009;
}
section.rec_list table tbody tr td.share:hover {
    text-decoration: underline;
}

.w1120 {
	min-width:1120px;
}

.w100p {
	width:100%;
}


@media screen and (max-width: 750px) {
  #logo img{
    width: 100%;
    height: auto;
  }
  body{
    -webkit-text-size-adjust: 100%;
  font-size: 90%;
  }
  body.w1120{
      min-width: 100% !important;
      overflow-x: hidden;
  }
  body #pageBodyInner{
    width: auto;
  }
  body #content{
    width: auto;
    float: none;
  }
  body .section div.box01{
    width: auto;
    float: none;
    border: none;
  }
  body .section div.box dl.linkList01{
    width: 100%;
    float: none;
  }
  body .section div.box02{
    float: none;
    width: auto;
  }
  body .section div.box02 dl.linkList01{
      width: auto;
  float: none;
  }
  body .section table.tableSytle{
    width: 100%;
  }
  body .section div.sectionInner{
    width: auto;
  }
  body .section{
    border: none;
  }
/*slider*/
body div#billboard ul li{
  width: auto;
}
body .mod_billboardcontent{
  width: 100%;
}
body div#billboard{
  width: 320px;
  margin: 0 auto;
}
body .mod_billboardcontent_btn #next{
  left: 268px;
}
body div#billboard ul li img{
  height: 170px;
}
/*contents*/
body .section div.box div.boxInner{
  margin: 0;
  background: #FFF;
}
body .section div.box dl.linkList02 {
  margin-left: 5%;
}
body .section div.box dl.linkList01 dt{
  margin-top: 0;
}
body .section div.box dl.linkList01 dt {
  margin-bottom: 0;
  background: #ddd;
  font-weight: bold;
  padding: 10px;
  margin-top: 0;
      border-bottom: 1px solid #ccc;
}
body .section div.box dl.linkList01 dd{
  margin-bottom: 0;
  display: none;
}
body .section div.box ul{
  padding: 0;
}
body .dot {
  background: url(../images/bg_dot02.gif) no-repeat 5px 50%;
  padding: 15px 16px;
  width: auto;
  border-top: 1px solid #ccc;
}
div.categoryList ul li {
  display: block;
  float: left;
  margin-right: 7px;
  width: 48%;
}
div.categoryList ul li:nth-child(2n+2){
  margin-right: 0;
}
body div.categoryList ul li a.job,
body div.categoryList ul li a.jouken,
body div.categoryList ul li a.money,
body div.categoryList ul li a.key{
    width: 100%;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
}
body .section div.box h3{
    padding: 15px 10px;
}
body .section table.tableSytle ul.linkList04 li {
  display: block;
  float: none;
  padding-bottom: 20px;
  width: 50%;
}
body #pageBody .tableSytle ul li {
  margin: 0;
}
body #sidebar div.box div.news p.more{
  text-align: center;
}
body #sidebar div.box div.news p.more {
  text-align: center;
  background-color: #446cc7;
  padding: 15px;
  /* color: #fff; */
}
body #sidebar div.box div.news p.more a{
  color: #FFF;
}
body aside#sidebar ul.listButton li.regist a input[type=button]{
  margin: 0 auto;
}
body .section div.block02{
    padding: 20px 15px;
}
body .section ul.linkList03 li{
  width: 45%;
  margin-bottom: 15px;
}
body .section div.bHead h2{
  display: block;
  float: none;
}
body #pageBody .bHead p {
  float: none;
  display: none;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: -3px;
}
body #footer #footerInner .fNav li {
  background: url(../images/bg_line.gif) no-repeat left center;
  display: inline;
  float: none;
  margin-bottom: 6px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
  display: block;
  border-bottom: 1px solid #ccc;
}
body #sidebar div.box div.news ul li p{
  padding-left: 16px;
}
/*form*/
body .section table.tableSytle ul.linkList04 li{
  width: 100%;
}

body #layout, #pageBodyInner, #header, #header .hNav, #gNav ul, #footer #footerInner .fNav, #sidebar div.blockInner div.emailInner div, div.categoryList, div.categoryList ul, .section div.bHead, .section div.sectionInner, .section div.box div.boxInner, .section ul.linkList03, .section table.tableSytle ul.linkList04, .section ul.listLink{
  width: auto;
}
body aside#sidebar div.login_form section input[type=text], aside#sidebar div.login_form section input[type=password], aside#sidebar div.login_form section textarea, div#login_div div.login_form section input[type=text], div#login_div div.login_form section input[type=password], div#login_div div.login_form section textarea{
  padding: 10px;
  width: 90% !important;
}
body aside#sidebar div.login_form div.btn_center input[type=submit], div#login_div div.login_form div.btn_center input[type=submit]{
  padding: 20px;
  width: 90%;
}
body .section table.tableSytle input.sizeB{
  width: 89%;
  padding: 10px;
}
body .section table.tableSytle td{
    display: block;
    padding: 10px;
}
body .section table.tableSytle tr.lastRow th{
  display: block;
  background: url(../images/bg_th03.gif) repeat left bottom;
}
body .section table.tableSytle tr.lastRow td{
  display: block;
}
body .section table.tableSytle th{
  background: #ddd;
  display: block;
  width: auto;
}
body .section table.tableSytle p.linkText{
  padding: 0;
  text-align: center;
  width: auto;
  overflow: hidden;
}
body .section table.tableSytle p.linkText a:nth-child(1){
  margin-right: 10px;
}
body .section table.tableSytle p.linkText a{
    margin-left: 0;
    width: 37%;
    background-color: #ccc;
    padding: 15px;
    display: inline-block;
    color: #000;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
body .section table.tableSytle th.title01{
  display: block;
  width: auto;
  background: url(../images/bg_th02.gif) repeat left bottom;
}
body .section table.tableSytle th#soshikiTh{
  display: block;
}
body .section table.tableSytle select.sizeM,
body .section table.tableSytle select.sizeB{
  width: 80%;
  padding: 10px;
}
/*header*/
body #headerInner{
  width: auto;
}
/*body #headerInner h1{
  font-size: 10px;
}*/
body #header .hNav{
  width: 320px;
  display: none;
}
body div#billboard,
body .mod_billboardcontent{
  width: auto;
}
body div#companyList{
  display: none;
}
body div.categoryList ul{
  width: auto;
  float: none;
}
body #header .hSection{
    float: left;
  width: 60%;
  display: block !important;
  text-align: center;
  padding-top: 10px !important;
}
body #header .hSection p a img{
  width: 100%;
}
body header#header section#headerInner div#authentication{
  width: 26%;
  padding: 2%;
}
body header#header section#headerInner div#authentication input{
    padding: 8px 15px;
    border: none;
/*    background-color: #19b642;*/
  color: #fff;
  font-weight: bold;
}
body nav#gNav ul li {
    margin-top: 0;
  margin-bottom: 0;
  width: 55px !important;
  height: 55px;
  background: none;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  border-bottom: none;
}
body nav#gNav ul li a {
  /*background-repeat: no-repeat;
  background-position: left center;*/
  background: none;
  padding-left: 0;
  margin-right: 0;
  min-height: 0;
  padding-top: 0px;
  padding-bottom: 0;
  padding-right: 0;
  color: white;
  width: 55px;
  height: 55px;
  font-size: 10px !important;
  text-decoration: none;
  font-weight: normal;
  padding: 0;
  display: block;
}
body nav#gNav ul li#gNav01 a{
  background: url(../../images/sp_icon01.png) no-repeat;
  -webkit-background-size: 55px 55px;
       -o-background-size: 55px 55px;
          background-size: 55px 55px;
}
body nav#gNav ul li#gNav02 a{
  background: url(../../images/sp_icon02.png) no-repeat;
  -webkit-background-size: 55px 55px;
       -o-background-size: 55px 55px;
          background-size: 55px 55px;
}
body nav#gNav ul li#gNav03 a{
  background: url(../../images/sp_icon03.png) no-repeat;
  -webkit-background-size: 55px 55px;
       -o-background-size: 55px 55px;
          background-size: 55px 55px;
}
body nav#gNav ul li#gNav04 a{
  background: url(../../images/sp_icon04.png) no-repeat;
  -webkit-background-size: 55px 55px;
       -o-background-size: 55px 55px;
          background-size: 55px 55px;
}
body nav#gNav ul li#gNav05 a{
  background: url(../../images/sp_icon05.png) no-repeat;
  -webkit-background-size: 55px 55px;
       -o-background-size: 55px 55px;
          background-size: 55px 55px;
}
body nav#gNav ul li#gNavTool a{
  background: url(/common/images/sp_icon_tool.png) no-repeat;
  -webkit-background-size: 55px 55px;
       -o-background-size: 55px 55px;
          background-size: 55px 55px;
}
body .box h2{
  text-align: center;
  background: #943b17;
}
body #pageBody .block01{
  margin-top: 0;
  padding: 0;
}
body div.categoryList{
  padding: 7px;
}
/*side*/

  body #sidebar{
    width: auto;
    float: none;
    padding: 10px;
  }
  body #sidebar #sidebar{
    padding: 0;
  }
  body #sidebar div.box{
    width: auto;
  }
  #sidebar div.block,
  .listCatalog{
    display: none;
  }
  body #about_box_top {
    padding: 10px;
    color: #898989;
    font-size: 100%;
  }
  body .listCatalog{
    display: none;
  }
  body #ssl{
    display: none;
  }


/*footer*/
body #footer #footerInner{
  width: auto;
  overflow: hidden;
  }
  body #pageTop{
    width: auto;
    font-size: 70%;
  }
  body #footer #footerInner .fNav li{
    display: block;
  width: auto;
  float: left;
  width: 32%;
  font-size: 10px;
  overflow: hidden;
  height: auto;
  border-bottom: 1px solid #fff;
  border-left: none;
  line-height: 1.6;
  }
  body #footer #footerInner h2{
    padding: 10px;
  }
  body #copyright{
      color: #000;
    text-align: center;
    width: auto;
    padding: 10px;
    font-size: 10px;
  }
  body #sidebar iframe,
  .fb_iframe_widget,
  .fb_iframe_widget[style],
  .fb_iframe_widget iframe[style],
  .fb_iframe_widget span{
    width: 100% !important;
  }
  body #footer #footerInner .fNav a{
      color: #fff;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  width: 70%;
  overflow: hidden;
  }
  /*common*/



  /*フォーム追加*/
body p#pageTop a,
body div#pageTop a{
  width: 50%;
  margin-right: 0;
    height: 38px;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
}
body footer section#footerInner{
  padding: 0;
}
body footer h2{
  padding: 0 10px;
  margin: 0;
}
body div#personal div.contents{
  width: auto;
}
body .blocktext{
  padding: 10px;
  width: auto;
}
body section.attention, 
body div.attention{
  width: auto;
  padding: 10px;
  border: none;
}
body ol.step4_gray li{
    min-height: 10px !important;
  display: block;
  background: none;
  margin: 0 10px;
  width: auto;
  height: auto;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
}
body ol.step4_gray li:nth-last-of-type(1){
  width: auto;
}
body section#settings div#signup div#signupFrm table th{
    width: auto !important;
  display: block;
}
body div.contents table td{
    display: block;
    clear: both;
}
body section#settings div#signup div#signupFrm input[type="text"],
body section#settings div#signup div#signupFrm input[type="password"]{
  margin-right: 0 !important;
  padding: 10px;
  width: 90%;
  margin-bottom: 10px;
}
body #signupKiyaku{
  width: auto !important;
  height: 150px !important;
}
body #signupAgree{
  width: auto;
  padding: 10px;
}
body .secHead{
  width: auto;
  padding: 0 10px;
}
body #login{
    width: auto;
  padding: 10px;
}
body section#login div.login_form section input{
  width: 90%;
}
body section#login div.btn_center{
  width: auto;
  display: block;
}
body section#login div.btn_center input[type="submit"]{
  padding: 20px 50px;
}
body section#regist table th,
body section#settings table th,
body section#login table th{
  display: block;
  width: auto;
}
body div.contents table td{
  width: auto
}
body #CFForm_1{
  width: auto;
}
body #CFForm_1 table tr,
body #CFForm_1 table{
  display: block;
  width: auto;
  margin-top: 10px;
}
body section.kotora25 div{
  padding: 10px !important;
  font-size: 100%;
  margin: 0;
}
body section.kotora25 div{
  font-size: 100%;
  line-height: 1.2 !important;
}
body section.kotora25 div p{
  font-size: 110%;
  line-height: 1.6;
}
body section#settings.kotora25.test div#instruction div.sample{
  display: none;
}
body section.kotora25 div.login_k25 ul.listButton li{
  float: none;
}
body section.kotora25 div.login_k25 ul.listButton li.regist{
  margin: 10px 0;
}
body section.kotora25 div.login_k25 ul.listButton{
  width: auto;
}
body section.kotora25 div.login_k25 ul.listButton li.sample a input[type=button],
body section.kotora25 div.login_k25 ul.listButton li.mypage a input[type=button],
body section.kotora25 div.login_k25 ul.listButton li.regist a input[type=button]{
    width: 280px;
  height: 108px;
  margin: 0 auto;
  -webkit-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
}
body section.kotora25 div{
  width: auto;
  padding: 0 10px !important;
}
body section.kotora25 div.fellow,
body section.kotora25 div.login_k25{
  padding: 0 !important;
}
body section.kotora25 div img{
  width: 100%;
  height: auto;
}
body section.kotora25 div h4{
  font-size: 100%;
    margin: 0 0 10px;
}
body section.kotora25 div ul li,
body section.kotora25 div ul{
  font-size: 100%;
}
body section#settings.kotora25.test form#answer div.contents table tbody tr th,
body section#settings.kotora25.test div.contents table tbody tr th{
    width: auto !important;
    clear: both;
}
body section#regist input[type=text],
body section#regist input[type=password],
body section#regist textarea,
body section#settings input[type=text],
body section#settings input[type=password],
body section#settings textarea,
body section#login input[type=text],
body section#login input[type=password],
body section#login textarea{
  width: 90%;
  padding: 10px;
  margin-bottom: 5px;
}
body nav#select_formtype ul li a{
  width: auto;
  font-size: 10px;
}
#settings{
  float: none !important;
}
body nav#select_formtype ul{
  overflow: hidden;
}
body nav#select_formtype ul li{
  float: left;
  width: 50%;
}
body section#regist div#settings_regist,
body section#settings div#settings_regist,
body section#login div#settings_regist{
  margin-top: 0;
}
body section#settings div#settings_regist{
  margin: 0 10px;
}
body section#settings select{
  width: 100%;
}
body #school_name{
  width: 90% !important;
  margin: 0 !important;
}
body .gray{
  display: block !important;
}
body #keiken3,
body #post3,
body #company3,
body #keiken2,
body #post2,
body #company2,
body #keiken1,
body #post1,
body #company1{
  width: 90% !important;
}
body #kinzoku3_end,
body #kinzoku3,
body #kinzoku2_end,
body #kinzoku1_end,
body #kinzoku2,
body #kinzoku1{
  width: 30% !important;
}
body #shokumu3,
body #shokumu2,
body #shokumu1{
  margin: 0 !important;
}
body section#settings div#settings_regist input[type="submit"]{
  width: 100% !important;
}
body section#regist div#settings_2column,
body section#settings div#settings_2column,
body section#login div#settings_2column{
  width: auto !important;
  padding: 10px !important;
}
body section#regist div#settings_2column div#settings_regist,
body section#settings div#settings_2column div#settings_regist,
body section#login div#settings_2column div#settings_regist{
  width: 43% !important;
}

body section#kotora25-sample h2{
    margin: 15px 0 !important;
  width: auto !important;
}
body section#kotora25-sample div.kotora25-sample-description{
  width: auto !important;
  padding: 10px !important;
}
body section#kotora25-sample div.kotora25-sample-description img{
  width: 100% !important;
}
body section#settings.kotora25.test div#instruction{
  width: auto !important;
}
body section#settings.kotora25.test div#instruction div.sample img{
  width: 100% !important;
}
body #AnswerPurposeOtherText{
  width: 90% !important;
}
body header#header section#headerInner div.hAuthentication{
  float: right;
  display: block;
  padding: 5px 10px;
    clear: inherit;
}
body footer p#copyright{
  display: none;
}
body #pannav{
  display: none;
}
body div.contents h2{
  border-left: 4px solid #466fba;
}
body footer nav.fNav{
  float: left;
  width: auto;
}
body section.kotora25 div.resumption_button{
  margin: 0 0 10px;
}
body section.kotora25 div.resumption_button,
body section.kotora25 div.buy_botton{
  float: none;
}
body section.kotora25 div.resumption_button input[type="button"],
body section.kotora25 div.reset_button input[type="button"]{
    width: 250px !important;
}
body section.kotora25 div.reset_button{
  float: none !important;
}
body section.kotora25 table.question_k25 td.q,
body section.kotora25 table.question_k25 td.answer-c,
body section.kotora25 table.question_k25 td:first-child{
    width: auto !important;
    text-align: left !important;
}
body section.kotora25 table.question_k25 td.answer-c{
  padding-left: 40px !important;
  position: relative;
}
body section.kotora25 table.question_k25 td.answer-c label br{
  display: none;
}
body section#settings.kotora25.test form#answer div.contents div.bar{
  display: none;
}
body section.kotora25 div.contents{
  width: auto;
}
body section#settings.kotora25.test form#answer div#settings_reg{
  margin-bottom: 10px;
}
body #pageBody #content .company-box01{
  padding: 10px;
}
body h3.con_midasi{
  background: none;
}
/*フォーム追加**/
/*mypage*/
body nav#pNav ul{
  overflow: hidden;
}
body nav#pNav ul li{
  float: left;
  width: 50%;
  text-align: left;
}
body nav#pNav ul li a{
      font-size: 10px;
    background-size: 20px;
    padding: 0 0 0 22px;
    margin: 0;
}
body header#header div.hAuthentication a.login input[type="button"]{
  font-size: 80%;
}
body .kotora-free img{
  width: 100%;
  height: auto;
}
body .kotora-free{
  padding: 10px;
}
body{
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 48px !important;
}
body .kotora25{
  width: auto;
  padding: 10px;
}
body section.kotora25 ul.fullbuy_k25 li{
  width: auto;
}
body .kotora25 table td input{
  width: auto;
  position: relative;
}
body section.kotora25 div.nakama_form div.container div.mail{
  float: none;
}
body .kotora25 table th,
body .kotora25 table td{
  font-size: 110%;
  line-height: 1.6;
}
body .kotora25 .fullbuy h2{
  height: auto !important;
    line-height: 1.5;
    padding: 10px;
}
body section.kotora25 div.fullbuy input[type="button"]{
  padding: 12px 10px;
  width: auto;
  font-size: 13px;
}

body div#search div.contents{
  width: auto;
  background: none;
}
body div#search nav#select_searchtype ul{
  overflow: hidden;
  margin: 0;
}
body div#search nav#select_searchtype ul li{
  text-indent: 0;
  white-space: inherit;
  padding: 10px;
  background: #FFF;
  border-bottom: 1px solid #ddd;
  display: block;
}
body div#search nav#select_searchtype ul li a{
  width: auto;
  height: auto;
  margin: 0;
  background: none !important;
}
body div#search div.tab-contents section.section{
  background: none;
  width: auto;
  padding: 10px;
}
body div#search div.tab-contents section.section div.sectionInner div.box01 div.boxInner dl{
  width: auto;
  float: none;
}
body div#search div.tab-contents section.section div.sectionInner div.box01{
  float: none;
  width: auto;
  margin: 0;
  overflow: hidden;
}
body div#search div.tab-contents section.section div.sectionInner div.box div.boxInner dl:nth-child(2){
  margin: 0;
}
body div#search div.tab-contents section.section div.sectionInner div.box02{
  width: auto;
  float: none;
}
body div#search div.tab-contents section.section div.sectionInner table td input{
      min-width: 0 !important;
      width: auto !important;
}
body div#search div.tab-contents section.section div.sectionInner table td li{
  display: block;
}
/*mypage end*/
body .pc,
body .sp{
  display: block;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    background-color: #000;
    width: 100%;
    color: #fff;
    font-size: 80%;
    padding: 15px 0;
    cursor: pointer;
    text-align: center;
        margin: 0 0 -48px 0;
}
body nav#pNav ul {
    overflow: hidden;
}
body nav#pNav ul li {
    float: left;
    width: 50%;
    text-align: left;
}
body div#search div.tab-contents section.section div.sectionInner table td ul.list_check{
  width: 50%;
}
body div#search div.tab-contents section.section li{
  min-width: auto !important;
}
body div#search div.tab-contents section.section div.sectionInner table td li{
  display: block;
}
body div#search div.tab-contents section.section div.sectionInner table td p.linkText{
  text-align: center;
}
body div#search div.tab-contents section.section div.sectionInner table td p.linkText a{
  width: auto;
}
body div#search div.tab-contents section.section div.sectionInner table td ul{
  overflow: hidden;
}
body div#search div.tab-contents section.section div.sectionInner table td ul.linkList04 li{
      width: 50% !important;
    float: left !important;
}
body section#settings .done p{
  font-size: 140%;
}
body section#settings .done p:nth-child(2),
body header div#switch{
  display: none !important;
}
body section.kotora25 div#exit-answer{
  line-height: 1.6 !important;
  margin: 10px 0;
}
body section.kotora25 table#services-service th{
  width: 100% !important;
  height: 90px;
}
body section.kotora25 div.service-list{
  margin: 10px 0;
}
body section.kotora25 table#services-service tr{
      float: left;
    width: 50%;
}
body section.kotora25 table#services-service td{
      height: 90px;
    padding: 5px;
        width: 92%;
        font-size: 80%;
}
body div.kotora-free div.description{
  line-height: 1.6 !important;
    margin-bottom: 10px;
}
body section.kotora25 div.nakama_form div.container div.description{
      line-height: 1.8 !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}
body section.kotora25 table#services-service th.amount-cell,
body section.kotora25 table#services-service th.price,
body section.kotora25 table#services-service th.quantity-cell,
body section.kotora25 table#services-service th.products,
body section.kotora25 table#services-service th.situation{
  width: 100% !important;
}
body #payment table td input{
  position: relative;
  width: auto !important;
}
body section#regist textarea, 
body section#settings textarea, 
body section#login textarea{
  width: 95% !important;
}
body #AnswerValue0,
body #AnswerValue1,
body #AnswerValue2,
body #AnswerValue3,
body #AnswerValue4,
body #AnswerValue5{
  position: absolute;
  left: 10px;
  top: 0;
}
body section.attention ul li,
body section.attention p,
body div.attention ul li,
body div.attention p{
  font-size: 110%;
}
body table.serviceForm tbody tr td span.chara-count{
  float: none;
}
body nav#pNav ul.mykotora25menu{
      background-color: #05070f;
      display: block !important;
      height: 100px !important;
}
body section#settings.kotora25.test form#attribute div.contents.attribute{
  font-size: 120%;
}
body section.kotora25 div.login_k25 div.fellow div.sample{
  width: auto;
}
body section.kotora25 div.login_k25 div.fellow ul.listButton{
  width: auto;
}
body div.canvasChart div.chart-legend table.legend-graphique tbody tr td img{
  width: auto !important;
}
body #personal img{
  width: 100%;
  height: auto;
}
body #personal div{
  margin-bottom: 20px;
}
body #personal iframe{
  display: none;
}
body div.explanation{
  width: auto;
}
body div.explanation span.ex-type{
  display: block;
  margin: 10px;
}
body div.explanation span{
  display: block;
  margin: 10px;
}
body div.boxContainer div.score{
  float: none;
  margin: 0;
}
body div.boxContainer div.comment table{
  width: auto !important;
}
body .WordSection1 img{
  width: 100%;
  height: auto;
}
body .WordSection1 .MsoTableGrid{
  margin-left: 0;
}
body .WordSection1 .MsoTableGrid{
  width: auto !important;
  margin-left: 10px !important;
}
body .WordSection1 p{
  margin-left: 10px !important;
}
body #signupKiyaku .boxbottom img,
body #signupKiyaku h3 img{
  display: none;
}
body div#complianceChart,
body .graph,
body .canvasChart{
      width: 320px;
    overflow: hidden;
}
body div.co_mypage_job{
    width: 300px;
    height: 82px;
    margin: 10px auto 0;
    background-size: 100%;
}
body #mypage-top li{
  padding: 0;
}
body #mypage-top li a.mypage_kotora25,
body #mypage-top li a.mypage_job{
  width: 302px;
      height: 106px;
}
body section.kotora25 div.login_k25 div.fellow div.sample,
body section.kotora25 div.login_k25 div.fellow ul.listButton{
  width: auto;
}
body section#settings.kotora25.test div#instruction div.sample{
  display: none;
}
body section#settings div#signup_2column{
  width: 300px;
}
body section#settings div#signup_2column div#settings_regist.regist_button{
  width: 300px;
    margin: 0;
}
body div.contents section.rec_list table{
      width: 100%;
}
body table tr{
  display: block !important;
}
body div.contents section.rec_list table th{
      text-align: center;
    width: auto;
    font-size: 8px;
    display: block;
    border-bottom: 1px solid #000;
}
body nav#gNav ul li#gNav01 a{
  background: url(/common/images/sp_icon06.png) no-repeat;
  -webkit-background-size: 55px 55px;
       -o-background-size: 55px 55px;
          background-size: 55px 55px;
}
body nav#gNav ul li#gNav02 a{
  background: url(/common/images/sp_icon07.png) no-repeat;
  -webkit-background-size: 55px 55px;
       -o-background-size: 55px 55px;
          background-size: 55px 55px;
}
body nav#gNav ul li#gNav04 a{
  background: url(/common/images/sp_icon04.png) no-repeat;
  -webkit-background-size: 55px 55px;
       -o-background-size: 55px 55px;
          background-size: 55px 55px;
}
body nav#gNav ul li#gNav05 a{
  background: url(/common/images/sp_icon08.png) no-repeat;
  -webkit-background-size: 55px 55px;
       -o-background-size: 55px 55px;
          background-size: 55px 55px;
}
body header#header section#headerInner h1#description{
  display: none;
}
body section#settings div#signup div#signupFrm{
  float: none;
  /*width: 260px;*/
    margin: 0 auto;
}
body section#settings table td.regist_button{
  width: auto;
}
body #settings .serviceForm tr,
body tbody{
  display: block;
}
body header#header section#headerInner div#authentication.hSection{
  width: auto;
}
/*end*/
}


@media screen and (min-width: 750px) {
  body{
    position: relative;
  }
  body .pc,
  body .sp{
    display: none;
  }
  body .sp,
  body .pc{
    position: absolute;
    top: -90px;
    z-index: 9999;
    background-color: #ff4000;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 30px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
/*end*/
}

/*コトラミ*/
div#personal div.contents table.table02std {
  border-top: 5px solid #1e73be;
  border-left: 1px solid #1e73be;
  border-right: 1px solid #1e73be;
  border-bottom: 1px solid #1e73be;
  margin-top: 20px;
  width: 800px;
}
/* line 394, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02std th.tablettl {
  background-color: #cceeff;
  border-color: #1e73be;
}
/* line 397, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02std th.tablettl h1 {
  width: 80%;
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url(../common/images/ico_arrow04.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}
/* line 411, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02std th.tablettl span {
  float: right;
  width: 15%;
  margin-top: 5px;
  text-align: right;
  font-size: 0.9em;
  font-weight: normal;
  border-color:#1e73be;
}
/* line 426, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02std th.tablettl em {
  float: right;
  width: 15%;
  margin-top: 5px;
  text-align: right;
  font-size: 0.6em;
  font-weight: normal;
  font-style: normal;
  border-color:#1e73be;s
}
/* line 444, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_main_personal.scss */
div#personal div.contents table.table02std td.tbltext a {
  margin-right: 5px;
  padding: 5px;
  background-color: #F0F0E1;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 460, C:/Users/tokutome/Dropbox/Share-kotora/css/_scss/_settings.scss */
div#personal div.contents table.table02std td.tbltext a:hover {
  background-color: #000066;
  color: #FFFFFF;
  text-decoration: none;
}
div#personal div.contents table.table02std td {
  border-color:#1e73be;
}
div#personal div.contents table.table02std th.thtext {
  border-color:#1e73be;
  width:150px;
}
@media screen and (max-width: 750px) {
	div#personal div.contents table.table02std th.thtext {
		width: auto;
	}
	div.block div.text04 img {
    	max-width: 100%;
	}
}
nav#pNav ul.newGraduateMenu {
  display: none;
}

.kotora25_mytitle {
	font-size:200%;
	font-weight:bold;
	color:#1e73be;
	margin:0;
}

.kotora25_mytitle_sub {
	margin-top:8px;
	font-size:140%
	
}

.kotora25_mytitle_sub_red {
	font-weight:bold;
	text-decoration:underline;
}

.kotora25_my_2button{
	margin-top:32px !important;
	text-align:center;
	width:100%;
}

.kotora25_my_button {
	max-width:100%;
}

@media screen and (max-width: 750px) {
.kotora25_my_button {
	display:block;
	margin:0 auto;
	max-width:100%;
}
}

.B{
	font-weight:bold;
}
.mb0{
	margin-bottom:0;
}
.mb4{
	margin-bottom:4px;
}
.mb8{
	margin-bottom:8px;
}
.mb12{
	margin-bottom:12px;
}
.mt0{
	margin-top:0;
}
/* # 20180110追加
---------------------------------------------------------------------------- */
#side_pmark {
    margin:15px auto;
    padding: 7px;
    background: #fff;
    border:1px solid #999;
    max-width:235px;
}

#side_pmark .plogo {
    display: inline-block;
    vertical-align: middle;
    width:70px;
}

#side_pmark .ptext{
    width: 135px;
    display: inline-block;
    padding-left: 8px;
    font-size: 11px;
    vertical-align: middle;
}

#side_pmark_wide {
    margin:60px auto;
    padding: 28px;
    background: #fff;
    width:1120px;
}

#side_pmark_wide .plogo_wide {
    display: inline-block;
    vertical-align: top;
}

#side_pmark_wide .plogo_wide img {
    width:120px;
}

#side_pmark_wide .ptext_wide{
    display: inline-block;
    padding-left: 20px;
    font-size: 11px;
    vertical-align: top;
    width:800px;
}


@media screen and (max-width: 750px) {
#side_pmark {
    border:none;

}
#side_pmark_wide {
    margin:60px auto;
    padding: 14px;
    background: #fff;
    width:360px;
}

#side_pmark_wide .plogo_wide {
    display: inline-block;
    vertical-align: top;
}

#side_pmark_wide .plogo_wide img {
    width:80px;
}

#side_pmark_wide .ptext_wide{
    display: inline-block;
    padding-left: 12px;
    width:240px;
}
}

@media screen and (max-width: 750px){
.pc_contents_st {
    display: none;
}
}

.kotorame_box{
padding:0 30px;
margin-bottom:30px;
}

.kotorame_guideimage{
width:315px !important;
}

.kotorame_315{
width:315px;
}

.kotorame_btn{
margin:24px auto;
width:180px;
font-size:16px;
font-weight:bold;
text-decoration:none;
display:block;
text-align:center;
padding:6px 0;
color:#fff;
background-color:#cd5c5c;
border:none;
}