@charset "utf-8";

body {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fsmin {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
	vertical-align: bottom;
}

a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #E50012;
}


/*/--------------------------------------------------------------------------/*/
/* ===== HEADER ===== */
/*/--------------------------------------------------------------------------/*/

#header{
	width: 100%;
	min-width: 1300px;
	height: 80px;
}
#header:after {
    content: "";
    display: block;
    clear: both;
}
#header h1 {
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 20px 20px 0 30px;
	margin: 0;
	overflow: hidden;
}

#sp-menu{
display:none;
}

/*/--------------------------------------------------------------------------/*/
/* ===== NAV ===== */
/*/--------------------------------------------------------------------------/*/

#nav {
	width: 960px;
	float: right;
	padding: 15px 30px 0 0;
}
#nav:after {
    content: "";
    display: block;
    clear: both;
}
#nav li {
	float: left;
	display: inline;
	text-align: center;
	padding: 0;
	border-left: 1px dotted #CCCCCC;
}
#nav li a {
	font-size: 87.5%;
	color: #333333;
	display: block;
	width: 119px;
	height: 40px;
	padding-top: 10px;
	text-decoration: none;
}
#nav li a span {
	font-size: 75%;
	line-height: 15px;
	color: #CCCCCC;
	display: block;
	width: 80%;
	margin: 0 auto;
	border-bottom: 3px solid #FFFFFF;
}
#nav li a:hover span {
	color: #66CCFF;
	border-bottom: 3px solid #66CCFF;
}

/*/--------------------------------------------------------------------------/*/
/* ===== ARTICLE ===== */
/*/--------------------------------------------------------------------------/*/

.title_img {
	width: 100%;
	background-color: #003366;
	text-align: center;
}
.title_img img {
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.entry-title {
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
}
#article {
	width: 900px;
	float: left;
	padding: 20px 20px 50px;
}
#article:after {
    content: "";
    display: block;
    clear: both;
}
#fpdaisuki {
	width: 900px;
	float: left;
	padding: 20px 20px 50px;
}
#fpdaisuki h3.fph3 {
	margin-top: 30px!important;
	border-bottom: 1px dotted #DDDDDD!important;
}
.fp_article {
	clear: both;
}
.fp_article #article {
	clear: both;
	width: 860px!important;
	float: none!important;
	margin: 0 auto!important;
}
.fp_article #article h3 {
	background-image: url(../img/common/h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 50px;
	padding-left: 50px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: normal;
	font-size: 175%;
}
#fpdaisuki .daisuki_left {
	width: 380px;
	float: left;
	padding: 50px 0;
}
#fpdaisuki .daisuki_left p {
	text-align: center;
	line-height: 1.5;
	padding: 0 0 10px;
}
#fpdaisuki .daisuki_left p img {
	padding: 1px;
	background-color: #F5F5F5;
}
#fpdaisuki .to_daisukiweb a {
	font-size: 87.5%;
	line-height: 2;
	margin: 0 auto;
	padding: 5px;
	display: block;
	width: 300px;
	background-color: #333333;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #333333;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#fpdaisuki .to_daisukiweb a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
#advertisement .to_daisukiweb a {
	font-size: 87.5%;
	line-height: 2;
	margin: 0 auto;
	padding: 5px;
	display: block;
	width: 300px;
	background-color: #333333;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #333333;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#advertisement .to_daisukiweb a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
