@charset "utf-8";
/* CSS Document */

/*
Theme Name: 株式会社タナカカメ
Theme URI: http://www.came.co.jp/
Author: 株式会社エヌ・エス・ティ・エス
Author URI: http://www.nsts.co.jp/
Description: NSTS@BlankSlate
Version: 1.0
License: GNU General Public License
License URI: http://www.nsts.co.jp/
Tags: 
Text Domain: NSTS@BlankSlate
*/

@media print {
header,
footer { display: none; }
}

body, html, main {
    /* important */
    height: 100%;
}

body {
	font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(ajisai.jpg);
	background-repeat: no-repeat;
}
td,th { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* googleフォント　さわらび明朝 */
.f-sawa-m { font-family: "Sawarabi Mincho"; }
/* googleフォント　さわらびゴシック */
.f-sawa-g { font-family: "Sawarabi Gothic"; }

img { border-style: none; }
.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }
a {
	color: #15A5A7;
	text-decoration: none;
	transition: 1.0s;
}
a:hover { color: #C05617; }
a:hover img {
	opacity: 0.5 ;
	transition: 1.0s ;
}
em { color: #FF0000; font-style: normal; }

strong { }
.clear {
  margin: 0;
  padding: 0;
  clear: both;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
     
}
sup {  bottom: 1ex; }
sub { top: .5ex; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

/* 回り込み解除 */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#map_canvas {
  width: 100%;
  height: 300px;
}

#wrap {
	margin: 0px;
	padding: 0px;
}

header { z-index: 10; }

div#content h2 {
	font-family: "Sawarabi Mincho";
	font-size: 24px;
	margin: 0px 0px 20px;
	padding: 15px 0px;
	text-align: center;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	transform: rotate(0.05deg);
}

h3 {
	background-color: #e8e8e8;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	font-size: 18px;
	margin: 0px 0px 20px;
	padding: 5px;
}
h3.serch-list {
	text-align: left;
	background-image: url(images/arrow03_org.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding-left: 30px;
}
div#content h4 {
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 10px;
	padding: 5px 0px 5px 15px;
	border-left: 5px solid #000042;
	font-size: 16px;
}
div#content section.about h4 {
	border-bottom: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	border-left: none;
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	font-family: "Sawarabi Mincho";
	transform: rotate(0.05deg);
	background-image: url(images/arrow02_org.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
div#content h4.point {
	cursor: pointer;
	color: #2F41AC;
}

div#intro {
	background-color: #000042;
	margin: 0px;
	padding: 0px;
}

div#intro ul li a:hover { background-color: #447CBF; }

ul#top-bn {
	margin: 0px auto 20px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: block;
}
div#pagePlugin {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 500px;
	display: block;
}

div#news {
	margin: 0px 0px 20px;
	padding: 0px;
}

dl#info {
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #cccccc;
}
dl#info dt {
	margin: 5px 0px 0px;
	padding: 15px 15px 0px;
	display: block;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}
dl#info dt span {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 110px;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
}
dl#info dt span.recruitinfo { background-color: #81c9f2; }
dl#info dt span.productinfo { background-color: #819cf2; }
dl#info dt span.information { background-color: #6d74d0; }

dl#info dd {
	margin: 5px 0px 10px;
	padding: 5px 15px 0px;
	display: block;
}
dl#info dd span.new {
	background-color: #6fdd81;
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	width: 50px;
	font-size: 14px;
	line-height: 20px;
}
dl.contact {
	margin: 0px;
	padding: 0px;
}
dl.contact dt {
	margin: 0px 0px 10px;
	padding: 0px 10px 5px 30px;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/arrow02_ble.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	font-weight: bold;
}
dl.contact dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

div.message {
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	width: 80%;
}

div.phone {
	margin: 0px auto 50px;
	padding: 10px 0px;
	background-color: #4696F5;
	color: #FFFFFF;
	width: 500px;
	text-align: center;
	line-height: 1.5;
	font-family: "Sawarabi Gothic";
	transform: rotate(0.05deg);
	border-radius: 10px;
}

div.phone p {
	margin: 0px;
	padding: 0px;
}

div.btn {
	margin: 0px auto 50px;
	padding: 0px;
	width: 40%;
	text-align: center;
	font-family: "Sawarabi Gothic";
	transform: rotate(0.05deg);
}

div.btn p {
	margin: 0px;
	padding: 0px;
}

div.btn p a {
	padding: 10px 0px;
	width: 100%;
	color: #FFFFFF;
	display: block;
	border-radius: 10px;
}

div.btn p.grn a { background-color: #3CB57E; }
div.btn p.ble a { background-color: #5C68C5 }
div.btn p.grn a:hover { background-color: #7CD1AB; }
div.btn p.ble a:hover { background-color: #8D97EB }

input.wpcf7-submit, 
input.wpcf7c-btn-confirm, 
input.wpcf7c-btn-back {
	height: 50px;
	font-size: 20px;
}

div.post-ind {
	margin: 0px 10px 10px;
	padding: 0px;
	display: block;
}

div#challenge {}

div#challenge div#set {
	background-color: #3989dc;
	color: #ffffff;
	margin: 0px 0px 20px;
	padding: 20px 0px;
}

div#challenge div#set h3 {
	color: #FFFFFF;
	border-style: none;
	background-color: #3989dc;
	margin: 0px 0px 10px;
	padding: 0px;
	font-family: "Sawarabi Mincho";
	font-size: 28px;
}

div#challenge div#set p {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 80%;
}
div#challenge div.box {
	margin: 0px auto 20px;
	padding: 0px;
	width: 80%;
}
div#challenge div.box div.img {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
div#challenge div.box div.img img { vertical-align: bottom; }

