/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #000;
}

html {
    font-size: 1em;
    line-height: 1.75;
}
ul, ol {
	list-style: none;
	padding-left: 0;
}
p,li {
	color: #333;
	font-size: 0.875em;
	line-height: 1.5;
	margin: 0;
}
th, td {
	color: #333;
}
dd {
	margin-left: 0;
}
a {
	color: #0C4391;
	transition: 0.25s;
}
a:hover {
	opacity: 0.5;
	text-decoration: none;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* common */

.container {
	width: 940px;
	margin: 0 auto;
}

.breadcrumbs {
	margin: 8px 0 24px;
}
.breadcrumbs > li {
	display: inline-block;
}
.breadcrumbs > li + li:before {
	color: #ccc;
	content: ">";
	padding: 0 10px;
}

.mr0 {
	margin-right: 0 !important;
}

.fs14 {
	font-size: 14px;
}
.c666 {
	color: #666;
}
.taC {
	text-align: center;
}

.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}

/* header */

.header-content {
	background-color: #006AB4;
}
.header-content .container {
	overflow: hidden;
	padding: 8px 0 11px;
}
#logo {
	float: left;
}
#logo a:hover {
	opacity: 0.5;
}
.header-content .navContent {
	float: right;
	padding-top: 8px;
}
.header-content .navContent li {
	display: inline-block;
	margin: 0 0 0 42px;
}
.header-content .navContent li a:hover{
	opacity: 0.5;
}
.header-content .maining {
	position: relative;
}
.header-content .maining .alpha {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.header-content .maining h2 {
	position: absolute;
	left: 50%;
	bottom: 18px;
	margin-left: -233px;
	z-index: 3;
}
.header-content .contentLink {
	background-color: #eee;
	text-align: center;
}
.header-content .contentLink li {
	display: inline-block;
}
.header-content .contentLink li a:hover {
	opacity: 0.5;
}
.header-content .contentLink li.center {
	margin: 48px 200px 24px 240px;
}

/* wrapper */

#index .wrapper {
	margin-top: 36px;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 24px;
}

/* news */

#indexNews  {
	margin: 0 0 32px;
}
#indexNews h3 {
	margin: 0 0 20px;
}
.indexTableWrapper {
	height: 190px;
	overflow-y: scroll;
	border: 1px solid #ddd;
}
.indexTable {
	width: 100%;
}
.indexTable th, .indexTable td {
	font-size: 16px;
	text-align: left;
	padding: 4px 0 0px 56px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}
.indexTable th {
	width: 170px;
}
.indexTable .new{
	font-size: 0.75em;
	color: #FFF;
	background-color: #C30;
	border-radius: 60px;
	padding: 0.125em 0.25em 0 0.5em;
	margin: 0 0 0 0.5em;
}

/* works */

#indexWorks {
	margin: 0 0 32px;
}
#indexWorks h3 {
	margin: 0 0 20px;
}
#indexWorks ul {
	overflow: hidden;
}
#indexWorks li {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}
#indexWorks li:nth-child(-n+3) {
	margin-bottom: 56px !important;
}
#indexWorks li.last {
	margin: 0;
}
#indexWorks li dl {
	text-align: right;
}
#indexWorks li dt {
	margin: 0 0 12px;
}
#indexWorks li dd {
	display: inline-block;
}
#indexWorks li dd.name {
	display: inline-block;
	background: url(../img/arrow01.png) no-repeat 0px 2px;
	padding: 0 0 0 20px;
}
#indexWorks li dd.name:after {
	content: "|";
	margin: 0 10px;
}

/* footer */
.footer {
	background-color: #006AB4;
	padding-top: 56px;
}
.footer .footerInfo {
	width: 550px;
	float: left;
	margin: 0 0 16px;
}
.footer .footerInfo .img {
	margin: 0 0 16px;
}
.footer .footerInfo p.txt {
	color: #fff;
	line-height: 1.75;
	margin: 0 0 8px;
}
.footer .footerInfo .btn {
	width: 200px;
	height:37px;
	line-height: 37px;
	text-align: center;
	margin: 0 0 12px;
}
.footer .footerInfo .btn a {
	position: relative;
	opacity: 1;
	background-color: #D2322D;
	border: 1px solid #9C0D02;
	box-shadow: 0 3px 0 #9C0D02;
	border-radius: 5px;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: none;
	transition: none;
}
.footer .footerInfo .btn a:hover {
	top: -4px;
	box-shadow: 0 7px 0 #9C0D02;
}
.footer .footerInfo .btn a:active {
	top: 3px;
	box-shadow: none;
}
.footer .footerLinks li {
	display: inline-block;
	margin-right: 4px;
}
.footer .footerLinks li a {
	color: #fff;
	opacity: 0.8;
}
.footer .footerCopyArea {
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #34495E;
	clear: both;
	padding: 4px 0;
}

