@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;
}
.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:#2589cd;
	text-decoration:none;
}
a:hover,
a:active {
	color:#2589cd;
	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: 54px;
}
header .header-i {
	position:relative;
	margin: 0 auto;
	width: 193px;
	height:50px;
	z-index:100;
}
header h1 {
	position:absolute;
	float:none;
	width:100%;
	padding-top: 5px;
	text-align:center;
}
header .header-right {
	display:none;
}
h2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #0254a7), color-stop(0.00, #2589cd));
	background: -webkit-linear-gradient(top, #2589cd 0%, #0254a7 88%);
	background: linear-gradient(to bottom, #2589cd 0%, #0254a7 88%);
	margin-bottom: 30px;
	padding: 15px 0 14px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.bar {
	padding-bottom: 5px;
	border-bottom: solid 3px #b4b4b4;
}
.bar h3 {
	margin: 0;
	padding: 4px 0 4px 10px;
	border-left: solid 4px #be0706;
	font-weight: bold;
	font-size: 16px;
}
.main {
	text-align: left;
}
.pageback {
	padding: 30px 0;
	margin: 0 auto;
	width: 100px;
}
.pageback a {
	display: block;
	border-radius: 5px;
	background-color: #c8c8c8;
	padding: 11px 0 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

footer {
	background-color: #f0f0f0;
	text-align: center;
}
footer .footer-logo {
	padding: 20px 0 10px;
}
footer .footer-address {
	font-size: 14px;
}
footer .footer-address span {
	font-weight: bold;
}
footer .footer-tel {
	padding: 5px 0;
}
footer .footer-tel a {
	font-size: 24px;
	font-weight: bold;
	color: #aa0001;
}
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-copyright {
	padding: 15px 10px;
	font-size: 14px;
	color: #b4b4b4;
}

section {
	padding:0 10px;
}
.copy {
	font-weight:bold;
	font-size:18px;
	padding-bottom:7px;
}

/* トップページ
--------------------------------------------------------------------*/
#top h3.next {
	margin: 0 10px;
	padding: 30px 5px 10px;
	border-bottom: solid 3px #b4b4b4;
}
#top .main {
	padding-bottom: 30px;
}
#top .main-image {
	background-size: cover;
	height: 320px;
	position: relative;
	text-align: center;
}
#top .main-image .top-copy {
	position: absolute;
	top: 80px;
	text-align: center;
	width: 100%;
}
#top .main-image .top-copy img {
	width: 271px;
}
#top .case-area {
	background: url(../img/bk.gif) repeat;
	padding: 15px;
}
#top .case-area .case {
	margin-top: 15px;
	background-color: #fff;
	padding: 15px 0 10px;
}
#top .case-area .case .photo {
	margin: 0 auto;
	width: 252px;
	padding-bottom: 10px;
	text-align: center;
}
#top .case-area .case .photo img {
	width: 252px;
}
#top .case-area .case .icon {
	margin-left: 15px;
	border-radius: 3px;
	padding: 2px 0 2px;
	width: 80px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#top .case-area .case .icon1 {
	background-color: #ff961e;
}
#top .case-area .case .icon2 {
	background-color: #32aa32;
}
#top .case-area .case .icon3 {
	background-color: #2589cd;
}
#top .case-area .case .icon4 {
	background-color: #969696;
}
#top .case-area .case h4 {
	font-weight: bold;
	font-size: 16px;
	padding:  6px 15px 7px;
}
#top .case-area .case h4 a {
	color: #323232;
}
#top .case-area .case-link {
	padding-top: 15px;
	font-size:18px;
}
#top .case-area .case-link a {
	display: block;
	border-radius: 5px;
	background-color: #fff;
	padding: 11px 0 10px;
	text-align: center;
	font-weight: bold;
	color: #aa9682;
}
#top .topics dt {
	padding-top: 12px;
	color: #b4b4b4;
}
#top .topics dd {
	padding: 1px 0 12px;
	border-bottom: dotted 1px #b4b4b4;
	font-weight: bold;
	font-size: 16px;
}
#top .topics-link {
	margin: 15px auto 0;
	width: 300px;
	font-size:18px;
}
#top .topics-link a {
	display: block;
	border-radius: 5px;
	background-color: #b4b4b4;
	padding: 11px 0 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#top .banner-area {
	padding-top: 20px;
	text-align: center;
}
#top .banner-area li {
	padding-top: 10px;
}