#fpdaisuki .daisuki_right {
	width: 480px;
	float: left;
	padding: 20px;
}
#fpdaisuki .daisuki_right p {
	line-height: 1.5;
	font-size: 75%;
	padding: 0 10px 10px;
}
#fpdaisuki h3 {
	background-image: url(../img/common/h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 50px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: normal;
	font-size: 150%;
}
#fpdaisuki h4 {
	font-size: 100%;
	padding: 0 10px;
	margin: 0;
	color: #66CCFF;
}
#advertisement #article {
	width: 900px;
	margin: 0 auto;
	float: none;
}
.advertisement {
	clear: both;
	text-align: center;
	font-size: 75%;
	line-height: 5;
	background-color: #CCCCCC;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
	max-width: 500px;
	max-height: 500px;
	width: auto;
	height: auto;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 500px;
	max-height: 500px;
	width: auto;
	height: auto;
}
.aligncenter {
	display: block;
	margin: 10px 0;
	max-width: 700px;
	max-height: 700px;
	width: auto;
	height: auto;
}
#article h3 {
	background-image: url(../img/common/h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 50px;
	padding-left: 50px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: normal;
	font-size: 175%;
}
#article h4 {
	font-size: 125%;
	line-height: 1.5;
	padding: 20px 20px 10px;
}
#article h4.equipment {
	font-size: 100%;
	line-height: 1.5;
	padding: 40px 20px 10px;
}
#article p {
	font-size: 87.5%;
	line-height: 1.5;
	padding: 0 20px 10px;
}
#article p.space {
	padding-top: 20px;
}
#article ul,
#article ol {
	font-size: 87.5%;
	line-height: 1.5;
	padding: 0 20px 10px 50px;
}
#article table {
	margin: 0 0 10px;
	font-size: 87.5%;
	line-height: 1.5;
	width: 100%;
}
#article th {
	border-bottom: 1px dotted #CCCCCC;
	padding: 20px;
}
#article td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 20px;
}
#article th.noborder,
#article td.noborder {
	border-bottom: none!important;
}
#article table .odd {
	background-color: #F5F5F5;
}
#article .gmap {
	background-color: #F5F5F5;
	padding: 10px;
}
#article .gmap iframe {
	width: 100%;
}
#article article {
	clear: both;
}
#article article:after {
    content: "";
    display: block;
    clear: both;
}
.category-information #article article {
	padding: 30px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.category-information h3 {
	font-size: 150%!important;
	margin: 10px 0 20px!important;
	border-bottom: none!important;
}
.category-fpdaisuki #article article {
	padding: 30px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.category-fpdaisuki h3 {
	font-size: 150%!important;
	margin: 10px 0 20px!important;
	border-bottom: none!important;
}
#article .wf_space1 {
	margin-top: 30px!important;
}
#article .business_box {
	width: 214px;
	margin: 20px 0 50px;
	float: left;
	border-right: 1px dotted #CCCCCC;
}
#article .business_box:after {
    content: "";
    display: block;
    clear: both;
}
#article .business_box h4 {
	line-height: 1.5;
	padding: 0;
	margin: 0 0 0 25px;
}
#article .business_sbox {
	list-style: none;
	padding: 0;
}
#article .business_sbox li {
	width: 215px;
	height: 10em;
	float: left;
}
#article .business_sbox li h4 {
	font-size: 87.5%;
	color: #EB5711;
}
#article .box th {
	width: 5em;
}
#article .box .w320 {
	width: 320px;
}
#article .w50p {
	float: left;
	width: 430px;
	padding-bottom: 40px;
}

.blue a {
	color: #66CCFF;
}
.blue a:hover {
	color: #3399CC;
}
.border_none {
	border: none!important;
}

#article table.recruit {
	margin: 0 0 40px;
	border: 5px solid #F5F5F5;
}
#article table.recruit th {
	width: 7em;
	background-color: #F5F5F5;
}

#article .entry_tel {
	font-size: 150%;
}

/*/--------------------------------------------------------------------------/*/
/* ===== ASIDE ===== */
/*/--------------------------------------------------------------------------/*/

#aside {
	width: 248px;
	float: right;
	margin: 50px 0;
}
#aside .banner {
	padding: 0;
}
#aside .banner ul {
	list-style-type: none;
}
#aside .banner li {
	margin-bottom: 10px;
}
#aside .banner img {
	border: 1px solid #F5F5F5;
}
#aside .contact {
	background-color: #F5F5F5;
	width: 235px;
	padding: 10px 0 5px;
}
#aside .contact p {
	text-align: center;
	padding: 5px;
	font-size: 75%;
}
#aside .contact .tel {
	font-size: 175%;
}
#aside .contact .line {
	margin: 10px;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}







/*/--------------------------------------------------------------------------/*/
/* ===== TO_TOP ===== */
/*/--------------------------------------------------------------------------/*/

#to_top {
	position: fixed;
	bottom: 90px;
	right: 30px;
}
#to_top a {
	display: block;
	z-index: 999;
	padding: 0;
	width: 60px;
	height: 60px;
}


/*/--------------------------------------------------------------------------/*/
/* ===== FOOTER ===== */
/*/--------------------------------------------------------------------------/*/

#footer{
	padding: 0;
}
#footer .contact {
	clear: both;
	background-color: #F5F5F5;
	padding: 50px 0;
}
#footer .contact h2 {
	background-image: url(../img/common/tel.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 70px;
	margin-bottom: 20px;
	font-size: 175%;
	font-weight: normal;
}
#footer .contact h2 ruby {
	display: block;
	font-size: 50%;
}
#footer .contact p {
	font-size: 87.5%;
	line-height: 1.5;
	text-align: center;
}
#footer .contact .tel {
	font-size: 200%;
}
#footer .contact p.button {
	padding: 20px;
}
#footer .wrap {
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}
#footer .wrap:after {
    content: "";
    display: block;
    clear: both;
}
#footer .address {
	width: 380px;
	float: left;
	padding: 20px 0 0;
}
#footer .address p {
	font-size: 75%;
	line-height: 1.5;
	padding: 0 0 20px;
}
#footer .nav {
	width: 160px;
	float: left;
	font-size: 75%;
	line-height: 2;
	list-style: none;
	padding: 10px 20px;
	border-left: 1px dotted #CCCCCC;
}
#footer .copyright{
	clear: both;
	font-size: 75%;
	line-height: 1.5;
	text-align: center;
	color: #333333;
	border-top: 1px solid #F5F5F5;
	padding: 50px 0;
}