/* Sub common
----------------------*/

#content h3 {
	border-bottom: 1px solid #333;
	padding: 0 0 4px;
	margin: 0 0 24px;
}
#content h4 {
	border-bottom: 1px dashed #333;
	padding: 0 0 8px;
	margin: 0 0 12px;
}
.headerTtl {
	background-color: #ECF0F1;
	padding: 22px 0 24px;
}
.pagetop {
	text-align: right;
	font-size: 12px;
	line-height: 1.75;
	background: url(../img/arrow02.jpg) no-repeat right 94px top 4px;
	margin: 16px 0 0;
}



/* works
--------------------*/

#works .box01 {
	margin: 0 0 44px;
}
#works .box01 ul {
	overflow: hidden;
}
#works .box01 li {
	width: 165px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: 0.25s;  
	margin: 0 23px 30px 0;
}
#works .box01 li a {
	color: #333;
	-webkit-color: #333;
	text-decoration: none;
}
#works .box01 li:hover {
	-webkit-opacity: 0.5;  
}
#works .box01 li.hover_none:hover {
	-webkit-opacity: 1;  
}
#works .box01 li dt {
	margin: 0 0 6px;
}
#works .box01 li dd.name {
	font-size: 12px;
	margin: 0 0 4px;
}
#works .box01 li dd.meta {
	font-size: 10px;
}

/* office
--------------------*/

#office .box01 {
	overflow: hidden;
	margin: 0 0 72px;
}
#office .box01 h4 {
	border: none;
	background: url(../img/square01.jpg) no-repeat 0px 9px;
	padding: 0 0 0 20px;
}
#office .box01:nth-child(2) h4 {
	margin: 0 0 24px;
}
#office .table02 {
	width: 455px;
	float: left;
	margin: 0 30px 0 0;
}
#office .table02 th,
#office .table02 td {
	text-align: left;
	font-size: 14px;
	color: #333;
	border-bottom: 1px dashed #333;
	padding: 14px 0;
	vertical-align: top;
}
#office .table02 th {
	width: 105px;
	font-weight: normal;
}
#office .txtArea {
	width: 640px;
	float: left;
}
#office .txtArea02 {
	width: 100%;
}
#office .txtArea p,
#office .txtArea02 p {
	margin: 0 0 16px;
}
#office .txtArea02 {
	background:url(../office/img/pic_nakao01.jpg) top right no-repeat;
}
#office .txtArea02 .organization {
	margin: 16px 0;
}
#office .txtArea02 h5 {
	font-size: 14px;
	font-weight: normal;
}
#office .table03 {
	width: 100%;
}
#office .table03 th,
#office .table03 td {
	font-size: 14px;
	padding: 2px 0;
}
#office .table03 th {
	text-align: left;
	font-weight: normal;
	width: 240px;
}
#office .table03 th.vari1 {
	vertical-align: top;
}

/* carrer
--------------------*/

#career {
}
#career .links {
	background: url(../career/img/txt_link.jpg) no-repeat 0px 5px;
	padding: 0 0 0 60px;
	margin: 0 0 48px;
}
#career .links li {
	font-size: 12px;
	display: inline-block;
}
#career .links li:after {
	content: "|";
	margin: 0 2px;
}
#career .links li:last-child:after {
	content: "";
}
#career .links li a {
	color: #000;
}
#career .box01 {
	margin: 64px 0 0;
}
#career .box01 h4 {
	border: none;
	padding: 0;
}
#career .table03 {
	width: 100%;
}
#career .table03 th {
	font-size: 14px;
	font-weight: normal;
	background-color: #ECF0F1;
	color: #006AB2;
	border-top: 1px solid #006AB4;
	border-bottom: 1px solid #006AB4;
	padding: 4px 0 2px;
}
#career .table03 td {
	padding: 12px 6px;
	border-bottom: 1px dotted #006AB4;
}
#career .table03 td dd,
#career .table03 td dt {
	line-height: 1.25;
}
#career .table03 td dd {
	color: #666;
	font-size: 14px;
}
#career .table03 td dt a {
	color: #333;
	background: url(../img/link01.png) no-repeat right 0px top 5px;
	padding: 0 24px 0 0;
}
#career .table03 td.noLink {
	text-align: center;
	color: #666;
}
#career .table03 td.noLink p {
	text-align: center;
	color: #666;
}
#career .table03 td.date {
	font-size: 14px;
}
#career .table03 td {
}

