@charset "UTF-8";
/* CSS Document */
html,body{
}
body {
	text-align: center;
	min-width: 1024px;
}

.container {
	width: 1000px;
	padding: 0 12px;
	margin: 0 auto;
}

/*nav*/
#nav {
	padding-top: 0px;
	padding-left: 10px;
	text-align: center;
	background-color: #000;
}
#nav h1 {
	float: left;
	width: 220px;
	margin-right: 50px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#nav .toyo_logo {
	width: 75px;
	float: right;
	padding-top: 15px;
}
#nav ul {
}
#nav ul li {
	float: left;
	width: 90px;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 20px;
}
#nav ul li a {
	padding-bottom: 3px;
	color: #FFF;
}
/*
#nav ul li.current a {
	border-bottom: solid 2px #FFF; 
}
*/

#nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#nav ul li a:before{
  position: absolute;
  top: 1.7em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  transition: all .3s ease;
}

#nav ul li a:before {
  background-color: #FFF;
}
#nav ul li a:hover:before{
  width: 100%;
}



/*main_img*/
body#cont #main_img {
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 500px;
	position: relative;
}
body#cont.works #main_img {
	background-image: url(../../images/works/main_img.jpg);
}
body#cont.concept #main_img {
	background-image: url(../../images/concept/main_img.jpg);
}
body#cont.flow #main_img {
	background-image: url(../../images/flow/main_img.jpg);
}

body#cont #main_img p.copy {
	font-size: 2.4em;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	padding-top: 190px;
}
body#cont.works #main_img p.copy {
	color: #FFF;
}

body#cont #contwrapper {
	padding-top: 60px;
}
body.works #contwrapper {
	/*background-color: #DFDFDF;*/
	background-color: #000;
}


/*sidenav*/
body#cont #side {
	float: left;
	width: 150px;
	text-align: left;
}
body#cont h2 {
	font-weight: nomal;
	font-size: 1.3em;
}
body#cont h2 span {
	display: block;
}
body.works h2 {
	color: #FFF;
}



/*main*/
#main p, #main ul li, #main table td, #main dl dt, #main dl dd {
	font-size: 1.3em;
}
#main .section {
	margin-bottom: 80px;
}

body#cont #main {
	float: right;
	width: 800px;
}
body#cont #main.full {
	float: none;
	width: 100%;
}

body#cont #main h3 {
	margin-bottom: 50px;
	font-size: 2.0em;
	text-align: center;
}
body#cont #main h3 span {
	display: inline-block;
	border-bottom: solid 1px #808080;
	padding: 0 50px 5px 50px;
}
body.works h3 {
	color: #FFF;
}


body#cont .dotborder {
	border-bottom: dotted 1px #999;
	padding-bottom: 30px;
}



table.basic_table {
	width: 100%;
}
table.basic_table tr {
	border-bottom: dotted 1px #999;
}
table.basic_table th, table.basic_table td {
	padding: 10px;
	text-align: left;
	font-size: 1.3em;
	vertical-align: top;
}
table.basic_table th {
	font-weight: bold;
}

ul.column2 li {
	float: left;
	width: 480px;
	height: 270px;
	margin-right: 30px;
	margin-bottom: 35px;
	position: relative;
}

ul.column2 li:nth-child(even) {
	margin-right: 0;
}
ul.column2 li img {
	width: 480px !important;
	height: 270px;
}

.alink a {
	background-image: url(../images/link_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #004DA0 !important;
}




/*footer*/
#footer {
	background-color: #FFF;
	padding-bottom: 15px;
}
body#top #footer {
	padding-top: 15px;
}
body#cont #footer .notes  {
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: right;
	border-bottom: solid 30px #000;
}
body.works #footer .notes  {
	background-color: #000;
}
body#cont #footer .notes p  {
	font-size: 1.2em;
}
body.works #footer .notes p  {
	color: #FFF;
}

#footer .logo {
	float: left;
}
#footer .copyright {
	float: right;
}
#footer .logo img.toyo {
	margin-right: 10px;
	margin-top: -10px;
}


/* Links */
body#cont #topicpath a:link { color: #333; text-decoration:underline; }
body#cont #main a:link { color: #333; text-decoration:none; }
body#cont #main a:visited,  body#cont #topicpath a:visited { color: #333; text-decoration:underline; }
body#cont #main a:hover, body#cont #main a:focus, body#cont #main a:active,
body#cont #topicpath a:hover, body#cont #topicpath a:focus, body#cont #topicpath a:active { color: #333; text-decoration:underline; }


/* pagetop */
#pagetop {
	background: url(../images/pagetop.png) no-repeat left;
	width: 50px;
	height: 54px;
	text-indent: -9999px;
	position: fixed ;
	right: 16px ;
	bottom: 20px ;
}
@media screen and (max-width: 740px) {
#pagetop {
	background-size: 80%;
	width: 40px;
	height: 43px;
	right: 10px ;
	bottom: 10px ;
}
}

/*txt*/

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }

.mr10 { margin-right: 10px; }

.txt_left { text-align: left; !important}
.txt_right { text-align: right; !important}
.txt_center { text-align: center; !important}
.txt_lc {
	display: inline-block;
	text-align: left;
}





/*top*/
#main_img {
	position: relative;
	width: 100%;
}
#slideshow {
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
}
#slideshow img {
	width: 100%;
}

body#top #main {
	min-width: 1024px;
}
body#top #slideshow li p {
	position: absolute;
	/*top: 49%;*/
	top: 80%;
	left: 45px;
	text-align:left;
	z-index: 1000;
	color: #FFF;
	text-align: right;
	font-size: 1.6em;
	text-shadow: 1px 1px 3px #000;
	
	background-image: url(../../images/top/copy_bg.png);
	padding: 15px 30px;
	display: inline-block;
}