div#challenge div.box div.txt {
	border-bottom: 2px solid #000042;
	padding: 20px;
}
div#challenge div.box div.txt strong {
	text-decoration: underline;
}

div#content ul.list {}
div#content ul.list li {
	margin: 0px 0px 50px;
	padding: 0px;
	width: 500px;
	float: left;
}
div#content ul.list li div {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	height: 198px;
	width: 198px;
	border: 1px solid #ccc;
	float: left;
}
div#content ul.list li p {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 260px;
	display: block;
}
div#content dl.list {
	margin: 0px 20px 30px;
	padding: 0px;
}
div#content dl.list dt {
	background-image: url(images/arrow02_ble.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
}
div#content dl.list dd {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

div#lineup {
	background-color: #cee6fe;
	margin: 0px 0px 20px;
	padding: 10px 0px 5px;
}
div#lineup h4 {
	border-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: center;
}
div#content h4.list { background-color: #cee6fe; }
div#lineup ul {
	margin: 0px auto;
	list-style: none;
	padding: 0px;
	width: 80%;
}
div#lineup ul li {
	margin: 0px 15px 5px 0px;
	padding: 0px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
div#lineup ul li a {
	background-color: #20359f;
	width: 100%;
	display: block;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
div#lineup ul li a:hover { background-color: #445CD9; }

section#main {}

div#slideshow2 {
	margin: 0px 0px 20px;
	padding: 0px;
}

div#slideshow, 
div#slideshow2 span {
	margin: 0px 0px 20px;
	padding: 0px;
	transform: rotate(0.05deg);
}
div#eyecatch {
	margin: 0px;
	padding: 130px 0px 0px;
}
div#eyecatch img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
div#content {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 100%;
}
div#content div#pan {
	margin: 10px 0px;
	padding: 0px;
}
div#content section.box {
	margin: 0px 0px 30px;
	padding: 0px;
}

div#content section.entry-content {
	margin: 0px;
	padding: 0px;
}
div#content section.entry-content section.box {
	margin: 0px 30px 30px;
	padding: 0px;
}

div#content section.task {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
div#content section.task div.pack {
	margin: 0px 10px 30px;
	padding: 0px;
	width: 330px;
	float: left;
	border-top: 5px solid #000042;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	height: auto;
}
div#content section.task div.pack h4 {
	color: #FFFFFF;
	background-color: #3889dc;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
	margin: 0px;
	padding: 20px 0px;
	font-size: 15px;
	font-family: "Sawarabi Gothic";
	transform: rotate(0.05deg);
	font-weight: normal;

}
div#content section.task div.pack p.txt {
	margin: 10px 20px;
	padding: 0px;
	height: 100px;
	display: block;
}
div#content section.task div.pack div.img {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 105px;
	width: 300px;
	background-color: #ccc;
}

table#company, 
table#history, 
table#recruit, 
table#product {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
table#company th, 
table#recruit th, 
table#product th {
	margin: 0px;
	padding: 5px;
	width: 20%;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #DDE7F3;
	white-space: nowrap;
}
table#company td, 
table#history td, 
table#recruit td, 
table#product td {
	margin: 0px;
	padding: 5px;
	vertical-align: top;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table#history th {
	margin: 0px;
	padding: 5px;
	width: 10%;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}
table#history tr.bg { background-color: #DDE7F3; }

table#company dl {
	margin: 0px;
	padding: 0px;
}
table#company dl dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
table#company dl dd {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

div#introduction {
	margin: 0px 0px 20px;
	padding: 0px;

}
div#introduction h4 {
	text-align: center;
	border-style: none;
	background-color: #ed5321;
	color: #FFFFFF;

}
div#introduction p { text-align: center; }
div#introduction div#intro-btn {
	margin: 0px auto;
	padding: 0px;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}
div#introduction div#intro-btn a {
	background-color: #20359F;
	display: block;
	color: #ffffff;
	border-radius: 5px;
}
div#introduction div#intro-btn a:hover {
	color: #ffffff;
	border-radius: 5px;
	background-color: #4F63CB;
}
div#content section.step {

}
div#content section.step div.arrangement {
	background-color: #343495;
	margin: 0px 0px 70px 0px;
	padding: 5px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}
div#content section.step dl {
	margin: 0px 10px 70px;
	padding: 0px;
	display: block;
}
div#content section.step dl dt {
	background-image: url(images/arrow_step.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 20px 0px 0px;
	height: 80px;
	width: 100px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	float: left;
}
div#content section.step dl dt span {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 1.0;
}
div#content section.step dl dd {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	width: 80%;
}
div#content section.step dl dd h4 {}
div#content section.step dl dd p {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
div#content section.step dl dd div.btn {
	width: 50%;
	margin: 0px;
	padding: 0px;
}

