@charset "utf-8";

/* ==================================================

株式会社ワンズコーポレーション　スマホ専用サイト スタイルシート

================================================== */


/* 共通 
--------------------------------------------------------------------*/
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,td,th,form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
html,body {
	height:100%;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}
img {
	vertical-align:bottom;
}
a img {
	border:none;
}
body {
	font-family:"メイリオ", "Helvetica", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;
	margin:0;
	text-align:left;
	font-size:15px;
	line-height:140%;
	color:#323232;
}
.font {
	font-family: 'Roboto Condensed', sans-serif;
}
.it {
	font-style: italic;
}
.fs {
	font-size:12px;
	line-height:130%;
}
.fl {
	font-size:20px;
	line-height:126%;
}
.b {
	font-weight:bold;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
a:link,
a:visited {
	color:#00a0c6;
	text-decoration:none;
}
a:hover,
a:active {
	color:#00a0c6;
	text-decoration:none;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}
.warning {
	color:#f00;
	background-color:#ffc;
	border:1px solid #f00;
	padding:8px 12px;
	margin:15px 0 1px;
	font-size:12px;
	line-height:130%;
}

header {
	text-align:center;
	background: url(../common/header_bk.gif) repeat-x;
	height: 53px;
}
header .header-i {
	position:relative;
	margin: 0 auto;
	width: 238px;
	height: 50px;
	z-index: 100;
}
header h1 {
	position: absolute;
	float: none;
	width: 100%;
	padding-top: 5px;
	text-align: center;
}
header .header-right {
	display: none;
}
.title-area {
	position: relative;
}
h2 {
	position: absolute;
	vertical-align: middle;
	top: 35%;
	left: 0;
	width: 100%;
	text-align: center;
}
.main {
	background-color: #f0f0f0;
	padding: 20px 0 50px;
	text-align: left;
}
.pagetop {
	padding-top: 40px;
	text-align: center;
}

footer {
	background-color: #323232;
	text-align: center;
	color: #fff;
}
footer .footer-logo {
	padding-top: 20px;
}
footer .footer-address {
	padding-top: 5px;
	font-size: 14px;
}
footer .footer-tel {
	padding: 5px 0 0;
}
footer .footer-tel a {
	font-size: 24px;
	font-weight: bold;
	color: #00a0c6;
}
footer .footer-fax {
	padding-bottom: 5px;
}
footer .footer-link {
	margin: 0 auto;
	width: 300px;
}
footer .footer-link li {
	padding-top: 10px;
}
footer .footer-link li a {
	display: block;
	border-radius: 5px;
	background-color: #fff;
	padding: 11px 0 10px;
	text-align: center;
	font-weight: bold;
	color: #323232;
}
footer .footer-link li.last a {
	background-color: #ffb41e !important;
	color: #fff;
}
footer .footer-copyright {
	padding: 15px 10px;
	font-size: 14px;
	color: #969696;
}

section {
	padding:0 10px;
}
h3 {
	padding-top: 40px;
	font-size: 30px;
	text-align: center;
	line-height: 100%;
}
.subtitle {
	padding-bottom: 20px;
	font-size: 12px;
	color: #969696;
	text-align: center;
}
.copy {
	font-weight:bold;
	font-size:18px;
	padding-bottom:7px;
}
.top-link-area li {
	padding-top: 10px;
}
.top-link-area li a {
	display: block;
	background-color: #00a0c6;
	padding: 11px 0 10px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/* トップページ
--------------------------------------------------------------------*/
#top .main {
	padding: 0 0 50px;
}
#top .main-image {
	text-align: center;
}
#top .main-image img {
	width: 100%;
}
#top .banner-area {
	padding-top: 20px;
	text-align: center;
}
#top .banner-area li {
	padding-top: 10px;
}
#top .subtitle {
	padding-bottom: 10px;
}
#top .information dt {
	padding: 12px 0 5px;
	color: #b4b4b4;
}
#top .information dt span {
	display: inline-block;
	border-radius: 3px;
	padding: 1px 0;
	width: 90px;
	margin-right: 10px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
}
#top .information dt .icon1 {
	background-color: #00a0c6;
}
#top .information dt .icon2 {
	background-color: #ff961e;
}
#top .information dd.info-title {
	font-weight: bold;
	padding: 0 0 2px;
	border-bottom: none;
}
#top .information dd {
	padding: 0 0 12px;
	border-bottom: dotted 1px #b4b4b4;
	font-size: 16px;
}