/* トピックス　一覧
--------------------------------------------------------------------*/
#topics .topics {
	border-bottom: solid 1px #b4b4b4;
}
#topics .topics dt {
	border-top: dotted 1px #b4b4b4;
	padding-top: 12px;
	color: #b4b4b4;
}
#topics .topics dt.top {
	border-top: none;
}
#topics .topics dd {
	padding: 1px 0 12px;
	font-weight: bold;
	font-size: 16px;
}
#topics .page {
	padding: 20px 0 5px;
	text-align: center;
}
#topics .page a {
	border: solid 1px #2589cd;
	border-radius: 3px;
	margin: 0 5px;
	padding: 5px 9px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#topics .page span {
	border: solid 1px #b4b4b4;
	border-radius: 3px;
	margin: 0 5px;
	padding: 5px 9px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #b4b4b4;
}
#topics .page a:hover {
	background-color: #2589cd;
	color: #fff;
}
#topics .page .back {
	vertical-align: 2px;
	margin-right: 6px;
}
#topics .page .next {
	vertical-align: 2px;
	margin-left: 6px;
}

/* トピックス　下層
--------------------------------------------------------------------*/
#topics-u .day {
	padding-top: 12px;
	color: #b4b4b4;
}
#topics-u h4 {
	padding-top: 1px;
	font-weight: bold;
	font-size: 18px;
	color: #e04b06;
}
#topics-u .photo {
	padding-top: 20px;
	margin: 0 auto;
	width: 300px;
}
#topics-u .photo img {
	width: 100%;
}
#topics-u .text {
	padding-top: 20px;
}
#topics-u .photo-area {
	padding-top: 20px;
	margin: 0 auto;
	width: 300px;
}
#topics-u .photo-area li {
	padding-top: 10px;
}
#topics-u .photo-area li img {
	width: 100%;
}
#topics-u .pageback {
	width: 150px;
}

/* 施工事例　一覧
--------------------------------------------------------------------*/
#case .case-area {
	border-bottom: solid 1px #b4b4b4;
}
#case .case-area .case {
	padding: 15px 0 14px;
	border-top: dotted 1px #b4b4b4;
}
#case .case-area .top {
	border-top: none !important;
}
#case .case-area .case .photo {
	margin: 0 auto;
	width: 300px;
	padding-bottom: 12px;
	text-align: center;
}
#case .case-area .case .photo img {
	width: 100%;
}
#case .case-area .case .icon {
	border-radius: 3px;
	padding: 2px 0 2px;
	width: 80px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#case .case-area .case .icon1 {
	background-color: #ff961e;
}
#case .case-area .case .icon2 {
	background-color: #32aa32;
}
#case .case-area .case .icon3 {
	background-color: #2589cd;
}
#case .case-area .case .icon4 {
	background-color: #969696;
}
#case .case-area .case h4 {
	font-weight: bold;
	font-size: 18px;
	padding: 8px 0 5px;
}
#case .case-area .case h4 a {
	color: #323232;
}

#case .page {
	padding: 20px 0 5px;
	text-align: center;
}
#case .page a {
	border: solid 1px #2589cd;
	border-radius: 3px;
	margin: 0 5px;
	padding: 5px 9px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#case .page span {
	border: solid 1px #b4b4b4;
	border-radius: 3px;
	margin: 0 5px;
	padding: 5px 9px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #b4b4b4;
}
#case .page a:hover {
	background-color: #2589cd;
	color: #fff;
}
#case .page .back {
	vertical-align: 2px;
	margin-right: 6px;
}
#case .page .next {
	vertical-align: 2px;
	margin-left: 6px;
}