/* --- マップ --- */
div.map-img {
	margin: 0px auto 20px;
	padding: 0px;
	width: 615px;
}
div.map-img img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
div.map-txt {
	margin: 0px auto;
	padding: 0px;
	width: 80%;
}
div.map-txt dl {
	margin: 0px;
	padding: 0px;
}
div.map-txt dl dt {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 20px;
	background-image: url(images/arrow02_ble.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: bold;
}
div.map-txt dl dd {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 20px;
	border-bottom: 1px dotted #ccc;
}

div.sitemap ul {
	list-style: none;
	margin: 0px 50px;
	padding: 0px;
	line-height: 2.5;
}
div.sitemap ul li {
	background-image: url(images/arrow02_ble.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
div.sitemap ul li ul {
	margin: 0px;
	padding: 0px;
}
div.sitemap ul li ul li {}

div.sitemap ul li a, 
div.sitemap ul li ul li a {}

div.sitemap ul li a:hover, 
div.sitemap ul li ul li a:hover { color: #C05617; background-color: transparent; }

div#content dl#voice {
	margin: 0px 20px;
	padding: 0px;
	
}
div#content dl#voice dt {
	margin: 0px 0px 20px;
	padding: 0px 0px 5px 20px;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/arrow02_ygr.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #4C7A17;
	font-weight: bold;
	font-size: 16px;
	
}
div#content dl#voice dd {
	margin: 0px 20px 20px;
	padding: 0px;
	
}

ul#voice {
	margin: 0px;
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#voice li {
	padding: 0px;
	float: left;
	width: 500px;
	display: block;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul#voice li.l { margin-right: 20px; }

/* --- 新着情報 --- */
div#blog {
	margin: 0px;
	padding: 0px;
}
div#blog section#content {
	padding: 0px;
}
div#blog section#content h2 {
	margin: 0px 0px 20px;
	text-align: left;
	background-image: url(images/arrow02_org.png);
	background-repeat: no-repeat;
	background-position: 0px 23px;
	padding-left: 25px;
	font-size: 20px;
}

div#blog div.entry-meta {
	background-color: #000042;
	color: #fff;
	margin: 0px;
	padding: 0px 10px;
	text-align: right;
}

div#blog aside#sidebar {
	margin: 0px;
	padding: 0px;
}
dl.title {
	margin: 0px 20px;
	padding: 0px;
}
dl.title dt {
	font-weight: bold;
	color: #00AAE7;
	background-image: url(images/arrow02_ble.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
dl.title dd {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}

table#wp-calendar {
	empty-cells: show;
	margin: 0px 0px 10px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}

#wp-calendar caption {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0px;
	padding: 5px 0px;
	background: #FFF;
}

#wp-calendar tbody {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FFF;
}

#wp-calendar th {
	background: #FFF;
	padding: 2px 2px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#wp-calendar td {
	padding: 2px 2px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#wp-calendar tfoot td { 
	background: #FFF;
	padding: 2px 2px;

	border: none;
}
#wp-calendar tfoot td#prev {
	border-bottom-left-radius: 5px;
} 
#wp-calendar tfoot td#next {
	border-bottom-right-radius: 5px;
}

/* -------------------------------------------

アンカー調整

------------------------------------------- */
.anker {
	position: relative;
    top: -150px;
    display: block;
}