/* 会社案内
--------------------------------------------------------------------*/
#company .top-link-area {
	margin: 0 auto;
	width: 290px;
}
#company .top-link-area .top-link-left {
	float: left;
	width: 140px;
}
#company .top-link-area .top-link-right {
	float: right;
	width: 140px;
}
#company h4 {
	border-bottom: solid 1px #b4b4b4;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
#company h4.next {
	padding-top: 40px;
}
#company h4.next2 {
	padding-top: 40px;
	margin-bottom: 10px;
}
#company .profile dt {
	padding: 11px 0 2px;
	font-weight: bold;
}
#company .profile dd {
	padding-bottom: 10px;
	border-bottom: dotted 1px #b4b4b4;
}
#company .profile dd img {
	margin-right: 10px;
}
#company .map {
	background-color: #fff;
	padding: 5px;	
}
#company #gmap {
	width: 100%;
	height: 300px;
}
#company .address {
	padding-top: 12px;
}
#company .greeting-photo {
	padding: 15px 0; 
	text-align: center;
}
#company .greeting-photo img {
	border: solid 5px #fff;
}
#company .text {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
#company .name {
	padding: 20px 0 5px;
	text-align: right;
}
#company .welfare-area {
	width: 218px;
	margin: 0 auto;
	padding-top: 20px;
}
#company .welfare-area img {
	margin-bottom: 5px;
}

/* 事業案内
--------------------------------------------------------------------*/
#development .top-text {
	padding-top: 20px;
}
#development h4 {
	border-bottom: solid 1px #b4b4b4;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
}
#development .box {
	margin-top: 15px;
	background-color: #fff;
	padding: 20px 10px;
	text-align: center;
}
#development .box p {
	text-align: left;
}
#development .text {
	padding-top: 15px;
	font-weight: bold;
}
#development .text2 {
	padding: 10px 0 20px;
}
#development .text3 {
	padding: 30px 0 5px;
	font-weight: bold;
	font-size: 16px;
}
#development .text4 {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #00a0c6;
}
#development .text5 {
	padding: 20px 0 0;
	font-weight: bold;
}
#development .box2 {
	margin-bottom: 15px;
	background-color: #fff;
	padding: 20px 15px;
}
#development .icon span {
	display: inline-block;
	margin: 7px 10px 0 0;
	background-color: #ff961e;
	border-radius: 5px;
	padding: 5px 10px 4px;
	font-weight: bold;
	color: #fff;
}
#development .text6 {
	padding-top: 15px;
}
#development .text6 span {
	font-weight: bold;
}
#development .text7 {
	padding: 0 5px 20px;
}
#development .image {
	padding: 20px 0 10px;
	text-align: center;
}
#development h5 {
	border-bottom: solid 1px #b4b4b4;
	padding: 20px 0 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* 社員の声
--------------------------------------------------------------------*/
#voice h4 {
	border-bottom: solid 1px #b4b4b4;
	padding: 40px 0 5px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
#voice .photo {
	padding-bottom: 5px;
	text-align: center;
}
#voice .box {
	background-color: #fff;
	padding: 5px 15px 20px;
	margin-bottom: 40px;
}
#voice .box .name dt {
	padding: 9px 0 0;
	font-weight: bold;
}
#voice .box .name dd {
	padding-bottom: 9px;
	border-bottom: dotted 1px #b4b4b4;
}
#voice .box .name dd.last {
	border-bottom: solid 1px #b4b4b4;
}
#voice .box .qa dt {
	margin-top: 20px;
	border-top: dotted 1px #b4b4b4;
	padding: 20px 0 8px;
	font-size: 18px;
	font-weight: bold;
	color: #00a0c6;
}
#voice .box .qa dt.top {
	margin-top: 0;
	border-top: none;
}
#voice .pagetop {
	padding-top: 0;
}