/* detail
--------------------*/

#detail .detailArea {
	border-bottom: 1px dashed #333;
	overflow: hidden;
	padding: 0 0 32px;
	margin: 0 0 16px;
	background: url(../works/img/loader.gif) no-repeat 235px center;
}
#detail .detailArea_bordernone {
	overflow: hidden;
	padding: 0 0 32px;
	margin: 0 0 16px;
	background: url(../works/img/loader.gif) no-repeat 235px center;
}
#detail #slider.flexslider {
	width: 560px;
	float: left;
}
#detail .infoArea {
	width: 330px;
	float: right;
}
#detail .infoArea h3 {
	font-size: 24px;
	border: none;
}
#detail .infoArea h3 span {
	font-size: 16px;
	color: #666;
	display: block;
}
#detail .infoArea .summary {
	margin: 0 0 16px;
}
#detail .infoArea .other li {
	margin: 0 0 4px;
}
#detail .infoArea .summary h4,
#detail .infoArea .other h4 {
	border: none;
	padding: 0;
	margin: 0 0 8px;
}
#detail .infoArea .summary ul {
	padding: 0 0 0 14px;
}
#detail .infoArea .summary li {
	list-style-type: square;
	padding: 0 0 0 4px;
	margin: 0 0 4px;
}
#detail #carousel.flexslider .slides li:after {
	border-right: 1px solid #fff;
}
#detail #carousel li img {
	border-right: 1px solid #eee;
}
#detail .photoAll {
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	font-size: 12px;
}
#detail .backToList {
	font-size: 14px;
	text-align: right;
	margin: 16px 0;
}

/* contact */

#contact {
}
#contact h4 {
	font-weight: normal;
	border-bottom: 1px dotted #333;
	padding-bottom: 20px;
}
#contact .contactForm {
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px dotted #333;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#contact .contactForm dt,
#contact .contactForm dd {
	padding: 8px 8px 8px 0;
}
#contact .contactForm dt {
	width: 185px;
	font-weight: normal;
	float: left;
	clear: both;
}
#contact .contactForm dd {
	float: left;
}
#contact .contactForm tr:last-child dt,
#contact .contactForm tr:last-child dd {
	padding-bottom: 20px;
}
.contactSubmit {
	text-align: center;
}
.contactSubmit .button {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

	/* perts */
	.required {
		color: #F00;
		font-size: 12px;
		margin: 0 0 0 4px;
	}
	.sample {
		color: #666;
		font-size: 12px;
		margin-top: 5px;
	}
	.size-s {
		width: 180px;
	}
	.size-m {
		width: 260px;
	}
	.size-l {
		width: 730px;
	}

.toPrivacyPolicy {
	margin-bottom: 24px;
}

/* thanks */

html #thanks {
	background-color: #34495E;
} 
#wrap {
	background-color: #fff;
}

/* sitemap */

#sitemap .sitemapContent {
	overflow: hidden;
}
#sitemap .sitemapContent > li {
	float: left;
	width: 47%;
	background: url(../img/square01.jpg) no-repeat 0px 5px;
	padding: 0 0 0 24px;
	margin: 0 0 40px;
}
#sitemap .sitemapContentDetail {
	margin-top: 24px;
	padding-left: 20px;
}
#sitemap .sitemapContentDetail li {
	list-style-type: disc;
	padding: 0 0 0 8px;
	margin-bottom: 8px;
}
#sitemap .sitemapContentDetail li a {
	color: #333;
}

/* privacy policy */

.privacyIntroduction {
	font-size: 1em;
	font-weight: normal;
}
.privacyContent li > p {
	margin-top: 16px;
}
.privacyContent li {
	background: url("../img/square01.jpg") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
	padding: 0 0 0 24px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}