/* -------------------------------------------

ページトップへ戻る

------------------------------------------- */
div.re-top {
	margin: 20px 0px 0px;
	padding: 0px;
	font-size: 16px;
	width: 100%;
	height: 40px;
	text-align: right;
	line-height: 40px;
}
div.re-top img { vertical-align: bottom; }
div.re-top a { color: #000; }
div.re-top a:hover { color: #ccc; }

div.re-top-s {
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 100%;
}



/* -------------------------------------------

フッター

------------------------------------------- */
footer {
	background-color: #000042;
	color: #FFFFFF;
}
footer div.box, 
footer div.box2 {
	width: 1080px;
}
footer div.box {
	margin: 0px auto;
	padding: 0px;
}
footer div.box2 {
	margin: 0px auto;
	padding: 20px 0px 0px;
}

footer div.box, 
footer div.box2 a { color: #ffffff; }
footer div.box a:hover, 
footer div.box2 a:hover { color: #00ffff; }

footer div.box address, 
footer div.box2 p#copy {
	text-align: center;
	margin: 0px auto;
	padding: 20px 0px;
	font-style: normal;
}
footer div.box address span {
	display: inline-block;
}
footer div.box address span.residence {
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

footer ul.menu {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
footer ul.menu li, 
footer ul.menu li ul li {
	background-image: url(images/arrow01_aqa.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
footer ul.menu li ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
footer ul.menu li ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
footer div.box2 ul.menu li a { color: #ffffff; }
footer div.box2 ul.menu li a:hover {
	color: #00ffff;
	background-color: transparent;
}

@media print, screen and (min-width:1081px) {
/*pc用のcssを記述*/

header {
	background-color: rgba( 255, 255, 255, 0.85 );
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 125px;
	border-bottom: 5px solid #000042;
	position: fixed;
}
header div.box {
	margin: 0px auto;
	padding: 0px;
	width: 1080px;
	height: 125px;
	position: relative;
}
header h1 {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 26px;
	font-size: 8px;
}
header h1 a {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 250px;
	display: block;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
header div#language {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100px;
	position: absolute;
	top: 20px;
	right: 165px;
	line-height: 30px;
}

header div#materials {
	position: absolute;
	top: 10px;
	right: 275px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 200px;
	text-align: center;
}
header div#materials a {
	background-color: #5E7BD1;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 200px;
	display: inline-block;
	border-radius: 5px;
}
header div#materials a:hover { background-color: #8EA3E1; }
header div#materials span.big {
	display: block;
	font-size: 22px;
	line-height: 40px;
}
header div#materials span.small {
	display: block;
	font-size: 12px;
	line-height: 10px;
}
header div#search {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 153px;
	position: absolute;
	top: 20px;
	right: 0px;
}
header div#search input.txt-box {
	background-color: #d5d5d5;
	border-style: none;
	margin: 0px;
	padding: 0px;
	width: 122px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 31px;
}
header div#search input#searchsubmit {
	border-style: none;
	margin: 0px;
	padding: 0px;
	width: 31px;
	height: 30px;
	background: url(images/search_btn.png) left top no-repeat;
	position: absolute;
	top: 0px;
	cursor: pointer;
	right: 0px;
}
header nav {
	height: 42px;
	width: 1080px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 83px;
}
header nav ul {
	height: 42px;
	width: 1080px;
	margin: 0px;
	list-style: none;
	padding: 0px;
}
header nav ul li {
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 216px;
	display: block;
	line-height: 42px;
	text-align: center;
	float: left;
	font-size: 18px;
	font-family: "Sawarabi Gothic";
	transform: rotate(0.05deg);
	font-weight: 500;
}
header nav ul li a {
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 216px;
	display: block;
	color: #000042;
}
header nav ul li a:hover {
	background-color: #6CAFFF;
	color: #FFFFFF;
}
header nav ul { list-style: none; }
header nav li { text-align: center; }
header nav a {
    display: block;
    color: #fff;
    text-decoration: none;
}
header nav .menu > li {
    float: left;
    width: 216px;
    height: 42px;
    line-height: 42px;
}
header nav .menu::after {
    content: "";
    display: table;
    clear: both;
}
/* 以下、ドロップダウン */
header nav li.menu-item-has-children { position: relative; }
header nav li.menu-item-has-children ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
header nav li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    top: 42px;
}
header nav .menu li a {
    background: rgba( 255, 255, 255, 0 );
}
header nav .menu li a:hover { background: #6CAFFF; }
header nav .menu li ul li a {
    background: #fff;
	border-top: solid 1px #000042;
	border-bottom: solid 1px #000042;
}
.menu li ul li a:hover {
    color: #fff;
    background: #6CAFFF;
}
.menu li:hover > a { background: rgba( 255, 255, 255, 0 ); }

header nav li.menu-item-has-children ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
}
header nav li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    top: 42px;
}

div#content {
	margin: 0px auto 20px;
	padding: 0px;
	width: 1080px;
}

div#intro ul {
	margin: 0px auto;
	list-style: none;
	padding: 0px;
	width: 1080px;
	height: 60px;
}

div#intro ul li {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 270px;
	display: block;
	float: left;
}
div#intro ul li a {
	background-color: #000042;
	color: #FFFFFF;
	height: 60px;
	width: 270px;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
}

div#introduction {
	background-color: #ffece3;
	margin: 0px;
	padding: 0px;
	height: 100px;
	position: relative;
}
div#introduction h4 {
	background-color: #ed5321;
	margin: 0px;
	padding: 15px 0px 0px;
	border-style: none;
	color: #FFFFFF;
	height: 55px;
	width: 180px;
	text-align: center;
	line-height: 1.4;
	position: absolute;
	left: 15px;
	top: 15px;
}
div#introduction h4 span { display: block; }
div#introduction p {
	position: absolute;
	height: 50px;
	width: 440px;
	top: 25px;
	left: 205px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div#introduction div#intro-btn {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 360px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: left;
}
div#introduction div#intro-btn a {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 70px;
	width: 340px;
	display: block;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 70px;
	font-size: 16px;
	background-image: url(images/intro-icon.png);
	background-repeat: no-repeat;
	background-position: 270px center;
	color: #20359F;
}
div#introduction div#intro-btn a:hover { color: #ed5321; }

div#top-bnsns {
	margin: 0px auto 10px;
	padding: 0px;
	width: 1040px;
}

ul#top-bn {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 500px;
	display: block;
	float: left;
}

div#pagePlugin {
	margin: 0px;
	padding: 0px;
	width: 500px;
	display: block;
	float: right;
}
ul#top-bn li {
	height: 100px;
	width: 520px;
	margin: 0px 0px 10px;
	padding: 0px;
}

ul#top-bn li.left { margin-right: 40px; }

div#news {
	margin: 0px auto 20px;
	padding: 0px;
	width: 1080px;
}
	
div#news div.over {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 1080px;
	overflow: auto;
}

dl#info {
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
dl#info dt {
	margin: 5px 0px 10px;
	padding: 15px 0px 0px 15px;
	display: table-cell;
	width: 250px;
	float: left;
	height: 30px;
	border-top: 1px solid #CCCCCC;
}
dl#info dt span {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 110px;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
}
dl#info dt span.recruitinfo { background-color: #81c9f2; }
dl#info dt span.productinfo { background-color: #819cf2; }
dl#info dt span.information { background-color: #6d74d0; }
dl#info dd {
	margin: 5px 0px 10px;
	padding: 15px 0px 0px 15px;
	float: left;
	display: table-cell;
	width: 783px;
	height: 30px;
	border-top: 1px solid #CCCCCC;
}
dl#info dd span.new {
	background-color: #6fdd81;
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	width: 50px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