body#top #news {
	background-color: #000;
	padding: 20px 0 40px;
}
body#top #news h2 {
	color: #FFF;
	border-bottom: solid 2px #FFF;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
body#top #news dl {
	text-align: left;
}
body#top #news dl dt{
	float: left;
	width: 8em;
	margin-bottom: 10px;
	color: #FFF;
}
body#top #news dl dd {
	padding-left: 9em;
	margin-bottom: 10px;
}
body#top #news dl dd a {
	color: #FFF;
}
body#top #news dl dd a:hover {
	text-decoration: underline;
}

body#top #copyarea {
	background-color: #000;
	padding: 20px 0 20px;
}
body#top #copyarea p {
	color: #FFF;
}


/*custom*/

/*service*/
body.works ul.workimg {
	margin-left: 10px;
}
body.works ul.workimg li {
	float: left;
	width: 250px;
	height: 166px;
	margin-right: 13px;
	margin-bottom: 15px;
	position: relative;
}

body.works ul.workimg li:nth-child(3) {
	margin-right: 0;
}
body.works ul.workimg li img {
	width: 250px !important;
	height: 166px;
}
body.works ul.workimg li img:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

body.works ul.workimg li p {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 110px;
	height: 45px;
	text-align: center;
	font-size: 0.8em !important;
	padding-top: 10px;
}
body.works ul.workimg li p.partition {
	background: #AFCB2D;
	color: #FFF;
}

body.works iframe {
	overflow: hidden;
}



body.works #first_img {
	height: auto;
	background-color: #333;
}
body.works #first_img .imgarea {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
body.works #first_img img {
	width: 100%;
}
body.works #first_img div.summary {
	background-image: url(../../images/works/summary_bg.png);
	background-repeat: repeat;
	padding: 20px;
	width: 540px;
	height: 120px;
	position: absolute;
	bottom: 15px;
	right: 30px;
	text-align: left;
}
body.works #first_img div.summary p {
	color: #FFF;
	font-size: 1.3em;
}
body.works #first_img div.summary h3 {
	color: #FFF;
	font-size: 1.8em;
	margin-bottom: 10px;
}


body.works .section ul.ph_works li {
	margin-bottom: 30px;
	text-align: center;
}

body.works #main p {
	color: #FFF;
}

/*partition*/
body#cont #main h3 {
	margin-bottom: 50px;
	font-size: 2.0em;
	text-align: center;
}
body#cont #main h3.partition span {
	display: block;
	border-bottom: none;
	padding: 0 50px 5px 50px;
}

body h2.partition {
	margin-bottom: 40px;
}
body h2.partition span.title {
	font-size: 1.6em;
}
ul.partition li {
	float: left;
	width: 480px;
	height: 160px;
	margin-right: 30px;
	margin-bottom: 35px;
	position: relative;
	text-align: left;
}
ul.partition li:nth-child(even) {
	margin-right: 0;
}
ul.partition li img {
	width: 250px !important;
	float: left;
	margin-right: 15px;
}
body#cont ul.partition li h4 {
	padding-top: 0;
	font-size: 1.0em;
	font-weight: bold;
	background-image: none;
	margin-bottom: 5px;
	text-align: left;
	color: #FFF;
}
ul.partition li p {
	font-size: 0.9em !important;
}

/*concept*/
body.concept h4 {
	color: #000;
	font-size: 2.0em;
	margin-bottom: 15px;
}

body.concept p {
	color: #000;
}
body.concept p.txtarea {
	width: 640px;
	text-align: left;
}
body.concept .concept01, body.concept .concept03 {
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
body.concept .concept02, body.concept .concept04 {
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}
body.concept .concept01 p.txtarea, body.concept .concept03 p.txtarea {
	margin-left: 150px;
}
body.concept .concept01 {
	background-image: url(../../images/concept/no01.png);
	background-position: 15px top;
}
body.concept .concept02 {
	background-image: url(../../images/concept/no02.png);
	background-position: right 15px top;
}
body.concept .concept03 {
	background-image: url(../../images/concept/no03.png);
	background-position: 15px top;
}
body.concept .concept04 {
	background-image: url(../../images/concept/no04.png);
	background-position: right 15px top;
}

/*flow*/
body.flow .section.step {
	margin-bottom: 30px !important;
}
body.flow .txtarea {
	width: 350px;
	float: left;
	text-align: left;
}
body.flow .txtarea h4 {
	font-size: 1.8em;
}
body.flow .imgarea {
	width: 330px;
	float: right;
}
body.flow p.process {
	font-weight: bold;
	font-size: 1.6em !important;
	margin-top: 20px;
}
body.flow .complete {
	background-color: #333;
	color: #FFF;
	text-align: center;
	font-size: 2.0em !important;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 50px;
}
body.flow table.products {
	width: 100%;
}
body.flow table.products img {
	margin-bottom: 15px;
}


/*contact*/
.contact_btns {
	text-align: center;
	padding: 20px 0;
}
.contact_btns button {
	font-size: 1.3em;
	padding: 3px 40px;
	margin: 0 15px;
	text-shadow: none;
}
.contact_btns button, .contact_btns button:hover {
	background-image: none;
}
.contact_btns button[type=submit] {
	background-color: #87BC1F !important;
	color: #FFF;
}
.contact_btns button[type=reset] {
	background-color: #E6E6E6 !important;
}

body#cont #mfp_phase_confirm_inner h4 {
	margin-bottom: 30px;
	background-image: none;
	font-size: 1.4em;
}