/* 施工事例　下層
--------------------------------------------------------------------*/
#case-u .bar {
	margin-bottom: 15px;
}
#case-u .icon {
	border-radius: 3px;
	padding: 2px 0 2px;
	width: 80px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#case-u .icon1 {
	background-color: #ff961e;
}
#case-u .icon2 {
	background-color: #32aa32;
}
#case-u .icon3 {
	background-color: #2589cd;
}
#case-u .icon4 {
	background-color: #969696;
}
#case-u h4 {
	padding: 8px 0 5px;
	font-weight: bold;
	font-size: 18px;
	color: #e04b06;
}
#case-u .copy {
	font-size: 16px;
}
#case-u .photo {
	padding-top: 20px;
	margin: 0 auto;
	width: 300px;
}
#case-u .photo img {
	width: 100%;
}
#case-u .text {
	padding-top: 20px;
}
#case-u .photo-area {
	padding-top: 20px;
	margin: 0 auto;
	width: 300px;
}
#case-u .photo-area li {
	padding-top: 10px;
}
#case-u .photo-area li img {
	width: 100%;
}
#case-u .pageback {
	width: 150px;
}

/* 代表挨拶
--------------------------------------------------------------------*/
#message .tab-area {
	margin: 0 auto;
	width: 300px;
}
#message .tab-area .tab-left {
	float: left;
	width: 145px;
}
#message .tab-area .tab-right {
	float: right;
	width: 145px;
}
#message .tab-area span {
	display: block;
	border-radius: 5px;
	background-color: #b4b4b4;
	padding: 11px 0 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#message .tab-area a {
	display: block;
	border-radius: 5px;
	background-color: #2589cd;
	padding: 11px 0 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#message .bar {
	padding: 20px 0 5px;
	border-bottom: solid 3px #b4b4b4;
	margin-bottom: 12px;	
}
#message .bar h3 {
	padding: 5px 0 4px 10px;
	border-left: solid 4px #be0706;
	font-weight: bold;
	font-size: 16px;
}
#message .name {
	padding-top: 20px;
	text-align: right;
}

/* 会社概要
--------------------------------------------------------------------*/
#profile .tab-area {
	margin: 0 auto;
	width: 300px;
}
#profile .tab-area .tab-left {
	float: left;
	width: 145px;
}
#profile .tab-area .tab-right {
	float: right;
	width: 145px;
}
#profile .tab-area span {
	display: block;
	border-radius: 5px;
	background-color: #b4b4b4;
	padding: 11px 0 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#profile .tab-area a {
	display: block;
	border-radius: 5px;
	background-color: #2589cd;
	padding: 11px 0 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#profile .bar {
	padding: 20px 0 5px;
	border-bottom: solid 3px #b4b4b4;
	margin-bottom: 12px;
}
#profile .bar h3 {
	padding: 5px 0 4px 10px;
	border-left: solid 4px #be0706;
	font-weight: bold;
	font-size: 16px;
}
#profile .bar-next {
	margin: 30px 0 0 !important;
}
#profile .profile dt {
	padding: 11px 0 1px;
	font-weight: bold;
}
#profile .profile dd {
	padding-bottom: 10px;
	border-bottom: dotted 1px #c8c8c8;
}

/* 業務内容
--------------------------------------------------------------------*/
#works .bar {
	padding: 0 0 5px;
	border-bottom: solid 3px #b4b4b4;
	margin-bottom: 12px;	
}
#works .bar h3 {
	padding: 5px 0 4px 10px;
	border-left: solid 4px #be0706;
	font-weight: bold;
	font-size: 16px;
}
#works .bar h3.next {
	margin-top: 40px;
}
#works .works-top .photo {
	padding-bottom: 10px;
}
#works .works-top .copy {
	padding: 15px 0 0;
	font-size: 125%;
	color: #e04b06;
}
#works .works-top li {
	padding: 11px 0 10px;
	border-bottom: dotted 1px #b4b4b4;
}
#works .works-top li span {
	font-weight: bold;
	color: #e04b06;
}
#works .works-top li a {
	font-weight: bold;
}
#works .works-top  .last {
	border-bottom: none;
}
#works .image {
	padding-top: 20px;
	text-align: center;
}
#works .text {
	padding-bottom: 12px;
}
#works .youtube {
	text-align: center;
    position: relative;
    height: 0;
	padding: 30px 0 56.25%;
    overflow: hidden;
}
#works .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#works .logo {
	padding: 15px 0 10px;
	text-align: center;
}
#works .point-area {
	margin-top: 20px;
	background: url(../works/img/bk.gif) repeat;
	padding: 20px;
}
#works .point-area .photo {
	float: left;
	width: 60px;
	margin-right: -70px;
}
#works .point-area .photo-r {
	float: right;
	width: 100%;
}
#works .point-area .photo-r2 {
	margin-left: 70px;
}
#works .point-area .photo-r .copy {
	color: #323232;
	padding-bottom: 3px;
	font-size: 18px;
}