div#lineup {
	background-color: #cee6fe;
	margin: 0px 0px 20px;
	padding: 15px 0px 5px;
}
div#lineup h4 {
	border-style: none;
	margin: 0px 0px 15px;
	padding: 0px;
	text-align: center;
}
div#content h4.list { background-color: #cee6fe; }
div#lineup ul {
	margin: 0px 0px 0px 15px;
	list-style: none;
	padding: 0px;
	width: 100%;
}
div#lineup ul li {
	margin: 0px 15px 10px 0px;
	padding: 0px;
	float: left;
	width: 320px;
	height: 40px;

	text-align: center;
	line-height: 40px;
}
div#lineup ul li a {
	background-color: #20359f;
	width: 320px;
	height: 40px;
	display: block;
	color: #FFFFFF;
}
div#lineup ul li a:hover { background-color: #445CD9; }

div#content section.step {
	background-image: url(images/img_step.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#content section.step div.arrangement {
	background-color: #343495;
	margin: 0px 0px 70px 270px;
	padding: 5px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}
div#content section.step dl {
	margin: 0px 0px 70px 270px;
	padding: 0px;
	display: block;
}
div#content section.step dl dt {
	background-image: url(images/arrow_step.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 20px 0px 0px;
	height: 80px;
	width: 100px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	float: left;
}
div#content section.step dl dt span {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 1.0;
}
div#content section.step dl dd {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	width: 620px;
}
div#content section.step dl dd h4 {}
div#content section.step dl dd p {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
div#content section.step dl dd div.btn {
	width: 50%;
	margin: 0px;
	padding: 0px;
}

div#content dl#voice dd div.img-l, 
div#content dl#voice dd div.img-r {
	margin: 0px;
	padding: 0px;
	width: 400px;
	display: block;
}

div#content dl#voice dd div.txt-l, 
div#content dl#voice dd div.txt-r {
	margin: 0px;
	padding: 0px;
	width: 510px;
	display: block;
}

div#content dl#voice dd div.img-l, 
div#content dl#voice dd div.txt-r { float: left; }
div#content dl#voice dd div.img-r, 
div#content dl#voice dd div.txt-r { float: right; }

div#challenge {
	color: #FFFFFF;
	margin: 0px 0px 20px;
	padding: 0px;
	position: relative;
	height: 620px;
	width: 100%;
}
div#challenge div#set {
	position: absolute;
	margin: 0px;
	padding: 20px 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 155px;
	z-index: 2;
	background-color: #3989DC;
}
div#challenge div#set h3 {
	border-style: none;
	background-color: #3989DC;
	margin: 0px 0px 10px;
	padding: 0px;
	font-family: "Sawarabi Mincho";
	transform: rotate(0.05deg);
	font-size: 200%;
}
div#challenge div#set p {
	text-align: center;
	line-height: 1.8;
	margin: 0px auto;
	padding: 0px;
	width: 51%;
}
div#challenge div.box {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 340px;
	position: absolute;
	top: 150px;
	z-index: 3;
}
div#challenge div.num1 { left: 15px; }
div#challenge div.num2 { left: 370px; }
div#challenge div.num3 { left: 725px; }
div#challenge div.box div.img {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 340px;
}
div#challenge div.box div.txt {
	margin: 0px;
	padding: 20px 10px;
	border-top: 2px solid #000042;
	border-bottom: 2px solid #000042;
	color: #333333;
	height: 275px;
	width: 320px;
	display: block;
}
div#challenge div.box strong { text-decoration: underline; }

div#blog section#content {
	padding: 0px;
	float: left;
	width: 820px;
}
div#blog aside#sidebar {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 240px;
}

footer div.box2 {
	margin: 0px auto;
	padding: 0px;
}
footer ul.menu {
	margin: 20px 50px 10px 0px;
	padding: 0px;
	list-style: none;
	float: left;
	display: block;
}


}

@media screen and (min-width:769px) and (max-width:1080px) {
/*tablet用のcssを記述*/

header {
	background-color: rgba( 255, 255, 255, 0.85 );
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 125px;
	border-bottom: 5px solid #000042;
	position: fixed;
	z-index: 1;
}
header div.box {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 125px;
	position: relative;
}
header h1 {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 26px;
	font-size: 8px;
}
header h1 a {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 250px;
	display: block;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
header div#materials {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100px;
	top: 20px;
	right: 330px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	display: block;
}
header div#materials span.small { display: none; }
header div#materials a {
	background-color: #5E7BD1;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100px;
	display: block;
	border-radius: 5px;
}
header div#materials a:hover { background-color: #8EA3E1; }
header div#language {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100px;
	position: absolute;
	top: 20px;
	right: 225px;
	line-height: 30px;
}
header div#search {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	position: absolute;
	top: 20px;
	right: 0px;
}
header div#search input.txt-box {
	background-color: #d5d5d5;
	border-style: none;
	margin: 0px;
	padding: 0px;
	width: 122px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}