/* 採用情報
--------------------------------------------------------------------*/
#recruit .top-text {
	padding-top: 20px;
}
#recruit h4 {
	border-bottom: solid 1px #b4b4b4;
	padding: 40px 0 5px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
}
#recruit .recruit .btn a {
	display: block;
	margin-top: 10px;
	background-color: #00a0c6;
	padding: 11px 0 10px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#recruit .recruit .info {
	background-color: #fff;
	padding: 20px 15px 30px;
	margin-bottom: 20px;
}
#recruit .recruit .info .copy {
	font-size: 16px;
	color: #00a0c6;
}
#recruit .recruit dl {
	padding-top: 15px;
}
#recruit .recruit dt {
	border-top: dotted 1px #b4b4b4;
	padding: 11px 0 1px;
	font-weight: bold;
}
#recruit .recruit dt.top {
	border-top: solid 1px #b4b4b4;
}
#recruit .recruit dd {
	padding-bottom: 10px;
}
#recruit .entry {
	text-align: center;
	padding-top: 5px;
}
#recruit .entry a {
	display: block;
	background-color: #003399;
	border-radius: 5px;
	margin: 0 auto;
	padding: 14px 0 13px;
	width: 250px;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
	color: #fff;
}
#recruit .image {
	padding-top: 10px;
	text-align: center;
}

/* プライバシーポリシー
--------------------------------------------------------------------*/
#privacy h3 {
	padding-top: 20px;
}
#privacy .top-text {
	padding-top: 0;
}
#privacy .text-box {
	padding-top: 20px;
}
#privacy h4 {
	border-bottom: solid 1px #b4b4b4;
	padding: 40px 0 5px;
	font-weight: bold;
	font-size: 16px;
}
#privacy .privacy li {
	padding: 13px 0 12px;
	border-bottom: dotted 1px #b4b4b4;
}
#privacy .mark {
	padding-top: 15px;
	text-align: center;
}
#privacy .text {
	padding-top: 10px;
}

/* お問い合わせ
--------------------------------------------------------------------*/
#form-page h3 {
	padding-top: 20px;
}
#form-page .text {
	padding: 40px 0 8px;
	font-weight: bold;
	font-size: 16px;
}
#form-page .box {
	background-color: #fff;
	padding: 20px 20px 30px;
}
#form-page .box li {
	padding-bottom: 14px;
	border-bottom: dotted 1px #b4b4b4;
	margin-bottom: 15PX;
}
#form-page .box .doui {
	margin: 25px auto 0;
	width: 250px;
	background-color: #faebb4;
	padding: 12px 0 11px;
}
#form-page .box .doui input {
	vertical-align: middle;
	margin-right: 7px;
}
#form-page .box .doui p {
	text-align: center;
	font-weight: bold;
}
#form-page h4 {
	margin: 40px 0 12px;
	border-bottom: solid 1px #b4b4b4;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
#form-page h4.next {
	margin: 20px 0 12px;
}
#form-page .text2 {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #00a0c6;
}

#form-page .kome {
	padding-top: 8px;
	font-size: 12px;
	color: #b40000;
}
#form-page form dl {
	margin-top: 20px;
	border-top: dotted 1px #b4b4b4;
}
#form-page .q {
	padding: 9px 0 2px;
	font-weight: bold;
}
#form-page .a {
	padding-bottom: 9px;
	border-bottom: dotted 1px #b4b4b4;
}
#form-page form dd input,
#form-page form dd textarea {
	padding: 8px 5px 7px;
}
#form-page :-ms-input-placeholder {
   color: #b4b4b4;
}
#form-page ::-webkit-input-placeholder {
   color: #b4b4b4;
}
#form-page :-moz-placeholder {
   color: #b4b4b4;
}
#form-page ::-moz-placeholder {
   color: #b4b4b4; opacity: 1;
}
#form-page .require {
	color: #b40000;
	padding-left: 3px;
}
#form-page .add-info {
	color: #969696;
}
#form-page .btn {
	text-align: center;
	padding-top: 15px;
}
#form-page .btn input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	background-color: #00a0c6;
	margin-top: 10px;
	border: 0;
	border-radius: 5px;
	padding: 14px 0 13px;
	width: 250px;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
	color: #fff;
}
#form-page .btn input:hover {
	opacity: 0.7;
}
#form-page .privacy {
	padding-top: 30px;
	font-size: 12px;
}
#form-page .middle-info {
	padding-bottom: 15px;
	border-bottom: dotted 1px #b4b4b4;
}
#form-page .last-info {
	text-align: center;
	padding: 100px 0 120px;
}