/* 顧問・スタッフ紹介
--------------------------------------------------------------------*/
#staff .copy {
	color: #e04b06;
}
#staff .staff-area {
	background: url(../staff/img/bk.gif) repeat;
	margin-top: 20px;
	padding: 20px 15px;
}
#staff .staff-area .photo {
	padding-bottom: 10px;
	text-align: center;
}
#staff .staff-area .text {
	padding-bottom: 3px;
	font-size: 12px;
	text-align: center;
}
#staff .staff-area .name {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#staff .staff-area .name2 {
	color: #969696;
	font-size:12px;
	line-height:130%;
	text-align: center;
}
#staff .staff-area .zayu {
	margin: 15px 0 14px;
	padding: 7px 10px 6px 10px;
	background-color: #fff;
}
#staff .staff-area .zayu span {
	font-size: 16px;
	font-weight: bold;
}

/* 採用情報
--------------------------------------------------------------------*/
#recruit .copy {
	padding-top: 20px;
	font-size:16px;
	color: #e04b06;
}
#recruit .recruit {
	margin-top: 20px;
}
#recruit .recruit dt {
	border-top: dotted 1px #c8c8c8;
	padding: 11px 0 1px;
	font-weight: bold;
}
#recruit .recruit dt.top {
	border-top: solid 1px #c8c8c8;
}
#recruit .recruit dd {
	padding-bottom: 10px;
}
#recruit .contact {
	margin-top: 10px;
	border-top: solid 1px #c8c8c8;
	padding-top: 20px;
	text-align: center;
}

/* 協力会社募集
--------------------------------------------------------------------*/
#partner .copy {
	font-size:16px;
	color: #e04b06;
}
#partner .partner {
	margin-top: 20px;
}
#partner .partner dt {
	border-top: dotted 1px #c8c8c8;
	padding: 11px 0 1px;
	font-weight: bold;
}
#partner .partner dt.top {
	border-top: solid 1px #c8c8c8;
}
#partner .partner dd {
	padding-bottom: 10px;
}
#partner .box {
	background-color: #f0f0f0;
	padding: 10px;
}
#partner .contact {
	margin-top: 20px;
	border-top: solid 1px #c8c8c8;
	padding-top: 20px;
	text-align: center;
}

/* 個人情報に関する取扱いについて
--------------------------------------------------------------------*/
#privacy .text {
	padding: 0 0 14px;
}
#privacy .privacy {
	border-bottom: solid 1px #c8c8c8;
}
#privacy .privacy dt {
	border-top: dotted 1px #c8c8c8;
	padding: 15px 0 3px;
	font-weight: bold;
}
#privacy .privacy dd {
	padding-bottom: 14px;
}

/* お問い合わせ
--------------------------------------------------------------------*/
#form-page .text {
	padding-top: 12px;
	font-weight: bold;
	font-size: 16px;
}
#form-page .tel {
	padding-top: 2px;
	font-size: 22px;
	font-weight: bold;
}
#form-page .tel a {
	color: #e04b06;
}
#form-page .kome {
	padding-top: 8px;
	font-size: 12px;
}
#form-page .kome span {
	color: #e04b06;
}
#form-page form {
	margin-top: 20px;
	border-top: dotted 1px #c8c8c8;
}
#form-page .q {
	padding: 9px 0 2px;
	font-weight: bold;
}
#form-page .a {
	padding-bottom: 9px;
	border-bottom: dotted 1px #c8c8c8;
}
#form-page .require {
	color: #e04b06;
	padding-left: 3px;
}
#form-page .add-info {
	color: #969696;
}
#form-page .btn {
	padding-top: 15px;
	text-align: center;
}
#form-page .privacy {
	padding: 30px 0 50px;
	font-size: 12px;
}
#form-page .last-info {
	text-align: center;
	padding: 100px 0 120px;
}