header div#search input#searchsubmit {
	border-style: none;
	margin: 0px;
	padding: 0px;
	width: 31px;
	height: 30px;
	background: url(images/search_btn.png) left top no-repeat;
	position: absolute;
	top: 0px;
	left: 122px;
	cursor: pointer;
}
header nav {
	height: 42px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 83px;
}
header nav ul {
	height: 42px;
	width: 100%;
	margin: 0px;
	list-style: none;
	padding: 0px;
}
header nav ul li {
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 20%;
	display: block;
	line-height: 42px;
	text-align: center;
	float: left;
	font-family: "Sawarabi Gothic";
	transform: rotate(0.05deg);
	font-weight: 500;
}
header nav ul li a {
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 100%;
	display: block;
	color: #000042;
}
header nav ul li a:hover {
	background-color: #6CAFFF;
	color: #FFFFFF;
}
header nav ul li ul li { width: 100%; }
header nav ul li ul li a {
	display: block;
	width: 100%;
}
header nav .menu::after {
    content: "";
    display: table;
    clear: both;
}
/* 以下、ドロップダウン */
header nav li.menu-item-has-children { position: relative; }
header nav li.menu-item-has-children ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
header nav li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    top: 42px;
}
header nav .menu li a {
    background: rgba( 255, 255, 255, 0 );
}
header nav .menu li a:hover { background: #6CAFFF; }
header nav .menu li ul li a {
	background: #fff;
	border-top: solid 1px #000042;
	border-bottom: solid 1px #000042;
}
.menu li ul li a:hover {
    color: #fff;
    background: #6CAFFF;
}
.menu li:hover > a { background: rgba( 255, 255, 255, 0 ); }

header nav li.menu-item-has-children ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
}
header nav li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    top: 42px;
}

div#intro ul {
	margin: 0px auto;
	list-style: none;
	padding: 0px;
	width: 100%;
	height: 60px;
}

div#intro ul li {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 25%;
	display: block;
	float: left;
}
div#intro ul li a {
	background-color: #000042;
	color: #FFFFFF;
	height: 60px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
}

ul#top-bn {
	margin: 0px auto;
	padding: 0px;
	width: 520px;
}

ul#top-bn li {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 100px;
	width: 525px;
}

footer div.box {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

}

@media screen and (max-width:768px) {
/*スマホ用のcssを記述*/

header {
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
	border-bottom: 5px solid #000042;
}
header div.box {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
header h1 {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	height: 41px;
	width: 250px;
	font-size: 8px;
}
header h1 a {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 250px;
	display: block;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
header div#language {
	margin: 0px;
	padding: 0px 10px;
	width: 100%;
}
header div#materials { display: none; }
header div#search, 
header nav, 
div#eyecatch { display: none; }

div#intro {
	margin: 0px 0px 20px;
	padding: 0px;
}

div#intro ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	width: 100%;
	height: 40px;
}

div#intro ul li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 40px;
	float: left;
}
div#intro ul li a {
	background-color: #000042;
	color: #FFFFFF;
	height: 40px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	}

div#slideshow2 { display: none; }

ul#top-bn {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul#top-bn img,
div.w100img img {
	width: 100%;
	height : auto;
}
div#content section.step dl dd {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	width: 60%;
}

div#content section.step dl dd div.btn {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

footer div.box {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

footer div.box2 { width: 100%; }

footer div.box address span {
	display: block;
}
footer div.box address span.residence {
	margin: 0px 0px 5px;
	padding: 0px;
}
}

/* リスト関連 */

ul.list,
ul.list2, 
ul.list3 {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
}

ul.list li, 
ul.list3 li {
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 15px;
	list-style: none;
}
ul.list2 li {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}

ul.list li ul, 
ul.list2 li ul, 
ul.list3 li ul {
	margin: 10px 0px;
	padding: 0px 0px 0px 10px;
}

ul.ar01-ble li { background: url(images/arrow01_ble.png) no-repeat 0px 5px; }
ul.ar01-aqa li { background: url(images/arrow01_aqa.png) no-repeat 0px 5px; }
ul.ar01-grn li { background: url(images/arrow01_grn.png) no-repeat 0px 5px; }
ul.ar01-gry li { background: url(images/arrow01_gry.png) no-repeat 0px 5px; }
ul.ar01-org li { background: url(images/arrow01_org.png) no-repeat 0px 5px; }
ul.ar01-pnk li { background: url(images/arrow01_pnk.png) no-repeat 0px 5px; }
ul.ar01-ppl li { background: url(images/arrow01_ppl.png) no-repeat 0px 5px; }
ul.ar01-red li { background: url(images/arrow01_red.png) no-repeat 0px 5px; }
ul.ar01-rse li { background: url(images/arrow01_rse.png) no-repeat 0px 5px; }
ul.ar01-ygr li { background: url(images/arrow01_ygr.png) no-repeat 0px 5px; }
ul.ar01-ylw li { background: url(images/arrow01_ylw.png) no-repeat 0px 5px; }

ul.ar02-ble li { background: url(images/arrow02_ble.png) no-repeat 0px 2px; }
ul.ar02-aqa li { background: url(images/arrow02_aqa.png) no-repeat 0px 2px; }
ul.ar02-grn li { background: url(images/arrow02_grn.png) no-repeat 0px 2px; }
ul.ar02-gry li { background: url(images/arrow02_gry.png) no-repeat 0px 2px; }
ul.ar02-org li { background: url(images/arrow02_org.png) no-repeat 0px 2px; }
ul.ar02-pnk li { background: url(images/arrow02_pnk.png) no-repeat 0px 2px; }
ul.ar02-ppl li { background: url(images/arrow02_ppl.png) no-repeat 0px 2px; }
ul.ar02-red li { background: url(images/arrow02_red.png) no-repeat 0px 2px; }
ul.ar02-rse li { background: url(images/arrow02_rse.png) no-repeat 0px 2px; }
ul.ar02-ygr li { background: url(images/arrow02_ygr.png) no-repeat 0px 2px; }
ul.ar02-ylw li { background: url(images/arrow02_ylw.png) no-repeat 0px 2px; }

ul.ar03-ble li { background: url(images/arrow03_ble.png) no-repeat 0px 3px; }
ul.ar03-aqa li { background: url(images/arrow03_aqa.png) no-repeat 0px 3px; }
ul.ar03-grn li { background: url(images/arrow03_grn.png) no-repeat 0px 3px; }
ul.ar03-gry li { background: url(images/arrow03_gry.png) no-repeat 0px 3px; }
ul.ar03-org li { background: url(images/arrow03_org.png) no-repeat 0px 3px; }
ul.ar03-pnk li { background: url(images/arrow03_pnk.png) no-repeat 0px 3px; }
ul.ar03-ppl li { background: url(images/arrow03_ppl.png) no-repeat 0px 3px; }
ul.ar03-red li { background: url(images/arrow03_red.png) no-repeat 0px 3px; }
ul.ar03-rse li { background: url(images/arrow03_rse.png) no-repeat 0px 3px; }
ul.ar03-ygr li { background: url(images/arrow03_ygr.png) no-repeat 0px 3px; }
ul.ar03-ylw li { background: url(images/arrow03_ylw.png) no-repeat 0px 3px; }

/* マージン（中に対しての隙間） */
.mg5 { margin: 5px; }
.mg10 { margin: 10px; }

.mgt0 { margin-top: 0px; }
.mgt5 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgt25 { margin-top: 25px; }
.mgt30 { margin-top: 30px; }
.mgt35 { margin-top: 35px; }
.mgt40 { margin-top: 40px; }
.mgt45 { margin-top: 45px; }
.mgt50 { margin-top: 50px; }

.mgb0 { margin-bottom: 0px; }
.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb15 { margin-bottom: 15px; }
.mgb20 { margin-bottom: 20px; }
.mgb25 { margin-bottom: 25px; }
.mgb30 { margin-bottom: 30px; }
.mgb35 { margin-bottom: 35px; }
.mgb40 { margin-bottom: 40px; }
.mgb45 { margin-bottom: 45px; }
.mgb50 { margin-bottom: 50px; }

.mgl0 { margin-left: 0px; }
.mgl5 { margin-left: 5px; }
.mgl10 { margin-left: 10px; }
.mgl15 { margin-left: 15px; }
.mgl20 { margin-left: 20px; }
.mgl25 { margin-left: 25px; }
.mgl30 { margin-left: 30px; }
.mgl35 { margin-left: 35px; }
.mgl40 { margin-left: 40px; }
.mgl45 { margin-left: 45px; }
.mgl50 { margin-left: 50px; }

.mgr0 { margin-right: 0px; }
.mgr5 { margin-right: 5px; }
.mgr10 { margin-right: 10px; }
.mgr15 { margin-right: 15px; }
.mgr20 { margin-right: 20px; }
.mgr25 { margin-right: 25px; }
.mgr30 { margin-right: 30px; }
.mgr35 { margin-right: 35px; }

.mgr40 { margin-right: 40px; }
.mgr45 { margin-right: 45px; }
.mgr50 { margin-right: 50px; }

/* パディング（外に対しての隙間） */
.pd5 { padding: 5px; }
.pd10 { padding: 10px; }

.pdt0 { padding-top: 0px; }
.pdt5 { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt15 { padding-top: 15px; }
.pdt20 { padding-top: 20px; }
.pdt25 { padding-top: 25px; }
.pdt30 { padding-top: 30px; }
.pdt35 { padding-top: 35px; }
.pdt40 { padding-top: 40px; }
.pdt45 { padding-top: 45px; }
.pdt50 { padding-top: 50px; }

.pdb0 { padding-bottom: 0px; }
.pdb5 { padding-bottom: 5px; }
.pdb10 { padding-bottom: 10px; }
.pdb15 { padding-bottom: 15px; }
.pdb20 { padding-bottom: 20px; }
.pdb25 { padding-bottom: 25px; }
.pdb30 { padding-bottom: 30px; }
.pdb35 { padding-bottom: 35px; }
.pdb40 { padding-bottom: 40px; }
.pdb45 { padding-bottom: 45px; }
.pdb50 { padding-bottom: 50px; }

.pdl0 { padding-left: 0px; }
.pdl5 { padding-left: 5px; }
.pdl10 { padding-left: 10px; }
.pdl15 { padding-left: 15px; }
.pdl20 { padding-left: 20px; }
.pdl25 { padding-left: 25px; }
.pdl30 { padding-left: 30px; }
.pdl35 { padding-left: 35px; }
.pdl40 { padding-left: 40px; }
.pdl45 { padding-left: 45px; }
.pdl50 { padding-left: 50px; }

.pdr0 { padding-right: 0px; }
.pdr5 { padding-right: 5px; }
.pdr10 { padding-right: 10px; }
.pdr15 { padding-right: 15px; }
.pdr20 { padding-right: 20px; }
.pdr25 { padding-right: 25px; }
.pdr30 { padding-right: 30px; }
.pdr35 { padding-right: 35px; }
.pdr40 { padding-right: 40px; }
.pdr45 { padding-right: 45px; }
.pdr50 { padding-right: 50px; }

/* フォント関連 */

.f8 { font-size: 8px; } /* フォント8px */
.f10 { font-size: 10px; } /* フォント10px */
.f12 { font-size: 12px; } /* フォント12px */
.f14 { font-size: 14px; } /* フォント14px */
.f16 { font-size: 16px; } /* フォント16px */
.f18 { font-size: 18px; } /* フォント18px */
.f20 { font-size: 20px; } /* フォント20px */
.f22 { font-size: 22px; } /* フォント22px */
.f24 { font-size: 24px; } /* フォント24px */
.f26 { font-size: 26px; } /* フォント26px */
.f28 { font-size: 28px; } /* フォント28px */
.f30 { font-size: 30px; } /* フォント30px */
.f32 { font-size: 32px; } /* フォント32px */
.f34 { font-size: 34px; } /* フォント34px */
.f36 { font-size: 36px; } /* フォント36px */
.f38 { font-size: 38px; } /* フォント38px */
.f40 { font-size: 40px; } /* フォント40px */

.f-red { color: #F00; } /* 赤 */
.f-org { color: #F60; } /* オレンジ */
.f-ylw { color: #F90; } /* 黄色 */
.f-gyl { color: #CC0; } /* 黄緑 */
.f-gre { color: #690; } /* 緑 */
.f-dgr { color: #063; } /* 濃緑 */
.f-aqa { color: #3C9; } /* 水色 */
.f-sky { color: #0CC; } /* 空色 */
.f-ble { color: #06C; } /* 青 */
.f-nvy { color: #039; } /* 紺 */
.f-ppl { color: #339; } /* 紫 */
.f-fji { color: #96C; } /* 藤色 */
.f-pnk { color: #F6C; } /* ピンク */
.f-smn { color: #F66; } /* サーモン */
.f-bju { color: #C63; } /* ベージュ */
.f-brn { color: #630; } /* ブラウン */

.bk-red { color: #FFF; background: #F00; } /* 赤・文字白 */
.bk-org { color: #FFF; background: #F60; } /* オレンジ・文字白 */
.bk-ylw { color: #FFF; background: #F90; } /* 黄色・文字白 */
.bk-gyl { color: #FFF; background: #CC0; } /* 黄緑・文字白 */
.bk-gre { color: #FFF; background: #690; } /* 緑・文字白 */
.bk-dgr { color: #FFF; background: #063; } /* 濃緑・文字白 */
.bk-aqa { color: #FFF; background: #3C9; } /* 水色・文字白 */
.bk-sky { color: #FFF; background: #0CC; } /* 空色文字白 */
.bk-ble { color: #FFF; background: #06C; } /* 青・文字白 */
.bk-nvy { color: #FFF; background: #039; } /* 紺・文字白 */
.bk-ppl { color: #FFF; background: #339; } /* 紫・文字白 */
.bk-fji { color: #FFF; background: #96C; } /* 藤色・文字白 */
.bk-pnk { color: #FFF; background: #F6C; } /* ピンク・文字白 */
.bk-smn { color: #FFF; background: #F66; } /* サーモン・文字白 */
.bk-bju { color: #FFF; background: #C63; } /* ベージュ・文字白 */
.bk-brn { color: #FFF; background: #630; } /* ブラウン・文字白 */

form { padding: 0; margin: 0; }

label {
	padding: 0;
	margin: 0;
	display: inline;
}

.w25 { width: 25px; }
.w35 { width: 35px; }
.w50 { width: 50px; }
.w75 { width: 75px; }
.w100 { width: 100px; }
.w125 { width: 125px; }
.w150 { width: 150px; }
.w175 { width: 175px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w325 { width: 325px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w475 { width: 475px; }
.w500 { width: 500px; }
.w550 { width: 550px; }
.w600 { width: 600px; }
.w650 { width: 650px; }

.w95p { width: 95%; }
.w90p { width: 90%; }
.w85p { width: 85%; }
.w80p { width: 80%; }
.w75p { width: 75%; }
.w70p { width: 70%; }
.w65p { width: 65%; }
.w60p { width: 60%; }
.w55p { width: 55%; }
.w50p { width: 50%; }
.w45p { width: 45%; }
.w40p { width: 40%; }
.w35p { width: 35%; }
.w30p { width: 30%; }
.w25p { width: 25%; }
.w20p { width: 20%; }
.w15p { width: 15%; }
.w10p { width: 10%; }
.w5p { width: 5%; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
div#fb-root { display: none; }
div.fb-page blockquote  {
	padding: 0px;
	margin: 0px;
}
div.wpcf7-form-control-wrap {
	margin: 0px auto;
	padding: 0px;
	width: 305px;
	text-align: center;
}